@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
@font-face {
    font-family: "MuseoSans_500";
    src: url("../fonts/MuseoSans_500.otf");
}

@font-face {
    font-family: "MYRIADPRO-REGULAR";
    src: url("../fonts/MYRIADPRO-REGULAR.woff");
}

.bg-g {
    background-color: #f9f9fb;
}

*,
html {
    font-family: 'MYRIADPRO-REGULAR';
}


/* fonts */

.bn {
    font-family: 'Bebas Neue', cursive;
}

.museo {
    font-family: "MuseoSans_500";
}

.bg-principal {
    background-image: url(../images/design2021/fondoprincipal.png);
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.contenedor {
    height: 700px;
    overflow: hidden;
    width: 100%;
}

.bg-form {
    background-image: url(../images/design2021/fondov.png);
    width: auto;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -5rem;
}
.btn-green{
    background-color:  #A2CA3C;
    border: 1px solid  #A2CA3C;
}

.btn-green:hover{
    background: transparent;
    color:  #A2CA3C;
    border: 1px solid  #A2CA3C;
}

.bg-mission {
    background-image: url(../images/design2021/fondoh.png);
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.ciclologoweb {
    margin-top: -35%;
}

.line {
    background: #E86C27;
    border-radius: 10px;
    width: 130px;
    height: 10px;
}

.arrow-down {
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: #fff transparent transparent #fff;
    transform: rotate(225deg);
    justify-content: center;
    align-items: center;
    margin: auto
}

.box select {
    background-color: #D5D5D5;
    color: #fff;
    width: -webkit-fill-available;
    /*  border: 2px solid #D5D5D5; */
    font-size: 16px;
    outline: none;
}

.box.blue select {
    color: #2D64A8;
}

.box::before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    background-color: #9DBF50;
    pointer-events: none;
    border-radius: 10px;
}

.box:hover::before {
    color: #fff;
    background-color: #9DBF50;
}

.box select option {
    padding: 30px;
}

option :disabled {
    color: #fff;
}

.card-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

::placeholder {
    color: #9FA6B2 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9FA6B2 !important;
}

::-ms-input-placeholder {
    color: #9FA6B2 !important;
}

.bg-sedes {
    background: rgba(7, 45, 92, 1);
    background-blend-mode: multiply;
    border-radius: 10px;
}
.bg-footer-logo {
    background-image: url(../images/design2021/elipse.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
#div2 {
    display: none
}

#div3 {
    display: none;
}

#div4 {
    display: none;
}

svg {
    fill: #6C93C2;
}

.color {
    fill: #9DBF50;
}

.activo {
    color: #9DBF50 !important;
    transition: all .2s cubic-bezier(.25, .25, .25, 1.25) !important;
}

.nav-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .4s;
    height: 40px;
    border-radius: 9999px;
}

#btnsd {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 40px;
    border-radius: 40px;
}

.nav-item {
    color: white !important;
    text-decoration: none;
    transition: .3s;
    margin: 0;
    z-index: 1;
    font-weight: 500;
    position: relative;
    margin: 0;
}

.nav-item:before {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 40px;
    background-color: #9DBF50;
    transition: .3s;
    border-radius: 9999px;
    top: -8px;
    left: 0;
    color: white;
    z-index: -1;
}

.nav-item:not(.is-active):hover:before {
    opacity: 1;
    bottom: 0;
}

.nav-item:not(.is-active):hover {
    color: #333;
}

#btnSnSalvador.activo .telSnSalvador {
    color: #9DBF50 !important;
}

.bg-sd {
    background-image: url(../images/design2021/img-sedes.jpg);
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.line.mx-auto {
    background: #A2CA3C;
}


input[type="text"] {
    color: #9FA6B2
}

option[value=""] {
    display: none;
}

.code {
    background: #F4F5F7;
    border-radius: 8px 0px 0px 8px;
}

.br {
    border-radius: 0px 8px 8px 0px;
}

._form_error {
    border: #f37c7b 1px solid;
}

#_form_1_ input[type="text"]._has_error,
#_form_1_ textarea._has_error {
    border: #f37c7b 1px solid;
}

#_form_1_ select._has_error,
#_form_1_ textarea._has_error {
    border: #f37c7b 1px solid;
}

#_form_1_ input[type="checkbox"]._has_error {
    outline: #f37c7b 1px solid;
}

#_form_1_ select ._has_error {
    outline: #f37c7b 1px solid;
}

#_form_1_ ._error {
    display: block;
    position: absolute;
    font-size: 14px;
    z-index: 10000001;
    border: #f37c7b 1px solid;
}

#_form_1_ ._error._above {
    padding-bottom: 4px;
    bottom: 39px;
    right: 0;
}

.paralax {
    display: inline-block;
    margin: 0;
}

.paralax:after {
    display: block;
    content: '';
    border-bottom: solid 3px #2D64A8;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.paralax:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.contenedor-mision {
    height: 500px;
    overflow: hidden;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
}

.container-lottie {
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
 .selector-fac{
        display: none;
}
@media(min-width:1900px) {
    .max {
        width: 70%;
    }
    .img-m {
        width: 82%;
        float: right;
    }
    .card-footer {
        right: 0 !important;
        width: 82%;
        left: auto;
    }
}

@media(min-width:1700px) {
    .contenedor-mision {
        height: 650px;
    }
}
 @media(max-width: 1024px) {

    
    #btnsd {
        height: 180px;
        width: 290px;
        /* padding-top: 10px;
        padding-bottom: 10px; */
        border-radius: 12px
    }
     .nav-indicator {
        display: none
    }
     .accc {
        background-color: #9DBF50;
        height: 42px;
    }
        .selector-fac{
        display: block;
    }
     .divBox {
        display: none
    }
 }


 @media(max-width: 992px) {
    
     .bg-sd {
        height: auto;
    }
    .bg-principal {
    
        height: 900px !important;
    }

} 

@media(max-width:769px) {
    .bg-principal {
        background-image: url(../images/design2021/headermobile.jpg);
        width: auto;
        background-repeat: no-repeat;
        background-size: cover;
        height: 785px !important;
    }
   
   
 
    .contenedor-mision {
        height: auto;
        overflow: visible;
    }
   
    .card-footer {
        height: 100px;
        bottom: 2rem;
    }
    .contenedor {
        height: auto;
    }
    .line {
        width: 90px;
        height: 6px;
    }
   
    .men {
        background: #1B3C65;
        width: 100%;
        height: 100%;
        left: -100%;
        margin: 0;
        position: fixed;
        overflow-y: scroll;
        z-index: 9999999;
        top: 0;
    }
    .h-menu-custom {
        height: 350px;
    }
     .bg-principal {
       
        width: auto;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        position: relative;
    }
    .bg-form {
        background-image: url(../images/design2021/formmobile.jpg);
        width: auto;
        background-repeat: no-repeat;
        background-size: contain;
        padding-bottom: 20rem;
        padding-top: 10rem;
        margin-bottom: -15rem;
        /*background-position: center;*/
    }
    .bg-footer-logo {
        background-image: url(../images/design2021/elipse.png);
        width: 100%;
        background-position: center;
    }
    .box select {
        width: 100%;
    }
}

@media(min-width:560px) and (max-width:640px) {
    .text-right img{
        width: 60%;
    }
}

@media(min-width:1200px){
    .bg-form {
        margin-top: 0rem;
    }
}
.bg-principal .leading-none{
    font-family: "MuseoSans_500";
}