

/* HERO */

.hero{
    background: url(/images/home_hero.png);
    height: 800px;
    width: 100%;
    background-repeat: no-repeat;
}

h1 {
    position: relative;
    font-weight: 500;
    font-size: 34px;
    line-height: 56px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: 496px;
    margin-left: 100px;
}

.linea-head{
    border: 0.5px solid #FFFFFF;
    position: relative;
    top: 508px;
    margin-left: 100px;
    width: 32%;
}


/* SECCION 1 */

.secc-1{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 40px 0px;
    align-content: center;
}

.secc1-tit{
    font-weight: 500;
    font-size: 32px;
    line-height: 56px;
    color: #7A0A0A;
    background: rgba(196, 196, 196, 0.5);
}


.secc1-txt{
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    text-align: justify;
    color: #3a3a3b;
    margin-bottom: 20px;
}


.btn-contact{
    background: linear-gradient(90.57deg, #7A0A0A 62.66%, rgba(122, 10, 10, 0) 123.1%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 60px;
    border: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.16em;
    padding: 12px 32px;
    margin-top: 30px;
    cursor: pointer;
}

.btn-contact:hover{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        transform: translateY(-2px) translateX(2px) scale(1);
        transition: transform 0.3s ease-in-out;
}

.btn-a{
    text-align: center;
}

.secc1-txt-div{
    display: flex;
    flex-direction: column;
    margin: 0px 70px
}

.secc1-h2-div{
    text-align: center;
    margin-bottom: 40px;
}

.txt-bold{
    font-weight: 400;
}



/* SECCION 2 */

.secc2-tit{
    font-weight: 500;
    font-size: 32px;
    color: #7A0A0A;
    text-transform: uppercase;
}

.secc2-tit-st{
    font-weight: 800;
}

.secc-2-tit-d{
    margin-left: 70px;
    margin-bottom: 40px;
}

.secc2-lin{
    border: 2px solid rgba(122, 10, 10, 0.3);
}



.tarjeta-agro{
    background: url(/images/agro_tarjeta.png);
    background-repeat: no-repeat;
    background-size: 230px 234px;
    height: 234px;
    margin: 0px 70px;
}

.tarjeta-barracas{
    background: url(/images/barracas_tarjeta.png);
    background-repeat: no-repeat;
    background-size: 230px 234px;
    height: 234px;
    margin: 0px 70px;
}

.tarjeta-construccion{
    background: url(/images/construccion_tarjeta.png);
    background-repeat: no-repeat;
    background-size: 230px 234px;
    height: 234px;
    margin: 0px 70px;
}

.tarjeta-industrias{
    background: url(/images/industrias_tarjeta.png);
    background-repeat: no-repeat;
    background-size: 230px 234px;
    height: 234px;
    margin: 0px 70px;
}

.overlay{
    background-color: rgba(122, 10, 10, 0.38);;
    width: 230px;
    height: 100%;
    position: relative;
    border-radius: 35px;
    margin: 20px 0px;
}

.overlay:hover{
    background-color: rgba(122, 10, 10, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.secc2-txt{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: 106px;
}

.secc2-div-btn{
    text-align: center;
    margin-top: 40px;
}



/* SECCION 3 */

.secc3{
    margin-top: 100px;
}



/* SECCION 4 */

.secc4-tit-div{
    display: grid;
    grid-template-columns: 40% 20% 40%;
}


.secc4-lin{
    display: none;
}



.secc4-tit{
    font-weight: 500;
    font-size: 32px;
    color: #7A0A0A;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.secc4{
    margin-top: 100px;
}




.carousel__wrapper {
    padding: 20px;
  }
  .carousel__content {
    margin: 0 auto;
    position: relative;
  }
  .carousel__container {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .carousel__container::-webkit-scrollbar {
    display: none;
  }
  .carousel__slide {
    min-width: 90%;
  }
  .card__description {
    row-gap: 10px;
    align-items: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  
  
  
  .card__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
    flex-direction: column;
    row-gap: 0.5rem;
    height: 450px;
    width: 300px;
    background-color: #fff;
    padding: 2rem 2rem;
    border: 1px solid rgba(196, 196, 196, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;

  }


  .card__inner h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.14em;
    color: #605B5B;
    margin-bottom: -16px;
  }

  .card__inner p {
    font-weight: 300;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.14em;
    color: #605B5B;
    height: 40px;
  }

  .card__image img {
    max-height: 100px;
    margin-bottom: 1rem;
  }
  .arrow {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: calc(50% - 10px);
    background-color:rgba(122, 10, 10, 0.45);
    padding: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .arrow i {
    font-size: 1.5rem;
    color: #fff;
  }
  .arrow.arrow--right {
    right: 0%;
  }
  .arrow.arrow--left {
    left: 0%;
  }

.todos_productos{
  color: #7A0A0A;
  font-size: 32px;
  text-align: center;
  cursor: pointer;
}

.todos_productos:hover{
  color: #C71010;
}



  .carr-btn1{
    background: linear-gradient(98.22deg, rgba(196, 196, 196, 0.4) 76.12%, rgba(122, 10, 10, 0.45) 104.27%);
    border: 1px solid rgba(196, 196, 196, 0.5);
    border-radius: 60px;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 20px;
    text-align: center;
    letter-spacing: 0.16em;
    color: #605B5B;
    text-transform: uppercase;
    cursor: pointer;
  }

  .carr-btn1:hover{
    background: linear-gradient(90.57deg, #7A0A0A 62.66%, rgba(122, 10, 10, 0) 123.1%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: #FFFFFF;
  }


  .nuevo{
    position: relative;
    right: 70px;
    bottom: 21px;
    background-color: #605B5B;
    padding: 0px 12px;
    border-radius: 0px 20px;
  }

  .nuevo p{
    color: white;
    text-transform: uppercase;
    font-size: 12px;
  }

  .nuevo-none{
    display: none;
  }

  
  @media screen and (min-width: 1180px) {
    .carousel__wrapper {
      padding: 60px 100px;
    }
    .carousel__slide {
      min-width: 33.33%;
      scroll-snap-align: center;
      position: relative;
    }
    .arrow {
      display: flex;
    }

    .arrow:hover{
        background-color:rgba(122, 10, 10, 0.9);
      }
  }
  






















 /* SECCION 5 */

 .secc5{
    margin-top: 100px;
 }


 /* SECCION FAQ */

.seccfaq{
    margin-top: 140px;
}


.container {
    max-width: 900px;
    margin: 0 auto;
    background: var(--light-color);
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  }
  
 
  
  .container .accordion .accordion-header {
    padding: 0.828rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: rgba(163, 164, 163, 0.1);
  }

  
  .container .accordion .accordion-header span {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3b;
  }


  
  .container .accordion .accordion-body {
    padding: 0 0.828rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 0.5s;
  }
  
  .container .accordion .accordion-body p {
    border-bottom: none;
    margin: 0.828rem 0;
  }
  
  .container .accordion.active .accordion-body {
    border-bottom: 1px solid #ddd;
  }

  .container .accordion.active .accordion-header{
    background-color: #7A0A0A;
    color: white;
  }

  
  .close span {
    transition: ease 0.5s;
    display: inline-block;
    height: 12px;
    width: 2px;
    background-color: #3a3a3b;
  }
  
  .close span:nth-child(even) {
    transform: rotate(90deg) translateY(6.7px);
  }
  
  .active .close span:nth-child(odd) {
    opacity: 0;
    visibility: hidden;
  }

  .faq-tit {
    color: #777777;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 10px 100px 20px
  }

  .faq-titB{
    margin-top: 80px;
  }


/* CONTACTO */

.secc-cont{
    margin-top: 100px;
}

.contacto-div{
    background: url(/images/contacto_home.png);
    background-repeat: no-repeat;
    background-size: 1440px 400px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cont-txt{
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.16em;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.cont-btn{
    background: linear-gradient(90.55deg, #FB5F5F 58.86%, rgba(196, 196, 196, 0.5) 99.46%);
    border-radius: 60px;
    border: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 40px;
    cursor: pointer;
}

.cont-btn:hover{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        transform: translateY(-2px) translateX(2px) scale(1);
        transition: transform 0.3s ease-in-out;
}




@media (min-width: 600px){

    /* SECCION 2 */

    .secc2-tarjetas{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-row-gap: 10px;
        margin-left: 100px;
    }

    .secc-2-tit-d{
        margin-left: 100px;
    }

    .tarjeta-agro{
        margin: 0px;
    }

    .tarjeta-barracas{
        margin: 0px;
    }

    .tarjeta-construccion{
        margin: 0px;
    }

    .tarjeta-industrias{
        margin: 0px;
    }

    .overlay{
        cursor: pointer;
        margin: 0px;
    }

    .secc2-txt{
        top: 109px;
    }

}

@media (min-width: 700px){

     /* SECCION 4 */

    .secc4-lin{
        display: block;
        border: 2px solid rgba(122, 10, 10, 0.3);
        height: 3px;
        margin-top: 64px;
    }
    
    .secc4-linA{
        margin-right: 60px;
    }
    
    .secc4-linB{
        margin-left: 60px;
    }

   

}
    


@media (min-width: 1000px){


    /* SECCION 1 */

    .secc-1 {
        display: grid;
        grid-template-columns: 40% 60%;
        margin: 100px 40px;
    }

    .secc1-tit{
        padding-right: 40px;
    }

    .secc1-h2-div{
        text-align: right;
        margin-bottom: 0px;
    }

    .secc1-txt-div{
        margin: 0px 100px
    }


    /* SECCION 2 */

    .secc2-flecha{
        display: none !important;
    }
    
    
}


@media (min-width: 1200px){

     /* SECCION 2 */

     .tarjeta-agro{
        background-size: 256px 280px;
        height: 280px;
        width: 20%;
    }

    .tarjeta-barracas{
        background-size: 256px 280px;
        height: 280px;
        width: 20%;
    }

    .tarjeta-construccion{
        background-size: 256px 280px;
        height: 280px;
        width: 20%;
    }

    .tarjeta-industrias{
        background-size: 256px 280px;
        height: 280px;
        width: 20%;
    }

    .overlay{
        width: 256px;
        height: 100%;
    }

    .secc2-tarjetas{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left: 0px;
    }

    .secc2-txt{
        top: 150px;
    }

   
    /* CONTACTO */

    .contacto-div{
        margin: 0px 70px;
    }
   
}