* {
    margin: 0;
    box-sizing: border-box;
  }

  @font-face{
    font-family: seccion1;
    font-style: normal;
    font-weight: normal;
    src: url(../img/poppins/Poppins-ExtraLightItalic.otf);
  }

  @font-face{
    font-family: seccionbold;
    font-style: normal;
    font-weight: normal;
    src: url(../img/poppins/Poppins-SemiBold.otf);
  }

  @font-face{
    font-family: seccion2;
    font-style: normal;
    font-weight: normal;
    src: url(../img/poppins/Poppins-Light.otf);
  }

  @font-face{
    font-family: seccion2-1;
    font-style: normal;
    font-weight: normal;
    src: url(../img/poppins/Poppins-SemiBoldItalic.otf);
  }

  @font-face{
    font-family: tipo3;
    font-style: normal;
    font-weight: normal;
    src: url(../img/poppins/Poppins-ExtraBoldItalic.otf);
  }
  
  body {
    font-family: 'Poppins', sans-serif;
  }
  
  .header1 {
    background-image: linear-gradient(to right, #03041f 0%, #0d1448 100%);
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .nav {
    display: flex;
    justify-content: space-between;
  
    max-width: 100%;
    margin: 0 auto;
  }
  
  .nav-link {
    color: white;
    text-decoration: none;
    font-size: 15px;

  }
  
  .logo {
    font-size: 30px;
    font-weight: bold;
    padding: 0 300px 0 400px;
    line-height: 80px;
  }
  
  #logo{
    padding-top: 25px;
    height: 45px;
    width: 120px;
  }
  
  .nav-menu {
    display: flex;
    margin-right: 100%;
    list-style: none;
  }
  
  .red-social:not(:last-child) {
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
  }

/*iconos redondos del menú*/
  .nav-menu .red-social .whatsapp {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 20px;
    width: 32px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    border-radius: 50% !important;
  }
  
  .nav-menu .red-social .whatsapp:hover {
    background-color: #3c4858;
    border-color: #2f55d4 !important;
    color: #ffffff !important;
  }
  
  .nav-menu .red-social .whatsapp {
    background-color: #34BF8C;
    color: #ffffff;
  }

/*facebook*/
  .nav-menu .red-social .facebook {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 20px;
    width: 32px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    border-radius: 50% !important;
  }
  
  .nav-menu .red-social .facebook:hover {
    background-color: #3c4858;
    border-color: #2f55d4 !important;
    color: #ffffff !important;
  }
  
  .nav-menu .red-social .facebook {
    background-color: #55038C;
    color: #ffffff;
  }

/*instagram*/
  .nav-menu .red-social .instagram {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 20px;
    width: 32px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    border-radius: 50% !important;
  }
  
  .nav-menu .red-social .instagram:hover {
    background-color: #3c4858;
    border-color: #2f55d4 !important;
    color: #ffffff !important;
  }
  
  .nav-menu .red-social .instagram {
    background-color: #BF349A;
    color: #ffffff;
  }


/*aqui terminan los iconos*/
  .nav-menu-item {
    font-size: 18px;
    margin: 0 10px;
    line-height: 80px;
    text-transform: uppercase;
    width: max-content;
  }
  
  .nav-menu-link {
    padding: 25px 12px;
  }
  
  .nav-menu-link:hover {
    color: #6EBF34;
  }
  
  /* TOGGLE */
  .nav-toggle {
    color: white;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 20px;
    line-height: 60px;
  
    display: none;
  }


  .section1 img{
    max-width: 100%;
    height: auto;
  }
  

  #hero {
    background-image: url(../img/fondo2.png);
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
  }


  #hero h1 {
    display: block;
    width: fit-content;
    font-size: 2.5rem;
    font-family: seccion1;
    font-style: oblique;
    position: relative;
    padding-top: 20px;
    color: white;
  }

  #hero .button {
    display: inline-block;
    padding: 0.2em 0.5em;
    font-size: 1rem;
    font-weight: italic;
    cursor: pointer;
    text-decoration: none;
    color: purple;
    background-color: #ffffff;
    border: none;
    border-radius: 35px;
  }
  #hero .button:hover {
    background-color: rgba(224, 10, 120, 0.37);
    color: white;
  }

  section.heros .space {
    font-size: 2.5rem;
    font-family: seccion1;
    padding-top: 500px;
    font-style: italic;
    color: white;
    text-align: center;
  }

  .bold{
    font-family: seccionbold;
    font-weight: 200;
    }

  .nosotros-text{
    text-align: left;
    margin-left: 400px;
    margin-top: 30px;
  }

  .s2second{
    font-family: seccion2;
    font-size: 50px;
  }

  .s3second{
    font-family: seccion2-1;
    font-size: 26px;
  }

  .s4second{
    font-family: tipo3;
    font-size: 34px;
  }

  .carousel-text{
    font-family: seccion2;
    font-size: 2.8rem;
  }

  .carousel-text2{
    color: white;
    font-family: seccion1;
    text-align: center;
    padding: 670px;
    font-size: 1.7rem;
  }

  .carousel-text3{
    font-family: seccionbold;
    font-weight: 200;
  }

  .cotizar{
    color: white;
    background-color: orange;
    border-radius: 25px;
    font-size: 1rem;
    padding: 3px 3px 3px 3px;
    font-family: seccion2;
    list-style: none;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #FF8C00 0%, #FF5600 100%);
  }

  .negritas{
    font-weight: 800;
  }

  .timeline-text{
    text-align: center;
    padding-top: 125px;
    color: white;
    font-family: seccion2-1;
    font-size: 1.8rem;
  }

  .timeline-text1{
    font-family: tipo3;
  }
    .timeline-text2{
    font-family: tipo3;
  }
  .timeline-text3{
    font-family: seccion2-1;
    font-size: 1.4rem;
    padding-top: 2px;
  }

  .s1mapa{
    font-family: seccion2;
    font-size: 3.3rem;
  }

  .s2mapa{
    font-family: seccionBold;
    font-size: 3rem;
    color: white;
  }

  .coberh5{
    margin-left: 25%;
    padding-top: 20px;
  }

  .s1text{
    color: white;
    font-family: seccion2-1;
    font-size: 2.2rem;
    padding-bottom: 10px;
  }

  .s2text{
    color: white;
    font-family: tipo3;
    font-size: 2.2rem;
    padding-top: 10px;
  }

  /* MOBILE */
  @media screen and (max-width: 980px){
  
    .logo {
      font-size: 25px;
      padding: 0 70px;
      line-height: 60px;
    }

    section.heros .space {
    font-size: 2.0rem;
    font-family: 'Poppins';
    padding-top: 400px;

  }
  
    #logo { 
      margin-top: 13px;
      height: 45px;
      width: 110px;
    }
  
    .nav-menu {
      flex-direction: column;
      align-items: center;
      margin: 0;
      background-image: linear-gradient(to right, #03041f 0%, #0d1448 100%);
      position: fixed;
      top: 60px;
      width: 100%;
      padding: 20px 0;
  

      overflow-y: auto;
  
      left: 100%;
      transition: left 0.3s;
    }
  
    .nav-menu-item {
      line-height: 70px;
    }
  
    .nav-menu-link:hover {
      background: none;
      color: #c2c211;
    }
  
    .nav-toggle {
      display: block;
    }
  
    .nav-menu_visible {
      left: 0;
    }
  
    .nav-toggle:focus:not(:focus-visible) {
      outline: none;
    }

    #hero h1 {
      display: block;
      font-size: 2.5rem;
      font-family: 'Poppins';
      font-style: oblique;
      position: relative;
      padding-top: 20px;
      color: white;
    }
  }

  



