body {
    margin: 0;
    padding:  0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #6b6e80;
    background-color: #e5e5e5
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background-color: #0082BA
}

::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background-color: #0082BA
}

::selection {
    color: #fff;
    text-shadow: none;
    background-color: #0082BA
}

a {
    color: #0082BA;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

a:hover {
    color: #2b2b2b;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.btn.btn-secondary {
    text-transform: uppercase;
    background-color: #0082BA;
    border-color: #217dbb;
    color: #fff
}

.btn.btn-secondary .active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
    background-color: #217dbb;
    color: #fff
}

.btn.btn-xl {
    padding: 30px 40px;
    font-size: 20px;
    line-height: 28px
}

.btn.btn-bordered {
    border-width: 2px;
    background-color: transparent
}

.btn.btn-bordered.btn-lg {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    line-height: 26px
}

.btn.btn-bordered.btn-danger {
    border-color: #e74c3c;
    color: #e74c3c
}

.btn.btn-bordered.btn-danger:focus,
.btn.btn-bordered.btn-danger:hover {
    border-color: #c0392b;
    color: #fff;
    background-color: #c0392b
}

.btn.btn-bordered.btn-secondary {
    border-color: #0082BA;
    color: #0082BA
}

.btn.btn-bordered.btn-secondary:focus,
.btn.btn-bordered.btn-secondary:hover {
    border-color: #217dbb;
    color: #fff;
    background-color: #217dbb
}

.btn.btn-bordered.btn-primary {
    border-color: #2383c4;
    color: #2383c4
}

.btn.btn-bordered.btn-primary:focus,
.btn.btn-bordered.btn-primary:hover {
    border-color: #226998;
    color: #fff;
    background-color: #226998
}

.btn.btn-bordered.btn-success {
    border-color: #2ecc71;
    color: #2ecc71
}

.btn.btn-bordered.btn-success:focus,
.btn.btn-bordered.btn-success:hover {
    border-color: #27ae60;
    color: #fff;
    background-color: #27ae60
}

.btn.btn-bordered.btn-info {
    border-color: #0082BA;
    color: #0082BA
}

.btn.btn-bordered.btn-info:focus,
.btn.btn-bordered.btn-info:hover {
    border-color: #2980b9;
    color: #fff;
    background-color: #2980b9
}

.btn.btn-bordered.btn-warning {
    border-color: #eea667;
    color: #eea667
}

.btn.btn-bordered.btn-warning:focus,
.btn.btn-bordered.btn-warning:hover {
    border-color: #e67e22;
    color: #fff;
    background-color: #e67e22
}

.btn.btn-bordered.btn-default {
    border-color: #777a8d;
    color: #777a8d
}

.btn.btn-bordered.btn-default:focus,
.btn.btn-bordered.btn-default:hover {
    border-color: #545664;
    color: #fff;
    background-color: #545664
}

.btn.btn-square {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    line-height: 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.btn.btn-square.btn-lg {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px
}

.btn.btn-square.btn-sm {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    line-height: 20px
}

.btn.btn-square.btn-xs {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    line-height: 18px
}

.btn.btn-rounded {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
    line-height: 22px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.btn.btn-rounded.btn-lg {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 26px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px
}

.btn.btn-rounded.btn-sm {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.btn.btn-rounded.btn-xs {
    padding-left: 6px;
    padding-right: 6px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2b2b2b
}

h1 {
    font-size: 30px;
    line-height: 34px
}

h2 {
    font-size: 26px;
    line-height: 30px
}

h3 {
    font-size: 22px;
    line-height: 28px
}

h4 {
    font-size: 18px;
    line-height: 26px
}

h5 {
    font-size: 16px;
    line-height: 24px
}

h6 {
    font-size: 13px;
    line-height: 22px
}

blockquote {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size: 21px;
    line-height: 34px;
    padding-left: 60px;
    border-left: none;
    color: #5f6272
}

blockquote::before {
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #9395a5
}

blockquote small {
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    font-weight: 300;
    color: #9395a5
}

.text-primary {
    color: #0082BA
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    display: block;
    z-index: 100000;
    left: 5px;
    top: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    color: #2c3e50;
    background-color: #d9d9d9;
    clip: auto!important
}

.bordered {
    border: 1px solid #f7f7f7
}

.padd-20 {
    padding: 20px
}

.marg-40-top {
    margin-top: 40px
}

.marg-40-btm {
    margin-bottom: 40px
}

.page-title {
    position: relative;
    display: block;
    margin-bottom: 80px;
    text-align: center
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #0082BA
}

.page-title h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #2c3e50
}

.page-title small {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-style: italic;
    color: #858899
}

.section-title {
    position: relative;
    display: block;
    margin-bottom: 40px;
    text-align: left!important;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 25px;
    width: 100px;
    height: 2px;
    margin-left: -25px;
    background-color: #FFC72C
}

.section-title h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #2c3e50
}

.section-title h3 span {
    color:#0082BA;
    font-size: 60%;
}


@media screen and (max-width:767px) {

    .section-title h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 21px;
        line-height: 28px;
        font-weight: 700;
        color: #2c3e50
    }

    .section-title h3 span {
        color:#0082BA;
        font-size: 60%;
    }
}

.alt-title {
    display: block;
    margin-bottom: 7%;
}

.alt-title .the-title {
    display: inline-block;
    padding: 10px 15px 10px 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 3%;
    color: #6b6e80
}

.alt-title .the-title span{
    color: #0082BA;
}

@media screen and (max-width:767px) {

    .alt-title .the-title {
        font-size: 17px;
    }

}

.bg-white {
    color: #6b6e80;
    background-color: #fff
}

.social-icon {
    list-style-type: none;
    text-align: right;
    padding: 0px;
}

.social-icon li {
    display: inline-block;
}

.social-icon img {
    width: 26px;
    height: 26px;
}

