@import "./css/bootstrap-icons/font/bootstrap-icons.css";
@import url(css/mi-slider.css);
@import url(css/nivo-slider.css);


* {
  box-sizing: border-box;
}
body {
    font-family: 'made_okine_sans_personal_usRg', sans-serif;
  }
  
  /*h1, h2, h3 {
    font-family: 'made_okine_sans_personal_usMd', sans-serif;
  }*/
  
  p {
    font-family: 'nexa_lightregular', sans-serif;
  }
  .nav-link {
    font-family: 'nexa_lightregular', sans-serif;
    color: black !important;
    font-size: 14px !important;
    margin-top: 30px;
  }
  .navbar-nav {
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .navbar {
    background-color: #fff !important;
    padding: 0 !important;
  }
  .navbar ul{
   margin-top: 20px;
  }
   .logo-img {
    width: 110px; 
    height: auto; 
    margin-left: 30px;
  }
  
  .banner {
    position: relative;
    top: 0%;
    left: 0%;
    overflow:hidden;
  }

  .floatglobo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.header-image img{
  width: 100%;
  height: 100%;
}

.floatglobo img {
  width: 100%;
  height: 100%;
}

.flotante {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}

.flotante img {
  max-width: 100%;
  height: auto;
}

.curvas img{
  width: 100%;
  height: 100%;
}

.parrafo {
  position: absolute;
  top: 640px;
  left: 25%;
  padding: 20px;
  width:350px;
}

.parrafo p {
  font-family: 'made_okine_sans_personal_usRg', sans-serif;
  font-size: 18px;
}

.lista {
  position: absolute;
  top: 700px;
  right: 8%;
  padding: 20px;
  width: 40%;
}

.lista ul {
  list-style: none;
  padding: 0;
}

.lista ul li {
  font-family: 'made_okine_sans_personal_usRg', sans-serif;
  font-size: 22px;
  color: #ff6600;
  margin-bottom: 10px;
  position: relative;
}

.lista ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-left: 10px solid black;
  border-bottom: 8px solid transparent;
}

.lista ul li:nth-child(2)::before {
  top: 30%;
}

.lista ul li:nth-child(3)::before {
  top: 70%;
}

.lista ul li span {
  color: #ff6600;
}
  .divisor-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 70%;
  }
   
  .divisor-container p {
  font-family: 'made_okine_sans_personal_usRg', sans-serif;
  font-size: 18px;
  }

  .divisor-container h4 {
    color: #fff; 
    font-size: 22px; 
    font-family: 'nexa_lightregular', sans-serif;
  }
  
  .nosotros-container {
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .nosotros-container p {
    font-family: 'made_okine_sans_personal_usRg', sans-serif;
    font-size: 16px;
    }
    .derecha {
      text-align: right;
      }
  
  .divisor-contenido {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 70%;
  }

  .divisor-contenido p {
  font-family: 'made_okine_sans_personal_usRg', sans-serif;
  font-size: 18px;
  }

  .divisor-contenido h4 {
    color: #fff; 
    font-size: 22px; 
    font-family: 'nexa_lightregular', sans-serif;
  }

  .conforme {
    width: 70% !important;
  }

  .clientes {
    width: 70% !important;
    margin-left: 15% !important;
  }
  .clientes i {
    font-size: 12px;
    color: #333333;
  }
  .clientes a {
    font-size: 18px;
    color: #ff6600 !important; 
    font-family: 'made_okine_sans_personal_usRg';
  }

  .map-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map-container iframe {
    width: 98%;
    height: 450px;
    border: 0;
  }
  .postheader img {
    max-width: 250px;
   }
   .postheader h1 {
   color: #ff6600; 
   font-size: 36px; 
   letter-spacing: 4px; 
   font-family: 'nexa_lightregular', sans-serif;
  }

  .logo-RN img {
    height: 60px;
    width: auto;
  }
    
  .text-start-custom {
    flex: 1;
    text-align: left;
    margin-left: 20px; /* Añadimos un margen a la izquierda para separar el texto del logo */
  }

  .input-wrapper {
    position: relative;
    margin-bottom: 25px;
  }
  .input-wrapper::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-color: #cccccc;
    border: 1px solid #d9d9d9;
    z-index: -1;
  }
  .form-control-custom {
    background-color:  #cccccc;
    border: 1px solid #b3b3b3;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #333;
  }
 
  .form-control-custom:focus {
    outline: none;
  }
  ::placeholder {
    color: #666666;
    opacity: 1;
  }
  .send-btn-wrapper {
    background-color: #ff6600;
    position: absolute;
    bottom: 35px;
    right: 0;
    margin-bottom: -30px;
  }

  .g-recaptcha{
    position: absolute;
    bottom: -110px;
    right: 35px;
    
  }

  .div-info .bi {
    font-size: 1 rem;
    margin-right: 0.5rem;
  }

  .div-info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#333333; 
    height: 35px; 
    color: #ffffff;
  }
  
  .div-info i, a {
    margin-right: 5px;
    margin-left: 10px;
    font-size: 15px;
  }
  
  .logo-pie img{
    height: 50px;
    width: auto;
  }
  .seguinos-container {
    font-size: 1.2rem; /* Ajustar tamaño del texto */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
  }

  .seguinos-container a,i{
    font-size: 32px;
  
  }
  .seguridad-container{
    max-width: 1000px;
    position: relative;
    top: -100px;
    left: 8%;
  }

  .seguridad-container p{
    font-family: 'made_okine_sans_personal_usRg', sans-serif;
    font-size: 22px;
  }
  .marcas {
    display: flex;
    flex-wrap: wrap;

    width: 100%;
    background-color:#cccccc;
  }
  .marcas p{
    font-family: 'made_okine_sans_personal_usRg', sans-serif;
    font-size: 20px;
    width: 85%;
    margin: auto;
  }
  .marcas img {
    height: 46px;
  }
  .separador {
    height: 1px;
  }

  .trabajos h1 {
   color: #ff6600; 
   font-size: 36px; 
   letter-spacing: 4px; 
   font-family: 'nexa_lightregular', sans-serif;
  }

  
  .tarjetas {
    max-width: 800px !important;
    
  }

  .tarjetas img{
    max-width: 350px;
    
  }
  .tarjetas img:hover {
    cursor: pointer;
  }

  .info{
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;    
    border: 1px solid #ff6600;
    border-radius: 10px;
    padding: 20px;

  }
  .info h5{
    color: #ff6600;
    font-family: 'nexa_lightregular', sans-serif;
    font-weight: 700;
  }

  .info p {
  font-family: 'made_okine_sans_personal_usRg', sans-serif;
  }
  .info img{
    max-width: 300px;
    margin: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
  }


