
@media only screen and (min-width: 768px){
    #site-logo-seo{
        width: 50%;
        display:flex ;
    }
    .footer-link-list{
        height: 230px;
    }

    .sectionAction-text{
        width:50%;

    }
    .sectionAction_btn{
        width: 50%;
    }

}



@media only screen and (min-width: 500px){
    .sectionTitles{
        height: 500px;
    }
}






@media only screen and (min-width: 800px){
    /*section info */
    .sectionInfo{   
        padding: 20px 0 10px 10px;
    }
    .sectionInfo_text{
        width: 50%;
    }
    /*
    .sectionInfo_text-title{
    }
    */

    .sectionInfo_img{
        width: 50%;
    }

    .sectionAction_text-title{
        padding: 20px;


    }
    /*section dir */
    .sectionDir_text{
        width: 50%;
    
    }
    .sectionDir_map{
        display: flex;
        width: 50%;
    }
    #open_map{
        display: none;
    }
}



@media only screen and (min-width: 1110px){
    
    /*section action*/
    /*
    .sectionAction{
    }
    */
    
    .sectionAction-text{
        width: 65%;
    }
       
    .sectionAction_btn{
        width: 35%;

    }
}




.sectionDir_text-info{
    text-align: center;
}

.sectionDir_text-title{
    text-align:center;
}
/*mapa */


.sectionDir_map-map{
    width: 100%;
    height: 400px;
}