.social-icon li a {
    display: block;
    padding: 5px;
    font-size: 15px;
    line-height: 18px;
    /* color: #fff; */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.social-icon li a:hover {
    color: #1d6fa5
}


/* estructura */

.staff-social-icon {
    padding: 0;
    margin: 15px auto;
    list-style-type: none;
}

.staff-social-icon li {
    display: inline-block
}

.staff-social-icon img {
    width: 24px;
    height: 24px;
}

.staff-social-icon li a {
    display: block;
    padding: 5px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.staff-social-icon li a:hover {
    color: #1d6fa5
}



.form-search {
    margin-top: 25px
}

.form-search .form-control {
    padding-left: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #ebebeb;
    background-color: #ebebeb
}

.form-search .form-control:focus {
    border-color: #f7f7f7;
    background-color: #f7f7f7
}

.form-search .input-group-btn .btn {
    padding-right: 16px;
    padding-left: 14px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    border-color: #ebebeb;
    color: #6b6e80;
    background-color: #ebebeb
}

.breadcrumb {
    padding: 10px 20px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /*border-bottom: 1px solid #f2f2f2;*/
    background-color: #fff
}

.breadcrumb>li {
    font-size: 12px;
    line-height: 24px
}

.breadcrumb>li a {
    color: #6b6e80
}

.breadcrumb>li a:hover {
    color: #0082BA
}

.breadcrumb>.active {
    color: #2c3e50;
    font-weight: 600
}

.pagination.navigation.navigation-centered {
    display: block;
    text-align: center
}

.pagination.navigation .nav-links a,
.pagination.navigation .nav-links span {
    padding: 10px 20px;
    font-weight: 600;
    border: 2px solid #0082BA;
    color: #0082BA;
    background-color: transparent
}

.pagination.navigation .nav-links a:hover,
.pagination.navigation .nav-links span:hover {
    color: #fff;
    background-color: #0082BA
}

.pagination.navigation .nav-links .current,
.pagination.navigation .nav-links .current:focus,
.pagination.navigation .nav-links .current:hover,
.pagination.navigation .nav-links span,
.pagination.navigation .nav-links span:focus,
.pagination.navigation .nav-links span:hover {
    background-color: #0082BA;
    color: #fff
}

.pretty-form .form-control {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.pretty-form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.pretty-form .form-control::-moz-placeholder {
    color: #9395a5;
    opacity: 1;
    font-weight: 300
}

.pretty-form .form-control:-ms-input-placeholder {
    color: #9395a5;
    font-weight: 300
}

.pretty-form .form-control::-webkit-input-placeholder {
    color: #9395a5;
    font-weight: 300
}

.map-container {
    height: auto;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background-color: #fff
}

#map {
    max-width: 100%;
    min-height: 370px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-style: outset;
    border-width: 1px;
}

#map img {
    max-width: none
}

.pricing-container {
    display: block;
    margin-bottom: 30px;
    padding: 30px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 1px #e6e6e6;
    -moz-box-shadow: 0 1px 3px 1px #e6e6e6;
    -ms-box-shadow: 0 1px 3px 1px #e6e6e6;
    -o-box-shadow: 0 1px 3px 1px #e6e6e6;
    box-shadow: 0 1px 3px 1px #e6e6e6;
    border: 1px solid #e0e0e0
}

.pricing-container.popular {
    position: relative;
    -webkit-box-shadow: 0 0 9px 0 #d9d9d9;
    -moz-box-shadow: 0 0 9px 0 #d9d9d9;
    -ms-box-shadow: 0 0 9px 0 #d9d9d9;
    -o-box-shadow: 0 0 9px 0 #d9d9d9;
    box-shadow: 0 0 9px 0 #d9d9d9;
    overflow: hidden
}

.pricing-container.popular::after {
    content: attr(data-title);
    position: absolute;
    top: 22px;
    right: -45px;
    width: 160px;
    height: 30px;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    background-color: #0082BA;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pricing-container h3 {
    margin-bottom: 20px;
    font-family: 'Bree Serif', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    font-style: italic;
    color: #3e5771;
    text-transform: capitalize
}

.pricing-price {
    margin-bottom: 30px;
    color: #0082BA
}

.pricing-price .price-currency {
    vertical-align: top;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px
}

.pricing-price .price-qty {
    padding-right: 5px;
    font-size: 55px;
    line-height: 58px
}

.pricing-price .price-time {
    font-size: 14px;
    font-weight: 300
}

.pricing-features {
    margin-bottom: 40px;
    color: #9395a5
}

.pricing-features p {
    padding: 2px 0!important;
    margin: 0;
    font-weight: 300
}

.pricing-features strong {
    font-weight: 600;
    color: #3e5771
}

.pricing-action {
    display: block;
    text-align: center
}

.link-not-active {
    pointer-events: none;
    cursor: default;
}

.link-not-active > a {
    padding: 15px 20px;
}

.tab-content {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    border: 1px solid #e6e6e6;
    border-top: none;
    background-color: #fafafa
}

.table-bordered>thead {
    background-color: #0082BA;
    color: #fff
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    padding: 8px 10px;
    border-top: 1px solid #217dbb!important;
    border-color: #217dbb
}

.panel {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.panel-default>.panel-heading {
    background-color: transparent;
    border-bottom: 1px solid #e6e7ea
}

.panel-primary>.panel-heading {
    background-color: #2980b9;
    border-bottom: 1px solid #20638f
}

.panel-warning>.panel-heading {
    background-color: #ffcd02;
    border-bottom: 1px solid #cea500
}

.panel-danger>.panel-heading {
    background-color: #e74c3c;
    border-bottom: 1px solid #d62c1a
}

.panel-info>.panel-heading {
    background-color: #0082BA;
    border-bottom: 1px solid #217dbb
}

.panel-success>.panel-heading {
    background-color: #1abc9c;
    border-bottom: 1px solid #148f77
}

.panel-secondary>.panel-heading {
    background-color: #0082BA;
    border-bottom: 1px solid #217dbb
}

.panel-secondary>.panel-heading .panel-title a {
    color: #fff
}

.panel .panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.panel .panel-heading .panel-title a {
    display: block;
    padding: 8px 14px;
    font-weight: 400
}

.panel .panel-heading .panel-title a .panel-nav {
    float: right
}

.panel .panel-heading .panel-title a.collapsed .panel-nav::before {
    font-family: FontAwesome;
    content: '\f055'
}

.panel .panel-heading+.panel-collapse>.panel-body {
    padding: 25px 30px;
    font-size: 14px;
    line-height: 28px;
    border-top: none;
    border-bottom: 1px solid #e6e7ea;
    border-right: 1px solid #e6e7ea;
    border-left: 1px solid #e6e7ea;
    background-color: #fff
}

.panel .panel-heading+.panel-collapse>.panel-body p {
    padding: 5px 0!important
}

.topbar {
    display: block;
    width: 100%;
    min-height: 20px;
    padding: 5px 30px;
    background-color: none
}

.topbar-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left
}

.topbar-menu li {
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    padding: 3px 8px;
    color: #2D2926
}

.topbar-menu li a {
    color: #fff
}

.topbar-menu li a:hover {
    border-bottom: 1px dotted #fff
}

.header #slogan img {
    float: left;
    max-height: 100px;
}

@media screen and (max-width:767px) {

    .header ul.social-icon {
        margin: 0 auto;
    }

    .topbar .social-icon,
    .topbar-menu {
        padding-top: 5px;
        text-align: center
    }
}

.header {
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 15px;
    background-color: #fff
}

.header #logo {
    padding: 0;
    
}

.header #logo #img-logo {
    margin: 0 auto;
    max-width: 100px;
}

