@media (max-width: 1024px){

    .datos-sitio p{

    font-size: 14px;

    }

    .texto-footer{

        display: flex;

        justify-content: center;

    }

    .texto-footer p{

        font-size: 14px;

    }

    .wrap-contenido{

        width: 90%;

    }

    .empresa{

        font-size: 0.8em;

        height: 30px;

    }

    nav{

        width: 100%;

    }

    .logo {

    height: 90px;

    }

    .checkbtn{

        display: block;

        margin-top: 2px;

    }

    .enlace{

        padding-left: 20px;

    }

    nav ul{

        position: absolute;

        width: 100%;

        /*height: 100vh;*/

        background: #1d506b;

        top: 50px;

        left: -100%;

        text-align: center;

        transition: all .5s;

    }

    nav ul li{

        display: block;

        margin: 50px 0;

        line-height: 15px;



    }

    nav ul li a{

/*        font-size: 16px;*/

        color: #fff !important;

    }

    li a:hover, li a.active{

        background: none;

        color: #00961e;

    }

    #check:checked ~ ul{

        left:0;

    }

    .wrap-contenido.sitios{

        width: 95%;

    }

    .contenedor-sitios{

        padding-left: .5rem!important;

        padding-right: .5rem!important;

    }

    .iconos-mapa img{

        max-width: 40px;

    }
     #menu.fixed nav ul {
    top: 42px !important;
}

}
@media (max-width: 768px){

    .iframe-youtube iframe{
        height: 320px !important;
    }
    .slick-dots li {
    height: 15px !important;
    width: 15px !important;
}
}