/*Quitar margenes*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/*Darle forma al body de contactanos*/
body {
    font-family: verdana;
    background: url(../img/geometry2.png);
}

.container {
    margin: auto;
    width: 50%;
    background-position: center;
}



/*Logo*/

.eslogan{
    width: 100%;
    height: 400px;
    background-image:  url("https://static.wixstatic.com/media/509653_a617c976498d4d24a528892f8edc150c~mv2_d_6000_4000_s_4_2.jpg/v1/fill/w_740,h_493,al_c,q_90,usm_0.66_1.00_0.01/509653_a617c976498d4d24a528892f8edc150c~mv2_d_6000_4000_s_4_2.webp");
    background-position: center ;
    background-size: cover;
    text-shadow: /*El eje de la x*/ 1px /*El eje de la y*/ 1px /*Difuminado*/ 2px /*Color de la sombra*/ rgba(0, 0, 0);
}

.eslogan h1{
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    font-family: verdana;
}

/*Contenido*/

.contenedor2{
    width: 80% ;
    margin: auto;
}

.contenedor2 p{
    margin-top: 25px;
    text-align: center;
}


.contenedor1  h3{
    text-align: center;
    margin-top: 50px;
    color: #e51a1a;
}

.contenedor1 h1{
    margin-top: 50px;
    text-align: center;
    color: #e51a1a;
}

.contenedor1 p{
    margin-top: 20px;
    margin-left: 15px;
}

.sub-contenedor{
    margin: auto;
    width: 100%;
    margin-top: 50px;
    background: url(../img/oriental.png);

}

.sub-sub-contenedor{
    
    margin: auto;
    width: 90%;

}

.sub-sub-contenedor h1{
    text-align: center;
}

.sub-sub-contenedor p{
    text-align: center;
    font-size: 30px;
}
/*Contenedor*/

.contenedor1{
    width: 100%;
    margin: auto;
}



@media (max-width: 860px) {
    

    .container {
        margin: auto;
        width: 50%;
        background-position: center;
    }

    .section-title {
        font-size: 27px;
        font-family: verdana;
    }
    .sub-sub-contenedor p{
        text-align: left;
        font-size: 18px;
    }
}

