@charset "UTF-8";

* { margin: 0; padding: 0; position: relative; line-height: 1.3em; font-family: 'Roboto', sans-serif;  }

*, *:before, *:after { box-sizing: border-box; -webkit-box-sizing: border-box; }

.row:before, .row:after { display: table; content: " "; }

.row:after { clear: both; }

body { font-size: 16px; font-weight: normal; color: #373737; width: 100%; }
@media screen and (min-width: 481px) { body { font-size: 15px; } }
@media screen and (min-width: 768px) { body { font-size: 15px; } }

button { color: white; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); border: 0; background-color: transparent; padding: 5px 15px; }

textarea { font-family: "Poppins", sans-serif; font-size: 14px; line-height: 1.5em; }
@media screen and (min-width: 481px) { textarea { font-size: 14px; } }

input { font-family: "Poppins", sans-serif; font-size: 14px; line-height: 1.5em; }
@media screen and (min-width: 481px) { input { font-size: 14px; } }

a { text-decoration: none; }


li { list-style: disk; }

p {  line-height: 1.3em; }

ol { counter-reset: li; counter-increment: li; }

h1 { color: #373737; font-size: 30px; }
@media screen and (min-width: 768px) { h1 { font-size: 32px; } }

h2 { color: #373737; font-size: 20px; }
@media screen and (min-width: 768px) { h2 { font-size: 22px; } }

h3 { color: #373737; font-size: 18px; }
@media screen and (min-width: 768px) { h3 { font-size: 20px; } }

h4 { color: #373737; font-size: 16px; }
@media screen and (min-width: 768px) { h4 { font-size: 18px; } }

h5 { color: #373737; font-size: 14px; }
@media screen and (min-width: 768px) { h5 { font-size: 16px; } }

h6 { color: #373737; font-size: 12px; }
@media screen and (min-width: 768px) { h6 { font-size: 14px; } }

.truncate-text { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.hide { display: none; }

.left { float: left; }

.right { float: right; }

.text-center { text-align: center; }

.pad-15 { padding-left: 15px; padding-right: 15px; }

.img-responsive {max-width: 100%;}

/* MEDIDAS DEL CONTAINER  
**************************************/
.container { width: 100%; margin: 0 auto; }
@media screen and (min-width: 768px) { .container { width: 750px; } }
@media screen and (min-width: 992px) { .container { width: 970px; max-width: 100%; } }
@media screen and (min-width: 1200px) { .container { width: 1170px; } }

/*Botones*/
.btn { color: white; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); border: 0; background-color: transparent; padding: 5px 15px; display: inline-block; cursor: pointer; }
.btn:focus { outline: -webkit-focus-ring-color auto 5px; }
.btn:active { outline: -webkit-focus-ring-color auto 5px; }

.btn-success { background: #1cb841; }

.btn-error { background: #ca3c3c; }

.btn-warning { background: #df7514; }

.btn-secondary { background: #42b8dd; }

/*Fin de botones*/
/*MAIN Y SIDEBAR*/
section#main { width: 100%; float: left; padding: 15px 15px; }
@media screen and (min-width: 768px) { section#main { width: calc(100% - 280px); } }
@media screen and (min-width: 1200px) { section#main { width: calc(100% - 330px); } }

#sidebar { width: 100%; float: left; padding: 15px; display: none; }
@media screen and (min-width: 768px) { #sidebar { width: 280px; padding: 15px 15px; display: block; } }
@media screen and (min-width: 1200px) { #sidebar { width: 330px; } }

/*FIN DE MAIN Y SIDEBAR*/
/*Vista mobile y desktop*/
@media screen and (max-width: 480px) { .desktop-481 { display: none !important; } }

@media screen and (max-width: 767px) { .desktop-768 { display: none !important; } }

@media screen and (max-width: 991px) { .desktop-992 { display: none !important; } }
@media screen and (min-width: 992px) { nav ul { } }

@media screen and (max-width: 1199px) { .desktop-1200 { display: none !important; } }

.mobile-768 { display: block; }
@media screen and (min-width: 768px) { .mobile-768 { display: none; } }

.mobile-481 { display: block; }
@media screen and (min-width: 481px) { .mobile-481 { display: none; } }

.mobile-992 { display: block; }
@media screen and (min-width: 992px) { .mobile-992 { display: none; } }

.mobile-1200 { display: block; }
@media screen and (min-width: 1200px) { .mobile-1200 { display: none; } }

/*Fin de vista mobile y desktop*/
/*Separacion Vertical*/
.separator-5 { margin-top: 5px; }

.separator-10 { margin-top: 10px; }

.separator-20 { margin-top: 20px; }

.separator-30 { margin-top: 30px; }

.separator-40 { margin-top: 40px; }

.separator-50 { margin-top: 50px; }

.separator-60 { margin-top: 60px; }

.separator-70 { margin-top: 70px; }

.separator-80 { margin-top: 80px; }

.separator-90 { margin-top: 90px; }

.separator-100 { margin-top: 100px; }

/*Fin separacion vertical*/
video { position: absolute; min-width: 100%; min-height: 100%; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: -1; }

header.header-principal { width: 100%; z-index: 1; border-bottom: 1px solid #dbdbdb; height: 63px; }
header.header-principal > div { padding: 0 10px; height: 100%; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; align-items: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; }
header.header-principal > div > a { font-size: 0; }

header.header-secundario { margin-top: 15px; margin-bottom: 10px; width: 100%; z-index: 1; }

.navigation-principal { color: #000; height: 100%; }
.navigation-principal > ul { height: 100%; }
.navigation-principal > ul > li { list-style: none; display: inline-block; margin-right: 40px; height: 100%; }
.navigation-principal > ul > li:last-child { margin-right: 0; }
.navigation-principal > ul > li:hover .sub-menu { display: block; }
.navigation-principal > ul > li > a { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; }
.navigation-principal > ul > li a { color: #000; font-size: 16px; height: 100%; }
.navigation-principal ul.sub-menu { 
        max-height: 72vh;
    overflow-y: auto;
    z-index: 100;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 98%;
    min-width: 267px;
    background-color: #212121;
    box-shadow: inset 0 0 150px rgba(0,0,0,.3), 0 0 30px rgba(0,0,0,.5);
    border-radius: 4px;
 }
.navigation-principal ul.sub-menu li { border-bottom: 1px solid #2b2b2b; }
.navigation-principal ul.sub-menu li:last-child { border-bottom: none; }
.navigation-principal ul.sub-menu li:hover a {     color: #ffc107;
    opacity: 1; }
.navigation-principal ul.sub-menu li a {
        color: #fff;
    opacity: .6;
    display: block;
    padding: 15px 15px;
    font-size: 14px;
    transition: all .2s ease;
    line-height: 1em;
}

.nav-fixed { position: fixed; cursor: pointer; bottom: 50px; right: 30px; margin: 0 auto; z-index: 1000000000; width: 64px; height: 64px; border: 0; border-radius: 50%; opacity: 1; padding: 1rem; -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); background-color: white; -webkit-transition: 300ms ease all; transition: 300ms ease all; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; justify-content: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; }
@media screen and (min-width: 992px) { .nav-fixed { display: none; } }
.nav-fixed span { font-size: 30px; color: #000; }

.cover-all { position: fixed; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.48); z-index: 10; top: 0; left: 0; }

.navigation-sidebar { position: fixed; right: -250px; top: 0; width: 250px; max-width: 100%; background-color: #fff; height: 100%; z-index: 100; transition: 800ms ease all; overflow:auto;}
.navigation-sidebar > ul > li { display: block; list-style: none; padding: 0px; border-bottom: 1px solid #efefef; }
.navigation-sidebar > ul > li a { 
    font-size: 16px; display: block; padding: 10px 15px;
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    justify-content: space-between; 
        -webkit-box-pack: justify; 
        -webkit-justify-content: space-between; 
        -ms-flex-pack: justify; 
}
.navigation-sidebar .sub-menu li { list-style: none; margin-top: 10px; }
.navigation-sidebar .sub-menu li:before { }
.navigation-sidebar .sub-menu li a { font-size: 16px; padding: 10px 15px;
    display: block;
    font-family: 'Open Sans',sans-serif;
    margin-left: 0;
    transition: all .2s ease;
    opacity: .8;
    color: #fff;
    width: 100%;}

.right-base { right: 0px !important; }

.menu-item-has-children:after { content: '\e900'; font-family: 'alico'; position: absolute; top: 28px; right: -16px; }

.title_section { margin-bottom: 10px; }

.title_section:after { border-bottom: 2px solid #373737; max-width: 100%; width: 300px; text-align: center; margin: 0 auto; padding-bottom: 10px; }

.title_section h2 { text-align: center; font-size: 40px; font-weight: 700; }

.logos img{max-height: 70px;}

.logo-footer img{max-width: 100%;}

section.video { height: calc(100vh - 63px); overflow: hidden; background-color: rgba(0, 0, 0, 0.58); }
@media screen and (min-width: 992px) { section.video { background-image: none !important; } }

.item-service { width: 100%; float: left; margin-bottom: 50px; }
.item-service:nth-child(1n+1) { padding-left: 0px; padding-right: 0px; }
@media screen and (min-width: 481px) { .item-service { width: 50%; float: left; }
  .item-service:nth-child(2n+1) { padding-left: 0px; padding-right: 6px; }
  .item-service:nth-child(2n+2) { padding-left: 6px; padding-right: 0px; } }
@media screen and (min-width: 992px) { .item-service { width: 33.3333333333%; float: left; }
  .item-service:nth-child(3n+1) { padding-left: 0px; padding-right: 10px; }
  .item-service:nth-child(3n+2) { padding-left: 5px; padding-right: 5px; }
  .item-service:nth-child(3n+3) { padding-left: 10px; padding-right: 0px; } }
.item-service > div { background-color: #efefef; border: 1px solid #ddd; padding: 50px 15px; }

.text-information { text-align: left; }
.text-information p { font-size: 18px; font-weight: 400; margin-bottom: 20px; }
.text-information b, .text-information a { font-size: 18px; }
.text-information a {  }

.formulario .item-form { width: 100%; float: left; margin-bottom: 20px; }
.formulario .item-form:nth-child(1n+1) { padding-left: 0px; padding-right: 0px; }
@media screen and (min-width: 768px) { .formulario .item-form { width: 50%; float: left; }
  .formulario .item-form:nth-child(2n+1) { padding-left: 0px; padding-right: 6px; }
  .formulario .item-form:nth-child(2n+2) { padding-left: 6px; padding-right: 0px; } }
.formulario .item-form input, .formulario .item-form textarea { width: 100%; padding: 8px 15px; font-size: 20px; }
.formulario textarea { min-width: 100%; max-width: 100%; width: 100%; padding: 8px 15px; font-size: 20px; }
.formulario button { width: 100%; padding: 6px 15px; font-size: 25px; background-color: #e4141a; }

.footer {padding: 30px 15px; }

.menu-footer { font-size: 20px;  padding-bottom: 10px; border-bottom: 1px solid; padding-left: 15px; cursor: pointer; }
@media screen and (min-width: 481px) { .menu-footer { font-size: 32px; } }
.menu-footer .icono-menu-footer { position: absolute; right: 0; top: 5px; display: inline-block; font-size: 20px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
@media screen and (min-width: 481px) { .menu-footer .icono-menu-footer { top: 7px; font-size: 28px; } }

.items-menu-footer { display: none; }
.items-menu-footer ul { margin: 0; padding: 0; }
.items-menu-footer ul li { list-style: none; padding: 10px 15px; }
.items-menu-footer ul li a {  font-size: 15px; letter-spacing: 1px; display: block; }
@media screen and (min-width: 481px) { .items-menu-footer ul li a { font-size: 17px; } }
.items-menu-footer ul li:hover { background-color: rgba(0, 0, 0, 0.07); }

.copyright { font-size: 14px; }

.rotate-plane { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.seccion { padding: 0 10px; }

.information-video {width: 100%;height: 100%;display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;justify-content: center;-ms-flex-pack: center;-webkit-box-pack: center;-webkit-justify-content: center;align-items: center;-webkit-box-align: center;-moz-box-align: center;-ms-flex-align: center;-webkit-align-items: center;color: #fff;}
.information-video div, .information-video span {font-size: 30px;font-weight: 700;}
@media screen and (min-width: 768px) { .information-video div, .information-video span { font-size: 70px; } }
.information-video section { display: inline; }
.information-video section div { display: inline; }
.information-video .color-purple { color: #8802C7; display: inline; }
.information-video > div { margin-bottom: 100px; padding: 0 10px; }
.information-video > div > div:nth-child(1) { max-width: 720px; text-align: center; }
.information-video > div > div:nth-child(2) span, .information-video > div > div:nth-child(2) b { font-weight: 400 !important; font-size: 32px !important; }
@media screen and (min-width: 768px) { .information-video > div > div:nth-child(2) span, .information-video > div > div:nth-child(2) b { font-size: 50px !important; } }

section { font-weight: 400 !important; font-size: 50px !important; text-align: center; color: #fff; }

.ah-words-wrapper { border-bottom: 3px solid #fff; text-align: center; }

.is-hidden { display: none !important; }

.ah-headline.type .ah-words-wrapper.selected::after, .ah-headline.type b { visibility: hidden; }

.ah-headline.clip span, .ah-headline.loading-bar span, .ah-headline.slide span { padding: .2em 0; display: inline-block; }

.ah-headline.clip .ah-words-wrapper, .ah-headline.loading-bar .ah-words-wrapper, .ah-headline.slide .ah-words-wrapper, .ah-headline.type .ah-words-wrapper { overflow: hidden; vertical-align: middle; }

.ah-words-wrapper { display: inline-block; position: relative; text-align: left; }

.ah-words-wrapper b { display: inline-block; position: absolute; white-space: nowrap; left: 0; top: 0; }

.ah-words-wrapper b.is-visible { position: relative; }

.no-js .ah-words-wrapper b { opacity: 0; }

.no-js .ah-words-wrapper b.is-visible { opacity: 1; }

.ah-headline.rotate-1 .ah-words-wrapper { -webkit-perspective: 300px; perspective: 300px; }

.ah-headline.rotate-1 b { opacity: 0; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }

.ah-headline.rotate-1 b.is-visible { opacity: 1; -webkit-transform: rotateX(0); transform: rotateX(0); -webkit-animation: ah-rotate-1-in 1.2s; animation: ah-rotate-1-in 1.2s; }

.ah-headline.rotate-1 b.is-hidden { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-animation: ah-rotate-1-out 1.2s; animation: ah-rotate-1-out 1.2s; }

@-webkit-keyframes ah-rotate-1-in { 0% { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; }
  35% { -webkit-transform: rotateX(120deg); transform: rotateX(120deg); opacity: 0; }
  65% { opacity: 0; }
  100% { -webkit-transform: rotateX(360deg); transform: rotateX(360deg); opacity: 1; } }
@keyframes ah-rotate-1-in { 0% { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; }
  35% { -webkit-transform: rotateX(120deg); transform: rotateX(120deg); opacity: 0; }
  65% { opacity: 0; }
  100% { -webkit-transform: rotateX(360deg); transform: rotateX(360deg); opacity: 1; } }
@-webkit-keyframes ah-rotate-1-out { 0% { -webkit-transform: rotateX(0); transform: rotateX(0); opacity: 1; }
  35% { -webkit-transform: rotateX(-40deg); transform: rotateX(-40deg); opacity: 1; }
  65% { opacity: 0; }
  100% { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; } }
@keyframes ah-rotate-1-out { 0% { -webkit-transform: rotateX(0); transform: rotateX(0); opacity: 1; }
  35% { -webkit-transform: rotateX(-40deg); transform: rotateX(-40deg); opacity: 1; }
  65% { opacity: 0; }
  100% { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; } }
.ah-headline.type .ah-words-wrapper::after { content: ''; position: absolute; right: 0; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 90%; width: 1px; background-color: #363636; }

.ah-headline.type .ah-words-wrapper.waiting::after { -webkit-animation: ah-pulse 1s infinite; animation: ah-pulse 1s infinite; }

.ah-headline.type .ah-words-wrapper.selected { background-color: #f0f0f0; }

.ah-headline.type .ah-words-wrapper.selected b { color: #363636; }

.ah-headline.type b.is-visible { visibility: visible; }

.ah-headline.type i { position: absolute; visibility: hidden; }

.ah-headline.type i.in { position: relative; visibility: visible; }

@-webkit-keyframes ah-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); opacity: 1; }
  40% { -webkit-transform: translateY(-50%) scale(0.9); transform: translateY(-50%) scale(0.9); opacity: 0; }
  100% { -webkit-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); opacity: 0; } }
@keyframes ah-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); opacity: 1; }
  40% { -webkit-transform: translateY(-50%) scale(0.9); transform: translateY(-50%) scale(0.9); opacity: 0; }
  100% { -webkit-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); opacity: 0; } }
.ah-headline.rotate-2 .ah-words-wrapper { -webkit-perspective: 300px; perspective: 300px; }

.ah-headline.rotate-2 em, .ah-headline.rotate-2 i { display: inline-block; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.ah-headline.rotate-2 b { opacity: 0; }

.ah-headline.rotate-2 i { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(-20px) rotateX(90deg); transform: translateZ(-20px) rotateX(90deg); opacity: 0; }

.is-visible .ah-headline.rotate-2 i { opacity: 1; }

.ah-headline.rotate-2 i.in { -webkit-animation: ah-rotate-2-in .4s forwards; animation: ah-rotate-2-in .4s forwards; }

.ah-headline.rotate-2 i.out { -webkit-animation: ah-rotate-2-out .4s forwards; animation: ah-rotate-2-out .4s forwards; }

.ah-headline.rotate-2 em { -webkit-transform: translateZ(20px); transform: translateZ(20px); }

.no-csstransitions .ah-headline.rotate-2 i { -webkit-transform: rotateX(0); transform: rotateX(0); opacity: 0; }

.no-csstransitions .ah-headline.rotate-2 i em { -webkit-transform: scale(1); transform: scale(1); }

.no-csstransitions .ah-headline.rotate-2 .is-visible i { opacity: 1; }

@-webkit-keyframes ah-rotate-2-in { 0% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(90deg); transform: translateZ(-20px) rotateX(90deg); }
  60% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(-10deg); transform: translateZ(-20px) rotateX(-10deg); }
  100% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); transform: translateZ(-20px) rotateX(0); } }
@keyframes ah-rotate-2-in { 0% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(90deg); transform: translateZ(-20px) rotateX(90deg); }
  60% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(-10deg); transform: translateZ(-20px) rotateX(-10deg); }
  100% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); transform: translateZ(-20px) rotateX(0); } }
@-webkit-keyframes ah-rotate-2-out { 0% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); transform: translateZ(-20px) rotateX(0); }
  60% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-100deg); transform: translateZ(-20px) rotateX(-100deg); }
  100% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-90deg); transform: translateZ(-20px) rotateX(-90deg); } }
@keyframes ah-rotate-2-out { 0% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); transform: translateZ(-20px) rotateX(0); }
  60% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-100deg); transform: translateZ(-20px) rotateX(-100deg); }
  100% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-90deg); transform: translateZ(-20px) rotateX(-90deg); } }
.ah-headline.loading-bar .ah-words-wrapper::after { content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: #356efd; z-index: 2; -webkit-transition: width .3s -.1s; transition: width .3s -.1s; }

.ah-headline.loading-bar .ah-words-wrapper.is-loading::after { width: 100%; -webkit-transition: width 3s; transition: width 3s; }

.ah-headline.loading-bar b { top: .2em; opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; }

.ah-headline.loading-bar b.is-visible { opacity: 1; top: 0; }

.ah-headline.slide b { opacity: 0; top: .2em; }

.ah-headline.slide b.is-visible { top: 0; opacity: 1; -webkit-animation: slide-in .6s; animation: slide-in .6s; }

.ah-headline.slide b.is-hidden { -webkit-animation: slide-out .6s; animation: slide-out .6s; }

@-webkit-keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
  60% { opacity: 1; -webkit-transform: translateY(20%); transform: translateY(20%); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
  60% { opacity: 1; -webkit-transform: translateY(20%); transform: translateY(20%); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@-webkit-keyframes slide-out { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  60% { opacity: 0; -webkit-transform: translateY(120%); transform: translateY(120%); }
  100% { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); } }
@keyframes slide-out { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  60% { opacity: 0; -webkit-transform: translateY(120%); transform: translateY(120%); }
  100% { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); } }
.ah-headline.clip .ah-words-wrapper::after { content: ''; position: absolute; top: 0; right: 0; width: 2px; height: 100%; background-color: #363636; }

.ah-headline.clip b { opacity: 0; }

.ah-headline.clip b.is-visible { opacity: 1; }

.ah-headline.zoom .ah-words-wrapper { -webkit-perspective: 300px; perspective: 300px; }

.ah-headline.zoom b { opacity: 0; }

.ah-headline.zoom b.is-visible { opacity: 1; -webkit-animation: zoom-in .8s; animation: zoom-in .8s; }

.ah-headline.zoom b.is-hidden { -webkit-animation: zoom-out .8s; animation: zoom-out .8s; }

@-webkit-keyframes zoom-in { 0% { opacity: 0; -webkit-transform: translateZ(100px); transform: translateZ(100px); }
  100% { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); } }
@keyframes zoom-in { 0% { opacity: 0; -webkit-transform: translateZ(100px); transform: translateZ(100px); }
  100% { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); } }
@-webkit-keyframes zoom-out { 0% { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); }
  100% { opacity: 0; -webkit-transform: translateZ(-100px); transform: translateZ(-100px); } }
@keyframes zoom-out { 0% { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); }
  100% { opacity: 0; -webkit-transform: translateZ(-100px); transform: translateZ(-100px); } }
.ah-headline.rotate-3 .ah-words-wrapper { -webkit-perspective: 300px; perspective: 300px; }

.ah-headline.rotate-3 b { opacity: 0; }

.ah-headline.rotate-3 i { display: inline-block; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.is-visible .ah-headline.rotate-3 i { -webkit-transform: rotateY(0); transform: rotateY(0); }

.ah-headline.rotate-3 i.in { -webkit-animation: ah-rotate-3-in .6s forwards; animation: ah-rotate-3-in .6s forwards; }

.ah-headline.rotate-3 i.out { -webkit-animation: ah-rotate-3-out .6s forwards; animation: ah-rotate-3-out .6s forwards; }

.no-csstransitions .ah-headline.rotate-3 i { -webkit-transform: rotateY(0); transform: rotateY(0); opacity: 0; }

.no-csstransitions .ah-headline.rotate-3 .is-visible i { opacity: 1; }

@-webkit-keyframes ah-rotate-3-in { 0% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
  100% { -webkit-transform: rotateY(0); transform: rotateY(0); } }
@keyframes ah-rotate-3-in { 0% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
  100% { -webkit-transform: rotateY(0); transform: rotateY(0); } }
@-webkit-keyframes ah-rotate-3-out { 0% { -webkit-transform: rotateY(0); transform: rotateY(0); }
  100% { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } }
@keyframes ah-rotate-3-out { 0% { -webkit-transform: rotateY(0); transform: rotateY(0); }
  100% { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } }
.ah-headline.scale b { opacity: 0; }

.ah-headline.scale i { display: inline-block; opacity: 0; -webkit-transform: scale(0); transform: scale(0); }

.is-visible .ah-headline.scale i { opacity: 1; }

.ah-headline.scale i.in { -webkit-animation: scale-up .6s forwards; animation: scale-up .6s forwards; }

.ah-headline.scale i.out { -webkit-animation: scale-down .6s forwards; animation: scale-down .6s forwards; }

.no-csstransitions .ah-headline.scale i { -webkit-transform: scale(1); transform: scale(1); opacity: 0; }

.no-csstransitions .ah-headline.scale .is-visible i { opacity: 1; }

.alignright, .alignright {
        float: right;
        max-width: 100%;
        margin-left: 15px;
}

.alignleft, a .alignleft {
        float: left;
        max-width: 100%;
        margin-right: 15px;
}

.aligncenter, a .aligncenter {
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;      
}

img{
  max-width: 100%;
  height: auto;
}
hr {
  margin-bottom: 30px;
}
.video-container {
  overflow:hidden; 
  position:relative; 
  padding-bottom:56.25%; 
  padding-top:30px; 
  height:0;
        float: left;
        width: 100%;
        margin-bottom: 15px;
}
.video-container embed, .video-container iframe, .video-container object { 
  position:absolute; 
  left:0; 
  top:0; 
  height:100%; 
  width:100%; 
 }

@-webkit-keyframes scale-up { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
  60% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 1; }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } }
@keyframes scale-up { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
  60% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 1; }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } }
