.bar{
    width: 100%;
    height: 10vh;
    background-color: #11334F;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.logo{
    height: 100%;
}
.logo img{
    height: 100%;
    

}
.burguer_menu{
    margin: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.burguer_menu button{
    background-color: transparent;
    border-style: none;
}
.burguer_menu button:active{
    background-color: #fff;
    border-style: none;
    color: #11334F;
}
.burguer_menu i{
    color: #fff;
    font-size: 20pt;
    z-index: 10;
}
.options{
    display: none;
    width: 100%;
    height: auto;
    background-color: #000;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #11334F;
}
.options a{
    margin-block: 1rem;
}
.close{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: end;
    padding: 1rem;
    margin-bottom: -3rem;
}
.close button{
    background-color: transparent;
    border-style: none;
    color: #fff;
    font-size: 15pt;
}

.background{
    width: 100%;
    height: 90vh;
    background-image: url(../img/photo_not-b.jpg);
    background-size:cover;
    display: flex;
    justify-content: start;
    align-items: center;
    background-position: center;
}


.tittle{
    margin-left: 1rem;
    width: 100vw;
}
.tittle h1{
    color :#fff;
    font-weight: 600;
    font-size: 35pt;
    
}
.us{
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    height: auto;
    width: auto;
}
.us h2{
    text-align: center;
    font-size: 25pt;
    font-weight: 700;
    color:#11334F;    
    
}
.us h3{
    text-align: left;
    font-size: 18pt;
    margin-top: 3rem;
    font-weight: 600;
    color:#11334f;

}
.us p{
    text-align: justify;
    font-size: 15pt;
    font-weight: 400;
    margin-top: 1rem;
    color:#11334F;
}
.fcz{
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    height: auto;
    width: auto;
    align-items: center;
    
}
.fcz img{
    border-radius: 10px;
    box-shadow: 4px 4px 10px #888888;
    margin-bottom: 1rem;
    width: 100%;
}
.fcz h3{
    text-align: center;
    font-size: 20pt;
    font-weight: 600;
    margin-bottom: 2rem;
    color:#11334F;
    
}
.fcz p{
    font-size: 15pt;
    font-weight: 400;
    margin-top: 1rem;
    text-align: justify;
    color:#11334F;
    text-align: justify;
}
.btn-not{
    margin-top: 1rem;
    background-color: #11334F;
    color: #fff;
    width: 60%;
    font-weight: 500;
    box-shadow: 4px 4px 10px #888888;
}
.btn-not:hover{
    background-color: #b8c7d4;
    color: #11334F;
}
.services{
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
}
.services h2{
    text-align: center;
    font-size: 25pt;
    font-weight: 700;
    color:#11334F;

}
.services h3{
    text-align: left;
    font-size: 15pt;
    font-weight: 600;
    color:#11334F;

}
.services p{
    font-size: 15pt;
    font-weight: 400;
    margin-top: 1rem;
    color:#11334F;
    text-align: justify;
}
.directory{
    text-align: center;
}
.user_content{
    margin-bottom: 2rem;
}
.user_content hr{
    width: 100%;
    color: #3A6080;
    height: 1px;
    background-color: #3A6080;
}

.card{
    padding: 1rem;
    height: 50vh;
    border-style: none;
}
.content{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #EDEDED;
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 5px;
    box-shadow: 0px 4px 10px #888888;
    padding: 1rem;
}
.content img{
    height: 70%;
    width: 90%;
}

.btn-card{
    background-color: #11334F;
    margin-bottom: 1rem;
    color: #fff;
    width: 60%;
    font-size: 10pt;
    font-weight: 350;
    box-shadow: 4px 4px 10px #888888;
}
.btn-card:hover{
    background-color: #b8c7d4;
    color: #11334F;
}
.content h3{
    margin: 1rem;
    font-weight: 550;
    font-size: 14pt;
}
.contact{
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
    text-align: center;
}
.contact h2{
    text-align: center;
    font-size: 25pt;
    font-weight: 700;
    color:#11334F;    
    margin-bottom:3Drem;
    
}
.contact h3{
    text-align: center;
    font-size: 20pt;
    margin-bottom: 1rem;
    margin-top: 5rem;
    font-weight: 700;
    color:#11334F;

}
.contact h4{
    text-align: center;
    font-size: 17pt;
    font-weight: 600;
    color:#3A6080;

}
.contact p{
    font-size: 14pt;
    font-weight: 450;
    margin-top: 1rem;
    color:#11334F;
    text-align: center;
}
.contact input{
    width: 90%;
    margin: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #D9D9D9;
    background-color: #D9D9D9;
    padding: 5px;
}
.contact textarea{
    width: 90%;
    margin: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #D9D9D9;
    background-color: #D9D9D9;
    padding: 5px;
}
.btn-contact{
    margin-top: 1rem;
    background-color: #11334F;
    color: #fff;
    width: 80%;
    font-weight: 500;
    box-shadow: 4px 4px 10px #888888;
}
.btn-contact:hover{
    background-color: #b8c7d4;
    color: #11334F;
}
.contact i{
    margin-right: 1rem;
}
.footer{
    height: 20vh;
    background-color: #11334F;
}
.footer img{
    width: 100%;
}
.footer p{
    color :#fff;
    text-align: right;
    margin-right: 1rem;
    font-size: 9pt;
}
/* ESTILOS EN EL SITIO DE SEMBLANZA DE FCZ */


.semblanza{
    height: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back{
    width: auto;
    height: auto;
}

.back a{
    color: #11334F;
}
.photo{
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.photo img{
    border-radius: 10px;
    width: 100%;
    box-shadow: 4px 4px 10px #888888;
}
.semblanza_content{
    height: auto;

}
.semblanza_content h1{
    text-align: left;
    font-size: 25pt;
    color:#11334F;
    font-weight: 600;

}
.semblanza_content h3{
    font-size: 15pt;
    color:#3A6080;
    text-align: left;
    margin-bottom: 2rem;
}
.semblanza_content p {
    text-align: justify;
    font-size: 12pt;
    color:#11334F;
}