/*GENERAL*/
.region-content a{
    color: #00AEC3;
}

div.feed-icons{
    display: none;
}

body{
    color: #212529;
    font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*CUSTOM NAV*/

#navbar {
    height: 72px;
    padding: 1rem 2%;
    background-color: rgba(255, 255, 255, 0.72);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 0.1rem inset rgba(0, 0, 0, 0.24);
}

#navbar-brand img {
    height: 2.5rem;
    width: 8rem;
}

.nav-item>a, .dropbtn {
    padding: 0.5rem 1rem;
}

#item-list {
    padding: 0;
}

a.nav-button, button.nav-button{
    background-color: #00AEC3;
    padding: 0.5rem 1.5rem;
    margin: 0 0.5rem;
    border-radius: 100px;
    color: white;
    border: solid 2px #00AEC3;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

a.nav-button:hover{
    background-color: white;
    color: #00AEC3;
}

a.deactivated, a.deactivated:hover, .deactivated{
    background-color: gray !important;
    border-color: gray !important;
    cursor: no-drop !important;
    color: white !important;
}

.border_left_web{
    border-left: solid #c7c7c7 1px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
}

.caret{
    margin-left: -0.8rem;
}

.dropdown-content{
    transition: all 0.2s ease-in
}

/*BANNER*/

.swiper-slide img{
    width: 100%;
    height: auto;
}

span.swiper-pagination-bullet{
    background: #96dbe4;
    color: transparent;
    font-size: 1px;
    border-style: solid;
    border-width: thick;
    border-color: #96dbe4;
    opacity: 1;
}

span.swiper-pagination-bullet-active{
    background-color: #00AEC3;
}

div.swiper-button-next::after, div.swiper-button-prev::after{
    font-size: 2rem;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    color: black;
    text-shadow: 0 0 13px white;
}
div.swiper-button-prev::after{content: "\f053";}
div.swiper-button-next::after{content: "\f054";}

/*BOTONES HOME*/
.buttons-container{
    display: flex;
    justify-content: center;
}

a.button-home{
    background-color: #00AEC3;
    color: white;
    margin: 3rem;
    width: 30%;
    aspect-ratio: 4.359 / 1;
    background-size: contain;
    font-weight: 500;
    display: block;
}

.button-home img{
    margin-right: 1rem;
    height: 100%;
}

/*CONTENIDO HOME*/
.content-container{
    width: 85%;
    margin: auto;
}

.content-container h2{
    color: #00AEC3;
    font-weight: 700;
    font-size: 2rem;
    scroll-margin: 120px;
}

.content-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.content-body{
    width: 60%;
}

.content-body h3{
    font-size: 1.5rem;
}

.content-body p{
    line-height: 1.5rem;
    margin: 0 0 2.5rem 0;
}

.content-body ul, .content-body ol{
    list-style: none;
}

.content-body ol {
    counter-reset: li;
}

.content-body ol li{
    list-style: none;
    counter-increment: li
}

.content-body ul, .content-body ol{   
    padding-inline-start: 0;
}

.content-body li{
    position: relative;
    line-height: 1.5rem;
    margin: 0.5rem 0 0 1rem;
}

.content-body li::before{
    content: ">";
    color: #00AEC3;
    position: absolute;
    left: -1.5ch;
    font-size: 1rem;
}

.content-body ul li::before{
    font-family: monospace;
}

.content-body ol li::before{
    content: counter(li)".";
    left: -2.5ch;
}

.content-image{
    max-width: 35%;
    height: 100%;
}

.importante-home{
    background-color: #EAEAEA;
    padding: 0.5rem 4rem 0.5rem 6rem;
    position: relative;
    border-radius: 12px;
}

.importante-home::before{
    height: 1.5rem;
    width: 1.5rem;
    content: ".";
    color: transparent;
    position: absolute;
    left: 2.5rem;
    top: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/sites/default/files/2023-04/icono__1_.svg);
}

.importante-home p{
    margin: 1em 0;
}

/*MODALES INSCRIPCION*/


.texto-inicial-ins{
    margin: 1rem 2.5rem 1rem 0;
}

.ventana-inscripcion{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-39%);
    background-color: white;
    padding: 1.5rem;
    width: 70vw;
    font-size: 16px;
    flex-wrap: wrap;
    z-index: 102;
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 25px;
}

.back-modal {
    font-size: 1.5rem;
    height: 0;
    z-index: 1;
}


.close-modal{
    flex: 100%;
    text-align: end;
    font-size: 2rem;
    height: 0;
}

.ventana-inscripcion h3{
    font-size: 1.8rem;
}

.columna-inscripcion{
    flex: 45%;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

.columna-inscripcion:first-child{
    border-right: solid thin lightgrey;
}

.ins-cont{
    display: flex;
    text-align: center;
    margin: 1rem 0;
    width: 100%;
    justify-content: center;
}

.inscripcion-final{
    flex-wrap: wrap;
}

#inscription-closer, #document-closer, #welcome-closer{
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 101;
}
/*MODALES DOCUMENTACION*/
#documentacion1>p{
    font-weight: 500;
    font-size: 1.5rem;
}

.ventana-inscripcion label{
    display: block;
    width: 100%;
}
.ventana-inscripcion input{
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 2px #00aec3;
}



#docmsgerror{
    min-height: 4rem;
    color: red;
    font-weight: 600;
    width: 100%;
}
/*MODAL BIENVENIDA*/
#modalBienvenida{
    display: flex;
}

#modalBienvenida h3{
    width: 100%;
    color: #00AEC3;
    margin-block: 0.5em;
}

#modalBienvenida p{
    margin-block: 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.redes{
    width: 100%;
    display: flex;
    margin-top: 2rem;
    justify-content: space-evenly;
}

