  
 

/* CSS */
/* #header{background: linear-gradient(to right, rgb(12 80 100), rgb(21 114 149));}
.gradient{
    background: linear-gradient(45deg, #0c5064, #1e677c, #459fb8, #0c5067);
    background-size: 300% 300%;
    animation: colors 15s ease infinite;    
} */
@media (max-width: 575px) {
    .comment-author .avatar {
        left: -37px;
        top: -142px;
    }
}
.comment-author .fn {
    text-transform: uppercase;
    font-size: 18px;
    color: #222;
}
.menu a,
.page-info__title {
    text-transform: capitalize;
} 
.header__content {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-contact {
    color: #fff;
    display: inline-block;
    margin-right: 40px;
}
.header-1 .header__content-right {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-1 .header-nav-menu {
    margin-right: 47px;
    padding-top: 20px;
}
.header-1--light .menu a {
    color: #fff;
}
.header-1--light .menu a:hover {
    color: #ccc;
}
.header-2,
.header-5 {
    padding: 35px 0;
}
.header-2 .header__content-right,
.header-5 .header__content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-2 .header-social,
.header-5 .header-social {
    margin-right: 40px;
}

.media-team .list-social {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.media-testi .media__img,
.media-testi .quote {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.media-team .media__body {
    text-align: center;
}
.media-team .list-social__item a {
    font-size: 15px;
    padding: 0 8px;
}
.media-team .overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.media-team:hover .overlay {
    -webkit-box-shadow: 0 0 0 130px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 0 130px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 0 130px rgba(0, 0, 0, 0.5) inset;
}
.media-team:hover .list-social {
    visibility: visible;
    opacity: 1;
}
.media-testi {
    background: #f8f8f8;
    text-align: center;
    overflow: visible;
    position: relative;
    margin-bottom: 70px;
    padding: 62px 65px 60px;
}
.media-testi.light {
    background: #fff;
}
.media-testi.light .quote {
    color: #f8f8f8;
}
@media (max-width: 575px) {
    .media-testi {
        padding: 60px 35px;
    }
}
.page-info.light .list-social-3 .list-social__item a {
    color: #222;
}
.page-info.light .list-social-3 .list-social__item .icon {
    opacity: 0.6;
}
.page-info-2 .list-social {
    position: absolute;
    right: 0;
    bottom: -webkit-calc(100% - 10px);
    bottom: -moz-calc(100% - 10px);
    bottom: calc(100% - 10px);
}
.page-info-2 .list-social__item a {
    color: #fff;
}
.entry-share .key,
.entry-share .list-social {
    display: inline-block;
}
 
.dots-style1 li,
.slick-arrow {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
.countdown__item-inner,
.list-social-3 .list-social__item .icon {
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
@media (max-width: 1760px) {
    .list-social-3 {
        left: 15px;
    }
}
.header-2--dark,
.header-2--static {
    position: static;
}
.header-2--dark .header-contact {
    color: #222;
}
.header-2--dark .hamburger.hamburger--sm {
    border-color: #888;
}
.header-2--dark .hamburger.hamburger--sm:hover {
    background: #222;
    border-color: #222;
}
.header-2--dark .hamburger.hamburger--sm:hover .hamburger-box .hamburger-inner,
.header-2--dark .hamburger.hamburger--sm:hover .hamburger-box .hamburger-inner:after,
.header-2--dark .hamburger.hamburger--sm:hover .hamburger-box .hamburger-inner:before {
    background-color: #fff;
}
.header-2--dark .hamburger.hamburger--sm .hamburger-box .hamburger-inner,
.header-2--dark .hamburger.hamburger--sm .hamburger-box .hamburger-inner:after,
.header-2--dark .hamburger.hamburger--sm .hamburger-box .hamburger-inner:before,
.header-page-pilling.light .hamburger.hamburger--sm .hamburger-box .hamburger-inner,
.header-page-pilling.light .hamburger.hamburger--sm .hamburger-box .hamburger-inner:after,
.header-page-pilling.light .hamburger.hamburger--sm .hamburger-box .hamburger-inner:before {
    background-color: #555;
}
.header-5 .header-contact {
    color: #ebebeb;
    margin: 0;
    display: block;
    text-align: right;
}
.header-content-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.header-page-pilling .hamburger.hamburger--sm {
    color: #fff;
}
.header-page-pilling.light .hamburger.hamburger--sm {
    border-color: #888;
}
  .header-nav-menu-mobile {
    display: none;
    margin-bottom: 20px;
}  
.header-mobile {
    position: relative;
}
 .header-mobile .header-mobile__bar {
    padding: 15px 0;
}
.header-mobile .header-mobile__bar-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}  
.header-mobile--light .hamburger {
    border-color: #fff;
}
.header-mobile--light .hamburger:hover {
    background: #fff;
}
.header-mobile--light .hamburger:hover .hamburger-box .hamburger-inner,
.header-mobile--light .hamburger:hover .hamburger-box .hamburger-inner:after,
.header-mobile--light .hamburger:hover .hamburger-box .hamburger-inner:before {
    background: #222;
}
.header-mobile--light .hamburger-inner,
.header-mobile--light .hamburger-inner:after,
.header-mobile--light .hamburger-inner:before {
    background: #fff;
}
.hamburger {
    border: 1px solid #888;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}
.hamburger:hover {
    background: #111;
    border-color: transparent;
}
.hamburger:hover .hamburger-box .hamburger-inner,
.hamburger:hover .hamburger-box .hamburger-inner:after,
.hamburger:hover .hamburger-box .hamburger-inner:before {
    background-color: #fff;
}
.hamburger .hamburger-box {
    width: 20px;
    height: 15px;
}
.hamburger .hamburger-box .hamburger-inner {
    width: 20px;
    height: 2px;
}
.hamburger .hamburger-box .hamburger-inner:before {
    width: 20px;
    height: 2px;
    top: 6px;
}
.hamburger .hamburger-box .hamburger-inner:after {
    width: 20px;
    height: 2px;
    top: 12px;
}
.hamburger.is-active .hamburger-inner {
    top: -2px;
}
.hamburger.is-active .hamburger-inner:after {
    top: 20px;
}
.hamburger.hamburger--sm {
    width: 30px;
    height: 30px;
    border-color: #ebebeb;
    transition: all 0.3s ease;
}
.hamburger.hamburger--sm:hover {
    background: #fff;
}
.hamburger.hamburger--sm:hover .hamburger-box .hamburger-inner,
.hamburger.hamburger--sm:hover .hamburger-box .hamburger-inner:after,
.hamburger.hamburger--sm:hover .hamburger-box .hamburger-inner:before {
    background-color: #222;
}
.hamburger.hamburger--sm .hamburger-box .hamburger-inner,
.hamburger.hamburger--sm .hamburger-box .hamburger-inner:after,
.hamburger.hamburger--sm .hamburger-box .hamburger-inner:before {
    background-color: #fff;
}
.hamburger.hamburger--sm .hamburger-box {
    width: 12px;
    height: 11px;
}
.hamburger.hamburger--sm .hamburger-box .hamburger-inner {
    width: 12px;
    height: 2px;
}
.hamburger.hamburger--sm .hamburger-box .hamburger-inner:before {
    width: 12px;
    height: 2px;
    top: 4px;
}
.hamburger.hamburger--sm .hamburger-box .hamburger-inner:after {
    width: 12px;
    height: 2px;
    top: 8px;
}
.hamburger.hamburger--sm.is-active .hamburger-inner {
    top: -4px;
}
.hamburger.hamburger--sm.is-active .hamburger-inner:after {
    top: 20px;
}
.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
}
.header--fixed .menu-item a {
    padding: 17px 22px;
}
.menu a {
    font-size: 13px;
    color: #222;  
  /*  color:#fff; */
}
.menu a:hover {
    color: #093e50;
}
.menu-item {
    display: inline-block;
}
.menu-item a,
.menu-mobile .menu-item {
    display: block;
}
.menu-item a {
    padding: 26px 22px;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 100%;
    opacity: 1;
}
.menu-mobile {
    background: #f8f8f8;
}
.menu-mobile .menu-item a {
    padding: 10px 25px 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.menu-mobile .menu-item.menu-item-has-children > a::after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: Material-Design-Iconic-Font;
    content: "\f278";
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 700;
}
.menu-mobile .menu-item.menu-item-has-children > a.active::after {
    content: "\f273";
}
.menu-mobile .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0;
    min-width: 100%;
    background: #f8f8f8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
.menu-mobile .sub-menu .menu-item a {
    color: #222;
}
.menu-mobile .sub-menu .menu-item a:hover {
    color: #333;
}
.menu-mobile .sub-menu .menu-item .sub-menu .menu-item a {
    padding-left: 60px;
}
.sub-menu {
    position: absolute;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 110%;
    left: 0;
    min-width: 265px;
    -webkit-box-shadow: 1.29px 1.53px 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.29px 1.53px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1.29px 1.53px 9px 0 rgba(0, 0, 0, 0.1);
    background:var(--azul-primario);
    padding: 15px 0;
}
#menu-sidebar-overlay,
.page-info .copyright {
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sub-menu .menu-item {
    display: block;
}
.sub-menu .menu-item a {
    color: #fff;
    padding: 10px 30px;
}
.sub-menu .menu-item a:hover {
    color: #ccc;
}
.sub-menu .menu-item-has-children > .sub-menu {
    top: 0;
    left: 105%;
}
.sub-menu .menu-item-has-children > .sub-menu.sub-menu--left {
    top: 0;
    left: auto;
    right: 105%;
}
.sub-menu .menu-item-has-children:hover > .sub-menu {
    left: 100%;
}
.sub-menu .menu-item-has-children:hover > .sub-menu.sub-menu--left {
    left: auto;
    right: 100%;
}
#menu-sidebar-overlay,
.menu-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
}
#menu-sidebar-overlay {
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu-sidebar,
.product-thumbnail-wrap .product-thumbnail {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#menu-sidebar-overlay.active {
    visibility: visible;
    opacity: 1;
}
.menu-sidebar {
    z-index: 99999;
    width: 445px;
    background: #fff;
    padding: 87px 80px 75px 85px;
    overflow-y: scroll;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.menu-sidebar::-webkit-scrollbar {
    display: none;
}
.menu-sidebar-nav-menu .menu-item,
.menu-sidebar-nav-menu .menu-item .sub-menu .menu-item {
    display: block;
}
.menu-sidebar.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu-sidebar .copyright {
    color: #888;
    margin-top: 208px;
}
.btn-close {
    font-size: 18px;
    color: #888;
    position: absolute;
    right: 85px;
    top: 30px;
    z-index: 99;
}
.btn-close:hover {
    color: red;
}
.menu-sidebar-nav-menu {
    margin-bottom: 80px;
}
.menu-sidebar-nav-menu .menu a {
    font-size: 30px;
    font-weight: 700;
}
.menu-sidebar-nav-menu .menu a:hover {
    color: #666;
}
.menu-sidebar-nav-menu .menu-item a {
    display: block;
    line-height: 1.2;
    padding: 17.5px 0;
}
.menu-sidebar-nav-menu .menu-item .sub-menu {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 100%;
    opacity: 1;
    position: static;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
    min-width: 100%;
}
.blog-navigation,
.page-heading {
    position: relative;
}
.blog-detail-1 .entry-header {
    margin-bottom: 29px;
}
.menu-sidebar-nav-menu .menu-item .sub-menu .menu-item a {
    color: #222;
    padding: 8px 0;
    font-size: 18px;
}
.menu-sidebar-nav-menu .menu-item .sub-menu .menu-item a:hover {
    color: #666;
}
.project-navigation,
.project-navigation-2 {
    padding-top: 40px;
    padding-bottom: 85px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.ic-fb:hover {
    color: #3b5998;
}
.ic-insta:hover {
    color: #e1306c;
}
.ic-twi:hover {
    color: #00aced;
}
.ic-pinterest:hover {
    color: #cb2027;
}
.ic-youtube:hover {
    color: #e4131a;
}
.ic-google:hover {
    color: #dd4b39;
}
a {
    transition: all 0.3s ease;
    outline: 0;
}
.link,
a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
a:hover {
    transition: all 0.3s ease;
    text-decoration: none;
}
.link {
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease;
}
.link i {
    font-size: inherit;
    color: inherit;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.link:hover {
    color: #f2f2f2;
}
.link:hover i {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
/* .comment-author .avatar,
.media-service-1 .media__img-inner,
.media-statistic,
.media-team .media__img-wrap,
.media__body,
.media__img--zoom,
.page-wrapper,
.video {
    overflow: hidden;
} */
.blog-detail-1 .entry-content blockquote,
.box--center,
.landing-page--dark .landing .entry-content,
.media-landing,
.page-coming .section-content,
.product-remove,
.qty-box > input,
.title-number,
.wrap--content-center {
    text-align: center;
}
.list-social__item {
    display: inline-block;
}
.list-social__item a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: var(--azul-primario);
}
.list-social__item a i {
    font-size: inherit;
    color: inherit;
}
.list-social-2 .list-social__item:first-child a {
    padding-left: 0;
}
.list-social-2 .list-social__item a {
    padding: 0 8px;
    color: #ebebeb;
}
.list-social-2 .list-social__item .ic-fb:hover {
    color: #3b5998;
}
.list-social-2 .list-social__item .ic-insta:hover {
    color: #e1306c;
}
.list-social-2 .list-social__item .ic-twi:hover {
    color: #00aced;
}
.list-social-2 .list-social__item .ic-pinterest:hover {
    color: #cb2027;
}
.list-social-2 .list-social__item .ic-google:hover {
    color: #dd4b39;
}
.list-social--ver .list-social__item {
    display: block;
}
.list-social--ver .list-social__item:first-child a {
    padding-left: 8px;
}
.list-social--ver .list-social__item:last-child a {
    padding-bottom: 0;
}
.list-social--ver .list-social__item a {
    padding: 5px 8px;
    text-align: center;
}
.list-social--light .list-social__item a {
    color: #fff;
}
.list-social--light .list-social__item .ic-fb:hover {
    color: #3b5998;
}
.list-social--light .list-social__item .ic-insta:hover {
    color: #e1306c;
}
.list-social--light .list-social__item .ic-twi:hover {
    color: #00aced;
}
.list-social--light .list-social__item .ic-pinterest:hover {
    color: #cb2027;
}
.list-social--light .list-social__item .ic-google:hover {
    color: #dd4b39;
}
.list-social--light2 .list-social__item a {
    color: #888;
}
.list-social--light2 .list-social__item .ic-fb:hover {
    color: #3b5998;
}
.list-social--light2 .list-social__item .ic-insta:hover {
    color: #e1306c;
}
.list-social--light2 .list-social__item .ic-twi:hover {
    color: #00aced;
}
.list-social--light2 .list-social__item .ic-pinterest:hover {
    color: #cb2027;
}
.list-social--light2 .list-social__item .ic-google:hover {
    color: #dd4b39;
}
.list-social--big .list-social__item:first-child a {
    padding-left: 0;
}
.list-social--big .list-social__item a {
    font-size: 18px;
    padding: 0 13px;
}
.list-social--md .list-social__item a {
    font-size: 15px;
    color: #222;
    padding: 0 13px;
}
.list-social--md .list-social__item .ic-fb:hover {
    color: #3b5998;
}
.list-social--md .list-social__item .ic-insta:hover {
    color: #e1306c;
}
.list-social--md .list-social__item .ic-twi:hover {
    color: #00aced;
}
.list-social--md .list-social__item .ic-pinterest:hover {
    color: #cb2027;
}
.list-social--md .list-social__item .ic-google:hover {
    color: #dd4b39;
}
.list-social-3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 62px;
    margin: auto;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%);
}
.list-social-3 .list-social__item {
    display: inline-block;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.list-social-3 .list-social__item:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.list-social-3 .list-social__item:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.list-social-3 .list-social__item:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.list-social-3 .list-social__item:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.list-social-3 .list-social__item:nth-child(5) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.list-social-3 .list-social__item:hover .icon {
    margin-top: -5px;
}
.list-social-3 .list-social__item a {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    display: block;
    letter-spacing: 0.3em;
    padding: 10px 30px;
    position: relative;
    z-index: 9;
}
.list-social-3 .list-social__item a:hover {
    color: #ececec;
}
.list-social-3 .list-social__item .icon {
    font-size: 40px;
    color: #ebebeb;
    opacity: 0.15;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
.media-about .desc,
.media-about .number {
    color: #fff;
    display: block;
    text-align: center;
}
.wrap--right-auto {
    margin-right: auto;
    margin-left: 0;
}
.wrap--w420,
.wrap--w530 {
    max-width: 530px;
}
.wrap--w540 {
    max-width: 540px;
}
.wrap--w570 {
    max-width: 570px;
}
.wrap--w587 {
    max-width: 587px;
}
.wrap--w600 {
    max-width: 600px;
}
.wrap--w625 {
    max-width: 625px;
}
.wrap--w630 {
    max-width: 630px;
}
.wrap--w680 {
    max-width: 680px;
}
.wrap--w700 {
    max-width: 700px;
}
.wrap--w720 {
    max-width: 720px;
}
.wrap--w740 {
    max-width: 740px;
}
.wrap--w768 {
    max-width: 768px;
}
.wrap--w770 {
    max-width: 770px;
}
.wrap--w800 {
    max-width: 800px;
}
.wrap--w820 {
    max-width: 820px;
}
.wrap--w830 {
    max-width: 830px;
}
.wrap--w850,
.wrap--w860 {
    max-width: 850px;
}
.wrap--w870 {
    max-width: 870px;
}
.wrap--w880 {
    max-width: 880px;
}
.wrap--w900 {
    max-width: 900px;
}
.wrap--w940 {
    max-width: 940px;
}
.wrap--w970 {
    max-width: 970px;
}
.wrap--w990 {
    max-width: 990px;
}
.wrap--w1100 {
    max-width: 1100px;
}
.wrap--w1170 {
    max-width: 1170px;
}
.wrap--w1330 {
    max-width: 1330px;
}
.wrap--w1375 {
    max-width: 1375px;
}
.wrap--w1390 {
    max-width: 1390px;
}
.wrap--w1400 {
    max-width: 1400px;
}
.wrap--w1425 {
    max-width: 1425px;
}
.wrap--w1530 {
    max-width: 1530px;
}
.wrap--w1575 {
    max-width: 1575px;
}
.wrap--w1570 {
    max-width: 1570px;
}
.wrap--w1590 {
    max-width: 1590px;
}
.wrap--w1620 {
    max-width: 1620px;
}
.wrap--w1630 {
    max-width: 1630px;
}
.wrap--w1680 {
    max-width: 1680px;
}
.wrap--w1760 {
    max-width: 1760px;
}
.wrap--w1774 {
    max-width: 1774px;
}
.wrap--w1790 {
    max-width: 1790px;
}
.wrap--w1810 {
    max-width: 1810px;
}
.wrap--w1820 {
    max-width: 1820px;
}
.wrap--w1850 {
    max-width: 1850px;
}
button,
button:focus {
    outline: 0;
}
.position-static {
    position: static;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}

.gutter-sm {
    margin-left: -5px;
    margin-right: -5px;
}
.gutter-sm > * {
    padding-left: 5px;
    padding-right: 5px;
}
.gutter-md {
    margin-left: -10px;
    margin-right: -10px;
}
.gutter-md > * {
    padding-left: 10px;
    padding-right: 10px;
}
.gutter-line {
    margin-left: -0.5px;
    margin-right: -0.5px;
}
.gutter-line > * {
    padding-left: 0.5px;
    padding-right: 0.5px;
    margin-bottom: 1px;
}
.gutter-lg {
    margin-left: -20px;
    margin-right: -20px;
}
.gutter-lg > * {
    padding-left: 20px;
    padding-right: 20px;
}
.gutter-xl {
    margin-left: -25px;
    margin-right: -25px;
}
.gutter-xl > * {
    padding-left: 25px;
    padding-right: 25px;
}
.gutter-xxl {
    margin-left: -35px;
    margin-right: -35px;
}
.gutter-xxl > * {
    padding-left: 35px;
    padding-right: 35px;
}  
/* INICIO CSS */
 
.video {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.video .video__icon-play {
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.video .video__cover {
    height: 0;
    opacity: 0;
    position: absolute;
    display: block;
}
.video .video__icon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.video .video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
.video .video__overlay:hover .video__icon-play {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.video .video__content {
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 4s;
    -o-transition: all 4s;
    -moz-transition: all 4s;
    transition: all 4s;
}
.hamburger,
.hamburger.hamburger--sm {
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.video .video__content iframe {
    display: block;
}
.wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.wrap--left-auto {
    margin-left: auto;
    margin-right: 0;
}
@media (max-width: 991px) {
    .wrap--left-auto {
        margin-right: auto;
    }
}
.wp-image-gallery {
    margin-bottom: 20px;
}

.blog-detail-1 .entry-title {
    font-size: 25px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.blog-detail-1 .wp-post-image {
    margin-bottom: 30px;
}
.blog-detail-1 .entry-date {
    font-size: 11px;
    color: #888;
    letter-spacing: 0.3em;
}
.blog-detail-1 .entry-share {
    padding: 0;
    margin: 0;
} 

/* INICIO 2 */
