@import url(https://db.onlinewebfonts.com/c/34e23dd51b4e6f71165cb62eff021e01?family=Archivo+Expanded);
@import url(https://db.onlinewebfonts.com/c/de5ce3151b1213916adc59c10b6ec424?family=MODERNIZ);


@font-face {
    font-family: "Archivo Expanded";
    src: url("https://db.onlinewebfonts.com/t/34e23dd51b4e6f71165cb62eff021e01.eot");
    src: url("https://db.onlinewebfonts.com/t/34e23dd51b4e6f71165cb62eff021e01.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/34e23dd51b4e6f71165cb62eff021e01.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/34e23dd51b4e6f71165cb62eff021e01.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/34e23dd51b4e6f71165cb62eff021e01.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/34e23dd51b4e6f71165cb62eff021e01.svg#Archivo Expanded")format("svg");
}

@font-face {
    font-family: "MODERNIZ";
    src: url("https://db.onlinewebfonts.com/t/de5ce3151b1213916adc59c10b6ec424.eot");
    src: url("https://db.onlinewebfonts.com/t/de5ce3151b1213916adc59c10b6ec424.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/de5ce3151b1213916adc59c10b6ec424.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/de5ce3151b1213916adc59c10b6ec424.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/de5ce3151b1213916adc59c10b6ec424.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/de5ce3151b1213916adc59c10b6ec424.svg#MODERNIZ")format("svg");
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("public/fonts/MyriadPro-Regular_0.woff2") format("woff2"),
       url("public/fonts/MyriadPro-Regular_0.woff") format("woff"),
       url("public/fonts/MyriadPro-Regular_0.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 :root {
    --background_white: #ffffff;
    --background_beige: #F2EFE9;
    --text_blue: #0B62B7;
    --text_gray: #848484;
  }
  
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  header {
    display: flex;
    align-items: center;  
    justify-content: space-between; 
    height: 100px;
    padding: 0 20px; 
    background: var(--background_white);
   
  }
  
  main{
    background: var(--background_beige);
  }
  
  
  
  .nav_bar{
    
    color: var(--text_blue);
  }
  
  .nav_bartitle h1{ 
    font-weight: 300;
    font-family: "MyriadPro-Regular_0", sans-serif;
    
  }
    
  .nav_bar .nav_bartitle b{
    font-style: bold;
    font-family: "Archivo_Expanded-Regular", sans-serif;
  }
  
  .nav_bar .nav_bartitle b:last-child{
    font-size: 0.4rem;
  }
  
  
  .nav_barredes {
    display: flex;
    align-items: center;
    gap: 10px
  }
  
  .nav_barredes img {
    display: flex;
    width: 30px;
    margin-right: 15px; 
  }
  
  .nav_barredes img:last-child {
    margin-right: 0; 
  }
  
  
  .Section1{
    display: flex;
    color:var(--text_blue);
    
  }
  .section1_image{
    margin: 0rem 2rem 2rem 5rem;
    
  }
  
  .section_images{
    width: 700px;
    height: 800px
    ;
  }
  
  .section1_info{
    margin: 5rem;
    line-height: 1;
    
  }
  
  .section1_info1{
    display: none;
  }
  
  .section1_info h2{
    width: 35%;
    font-size: 4rem;
    font-family: "moderniz", sans-serif;
    font-weight: bold;
    letter-spacing: -2px;
  }
  .section1_info p{
    width: 35%;
    font-family: "Archivo_Expanded-Regular", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -1px;
  }
  
  .section1_info2{
    margin: 4rem;
    width: 65%;
    font-family: "Archivo_Expanded-Regular", sans-serif;
    font-size: 1.2rem;
    letter-spacing: -1px;
  }
  
  .section1_info2 p{
    margin: 1rem;
    text-align: justify;
    line-height: 1;
  }
  
  .section_tex{
    position: relative;
    bottom: 100px;
  }
  
  .section_texti{
    width: 750px;
    height: 220px;
  }
  
  .section_textd{
    display: none;
  }
  
 .section2{
    display: flex;
    flex-direction: column;
    align-items: center;
   font-family: "Archivo_Expanded-Regular", sans-serif;
   font-size: 1.4rem;
   line-height: 1;
   letter-spacing: -1px;
   color: var(--text_blue);
  }
  
  .section2 img{
   margin: 0.5rem;
   flex-direction: row;
  
  }

  
  .section_icons1{
    width: 60px;
    height: 60px;
  
  }
  
  .section_icons2{
    width: 600px;
    height: 200px;
  }
  
  .section3{
    display: flex;
    justify-content: center;
    color: var(--text_blue);
    font-family: "Archivo_Expanded-Regular", sans-serif;
    letter-spacing: -1px;
    font-size: 1.2rem;
  }
  
  .section3 div{
   margin: 3rem;
   width: 20%;
   text-align: left;
   line-height: 1;
  
  }
  
  .section3 h3{
    margin-bottom: 0.5rem;
  }
  
  .sectionimage{
    margin-top: 2rem;
  }
  
  .image_banner2{
    width: 100%;
    height: 100%;
  }
  
  .section4 {
  display: flex;
  color: var(--text_blue);
  font-family: "Archivo_Expanded-Regular", sans-serif;
  }
  
  .section4_ns{
    position: relative;
    margin: 2rem;
  }
  
  .section4_ns img{
   display: flex;
   align-items: center;
   justify-content: center;
  } 
  
  .section4_ns h2{
    position: relative;
    top:-200px;
    left: 400px;
    width: 50%;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -6px;
    font-family: "moderniz", sans-serif;
  
  }

  .section4_ns1{
    display: none;
  }
  
  .section4_text{
    display: flex;
    flex-direction: column;
    margin: 2rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }
  
  .imagen_molde{
    width: 800px;
    height: 500px;
  }
  
  .section4_text p{
    margin: 1rem;
    width: 60%;
  }
  
  footer div{
    display: flex;
    flex-direction: column;
    margin: 2rem;
    text-align: left;
   
  }
  
  footer {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 2rem 4rem;
    background: var(--background_white);
    color: var(--text_gray);
    font-family: "Archivo_Expanded-Regular", sans-serif;
    width: 100%;
  }
  
  .footer-section {
    display: flex;
    flex-direction: column;
  }
  
  .footer-left {
    text-align: left;
  
  }
  
  .footer-left h2, span{
    font-size: 1.5rem;
  }
  
  .footer-left p{
    margin: 0.5rem;
  }
  
  .footer-center {
    display: flex;
    gap: 0.5rem; 
  }
  
  .icons_redesfo{
    width: 30px;
    height: 30px;
  }
  
  .footer-icons {
    display: flex;
    flex-direction: row;
    gap: 0.5rem; 
  }
  
  .footer-right {
    text-align: right;
  }
  
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  
  .whatsapp-button img {
    width: 60px;
    height: 60px;
  }
  
  @media screen and (max-width: 1024px) {
    header {
      flex-direction: column;
      height: auto;
      padding: 1rem;
    }
  
    .nav_bartitle h1 {
      font-size: 2rem;
    }
  
    .nav_barredes {
      margin-top: 1rem;
    }
  
    .Section1 {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .section1_image {
      margin: 0;
      width: 100%;
      text-align: center;
    }
  
    .section1_image img {
      width: 100%;
      height: auto;
    }
  
    .section1_info, .section1_info2 {
      margin: 2rem 1rem;
      width: 90%;
    }
  
    .section1_info h2 {
      font-size: 2.5rem;
      width: 100%;
    }
  
    .section1_info p {
      width: 100%;
      font-size: 1.2rem;
    }
  
   
  
   
  
  
    .section3 div {
      width: 100%;
      margin: 1rem 0;
    }
  
    .section4 {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .section4_ns1{
      display: flex;}
  
    .section4_ns h2 {
      font-size: 3rem;
      top: 0;
      left: 0;
      width: 100%;
      letter-spacing: -3px;
    }
  
    .section4_text p {
      width: 90%;
    }
  
    footer {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer-section {
      width: 100%;
      margin-bottom: 1rem;
    }
  
    .footer-center {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-icons {
      flex-direction: row;
      justify-content: center;
    }
  }
  
  @media screen and (max-width: 768px) {
    .nav_bartitle h1 {
      font-size: 1.8rem;
    }
  
    
  
    .section1_info h2 {
      font-size: 2rem;
    }
  
    .section1_info p {
      font-size: 1rem;
    }

    .section4_ns{
        width: 100%;
    }
  
    .section4_ns img{
        margin: 1rem;
        width: 650px;
        height: 450px;
    }

    .section4_ns h2 {
      font-size: 2.0rem;
      letter-spacing: -2px;
    }
  
    .section4_text p {
        width: 60%;
      font-size: 1rem;

    }
  
    .section_text{
      display: none;
    }
    
    .section_texti{
      display: none;
    }   
  }
  
  
  
  @media screen and (max-width: 435px) {
    .nav_bartitle h1 {
      font-size: 1.5rem;
    }
  
    .nav_barredes img {
      display: none;
      
    }
  
    .section_images{
      
      width: 200px;
      height: 130px;
    }
  
    .section1_info{
      display: none;
    }
  
  
    .section1_info1{
      display: flex;
      flex-direction: column;
      margin: 1rem;
      
      
    }
  
    .section_texti{
      display: none;
    }
  
   .section_textd{
    display: flex;
    width: 350px;
    height: 150px;
   }

   .section_tex{
    display:none ;
  }


    
  .section_texti1{
      position: relative;
      top: -50px;
      display: flex;
      width: 350px;
  }
    
  
  .section1_info1 h2{
      width: 80%;
      font-size: 2rem;
      text-align: left;
      font-family: "moderniz", sans-serif;
      letter-spacing: -4px;
  }
  
  .section1_info1 p{
      width: 80%;
      margin: 1.5rem 0 1.5rem 0.5rem;
      font-size: 1.5rem;
      text-align: left;
      font-family: "Archivo_Expanded-Regular", sans-serif;
  }
  
  
  
  .section2{
      margin-top: 1.5rem;
  }

 
    .section3 {
      display: flex;
      flex-direction: column;
      font-size: 1.2rem;
      width: 100%;
    }
  
    .section3 div{
     
      text-align: center;
     }
  
   
    .section_texti{
      display:none;
      width: 300px;
      height: 120px;
    }
  
    .section1_info p {
      font-size: 0.9rem;
    }
  
    .section_icons2{
      width: 350px;
  
    }
  
   
    .section4_ns{
      display: none;
      margin: 0.5rem;
    }
    .section4_text{
      margin: 0;
    }

    .section4_ns1 img{
        width: 250px;
    }
  
    .section4_text p {
      width: 70%;
      font-size: 1.2rem;
      text-align: justify;
  
    }
  
    .imagen_molde{
      width: 100%;
      transform: rotate(90deg);
    }
  
    footer {
      padding: 1rem;
    }
  
    .footer-left{
      margin: 0;
      text-align: center;
    }
  
    .footer-center{
      margin: 0;
    }
  
    .footer-right{
      text-align: center;
    }
  }
  

  @media screen and (max-width: 393px) {  

  s

  }