@charset "utf-8";
/*
==============================================
CSS TIPOGRAFÍA
==============================================
*/
@font-face {
	font-family: Verdana !important;
	src: url("../font/verdana.ttf") format("truetype");
}
/*
==============================================
CSS GENERAL
==============================================
*/
/*****DETECCION DE ORIENTACION*****/
#d_helperResources{
    position: fixed;
}
html{
    font-size: clamp(0.5rem, 1vw, 1rem);
}
*{
    font-family: Verdana !important;
}
body {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: Verdana !important;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    position: relative;

}
:root {
    --color_bkg_header: #0680A0;
}
/*
==============================================
CSS HEADER
==============================================
*/
.d_header{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
    background-image: url(../img/pagpasosg_headerbck.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    gap: 2rem;
    flex-wrap: wrap;
    flex-grow: 0;
}
.d_header_logoaguas{
    padding: 2rem;
    height: 5rem;
}
.d_header_logopasos{
    padding: 4rem;
    height: 12rem;
}
/*
==============================================
CSS SECTION
==============================================
*/
.d_section{
    width: calc(100% - 4rem);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
    flex-grow: 1;
}
.d_sectionoption{
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    cursor: pointer;
}
.d_sectionoption_logo{
    height: 8rem;
    padding: 2rem 0rem 4rem 1rem;
}
.d_sectionoption svg{
    height: 14rem;
}
.d_sectionoption_txt{
    width: 12rem;
    height: 5rem;
    position: absolute;
    top: 7rem;
    left: 20rem;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.d_preescolar{
    background-color: #bf1c7f;
}
.d_preescolar p{
    color: #f3cc23;
}
.d_preescolar .st0{
    fill: #f3cc23;
}
.d_preescolar .st1{
    fill: #83bce6;
}
.d_aguascalientes{
    background-color: #83bce6;
}
.d_aguascalientes p{
    color: #ffffff;
}
.d_aguascalientes .st0{
    fill: #f3cc23;
}
.d_aguascalientes .st1{
    fill: #bf1c7f;
}
.d_primaria{
    background-color: #cfd945;
}
.d_primaria p{
    color: #ffffff;
}
.d_primaria .st0{
    fill: #240085;
}
.d_primaria .st1{
    fill: #83bce6;
}
.d_mindfulness{
    background-color: #f3cc23;
}
.d_mindfulness p{
    color: #ffffff;
}
.d_mindfulness .st0{
    fill: #83bce6;
}
.d_mindfulness .st1{
    fill: #bf1c7f;
}
.d_secundaria{
    background-color: #240085;
}
.d_secundaria p{
    color: #ffffff;
}
.d_secundaria .st0{
    fill: #f3cc23;
}
.d_secundaria .st1{
    fill: #bf1c7f;
}
.d_robotica{
    background-color: #7d858b;
}
.d_robotica p{
    color: #ffffff;
}
.d_robotica .st0{
    fill: #240085;
}
.d_robotica .st1{
    fill: #f3cc23;
}
.d_mediasuperior{
    background-color: #004b84;
}
.d_mediasuperior p{
    color: #ffffff;
}
.d_mediasuperior .st0{
    fill: #83bce6;
}
.d_mediasuperior .st1{
    fill: #bf1c7f;
}
.d_preguntas{
    background-color: #db8c37;
}
.d_preguntas p{
    color: #ffffff;
}
.d_preguntas .st0{
    fill: #f6d247;
}
.d_preguntas .st1{
    fill: #bf1c7f;
}
/*
==============================================
CSS FOOTER
==============================================
*/
.d_footer{
    width: calc(100% - 8rem);
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 6rem;
    padding: 4rem;
    flex-grow: 0;
}
.d_footer_a{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 2rem;
}
.d_footerimg{
    height: 10rem;
    padding: 0rem 4rem 4rem 4rem;
}
.d_footerblock{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.8rem;
    width: 25%;
}
.d_footerblocktitle{
    font-family: "Visby", sans-serif, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #111F62;
}
.d_footerhr_1, .d_footerhr_2, .d_footerhr_3{
    width: 4rem;
    border-top: 0.05rem;
    margin-left: 0;
}
.d_footerhr_1{
    border: 0.05rem solid #21B4E9;
}
.d_footerhr_2{
    border: 0.05rem solid #E6007E;
}
.d_footerhr_3{
    border: 0.05rem solid #B3CC05;
}
.d_footerblocktxtinfo, .d_footerblocktxt{
    color: #111F62;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    transition: all ease 0.2s;
    word-break: break-word;
}
.d_footerblocktxt{
    cursor: pointer;
}
.d_footerblocktxt:hover{
    color: #2fb9ea;
}
.d_footerblocktxtinfo_case{
    word-break: normal;
}
.d_footerblockicons{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.d_footerblockicons a{
    width: 3rem;
    height: 3rem;
    transition: all ease 0.2s;
    cursor: pointer;
}
.d_footerblockicons a:hover{
    color: #2fb9ea;
    text-decoration: underline;
}
.d_footer_b{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}
.d_footeroptioninfo, .d_footeroption{
    color: #111F62;
    text-decoration: none;
    font-size: 1rem;
    transition: all ease 0.2s;
    word-break: break-word;
}
.d_footeroption{
    cursor: pointer;
}
/*
==============================================
CSS MEDIA
==============================================
*/
@media screen and (orientation: portrait) {}
@media screen and (orientation: landscape) {
    /*****DETECCION DE ORIENTACION*****/
    #d_helperResources{
        position: absolute;
    }
}
@media only screen and (min-width: 2020px) {
    /*****HEADER*****/
    .d_header{
        gap: 8rem;
    }
    .d_header_logoaguas{
        padding: 6rem 3rem 6rem 3rem;
        height: 8rem;
    }
    .d_header_logopasos{
        padding: 6rem 3rem 6rem 3rem;
        height: 16rem;
    }
}
@media only screen and (max-width: 950px) {
    /*****FOOTER*****/
    .d_footer{
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 700px;
    }
    .d_footer_a{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .d_footer_b{
        justify-content: flex-start;
    }
    .d_footerimg{
        padding: 0rem;
    }
    .d_footerblock{
        width: 100%;
    }
}
@media only screen and (max-width: 750px) {
    /*****HEADER*****/
    .d_header{
        gap: 1rem;
        background-size: cover;
        background-position: center top;
    }
    .d_header_logoaguas{
        padding: 2rem 0rem 2rem 0rem;
        height: 6rem;
    }
    .d_header_logopasos{
        padding: 2rem 0rem 2rem 0rem;
        height: 10rem;
    }
}
@media only screen and (max-width: 550px) {
    /*****HEADER*****/
    .d_header_logoaguas{
        padding: 1rem 0rem 1rem 0rem;
        height: 4rem;
    }
    .d_header_logopasos{
        padding: 1rem 0rem 1rem 0rem;
        height: 8rem;
    }
}
@media only screen and (min-width: 1700px) {
    /*****BODY*****/
    .d_section{
        width: 70%;
    }
}
@media only screen and (min-width: 2000px) {
    /*****BODY*****/
    .d_section{
        width: 60%;
    }
}
@media only screen and (min-width: 2300px) {
    /*****BODY*****/
    .d_section{
        width: 50%;
    }
}