@font-face{
    font-family:'MyriadPro-Light';
    src:url(../fuentes/MyriadPro-Light.otf);
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family:'MyriadPro-Semibold';
    src:url(../fuentes/MyriadPro-Semibold.otf);
    font-style: bold;
    font-weight: bold;
}

html, body{
    font-family:'MyriadPro-Light';
    font-size: 1.3rem;
}

.font-bold{
    font-family:'MyriadPro-Semibold';
    font-weight: bold;
}

.colorPag{
    color: #ff8701;
}

#sectionInicio{
    display: flex;
    width: 100%;
    min-height: 110%;
    background-image: url(../imagenes/Foto%203.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#divLogo img{
    width:210px;
    height: 80px;
}

#divLogoTexto {
    padding-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
    min-height: inherit;
    display: flex;
    width: 58%;
    flex-direction: column;
}

#textoInicio hr{
    width: 90%;
    opacity: inherit;
    height: 3px;
    color: white;
    background-color: white;
}

#textoInicio{
    width: 100%;
    text-align: left;
}

#formulariosDiv{
    padding: 25px 50px;
    font-size: 0.8em;
    border-radius: 20px;
    margin: 3%;
    background-color: white;
    width: 42%;
    text-align: center;
}

#divPoliticaDatos{
    font-size: 0.6em;
}

.accordion-button{
    padding: 0.7em;
}

.accordion {
    --bs-accordion-btn-focus-border-color: #ff8701;
    --bs-accordion-btn-focus-box-shadow: #ff8701;
    --bs-accordion-active-color: #ff8701;
    --bs-accordion-border-width: 4px;
    --bs-accordion-btn-icon-width: 0.8rem;
}

.accordion-button:not(.collapsed) {
    color: #212529;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: #ff8701;
    color: #ff8701;
}

..accordion-button {
    font-size: 0.9rem;
}

.accordion-item button{
    font-size: 0.45em;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23BC5109' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff8701' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}


#sectionAsistencias{
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}

#servicios{
    display: flex;
    justify-content: center;
}

#servicio{
    width: 40%;
}

#servicio img {
    width: 200px;
    height: 200px;
}

#servicio button {
    background-color: white;
    padding: inherit;
    border: 0px;
}

#divInfo p{
    font-size: 0.8em;
    text-align: left;
}

#divButton a{
    text-decoration: none;
    width: auto;
    background-color: #ff8701;
    padding: 10px 30px;
    border-radius: 7px;
}

.formulariosAcordion{
    font-size: 0.9em;
    padding: 10px;
    text-align: left;
}

.formulariosAcordion .input{
    width: 100%;
    border-width: 1px;
    padding: 0.3rem 1rem;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
}

.formulariosAcordion .label{
    width: 100%;
}

#recapcha{
    display: flex;
    width: 100%;
    justify-content: center;
}

#formButton{
    display: flex;
    width: 100%;
    justify-content: center;
}

#formButton button{
    border-radius: 3px;
    font-size: 1em;
    background-color: #ff8701;
    border-color: #da6b90;
    width: 100%;
    height: 40px;
}

#sectionAsistencias hr{
    color: #ff8701;
    opacity: inherit;
    height: 3px;
    background-color: #f47a20;
}

#sectionFooter{
    background-color: #00509E;
    padding: 40px 0px;
    text-align: center;
}

#sectionFooter{
    font-size: 0.7em;
}

#sectionFooter img{
    width: 17%;
}

@media screen and (max-width: 1050px) {
    
    #sectionInicio {
        padding-bottom: 30px;
        display: block;
    }
    
    #divLogo img{
        width: 150px;
        height: 61px;
    }
    
    #divLogoTexto {
        width: 100%;
    }
    
    #textoInicio {
        width: 95%;
    }
    
    #formulariosDiv {
        padding: 15px 20px;
        width: 90%;
    }
    
    .accordion-item button {
        font-size: 0.6em;
    }
    
    #sectionAsistencias {
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    #servicios{
        display: block;
    }
    
    #servicio{
        width: 100%;
    }
    
    #sectionFooter img{
        width: 50%;
    }
}