body{
    margin: 0;
    box-sizing: border-box;
}
html{
    box-sizing: border-box;
    background-color: #f6f7e5;
}
.container {
    display: grid;
    height: 100vh;
} 
div.fondo-overlay{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
}
.overlay{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(246, 247, 227, 0.3);
}
img.fondo1{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.redes-sociales{
    position: absolute;
    clear: both;
    z-index: 3;
    width: 100%;
    text-align: center;
}
.redes-sociales a img{
    position: relative;
    width: 40px;
    height: auto;
    margin: 15px;
} 
.title-logo {
    position: relative;
    padding: 40px;
    padding-top: 25%;
    float: left;
    color: #281c20 ;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 10fr;
    justify-content: center;
}
.logo{
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
h1.title{
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 3rem;
    display: table-cell!important;
    height: 100%;
    vertical-align:text-top;
}
.HEAD{
    /* clear: both; */
    box-sizing: border-box;
    position: sticky;
    z-index: 1;
    top: 0;
    clear: both;
}
/* Responsive parte principal*/
@media only screen and (max-width: 460px) { 
    .title-logo {
        grid-template-columns: 3fr 2fr;
        margin-top: 35vh;
    }
}

@media only screen and (max-width: 860px) {
    h1.title{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 1.5rem;
        display: grid;
        /* justify-self: center; */
        justify-items: baseline;
        align-content: baseline;
    }
    img.fondo1{
        object-fit: cover;
    }
    img.logo{
        display: grid;
        justify-self: baseline;
    }

    .title-logo {
        grid-template-columns: 3fr 2fr;
        /* margin-top: 50vh; */
        display: grid;

    }
}
#acercade {
    display: grid;
    box-sizing: border-box;
    clear: both;
}
#precios{
    display: grid;
    box-sizing: border-box;
    clear: both;
}
#servicios{
    display: grid;
    background-color: #281c20;
    box-sizing: border-box;
    clear: both;
}
#contacto {
    /* display: grid; */  
}
#foot{
    display: grid;
    clear: both;
    display: block;
}



