@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Noto+Serif:wght@700&display=swap');

body{
    color: #0c1e28;
    font-family: 'Noto Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Serif', serif;
}

#areas,
#equipo{
    padding: 5em 0;
}

#header-atal{
    background-image: url('../img/atal-imgPrincipal.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#header-atal .img-bloque{
    width: 274px;
}

.logo-menu{
    margin-top: 10px;
}

.logo-menu,
.logo-menu ul{
    justify-content: space-between;
}

.logo-menu ul{
    padding: 0;
    list-style-type: none;
}

.logo-menu ul,
.miembros,
footer .r1{
    margin: 0;
}

.logo-menu ul,
.menu-sitio{
    display: flex;
}

.menu-sitio ul li a{
    text-transform: uppercase;
}

.menu-sitio ul li a,
.idioma a,
footer .r2 span{
    font-size: 13px;
}

.menu-sitio ul li a,
.idioma a,
.btn-contacto a,
footer .r1 a{
    text-decoration: none;
}

.menu-sitio ul li a,
.idioma a,
#header-atal .txt-header,
.btn-contacto a,
footer .r1 a{
    color: #ffffff;
}

.menu-sitio ul{
    width: 50%;
}

.menu-sitio,
.idioma{
    justify-content: flex-end;
}

.idioma .link-idioma{
    padding-bottom: 5px;
    width: 85px;
}

h2,
.idioma .link-idioma,
.bajada,
.procuradores h3,
footer,
.consultores{
    text-align: center;

}

#header-atal .txt-header{
    display: flex;
    height: 500px;
}

#header-atal .txt-header,
.menu-sitio ul{
    align-items: center;
}

#header-atal .txt-header p{
    font-size: 28px;
    font-style: italic;
}

h2{
    font-size: 36px;
    position: relative;
    padding-bottom: 1.6em;
}

h2,
h3,
.btn-contacto a,
.procuradores p,
.bconsul{
    font-weight: 700;
}

h2::after{
    content: url('/img/guion-titulo.svg');
    position: absolute;
    width: 38px;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

h3,
.procuradores p,
.bconsul h4{
    font-size: 27px;
}

p{
    line-height: 1.7;
}

p,
.btn-contacto a{
    font-size: 17px;
}

.bblue{
    padding: 40px 55px 60px 40px;
}

.bblue,
.idioma .link-idioma,
.btn-contacto a{
    background-color: #6bc7db;
}

.bblue h3,
.cargo,
.procuradores h3,
.procuradores img{
    margin-bottom: 25px;
}

#areas .b2 h3,
footer .r1{
    margin-bottom: 20px;
}

#areas .b2 .bcontent:first-child{
    margin-bottom: 55px;
}

#equipo{
    background-color: rgba(12, 30, 40, .2);
}

.bajada{
    line-height: 1.8;
    padding: 0 3.5em;
}

.bajada,
.cargo{
    font-size: 24px;
    font-weight: 500;
}

.bajada,
.cargo,
.procuradores p,
footer .r2 span,
.bconsul h4{
    color: #708788;
}

.miembros{
    padding: 80px 0;
}

.miembros,
.procuradores{
    border-bottom: 2px solid #ffffff;
}

.miembros h3,
.bconsul p{
    margin-bottom: 0;
}

.btn-contacto{
    margin-top: 35px;
}

.btn-contacto a{
    padding: 10px 20px;
}

.btn-contacto a span{
    vertical-align: bottom;
    margin-right: 5px;
}

.procuradores{
    padding-top: 3em;
}

.procuradores,
.consultores .bconsul.b1{
    padding-bottom: 3em;
}

.procuradores p{
    font-family: 'Noto Serif', serif;
    line-height: 1.2;
}

.consultores{
    padding-top: 3.5em;
}

.consultores h3{
    padding-bottom: 1em;
}

footer{
    background-color: #0c1e28;
    padding: 3.3em 0 2.2em;
}

footer .r1 img{
    display: block;
    margin: 0 auto;
}

footer .r1 a{
    font-size: 15px;
}

footer .r1,
footer .r1 img{
    padding-bottom: 25px;
}

footer .r1{
    border-bottom: 2px solid #808080;
}

.idioma .link-idioma:hover,
.btn-contacto a:hover{
    background-color: #ffffff;
}

.idioma .link-idioma:hover a,
.btn-contacto:hover a{
    color: #6bc7db;
}

.idioma .link-idioma:hover a{
    text-decoration: underline;
}

.menu-sitio ul li a,
footer .r1 .contacto-mail{
    position: relative;
}

.menu-sitio ul li a::before,
footer .r1 .contacto-mail::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #6bc7db;
    bottom: -5px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

.menu-sitio ul li a:hover::before,
footer .r1 .contacto-mail:hover::before{
  transform-origin: left;
  transform: scaleX(1);
}

/************* Responsive *************/

/* Hasta Tablet */
@media (max-width: 821px){
    .menu-sitio ul{
        width: 90%;
    }

    .miembros .b1{
        text-align: center;
    }

    .miembros .b1{
        margin-bottom: 30px;
    }

    .procuradores p{
        line-height: 1.4;
    }

    .procuradores p{
        font-size: 20px;
    }
}

/* Celular */
@media (max-width: 575.98px){
    .container{
        padding-right: 25px;
        padding-left: 25px;
    }

    #areas, #equipo{
        padding: 3em 0;
    }

    h2{
        font-size: 30px;
    }

    h2,
    .bajada{
        margin-bottom: 0;
    }

    .bajada{
        padding: 0;
    }

    .ps-0{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    #header-atal .img-bloque{
        margin: 0 auto;
        width: 205px;
    }

    .menu-sitio{
        justify-content: center;
        margin-top: 25px;
    }

    .menu-sitio ul li a{
        font-size: 14px;
    }

    #header-atal .txt-header{
        height: 380px;
    }

    #header-atal .txt-header p,
    h3{
        font-size: 25px;
    }

    .txt-bloques{
        padding-top: 1.5em !important;
    }

    .txt-bloques .b1{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .bblue{
        padding: 40px;
    }

    .bblue{
        margin-bottom: 30px;
    }

    .bajada, .cargo{
        font-size: 20px;
    }

    .miembros{
        padding: 60px 0;
    }

    .btn-contacto a{
        text-align: center;
    }

    .miembros img{
        width: 250px;
    }

    .miembros h3,
    .bconsul h4{
        font-size: 22px;
    }

    p{
        font-size: 16px;
    }

    .btn-contacto a{
        display: block;
        width: 100%;
    }



}