.slide{
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: all 600ms;
    animation-name: autoplay;
    animation-duration: 16s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.item-slide{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
}
.pagination{
    position: absolute;
    bottom: 40px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pagination-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid white;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    text-align: center;
    transition: all 300ms;
}
.pagination-item:hover{
    transform: scale(2);
}
.pagination-item img{
    display: inline-block;
    max-width: none;
    height: 100%;
    transform: scale(1);
    opacity: 0;
    transition: all 300ms;
}
.pagination-item:hover img{
    opacity: 1;
    transform: scale(1);
}
input[id="1"]:checked ~ .slide{
    animation: none;
    transform: translate3d(0, 0, 0);
}
input[id="1"]:checked ~ .pagination .pagination-item[for="1"]{
    background: #fff;
}
input[id="2"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 1), 0, 0);
}
input[id="2"]:checked ~ .pagination .pagination-item[for="2"]{
    background: #fff;
}
input[id="3"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 2), 0, 0);
}
input[id="3"]:checked ~ .pagination .pagination-item[for="3"]{
    background: #fff;
}
input[id="4"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 3), 0, 0);
}
input[id="4"]:checked ~ .pagination .pagination-item[for="4"]{
    background: #fff;
}
@keyframes autoplay{
       8.33% {
        transform: translate3d(calc(-100% * 0), 0, 0);
      }
      25% {
        transform: translate3d(calc(-100% * 0), 0, 0);
      }
      33.33% {
        transform: translate3d(calc(-100% * 1), 0, 0);
      }
      50% {
        transform: translate3d(calc(-100% * 1), 0, 0);
      }
      58.33% {
        transform: translate3d(calc(-100% * 2), 0, 0);
      }
      75% {
        transform: translate3d(calc(-100% * 2), 0, 0);
      }
      83.33% {
        transform: translate3d(calc(-100% * 3), 0, 0);
      }
      100% {
        transform: translate3d(calc(-100% * 3), 0, 0);
      }
}
@media (max-width:1800px) { 
  .parrafo {
    position: absolute;
      top: 590px;
       
  }
     
  .lista {
    position: absolute;
    top: 590px;
    right: 2%;
   
  }

}

  @media (max-width:1550px) { 

    .seguridad-container{
      max-width: 800px;
     
      top: -80px;
      left: 8%;
    }
  
    .seguridad-container p{
      font-size: 16px;
    }

    .parrafo {
      position: absolute;
        top: 520px;
         
    }
       
    .lista {
      position: absolute;
      top: 530px;
      right: 4%;
     
    }
   
  }
  @media (max-width:1450px) { 
    .parrafo {
      position: absolute;
        top: 500px;
         
    }
       
    .lista {
      position: absolute;
      top: 500px;
      right: 4%;
     
    }
  }

  @media (max-width:1367px) { 
    .parrafo {
      position: absolute;
        top: 480px;
     }
       
    .lista {
      position: absolute;
      top: 480px;
      right: 2%;
      }
      .flotante {
        top: 40px;
     }
  }

  @media (max-width:1200px) { 

    .flotante {
      top: 30px;
   }
    .seguridad-container{
      max-width: 900px;
      position: absolute;
      top: 770px;
      left: 8%;
    }
    .separador {
      height: 100px;
    }

    .parrafo {
        position: absolute;
        top: 450px;
        left:60%;
        width: 250px;
     }
       
    .lista {
      position: absolute;
      top: 560px;
      left:10%;
     
    }

    .parrafo p {
     font-size: 14px;
    }
    
     
    .lista ul li {
      font-size: 16px;
     }
    
    .lista ul li::before {
     
      border-top: 6px solid transparent;
      border-left: 8px solid black;
      border-bottom: 6px solid transparent;
    }

    .seguridad-container p{
      font-size: 14px;
    }
  }

  @media (max-width:1024px) { 

    

    .postheader h1 {
         font-size: 28px; 
      }

      .trabajos h1 {
         font-size: 28px; 
       }

     .divisor-contenido p {
      font-size: 15px;
    }

    .seguridad-container{
      max-width: 900px;
      position: absolute;
      top: 700px;
      left: 8%;
    }
    .marcas p{
       width: 90%;
      font-size: 16px;
      }

      .separador {
        height: 450px;
      }

      .parrafo {
        position: absolute;
        top: 410px;
        left:60%;
        width: 250px;
     }
       
      .lista {
      position: absolute;
      top: 540px;
      left:10%;
     
    }
    
  }
  @media (max-width:991px) { 
     .navbar {
    display: block !important;
   }
   .navbar-toggler {
    position: absolute;
    top: 25px;
    right: 35px;
  }
  .seguridad-container{
    max-width: 720px;
    position: absolute;
    top: 700px;
    left: 2%;
  }

  .banner {
    height: 265px;
    width: 100%;
  }
  .header-image img{
    width: 1000px;
    overflow: hidden;
  }
  .flotante {
    top: 10px;
 }

  .flotante img {
    height: 265px;
   max-width: none;
  }
  .postheader img {
    max-width: 225px;
  }
  .curvas img{
    float: right;
    width: 1000px;
    overflow: hidden;
  }
  .floatglobo img {
    float: right;
    width: 1000px;
    overflow: hidden;
  }

  .lista {
    position: absolute;
    top: 560px;
    
   
  }

  }

 
  @media (max-width:768px) { 

    
    .postheader h1 {
        font-size: 24px; 
        margin-top: 10px;
     }

     .postheader img {
        max-width: 240px;
        margin-bottom: 15px;
      }


      .trabajos h1 {
        font-size: 24px; 
      }

    .seguridad-container{
      max-width: 600px;
      position: absolute;
      top: 700px;
    }
    .seguridad-container p{
     font-size: 12px;
    }
    .div-info i, a {
      font-size: 12px;
    }
         
    
     .floatglobo {
      position: relative;
    }

     .floatglobo img {
      float: right;
      width: 100%;
      height: auto;
      min-width: 600px;
      position: absolute; 
      bottom: 0;
      right: 0;
      overflow: hidden;
    }

    .parrafo {
      position: absolute;
      top: 410px;
      left:40%;
      width: 250px;
   }
     
    .lista {
    position: absolute;
    top: 560px;
    left:5%;
   
  }
    .parrafo p{
      font-size: 12px;
    }
       
        
  }
  @media (max-width:460px) { 
    .flotante {
      top: 5px;
   }

   .header-image img{
    margin-left: -150px;
  }

  .item-slide .header-image img{
    margin-left: 0px;
  }

  .pagination{
   
    bottom: 230px;
    
}
    
   .divisor-contenido {
      height: 150px;
      width: 95%;
    }

    #contacto {
      
    margin-bottom: 85px;
     
     }

    .seguridad-container{
      max-width: 390px;
      top: 680px;
     }
    .marcas p{
      
      font-size: 15px;
    }

    .separador {
      height: 500px;
     }

    .curvas img{
      float: right;
      width: 600px;
      overflow: hidden;
    }

    .divisor-container {
      width: 95%;
      
    }

    .parrafo {
      position: absolute;
      top: 390px;
      left:40%;
      width: 200px;
   }
       
    .parrafo p{
      font-size: 12px;
    }

    .lista {
      width: 300px;
     
    }
       
     .lista ul li {
      font-size: 12px;
      margin-bottom: 6px;
     }
    
    .lista ul li::before {
      border-top: 4px solid transparent;
      border-left: 6px solid black;
      border-bottom: 4px solid transparent;
    }

    .div-info {
      height: 60px; 
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   .seguinos-container a,i{
    font-size: 20px;
    margin-left: 5px;
  
  }

  }

  @media (max-width:385px) { 

    .postheader h1 {
      font-size: 20px;
    }

    .divisor-contenido p{
      font-size: 14px;
    }

    .seguridad-container{
      max-width: 340px;
     margin-left: auto;
     
    }
    .curvas img{
    margin-right: -50px;
    }

  .logo-pie img{
    height: 40px;
    width: auto;
  }

  .seguinos-container a,i{
    font-size: 15px;
    margin-left: 5px;
  
  }
}