@font-face {
    font-family: 'fuente-konstructor-1';
    src: url(../fonts/konstructor/232MK-bold.TTF);
    font-display: swap;
}

@font-face {
    font-family: 'fuente-konstructor-2';
    src: url(../fonts/konstructor/232MKRM-medium.TTF);
    font-display: swap;
}

@font-face {
    font-family: 'andale-mono';
    src: url(../fonts/konstructor/Andale_Mono.ttf);
    font-display: swap;
}

.nav-tabs .nav-item{
    font-size: 12px;
}

.tab-content{
    margin-top: 20px;
}

.error-formulario{
    font-size: 11px;
    color: red;
    display: none;
}

/*Base */
.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.font-gray-1 {
    color: #f7f7f7;
}

.font-gray-2 {
    color: #e9e9e9;
}

.font-gray-3 {
    color: #d9d9d9;
}

.font-gray-4 {
    color: #c9c9c9;
}

.font-gray-5,
.block-heading-1 span {
    color: #b8b8b8;
}

.font-gray-6 {
    color: #a8a8a8;
}

.font-gray-7,
body {
    font-family: 'RobotoCondensed-Regular';
    color: black;
}

.font-gray-8 {
    color: #7b7b7b;
}

.font-gray-9 {
    color: #636363 #4d4d4d;
}

.font-gray-10 {
    color: #353535;
}

.border-gray-1 {
    border-color: #f7f7f7;
}

.border-gray-2 {
    border-color: #e9e9e9;
}

.border-gray-3 {
    border-color: #d9d9d9;
}

.border-gray-4 {
    border-color: #c9c9c9;
}

.border-gray-5 {
    border-color: #b8b8b8;
}

.border-gray-6 {
    border-color: #a8a8a8;
}

.border-gray-7 {
    border-color: #939393;
}

.border-gray-8 {
    border-color: #7b7b7b;
}

.border-gray-9 {
    border-color: #636363 #4d4d4d;
}

.border-gray-10 {
    border-color: #353535;
}

.bg-gray-1 {
    border-color: #f7f7f7;
}

.bg-gray-2 {
    border-color: #e9e9e9;
}

.bg-gray-3 {
    border-color: #d9d9d9;
}

.bg-gray-4 {
    border-color: #c9c9c9;
}

.bg-gray-5 {
    border-color: #b8b8b8;
}

.bg-gray-6 {
    border-color: #a8a8a8;
}

.bg-gray-7 {
    border-color: #939393;
}

.bg-gray-8 {
    border-color: #7b7b7b;
}

.bg-gray-9 {
    border-color: #636363 #4d4d4d;
}

.bg-gray-10 {
    border-color: #353535;
}

.letter-spacing-1 {
    letter-spacing: 0.1em;
}

.letter-spacing-2 {
    letter-spacing: 0.2em;
}

.border-w-1 {
    border-width: 1px;
}

.border-w-2 {
    border-width: 2px;
}

.border-w-3 {
    border-width: 3px;
}

.border-w-4 {
    border-width: 4px;
}

.border-w-5 {
    border-width: 5px;
}

a {
    color: white;
}

span{
    font-family: 'fuente-konstructor-2';
}

/*botones*/

.btn-primary {
    background: #be3087;
    font-size: 15px;
    color: white;
    display: block;
    margin: auto;
    border: none;
    font-family: 'fuente-konstructor-2';
}


.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background: #be3087;
    background-color: #be3087;
    border: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 38, 86);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 38, 86);
}

.btn-primary:hover {
    background: #B12C7D !important;
    background-color: #B12C7D !important;
    border-color: #B12C7D !important;
    color: white;
}

.btn-secundary {
    background: #fdb92e;
    border-radius: 30px;
    font-size: 20px;
    color: white;
    display: block;
    margin: auto;
    border: none;
    font-family: 'RobotoCondensed-Regular';
    color: black;
    font-weight: bold;
    width: 300px;
}

@media (max-width: 991.98px) {

    .btn-secundary {
        
        font-size: 17px;
        width: 320px;
    }
}



.btn-secundary:not(:disabled):not(.disabled):active,
.btn-secundary:not(:disabled):not(.disabled).active,
.show > .btn-secundary.dropdown-toggle {
    background: #fdb92e;
    background-color: #fdb92e;
    border: none;
}

.btn-secundary:not(:disabled):not(.disabled):active:focus,
.btn-secundary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secundary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 180, 66);
}

.btn-secundary:focus,
.btn-secundary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 180, 66);
}

.btn-secundary:hover {
    background: #FBA900 !important;
    background-color: #FBA900 !important;
    border-color: #FBA900 !important;
    color: white;
}

.primary-black--hover {
    background: #00273C;
    color: #fff;
}

.primary-black--hover:hover {
    background: #000;
    color: #fff;
}

.primary-dark--hover {
    background: #00273C;
    color: #fff;
}

.primary-dark--hover:hover {
    background: gray;
    color: #fff;
}