.header #logo > #img-slogan {
    margin: 0 auto ;
    max-width: 80%; 
}


.header .site-title {
    display: inline-block;
    position: relative;
    margin: 30px 0;
    font-size: 30px;
    line-height: 28px;
    font-weight: 600;
}

.header .site-title span {
    color: #0082BA
}

.header .site-title a {
    color: #2c3e50
}

.header .site-title a:focus,
.header .site-title a:hover {
    color: #0082BA
}

.header .site-title a:focus span,
.header .site-title a:hover span {
    color: #2c3e50
}

.header .site-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 1px;
    height: 45px;
    background: #e6e6e6
}

.header .site-description {
    display: inline-block;
    margin-left: 15px;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .header {
        text-align: center
    }
    .header .site-description,
    .header .site-title {
        text-align: center
    }
    .header .site-title {
        margin-bottom: 10px
    }
    .header .form-search {
        margin-bottom: 20px
    }
}

.container {
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 20px);
    overflow-x: clip;
    margin: 0.4% auto;
}

.site-header {
    display: block;
    padding: 60px 40px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fcfcfc
}

.site-header .page-title {
    margin-top: 20px;
    margin-bottom: 30px
}

.navbar {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 3px solid #0082BA;
    border-bottom-color: #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-default .navbar-nav>.nav-item>.nav-link {
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-nav>.nav-item>.nav-link:hover {
    color: #0082BA;
    background-color: #fff;

}

.navbar-default .navbar-nav>li.dropdown.open>a {
    color: #222;
    background-color: #fff
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #0082BA;
    background-color: #fff
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #e6e6e6
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 20px;
    border-top: 0 solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e6e6e6;
    border-left: 10px solid transparent
}

.dropdown-menu::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 22px;
    border-top: 0 solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent
}

.dropdown-menu>li {
    position: relative
}

.dropdown-menu>li>a {
    padding: 15px 20px;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    color: #222;
    font-weight: 300;
}

.dropdown-menu>li>a:hover {
    color: #0082BA;
    background-color: #fff
}

.dropdown-menu>li:last-child>a {
    border-bottom: none
}

.dropdown-menu>li:hover .dropdown-menu {
    display: block;
    visibility: visible
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #222;
    background-color: #fff
}

.dropdown-menu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    visibility: hidden
}

.dropdown-menu .dropdown-menu::after,
.dropdown-menu .dropdown-menu::before {
    content: '';
    display: none
}

@media screen and (max-width:767px) {
    .dropdown-menu::after,
    .dropdown-menu::before {
        content: '';
        display: none
    }
    .dropdown-menu>li>a {
        border-bottom: none
    }
    .dropdown-menu .dropdown-menu {
        display: block;
        visibility: visible
    }
}

#masthead .item::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#masthead .carousel-control.left,
#masthead .carousel-control.right {
    background-image: none
}

#masthead .carousel-control:hover {
    opacity: 1
}

#masthead .carousel-control .fa-angle-left,
#masthead .carousel-control .fa-angle-right,
#masthead .carousel-control .glyphicon-chevron-left,
#masthead .carousel-control .glyphicon-chevron-right,
#masthead .carousel-control .icon-next,
#masthead .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 36px
}

#masthead .carousel-control .fa-angle-left,
#masthead .carousel-control .fa-angle-right,
#masthead .carousel-control .glyphicon-chevron-left,
#masthead .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

#masthead .carousel-control .fa-angle-left,
#masthead .carousel-control .fa-angle-right,
#masthead .carousel-control .glyphicon-chevron-right,
#masthead .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

#masthead .carousel-caption {
    right: 15%;
    left: 45%;
    bottom: 90px;
    padding: 25px 30px;
    text-shadow: none;
    color: #454545;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

#masthead .carousel-caption:hover {
    background-color: rgba(255, 255, 255, .97);
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

#masthead .carousel-caption h3 {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #2b2b2b
}

#masthead .carousel-caption h3 a {
    color: #2b2b2b
}

#masthead .carousel-caption h3 a:hover {
    color: #262626
}

@media screen and (max-width:767px) {
    #masthead .carousel-caption {
        right: 15%;
        left: 15%
    }
    #masthead .carousel-caption h3 {
        margin-top: 5px;
        font-size: 20px;
        line-height: 22px
    }
}

.site-main {
    display: block;
}

.post-entry {
    background-color: #fff;
    padding: 20px;
}

.post-entry p {
    padding: 0
}

.post-entry img {
    max-width: 100%;
    height: auto;
}

.post-entry .news-image {
    margin-bottom: 5px
}

.post-entry .news-image img {
    margin-bottom: 0
}

.post-entry .social-icon li a {
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #6b6e80;
}

.post-entry .social-icon li a:hover {
    color: #1d6fa5
}

.post-entry > .row {
    justify-content: center;
}

.page,
.post {
    margin-bottom: 60px
}

.page .news-title,
.post .news-title {
    margin-bottom: 60px
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-item a {
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 20px;
    display: block;
    background-color: none!important
}

.gallery-item img {
    width: 100%;
    height: auto
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@-moz-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@-o-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}

@-webkit-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}

.justified-gallery>a,
.justified-gallery>div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.justified-gallery>a>a>img,
.justified-gallery>a>img,
.justified-gallery>div>a>img,
.justified-gallery>div>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.justified-gallery a:focus {
    outline: 0
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: #000
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible {
    display: initial;
    opacity: .7;
    filter: "alpha(opacity=70)";
    -webkit-animation: justified-gallery-show-caption-animation .5s 0 ease;
    -moz-animation: justified-gallery-show-caption-animation .5s 0 ease;
    -ms-animation: justified-gallery-show-caption-animation .5s 0 ease
}

.justified-gallery>.entry-visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: justified-gallery-show-entry-animation .5s 0 ease;
    -moz-animation: justified-gallery-show-entry-animation .5s 0 ease;
    -ms-animation: justified-gallery-show-entry-animation .5s 0 ease
}

.justified-gallery>.jg-filtered {
    display: none
}

.justified-gallery>.spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    left: 50%;
    opacity: initial;
    filter: initial;
    overflow: initial
}

.justified-gallery>.spinner>span {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 8px;
    height: 8px;
    margin: 0 4px 0 4px;
    background-color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.widget {
    margin-bottom: 30px
}

.perfil img,.widget img{
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(227,227,227,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(227,227,227,1);
    box-shadow: 5px 5px 0px 0px rgba(227,227,227,1);
}


.widget::after,
.widget::before {
    content: '';
    display: table;
    clear: both
}

.widget ul {
    list-style-type: disc;
    padding: 5px
}

.widget ul li {
    position: relative;
    padding: 5px 10px 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #6b6e80
}

.widget ul li a {
    font-size: 14px;
    color: #2c3e50
}

.widget ul li a:hover {
    color: #0082BA
}

.widget ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 11px
}

.widget-title {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    font-family: 'Bree Serif', sans-serif;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 3px solid #e6e6e6;
    color: #2c3e50
}

.widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 100px;
    height: 3px;
    background-color: #DA291C
}

