body{
    margin: 0;
    padding: 0;
}
img{
    width: clamp(19rem, 30vw, 30rem);
}
h1,h2,h3,h4,h5,h6,a{
    text-decoration: none;
    margin: 0;
    padding: 0;
}
section h1{
    font-family: "Bona Nova SC", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(2.7rem, 4.7vw, 7rem);
}
section h2{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 25px;
}
section h3{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 21px;
    text-align: justify;
}
header{
    color: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px black;
    padding: 5px 0 ;
    background: rgba(71, 66, 66, 0.377);
    backdrop-filter: blur(10px);
    z-index: 2;
}
.container{
    width: 80%;
    display: flex;
    /* font-family: "Bona Nova SC", serif;
    font-weight: 400;
    font-style: normal; */
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}
.container div{
    text-align: left;
}
.div1, .div2{
    width: 100%;
}
.container img{
    /* width: 10%; */
    width: clamp(4rem, 4vw, 5rem);
}
.container h1{
    text-align: end;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 27px;
}
.div4{
    display: none;
    width: 100%;
}
main{
    width: 100%;
    height: 100vh;
    font-family: "Bona Nova SC", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1rem, 2.9vw, 5rem);
}
main h6{
    font-size: clamp(3rem, 7vw, 6rem);
    display: none;
}
.div3{
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(2149714393.jpg);
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text{
    background: rgba(0, 0, 0, 0.747);
    backdrop-filter: blur(2px);
    text-align: center;
    color: white;
    padding: 2vw 8vw;
}
.section1{
    background: rgb(207, 207, 207);
    width: 100%;
    padding: 6vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container1{
    background: rgb(236, 236, 236);
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 0 10vw;
}
.container1 div{
    width: 90%;
    height: 90%;
}
#fondo1{
    background: url(fondo.png);
    background-position: center center;
    background-size: cover; 
}
.section2{
    background: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4vw 0;
}
.section2 h1{
    text-align: center;
    margin-bottom: 2vw;
}
.container2{
    width: 80%;
}
.content1{
    margin-top: 2vw;
}
.cont{
    width: 100%;
    display: flex;
    gap: 1vw;
    margin-bottom: 1vw;
}
.cont div{
    background: rgb(231, 231, 231);
    width: 100%;
    border-left: 1vw solid black;
    padding: 10px 30px;
}
.cont div h2{
    margin-bottom: 10px;
}
.section3{
    width: 100%;
    height: 60vh;
}
.section3 h1{
    font-size: clamp(4rem, 7vw, 9rem);
}
.container3{
    background: #33333365;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.section4{
    background: white;
    width: 100%;
    padding: 4vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container4{
    width: 80%;
    height: 90%;
}
.container4 h1{
    text-align: center;
}
#left{
    flex-direction: row-reverse;
}
.content2{
    width: 100%;
    margin-bottom: 2vw;
}
.content3{
    width: 100%;
    display: flex;
    gap: 3vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
}
.content3 div{
    width: 100%;
}
#fondo2{
    background: url(fondo2.jpg);
    background-position: center -10vw;
    background-size: cover; 
}
.content4{
    margin-top: 4vw;
    width: 100%;
}
.content4 h1{
    margin-bottom: 4vw;
}
.content4 h2{
    margin-bottom: 1vw;
}
.content4 div{
    display: flex;
    width: 100%;
    margin-bottom: 3vw;
    gap: 5vw;
}
@media (max-width: 960px){
    img{
        margin-top: 5vw;
        margin-bottom: 8vw;
    }
    main h6{
        display: block;
    }
    main h1{
        display: none;
    }
    .div1{
        width: 0;
    }
    .div2{
        display: none;
    }
    .div4{
        display: block;
    }
    section{
        text-align: center;
    }
    .container1 h1{
        margin-bottom: 4vw;
    }
    .container2{
        width: 90%;
    }
    .content3{
        display: block;
    }
    .content3 div{
        margin-bottom: 7vw;
    }
    .container4{
        width: 90%;
    }
    .content4 div{
        display: block;
    }
}