.primary-primary-outline--hover {
    background: #00273C;
    color: #fff;
}

.primary-primary-outline--hover:hover {
    border-color: #00273C;
    background: transparent;
}

.primary-outline-primary--hover {
    background: transparent;
    border-color: #00273C;
}

.primary-outline-primary--hover:hover {
    color: #fff;
    background: #00273C;
}

.btn-info{
    color: #ffff;
    background-color: #91B200;
    border-color: #91B200;
    border-radius: 20px;
}

.btn-danger{
    color: #fff;
    background-color: #FCB92E;
    border-color: #FCB92E;
}

.btn-danger:hover{
    color: #fff;
    background-color: #FCB92E;
    border-color: #FCB92E;
}

body {
    line-height: 1.7;
    font-weight: 400;
    font-size: 1rem;
    background-color: #1a1a1a;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}

h1{
    font-family: 'fuente-konstructor-1';
}

h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'RobotoCondensed-Regular'; 
}

.about_text h1{
    color: white;
    font-size: 60px;
}

p {
    font-family: 'RobotoCondensed-Regular';
}

.owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
}

@media (max-width: 991.98px) {
    .owl-nav{
        top: 35% !important;
    }

    .owl-prev{
        font-size: 20px !important;
    }
    .owl-next{
        font-size: 20px !important;
    }


}

.owl-carousel .owl-stage-outer{
    max-height: 700px;
}

.owl-prev{
    position: absolute;
    left: 0%;
    padding: 5px 1px;
    color: #FFF;
    background-color: transparent;
    line-height: 0;
    font-size: 50px;
    z-index: 999;
}
.owl-next{
    position: absolute;
    right: 0%;
    padding: 5px 1px;
    color: #FFF;
    background-color: transparent;
    line-height: 0;
    font-size: 50px;
    z-index: 999;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 50px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent; 
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    z-index: 999;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}

.owl-theme .owl-dots{
    position: absolute;
    bottom: 200px;
    left: 640px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #3697ce;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

@media (max-width: 400px){
    .owl-theme .owl-dots{
        bottom: 35px;
        left: 180px;
    }    

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 2px;
        background: transparent;
        border: 1px solid #3697ce;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
}

@media (min-width: 401px) and (max-width: 800px){
    .owl-theme .owl-dots{
        bottom: 130px;
        left: 350px;
    }    
}

@media (min-width: 801px) and (max-width: 1100px){
    .owl-theme .owl-dots{
        bottom: 130px;
        left: 465px;
    }    
}

/*navbar*/
.site-wrap:before {
    display: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.line-height-1 {
    line-height: 1 !important;
}

.bg-black {
    background: #000;
}

.form-control {
    padding: 0;
    height: 35px;
    background: #fff !important;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active,
.form-control:focus {
    border-color: #359288;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.site-section {
    padding: 2.5em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.contenedor-solicitar-credito{
    padding-right: 40px;
}



.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important;
    }
}

.hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover > div,
.hover-bg-enlarge:focus > div,
.hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important;
    }
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-image.overlay {
    position: relative;
}

.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(52, 58, 64, 0.4);
}