.widget_about .about-photo {
    display: block;
    margin-bottom: 20px
}

.widget_about .about-photo img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.widget_about .about-author {
    position: relative;
    margin-bottom: 30px
}

.widget_about .about-author::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 1px;
    background: #0082BA
}

.widget_about .about-author h3 {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #2c3e50
}

.widget_about .about-author small {
    font-size: 12px;
    font-weight: 300;
    color: #9395a5
}

.widget_about .about-bio .social-icon {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center
}

.widget_about .about-bio .social-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background-color: #e6e6e6
}

.widget_about .about-bio .social-icon>li {
    padding: 0
}

.widget_about .about-bio .social-icon>li>a {
    font-size: 16px;
    color: #6b6e80
}

.widget_about .about-bio .social-icon>li>a:before {
    content: '';
    display: none
}

.widget_about .about-bio .social-icon>li>a:hover {
    color: #0082BA
}

.widget_about .social-icon li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none
}

.widget_search .search-form {
    position: relative
}

.widget_search .search-form label {
    width: 100%
}

.widget_search .search-form .search-field {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #0082BA;
    font-weight: 400
}

.widget_search .search-form .search-field:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0082BA;
    outline: 0
}

.widget_search .search-form .search-field::-moz-placeholder {
    color: #6b6e80;
    opacity: 1;
    font-weight: 400
}

.widget_search .search-form .search-field:-ms-input-placeholder {
    color: #6b6e80;
    font-weight: 400
}

.widget_search .search-form .search-field::-webkit-input-placeholder {
    color: #6b6e80;
    font-weight: 400
}

.widget_search .search-form .search-submit {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 8px 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #217dbb;
    color: #fff;
    background-color: #0082BA;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.widget_search .search-form .search-submit:focus,
.widget_search .search-form .search-submit:hover {
    background-color: #217dbb;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.widget_categories ul {
    list-style-type: none;
    padding-left: 0
}

.widget_categories ul li {
    padding: 5px 10px 5px 25px
}

.widget_categories ul li a::before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    font-size: 13px
}

.widget_recent_comments ul {
    list-style-type: none;
    padding-left: 0
}

.widget_recent_comments ul li {
    position: relative;
    padding: 12px 0 13px 35px;
    border-bottom: 1px dashed #e6e6e6;
    text-transform: uppercase;
    font-size: 11px;
    color: #a1a3b0
}

.widget_recent_comments ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.widget_recent_comments ul li::before {
    content: '\f0e5';
    font-family: FontAwesome;
    left: 0;
    top: 14px;
    color: #afb1bc;
    font-size: 20px;
    position: absolute
}

.widget_recent_comments ul li span {
    display: inline-block;
    color: #858899
}

.widget_recent_comments ul li span,
.widget_recent_comments ul li span a {
    font-family: 'Bree Serif', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.widget_recent_comments ul li a {
    display: block;
    font-weight: 400;
    text-transform: capitalize
}

.widget_popular_post ul {
    list-style-type: none;
    padding-left: 0
}

.widget_popular_post ul li {
    display: block;
    min-height: 70px;
    padding: 0 0 20px 95px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6
}

.widget_popular_post ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_popular_post ul li .post-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    overflow: hidden
}

.widget_popular_post ul li .post-image img {
    width: auto;
    height: 80px
}

.widget_popular_post ul li .post-image a::before {
    content: '';
    display: none
}

.widget_popular_post ul li .post-entry {
    padding: 0;
    background-color: transparent
}

.widget_popular_post ul li .post-entry .entry-title {
    font-size: 13px;
    line-height: 24px
}

.widget_popular_post ul li .post-entry .entry-category,
.widget_popular_post ul li .post-entry .entry-date {
    text-transform: uppercase
}

.widget_popular_post ul li .post-entry .entry-category a {
    padding-right: 20px;
    font-size: 11px;
    line-height: 24px;
    font-weight: 600;
    color: #0082BA
}

.widget_popular_post ul li .post-entry .entry-date {
    position: relative;
    font-size: 10px;
    line-height: 24px;
    color: #6b6e80
}

.widget_popular_post ul li .post-entry .entry-date::before {
    content: '/';
    position: absolute;
    left: -13px;
    top: -5px
}

.widget_tag_cloud a {
    display: inline-block;
    padding: 8px 12px;
    margin-right: 5px;
    margin-bottom: 8px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px!important;
    text-transform: capitalize;
    line-height: 22px!important;
    background-color: #f2f2f2
}

.widget_tag_cloud a:hover {
    border-color: #d9d9d9
}

.widget_recent_entries ul {
    list-style-type: none;
    padding-left: 0
}

.widget_recent_entries ul li {
    display: block;
    min-height: 70px;
    padding: 0 0 20px 25px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_recent_entries ul li a::before {
    content: '\f08b';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    font-size: 13px
}

.widget_recent_entries ul li span {
    display: block;
    padding-top: 5px;
    font-family: 'Bree Serif', sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #858899
}

.widget_get_in_touch{
    background: #ececec;
}

.widget_get_in_touch ul {
    padding-left: 20px;
    list-style-type: none
}

.widget_get_in_touch ul li {
    position: relative;
    padding: 5px 5px 5px 30px

}


.widget_get_in_touch h5,h6{
    margin:0;
}

.widget_get_in_touch ul li .touch-icon {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 17px;
    line-height: 17px;
    color: #0082BA
}

.widget_get_in_touch ul li .touch-info a:hover,
.widget_get_in_touch ul li .touch-info small:hover,
.widget_get_in_touch ul li .touch-info strong:hover {
    color: #0082BA
}

.widget_get_in_touch ul li .touch-info p {
    padding: 0!important
}

.widget_get_in_touch ul li .touch-info a {
    font-size: 12px;
    text-transform: none
}

.widget_newsletter form {
    margin-top: 20px
}

.widget_newsletter .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    line-height: 26px
}

.widget_newsletter .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0082BA;
    outline: 0
}

.widget_newsletter .form-control::-moz-placeholder {
    color: #6b6e80;
    opacity: 1;
    font-weight: 400
}

.widget_newsletter .form-control:-ms-input-placeholder {
    color: #6b6e80;
    font-weight: 400
}

.widget_newsletter .form-control::-webkit-input-placeholder {
    color: #6b6e80;
    font-weight: 400
}

.widget_project .project-container {
    margin-bottom: 30px
}