.redes a{
    text-decoration: none;
}

#welcome-closer{
    display: block;
}

/*Modal adjudicacion*/
#boton_adjudicacion{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 6px #ffc600;
    border-top: solid 6px #ffc600;
    width: 85%;
    margin: 3rem auto;
    padding: 1rem 0;
}    

#boton_adjudicacion>h2, #boton_adjudicacion>a{
    margin: 1em 1rem;
}

#boton_adjudicacion h2{
    font-size: 1.5rem;
    font-weight: bold;
}

#adjForm {
    width: 100%;
}

#adjudicacion1 h3, #adjudicacion2 h3{
    font-weight: 500;
    margin-bottom: 0em;
    width: 100%;
}

#adjudicacion1 p, #adjudicacion2 p{
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
}

.textoAclaracion {
    font-size: 0.8rem ! important;
}

#adjForm input{
    margin-bottom: 1rem;
    width: 40%;
}

#adjForm button {
    margin: auto;
    display: block;
}

#adjLoading{
    font-size: 2rem;
}

#adjmsgerror{
    background-color: #ffbebe;
    border-radius: 20px;
    margin: 1rem auto;
}
#adjmsgerror p{
    padding: 1.2rem;
    box-sizing: border-box;
    margin: 0;
}

/*VIDEOS*/
#videos-container{
    display: flex;
    justify-content: center;
}

#videos-container iframe{
    width: 25vw;
    height: 16vw;
    margin: 1rem;
}

/*FAQ*/

.view-preguntas-frecuentes{
    width: 80%;
    margin: 3rem auto;
}
.view-preguntas-frecuentes .views-field-title{
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    color: gray;
    margin: 2rem 0;
}

.view-preguntas-frecuentes .views-label{
    color: #00aec3;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    margin: 3rem 0 1rem  0;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 70%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.3rem;
    font-weight: 700;
    transition: 0.4s;
    position: relative;
    box-sizing: border-box;
}

.accordion::after{
    content: "^";
    position: absolute;
    right: 0.5rem;
    font-family: cursive;
    font-size: 2rem;
    color: #00aec3;
    font-weight: lighter;
    transition: all 0.4s;
    height: 1.8rem;
}

.active-accordion, .accordion:hover {
    background-color: #00aec3;
    color: white;
    border-radius: 30px;
}

.active-accordion::after, .accordion:hover::after{
    color: white;
}
.active-accordion::after{
    transform: rotate(180deg);
}

.accordion-panel {
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 70%;
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: solid 2px lightgray;
    box-sizing: border-box;
}

/*CONTACT*/
.form-container{
    width: 70vw;
    margin: 3rem auto;
}

.form-container h2{
    color: #00AEC3;
    font-size: 2rem;
}

.form-container p{
    font-weight: 600;
    margin: 2rem 0;
}

.form-container label{
    display: none;
}

.form-container input{
    width: 70vw;
    padding: 0.5rem;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.form-container #sendButton{
    width: min-content;
    margin: auto;
    display: block;
    background-color: #00aec3;
    color: white;
    border: none;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    cursor: pointer;
}

.form-container textarea{
    width: 70vw;
    box-sizing: initial;
    padding: 0.5rem;
    box-sizing: border-box;
}
@media (min-width: 800px){
    #item-list {
        min-width: 780px;
    }
}
@media (max-width: 800px){
    /*CUSTOM NAV*/
    #navbar {
        height: 44px;
    }
    
    #navbar-content {
        top: 77px;
        width: 85%;
        background-color: white;
        padding: 0;
        left: initial;
        right: 0;
    }

    #item-list {
        height: 100vh;
        align-content: flex-start;
    }

    .nav-item{
        border-bottom: none;
        padding: 1rem;
    }

    .nav-item>a, .dropbtn {
        color: #008191;
    }
    
    .nav-link.nav-button{
        color: white;
        display: block;
    }

    .dropdown-content{
        background-color: transparent;
    }

    .dropdown-content a{
        border-bottom: solid 1px #086a76;
    }

    .border_left_web{
        border-left: none;
        margin-left: 0rem;
        padding-left: 1rem;
    }

    /*banner home*/
    

    /*Botones home*/
    .buttons-container{
        display: block;
    }

    a.button-home {
        margin: 3rem auto;
        width: 90%;
        display: block;
    }

    /*contenido home*/
    .content-row{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-image{
        max-width: 100%;
        margin-bottom: 1.5rem;
        height: auto;
    }

    .content-body{
        width: 100%;
    }

    .importante-home {
        padding: 0.5rem 1rem 0.5rem 3rem;
    }

    .importante-home::before {
        height: 1.5rem;
        left: 0.8rem;
    }
    /*modales*/
    .ventana-inscripcion{
        transform: translate(-50%,-50%);
        max-height: 70vh;
    }

    .redes{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .ventana-inscripcion h3 {
        font-size: 1.4rem;
        margin-block: 0;
    }

    #Inscripcion3 .ins-cont img{
        width: 100%;
    }

    #adjForm, #adjudicacion1 h3, #adjudicacion2 h3, #adjudicacion2 p{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    #adjudicacion1 h3, #adjudicacion2 h3{
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    #adjudicacion1 p, #adjudicacion2 p{
        font-size: 1.1rem;
    }
    
    #boton_adjudicacion{
        flex-wrap: wrap;
    }    
    
    #boton_adjudicacion h2{
        text-align: center;
    }

    /*videos home*/
    #videos-container{
        flex-wrap: wrap;
    }

    #videos-container iframe{
        width: 75vw;
        height: 42vw;
    }

    /*Preguntas Frecuentes*/
    .accordion{
        width: 100%;
    }
}