@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
/* HEADER */
nav {
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}
.logo {
    text-transform: uppercase;
    color: #f9f9f9;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 1px;
    margin-left: 30px;
}
.logo::first-letter {
    font-size: 25px;
    color: #354f52;
}
.logo i {
    padding-right: 4px;
}
.menu {
    margin-right: 30px;
    list-style: none;
    display: flex;
}
.menu li {
    display: flex;
    margin: 0 0 0 8px;
}
.menu li a {
    text-decoration: none;
    color: #f9f9f9;
    padding: 7px;
    border-radius: 3px;
}
.menu li a:hover {
    background: #354f52;
    color: #f9f9f9;
}
/* SECTION 01 */
body {
    background-image: url(img/background.jpg);
    background-attachment: fixed;
    background-size: cover;
}
#content {
    backdrop-filter: blur( 6px );
    -webkit-backdrop-filter: blur( 6px );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 535px;
}
.cntBox {
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    width: 600px;
    text-align: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.cntBox p {
    text-indent: 7px;
    font-size: 20px;
    color: #0d1321;
}
.imgBox img {
    width: 100%;
    height: 100%;
}
/* SECTION 02 */
#content2 {
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    height: 390px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}
.cnt-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.tlt2 h2 {
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    color: #f9f9f9;
    mix-blend-mode: screen;
    padding: 12px 30px 12px 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-radius: 10px;
    letter-spacing: 2px;
}
.tlt2 h2 i {
    color: #354f52;
    padding-right: 8px;
}
.dot {
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dot:hover {
    background: rgba( 53, 79, 82, 0.3 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
}
.dot a {
    text-decoration: none;
    color: #f9f9f9;
    font-size: 20px;
    text-transform: uppercase;
    border: 3px solid #f9f9f9;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* SECTION 03 */
#content3 {
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.cnt3 {
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    color: #f9f9f9;
    height: 350px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 20px;
}
.cnt3 p {
    text-indent: 7px;
    padding: 10px;
}
.tlt h2 {
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    color: #f9f9f9;
    padding: 12px 30px 12px 30px;
    text-transform: uppercase;
    border-radius: 10px;
    letter-spacing: 2px;

}
.tlt i {
    padding-right: 5px;
    color: #354f52;
}
/* SECTION 04 */
#content4 {
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    height: 3500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}
.tnth2 h2 {
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    color: #f9f9f9;
    letter-spacing: 2px;
    padding: 12px 30px 12px 30px;
    text-transform: uppercase;
    border-radius: 10px;
}
.tnth2 i {
    padding-right: 5px;
    color: #354f52;
}
#tnt1 , #tnt2 , #tnt3 , #tnt4 , #tnt5 , #tnt6 , #tnt7 {
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    display: flex;
    flex-direction: row;
    width: 95%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 20px;
}
.descrip1 p, .descrip2 p, .descrip3 p, .descrip4 p, .descrip5 p, .descrip6 p, .descrip7 p {
    font-size: 25px;
    color: #f9f9f9;
}
.tntImg1 , .tntImg2 , .tntImg3 , .tntImg4 , .tntImg5 , .tntImg6 , .tntImg7 {
    width: 540px;
    margin-left: -40px;
}
.tntImg1 img , .tntImg2 img, .tntImg4 img, .tntImg5 img, .tntImg6 img, .tntImg7 img {
    border-radius: 10px;
    border: 2px solid #f9f9f9;
    width: 100%;
}
.tntImg3 img {
    border-radius: 10px;
    width: 100%;
    height: 340px;
    border: 2px solid #f9f9f9;
}
/* SECTION 5 */
#content5 {
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    height: 520px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}
.Biggest h2 {
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    color: #f9f9f9;
    letter-spacing: 2px;
    padding: 15px;
    text-transform: uppercase;
    border-radius: 10px;
}
.Biggest i {
    padding-right: 5px;
    color: #354f52;
}
.countr-s {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.cntry {
    margin: 10px;
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    height: 150px;
    width: 150px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.cntry p {
    color: #f9f9f9;
    font-size: 17px;
    border: 2px solid #f9f9f9;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    text-transform: uppercase;
}
/* FOOTER */
#about {
    background: rgba( 52, 78, 65, 0.7 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 50px;
}
.copy p {
    font-size: 20px;
    color: #f9f9f9;
}
.copy img {
    padding-left: 5px;
}
.social {
    margin-right: 50px;
}
.social a  {
    text-decoration: none;
    margin: 5px;
}
/* RESPONSIVO */
@media ( max-width: 1200px) {
    header , main , footer {
        position: relative;
        width: calc(100%);
      }
}
@media ( max-width: 992px) {
    body {
        width: 100%;
      }
    header , main , footer {
        position: relative;
        width: calc(100%);
    }
    nav {
        width: 100%;
        height: 150px;
        position: relative;
        flex-direction: row;
    }
    #content {
        display: flex;
        justify-content: center;

    }
    .cntBox p {
        color: #f9f9f9;
    }
    #content2 {
        height: 450px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .cnt-2 {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #content3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 580px;
    }
    .tlt {
        padding-bottom: 10px;
    }
    .cnt3 {
        width: 80%;
        height: 350px;
    }
    #content4 {
        width: 100%;
        height: 4000px;
    }
    #tnt1 , #tnt2 , #tnt3, #tnt4 , #tnt5 , #tnt6, #tnt7 {
        width: 80%;
        height: 480px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .tntImg1 , .tntImg2 , .tntImg3 , .tntImg4 , .tntImg5 , .tntImg6 , .tntImg7 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 550px;
        padding-left: 30px;
    }
    .tntImg1 img , .tntImg2 img, .tntImg4 img, .tntImg5 img, .tntImg6 img, .tntImg7 img {
        width: 100%;
    }
    .descrip1 p, .descrip2 p, .descrip3 p, .descrip4 p, .descrip5 p, .descrip6 p, .descrip7 p {
        padding-top: 20px;
        font-size: 25px;
        color: #f9f9f9;
    }
    #content5 {
        width: 100%;
        height: 550px;
    }
}
@media ( max-width: 772px) {
    body {
        width: 100%;
      }
    header , main , footer {
        width: calc(100%);
    }
    nav {
        width: 100%;
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        flex-wrap: wrap;
    }
    .menu li {
        margin: 5px;
    }
    .cntBox {
        width: 100%;
    }
    .cntBox p {
        padding: 35px;
        color: #f9f9f9;
    }
    #content2 {
        height: 570px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    #content3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 800px;
    }
    .tlt {
        padding-bottom: 10px;
    }
    .cnt3 {
        display: flex;
        flex-direction: column;

        height: 550px;
    }
    #content4 {
        width: 100%;
        height: 3600px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    #tnt1 , #tnt2 , #tnt3, #tnt4 , #tnt5 , #tnt6, #tnt7 {
        width: 90%;
        height: 450px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 15px;
    }
    .tntImg1 , .tntImg2 , .tntImg3 , .tntImg4 , .tntImg5 , .tntImg6 , .tntImg7 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 380px;
        padding-left: 30px;
    }
    .tntImg1 img , .tntImg2 img, .tntImg4 img, .tntImg5 img, .tntImg6 img, .tntImg7 img {
        width: 100%;
    }
    .tntImg3 img {
        border-radius: 10px;
        width: 100%;
        height: 290px;
    }
    .descrip1 p, .descrip2 p, .descrip3 p, .descrip4 p, .descrip5 p, .descrip6 p, .descrip7 p {
        font-size: 25px;
        color: #f9f9f9;
    }
    #content5 {
        width: 100%;
        height: 856px;
    }
    #about {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
}
@media (max-width: 420px) {
    body {
        width: 100%;
      }
    header , main , footer {
        width: 100%;
    }
    .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        flex-wrap: wrap;
    }
    .menu li {
        margin: 5px;
    }
    .cntBox {
        width: 100%;
    }
    .cntBox p {
        padding: 35px;
        color: #f9f9f9;
    }
    #content2 {
        height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .dot {
        margin: 10px;
    }
    #content3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 940px;
    }
    .cnt3 {
        display: flex;
        flex-direction: column;
        height: 730px;
    }
    .tlt {
        padding-bottom: 20px;
    }
    #content4 {
        width: 100%;
        height: 3350px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    #tnt1 , #tnt2 , #tnt3, #tnt4 , #tnt5 , #tnt6, #tnt7 {
        width: 90%;
        height: 420px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 15px;
    }
    .tntImg1 , .tntImg2 , .tntImg3 , .tntImg4 , .tntImg5 , .tntImg6 , .tntImg7 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 380px;
        padding-left: 35px;
    }
    .tntImg1 img , .tntImg2 img, .tntImg4 img, .tntImg5 img, .tntImg6 img, .tntImg7 img {
        width: 90%;
    }
    .tntImg3 img {
        border-radius: 10px;
        width: 90%;
        height: 250px;
    }
}