.widget_project .project-title {
    position: relative;
    font-family: 'Bree Serif', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase
}

.widget_project .project-title.title-bordered {
    margin-bottom: 30px
}

.widget_project .project-title.title-bordered::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background-color: #0082BA
}

.widget_project .project-info {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300
}

.widget_project .project-info p {
    padding: 10px 0
}

.service {
    padding: 60px 40px
}

.service-container {
    position: relative;
    margin-bottom: 20px;
    padding-left: 75px
}

.service-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    background-color: #0082BA;
    color: #fff
}

.service-title {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2c3e50
}

.service-title a {
    color: #2c3e50
}

.service-title a:hover {
    color: #0082BA
}

.service-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    min-height: 50px;
    height: 130px;
    overflow: hidden
}

.testimoni {
    padding: 60px 40px;
    background-color: #fcfcfc
}

.testimoni-container {
    margin-bottom: 40px
}

.testimoni-avatar {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 1px #f2f2f2;
    -moz-box-shadow: 0 0 0 1px #f2f2f2;
    -ms-box-shadow: 0 0 0 1px #f2f2f2;
    -o-box-shadow: 0 0 0 1px #f2f2f2;
    box-shadow: 0 0 0 1px #f2f2f2;
    border: 5px solid #fff;
    overflow: hidden
}

.testimoni-avatar img {
    width: 80px;
    height: 80px
}

.testimoni-info {
    position: relative;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 28px
}

.testimoni-info::before {
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -11px;
    font-size: 22px;
    color: #bfbfbf
}

.text-italic {
    font-style: italic;
}

.testimoni-client {
    position: relative;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #2c3e50
}

.testimoni-client::before {
    content: '';
    position: absolute;
    top: 12px;
    margin-left: -22px;
    width: 15px;
    height: 1px;
    background-color: #6b6e80
}

.features-row {
    display: table
}

.features-col-image,
.features-col-info {
    display: table-cell;
    min-height: 100px;
    vertical-align: top
}

.features-col-image {
    width: 35%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.features-col-info {
    width: 65%;
    padding: 40px 40px 30px 40px
}

@media screen and (max-width:767px) {
    .features-col-image,
    .features-col-info {
        display: block;
        width: 100%
    }
    .features-col-image {
        height: 250px
    }
}

.team {
    padding: 60px 40px;
    background-color: #fcfcfc
}

.team-container {
    margin-bottom: 30px;
    border: 1px solid #f7f7f7;
    -webkit-box-shadow: 0 2px 0 #f5f5f5;
    -moz-box-shadow: 0 2px 0 #f5f5f5;
    -ms-box-shadow: 0 2px 0 #f5f5f5;
    -o-box-shadow: 0 2px 0 #f5f5f5;
    box-shadow: 0 2px 0 #f5f5f5;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #fff
}

.team-container:hover .team-photo::after {
    content: '';
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.team-photo {
    position: relative
}

.team-photo::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.team-photo img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto
}

.team-title {
    position: relative;
    margin-bottom: 30px
}

.team-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #0082BA
}

.team-title h3 {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #2c3e50
}

.team-title small {
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    color: #9395a5
}

.team-container ul.social  {
    padding:0;
    margin:0;
}

.team-container ul.social li {
    list-style-type: none;
}

.team-container ul.social li  img {
    width: 36px;
}

.team-info .social-icon {
    text-align: center;
    float:none;

}

.team-info .social-icon ul{
    display:table-row;

}
.team-info .social-icon ul li {
    display: table-cell;
    height: 100px;
    list-style-type: none;
    margin: 10px;
    vertical-align: middle;

}

.team-info .social-icon::before {
    margin-left: -25px;
}

.team-info .social-icon>li {
    padding: 0 5px;
}

.team-info .social-icon>li>a {
    font-size: 16px;
    color: #6b6e80;
    display: block;
}

.team-info .social-icon>li>a:hover {
    color: #0082BA
}

.statistic {
    position: relative;
    padding: 60px 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.statistic::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(43, 43, 43, .8) 0, rgba(0, 0, 0, .8) 100%);
    background-image: -o-linear-gradient(top, rgba(43, 43, 43, .8) 0, rgba(0, 0, 0, .8) 100%);
    background-image: linear-gradient(to bottom, rgba(43, 43, 43, .8) 0, rgba(0, 0, 0, .8) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@to7d', endColorstr='@to7d', GradientType=0)
}

.statistic-container {
    position: relative;
    z-index: 4;
    margin-bottom: 30px;
    text-align: center;
    color: #fff
}

.statistic-number {
    position: relative;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600
}

.statistic-number::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #0082BA
}

.statistic-title {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
    color: #fff
}

.portfolio {
    padding: 60px 40px
}

