* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color:  rgb(2, 31, 2);
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/greatvibes/v19/RWmMoKWR9v4ksMfaWd_JN9XIiaQ6DQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-image: url(../images/bannerchild.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed !important;
    width: 100%;
    position: absolute;
    z-index: 9000;
    top: 0;
}

header h1{
    color: whitesmoke;
    font-size: 35px;
    font-family: "Great Vibes";
}

.nav-list {
    list-style-type: none;
    display: flex;
    gap: 1rem;
}

.nav-list li a {
    text-decoration: none;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
}

.abrir-menu,
.cerrar-menu {
    display: none;
}
.main-content{
    display: flex;
    display: block;
    position: relative;
    width: 100%;
    height:190vh;
}

.news-container{
    display: flex;
    display: block;
    width: 100%;
    height: 165vh;
    margin-top: 110px;
    position: relative;
}

.news-container h1{
    width: 100%;
    color: whitesmoke;
    font-size: 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.news-container-p1{
    color: whitesmoke;
    font-size: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.news-body{
    display: flex;
    width: 100%;
    height: 400px;
    position: relative;
}
.news-body p{
    color: whitesmoke;
    font-size: 18px; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: justify;
    white-space: pre-line;
}
.footer{
    display: flex;
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 770px;
    background-color: black;
}
.footer-content{
    display: flex;  
    display: block;
    width: 100%;
    height: 400px ;
    margin-top: 20px;
}
.boxes-container{
    display: flex; 
    justify-content: space-between;
    width: 100%;
    height:260px;
    margin-top: 20px;
    margin-bottom: 80px;
}
.box-left{
    display: flex;
    display: block;
    width: 20%;
    height: 350px;
    margin-left: 20px;
}
.box-center-1{
    display: flex;
    display: block;
    width: 18%;
    height: 350px;
}
.box-center-2{
    display: flex;
    display: block;
    width: 18%;
    height: 350px;
}
.box-right{
    display: flex;
    display: block;
    width: 25%;
    height: 350px;
    margin-right: 20px;
    margin-left: -20px;
}
.box-left h1, .box-center-1 h1, .box-center-2 h1, .box-right h1{
    color: whitesmoke;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.box-left p, .box-center-1 p, .box-center-2 p, .box-right p{
    color: whitesmoke;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 100%;
}
.box-center-1 a{
    text-decoration: none;
    color: deepskyblue;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
} .box-center-2  a{
    text-decoration: none;
    color: deepskyblue;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.box-right-a{
    text-decoration: none;
    color: deepskyblue;
    font-size: 18px;
    font-weight: 400;
    width:100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.social-media-container{
    display: flex;
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 200px;
}
.social-media-text{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 35px;
}
.social-media-text h1{
    font-size: 25px;
    font-weight: 400;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.social-media-brands{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
}
.fa-img, .ins-img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-left: 20px;
}
.tk-img{
    width: 40px;
    height: 35px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 150%;
}
.pn-img{
    width: 50px;
    height: 30px;
    margin-right: 20px;
}
.copyrights-container{
    display: flex;
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}
.copyrights-container h3{
    margin-top: 20px;
    text-align: center;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.copyrights-container p{
    font-size: 18px;
    text-align: center;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.enterprice-container{
    display: flex;
    display: block;
    width: 100%;
    height: 60px;
    justify-content: center;
}
.enterprice-container h1{
    margin-top: 20px;
    text-align: center;
    color: whitesmoke;
    font-size: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.enterprice-container a{
    margin-top: 28px;
    margin-left: 45%;
    color: whitesmoke;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: none;
    color: purple;
}
.enterprice-container h2{
    margin-top: -3px;
    text-align: center;
    color: whitesmoke;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.go-up{
	display: none;
    align-items: center;
    height: 50px; 
    width: 55px;
    background: transparent;
	cursor:pointer;
	position: fixed;
	bottom: 40px;
	right: 15px;
    border: none;
    border-radius: 100%;
    box-shadow: 20px 10px 30px 30px 10px 20px  blue
}

.img{
    width: 60px;
    height: 60px;
    position: relative;
    font-size: 60px;
    font-weight: 900;
    right: 20%;
}

@media all and (max-width: 800px) {
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body{
        width: 100%;
        max-height: 1800px;
    }
    header{
        display: flex;
        display: inline-block;
        width: 100%;
        height: 80px;
        position: fixed !important;
        background-position:center center ;
        top:0;
        z-index: 9000;

    }
    header h1{
        margin-left: -20px;
        font-size: 28px;
        width: 100%;
    }
    .abrir-menu, .cerrar-menu {
        display: block;
        border: 0;
        font-size: 1.25rem;
        background-color: transparent;
        cursor: pointer;
        float: right;
       
    }

    .abrir-menu {
      color: whitesmoke;
      font-weight: 800;
      font-size: 25px;
      margin-right: -25px;
      margin-top: -34px;
      float: right;
       
    }
    
    .cerrar-menu {
        float: right;
        margin-top: 28px;
        margin-right: -18px;
        color: whitesmoke;
        font-size: 35px;
    }

    .nav {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: left;
        gap: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: rgb(2, 31, 2);
        width: 100%; 
        height: 690px;  
        z-index: 9000; 
    }
    
    .nav.visible {
        opacity: 1;
        visibility: visible;
        transition: all .5s ease;
    }
    
    .nav-list {
        flex-direction: column;
        align-items: start;
        margin-left: 20px;
        margin-top: 50px;
    }

    .nav-list li a {
        color: #ecececec;
        font-weight: 800;
        font-size: 23px;
        margin-left: 20px;
    }
   
    .main-content{
        display: flex;
        width: 100%;
        display: block;
        height: 270vh;
        margin-top: 100px;
    }
    .news-container{
        display: flex;
        display: block;
        width: 100%;
        height: 700px;
        margin-top: 120px;
    }
    .news-container h1{
        width: 100%;
        color: whitesmoke;
        font-size: 20px;
        text-align: justify;
    }
    .news-body{
        margin-top: 50px;
    }
    
    .footer{
        display: flex;
        width: 100%;
        min-height: 220vh;
        position: relative;
        bottom: 0;
    }
    .footer-content{
        display: flex;
        display: block;
        width: 100%;
        height: 150vh;
        position: relative;
    }
    .boxes-container{
        display: flex; 
        display: block;
        width: 100%;
        height: 150vh;
    }
    .box-left{
        display: flex;
        display: block; 
        width: 100%;
        height: 200px;
        margin: 0;
    }
    .box-center-1{
        display: flex;
        width: 100%;
        display: block;
        height: 120px;
        margin-top: 40px;
    }
    .box-center-2{
        display: flex;
        display: block; 
        width: 100%;
        height: 300px;
        margin-top: 40px;
    }
   
    .box-left h1, .box-center-1 h1, .box-center-2 h1{
        font-weight: 800;
        font-size: 25px;
    }
    .box-left p, .box-center-1 p, .box-center-2 p {
        font-size: 18px;
        font-weight: 800;
        text-align: justify;
        margin-right: 30px;
    }
    .box-right{
        display: flex;
        width: 100%;
        display: block;
        height: 220px;
        margin-top: 40px;
        margin:0;
    }
    .box-right h1{
        font-weight: 800;
        font-size: 25px;
    }
    .box-right p{
        font-size: 18px;
    }
    .social-media-container{
        display: flex;
        display: block;
        width: 100%;
        height: 110px;
        margin-top: -20px;
    }
    .copyrights-container{
         display: flex;
        display: block;
        width: 100%;
        height: 100px;
        margin-top: 100px;
    }
    .enterprice-container{
        display: flex;
        display: block;
        width: 100%;
   }
    .enterprice-container h1{
        text-align: center;
        color: whitesmoke;
        padding-top: 150px;
        font-size: 15px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       }
    .enterprice-container a{
        margin-left: 30%;
        color: purple;
        font-size: 18px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        text-decoration: none;
        margin-top: 20px;
    }
    .go-up{
        padding: 19px;
        bottom: 60px;
        right: 20px;
    }
    .img{
        width: 50px;
        height: 50px;
    }
}