@import url('https://fonts.googleapis.com/css2?family=Bokor&family=Tilt+Warp&display=swap');
body {
    /*background-color: #212121;*/
    background-image: url("../img/background/Fondo-Negro-Patron-de-Luz-Abstrato_Fondos-de-Pantalla-Abstratos.jpg");
    color: white;

}

header {
    height: 100px;
    border-bottom: solid 1px white;
    background-image: url("../img/background/Fondo-Negro-Patron-de-Luz-Abstrato_Fondos-de-Pantalla-Abstratos.jpg");
    
}

.title_aboutUs {
    margin-top: 65px;
    text-align: center;
    font-size: 70px;
    /*font-family: 'Pacifico', cursive;*/
    font-family: 'Bokor', cursive;
}

.container_about {
    width: 100%;
    height: 3200px;
    display: flex;
    flex-direction: row;
    padding: 50px;

}

.container_1 {
    width: 100%;
    /* border: 1px white solid; */
    padding: 15px;

}

.container_2 {
    width: 100%;
    /* border: 1px white solid; */
    padding: 15px;
    position: sticky;
    top: auto;
}

.imagen {
    width: 100%;
    position: sticky;
    top: 30px;
    /* border: 10px solid  rgba(46, 61, 175, 0.8); */
    display: inline-block;
}

.imagen img {
    height: 650px;
    display: block;
    margin: 0px auto;
    border-radius: 10px 100px / 120px;
}

.imagen h4 {
    margin: 10px;
    text-align: center;
    font-size: 28px;
}

.container_2 h2 {
    font-size: 55px;
}

.container_2 p {
    margin-top: 25px;
    font-size: 21px;
}

#info {
    width: 100%;
    height: 900px;
    /* border: 1px white solid; */
    padding: 15px;
    margin-top: 80px;
}

#info li {
    margin-left: 20px;
    margin-top: 15px;
}

#imagen_am img {
    width: 100%;
    height: 420px;
    /* border: 1px white solid;  */
    margin-top: 90px;
    border-radius: 20px;
    /* -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(245, 237, 237, 0.776)); */
    /* mask-image: linear-gradient(to bottom, transparent, rgba(8, 8, 8, 0.792)); */
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#imagen_am2 img {
    width: 80%;
    height: 320px;
    /* border: 1px white solid;  */
    display: block;
    margin: 0px auto;
    margin-top: 45px;
    
    /* border-radius: 20px; */
}

footer {
    margin-top: 50px;
    border-top: solid 1px white;
}


/***********************footer*********************************************/
.legal {
    background-color: white;
    color: black;
    border: 1px white;
}

/* *****************************responsive************************* */



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .container_about {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .container {
        width: 100%;
    }

    .title_aboutUs {
        font-size: 40px;
    }

    .imagen img {
        height: 300px;
    }
 
    #info h2 {
        font-size: 40px;
        text-align: center;
        margin-top: 0;
    }
    #info p {
        font-size: 25px;
        text-align: justify;
    }
     #imagen_am img{
        width: 100%;
        height: auto;
    }

    footer {
        margin-top: 600px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .container_about {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .container {
        width: 100%;
    }

    .title_aboutUs {
        font-size: 40px;
    }

    .imagen img {
        height: 300px;
    }
 
    #info h2 {
        font-size: 40px;
        text-align: center;
        margin-top: 0;
    }
    #info p {
        font-size: 20px;
        text-align: justify;
    }
     #imagen_am img{
        width: 100%;
        height: auto;
    }

    footer {
        margin-top: 600px;
    }
}

/* @media only screen and (min-device-width : 768px) and (max-device-width : 1824px) {

    .container_about {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .container {
        width: 100%;
    }

    .title_aboutUs {
        font-size: 40px;
    }

    .imagen img {
        height: 300px;
    }
 
    #info h2 {
        font-size: 40px;
        text-align: center;
        margin-top: 0;
    }
    #info p {
        font-size: 20px;
        text-align: justify;
    }
     #imagen_am img{
        width: 100%;
        height: auto;
    }

    footer {
        margin-top: 600px;
    }
} */
 @media only screen and (min-width : 1824px) {
    .container_about {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .container {
        width: 100%;
    }

    .title_aboutUs {
        font-size: 40px;
    }

    .imagen img {
        height: 300px;
    }
 
    #info h2 {
        font-size: 40px;
        text-align: center;
        margin-top: 0;
    }
    #info p {
        font-size: 20px;
        text-align: justify;
    }
     #imagen_am img{
        width: 100%;
        height: auto;
    }

    footer {
        margin-top: 600px;
    }
   } 