.portfolio-container {
    position: relative;
    height: auto;
    margin-bottom: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.portfolio-container:hover>.portfolio-image img {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.portfolio-container:hover .portfolio-content h3 a {
    color: #0082BA
}

.portfolio-container:hover .portfolio-content h3 span {
    color: #2c3e50
}

.portfolio-container:hover .portfolio-content small {
    color: #2c3e50
}

.portfolio-image {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: #e1f0fa;
    overflow: hidden
}

.portfolio-image img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.portfolio-content {
    padding: 20px 20px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
    background-color: #fff
}

.portfolio-content h3 {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.portfolio-content h3 span {
    color: #0082BA
}

.portfolio-content h3 a {
    color: #2c3e50
}

.portfolio-content h3 a:hover {
    color: #0082BA
}

.portfolio-content small {
    font-size: 11px;
    line-height: 24px;
    color: #9395a5;
    text-transform: uppercase
}

.news {
}

.past-news {
    margin-bottom: 2%;
}
.past-news .card-header {
    background-color: rgba(0,0,0, 0);
}
.past-news .card {
    margin: 0 0.3% 0 0.3%;
}

.news-container {
    display: block;
    margin-bottom: 30px;

}

.news-container a {
    color: #2D2926
}

.news-container a:hover {
    color: #0082BA
}

.news-category {
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    margin-bottom: 5px;
}

.news-date {
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 5px;
}

.news-title {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}


.news-image {
    margin-top: 20px;
    margin-bottom: 20px
}

.news-image img {
    max-width: 100%;
    height: auto;
}

.news-entry {
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
}
.news-footer-v2 {
    display: block;
    margin-top: 30px;
    padding: 10px;
    text-transform: uppercase;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.news-footer {
    display: block;
    margin-top: 30px;
    padding: 10px;
    font-size: 11px;
    text-transform: uppercase;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.news-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.news-footer ul li {
    position: relative;
    display: inline-block;
    /*padding: 0 10px*/
}
/*
.news-footer ul li::after {
    content: '\f111';
    font-family: FontAwesome;
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 4px
}
*/
.news-footer ul li:last-child::after {
    content: ''
}
.social-container {
    width: 200px!important;
    display: inline-block;
    margin-left: 5px;
    float: right;
}

.news-footer-share a {
    color: white;
}

.news-footer-share a:hover {
    color: white;
}

.news-footer-tags{
    text-align: left!important;
    font-size: 11px;
}

.news-footer-tags a {
    display: inline-block;
    border-radius: 5px;
    color: black;
    height: 26px;
    margin: 3px;
    padding: 0 5px;
    transition: background 0.4s ease 0s;
}

.news-footer-tags a:hover {
    background-color: #e6e6e6
}

.hora-tema-seccion {
    height: 19px;
    margin-bottom: 8px;
}

.hora-tema-seccion span.fecha{
    float: left;
    font-size: 11px;
    padding-top: 3px;
    text-transform: uppercase;
}

.hora-tema-seccion span.categoria{
    background-color: #edecec;
    color: #838383;
    display: inline-block;
    float: right;
    font-size: 10px;
    height: 9px;
    line-height: 0;
    padding: 10px 6px 0;
    text-transform: uppercase;
}

@media screen and (max-width:992px) {
    .news-footer-tags {
        margin-bottom: 20px
    }

}

.news-author-bio {
    position: relative;
    display: block;
    min-height: 150px;
    padding: 30px 10px 30px 110px;
    border-bottom: 1px solid #e6e6e6
}

.news-author-bio .author-avatar {
    position: absolute;
    left: 10px;
    top: 30px;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px #f2f2f2;
    -moz-box-shadow: 0 0 0 1px #f2f2f2;
    -ms-box-shadow: 0 0 0 1px #f2f2f2;
    -o-box-shadow: 0 0 0 1px #f2f2f2;
    box-shadow: 0 0 0 1px #f2f2f2;
    border: 5px solid #fff;
    overflow: hidden
}

.news-author-bio .author-avatar img {
    width: 80px;
    height: 80px
}

.news-author-bio .author-info {
    text-align: left
}

.news-author-bio .author-info h4 {
    font-weight: 400
}

.news-author-bio .author-info h4 small {
    position: relative;
    font-family: 'Bree Serif', sans-serif;
    font-size: 12px;
    padding-left: 25px;
    color: #9395a5
}

.news-author-bio .author-info h4 small::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    width: 12px;
    height: 1px;
    background-color: #d9d9d9
}

.news-author-bio .author-info ul li {
    font-size: 12px
}

.news-author-bio .author-info ul li a {
    color: #9395a5
}

.news-author-bio .author-info ul li a:hover {
    color: #2c3e50
}

.news-next-previous {
    display: block;
    padding: 30px 10px;
    border-bottom: 1px solid #e6e6e6
}

.news-next-previous a {
    position: relative;
    z-index: 3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px
}

.news-next-previous a:hover {
    color: #858899
}

.news-next-previous .news-next,
.news-next-previous .news-previous {
    position: relative;
    z-index: 3
}

.news-next-previous .news-previous {
    text-align: left;
    padding-left: 40px
}

.news-next-previous .news-previous::before {
    font-family: FontAwesome;
    content: '\f137';
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 0;
    font-size: 30px;
    color: #e6e6e6
}

.news-next-previous .news-next {
    text-align: right;
    padding-right: 40px
}

.news-next-previous .news-next::before {
    font-family: FontAwesome;
    content: '\f138';
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 0;
    font-size: 30px;
    color: #e6e6e6
}

@media screen and (max-width:992px) {

    .news-next-previous .news-next,
    .news-next-previous .news-previous {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        display: inline-block
    }
    .news-next-previous .news-previous {
        margin-bottom: 20px
    }
    .news-next-previous .news-previous::before {
        top: 2px;
        left: -40px
    }
    .news-next-previous .news-next::before {
        top: 2px;
        right: -40px
    }


}

.news-related {
    margin-top: 60px
}

.news-related .news-title {
    font-size: 18px;
    line-height: 26px;
}

.news-related .news-title::after {
    content: '';
    bottom: -12px
}

.news-related h2{
    margin:5px 0;
}

.news-list {
    margin-bottom: 20px
}

.news-list.news-container {
    text-align: left
}

.news-list .news-title {
    font-size: 20px;
    line-height: 26px
}

.news-list .news-title::after {
    content: '';
    left: 0;
    margin-left: 0
}

.comments-area {
    display: block;
    margin-bottom: 60px
}

.comments-area .comments-title {
    position: relative;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize
}

.comments-area .comments-title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -13px;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background-color: #0082BA
}

.comments-area .comments-title span {
    display: block;
    margin-top: 10px;
    font-family: 'Bree Serif', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-style: italic
}

.comments-area .comments-title span a {
    color: #858899
}

.comments-area .comments-title span a:hover {
    color: #2c3e50
}

.comment-list {
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 0;
    background-color: #fff
}

.comment-list li {
    margin-bottom: 40px
}

.comment-list li .comment-author {
    text-transform: capitalize;
    font-weight: 600
}

.comment-list li .comment-author .avatar {
    position: relative;
    z-index: 2;
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.comment-list li .comment-author .says {
    display: none
}

.comment-list li .comment-metadata {
    display: block;
    margin-bottom: 20px;
    font-size: 10px;
    text-transform: uppercase
}

.comment-list li .comment-metadata a {
    color: #858899
}

.comment-list li .comment-metadata a:hover {
    color: #2b2b2b
}

.comment-list li .comment-metadata .edit-link {
    margin-left: 20px;
    text-transform: none;
    font-size: 12px;
    font-weight: 600
}

.comment-list li .comment-metadata .edit-link a {
    color: #0082BA
}

.comment-list li .comment-metadata .edit-link a:hover {
    color: #2b2b2b
}

.comment-list li .comment-content {
    margin-left: 65px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 28px
}

.comment-list li .comment-respond .comment-reply-title {
    font-size: 15px;
    line-height: 26px
}

.comment-list li .comment-respond .comment-reply-title small {
    float: right;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600
}

@media screen and (max-width:480px) {

    .comment-list li .comment-respond .comment-reply-title small {
        float: none;
        display: block
    }
}

.comment-list li .reply {
    margin-left: 65px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 24px;
    font-weight: 600
}

.comment-list li .reply .comment-reply-link,
.comment-list li .reply a {
    padding: 5px 12px;
    border: 2px solid #0082BA
}

.comment-list li .reply .comment-reply-link:focus,
.comment-list li .reply .comment-reply-link:hover,
.comment-list li .reply a:focus,
.comment-list li .reply a:hover {
    color: #fff;
    background-color: #0082BA
}

.comment-list li .children,
.comment-list li ol {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-left: 65px;
    margin-top: 40px
}

.comment-list li .children li,
.comment-list li ol li {
    position: relative;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .comment-list li .children,
    .comment-list li ol {
        margin-left: 20px
    }
    .comment-list li .children::before,
    .comment-list li ol::before {
        content: '';
        left: -20px
    }
    .comment-list li .children li::before,
    .comment-list li ol li::before {
        content: '';
        width: 10px;
        left: -20px
    }
}

.comment-respond .comment-reply-title {
    position: relative;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize
}

.comment-respond .comment-reply-title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -13px;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background-color: #0082BA
}

.comment-respond .comment-reply-title small,
.comment-respond .comment-reply-title span {
    display: block;
    margin-top: 10px;
    font-family: 'Bree Serif', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-style: italic
}

.comment-respond .comment-reply-title small a,
.comment-respond .comment-reply-title span a {
    color: #858899
}

.comment-respond .comment-reply-title small a:hover,
.comment-respond .comment-reply-title span a:hover {
    color: #2c3e50
}

.comment-respond .form-control {
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.comment-respond .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.comment-respond .form-control::-moz-placeholder {
    color: #9395a5;
    opacity: 1;
    font-weight: 300
}

.comment-respond .form-control:-ms-input-placeholder {
    color: #9395a5;
    font-weight: 300
}

.comment-respond .form-control::-webkit-input-placeholder {
    color: #9395a5;
    font-weight: 300
}

.partner {
    padding: 60px 40px
}

.partner-item {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    padding: 10px
}

.partner-item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.partner-item a img {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.partner-item a:hover img {
    opacity: .8;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.sign-container {
    position: relative;
    margin: 100px 0 60px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 1px #ebebeb;
    -moz-box-shadow: 0 1px 3px 1px #ebebeb;
    -ms-box-shadow: 0 1px 3px 1px #ebebeb;
    -o-box-shadow: 0 1px 3px 1px #ebebeb;
    box-shadow: 0 1px 3px 1px #ebebeb;
    overflow: hidden
}

.sign-container .nav-tabs {
    position: absolute;
    top: 10px;
    right: 10px;
    border-bottom: none
}

.sign-container .nav-tabs>li {
    position: relative
}

.sign-container .nav-tabs>li>a {
    padding: 5px 8px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background-color: transparent;
    color: #6b6e80
}

.sign-container .nav-tabs>li>a:focus,
.sign-container .nav-tabs>li>a:hover {
    border: none;
    background-color: transparent
}

.sign-container .nav-tabs>li:first-child::after {
    content: '/';
    position: absolute;
    right: -2px;
    top: 4px
}

.sign-container .nav-tabs>.active>a,
.sign-container .nav-tabs>.active>a:focus,
.sign-container .nav-tabs>.active>a:hover {
    border: none;
    color: #0082BA;
    background-color: transparent
}

.sign-container .tab-content {
    padding: 0;
    border-top: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff
}

.sign-container .sign-content {
    display: table;
    width: 100%
}

.sign-container .sign-content .sign-description,
.sign-container .sign-content .sign-form {
    display: table-cell;
    vertical-align: top
}

.sign-container .sign-content .sign-description {
    position: relative;
    width: 55%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.sign-container .sign-content .sign-description::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(58, 111, 129, .8) 0, rgba(111, 89, 74, .8) 100%);
    background-image: -o-linear-gradient(top, rgba(58, 111, 129, .8) 0, rgba(111, 89, 74, .8) 100%);
    background-image: linear-gradient(to bottom, rgba(58, 111, 129, .8) 0, rgba(111, 89, 74, .8) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@to7d', endColorstr='@to7d', GradientType=0)
}

.sign-container .sign-content .sign-description *,
.sign-container .sign-content .sign-description .description-text,
.sign-container .sign-content .sign-description>* {
    position: relative;
    z-index: 3
}

.sign-container .sign-content .sign-description .description-text {
    padding: 40px 30px 25px;
    font-size: 16px;
    line-height: 28px;
    color: #fff
}

.sign-container .sign-content .sign-description .description-text h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff
}

.sign-container .sign-content .sign-form {
    width: 45%;
    padding: 60px 30px 40px
}

.sign-container .sign-content .sign-form .form-group {
    position: relative
}

.sign-container .sign-content .sign-form .form-group i[class^=icon-],
.sign-container .sign-content .sign-form .form-group i[class^=fa-],
.sign-container .sign-content .sign-form .form-group span[class*=icon-],
.sign-container .sign-content .sign-form .form-group span[class*=fa-] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #afb1bc
}

.sign-container .sign-content .sign-form .form-group .form-control {
    padding: 10px 20px 10px 35px
}

.sign-container .sign-content .sign-form .form-group .form-control:focus+i,
.sign-container .sign-content .sign-form .form-group .form-control:focus+span {
    color: #6b6e80
}

.sign-container .sign-content .sign-form .checkbox input[type=checkbox] {
    margin-top: 8px
}

@media screen and (max-width:767px) {
    .sign-container .nav-tabs {
        z-index: 4;
        top: 20px;
        right: 30px
    }
    .sign-container .sign-content .sign-description {
        display: none;
        visibility: hidden;
        opacity: 0
    }
    .sign-container .sign-content .sign-form {
        display: table;
        width: 100%
    }
}


/* ---- footer ----*/

.footer {
    position: relative;
    width: 100%;
    padding:  20px;
    /*border-right: 3px solid #0082BA;
    border-left: 3px solid #0082BA;*/
    font-weight: 300;
    color: #9395a5;
    font-size: 13px;
    background: #fff;

}

.footer *,
.footer>* {
    position: relative;
    z-index: 4
}

.footer::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    margin-bottom: 5px;
    color: #2D2926;
    text-transform: uppercase;
}

.footer h1 span,
.footer h2 span,
.footer h3 span,
.footer h4 span,
.footer h5 span,
.footer h6 span {
    color: #0082BA
}

.footer img {
    max-width: 100%;
    height: auto
}

.footer ul {
    padding-left: 0;
    list-style-type: none
}

.footer a {
    color: #9395a5
}

.footer a:hover {
    color: #fff
}

.footer .social-icon {
    margin-top: 30px;
    margin-bottom: 30px
}

.footer .social-icon li {
    width: 35px;
    height: 35px;
    margin-right: 10px
}

.footer .social-icon li:last-child {
    margin-right: 0
}

.footer .social-icon li a {
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #0082BA;
    color: #1a242f
}

.footer .social-icon li a:hover {
    background-color: #fff
}

.footer .widget {
    text-transform: none;
    color: #9395a5
}

.footer .widget a {
    font-size: 12px;
    color: #9395a5
}

.footer .widget a:hover {
    color: #fff
}

.footer .widget a:hover,
.footer .widget p:hover,
.footer .widget small:hover,
.footer .widget strong:hover {
    color: #fff
}

.footer .widget-title {
    border-top: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff
}

.footer .widget_get_in_touch ul li {
    font-family: 'Bree Serif', sans-serif;
    font-weight: 600;
    text-transform: none;
    color: #9395a5
}

.footer .widget_get_in_touch ul li .touch-info a {
    font-size: 12px;
    color: #9395a5
}

.footer .widget_get_in_touch ul li .touch-info a:hover,
.footer .widget_get_in_touch ul li .touch-info p:hover,
.footer .widget_get_in_touch ul li .touch-info small:hover,
.footer .widget_get_in_touch ul li .touch-info strong:hover {
    color: #fff
}

.footer .widget_newsletter .form-control {
    color: #fff
}

.footer .widget_categories ul li a::before,
.footer .widget_recent_entries ul li a::before {
    color: #0082BA
}

.footer .widget_recent_entries ul li {
    border-bottom-color: #515151
}

.footer .widget_recent_entries ul li a::before {
    content: '\f08b';
    font-family: FontAwesome;
    position: absolute;
    left: -30px;
    top: -5px;
    font-size: 13px
}

.footer .widget_categories ul li a::before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: -25px;
    top: -5px;
    font-size: 14px
}

.footer .widget_popular_post ul li {
    border-bottom-color: #515151
}

.footer .widget_popular_post ul li .post-entry .entry-date {
    font-weight: 600
}

.footer .widget_tag_cloud a {
    font-weight: 400;
    color: #6b6e80
}

.footer .widget_tag_cloud a:hover {
    border-color: #d9d9d9;
    color: #0082BA
}

.footer .widget_recent_comments ul li {
    border-bottom-color: #515151
}

.footer .widget_about .about-author h3 {
    color: #fff
}

.footer .widget_about .about-author small {
    color: #777a8d
}

.footer .widget_about .about-bio .social-icon::before {
    content: '';
    background-color: #515151
}

.footer .widget_about .about-bio .social-icon>li {
    margin-right: 0
}

.footer .widget_about .about-bio .social-icon>li>a {
    background-color: transparent
}

.copyright {
    padding: 10px ;
    font-size: 12px;
    color: #000;
    background: #fff;
    /*border-bottom: 3px solid #0082BA;*/

}

.copyright span{
    color: red;
    margin: 0 5px ;
}

.copyright ul {
    list-style-type: none;
    margin: 0 15px;
    padding: 0;
    text-align: right
}

.copyright ul li {
    display: inline-block;
    margin-left: 15px;
    text-transform: none;
    font-size: 12px;
    font-weight: 600
}

.copyright ul li:first-child {
    margin-left: 0
}

.copyright ul li a {
    color: #0082BA
}

.copyright ul li a:hover {
    color: #DA291C
}

@media screen and (max-width:767px) {

    .copyright{
        text-align: center;
    }
    .copyright ul {
        margin: 0 auto;
        text-align: center!important;
    }

}



hr.rojo{
    border-top: 3px solid #DA291C;
}

hr.amarillo{
    border-top: 3px solid #FFC72C;
}

hr.azul{
    border-top: 3px solid #0082ba;
}


.slogan-index{
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}


/*---- iconos ----*/
.shortcut-wrap{
    text-align: center;
}

.shortcut {
    padding: 15px;


}

.shortcut h4{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #444;
}

.shortcut h4:hover {
    color: #000;
}

.shortcut-icon{
    margin:auto;
}

.shortcut-icon img{
    max-width:80px;
    margin:0!important;
}



@media screen and (max-width:767px) {

    .shortcut{
        min-height: 200px;
        overflow: hidden;
    }

}


/* caption */

.captionjs figcaption {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}

.captionjs.stacked figcaption {
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
}

.captionjs figcaption a {
    color: #fff;
}

/* -------------- */

.caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url(http://alijafarian.com/demos/jquery-image-hover-captions/images/trans-black-50.png);*/
    background: #0084b5;
    width: 100%;
    height: 100%;
}
.caption h3, .caption p {
    color: #fff;
    margin: 20px;
}
.caption h3 {
    margin: 20px 20px 10px;
}
.caption p {
    font-size: .75em;
    line-height: 1.5em;
    margin: 0 20px 15px;
}
.caption a.learn-more {
    padding: 5px 10px;
    background: #08c;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
}

.cap-overlay{
    padding: 15px 10px;
    color: #fff;
    border-radius: 3px;
    /*background: url(http://alijafarian.com/demos/jquery-image-hover-captions/images/trans-black-50.png);*/
    background: #0084b5;
}

.cap-overlay a{
    color: #fff;
}

.cap-overlay a:hover{
    color: #fff;
}


/* slider */
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}


/*.carousel-indicators{*/
    /*display: none;*/
    /*bottom: 2px!important;*/
    /*color: #000;*/
/*}*/

/* fecha hora header */

.fecha-hora {
    padding: 5px;
    width: 100% !important;
    float: right;
}

#fecha{
    float: left;
    text-align: right;
}

