.boton_contacto {
    width: 130px;
    border-radius: 10px;
    color: white;
    border: none;
    transition: all 0.2s ease-in 0s;
    outline: none;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(198deg, #F0B92C, #F4DE17);
}

.boton_llamada {
    width: 200px;
    border-radius: 25px;
    color: white;
    border: none;
    cursor: none;
    transition: all 0.2s ease-in 0s;
    outline: none;
    height: 47px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(198deg, #F0B92C, #F4DE17);
}

.boton_cotizar {
    width: 200px;
    height: 50px;
    border-radius: 15px;
    background: linear-gradient(198deg, #F0B92C, #F4DE17);
    transition: all 0.2s ease-in 0s;
    color: white;
    outline: none;
    border: none;
    font-size: 20px;
    text-decoration: none
}

.boton_secado {
    width: 150px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(198deg, #F0B92C, #F4DE17);
    transition: all 0.2s ease-in 0s;
    color: white;
    outline: none;
    border: none;
    font-size: 20px;
}

.btn_catalogo {
    width: 150px;
    height: 40px;
    border-radius: 15px;
    border: 5px solid#F4DE17;
    color: #F4DE17;
    background-color: white;
    transition: all 0.3s ease-in 0s;
    outline: none;
    text-decoration: none;
    outline-style: none;
}

.SECTION_4 {
    background: #F0B92C;
}

.ONDAS {
    z-index: 1;
    position: absolute;
    top: 1250px;
    width: 100%;
}

.color_01 {
    color: #F4DE17;
}

.color_02 {
    color: #F0B92C;
}

a {
    outline: none;
}

/*----------------------BREADCUMB--------------------------*/

.migas_de_pan>li>a {
    text-decoration: none;
}

/*----------------------SWIPERJS--------------------------*/

.swiper-container {
    width: 100%;
    height: 100%;
    align-items: center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 300px) and (max-width :767px) {
    .orden_movil_01 {
        order: 1;
    }
    .orden_movil_02 {
        order: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn_nav-catalogo {
        margin-bottom: 2%;
        display: flex;
    }
    .btn_nav-contacto {
        z-index: 1;
        position: absolute;
        margin-top: -15%;
        margin-left: 50%;
    }
}

@media (min-width: 768px) and (max-width :1439px) {

    .elementos_navbar {
        margin-right: 15%;
    }
}

@media (min-width: 1440px) {
    .elementos_navbar {
        margin-right: 5%;
    }
}

/*----------------------WP_BUTTON--------------------------*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 80px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/*----------------------FORM--------------------------*/

@media (min-width: 990px) {
    .contactForm {
        overflow: hidden;
        width: 600px;
    }
}

.contactForm {
    border-radius: 20px;
}

.mapa {
    border-radius: 20px;
}

.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    background: #F0B92C !important;
    color: white !important;
}

.card_index {
    border-radius: 20px;
}

/*----------------------catálogo_productos--------------------------*/

.text-box {
    margin-left: 44vw;
    margin-top: 42vh;
}

.btn_cotizar:link, .btn_cotizar:visited {
    font-size: 18px;
    color: white;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    transition: all .2s;
}

.btn_cotizar:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn_cotizar:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn_cotizar-white {
    background-color: #fff;
    color: #777;
}

.btn_cotizar::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.btn_cotizar_productos, .btn_cotizar_mail {
    background: linear-gradient(198deg, #F0B92C, #F4DE17);
}

.btn_cotizar_wp {
    background: linear-gradient(198deg, #008000, #70e000);
}

.btn_cotizar_call {
    background: linear-gradient(198deg, #ffd000, #ffdd00);
}

.card_productos_shadow {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border: none;
    border-radius: 15px;
}

.card_productos_shadow>img {
    border-radius: 15px 15px 0px 0px;
}

.card_productos_shadow:hover {
    transform: translateY(-15px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    transition: all 0.2s ease-in 0s;
}

.card_productos_shadow {
    transition: all .2s;
}

.metodo_envio_despacho {
    width: 250px;
    height: 500px;
}

.metodos_envio {
    margin-top: 5%;
    justify-content: space-around;
    text-align: center;
}

.metodos_envio_fabrica, .metodos_envio_camion {
    padding: 7% 0 7% 0;
}

.disponibilidad {
    width: 0;
    height: 0;
    border-top: 70px solid green;
    border-left: 70px solid transparent;
    margin: -99px 0 0 86px;
}

.disponibilidad>i {
    margin: -60px 0 0 -25px;
    color: white;
    z-index: 1;
    position: absolute;
}

.lineas_container {
    overflow: hidden;
}

/*----------------------carousel_productos--------------------------*/

input[type=radio] {
    display: none;
  }
  
  
  .container_slider {
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
  }
  
  .slider_cards_container {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .slider_cards{
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .4s ease;
    cursor: pointer;
  }
  
  .slider_cards > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /*------LINEAS_PINO------*/
  #item-1:checked~.slider_cards_container #song-3, #item-2:checked~.slider_cards_container #song-1, #item-3:checked~.slider_cards_container #song-2 {
    transform: translatex(-40%) scale(.8);
    opacity: .4;
    z-index: 0;
  }
  
  #item-1:checked~.slider_cards_container #song-2, #item-2:checked~.slider_cards_container #song-3, #item-3:checked~.slider_cards_container #song-1 {
    transform: translatex(40%) scale(.8);
    opacity: .4;
    z-index: 0;
  }
  
  #item-1:checked~.slider_cards_container #song-1, #item-2:checked~.slider_cards_container #song-2, #item-3:checked~.slider_cards_container #song-3 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
  }
  
  /*------LINEAS_MADERA_GENERAL------*/
  #item-4:checked~.slider_cards_container #song-6, #item-5:checked~.slider_cards_container #song-4, #item-6:checked~.slider_cards_container #song-5 {
    transform: translatex(-40%) scale(.8);
    opacity: .4;
    z-index: 0;
  }
  
  #item-4:checked~.slider_cards_container #song-5, #item-5:checked~.slider_cards_container #song-6, #item-6:checked~.slider_cards_container #song-4 {
    transform: translatex(40%) scale(.8);
    opacity: .4;
    z-index: 0;
  }
  
  #item-4:checked~.slider_cards_container #song-4, #item-5:checked~.slider_cards_container #song-5, #item-6:checked~.slider_cards_container #song-6 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
  }
  
  
  /*------LINEAS_PRODUCTOS------*/
  #item-7:checked~.slider_cards_container #song-9, #item-8:checked~.slider_cards_container #song-7, #item-9:checked~.slider_cards_container #song-8 {
    transform: translatex(-40%) scale(.8);
    opacity: .4;
    z-index: 0;
  }
  
  #item-7:checked~.slider_cards_container #song-8, #item-8:checked~.slider_cards_container #song-9, #item-9:checked~.slider_cards_container #song-7 {
    transform: translatex(40%) scale(.8);
    opacity: .4;
    z-index: 0;
  }
  
  #item-7:checked~.slider_cards_container #song-7, #item-8:checked~.slider_cards_container #song-8, #item-9:checked~.slider_cards_container #song-9 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
  }
  
  /*------LINEAS_SERVICIOS------*/
  #item-10:checked~.slider_cards_container #song-12, #item-11:checked~.slider_cards_container #song-10, #item-12:checked~.slider_cards_container #song-11 {
    transform: translatex(-40%) scale(.8);
    opacity: .4;
    z-index: 0;
  }
  
  #item-10:checked~.slider_cards_container #song-11, #item-11:checked~.slider_cards_container #song-12, #item-12:checked~.slider_cards_container #song-10 {
    transform: translatex(40%) scale(.8);
    opacity: .4;
    z-index: 0;
  }
  
  #item-10:checked~.slider_cards_container #song-10, #item-11:checked~.slider_cards_container #song-11, #item-12:checked~.slider_cards_container #song-12 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
  }
  
  /*-----Adaptabilidad_móvil-----*/
  
  @media (max-width: 770px) {
    .container_slider {
      height: 350px;
    }
  }