.bg-image > .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {

    .display-1,
    .display-3 {
        font-size: 3rem;
    }
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.play-single-big:hover {
    width: 120px;
    height: 120px;
}

.overlap-to-top {
    margin-top: -150px;
}

.ul-check {
    margin-bottom: 50px;
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "RobotoCondensed-Regular";
    content: "\e5ca";
    position: absolute;
}

.ul-check.white li:before {
    color: #fff;
}

.ul-check.success li:before {
    color: #8bc34a;
}

.ul-check.primary li:before {
    color: #00273C;
}

.select-wrap,
.wrap-icon {
    position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

/* Navbar */
.logo-header {
    padding-top: 1px;
    width: 250px;
}

.texto-header-contenedor-movil{
    display: none;
}

@media (max-width: 991.98px) {
    .logo-header {
        padding-top: 3px;
        padding-bottom: 3px;
        width: 110px;
    }    

    .texto-header-contenedor{
        /*padding-left: 0px !important;*/
        display: none;
    }

    .texto-header-contenedor-movil{
        margin-top: -30px;
        display: block;
    }
    .texto-superior-header-movil{
        font-size: 10px;
        padding-left: 4px;
        font-family: 'RobotoCondensed-Regular';
        color: white;
    }
    .salto-linea-header-movil{
        display: block;
        line-height: 0px;
        margin: -45px 0;
        content: " ";
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .salto-linea-header-movil{
        display: block;
        line-height: 0px;
        margin: 25px 0;
        content: " ";
    }
}

.icono-pago-header{
    width: 80px;
    padding-top: 10px;
}

.contenedor-texto-derecha-header{
    padding-right: 5px;
    padding-top: 15px;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    background-color: #1a1a1a;
}

@media (max-width: 991.98px) {
    .site-navbar {
        /*padding-top: 3rem;*/
        /*padding-bottom: 3rem;*/
    }
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.site-navbar .site-logo {
    display: inline-block;
    top: 0;
    font-size: 0rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding: 6px;
    z-index: 3;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

.icon-menu:before{
    color: #be3087;
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    /*padding-top: 10px;*/
    padding-left: 0px;
}

.site-navbar .site-navigation .site-menu .active {
    color: #282E3A !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    color: black;   
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding-left: 6px;
}

.site-navbar .site-navigation .site-menu > li > a {
    font-family: 'fuente-konstructor-2';
    margin-left: 15px;
    margin-right: 15px;
    padding: 5px 0px;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none !important;
    border-bottom: 2px solid transparent;
    font-size: 17px;
    max-width: 165px;
}

.encabezado-menu-1{
    margin-left: 100px;
}

.encabezado-menu-2{
    margin-left: 100px;
}

.encabezado-menu-3{
    margin-left: 100px;
}

.icono-menu-encabezado-1{
    width: 47%;
    margin-bottom: 5px;
}

.icono-menu-encabezado-2{
    width: 35%;
    margin-bottom: 5px;
}

.icono-menu-encabezado-3{
    width: 50%;
    margin-bottom: 5px;
}

@media(min-width: 0px) and (max-width: 500px){
    .encabezado-menu-1{
        margin-left: 0px !important;
        margin-top: 30px;
    }

    .icono-menu-encabezado-1{
        width: 22%;
    }

    .encabezado-menu-2{
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .icono-menu-encabezado-2{
        width: 22%;
    }

    .encabezado-menu-3{
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .icono-menu-encabezado-3{
        width: 22%;
    }
}

@media(min-width: 501px) and (max-width: 1024px){
    .encabezado-menu-1{
        margin-left: 0px !important;
        margin-top: 30px;
    }

    .icono-menu-encabezado-1{
        width: 30%;
    }

    .encabezado-menu-2{
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .icono-menu-encabezado-2{
        width: 30%;
    }

    .encabezado-menu-3{
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .icono-menu-encabezado-3{
        width: 30%;
    }
}


.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #be3087 !important;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'RobotoCondensed-Regular';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #AB8638;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #828282b0;
    border-right: 1px solid #828282b0;
    border-bottom: 1px solid #828282b0;
    color: #FFF;
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #828282b0;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #FFF;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #00273C !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #FFF;
    color: #737373;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f4f5f9;
    color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #00273C;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    background: #1a1a1a;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

/*.img-responsive-pc{
    display: none;
}*/

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    color: #ffff;
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    font-family: 'fuente-konstructor-2';
    padding: 10px 20px;
    display: block;
    position: relative;
}

@media (min-width: 0px) and (max-width: 991.98px) {
    .dropdown-menu.show{
        background-color: #ffffff !important;
    }
    .site-mobile-menu .site-nav-wrap a{
        color: #ffffff !important;
    }
}

@media (min-width: 0px) and (max-width: 991.98px) {
    .dropdown-menu.show{
        background-color: #ffffff !important;
        left: 0px !important;
        width: 100%;
    }

    .btn-iniciar-sesion {
        margin-left: 17px;
    }
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #000000;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #282E3A;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "RobotoCondensed-Regular";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
    color: #ffffff
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.dropdown-menu {
    width: 220px;
}

.btn-iniciar-sesion {
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .dropdown-menu {
        width: 100%;
    }    
}

.dropdown-item:hover, .dropdown-item:focus{
    background-color: #1a45c8;
    color: white !important;
}

.dropdown-menu.show{
    transform: none !important;
    top: auto !important;
    background-color: #ffffff;
    left: -40px !important;
    width: 250px;
    padding-top: 0px;
}

@media (min-width: 0px) and (max-width: 991.98px) {
    .dropdown-menu.show{
        background-color: #ffffff !important;
        left: 0px !important;
        width: 100%;
    }

    .btn-iniciar-sesion {
        margin-left: 17px;
    }
}


/*slider*/
.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
    background-color: #00683F;
    padding-top: 0px;
    padding-bottom: 0px;
}

.texto-superior-header{
    font-size: 17px;
    padding-left:13px; 
    font-family: 'RobotoCondensed-Regular';
    color: white;
}

.texto-header-contenedor{
    padding-left: 30px;
    padding-top: 15px;
}

.salto-linea-header{
    display: block;
    line-height: 22px;
    margin: -10px 0;
    content: " ";
}

.sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
    color: #212529;
    font-family: 'RobotoCondensed-Regular';
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: rgba(260, 60, 0, 0.70);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #00273C;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    /*color: #00263D !important;*/
    color: #FFF !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #282E3A !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.is-sticky .dropdown-menu{
    background-color: rgba(260, 60, 0, 0.70);
}

.is-sticky .dropdown-item:hover{
    background-color: #00273C;
    color: #FFF;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background: none;
}

.dropdown-item{
    word-wrap: break-word; 
    white-space: normal;
}

/* Blocks */
.site-section-cover {
    position: relative;
}

.site-section-cover,
.site-section-cover .container {
    position: relative;
    z-index: 2;
}

.site-section-cover,
.site-section-cover .container > .row {
    /*height: 100vh;*/
    min-height: 500px;
}

.is-sticky .site-navbar .site-navigation .site-menu > li > a{
    padding-top: 10px;
    padding-bottom: 10px;
}

.is-sticky .logo-header{
    padding-top: 6px;

}


@media (max-width: 991.98px) {
    .margin_negativo_slider {
        /*padding-top: 15%;*/
        font-size: 12px
    }

    .site-section-cover,
    .site-section-cover .container > .row {
        min-height: 154px;
        min-width: 230px;
    }
}

.site-section-cover.overlay {
    position: relative;
}

.site-section-cover.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 1;
}

.site-section-cover.inner-page,
.site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0;
}

.site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.site-section-cover h1 {
    font-size: 60px;
    color: #00273C;
    line-height: 1;
    font-family: 'RobotoCondensed-Regular';
}

.introduccion-eslider{
    font-size: 30px;
    line-height: 30px;
}

.contenedor-slider-texto{
    margin-left: 90px;
}

@media (max-width: 991.98px) {
    .contenedor-slider-texto{
        margin-left: 15px;
    }
}

@media (max-width: 991.98px) {
    .site-section-cover h1 {
        font-size: 2rem;
        font-size: 20px;
    }

    .introduccion-eslider{
        font-size: 10px;
        line-height: 0px;
    }
}

.site-section-cover p {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.8);
}

.site-section {
    padding: 7rem 0;
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 3rem 0;
    }
}

/*seccion even-to*/
/* line 2, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
.fondo-about-info-area {
    background-image: url(../images/fondo-event-to.png);
    background-size: cover;
    background-position: center;
}

.about_info_area {
    padding-bottom: 70px;
}

/* line 4, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
.about_info_area.plus_padding {
    padding-top: 100px;
}

@media (max-width: 767px) {

    /* line 4, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
    .about_info_area.plus_padding {
        padding-top: 30px;
    }
}

/* line 10, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
.about_info_area .about_text {
    margin-bottom: 30px;
}

/* line 12, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
.about_info_area .about_text h3 {
    font-size: 38px;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-align: left;
}

@media (max-width: 767px) {

    /* line 12, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
    .about_info_area .about_text h3 {
        font-size: 30px;
    }
}

/* line 20, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
.about_info_area .about_text p {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 24px;
    margin-top: 10px;
    text-align: justify;
}

/* line 27, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
.about_info_area .about_text a {
    padding: 13px 43px;
}

/*.about_info_area .about_text p:nth-child(2){
    font-size: 38px;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: 4px;
    font-family: 'RobotoCondensed-Regular';
    text-align: left;
  }*/


/* line 31, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
.about_info_area .about_thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30%;
}

/* line 35, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_about.scss */
.about_info_area .about_thumb img {
    width: 60%;
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    .about_info_area .about_thumb {
        margin-top: 0px;
        margin-bottom: 50px;
    }
}

/*modalidades*/
.img-seccion-superior {
    width: 40%;
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    .img-seccion-superior {
        width: 30%;
    }    
}



.precio-modalidades {
    font-family: "RobotoCondensed-Regular";
    color: #00263D;
    font-size: 30px;
}

.contenedor-modalidades {
    margin-top: 20px;
}

.rombo-modalidades {
    width: 30px;
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    .titulo-modalidades {
        width: 320px;
    }

    .rombo-modalidades {
        margin-bottom: 10px;
    }
}

/*footer*/
.site-footer {
    padding: 2em 0;
    background: #000000;
}

@media (min-width: 768px) {
    .site-footer {
        /*padding: 8em 0;*/
    }
}

.site-footer .border-top {
    border-top: 1px solid rgba(252, 60, 0) !important;
}

.site-footer p {
    color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: #fff;
    font-family: 'RobotoCondensed-Regular';
}

.site-footer a:hover {
    color: white;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
}

.img-logo-footer {
    width: 70%;
}

.logo-whatsapp-footer {
    font-size: 70px;
    color: white;
}

.icono-whatsapp-footer {
    color: white;
    font-size: 70px;
    display: block;
    margin: auto;
}

.whatsapp-directo-footer {
    color: white;
    margin-top: 10px;
    font-family: 'RobotoCondensed-Regular';
}

.contacto-footer {
    font-family: 'RobotoCondensed-Regular';
    color: white;
    font-size: 30px;
}

.email-footer {
    font-family: 'RobotoCondensed-Regular';
    color: white;
}

.email-input-footer {
    width: 100%;
    height: 30px;
    background-color: #00263D !important;
    border: none;
    color: white;
    display: block;
    margin: 0;
}

.email-input-footer::-webkit-input-placeholder {
    color: white;
}

.button-footer {
    width: 100%;
    font-size: 11px;
    letter-spacing: 3px;
    margin-top: 5px;
    display: initial;
}


.is-sticky img{
    filter: brightness(0) invert(1);
}

.telefono-footer {
    color: white;
    font-size: 15px;
    font-family: "RobotoCondensed-Regular";
}
.telefono-footer a, .telefono-footer a:hover, .telefono-footer a:link, .telefono-footer a:active, .telefono-footer a:visited, .img-logo-footer-social a, .img-logo-footer-social a:hover, .img-logo-footer-social a:link, .img-logo-footer-social a:active, .img-logo-footer-social a:visited{
    color: #FFF;
}

.img-logo-footer-social {
    width: 8%;
}

@media (max-width: 768px) {
    .img-logo-footer {
        width: 50%;
        margin-bottom: 10px;
    }

    .directo-footer {
        text-align: center;
    }
}

/*evento */
/*video */
.fondo-video-seccion-evento {
    background-image: url(../images/fondoVideo.png);
    background-size: cover;
    background-position: center;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    height: 90%;
}

.embed-responsive {
    margin-top: 100px;
}

.imagen-inferior-video-evento {
    width: 100%;
}

/*verdaderos capos*/
.verdaderos-capos {
    color: #00273C;
}

.imagen-capos-evento {
    width: 60%;
}

.imagen-titulos-evento {
    width: 60%;
    display: block;
    margin: 0;
}

.texto-evento {
    text-align: justify;
    font-family: "RobotoCondensed-Regular";
    color: #00263D;
}

.spacio_letter {
    letter-spacing: 7px;
    width: 70%;
}

@media (max-width: 768px) {
    .spacio_letter {
        letter-spacing: 5px;
        width: 100%;
        text-align: left;
    }    
}

.nombre-producto-inscripcion {
    color: white;
    font-size: 19px;
}

.terminos {
    color: #1D8752;
}

.input-bono {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.boton-redimir {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 96%;
    background: #1D8752;
    border: none;
    color: #FFF;
}

.btn-registro {
    margin-top: 10px;
    background-color: #1D8752;
    color: white;
    padding: 5px 25px 4px 25px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.btn-registro:hover {
    background-color: #E73902;
    color: #FFF;
}

.border-r {
    border-right: 3px solid #E73902;
}

.modal-header{
    /*background-color: black;*/
    color: #000000;
    padding: 5px 15px;
    text-align: center;
}
.modal-header h4{
    width: 100%;
    font-family: 'fuente-konstructor-1';
    font-weight: normal;
}

input::placeholder{
    color: black;
    font-family: 'andale-mono' !important;
    font-size: 17px;
}

textarea::placeholder{
    color: black;
    font-family: 'andale-mono' !important;
    font-size: 17px;
}

.modal-footer{
    padding: 5px 15px;
}

.btn-secondary{
    background-color: #00263D;
    color: #FFF;
    padding: 3px 15px;
}

.form-control{
    padding: 0px 8px;
}

@media (max-width: 768px) {
    .boton-redimir {
        margin-left: 42%;
    }

    .border-r {
        border-right: none;
    }
    .modal-imagen{
        max-width: 100%;
    }
}

.categorias-seccion h1{
    color:#00263D;
    font-size: 60px;
}

.introduccion-reglamento{
    color:#00263D;
}

.introduccion-reglamento .subtitulos{
    font-family: 'RobotoCondensed-Regular';
}

@media (max-width: 768px) {
    .introduccion-reglamento .subtitulos{
        font-size: 13px !important;
    }

    .categorias-seccion h1{
        color:#00263D;
        font-size: 40px;
    }

    .modal-galeria{
        padding-top: 50% !important;
    }
    
    .modal-content-galeria{
        max-width: 100% !important;
    }
}


/*estilo personalizado para web*/

.texto-seccion-superior{
    color: black;
}

.texto-seccion-superior h4{
    font-size: 17px;
}

.lineas-seccion-superior{
    border-top:solid 1px #91B200;
    border-bottom:solid 1px #91B200;
    max-height: 140px;
}

@media (max-width: 768px) {
    .lineas-seccion-superior{
        max-height: none;
    }
}

.texto-bienvenido-index{
    background-color: #F0EEEE;
    font-family:'RobotoCondensed-Regular';
}

.titulo-bienvenida{
    font-family: 'RobotoCondensed-Regular';
}

.texto-bienvenida{
    font-family: 'RobotoCondensed-Regular';
    margin-bottom: 0px;
    line-height: 25px;
}

.titulo-seccion-home{
    font-family: 'RobotoCondensed-Regular'; 
}

.texto-seccion-home{
    font-family: 'RobotoCondensed-Regular';
    line-height: 25px;
}

.seccion-inicial-footer{
    color: #ffff;
    font-family: 'RobotoCondensed-Regular';
}

.redes-sociales-footer{
    width: 40px;
}

.lista-servicios-footer{
    list-style: none;
    padding-left: 16px;

}

.titulo-noticias-seccion-inicio > h2{
    font-family: 'RobotoCondensed-Regular';
    color: black;
    font-weight:bold;
}

.introduccion-conoce-mas{
    border-top:solid 0.5px #B0B0B0;
}

.introduccion-conoce-mas:hover{
    cursor: pointer;
    color: black;
}

.img-noticias{
    width: 100%;
}

.titulo-seccion{
    padding-top: 40px;
}

.titulo-seccion h1{
    font-family: 'RobotoCondensed-Bold';
    text-align: center;
    color: #000095;
}

@media (min-width: 0px) and (max-width: 400px){
    .titulo-seccion h1 {
        font-size: 30px;
    }
}

.titulo-tema{
    font-family: 'RobotoCondensed-Regular';
}

.introduccion-seccion{
    font-family: 'RobotoCondensed-Regular';
}

.tabla-informacion-legal{
    color: black;
}

.boton-imprimir-simulacion{
    color: black;
    font-size: 28px;
}

label{
    color: black;
    font-family: 'fuente-konstructor-2'
}

.contenedor-errores-check{
    padding-left: 30px;
}

.resuesta-envio-solicitud-credito{
    color: black;
    font-size: 20px;
    text-align: center;
}

.swal2-popup .swal2-styled.swal2-confirm{
    background-color: #3085d6 !important;
}

/*textos del sldier*/
.texto-slider{
    color: white;
    margin-top: 100px;
    padding-left: 180px;
    width: 60%;
    /*padding-right: 110px;*/
}

.texto-titulo-slider{
    font-family: 'RobotoCondensed-Bold';
    font-size: 40px;
    color:#000095;
}

.texto-subtitulo-slider{
    margin-top: 20px;
    font-family: 'RobotoCondensed-Regular';
    font-size: 25px;
    color:#000095;
} 

.texto-introduccion-slider{
    font-size: 18px;
    color:black;
    font-family: 'RobotoCondensed-Light';
} 

.boton-slider{
    background: #333333;
    width: 200px;
    color: white;
    border-radius: 10px;
    font-size: 20px;
}

.boton-slider:hover{
    background: #555555;
    color: white;
}

@media (max-width: 600px) {
    .texto-titulo-slider{
        font-size: 13px;
        padding-top: 15px;
    }

    .texto-subtitulo-slider{
        margin-top: 0px;
        font-size: 12px;
    } 

    .texto-introduccion-slider{
        font-size: 8px;
    } 

    .boton-slider{
        background: #333333;
        width: 100px;
        color: white;
        border-radius: 10px;
        font-size: 15px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .texto-titulo-slider{
        font-size: 35px;
        padding-top: 50px;
    }

    .texto-subtitulo-slider{
        font-size: 20px;
    } 

    .texto-introduccion-slider{
        font-size: 15px;
    } 

    .boton-slider{
        background: #333333;
        width: 100px;
        color: white;
        border-radius: 10px;
        font-size: 15px;
    }
}

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

    .site-navbar .site-navigation .site-menu > li{
        padding-left: 0px;
    }

    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 14px;
    }
}


.redes-sociales-footer{
    color: #fff;
    border: solid 1px white;
    padding: 11px; 
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 6px;
    margin-left: 10px;
}

.redes-sociales-footer:hover{
    border: solid 1px #46aea7   ;
    color:#46aea7;
}

.redes-sociales-footer > i{
    font-size: 25px;
}

.contenedor-iconos-redes-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .site-section-cover,
    .site-section-cover .container > .row {
        /*height: 100vh;*/
        min-height: 400px;
    }
}

.modal-dialog {
    margin: 2.75rem auto !important;
}

.error-modal-recuperar-clave{
    color: red;
    font-size: 13px;
    display: none;
}

.card-header > h5 > button{
    font-family: 'RobotoCondensed-Regular'; 
}


.btn-success{
    background-color: #359288;
    border-color: #359288;
    color: white;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle{
    background-color: #359288;
    border-color: #359288;
    color: white;   
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle{
    background-color: #359288;
    border-color: #359288;
    color: white;      
}

.btn-success:hover{
    background-color: #276A63;
    border-color: #276A63;
    color: white;   
}

@media (min-height: 0px) (max-width: 450px) {
    .site-navbar .toggle-button {
        top: 33px;
    }

    .site-navbar .site-logo{
        margin-left: 5px;
        margin-right: 10px;
    }

    .texto-slider{
        margin-top: -17px;
        padding-left: 80px;
        padding-right: 75px;
        width: 300px;
        line-height: 9px;
    }
}

@media (min-height: 451px) and (max-width: 1025px) {
    .site-navbar .toggle-button {
        top: 33px;
    }

    .site-navbar .site-logo{
        margin-left: 5px;
        margin-right: 10px;
    }

    .texto-slider{
        margin-top: -25px;
        padding-left: 68px;
        padding-right: 75px;
        width: 323px;
        line-height: 15px;
    }
}

/*@media (min-width: 769px) and (max-width: 1200px){
    .texto-slider{
        margin-top: 140px;
        padding-left: 0px;
        padding-right: 100px;
    }
}*/

@media (min-width: 769px) {
    .site-logo-movil{
        display: none;
    }
}
@media (max-width: 768px) {
    .site-logo{
        display: none;
    }

    .site-logo-movil{
        display: block;
    }
}

/*moorabi-blog*/
.moorabi-blog-wraap.default {
    padding-top: 30px;
    padding-bottom: 63px;
}
.custommenu-title-blog {
    font-size: 28px;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    margin-bottom: 55px;
    position: relative;
    font-family: 'RobotoCondensed-Regular', serif;
    letter-spacing: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-family: 'RobotoCondensed-Regular', serif;
    padding-bottom: 15px;
}
.custommenu-title-blog::before {
    position: absolute;
    content: '';
    width: 70px;
    border: 2px solid #ed71a3;
    border-radius: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*---------------------------SLICK SLIDER------------------------------*/
/* Slider */
.slick-list {
    margin: 0 -15px;
    padding: 0;
}
.owl-slick .slick-list {
    margin-top: -5px !important;
    padding-top: 5px;
    margin-bottom: -5px !important;
    padding-bottom: 5px;
}
.slick-track {
    margin-left: 0;
}
.slick-slide {
    padding: 0 15px;
}
.slick-slider .slick-arrow {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 400px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    background-color: none;
    background: #c01e7f;
    z-index: 1;
    cursor: pointer;
    /* border-radius: 50%; */
    width: 50px;
    border: none;
    height: 33px;
    padding-top: 6px;
    /* padding-left: 11px; */
    font-size: 23px;
    text-align: center;
}
.slick-slider .slick-arrow:first-child {
    right: 484px;
}
.slick-vertical .slick-slide {
    border: none;
}
.slick-slider.nav-center {
    position: relative !important;
}
.slick-slider.nav-center > .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 30px;
    background-color: transparent;
    color: #aaaaaa;
}
    
.btn{
    border-radius: 0px;
}

.slick-slider.nav-center > .slick-arrow:hover {
    color: #222222;
}
.slick-slider.nav-center > .slick-arrow::before {
    font-family: FontAwesome, sans-serif;
    content: '\f105';
}
.slick-slider.nav-center > .slick-arrow:first-child {
    right: auto;
    left: 0;
}
.slick-slider.nav-center > .slick-arrow:first-child::before {
    content: '\f104';
}
.slick-slide > div:not([class]) > * {
    display: block !important;
}
.slick-dots {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    margin-top: 40px;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    font-size: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #acacac;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.slick-dots li.slick-active {
    border-color: transparent;
    background-color: #f7c86f;
}
.slick-dots li button {
    display: none;
}
.slick-dots .slick-slide img {
    cursor: pointer;
    margin: auto;
}
.slick-slider.nav-botton-center > .slick-arrow {
    top: auto;
    bottom: 0;
    right: 43.5%;
}

.moorabi-blog .owl-slick .slick-list {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
}
    
.moorabi-blog-item{
    background: #1a1a1a;
}

.moorabi-blog-item .post-thumb {
    position: relative;
}
.moorabi-blog-item .post-thumb > a::after, .moorabi-blog-item .post-thumb .video-moorabi-blog figure::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
}
.moorabi-blog-item .post-thumb:hover .video-moorabi-blog figure::after,
.moorabi-blog-item .post-thumb:hover > a::after {
    opacity: 1;
}
.moorabi-blog-item .post-thumb .post-item-share {
    position: absolute;
    top: 15px;
    right: 20px;
    display: none;
}
.moorabi-blog-item .post-item-share .icon {
    color: #fff;
    opacity: 0.5
}
.post-item-share .icon {
    font-size: 16px;
    color: #a3a4a6;
}
.post-item-share .box-content {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 5;
}
.post-item-share .box-content a {
    display: list-item;
    list-style: none;
    color: #a3a4a6;
    font-size: 15px;
}
.moorabi-blog-item .post-item-share .icon:hover {
    opacity: 1
}
.post-item-share:hover .box-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.post-item-share .box-content a:hover {
    color: #fff;
}
.moorabi-blog-item .post-date {
    font-size: 12px;
    color: #aaa;
    padding: 15px 3px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: 'RobotoCondensed-Regular';
}
.moorabi-blog-item .blog-title {
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    font-family: 'RobotoCondensed-Regular';
}
.moorabi-blog-item .blog-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border: 2px solid #3299d3;
    border-radius: 2px;
    width: 40px;
}
.moorabi-blog-item .blog-title span {
    color: #aaaaaa;
}
.moorabi-blog-item .blog-meta {
    padding: 10px 0 5px;
}
.moorabi-blog-item .blog-meta .author {
    display: inline-block;
    float: left;
    font-size: 15px;
    color: #363636;
    font-weight: 500;
    text-transform: capitalize;
}
.moorabi-blog-item .blog-meta .author img {
    display: inline-block;
    width: 29px;
    height: 28px;
    border-radius: 50%;
    text-align: center
}
.moorabi-blog-item .blog-meta .view, .moorabi-blog-item .blog-meta .comment {
    color: #aaa;
    font-size: 13px;
    font-family: 'RobotoCondensed-Regular', serif;
    display: none;
}
.moorabi-blog .slick-slider > .slick-arrow {
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #eeeeee;
    color: #aaaaaa;
    right: -40px;
    z-index: 33;
    background: #ffffff;
    
    opacity: 0;
    visibility: hidden;
}
.moorabi-blog .slick-slider > .slick-arrow:first-child {
    left: -40px;
}
.moorabi-blog:hover .slick-slider > .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/*moorabi-blog style2*/
.moorabi-blog-item.style2 .moorabi-blog-inner {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 5px;
}
.moorabi-blog-item.style2 .post-thumb {
    float: left;
    margin-top: -2px;
    margin-left: -2px;
    margin-bottom: -2px;
}
.moorabi-blog-item.style2 .blog-info {
    overflow: hidden;
    border-left: 0;
}
.moorabi-blog-item.style2 .post-top {
    margin: 20px 20px 20px;
    position: relative;
    padding-bottom: 5px;
}
.moorabi-blog-item.style2 .post-date {
    padding-top: 0;
}
.moorabi-blog-item .post-top > a {
    font-size: 15px;
    color: #363636;
    font-family: 'RobotoCondensed-Regular', serif;
    text-transform: uppercase;
}
.moorabi-blog-item .post-top .post-item-share {
    position: relative;
    display: none;
    float: right;
}
.moorabi-blog-item.style2 .post-top > a {
    color: #fff;
    padding: 3px 10px;
    background-color: #ed71a3;
    font-size: 11px;
    border-radius: 5px;
    letter-spacing: 0.1em;
}
.moorabi-blog-item.style2 .post-item-share .icon {
    color: #aaa;
    font-size: 16px;
    opacity: 1;
}
.post-top .post-item-share .box-content {
    padding-top: 20px;
}
.moorabi-blog-item.style2 .post-item-share .icon:hover, .moorabi-blog-item.style2 .post-item-share .box-content a:hover {
    color: #363636;
}
.moorabi-blog-item.style2 .blog-title {
    height: 75px;
    margin-bottom: 59px;
    overflow: hidden;
    font-size: 18px;
    padding: 0 20px;
}
.moorabi-blog-item.style2 .blog-title::before {
    left: 20px;
    display: none;
}
.moorabi-blog-item.style2 .blog-meta {
    border: none;
    padding: 0 20px;
}
.moorabi-blog-item.style2 .blog-meta .blog-meta-wrapp {
    padding: 11px 0 12px;
    border-top: 1px solid #e4e4e4;
}
/*video blog moorabi*/
.video-moorabi-blog .quick-install {
    background: #71c0ef url(../images/play.png) no-repeat scroll 24px 20px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 64px;
    left: 50%;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 64px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.video-moorabi-blog .quick-install:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.9);
    transform: translateX(-50%) translateY(-50%) scale(0.9);
}
#slvj-close-icon {
    background-image: url(../images/close-icon.png);
    width: 30px;
    height: 30px;
}

.main-info-post p{
    color:white;
    font-family: 'RobotoCondensed-Regular';
}

a:hover{
    color:#84225E;
}

.btn-leer-mas {
    background: #2675A3;
    color: white;
    width: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-family: 'RobotoCondensed-Regular';
}

.btn-leer-mas:hover{
    background: #1B4F6E;
    color: white;
}

.btn-login{
    font-size: 15px;
    margin-bottom: 10px;
}

.recordar-clave-login{
    margin-bottom: 0px;
}

.form-row input{
    width: 100%;
}

.lost_password{
    font-size: 14px;
}

.form-checkbox{
    margin-bottom: 0px;
}

.cursor-pointer:hover{
    cursor: pointer;
}

.pointer:hover{
    cursor: pointer;
}

@media( min-width: 1024px) and (max-width: 1370px){
    .texto-slider {
        margin-top: -20px;
        padding-left: 138px;
        padding-right: 100px;
        width: 600px;
    }

    .site-navbar .site-logo{
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media (min-width: 0px) and (max-width: 450px){
    .loader-3 {
        background: url(../images/fondo-inicial-3-responsive.png) 50% 50% no-repeat rgb(249,249,249);
    }

    .loader-4 {
        background: url(../images/fondo-inicial-4-responsive.png) 50% 50% no-repeat rgb(249,249,249);
    }
}

/*body{
    overflow-y:hidden;
}*/