.hora li {
    display: inline-block;
    font-weight: 300;
    line-height: 20px;
    list-style-type: none !important;
}
.hora {
    margin: 0;
    padding-left: 0 !important;
    text-align: right;
    float: right;
    display: inline-table;
}

/***********************************************************************************************/
/* Mobile */
/***********************************************************************************************/

@media screen and (max-width:767px) {

    .fecha-hora{
        margin: 15px auto;
        overflow: hidden;
        text-align: center!important;
    }

    #fecha{
        text-align: center!important;
    }
    ul.hora{
        float: none;
        text-align: center!important;
    }
    ul.social-icon{
        text-align: center!important;
        margin: 10px;
    }

    #btn-turnos{
        display:none!important;
    }

    #btn-turnos-mobile{
        display:block!important;
        position:absolute;
        top: 10px;
        right: 10%;
    }

    .go-top {
        font-size: 9px!important;
        padding: 0.2em;
    }


}

/***********************************************************************************************/
/* Tablet */
/***********************************************************************************************/
@media screen and (max-width:992px) {
    .fecha-hora{
        display: none;
    }
    .go-top{
        display: none;
    }
    .btn-scrolled{
        text-align: center!important;

    }
    ul.social-icon{
        margin:0;
    }

}


/***********************************************************************************************/
/* Go Top Button */
/***********************************************************************************************/
.go-top {
    position: fixed;
    bottom: 2em;
    right: 1.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 3000;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* escondo en desktop */
#btn-turnos-mobile{
    display: none;

}

#btn-turnos-mobile-sticky-wrapper{
    height: 0!important;
}

.js-social-btn svg {
    width: 21px !important;
    margin-left: 3%;
}