@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Slab:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
}

html {
    font-family: 'Open Sans';
}

body {
    background-image: url(img/grey.png);
}

footer {
    max-width: 1024px;;
    background-color: #333333;
    color: #9c9c9c;
    margin: 0 auto;
    padding: 50px 25px;
    font-size: 14px;
}

.wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.main {
    width: 100%;
    height: 100%;
    max-width: 1024px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    padding: 25px 25px 100px;
    background: #FFF;
    
}

.box {
    display: flex;
    flex-direction: column;
    flex-basis: 450px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.box-head {
    margin: 0 0 -30px 0;
    border: 10px solid #FFF;
    z-index: 99;
    max-width: 170px;
}

.box-content {
    border: 2px solid #f1958a;
    border-radius: 40px;
    padding: 40px 20px;
}

.box-content p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 150%;;
}

.boton-cotizar {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    background-color: #ff662b;
    padding: 20px;
    border-radius: 10px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
}

.carousel-container {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 50%;
}

.header {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 20px;
}
.subheader {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    padding: 20px;
}

.logo {
    margin: 0 auto;
    max-width: 150px;
}



  #carousel {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
  }
  
  #carousel label, a {
    color: teal;
    cursor: pointer;
    text-decoration: none;
  }
  
  #carousel label:hover, a:hover {
    color: #000;
  }
  
  #carousel * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
  
  #carousel label, #active, img { -moz-user-select:none;-webkit-user-select:none; }
  
  .catch { display: block; height: 0; overflow: hidden; }
  
  #slider {
    margin: 0 auto;
  }
  
  #carousel .info {
    line-height: 20px;
    position: absolute;
    font-style: italic;
    padding: 30px;
    opacity: 0;
    color: #000;
    text-align: left;
  }
  
  #carousel .info h3 {
    color: #333;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 22px;
    font-style: normal;
  }
  
  #carousel input {
    display: none;
  }
  
  #slide1:checked ~ #slides .inner { margin-left:0; }
  #slide2:checked ~ #slides .inner { margin-left:-100%; }
  #slide3:checked ~ #slides .inner { margin-left:-200%; }
  #slide4:checked ~ #slides .inner { margin-left:-300%; }
  #slide5:checked ~ #slides .inner { margin-left:-400%; }
  #slide6:checked ~ #slides .inner { margin-left:-500%; }
  #slide7:checked ~ #slides .inner { margin-left:-600%; }
  
  #overflow {
    width: 100%;
    overflow: hidden;
  }
  
  #slides article img {
    width: 100%;
  }
  
  #slides .inner {
    width: 700%;
    line-height: 0;
  }
  
  #slides article {
    width: 14.28%;
    float: left;
  }
  
  #active {
    margin: 10px 0 0;
    text-align: center;
  }
  
  #active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #bbb;
  }
  
  #active label:hover {
    background: #ccc;
    border-color: #777 !important;
  }
  
  #controls label:hover {
    opacity: 0.8;
  }
  
  #slide1:checked ~ #controls label:nth-child(2), 
  #slide2:checked ~ #controls label:nth-child(3), 
  #slide3:checked ~ #controls label:nth-child(4), 
  #slide4:checked ~ #controls label:nth-child(5), 
  #slide5:checked ~ #controls label:nth-child(6), 
  #slide6:checked ~ #controls label:nth-child(7), 
  #slide7:checked ~ #controls label:nth-child(1) {
    background: url('next.png') no-repeat;
    float: right;
    margin: 0 -70px 0 0;
    display: block;
  }
  
  
  #slide1:checked ~ #controls label:nth-child(7),
  #slide2:checked ~ #controls label:nth-child(1),
  #slide3:checked ~ #controls label:nth-child(2),
  #slide4:checked ~ #controls label:nth-child(3),
  #slide5:checked ~ #controls label:nth-child(4),
  #slide6:checked ~ #controls label:nth-child(5),
  #slide7:checked ~ #controls label:nth-child(6) {
    background: url('prev.png') no-repeat;
    float: left;
    margin: 0 0 0 -70px;
    display: block;
  }
  
  #slide1:checked ~ #active label:nth-child(1),
  #slide2:checked ~ #active label:nth-child(2),
  #slide3:checked ~ #active label:nth-child(3),
  #slide4:checked ~ #active label:nth-child(4),
  #slide5:checked ~ #active label:nth-child(5),
  #slid6:checked ~ #active label:nth-child(6),
  #slide7:checked ~ #active label:nth-child(7) {
    background: #333;
    border-color: #333 !important;
  }
  
  #slides {
    margin: 50px 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f8f8f8;
  }
  
  #slides .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
      -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
       -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
          transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  
    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
      -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
       -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
          transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  }
  
  #slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  #controls label{
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  
  #slide1:checked ~ #slides article:nth-child(1) .info,
  #slide2:checked ~ #slides article:nth-child(2) .info,
  #slide3:checked ~ #slides article:nth-child(3) .info,
  #slide4:checked ~ #slides article:nth-child(4) .info,
  #slide5:checked ~ #slides article:nth-child(5) .info 
  #slide6:checked ~ #slides article:nth-child(6) .info 
  #slide7:checked ~ #slides article:nth-child(7) .info {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
  }
  
  .info, #controls, #slides, #active, #active label, .info h3, .desktop, .tablet, .mobile {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  @media only screen and (max-width: 850px) and (min-width: 450px) {
  
    #slider #controls {
      margin: -25% 0 0 15%;
      width: 70%;
      height: 50px;
    }
  
    #slider #controls label {
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -o-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    #slider #slides {
      padding: 1% 0;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
    }
  
    #slider #active {
      margin: 22% 0 0;
    }
  
  }
  
  @media only screen and (max-width: 450px) {
  
    #slider #controls {
      margin: -28% 0 0 24%;
      width: 50%;
      height: 50px;
    }
  
    #slider #active {
      margin: 23% 0 0;
    }
  
    #slider #slides {
      padding: 1% 0;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
    }
  
    #slider #slides .info {
      opacity: 0 !important;
    }
  
    #slider #controls label {
      -moz-transform: scale(0.6);
      -webkit-transform: scale(0.6);
      -o-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
    }
  }