@font-face {
    font-family: 'Coco-Gothic-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Coco-Gothic-Regular'), url('../assets/fonts/Coco-Gothic-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Coco-Gothic-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Coco-Gothic-Bold'), url('../assets/fonts/Coco-Gothic-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Coco Gothic Light';
    font-style: normal;
    font-weight: normal;
    src: local('Coco Gothic Light'), url('../assets/fonts/Coco-Gothic-Light.woff') format('woff');
}
body {
    /*background-image: url("/img/bg.png");*/
    font-family: "Coco-Gothic-Regular", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'MankSans';
}
#aumento {
    text-align: center;
    color: #CF0F3E;
}
/* ==========================================================================
   Header
   ========================================================================== */

#header {
    position: fixed;
    padding: 20px 0px 10px;
    display: block;
    width: 100%;
    z-index: 9;
    /*background-image: url("/img/bg.png");*/
}
#header.scroll {
    background-color: #3D83C1 !important;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    color: #eef;
}
#main_menu {
    z-index: 30;
    font-family: 'MankSans';
}
.menu-principal {
    text-align: center;
}
.menu-principal ul {
    margin: 26px 0px;
    padding: 0px;
}
.menu-principal ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 40px;
    height: 40px;
}
.menu-principal ul li ul {
    margin: 0px;
    padding: 10px;
    position: absolute;
    top: 40px;
    display: none;
    background: #eeede7;
    color: #df0209;
}
.menu-principal ul li ul li {
    display: inherit;
    padding: 0px;
}
.menu-principal ul li ul a {
    color: #df0209;
}
.menu-principal ul li:hover>ul {
    display: block;
}
.menu-principal li:first-child {
    color: #ff6200;
    background-repeat: no-repeat;
    background-position: 86px center;
    padding-left: 0;
}
.menu-principal li:last-child {}
.menu-principal ul li a {
    color: #ffffff;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.menu-principal ul li a:hover {}
/******* Responsive Menu ********/

#nav-mobile {
    display: none;
    background: url(/img/nav.png) no-repeat center center;
    float: right;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 4px;
    top: -4px;
    opacity: .9;
    z-index: 10;
}
.mobile-title {
    display: none;
    position: relative;
    ;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin: 0px;
    background-color: #3981c3;
}
#nav-mobile.nav-active {
    opacity: 1;
}
@media only screen and (max-width: 991px) {
    #logo {
        text-align: center;
        margin-bottom: 5px;
    }
    #logo img {
        width: 20%;
    }
    #header {
        position: relative;
    }
    #banner_home {
        margin-top: 0px !important;
    }
    #acceso {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #logo {
        text-align: center;
        margin-bottom: 5px;
    }
    #logo img {
        width: 20%;
    }
    #header {}
    /* mostramos #nav-mobile */
    #nav-mobile, .mobile-title {
        display: block;
    }
    /* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo */
    .menu-principal {
        width: 100%;
        float: none;
    }
    /* Convertimos nuestra lista de enlaces en un menú horizontal */
    .menu-principal ul {
        box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
        max-height: 0;
        overflow: hidden;
    }
    /* estilos para los LI del menu */
    .menu-principal li {
        border-right: 0px !important;
        border-bottom: 1px solid #c2c2c2;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 !important;
        line-height: 3em !important;
    }
    .menu-principal ul li:hover {
        background: rgba(255, 255, 255, 0.5);
    }
    /* Quitamos el borde del ultimo item del menú */
    .menu-principal li:last-child {
        border-bottom: 0;
    }
    .menu-principal li a {
        padding: 15px 0;
        height: auto;
        line-height: normal;
    }
    .menu-principal li a:hover {}
    /* Agregamos una animación al despligue del menú */
    .menu-principal ul.open-menu {
        max-height: 400px;
        transition: max-height .4s;
        padding: 0;
        margin: 0;
    }
    .menu-principal ul li ul {
        position: inherit;
        margin-top: -2px !important;
    }
}
#login_form {}
#login_form input {
    margin-bottom: 5px;
}
#login_form button {
    margin-top: 10px;
}
#social {
    margin-top: 30px;
    text-align: center;
}
#social a {
    text-decoration: none;
    color: #CF0F3E;
    font-size: 22px;
    margin-right: 5px;
}
#logueado {
    margin-top: 30px;
    font-size: 12px;
}
#logout {
    background-color: #CF0F3E;
    color: #fff !important;
    border-radius: 5px;
    padding: 1px 10px;
}
#logueado span, #logueado a {
    color: #CF0F3E;
}
#logueado ul {
    margin: 0px;
    padding: 0px;
}
#logueado ul li {
    list-style-type: none;
}
/* ==========================================================================
   Home
   ========================================================================== */

.ta-center-blanco {
    text-align: center;
    color: #fff;
}
.ta-center {
    text-align: center;
}
.h-100 {
    height: 100%;
}
#banner_home {
    margin-top: 115px;
}
#banner_home img {
    width: 100%;
}
#banner_home a {
    position: absolute;
    right: 200px;
    bottom: 30%;
}
#home_text {
    text-align: center;
    color: #666566;
}
#home_text h1 {
    color: #61B99F;
}
#home_text p {
    font-size: 25px;
}
#benf_home {
    background-color: #CF0F3E;
    color: #fff;
    padding: 10px 0px;
}
.benf_mini {
    text-align: center;
}
.func_item {
    text-align: center;
}
.beneficio img {
    width: 100%
}
#benef {
    margin-top: 30px;
}
#contacto {
    background-image: url(../assets/img/bg-contacto.png);
    background-position: center;
    background-size: cover;
}
}
#contacto label {
    color: #fff;
}
#contact_text {
    text-align: center;
    color: #fff;
}
#logo_footer {
    margin-bottom: 20px;
}
#footer {
    text-align: center;
    color: #fff;
}
#footer a {
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
}
#social_footer {
    font-size: 24px;
}
#powered {
    font-size: 10px;
}
.divider {
    width: 100%;
    margin: 10px 0px;
    border-top: 1px solid #b50536;
    border-bottom: 1px solid #f80650;
}
.owl-controls {
    margin-top: 20px;
}
.owl-nav {
    color: #CF0F3E;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    width: 50%;
    float: left;
}
.owl-prev {
    text-align: left;
}
.owl-next {
    text-align: right;
}
@media only screen and (max-width: 768px) {
    #login_form, #social {
        display: none;
    }
    #banner_home {
        margin-top: 220px;
    }
    .beneficio img {
        width: 50%
    }
    #regresa {
        display: none;
    }
    #banner_home a {
        right: 115px;
        bottom: 5%;
    }
    #benf_home img {
        width: 100%;
    }
}
#svg-image-blur {
    display: none;
}
.blur {
    filter: url(#blur-effect-2);
    -webkit-filter: blur(5px)
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/MyriadPro-Regular.otf') format('opentype'), url('/fonts/MyriadPro-Regular.woff') format('woff'), url('/fonts/MyriadPro-Regular.ttf') format('truetype'), url('/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MankSans';
    src: url('/fonts/MankSans.eot?#iefix') format('embedded-opentype'), url('/fonts/MankSans.woff') format('woff'), url('/fonts/MankSans.ttf') format('truetype'), url('/fonts/MankSans.svg#MankSans') format('svg');
    font-weight: normal;
    font-style: normal;
}