@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
    font-display: swap;
}

/*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: 'Roboto-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: #00263D;
}

/*botones*/

.btn-primary {
    background: #359288;
    font-size: 20px;
    color: white;
    display: block;
    margin: auto;
    border: none;
    font-family: 'Roboto-Regular';
}


.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background: #359288;
    background-color: #359288;
    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(53, 146, 136);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(53 , 146 , 136);
}

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

.btn-secundary {
    background: #359288;
    border-radius: 30px;
    font-size: 20px;
    color: white;
    display: block;
    margin: auto;
    border: none;
    font-family: 'Roboto-Regular';
    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: #25645D;
    background-color: #25645D;
    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 #25645D;
}

.btn-secundary:focus,
.btn-secundary.focus {
    box-shadow: 0 0 0 0.2rem #25645D;
}

.btn-secundary:hover {
    background: #25645D !important;
    background-color: #25645D !important;
    border-color: #25645D !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: #359288;
    border-color: #359288;
}

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

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

::-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,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Roboto-Regular'; 
}

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

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

.owl-nav{
    position: absolute;
    top: 50%;
    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-prev{
    position: absolute;
    left: 0%;
    padding: 5px 1px;
    color: #FFF;
    background-color: #00263D;
    line-height: 0;
    font-size: 40px;
}
.owl-next{
    position: absolute;
    right: 0%;
    padding: 5px 1px;
    color: #FFF;
    background-color: #00263D;
    line-height: 0;
    font-size: 40px;
}

/*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: "icomoon";
    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%;
}

.top-bar {
    /*border-bottom: 1px solid #e9ecef !important;*/
    background: #359288;
}

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

.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: 'Titillium-SemiboldItalic';
        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: #ffffff;
}

@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;
    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: #359288;
}

.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: 9px;
}

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

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #000000 !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: 'Roboto-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;
    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: #ffffff;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.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: #000000;
    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: Titillium-SemiboldUpright;
    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: #000000 !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: "Titillium-Light";
    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: #000000
}

.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;
}

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

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

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

@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: 'Titillium-SemiboldItalic';
    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: 'Roboto-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: 200px;
    margin-bottom: 20px;
}

.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: 'Roboto-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;
    }
}
.texto-slider{
    /*margin-top: -80px;*/
}

@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: 'Roboto-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: "Titillium-Light";
    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: #3d4047;
}

@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: 'Roboto-Regular';
    padding:0px !important;
}

.site-footer a:hover {
    color: #115955;
}

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

.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: 'Roboto-Regular';
}

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

.email-footer {
    font-family: 'Roboto-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;
}
.tipoint{
    border-top: solid 1px #359288;
    background: #3d4047;
    color: #FFF;
}

.tipoint a, .tipoint a:hover, .tipoint a:link, .tipoint a:active, .tipoint a:visited{
    color: #FFF;
}

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

.telefono-footer {
    color: white;
    font-size: 15px;
    font-family: "Titillium-Light";
}
.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: "Titillium-Light";
    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: #359288;
    color: #FFF;
    padding: 5px 15px;
    text-align: center;
}
.modal-header h4{
    width: 100%;
}

.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: 'HurmeGeometricSans1-Bold';
}

@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: 
}

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

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

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

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

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

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

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

}

.titulo-noticias-seccion-inicio > h2{
    font-family: 'Roboto-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 h1{
    font-family: 'Roboto-Regular';
    color:#fdb92e;
    font-size: 50px;
    text-align: center;
}

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

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

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

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

label{
    color: black;
}

.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: #359288 !important;
}

/*textos del sldier*/
.texto-slider{
    color: white;
}

.texto-titulo-slider{
    font-size: 33px;
}

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

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

.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: 15px;
        padding-top: 16px;
    }

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

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

    .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: 30px;
        padding-top: 50px;
    }

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

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

    .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;
}

.titulo-seccion{
    display: inline-block;
    position: relative;
    color: black;
}

.titulo-seccion::after  , .titulo-seccion::before{
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: #359288;
    top: 0.6em;
}

.titulo-seccion::before{
    left: -140px;
}

.titulo-seccion::after{
    right: -140px;
}

@media (max-width: 600px) {
    .titulo-seccion{
        display: inline-block;
        position: relative;
        color: black;
        font-size: 26px;
    }

    .titulo-seccion::after  , .titulo-seccion::before{
        display: none;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .titulo-seccion::after  , .titulo-seccion::before{
        display: none;
    }   
}

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

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

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

.card-header > h5 > button{
    font-family: 'Roboto-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;   
}