*{
    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;
    width: 100%;
    min-height: 90vh ;
    margin-top:100px;
}
.blog-content{
    display: flex;
    display: block;
    justify-content: space-around;
    width: 100%;
    height: 700px;
}
.blog-title-container{
    display: flex;
    display: block;
    width: 100%;
    height: 300px;
}
.blog-title-text{
    display: flex;
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
}
.blog-title-text h1{
    color: whitesmoke;
    font-size: 90px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}
.blog-title-text-p1{
    color: whitesmoke;
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-top: 100px;

}
.blog-title-image{
    display: flex;
    justify-content: right;
    width: 100%;
    height: 200px;
    margin-top: -130px;
    position: relative;
}
.blog-title-image img{
  
    width: 20%;
    height: 95%;
    margin-right: 20px;
    border-radius: 25px;  
    position: relative;
}
.blog-body-content{
    display: flex;
    width: 100%;
    height: 800px;
}
.blog-text-content{
    display: flex;
    width: 100%;
    height: 790px;
}
.blog-text-content p{
    color: whitesmoke;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: justify;
    white-space: pre-line;
}
.blog-text-content a{
    text-decoration: none;
    margin-left: 10px;
    color:  deepskyblue;
}
.language-words{
    display: flex;
    display: block;
    width: 100%;
    height: 600px;
    margin-top: 700px;
}
.language-words h1{
    text-align: center;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 25px;
}

.language-boxes{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 400px;
    align-items: center;
    margin-top: 80px;
}
.left-lang-box, .center-lang-box, .right-lang-box{
    display: flex;
    display: block;
    width:  18%;
    height: 310px;
    margin-left: 20px;
    margin-right: 20px;
}
.left-lang-box span, .center-lang-box span, .right-lang-box span{
    margin-left: 8%;
    color: whitesmoke;
    font-size: 25px;
    font-weight: 600;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.left-lang-box p, .center-lang-box p, .right-lang-box p{
   text-align: left;
   margin-left: 20px;
   margin-top: 50px;
   font-weight: 600;
   color: whitesmoke;
   font-size: 18px;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.footer{
    display: flex;
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 780px;
    background-color: black;
    margin-top: 200px;
}
.footer-content{
    display: flex;  
    display: block;
    width: 100%;
    height: 400px ;
    margin-top: 20px;
    position: relative;
}
.boxes-container{
    display: flex; 
    width: 100%;
    height:390px;
    margin-top: 20px;
    margin-bottom: 80px;
}
.box-left{
    display: flex;
    display: block;
    width: 25%;
    height: 390px;
    margin-left: 30px;
  
}
.box-center-1{
    display: flex;
    display: block;
    width: 25%;
    height: 390px; 
    margin-left: 10px;
  
}
.box-center-2{
    display: flex;
    display: block;
    width: 18%;
    height: 390px;
    margin-left: 10px;
  
}
.box-right{
    display: flex;
    display: block;
    width: 25%;
    height: 390px;
    margin-right: 20px;
    margin-left: 10px;
   
}
.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-weight: 800;
    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: 100px;
}
.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: 90px;
    margin-top: -30px;
   
}
.enterprice-container h2{
    text-align: center;
    color: whitesmoke;
    padding-top: 40px;
    font-size: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.enterprice-container a{
    margin-top: 20px;
    margin-left: 45%;
    font-size: 18px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: none;
    color: purple;
}
.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%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    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){
    
    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-left: 260px;
        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;
        display: block;
        width: 100%;
        height: 670vh;
        position: relative;
    }
    .blog-content{
        display: flex;
        display: block;
        width: 100%; 
        height: 99vh;
        margin-top: 50px;
    }
    .blog-title-container{
      display: flex;
      display: block;
      width: 100%;
      height: 250px;
      position: relative;
    }
    .blog-title-text{
        display: flex;
        display: block;
        width: 100%;
        height: 300px;
    }
    .blog-title-text h1{
        font-size: 50px;
       margin: 0;
        text-align: left;
    }
    .blog-title-text-p1{
        font-size: 18px;
    }
   .blog-title-image{
        display: flex;
        width: 100%;
        height: 200px;
        margin-top: -70%;
   }
    .blog-title-image img{
        width: 60%;
        height: 70%;
        margin-left: 150px;
        margin-top: 20px;
        border-radius: 25px;
    }
    .blog-body-content{
        display: flex;
        display: block;
        width: 100%;
        height: 420vh;
        margin-top: -20px;
        margin-bottom: 350px;
    }
    .blog-text-content{
        display: flex;
        width: 100%;
        height: 425vh;
       
    }
    .blog-content-body p{
        font-size: 20px;
        text-align: justify;
        width: 100%;
        margin: 0;
        white-space: pre-line;
        margin-top:50px;
    }
    .language-words{
        display: flex;
        width: 100%;
        height: 190vh;
        display: block;
        margin-top: 2500px;
    }
    .language-words h1{
        font-size: 19px;
        width: 100%;
    }
    .language-boxes{
        width: 100%;
        height: 400vh;
        display: flex;
        display: inline;
        flex-direction: column;
    }  
    .left-lang-box, .center-lang-box, .right-lang-box{
        display: flex;
        display: block;
        width: 95%;
        height: 350px;
        margin-top: 90px;
        margin-left: 8px;
    }
    .left-lang-box span, .center-lang-box span, .right-lang-box span{
       padding-left: 30%;
       padding-bottom: 20px;
    }
    .left-lang-box p, .center-lang-box p, .right-lang-box p{
       text-align: center;
       margin-top: 20px;
    }
    .footer{
        display: flex;
        width: 100%;
        min-height: 218vh;
        position: relative;
    }
    .footer-content{
        display: flex;
        display: block;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 160vh;
    }
    .boxes-container{
        display: flex;
        display: block;
        width: 100%;
        height: 450vh;
        max-height: 150vh;
    }
    .box-left{
        display: flex;
        display: block;
        width: 100%;
        height: 190px;
        margin: 0;
    }
    .box-center-1{
        display: flex;
        display: block;
        width: 100%;
        height: 190px;
        margin: 0;
    }
    .box-center-2{
        display: flex;
        display: block;
        width: 100%;
        height: 300px;
        margin: 0;
    }
    .box-right{
        display: flex;
        display: block;
        width: 100%;
        height: 250px;
        margin: 0;
    }
    .social-media-container{
        display: flex;
        display: block;
        width: 100%;
        height: 110px;
        position: relative;
    }
    .copyrights-container{
         display: flex;
        display: block;
        width: 100%;
        height: 100px;
        position: relative;
    }
     .enterprice-container{
        display: flex;
        display: block;
        width: 100%;
        height: 100px;
        position: relative;
   }
    .enterprice-container h2{
        text-align: center;
        color: whitesmoke;
        padding-top: 40px;
        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;
    }
     .go-up{
        padding: 19px;
        bottom: 50px;
        right: 10px;
        margin-top: -40px;
    }
    .img{
        width: 50px;
        height: 50px;
    }

}
