ul{
    list-style: none;
    margin: 0;
    padding: 0px;
    justify-content: center;

}

a{
    text-decoration: none;
    color: #000000; 
}


a:visited{
   color: black; 
}



.gallery{
    margin-bottom: 1.5em;
    
}

footer{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #849477;
}



.main-navigation a{
    display: flex;
    align-items: center;
    padding: 11px 16px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    opacity: .7;
}

.menu-navegation{
    background-color: #155bd5;

}


.site-branding{
    width: 200px;
}


.main-navigation a {
    color: #656464;
    
}

.main-navigation a:hover{
    color: #219752;
}

.menu-navegation{
    position: fixed;
    background-color: #155bd5;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.site-header{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
}

.entry-content{
    padding-top: 50px;
}
.wpcf7{
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 1175%;
}
  
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
    width: 130%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.wpcf7-form textarea{
    width: 105%;
    border-radius: 4px;

}

.wpcf7 js{
        position: absolute;
    top: 134%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 80%;
}

.post-39{
        padding-top: 600px;
}

#media_image-2{
   width: 120px;
}

.custom-logo{
    width: 90px;
    padding: 10px;
}

.glsr-reviews-wrap{
    padding-top: 40px;
    width: 530px;
}



/*estilos modal*/

.modal {    
    background-color: rgba(167, 167, 167, 0.5);
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.contenido-modal {
    background-color: #fefefe;
    margin: 150px auto;
    padding: 9px;
    max-width: 600px;
    position: relative;
    text-align: center;
}


.btn-close {
    float: right;
}

.btn-close:hover,
.btn-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*estilo footer*/

.titulo-menu-footer{
    color:white;
}

.textwidget{
    color:white;
}


#menu-menu-1 li a:visited{
    color:white;
}


#post-37{
        max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
}