
*{
    margin:0;
    padding:0;
}

body{
    background-color:white;
    font-family: 'Montserrat';
    
}

nav{
    background-color:#316197;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    position:sticky;
    top:0;
    z-index:9999;
    
}

nav ul{
    width:100%;
    list-style:none;
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

nav li{
    height: 100px;
}

nav img{
    height:85%;
    width:40%;
   
}

nav a{
    height:100%;
    padding:0px 30px;
    text-decoration:none;
    display:flex;
    align-items:center;
    color:white;
}

nav a:hover{
    background-color:#2e537f;
    font-weight: bold;
}

nav li:first-child{
    margin-right:auto;
}

.noColor a:hover{
    background-color:#316197;
}

.noColor a{
    
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;

}

.sidebar{
    position:fixed;
    top: 0;
    right:0;
    height:100vh;
    width:250px;
    z-index:999;
    background-color: #3161976e;
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0,0,0,0.1);
    display:none;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
}

.sidebar li{
    width:100%
}

.sidebar a{
    width:100%;
}

.sidebar img{

    height:100%;
    width:20%;
}

.menu-button{
    display:none;
}

.about{
    margin-top:100px;
    margin-bottom:100px;
    font-family: 'Josefin Sans', sans-serif;
    width:100%;
    background-color:rgb(255, 255, 255);
    display:flex;
    justify-content: center;
    align-items: center;
}
.about .content img{
    width:480px;
    border-radius:20px;
}

.texto{
    width:550px;
    padding: 0 10px;
}

.content{
    width:1280px;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.texto h1{
    color:#80cb5fd2;
    font-size:50px;
    margin-bottom:20px;
    text-transform: capitalize;
}

.texto h5{

    font-size:25px;
    margin-bottom:25px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.texto p{
    font-size:14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.footer{
    position:relative;
    background-color:#254973;
    min-height:100px;
    padding: 20px 50px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
}

.social-icon{
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
    margin:10px 5px;
    flex-wrap:wrap;
}

.icon-elem{
    list-style:none;
}

.icon{
    color:white;
    font-size:32px;
    display:inline-block;
    margin:0 10px;
    transition: 0.5s;
}

.icon:hover{
    transform:translateY(-10px);
}

.menu{
    display:flex;
    justify-content: center;
    position:relative;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

.menu-icon{
    color:white;
    font-size:20px;
    text-decoration:none;
    margin:5px 10px;
    opacity: 0.75;
    transition: 0.3s;
}

.menu-elem{
    list-style: none;
}

.menu-icon:hover{
    opacity:1;
}

.text{
    color:white;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;
    font-size:20px;

}

@media(max-width:800px){
    .hideOnMobile{
        display:none;
    }

    .menu-button{
        display:block;
    }
    .texto{
        width:90%;
        padding: 0 10px;
    }
    .about .content img{
        margin-top:-100px;
        width:90%;
        border-radius:20px;
    }
    
}

@media(max-width:800px){
    .sidebar{
        width:100%;
    }
    .contenedorImagenMain h1{

        font-size:36px;
    }

    .contenedorMain{
        display: block;
}
    .main-uno{
        width:100%;
    }

    .contenedorCitas{
        display:block;
    }

}

@media screen and (max-width:1180px){
    .about{
        width:100%;
        height:auto;
        padding:70px 0px;
    }
}

@media screen and (max-width:650px){
    .about .content img{

        margin-bottom:15px; 
    }
    .texto h1{
        font-size:60px;
        margin-bottom:25px;
    }

    
}