@-webkit-keyframes scale-down { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
  60% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } }
@keyframes scale-down { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
  60% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } }
.ah-headline.push b { opacity: 0; }

.ah-headline.push b.is-visible { opacity: 1; -webkit-animation: push-in .6s; animation: push-in .6s; }

.ah-headline.push b.is-hidden { -webkit-animation: push-out .6s; animation: push-out .6s; }

@-webkit-keyframes push-in { 0% { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  60% { opacity: 1; -webkit-transform: translateX(10%); transform: translateX(10%); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }
@keyframes push-in { 0% { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  60% { opacity: 1; -webkit-transform: translateX(10%); transform: translateX(10%); }
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }
@-webkit-keyframes push-out { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
  60% { opacity: 0; -webkit-transform: translateX(110%); transform: translateX(110%); }
  100% { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); } }
@keyframes push-out { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
  60% { opacity: 0; -webkit-transform: translateX(110%); transform: translateX(110%); }
  100% { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); } }
.title-cover-single { background-repeat: no-repeat; background-size: cover; background-position: center; }
.title-cover-single:after { content: ''; height: 100%; width: 100%; position: absolute; background-color: rgba(1, 49, 90, 0.5); top: 0; left: 0; }
.title-cover-single h1 { font-size: 40px; padding: 70px 15px; z-index: 10; }

.text-single {
  font-size: 18px;
}
.text-single p { font-size: 18px; margin-bottom: 25px; font-family: 'Roboto', sans-serif; line-height: 1.5; word-wrap: break-word; }
.text-single b, .text-single strong { color: #000; }
.text-single h2 { font-size: 32px; font-weight: 700; color: #111; border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 25px; font-family: 'Roboto', sans-serif; line-height: 1.5; word-wrap: break-word; margin-top: 15px; }
.text-single h3 { font-size: 28px; font-weight: 700; color: #111; margin-bottom: 25px; font-family: 'Roboto', sans-serif; line-height: 1.5; word-wrap: break-word; margin-top: 15px; }
.text-single ul { padding-left: 30px; margin-bottom: 25px; }
.text-single ul li { margin-bottom: 25px; font-family: 'Roboto', sans-serif; line-height: 1.5; word-wrap: break-word; }

a.item-service img { -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }

a.item-service:hover img { transform: scale(1.05); }

.container-item-service { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap; justify-content: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; }

.color-one { color: #a0a867; }
.color-one-1 { color: #EC9807; }


.color-two { color: #44bbea; }
.color-two-1 {color: #2FCC0A;}

.container-button { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; border: 1px solid rgba(0, 0, 0, 0.42); box-shadow: 1px 1px rgba(0, 0, 0, 0.42); }
.container-button > span:first-child { display: inline-block; padding: 10px 15px; font-size: 18px; }
.container-button > span:last-child { font-size: 20px; display: inline-block; padding: 10px 15px; }
.container-button > span:last-child:before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background-color: rgba(0, 0, 0, 0.11); }

.g-recaptcha > div { margin: 0 auto; }

.articles { max-width: 700px; margin-left: auto; margin-right: auto; border-bottom: 1px solid #ddd; padding-bottom: 20px; }
.articles h2 { font-size: 24px; margin-top: 0;}
.articles p { font-size: 16px; }
.articles img { max-width: 100%; height: auto; }

body.swal2-shown { overflow-y: hidden; }

body.swal2-iosfix { position: fixed; left: 0; right: 0; }

.swal2-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: fixed; top: 0; left: 0; bottom: 0; right: 0; padding: 10px; background-color: transparent; z-index: 1060; }

.swal2-container.swal2-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.swal2-container.swal2-top-left { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.swal2-container.swal2-top-right { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.swal2-container.swal2-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.swal2-container.swal2-center-left { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.swal2-container.swal2-center-right { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.swal2-container.swal2-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.swal2-container.swal2-bottom-left { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.swal2-container.swal2-bottom-right { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex-item-align: stretch; align-self: stretch; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.swal2-container.swal2-grow-column { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-top-left { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-right { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal { margin: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .swal2-container .swal2-modal { margin: 0 !important; } }
.swal2-container.swal2-fade { -webkit-transition: background-color .1s; transition: background-color .1s; }

.swal2-container.swal2-shown { background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: #fff; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; border-radius: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; overflow-x: hidden; overflow-y: auto; display: none; position: relative; max-width: 100%; }

.swal2-modal:focus { outline: 0; }

.swal2-modal.swal2-loading { overflow-y: hidden; }

.swal2-modal .swal2-title { color: #595959; font-size: 30px; text-align: center; font-weight: 600; text-transform: none; position: relative; margin: 0 0 .4em; padding: 0; display: block; word-wrap: break-word; }

.swal2-modal .swal2-buttonswrapper { margin-top: 15px; }

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] { opacity: .4; cursor: no-drop; }

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm { -webkit-box-sizing: border-box; box-sizing: border-box; border: 4px solid transparent; border-color: transparent; width: 40px; height: 40px; padding: 0; margin: 7.5px; vertical-align: top; background-color: transparent !important; color: transparent; cursor: default; border-radius: 100%; -webkit-animation: rotate-loading 1.5s linear 0s infinite normal; animation: rotate-loading 1.5s linear 0s infinite normal; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel { margin-left: 30px; margin-right: 30px; }

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after { display: inline-block; content: ''; margin-left: 5px; vertical-align: -1px; height: 15px; width: 15px; border: 3px solid #999; -webkit-box-shadow: 1px 1px 1px #fff; box-shadow: 1px 1px 1px #fff; border-right-color: transparent; border-radius: 50%; -webkit-animation: rotate-loading 1.5s linear 0s infinite normal; animation: rotate-loading 1.5s linear 0s infinite normal; }

.swal2-modal .swal2-styled { border: 0; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; color: #fff; cursor: pointer; font-size: 17px; font-weight: 500; margin: 15px 5px 0; padding: 10px 32px; }

.swal2-modal .swal2-styled:focus { outline: 0; -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }

.swal2-modal .swal2-image { margin: 20px auto; max-width: 100%; }

.swal2-modal .swal2-close { background: 0 0; border: 0; margin: 0; padding: 0; width: 38px; height: 40px; font-size: 36px; line-height: 40px; font-family: serif; position: absolute; top: 5px; right: 8px; cursor: pointer; color: #ccc; -webkit-transition: color .1s ease; transition: color .1s ease; }

.swal2-modal .swal2-close:hover { color: #d55; }

.swal2-modal > .swal2-checkbox, .swal2-modal > .swal2-file, .swal2-modal > .swal2-input, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-select, .swal2-modal > .swal2-textarea { display: none; }

.swal2-modal .swal2-content { font-size: 18px; text-align: center; font-weight: 300; position: relative; float: none; margin: 0; padding: 0; line-height: normal; color: #545454; word-wrap: break-word; }

.swal2-modal .swal2-checkbox, .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-radio, .swal2-modal .swal2-select, .swal2-modal .swal2-textarea { margin: 20px auto; }

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 18px; border-radius: 3px; border: 1px solid #d9d9d9; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06); -webkit-transition: border-color .3s,-webkit-box-shadow .3s; transition: border-color .3s,-webkit-box-shadow .3s; transition: border-color .3s,box-shadow .3s; transition: border-color .3s,box-shadow .3s,-webkit-box-shadow .3s; }

.swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror { border-color: #f27474 !important; -webkit-box-shadow: 0 0 2px #f27474 !important; box-shadow: 0 0 2px #f27474 !important; }

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus { outline: 0; border: 1px solid #b4dbed; -webkit-box-shadow: 0 0 3px #c4e6f5; box-shadow: 0 0 3px #c4e6f5; }

.swal2-modal .swal2-file::-webkit-input-placeholder, .swal2-modal .swal2-input::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder { color: #ccc; }

.swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder { color: #ccc; }

.swal2-modal .swal2-file::-ms-input-placeholder, .swal2-modal .swal2-input::-ms-input-placeholder, .swal2-modal .swal2-textarea::-ms-input-placeholder { color: #ccc; }

.swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-textarea::placeholder { color: #ccc; }

.swal2-modal .swal2-range input { float: left; width: 80%; }

.swal2-modal .swal2-range output { float: right; width: 20%; font-size: 20px; font-weight: 600; text-align: center; }

.swal2-modal .swal2-range input, .swal2-modal .swal2-range output { height: 43px; line-height: 43px; vertical-align: middle; margin: 20px auto; padding: 0; }

.swal2-modal .swal2-input { height: 43px; padding: 0 12px; }

.swal2-modal .swal2-input[type=number] { max-width: 150px; }

.swal2-modal .swal2-file { font-size: 20px; }

.swal2-modal .swal2-textarea { height: 108px; padding: 12px; }

.swal2-modal .swal2-select { color: #545454; font-size: inherit; padding: 5px 10px; min-width: 40%; max-width: 100%; }

.swal2-modal .swal2-radio { border: 0; }

.swal2-modal .swal2-radio label:not(:first-child) { margin-left: 20px; }

.swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span { vertical-align: middle; }

.swal2-modal .swal2-radio input { margin: 0 3px 0 0; }

.swal2-modal .swal2-checkbox { color: #545454; }

.swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span { vertical-align: middle; }

.swal2-modal .swal2-validationerror { background-color: #f0f0f0; margin: 0 -20px; overflow: hidden; padding: 10px; color: gray; font-size: 16px; font-weight: 300; display: none; }

.swal2-modal .swal2-validationerror::before { content: '!'; display: inline-block; width: 24px; height: 24px; border-radius: 50%; background-color: #ea7d7d; color: #fff; line-height: 24px; text-align: center; margin-right: 10px; }

@supports (-ms-accelerator: true) { .swal2-range input { width: 100% !important; }
  .swal2-range output { display: none; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .swal2-range input { width: 100% !important; }
  .swal2-range output { display: none; } }
.swal2-icon { width: 80px; height: 80px; border: 4px solid transparent; border-radius: 50%; margin: 20px auto 30px; padding: 0; position: relative; -webkit-box-sizing: content-box; box-sizing: content-box; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.swal2-icon.swal2-error { border-color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark { position: relative; display: block; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] { position: absolute; height: 5px; width: 47px; background-color: #f27474; display: block; top: 37px; border-radius: 2px; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] { -webkit-transform: rotate(45deg); transform: rotate(45deg); left: 17px; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); right: 16px; }

.swal2-icon.swal2-warning { font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; color: #f8bb86; border-color: #facea8; font-size: 60px; line-height: 80px; text-align: center; }

.swal2-icon.swal2-info { font-family: 'Open Sans',sans-serif; color: #3fc3ee; border-color: #9de0f6; font-size: 60px; line-height: 80px; text-align: center; }

.swal2-icon.swal2-question { font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; color: #87adbd; border-color: #c9dae1; font-size: 60px; line-height: 80px; text-align: center; }

.swal2-icon.swal2-success { border-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] { border-radius: 50%; position: absolute; width: 60px; height: 120px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] { border-radius: 120px 0 0 120px; top: -7px; left: -33px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 60px 60px; transform-origin: 60px 60px; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] { border-radius: 0 120px 120px 0; top: -11px; left: 30px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 0 60px; transform-origin: 0 60px; }

.swal2-icon.swal2-success .swal2-success-ring { width: 80px; height: 80px; border: 4px solid rgba(165, 220, 134, 0.2); border-radius: 50%; -webkit-box-sizing: content-box; box-sizing: content-box; position: absolute; left: -4px; top: -4px; z-index: 2; }

.swal2-icon.swal2-success .swal2-success-fix { width: 7px; height: 90px; position: absolute; left: 28px; top: 8px; z-index: 1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line] { height: 5px; background-color: #a5dc86; display: block; border-radius: 2px; position: absolute; z-index: 2; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] { width: 25px; left: 14px; top: 46px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] { width: 47px; right: 8px; top: 38px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.swal2-progresssteps { font-weight: 600; margin: 0 0 20px; padding: 0; }

.swal2-progresssteps li { display: inline-block; position: relative; }

.swal2-progresssteps .swal2-progresscircle { background: #3085d6; border-radius: 2em; color: #fff; height: 2em; line-height: 2em; text-align: center; width: 2em; z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child { margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child { margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep { background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle { background: #add8e6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline { background: #add8e6; }

.swal2-progresssteps .swal2-progressline { background: #3085d6; height: .4em; margin: 0 -1px; z-index: 10; }

[class^=swal2] { -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert { 0% { -webkit-transform: scale(0.7); transform: scale(0.7); }
  45% { -webkit-transform: scale(1.05); transform: scale(1.05); }
  80% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }
@keyframes showSweetAlert { 0% { -webkit-transform: scale(0.7); transform: scale(0.7); }
  45% { -webkit-transform: scale(1.05); transform: scale(1.05); }
  80% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }
@-webkit-keyframes hideSweetAlert { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
  100% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: 0; } }
@keyframes hideSweetAlert { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
  100% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: 0; } }
.swal2-show { -webkit-animation: showSweetAlert .3s; animation: showSweetAlert .3s; }

.swal2-show.swal2-noanimation { -webkit-animation: none; animation: none; }

.swal2-hide { -webkit-animation: hideSweetAlert .15s forwards; animation: hideSweetAlert .15s forwards; }

.swal2-hide.swal2-noanimation { -webkit-animation: none; animation: none; }

@-webkit-keyframes animate-success-tip { 0% { width: 0; left: 1px; top: 19px; }
  54% { width: 0; left: 1px; top: 19px; }
  70% { width: 50px; left: -8px; top: 37px; }
  84% { width: 17px; left: 21px; top: 48px; }
  100% { width: 25px; left: 14px; top: 45px; } }
@keyframes animate-success-tip { 0% { width: 0; left: 1px; top: 19px; }
  54% { width: 0; left: 1px; top: 19px; }
  70% { width: 50px; left: -8px; top: 37px; }
  84% { width: 17px; left: 21px; top: 48px; }
  100% { width: 25px; left: 14px; top: 45px; } }
@-webkit-keyframes animate-success-long { 0% { width: 0; right: 46px; top: 54px; }
  65% { width: 0; right: 46px; top: 54px; }
  84% { width: 55px; right: 0; top: 35px; }
  100% { width: 47px; right: 8px; top: 38px; } }
@keyframes animate-success-long { 0% { width: 0; right: 46px; top: 54px; }
  65% { width: 0; right: 46px; top: 54px; }
  84% { width: 55px; right: 0; top: 35px; }
  100% { width: 47px; right: 8px; top: 38px; } }
@-webkit-keyframes rotatePlaceholder { 0% { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  5% { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  12% { -webkit-transform: rotate(-405deg); transform: rotate(-405deg); }
  100% { -webkit-transform: rotate(-405deg); transform: rotate(-405deg); } }
@keyframes rotatePlaceholder { 0% { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  5% { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  12% { -webkit-transform: rotate(-405deg); transform: rotate(-405deg); }
  100% { -webkit-transform: rotate(-405deg); transform: rotate(-405deg); } }
.swal2-animate-success-line-tip { -webkit-animation: animate-success-tip .75s; animation: animate-success-tip .75s; }

.swal2-animate-success-line-long { -webkit-animation: animate-success-long .75s; animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right { -webkit-animation: rotatePlaceholder 4.25s ease-in; animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon { 0% { -webkit-transform: rotateX(100deg); transform: rotateX(100deg); opacity: 0; }
  100% { -webkit-transform: rotateX(0); transform: rotateX(0); opacity: 1; } }
@keyframes animate-error-icon { 0% { -webkit-transform: rotateX(100deg); transform: rotateX(100deg); opacity: 0; }
  100% { -webkit-transform: rotateX(0); transform: rotateX(0); opacity: 1; } }
.swal2-animate-error-icon { -webkit-animation: animate-error-icon .5s; animation: animate-error-icon .5s; }

@-webkit-keyframes animate-x-mark { 0% { -webkit-transform: scale(0.4); transform: scale(0.4); margin-top: 26px; opacity: 0; }
  50% { -webkit-transform: scale(0.4); transform: scale(0.4); margin-top: 26px; opacity: 0; }
  80% { -webkit-transform: scale(1.15); transform: scale(1.15); margin-top: -6px; }
  100% { -webkit-transform: scale(1); transform: scale(1); margin-top: 0; opacity: 1; } }
@keyframes animate-x-mark { 0% { -webkit-transform: scale(0.4); transform: scale(0.4); margin-top: 26px; opacity: 0; }
  50% { -webkit-transform: scale(0.4); transform: scale(0.4); margin-top: 26px; opacity: 0; }
  80% { -webkit-transform: scale(1.15); transform: scale(1.15); margin-top: -6px; }
  100% { -webkit-transform: scale(1); transform: scale(1); margin-top: 0; opacity: 1; } }
.swal2-animate-x-mark { -webkit-animation: animate-x-mark .5s; animation: animate-x-mark .5s; }

@-webkit-keyframes rotate-loading { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes rotate-loading { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@font-face { font-family: 'alico'; src: url("fonts/alico.eot?w98ztf"); src: url("fonts/alico.eot?w98ztf#iefix") format("embedded-opentype"), url("fonts/alico.ttf?w98ztf") format("truetype"), url("fonts/alico.woff?w98ztf") format("woff"), url("fonts/alico.svg?w98ztf#alico") format("svg"); font-weight: normal; font-style: normal; }
[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'alico' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-chevron-right:before { content: "\e902"; }

.icon-caret-right:before { content: "\e901"; }

.icon-triangle-down:before { content: "\e900"; }

.icon-menu:before { content: "\e903"; }

.numeration { text-align: center; clear: both; }

.navigation ul { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; justify-content: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; }

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled { color: #fff; text-decoration: none; }

.navigation li { display: inline; background-color: #3797de; border-radius: 3px; padding: 12px; padding: 0.75rem; margin-right: 5px; }
.navigation li:last-child { margin-right: 0; }

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled { cursor: pointer; }

.navigation li:hover { background-color: #004f89; }

.navigation li.active { background-color: #004f89; }

.animate-slide-2 .ah-words-wrapper {
  min-width: 260px;
}

@media screen and (max-width: 767px) {
   .ah-words-wrapper {
     text-align: center;

    } 

    .information-video{
      background-color: rgba(0, 0, 0, 0.58);
    }
}

.header-principal {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 1px 2px 1px #6c757d6e;
}



.search-advanced {
    height: 400px;
    position: relative;
    padding: 7% 0;
    color: #cdbfe3;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-size: cover;
    background-position: 100% 71%;
    background-color: #de4444;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.search-advanced .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343a40;
    opacity: .6;
}

.search-advanced>div {
    z-index: 3;
}
.sa-content {
    max-width: 94%;
    margin: 0 auto;
}

.search-advanced>div h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    text-shadow: 2px 2px 8px #000;
}

.text-center {
    text-align: center;
}

.mt-4, .my-4 {
    margin-top: 20px!important;
}

.form-search-big .input-group {
    display: flex;
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
   
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.form-search-big .input-group .input-group-btn {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.form-control input {

}


.form-search-big .input-group button, .form-search-big .input-group input {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.form-search-big .input-group .btn-search-cover-page {
    font-size: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    color: #fff;
    padding: 18px 20px;
}
.search-advanced img {
    width: 24px;
    height: auto;
}
.btn-search-cover-pag {
    line-height: 0;
}

.libraries-dtc {
    padding: 15px;
    background: #F7F5F6;
    text-align: center;
}
.libraries-dtc span {
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px){
     .libraries-dtc span {
        display: inline;
        margin-bottom: 0;
        margin-right: 10px;
    }   
}


.button-theme-border {
    padding: 1% 2.5%;
    border-radius: 3rem;
    font-size: 1rem;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 5px;
    transition: all .3s;
}

.button-tb-green {
    color: #4EB422;
    border: 1px solid #4EB422;
}
.button-tb-green:hover {
    background-color: #4EB422;
    color: #fff;
}
.button-tb-red {
    color: #F36767;
    border: 1px solid #F36767;
}
.button-tb-red:hover {
    background-color: #F36767;
    color: #fff;
}

.button-tb-blue {
    color: #6B83FF;
    border: 1px solid #6B83FF;
}
.button-tb-blue:hover {
    background-color: #6B83FF;
    color: #fff;
}

.button-tb-orange {
    color: #FE9A56;
    border: 1px solid #FE9A56;
}
.button-tb-orange:hover {
    background-color: #FE9A56;
    color: #fff;
}

input:focus, input:active, button:active, button:focus{
  outline: none;
}

.navigation-sidebar .sub-menu {
  display: none;
}

.navigation-sidebar .sub-menu {
    background-color: #0b0b0b;
    overflow: hidden;
    transition: .2s;
    width: 100%;
    max-height: 200rem;
    opacity: 1;
    overflow-y: auto;
}

.navigation-sidebar .sub-menu li {
    display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid #2b2b2b;
}

.navigation-sidebar .icon-triangle-down {
    position: absolute;
    top: 12px;
    right: 5px;
    z-index: 10;
    cursor: pointer;
}

.navbar-toggler {
    margin-left: 15px;
    cursor: pointer;
}

.d-flex{
            display: flex;
                display: -webkit-box; 
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex; 
        }

        .search-header {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: calc(100% - 64px);
        }
        .search-header form {
            height: 100%;

        }
        .search-header form input {
            height: 100%;
            width: 100%;
            padding: 5px 15px;
            font-size: 20px;
            opacity: 1!important;
            transform: none!important;
            border: none!important;
        }
        .hide {
            display: none!important;
        }
        header.header-principal{
            height: 78px;
            z-index: 100;
        }

        .comment-respond {
            margin-top: 23px;
            background-color: #f7f7f7;
            padding: 15px;
            border-radius: 4px;
            border: 1px solid #e6e6e6;
        }
        p.comment-notes{
            display: none;
        }

        .comment-list li .children li {
            background-color: #f7f7f7;
            padding: 10px;
            border-left: 3px solid #f24537;
            margin-bottom: 10px;
        }

        .comment-list li .children {
            list-style: none;
            padding-left: 40px;
        }
        .Comment img {
    width: 80px;
    height: auto;
    padding-right: 20px;
}
        .comments-area h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px;}
        .comments-area .comment-form-comment label { display: none; }
        .comments-area .comment-form-comment textarea { width: 100%; max-width: 100%; min-width: 100%; padding: 15px; border-radius: 6px; border: 1px solid #dee2e6; font-size: 14px; }
        .comments-area .comment-form-comment textarea:focus, .comments-area .comment-form-comment textarea:active { outline: none; }
        .comments-area .submit { background-color: #ef233c; border: 1px solid #d90429; color: #fff; border-radius: 6px; padding: 6px 15px; font-size: 14px; transition: all 0.3s ease; box-shadow: 1px 1px 1px #6c757d; }
     

        .comment-form-author { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap; margin-bottom: 10px;}
        .comment-form-author label { display: block; font-size: 14px; }
        .comment-form-author button { text-align: left !important; width: 100px; display: inline-block; border-bottom-right-radius: 0; border-top-right-radius: 0; cursor: default !important; font-size: 14px; color: #8d99ae; }
        .comment-form-author button:focus, .comment-form-author button:active, .comment-form-author button:hover { outline: none !important; background-color: #f1f3f6 !important; border: 1px solid #dee2e6 !important; box-shadow: none !important; }
        .comment-form-author input { width: calc(100% - 100px); display: inline-block; padding: 7px 15px; border: 1px solid #dee2e6; border-radius: 0 6px 6px 0; font-size: 14px; border-left: none; }
        .comment-form-author input:active, .comment-form-author input:focus { outline: none; }

        .comment-form-email { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap; margin-bottom: 10px;}
        .comment-form-email label { display: block; font-size: 14px; }
        .comment-form-email button { text-align: left !important; width: 100px; display: inline-block; border-bottom-right-radius: 0; border-top-right-radius: 0; cursor: default !important; font-size: 14px; color: #8d99ae; }
        .comment-form-email button:focus, .comment-form-email button:active, .comment-form-email button:hover { outline: none !important; background-color: #f1f3f6 !important; border: 1px solid #dee2e6 !important; box-shadow: none !important; }
        .comment-form-email input { width: calc(100% - 100px); display: inline-block; padding: 7px 15px; border: 1px solid #dee2e6; border-radius: 0 6px 6px 0; font-size: 14px; border-left: none; }
        .comment-form-email input:active, .comment-form-email input:focus { outline: none; }

        .comment-form-url label { display: block; font-size: 14px; }
        .comment-form-url input { width: 100%; padding: 7px 15px; border: 1px solid #dee2e6; border-radius: 6px; font-size: 14px; }
        .comment-form-url input:active, .comment-form-url input:focus { outline: none; }

        .all-comments { background-color: #6c757d; font-size: 21px; color: #fff; text-align: center; padding: 5px 10px; border-radius: 6px; }

        .comment-list { list-style-type: none; margin: 30px 0 0 0; padding: 0; }
        .comment-list li { margin-bottom: 30px; }
        .comment-list li:before { content: "" !important; }
        .comment-list li:last-child { margin-bottom: 0; }
        .comment-list li .children { margin-top: 20px; margin-bottom: 20px; }
        .comment-list li .children li { background-color: #f7f7f7; padding: 10px;border-left: 3px solid #f24537; margin-bottom: 10px; }

        p.logged-in-as { font-size: 12px; }

        .Comment { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap; }
        .Comment .Mid { width: 100%; }
        .Comment .Mid a { font-size: 15px; color: #007bff; }
        .Comment .Mid span { font-size: 10px; font-weight: 700; }
        .Comment .Mid p { font-size: 14px; margin-top: 5px; margin-bottom: 10px; }

        .comment-reply-link { font-weight: 400 !important; font-size: 11px !important; background-color: #555555; padding: 3px 15px !important; border-radius: 12px !important; color: #fff !important; box-shadow: 1px 1px 2px #2b2d42; transition: all 0.2s ease; cursor: pointer; }
        .comment-reply-link:hover { background-color: #d90429; }

.sidebar {
    width: 300px;
    display: none;

}
.main-single {
    width: 100%;
}


@media screen and (min-width: 992px) {
   .sidebar {
        width: 300px;
        display: block;

    }
    .main-single {
        width: calc(100% - 300px);
         padding-right: 30px;
    }
 
}
.sidebar aside {
    margin-bottom: 30px;
}
.sidebar aside:last-child{
    margin-bottom: 0;
}
.sidebar aside > h3 {
        font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000;
    text-shadow: 0px 0px 13px #627d94;
}



.sidebar aside ul{
    list-style-type: none;
}
.sidebar aside ul a {
    color: #000;
    font-size: 16px;
}

.main-list-l {
    width: 100px;
}

.main-list-r{
    width: calc(100% - 100px);
    padding-left: 20px;
}

.title-list {
    margin-bottom: 40px;
}


#fcvtop_sec {
    position: relative;
    width: 100%;
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap;
    padding: 10px 0;
}
#fcvtop_sec article, #fcvtop_sec .article {
    width: 100%;
}

@media screen and (min-width: 550px){
    #fcvtop_sec article, #fcvtop_sec .article {
        width: 50%;
    }
}

@media screen and (min-width: 768px){
    #fcvtop_sec article, #fcvtop_sec .article {
        width: 33.33333%;
    }
}

.single_index > div {
    padding: 0 8px;
}


.p-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5em;
    margin-left: -.5em;
    margin-top: -.5em;
}

.caja-sombra {
    padding: 10px 10px 10px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 1px 3px #ccc;
    margin: 20px 0 0!important;
}


.p-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5em;margin-left:-.5em;margin-top:-.5em}

.p-nogutter{margin-right:0;margin-left:0;margin-top:0}.p-nogutter>.p-col,.p-nogutter>[class*=p-col-]{padding:0}
.p-col,.p-col-fixed,.p-lg-1,.p-lg-10,.p-lg-11,.p-lg-12,.p-lg-2,.p-lg-3,.p-lg-4,.p-lg-5,.p-lg-6,.p-lg-7,.p-lg-8,.p-lg-9,.p-md-1,.p-md-10,.p-md-11,.p-md-12,.p-md-2,.p-md-3,.p-md-4,.p-md-5,.p-md-6,.p-md-7,.p-md-8,.p-md-9,.p-sm-1,.p-sm-10,.p-sm-11,.p-sm-12,.p-sm-2,.p-sm-3,.p-sm-4,.p-sm-5,.p-sm-6,.p-sm-7,.p-sm-8,.p-sm-9,.p-xl-1,.p-xl-10,.p-xl-11,.p-xl-12,.p-xl-2,.p-xl-3,.p-xl-4,.p-xl-5,.p-xl-6,.p-xl-7,.p-xl-8,.p-xl-9{padding:.5em}.p-dir-rev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.p-dir-col,.p-dir-col-rev{-webkit-box-orient:vertical}.p-dir-col{-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-dir-col-rev{-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.p-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.p-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.p-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.p-justify-around{-ms-flex-pack:distribute;justify-content:space-around}.p-justify-even{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.p-align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.p-align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.p-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-align-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.p-align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.p-col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.p-col-fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.p-col-align-start{-ms-flex-item-align:start;align-self:flex-start}.p-col-align-end{-ms-flex-item-align:end;align-self:flex-end}.p-col-align-center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.p-col-align-baseline{-ms-flex-item-align:baseline;align-self:baseline}.p-col-align-stretch{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.p-col-1,.p-col-10,.p-col-11,.p-col-12,.p-col-2,.p-col-3,.p-col-4,.p-col-5,.p-col-6,.p-col-7,.p-col-8,.p-col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:.5em}.p-col-1{width:8.3333%}.p-col-2{width:16.6667%}.p-col-3{width:25%}.p-col-4{width:33.3333%}.p-col-5{width:41.6667%}.p-col-6{width:50%}.p-col-7{width:58.3333%}.p-col-8{width:66.6667%}.p-col-9{width:75%}.p-col-10{width:83.3333%}.p-col-11{width:91.6667%}.p-col-12{width:100%}.p-offset-12{margin-left:100%}.p-offset-11{margin-left:91.66666667%}.p-offset-10{margin-left:83.33333333%}.p-offset-9{margin-left:75%}.p-offset-8{margin-left:66.66666667%}.p-offset-7{margin-left:58.33333333%}.p-offset-6{margin-left:50%}.p-offset-5{margin-left:41.66666667%}.p-offset-4{margin-left:33.33333333%}.p-offset-3{margin-left:25%}.p-offset-2{margin-left:16.66666667%}.p-offset-1{margin-left:8.33333333%}.p-offset-0{margin-left:0}.p-col-nogutter{padding:0}@media screen and (min-width:576px){.p-sm-1,.p-sm-10,.p-sm-11,.p-sm-12,.p-sm-2,.p-sm-3,.p-sm-4,.p-sm-5,.p-sm-6,.p-sm-7,.p-sm-8,.p-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.p-sm-1{width:8.3333%}.p-sm-2{width:16.6667%}.p-sm-3{width:25%}.p-sm-4{width:33.3333%}.p-sm-5{width:41.6667%}.p-sm-6{width:50%}.p-sm-7{width:58.3333%}.p-sm-8{width:66.6667%}.p-sm-9{width:75%}.p-sm-10{width:83.3333%}.p-sm-11{width:91.6667%}.p-sm-12{width:100%}.p-sm-offset-12{margin-left:100%}.p-sm-offset-11{margin-left:91.66666667%}.p-sm-offset-10{margin-left:83.33333333%}.p-sm-offset-9{margin-left:75%}.p-sm-offset-8{margin-left:66.66666667%}.p-sm-offset-7{margin-left:58.33333333%}.p-sm-offset-6{margin-left:50%}.p-sm-offset-5{margin-left:41.66666667%}.p-sm-offset-4{margin-left:33.33333333%}.p-sm-offset-3{margin-left:25%}.p-sm-offset-2{margin-left:16.66666667%}.p-sm-offset-1{margin-left:8.33333333%}.p-sm-offset-0{margin-left:0}}@media screen and (min-width:768px){.p-md-1,.p-md-10,.p-md-11,.p-md-12,.p-md-2,.p-md-3,.p-md-4,.p-md-5,.p-md-6,.p-md-7,.p-md-8,.p-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.p-md-1{width:8.3333%}.p-md-2{width:16.6667%}.p-md-3{width:25%}.p-md-4{width:33.3333%}.p-md-5{width:41.6667%}.p-md-6{width:50%}.p-md-7{width:58.3333%}.p-md-8{width:66.6667%}.p-md-9{width:75%}.p-md-10{width:83.3333%}.p-md-11{width:91.6667%}.p-md-12{width:100%}.p-md-offset-12{margin-left:100%}.p-md-offset-11{margin-left:91.66666667%}.p-md-offset-10{margin-left:83.33333333%}.p-md-offset-9{margin-left:75%}.p-md-offset-8{margin-left:66.66666667%}.p-md-offset-7{margin-left:58.33333333%}.p-md-offset-6{margin-left:50%}.p-md-offset-5{margin-left:41.66666667%}.p-md-offset-4{margin-left:33.33333333%}.p-md-offset-3{margin-left:25%}.p-md-offset-2{margin-left:16.66666667%}.p-md-offset-1{margin-left:8.33333333%}.p-md-offset-0{margin-left:0}}@media screen and (min-width:992px){.p-lg-1,.p-lg-10,.p-lg-11,.p-lg-12,.p-lg-2,.p-lg-3,.p-lg-4,.p-lg-5,.p-lg-6,.p-lg-7,.p-lg-8,.p-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.p-lg-1{width:8.3333%}.p-lg-2{width:16.6667%}.p-lg-3{width:25%}.p-lg-4{width:33.3333%}.p-lg-5{width:41.6667%}.p-lg-6{width:50%}.p-lg-7{width:58.3333%}.p-lg-8{width:66.6667%}.p-lg-9{width:75%}.p-lg-10{width:83.3333%}.p-lg-11{width:91.6667%}.p-lg-12{width:100%}.p-lg-offset-12{margin-left:100%}.p-lg-offset-11{margin-left:91.66666667%}.p-lg-offset-10{margin-left:83.33333333%}.p-lg-offset-9{margin-left:75%}.p-lg-offset-8{margin-left:66.66666667%}.p-lg-offset-7{margin-left:58.33333333%}.p-lg-offset-6{margin-left:50%}.p-lg-offset-5{margin-left:41.66666667%}.p-lg-offset-4{margin-left:33.33333333%}.p-lg-offset-3{margin-left:25%}.p-lg-offset-2{margin-left:16.66666667%}.p-lg-offset-1{margin-left:8.33333333%}.p-lg-offset-0{margin-left:0}}@media screen and (min-width:1200px){.p-xl-1,.p-xl-10,.p-xl-11,.p-xl-12,.p-xl-2,.p-xl-3,.p-xl-4,.p-xl-5,.p-xl-6,.p-xl-7,.p-xl-8,.p-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.p-xl-1{width:8.3333%}.p-xl-2{width:16.6667%}.p-xl-3{width:25%}.p-xl-4{width:33.3333%}.p-xl-5{width:41.6667%}.p-xl-6{width:50%}.p-xl-7{width:58.3333%}.p-xl-8{width:66.6667%}.p-xl-9{width:75%}.p-xl-10{width:83.3333%}.p-xl-11{width:91.6667%}.p-xl-12{width:100%}.p-xl-offset-12{margin-left:100%}.p-xl-offset-11{margin-left:91.66666667%}.p-xl-offset-10{margin-left:83.33333333%}.p-xl-offset-9{margin-left:75%}.p-xl-offset-8{margin-left:66.66666667%}.p-xl-offset-7{margin-left:58.33333333%}.p-xl-offset-6{margin-left:50%}.p-xl-offset-5{margin-left:41.66666667%}.p-xl-offset-4{margin-left:33.33333333%}.p-xl-offset-3{margin-left:25%}.p-xl-offset-2{margin-left:16.66666667%}.p-xl-offset-1{margin-left:8.33333333%}.p-xl-offset-0{margin-left:0}}


#fcvtop_sec article .poster, #fcvtop_sec .article .poster {
    width: 100%;
    float: initial;
    padding-bottom: 50%
}
#fcvtop_sec article h2, #fcvtop_sec .article h2 {
    font-size: 20px;
    line-height: 1.5rem
}
#fcvtop_sec article .fcvtop_starts h2:hover, #fcvtop_sec .article .fcvtop_starts h2:hover {
    color: #005be2
}
#fcvtop_sec article span a, #fcvtop_sec .article span a {
    margin: 4px 0 0
}
#fcvtop_sec article .poster img, #fcvtop_sec .article .poster img {
    width: 400px;
    max-width: 100%;
    height: auto
}

#fcvtop_sec h3, #fcvtop_sec p {
    text-align: left;
}

#fcvtop_sec h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}
#fcvtop_sec p{
   font-size: 15px; 
   margin-bottom: 0;
}

#fcvtop_sec .ttr {
    padding: 0;
}
#fcvtop_sec .p-lg-8 {
     padding: 0 15px;
}

.side-stck{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}


.wdgt_post>a {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.wdgt_post>a:last-child {
    border-bottom: 0;

}




.wdgt_post>a>div:nth-child(1) {
    width: 75px;
    float: left;
}
.wdgt_post>a>div:nth-child(2) {
    width: calc(100% - 75px);
    float: left;
    font-size: 16px;
        line-height: 1.5em;
    padding-left: 15px;
    color: #000;
}
.wdgt_post img {
    width: 100%;
    height: auto;
}
.wdgt_post h3 {

}

@media screen and (max-width: 991px) {
    .ttr {
        width: 100%!important;
        text-align: center;
    }
}

blockquote {
    background-color: #6fd0ea3b;
    padding: 15px;
    margin-bottom: 20px;
}


blockquote p:last-child {
    margin-bottom: 0;
}
.caja-sombra .p-lg-4 a {
	font-size: 0;
}
@media screen and (min-width: 992px) {
	.caja-sombra .p-lg-4{
		width: 200px;
		line-height: 0;
	}
	
	.caja-sombra .p-lg-8{
		width: calc(100% - 200px);
	}
}


/* Widget Category Column */
.widget-category-column{
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap;
    padding: 0 15px;
}

.widget-category-column > div {
    width: 100%;
}
    
h4.title-widget {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap;
}

h4.title-widget span {
    padding: 3px 6px 0;
}

.article-widget-category {
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap;
}

.article-widget-category article {
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
}

.article-widget-category article p {
    font-size: 14px;
}
.article-widget-category article h3 {
    margin-bottom: 5px;
}
article span.muted {
   font-size: 12px;
   color: #c7c7c7;
   display: block;
   margin-bottom: 5px;
}
.article-widget-category article figure {
    width: 100px;
}

.article-widget-category article > div {
    width: calc(100% - 100px);
    padding-left: 15px;
}
.article-widget-category figure {
    font-size: 0
}

@media screen and (min-width: 992px) {
    .widget-category-column{
        padding: 0 0;
    }
    .widget-category-column > div {
        width: 50%;
    }

    .widget-category-column > div:nth-child(2n+1) {
        padding-right: 15px;
    }
    .widget-category-column > div:nth-child(2n) {
        padding-left: 15px;
    }
    .article-widget-category article figure {
        width: 200px;
    }

    .article-widget-category article > div {
        width: calc(100% - 200px);
        padding-left: 15px;
    }
}


/* Widget Grid Post */
.widget_home_grid_post{
    padding: 0 15px;
}
.widget-grid-post{
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap;
  
}
.widget-grid-post h3 {
    font-size: 14px;
}
.widget-grid-post article {
    width: 50%;
    text-align: left;
    margin-bottom: 15px;
}
.widget-grid-post figure{
    font-size: 0;
    margin-bottom: 5px;
}
.widget-grid-post img {
    width: 100%;
    height: auto;
}
.widget-grid-post article:nth-child(2n+1){
    padding-left: 0;
    padding-right: 15px;
}

.widget-grid-post article:nth-child(2n+2){
    padding-left: 15px;
    padding-right: 0px;
}

.widget-grid-post h3 {
    margin-bottom: 5px;
}


@media screen and (min-width: 992px) {
    .widget_home_grid_post {
        padding: 0 0px;
    }
    .widget-grid-post h3 {
        font-size: 16px;
    }
    .widget-grid-post article {
        width: 33.333%;
        text-align: left;
        margin-bottom: 15px;
    } 
    .widget-grid-post article:nth-child(3n+1){
        padding-left: 0;
        padding-right: 20px;
    }

    .widget-grid-post article:nth-child(3n+2){
        padding-left: 10px;
        padding-right: 10px;
    }

    .widget-grid-post article:nth-child(3n){
        padding-left: 20px;
        padding-right: 0;
    }  
}



/* WIDGET BANNER POST */
.widget-banner-post{
   display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap; 
}
.widget-banner-post article {
    position: relative;
    transition: all 0.3s ease;
}

.widget-banner-post article:hover img{
    transform: scale(1.1);
}
.widget-banner-post article:hover .categories span{
   
}
.widget-banner-post figure::after{
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.widget-banner-post > div{
    width: 100%;
}
.widget-banner-post .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 10px;
    z-index: 10;
}
.widget-banner-post .meta h3 {
    color: #fff;
    margin-bottom: 5px;
}
.widget-banner-post .meta .date{
    font-size: 12px;
    color: #fff;
}
.widget-banner-post .meta .categories {
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap;
}
.widget-banner-post .meta .categories span {
    font-size: 12px;
    background-color: #000;
    color: #fff;
    padding: 3px 5px;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.widget-banner-post figure{
    font-size: 0;
    position: relative;
}
.widget-banner-post >div:nth-child(1) img {
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.widget-banner-post >div:nth-child(2) img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    height: 100%;
}
.widget-banner-post > div:nth-child(1){
    padding-right: 0px;
    margin-bottom: 8px;
}
.widget-banner-post > div:nth-child(2){
    padding-left: 0px;
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap;
}
.widget-banner-post > div:nth-child(1) figure {
    height: auto;
    overflow: hidden;
}

.widget-banner-post > div:nth-child(2) figure {
    height: auto;
    overflow: hidden;
}
.widget-banner-post > div:nth-child(2) article {
    width: 50%;
}
.widget-banner-post > div:nth-child(2) article:nth-child(1){
    padding-bottom: 0px;
    padding-right: 4px;
}
.widget-banner-post > div:nth-child(2) article:nth-child(2){
    padding-top: 0px;
    padding-left: 4px;

}

@media screen and (min-width: 992px) {
    .widget-banner-post > div{
        width: 50%;
    }
    .widget-banner-post > div:nth-child(1){
        padding-right: 7px;
        margin-bottom: 0;
    }
    .widget-banner-post > div:nth-child(2){
        padding-left: 7px;
    }   
    .widget-banner-post > div:nth-child(2) article:nth-child(1){
        padding-bottom: 7px;
        padding-right: 0;
    }
    .widget-banner-post > div:nth-child(2) article:nth-child(2){
        padding-top: 7px;
        padding-left: 0;
    }
    .widget-banner-post > div:nth-child(1) figure {
        height: 414px;
        overflow: hidden;
    }
    .widget-banner-post > div:nth-child(2) article {
        width: 100%;
    }
    .widget-banner-post > div:nth-child(2) figure {
        height: 200px;
        overflow: hidden;
    }
}


/* Gemeral */
.widget-home {
    margin-top: 30px;
}
.widget-home section {
    margin-bottom: 40px;
}

.widget-home section:last-child {
    margin-bottom: 0;
}

/* Category triple */
.widget_home_category_triple{
     padding: 0 15px;
}
.widget-category-triple {
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    flex-wrap: wrap;
}
.widget-category-triple > div {
    width: 100%
}


.article-widget-category article.c3 figure {
    width: 100px;
}

.article-widget-category article.c3 > div {
    width: calc(100% - 100px);
    padding-left: 15px;
}
.widget-banner-post.c3 {
    margin-bottom: 15px;
}
.widget-banner-post.c3 article {
    width: 100%;
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
    margin-bottom: 15px;
}
.widget-banner-post.c3 figure {
    height: auto;
    overflow: hidden;
}
.widget-category-triple img {
    transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
    .widget_home_category_triple{
         padding: 0 0px;
    }
    .widget-category-triple > div {
        width: 33.3333%;
    }
    .widget-category-triple > div:nth-child(3n+1){
        padding-left: 0;
        padding-right: 20px;
    }
    .widget-category-triple > div:nth-child(3n+2){
        padding-left: 10px;
        padding-right: 10px;
    }
    .widget-category-triple > div:nth-child(3n){
        padding-left: 20px;
        padding-right: 0;
    }

    .article-widget-category article.c3 figure {
        width: 70px;
    }

    .article-widget-category article.c3 > div {
        width: calc(100% - 70px);
        padding-left: 15px;
    }
    
    article.c3 h3 {
        font-size: 16px;
    }

}
.widget_home_grid_post article h3{
    transition: all 0.3s ease;
}
.widget_home_grid_post article:hover h3 {
    
}

.widget_home_category_column article:hover h3 {
    
}
.widget_home_category_column article h3 {
    transition: all 0.3s ease;
}

article.c3:hover h3 {
    
}
article.c3 h3 {
    transition: all 0.3s ease;
}


figure.aligncenter{text-align: center;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.nav-sidebar {
  line-height: 1rem;
  display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
  width: 100%;
}
.nav-sidebar a{
  font-size: 16px;
    background: #f9f8f8;
    padding: 4px 10px;
    border: 1px solid #ececec;
}
.nav-sidebar img {
  width: 10px !important;
  height: auto!important;
}
.opa {
  opacity: 0.4;
}



.d3 > a {
    width: 70px;
}

.d3 > div {
    width: calc(100% - 70px);
    padding-left: 15px;
    display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
}

.header-principal > .container > a {
    width: 280px;

}
.header-principal > .container > nav {
    width: calc(100% - 280px);
    justify-content: flex-end;
    
}

@media screen and (min-width: 992px){
	.header-principal > .container > a {
		width: 400px;

	}
	.header-principal > .container > nav {
		width: calc(100% - 400px);
		justify-content: flex-end;

	}	
}