﻿html{
    scroll-behavior: smooth;
}
body{
    overflow: visible;
}
.banner{
    padding-top: 120px;
    padding-bottom: 120px;
}
.banner-container{
    display: flex;
    justify-content: center;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    gap: 24px;
}
.block-banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-banner-left h1.title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px !important;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
}
#banner{
    background-image: url("/Personas/Paginas/nosotros/sau/assets/img/Banner-SAU-Desktop.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner .banner-text{
    width: 90%;
    font: normal normal 300 24px/32px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: none;
}
#btn-contactanos{
    padding: 25px 0px 8px 0px;
}
.sau-stickyMenu{    
    width: 100%;
    box-shadow: -1px 5px 17px -16px rgba(0,0,0,0.57);
    -webkit-box-shadow: -1px 5px 17px -16px rgba(0,0,0,0.57);
    -moz-box-shadow: -1px 5px 17px -16px rgba(0,0,0,0.57);
    position: sticky;
    top: 83px;
    z-index: 999;
    background: white;
}
.sau-stickyMenu-header{
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding-bottom: 8px;
    padding-top: 8px;
    justify-content: space-between;
}
.sau-stickyMenu-header .link-container{
    padding: 5px;
    display: flex;
    transition: 0.3s ease-in-out;
}
.sau-stickyMenu-header .link-ancla{
    color: #012169;
    font-size: 17px;
    padding: 5px;
    text-align: center;
}
.sau-stickyMenu-header .link-container:hover{
    background: #dae9f8 0% 0% no-repeat padding-box;
    border-radius: 8px 12px 8px 12px;
    transition: 0.2s ease-in-out;
}  
@media(max-width:1224px){
    .sau-stickyMenu{
        position: sticky;
        top: 0px;
    }
}
@media(max-width:768px) {
    #banner{
        background-image: url("/Personas/Paginas/nosotros/sau/assets/img/Banner-SAU-Mobile.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #banner .tituloBanner {
        font-size: 20px;
    }
    .visible-xs {
        display: none;
    }
    .sau-stickyMenu{
        position: relative;
        top: 0;
    }
}
@media(max-width:767px)
{
    .visible-xs {
        display: block;
    }
}