@media (max-width:1920px){
    .container{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-row-gap:2em ;
    }
    .container-all{
        max-width: 100%;
        max-height: 500px;
    }
    .container > .Contactar{
        display: grid;
        justify-items: center;
    }
}
    

@media (max-width:1024px){
    .container{
        display: grid;
        grid-auto-columns: repeat(1, 1fr);
        grid-row-gap:1em ;
    }
    .container > .contenido_carrusel{
        display: grid;
        grid-column: 1 / -1;
        padding: 0%;
        
    }
    
    .container-all{
        max-width: 100%;
        border-radius: 0%;
    }
    .container > .contendor{
        display: grid;
        grid-column: 1 /-1;
        padding: 10px;
    }
    .container > .Contactar{
        display: grid;
        grid-column: 1/-1;
        width: 100%;
        grid-row: 4;
    }
    .contact_form{
        width: 100%;
        border-radius: 0%;
        position: relative;
        background-color: white;
    }
    .contact_form h1{
        font-size: 55px;
        padding-bottom: 20px;
        color: #44abab;
    }
    .contact_form h3{
        font-size: 19px;
        text-align: center;
        padding: 25px;
        color: #0e0e0e;
    }
    .contact_form input{
        background-color: #fbfbfb;
        width: 500px;
        height: 40px;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #44abab;
        margin-top: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .contact_form textarea{
        background-color: #fbfbfb;
        width: 500px;
        height: 150px;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #44abab;
        margin-top: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
        padding-top: 15px;
    }
    .contact_form button{
        height: 45px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
        margin-top: 10px;
        text-transform: uppercase;
        background-color: #44abab;
        border-color: #44abab;
        border-style: solid;
        border-radius: 10px;
        width: 500px;
        cursor: pointer;
    }


    .container > .ubicacion{
        display: grid;
        grid-column: 1/-1;
    }
    .ubicacion_frame{
        display: grid;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width:768px){
    .container{
        display: grid;
        width: 100%;
        grid-auto-columns: repeat(1, 1fr);
        grid-row-gap:1em ;
    }
    .container > .contenido_carrusel{
        display: grid;
        grid-column: 1 / -1;
        padding: 0%;
        
    }

    .galery-container{
        display: grid;
        /*grid-template-columns: repeat(3, 130px);*/
        grid-template-rows: repeat(2,137px);
        width: 100%;
    
    
    }
    
    .siguenos{
        z-index: 2;
    }

    .container > .contendor{
        display: grid;
        grid-column: 1 /-1;
        padding: 10px;
    }
    .container > .Contactar{
        display: grid;
        grid-column: 1/-1;
        width: 100%;
        grid-row: 5/6;
    }
    .contact_form{
        width: 100%;
        border-radius: 0%;
        position: relative;
        background-color: white;
    }
    .contact_form h1{
        font-size: 30px;
        padding-bottom: 20px;
        color: #44abab;
    }
    .contact_form h3{
        font-size: 15px;
        text-align: center;
        padding: 25px;
        color: #0e0e0e;
    }
    .contact_form input{
        background-color: #fbfbfb;
        max-width: 350px;
        height: 40px;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #44abab;
        margin-top: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .contact_form textarea{
        background-color: #fbfbfb;
        max-width: 350px;
        height: 150px;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #44abab;
        margin-top: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
        padding-top: 15px;
    }
    .contact_form button{
        height: 45px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
        margin-top: 10px;
        text-transform: uppercase;
        background-color: #44abab;
        border-color: #44abab;
        border-style: solid;
        border-radius: 10px;
        max-width: 350px;
        cursor: pointer;
    }

    .container > .ubicacion_frame{
        display: grid;
        grid-column: 1 / -1;
    }
    .ubicacion_frame iframe{
        width: 370px;
    }
    .container > .ubicacion{
        display: grid;
        grid-column: 1 / -1;
    }
    .video-muestra {
        width: inherit;
        height: 300px;
    }

}