.sin_margen { margin-right:0px; margin-left:0px; }
.sin_padding { padding-left:0px; padding-right:0px;  }
.sin_flex { display:inherit; }

.sin_padding_der { padding-right:0px; }
.sin_padding_izq { padding-left:0px; }

.margen_arriba_1 { margin-top:1%; }
.margen_arriba_2 { margin-top:2%; }
.margen_arriba_3 { margin-top:3%; }
.margen_arriba_4 { margin-top:4%; }
.margen_arriba_5 { margin-top:5%; }

.margen_abajo_1 { margin-bottom:1%; }
.margen_abajo_2 { margin-bottom:2%; }
.margen_abajo_3 { margin-bottom:3%; }
.margen_abajo_4 { margin-bottom:4%; }
.margen_abajo_5 { margin-bottom:5%; }

.padding_arriba_1 { padding-top:1%; }
.padding_arriba_2 { padding-top:2%; }
.padding_arriba_3 { padding-top:3%; }
.padding_arriba_4 { padding-top:4%; }
.padding_arriba_5 { padding-top:5%; }

.padding_abajo_1 { padding-bottom:1%; }
.padding_abajo_2 { padding-bottom:2%; }
.padding_abajo_3 { padding-bottom:3%; }
.padding_abajo_4 { padding-bottom:4%; }
.padding_abajo_5 { padding-bottom:5%; }

body {
    font-family: "DM Sans", sans-serif;
}

.barra_nav {
    background-color:#FFF !important;
    padding-top: 25px;    
}

.borde_menu_nav {
    padding-bottom: 15px;
    border-bottom: 1px solid #136EAD;
    z-index: 9;
    position: relative;
}

.sin_borde_menu_nav {
    padding-bottom: 16px;
    z-index: 9;
    position: relative;
}

.logo {
    max-width: 140px;
    width: 100%;
}

.bot_nav_prod {
    padding-bottom: 40px;
    margin-bottom: -40px;
}

.hover_menu {
    position: absolute;
    top: -291px;
    left: 0;
    background-color:#FFF;
    width: 100%;
    z-index: -90;
    
    border-radius: 0 0 45px 45px;
    opacity: 0;
    height: 0;
    padding:0;
    transition: .3s all ease-in-out;
}

.aparece {
    opacity: 1;
    height: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    top: 86px;
    z-index: 90;
}

.hover_menu .col-md {
    border-right:1px solid #58595B;
}

.hover_menu .col-md:nth-child(5) {
    border-right:none;
}

.bot_menu_hover {
    text-decoration: none;
    color:#58595B;
    display: block;
    padding-bottom: 15px;
}

.bot_menu_hover img {
    display: inline-block;
    max-height: 66px;
}

.bot_menu_hover p {
    display: inline-block;
    font-weight: 700;
    transition: .3s all ease-in-out;
}

.bot_menu_hover:hover p {
    color:#0F7FEF;
}

.hover_submenu {
    position: absolute;
    top: -850px;
    left: 0;
    z-index: -90;
    min-width: 280px;
    background-color:#F3F3F3;
    border-radius:0 0 25px 25px;
    opacity: 0;
    height: 0;
    padding:0;
    transition: .3s all ease-in-out;
    border-top:15px solid #FFF;
}

.hover_submenu a {
    display: block;
    color:#58595B;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom:1px solid #58595B;
    text-decoration: none;
    transition: .3s all ease-in-out;
    position: relative;
    padding-left: 25px;
    text-align: left;
}

.hover_submenu a:last-child {
    border-bottom:none;
}

.hover_submenu a:hover {
    color:#0F7FEF;
}

.hover_submenu a:hover i {
    color:#0F7FEF;
}

.hover_submenu a:before {
    content:'';
    top: 25px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image:url('../imagenes/flechita_submenu.svg');
    background-repeat:no-repeat;
    background-size:contain;
}

.hover_submenu a:hover:before {
    background-image:url('../imagenes/flechita_submenu_azul.svg');
}

.aparece_submenu {
    opacity: 1;
    height: auto;
   /* padding-top: 15px;
    padding-bottom: 15px;*/
    padding: 20px 50px;
    top: 80px;
    z-index: 0;
}

/*************************************************** FIN BARRA NAV ********************************************************************************************/

.video_home_1 {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 92px);
    margin-bottom: -1px;
}

.video_home_1:before {
    position: absolute;
    content:'';
    top:0px;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 140px;
}  

.video_banner {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  


.tit_video_1 {
    color:#0F7FEF;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-top: 160px;
    font-weight: 600;
}

.texto_video_1 {
    color:#0F7FEF;
    font-size: 20px;
    line-height: 1.2;
    max-width: 390px;
}

.bot_video_1 {
    background-color: #0F7FEF;
    text-decoration: none;
    border-radius: 25px;
    color:#FFF;
    padding:15px 25px;
    display: inline-block;
    margin-top: 40px;
}

.bg_post_video_1 {
    background: rgb(214,216,218);
    background: linear-gradient(0deg, rgba(214,216,218,1) 0%, rgba(255,255,255,1) 100%);
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.bg_post_video_1:before {
    position: absolute;
    content:'';
    top: -40px;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 40px;
}

.caja_img_big p{
    color:#0F7FEF;
    width: 68%;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 10%;
    line-height: 1.2;
}

.caja_img_big img {
    max-width: 110px;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.caja_img_small p{
    color:#0F7FEF;
    width: 48.8%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 10%;
}

.caja_img_small img{
    max-width: 50px;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}



.video_home_2 {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 92px);
    margin-bottom: -1px;
}

.video_banner_2 {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

.bg_post_video_2 {
    position: relative;
    
}  

.bg_post_video_2 .container {
    padding-bottom: 70px;
    border-bottom: 1px solid #2075B1;
    margin-bottom: 100px;
}

.bg_post_video_2:before {
    position: absolute;
    content:'';
    top:-100px;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 150px;
}

.caja_texto_img {
    border: 1px solid #FFF;
    border-radius: 25px;
    background-color:rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    padding:20px;
    margin-top: -150px;
}

.caja_texto_img img {
    max-width: 40px;
    margin-bottom: 20px;
}

.caja_texto_img p {
    color:#0F7FEF;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.caja_texto_img span {
    color:#0F7FEF;
}

.tit_insumos_home {
    color:#0F7FEF;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 80px;
}

.tit_insumos_home a {
    background-color:#0F7FEF;
    color:#FFF;
    border-radius: 15px;
    padding:7px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 30px;
    transition: .3s all ease-in-out;
}

.tit_insumos_home a:hover {
    -webkit-box-shadow: 0px 0px 20px 12px rgba(15,127,239,0.30);
    -moz-box-shadow: 0px 0px 20px 12px rgba(15,127,239,0.30);
    box-shadow: 0px 0px 20px 12px rgba(15,127,239,0.30);
}



.caja_prod_home {
    text-align: center;
    margin-bottom: 30px;
    padding:20px 10px;
    border-radius:30px;
}

.caja_prod_home img {
    max-height: 216px;
}

.caja_prod_home p {
    color:#0973BD;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
    min-height: 48px;
}

.caja_prod_home a {
    color:#FFF;
    font-size: 14px;
    text-decoration: none;
    background-color:#58595B;
    border-radius:25px;
    padding:10px 10px;
    padding-right:20px;
    transition: .3s all ease-in-out;
}

.caja_prod_home a img {
    max-width: 25px;
    width: 100%;
}
/*
.caja_prod_home a::before {
    content:'';
    position: absolute;
    top: 9px;
    right: 15px;
    background-image:url('../imagenes/flecha_prod.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 22px;
    height: 22px;
}*/

.caja_prod_home a:hover {
    background-color:#0f7fef;
    border-color:#0f7fef;
    color:#FFF;
}
/*
.caja_prod_home a:hover::before {
    background-image:url('../imagenes/flecha_prod_blanca.svg');
}*/

.caja_prod_home:hover {
    -webkit-box-shadow: 0px 0px 36px 12px rgba(15,127,239,0.14);
    -moz-box-shadow: 0px 0px 36px 12px rgba(15,127,239,0.14);
    box-shadow: 0px 0px 36px 12px rgba(15,127,239,0.14);
    border-color:transparent;
}

.bg_slider_home {
    background-color:#0F7FEF;
    padding-top: 90px;
    padding-bottom:90px;
    min-height: 423px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel_home .carousel-control-prev {
    left: -10%;
}

.carousel_home .carousel-control-next {
    right: -10%;
}

.logo_slider_home {
    max-height: 60px;
}

.logo_slider_home_2 {
    max-height: 120px;
}

.carousel_home .carousel-item {
    min-height: 244px;
    align-content: center;
}

.tit_slider_home {
    color:#FFF;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFF;
    margin-top: 30px;
}

.tit_slider_home_2 {
    color:#FFF;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFF;
}

.texto_slider_home {
    color:#FFF;
}

.linea_slider {
    width: 1px;
    height: 100%;
    background-color:#FFF;
    display: inline-block;
}

.tit_presu {
    text-align: center;
    color:#0F7FEF;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
}

.bot_coti {
    background-color:#0F7FEF;
    border-radius: 25px;
    padding:10px 25px;
    color:#FFF;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 80px;
}

.bot_coti img {
    max-width: 15px;
    margin-right: 5px;
}

.bot_contacto {
    background-color:#488F00;
    border-radius: 25px;
    padding:10px 25px;
    color:#FFF;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 80px;
}

.bot_contacto img {
    max-width: 15px;
    margin-right: 5px;
}


.bot_wsp { display:block; position:fixed; bottom:5px; right:5px; /*background-color:#57a52c; padding:7px 7px; border-radius:50%;*/ color:#FFF;
    animation-delay: 1s; animation-duration:5s; animation-name:corazon;
    animation-iteration-count: infinite; max-width:50px;
   } 
  
   @-webkit-keyframes corazon {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    5% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    10% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    15% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    20% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes corazon {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    5% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    10% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    15% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    20% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

/*************************** SECCION PRODUCTOS ***********************************************************************/

.banner_secc_prod {
    background-image: url('../imagenes/banner_productos.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
}

.tit_secc_prod {
    color:#FFF;
    font-size: 64px;
    margin-bottom: 15px;
    padding-top: 25px;
    font-weight: 700;
}

.linea_secc_prod {
    background-color:#FFF;
    max-width: 700px;
    margin:0 auto;
    height: 1px;
}

.texto_secc_prod {
    color:#FFF;
    font-size: 24px;
    margin-top: 40px;
}

.categorias_prod {
    margin-top: 60px;
    margin-bottom: 0px;
}

.categorias_prod a {
    color:#58595B;
    font-size: 16px;
    font-weight: 700;
    border:1px solid #58595B;
    border-radius:30px;
    padding: 7px 20px;
    display:inline-block;
    text-decoration: none;
    min-width: 240px;
    text-align: center;
    position: relative;
    transition: .3s all ease-in-out;
    margin-right: 15px;
}

.categorias_prod a:nth-child(5) {
    margin-right: 0px;
}

.categorias_prod a::before {
    content:'';
    position: absolute;
    top: 9px;
    right: 15px;
    background-image:url('../imagenes/flecha_prod.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 22px;
    height: 22px;
}

.categorias_prod a:hover {
    background-color:#0f7fef;
    border-color:#0f7fef;
    color:#FFF;
}

.categorias_prod a:hover::before {
    background-image:url('../imagenes/flecha_prod_blanca.svg');
}

.bot_cat_activo {
    background-color:#0f7fef;
    border-color:#0f7fef !important;
    color:#FFF !important;
}

.bot_cat_activo::before {
    background-image:url('../imagenes/flecha_prod_activa.svg') !important;
}

.categorias_graphitac_prod {
    margin-top: 15px;
    margin-bottom: 100px;
    
}

.categorias_graphitac_prod a {
    color:#58595B;
    font-size: 16px;
    font-weight: 700;
    border:1px solid #58595B;
    border-radius:30px;
    padding: 7px 20px;
    display:inline-block;
    text-decoration: none;
    min-width: 250px;
    text-align: center;
    position: relative;
    transition: .3s all ease-in-out;
    margin-right: 15px;
}

.categorias_graphitac_prod a:nth-child(5) {
    margin-right: 0px;
}

.categorias_graphitac_prod a::before {
    content:'';
    position: absolute;
    top: 9px;
    right: 10px;
    background-image:url('../imagenes/flecha_prod.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 22px;
    height: 22px;
}

.categorias_graphitac_prod a:hover {
    background-color:#FF6633;
    border-color:#FF6633;
    color:#FFF;
}

.categorias_graphitac_prod a:hover::before {
    background-image:url('../imagenes/flecha_prod_blanca.svg');
}

.c_subcat {
    border:1px solid #58595B;
    border-radius:30px;
    padding:30px 40px;
    margin-bottom: 50px;
    transition: .3s all ease-in-out;
}

.c_subcat:hover {
    -webkit-box-shadow: 0px 0px 36px 12px rgba(15,127,239,0.14);
    -moz-box-shadow: 0px 0px 36px 12px rgba(15,127,239,0.14);
    box-shadow: 0px 0px 36px 12px rgba(15,127,239,0.14);
    border-color:transparent;
}

.c_subcat:hover .tit_subcat {
    color:#0f7fef;
}


.borde_der_subcat {
    border-right:1px solid #58595B;
}

.borde_abajo_subcat {
    border-bottom:1px solid #58595B;
    margin-bottom: 30px;
}

.tit_subcat {
    font-size: 26px;
    margin-bottom: 30px;
    color:#58595B;
    font-weight: 700;
    transition: .3s all ease-in-out;
}

.cont_subcat {
    margin-bottom: 30px;
}

.cont_subcat img {
    max-height: 30px;
}

.cont_subcat p {
    max-width: 220px;
    margin-top: 10px;
}

.cont_subcat a {
    color:#fff;
    background-color:#58595B;
    font-size: 12px;
    font-weight: 400;
    border:1px solid #58595B;
    border-radius:30px;
    padding: 7px 10px;
    display:inline-block;
    text-decoration: none;
    position: relative;
    transition: .3s all ease-in-out;
    padding-right: 35px;
}

.cont_subcat a:nth-child(5) {
    margin-right: 0px;
}

.cont_subcat a::before {
    content:'';
    position: absolute;
    top: 5px;
    right: 6px;
    background-image:url('../imagenes/flecha_prod_blanca.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 22px;
    height: 22px;
}

.cont_subcat a:hover {
    background-color:#0f7fef;
    border-color:#0f7fef;
    color:#FFF;
}


.cont_boton_subcat {
    border:1px solid #58595B;
    border-radius:30px;
    padding:30px 40px;
    margin-bottom: 50px;
    transition: .3s all ease-in-out;
}

.cont_boton_subcat img {
    max-height: 30px;
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
}

.cont_boton_subcat:hover {
    -webkit-box-shadow: 0px 0px 36px 12px rgba(15,127,239,0.14);
    -moz-box-shadow: 0px 0px 36px 12px rgba(15,127,239,0.14);
    box-shadow: 0px 0px 36px 12px rgba(15,127,239,0.14);
    border-color:transparent;
}



.cont_boton_subcat p {
    color:#58595B;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    transition: .3s all ease-in-out;
    margin-bottom: 20px;
}

.cont_boton_subcat:hover p {
    color:#0f7fef;
}

.cont_boton_subcat a {
    color:#fff;
    background-color:#58595B;
    font-size: 12px;
    font-weight: 400;
    border:1px solid #58595B;
    border-radius:30px;
    padding: 7px 10px;
    display:inline-block;
    text-decoration: none;
    position: relative;
    transition: .3s all ease-in-out;
    padding-right: 35px;
}

.cont_boton_subcat a:nth-child(5) {
    margin-right: 0px;
}

.cont_boton_subcat a::before {
    content:'';
    position: absolute;
    top: 5px;
    right: 6px;
    background-image:url('../imagenes/flecha_prod_blanca.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 22px;
    height: 22px;
}

.cont_boton_subcat a:hover {
    background-color:#0f7fef;
    border-color:#0f7fef;
    color:#FFF;
}

.tit_portabanners {
    margin-bottom: 0;
}

.cont_portabanners {
    margin-bottom: 0;
}

.altura_portabanners {
    min-height: 201px;
}


/*************************** SECCION DETALLE PRODUCTOS ***********************************************************************/

.banner_secc_detalle_prod {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
}

.b_vinilos {
    background-image:url('../../assets/imagenes/banners_productos/banners_vinilos.jpg');
}

.b_lonas {
    background-image:url('../../assets/imagenes/banners_productos/banners_lonas.jpg');
}

.b_placas {
    background-image:url('../../assets/imagenes/banners_productos/banner_placasrigidas.png');
}

.b_portabanners {
    background-image:url('../../assets/imagenes/banners_productos/banner_portabanners.png');
}

.b_accesorios {
    background-image:url('../../assets/imagenes/banners_productos/banners_accesorios.jpg');
}

.tit_det_prod {
    color:#FFF;
    font-size: 58px;
    margin-bottom: 15px;
    padding-top: 35px;
    font-weight: 700;
}

.linea_det_prod {
    background-color:#FFF;
    max-width: 600px;
    height: 1px;
}

.texto_det_prod {
    color:#FFF;
    font-size: 20px;
    margin-top: 30px;
}

.bot_volver_prod {
    color:#F4750C;
    font-size: 15px;
    margin-bottom: 60px;
    text-decoration: none;
    display: flex;
    margin-top: 20px;
}

.bot_volver_prod img {
    max-width: 18px;
    width: 100%;
    margin-right: 10px;
}

.carousel_prod {
    max-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
}

.carousel_prod img {
    max-height: 350px;
    min-height: 280px;
    width: 100%;
    object-fit: contain;
}

.carousel_prod  .carousel-control-next-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel_prod  .carousel-control-next {
    right: -15%;
}

.carousel_prod  .carousel-control-prev-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");    
}

.carousel_prod  .carousel-control-prev {
    left: -15%;
}


.logo_detalle {
    max-width: 120px;
    margin-top: 30px;
}

.tit_producto {
    color:#58595B;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.texto_producto {
    color:#58595B;
}

.linea_producto {
    height: 1px;
    width: 100%;
    margin:40px auto;
    background-color:#58595B;
}

.tit_caracteristicas {
    color:#58595B;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.c_carac_iguales {
    display: inline-block;
    max-width: 210px;
    width: fit-content;
    min-width: 80px;
}

.cont_carac {
    margin-bottom: 20px;
}

.tit_carac {
    color:#58595B;
    font-weight: 700;
    font-size: 15px;
    text-transform: lowercase;
}

.tit_carac::first-letter {
    text-transform: capitalize;
}

.texto_carac {
    color:#58595B;
    font-size: 15px;
}

/*************************** SECCION EMPRESA ***********************************************************************/

.banner_secc_empresa {
   /* background-image: url('../imagenes/banner_empresa.png');
    background-repeat: no-repeat;
    background-size: cover;*/
    min-height: 400px;
    max-height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}

.banner_secc_empresa:before {
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 0;
    background-color:rgba(30, 134, 239,0.5);
}

.video_banner_empresa{
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

.tit_secc_empresa {
    position: relative;
    color:#FFF;
    font-size: 74px;
    margin-bottom: 15px;
    padding-top: 70px;
    font-weight: 700;
    z-index: 5;
}

.texto_secc_empresa {
    position: relative;
    color:#FFF;
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
    z-index: 5;
}

.texto_secc_empresa span {
    font-weight: 700;
}

.bg_barco_empresa {
    /*background-image: url('../imagenes/bg_empresa.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;*/
    min-height: 600px;
   
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}

.bg_barco_empresa:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 600px;
    background: rgb(255,255,255);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    z-index: 0;
}

.video_barco_empresa {
    object-fit: cover;
    width: 60%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

.texto_bg_barco_empresa {
    color:#0F7FEF;
    font-size: 24px;
    margin-top: 200px;
    z-index: 5;
    position: relative;
}

.texto_bg_barco_empresa span {
    font-weight: 700;
}

.bg_azul_empresa {
    background-color:#0F7FEF;
    padding-top: 5%;
    padding-bottom: 5%;
}

.tit_marcas {
    color:#FFF;
    font-size: 47px;
    font-weight: 700;
    line-height: 1.1;
}

.bot_marcas {

}

.texto_marcas {
    color:#FFF;
    font-size: 34px;
    line-height: 1.2;
}

.linea_marcas {
    width: 100%;
    height: 1px;
    background-color:#FFF;
    margin: 50px auto;
}

.logo_marca {
    max-height: 60px;
}

.texto_marca_empresa {
    color:#FFF;
    max-width: 280px;
    margin-top: 40px;
    font-weight: 500;
    line-height: 1.3;
}

.caja_marca_empresa  {
    padding-left: 40px;
}

.borde_empresa_der {
    border-right:1px solid #FFF;
}


.bot_marcas {
    color:#136EAD;
    background-color:#fff;
    font-size: 12px;
    font-weight: 400;
    border:1px solid #fff;
    border-radius:30px;
    padding: 7px 20px;
    display:inline-block;
    text-decoration: none;
    position: relative;
    transition: .3s all ease-in-out;
    padding-right: 45px;
    margin-top: 10px;
}

.bot_marcas::before {
    content:'';
    position: absolute;
    top: 5px;
    right: 6px;
    background-image:url('../imagenes/flecha_empresa.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 22px;
    height: 22px;
}

.bot_marcas:hover {
    background-color:#0f7fef;
    border-color:#fff;
    color:#FFF;
}


.bot_empresa {
    color:#fff;
    background-color:#58595B;
    font-size: 12px;
    font-weight: 400;
    border:1px solid #58595B;
    border-radius:30px;
    padding: 7px 20px;
    display:inline-block;
    text-decoration: none;
    position: relative;
    transition: .3s all ease-in-out;
    padding-right: 45px;
    margin-top: 30px;
}

.bot_empresa::before {
    content:'';
    position: absolute;
    top: 5px;
    right: 6px;
    background-image:url('../imagenes/flecha_blanca.svg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 22px;
    height: 22px;
}

.bot_empresa:hover {
    background-color:#0f7fef;
    border-color:#0f7fef;
    color:#FFF;
}

.tit_desc_empresa {
    color:#0F7FEF;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 60px;
    line-height: 1.2;
}

.texto_desc_empresa {
    color:#151515;
}

.bajada_secc_empresa {
    color:#151515;
    font-weight: 700;
    margin-top: 30px;
}

.img_empresa_1 {
    max-width: 400px;
    display: block;
    margin:0 auto;
}

.img_empresa_2 {
    max-width: 450px;
    display: block;
    margin:0 auto;
}

.margen_tit_2 {
    margin-top: 150px;
}

.bg_abajo_empresa {
    margin-top: 5%;
    padding-bottom: 10%;
    background-image:url('../imagenes/bg_empresa_2.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position: bottom;
}

.marco_video_yt {
    overflow: hidden;
    border-radius:30px;
    border:5px solid #A6A6A6;
    max-height: 355px;
}


.tit_form {
    color:#0F7FEF;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 700;
}

.bot_enviar {
    background-color:#0F7FEF;
    border-radius:30px;
    padding:8px 45px;
    color:#FFF;
    border: none;
    margin-bottom: 30px;
}

.input_h { background-color:transparent; padding:3px; width:100%; visibility: hidden; }

.input-group-text i {
    color:#0F7FEF;
}

.textarea {
    width: 100%;
}

/*************************** FOOTER ***********************************************************************/

.footer {
    background-color:#58595B;
    padding-top: 50px;
    padding-bottom: 20px;
}

.logo_footer {
    max-width: 120px;
    margin-top: 20px;
}

.borde_footer_izq {
    border-left:1px solid #FFF;
    padding-top: 20px;
    padding-bottom: 10px;
}

.menu_footer a {
    display: block;
    text-decoration: none;
    color:#FFF;
    margin-bottom: 10px;
    font-size: 15px;
}

.redes_footer {
    margin-top: 40px;
}

.redes_footer i {
    color:#FFF;
    font-size: 22px;
    margin-right: 10px;
}

.datos_footer {
    color:#FFF;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 15px;
}

.datos_footer img {
    max-width: 15px;
}

.borde_arriba_footer {
    border-top:1px solid #FFF;
    margin-top: 30px;
}

.copy {
    color:#FFF;
    display:inline-block;    
    margin-top: 20px;
    font-size: 14px;
}

.tit_news {
    color:#FFF;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.bot_enviar_blanco {
    background-color:#fff;
    border-radius:30px;
    padding:5px 40px;
    color:#000;
    border: none;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    transition: .3s all ease-in-out;
}

.bot_enviar_blanco:hover {
    background-color:#000;
    color:#FFF;
}

.input_news {
    background-color:transparent;
    border:1px solid #FFF;
    color:#FFF;
}

.input_news:active {
    background-color:transparent;
    color:#FFF;
}

.input_news:focus {
    background-color:transparent;
    color:#FFF;
}

.input_news::placeholder {
    color:#FFF;
}

.c_input_news .input-group-text {
    background-color:transparent;
}

.c_input_news i {
    color:#FFF;
}

.show_desk {

}

.show_resp {
    display: none;
}

.banner_gracias {
    margin-top: 10%;
    margin-bottom: 15%;
}

/************************************************** RESPOONSIVE *****************************************************/

@media (max-width: 1440px) { 

    .carousel_home .carousel-control-prev {
        left: -4%;
        width: 5%;
    }
    
    .carousel_home .carousel-control-next {
        right: -4%;
        width: 5%;
    }

    .bg_barco_empresa {
        min-height: 550px;
    }
    
    .texto_bg_barco_empresa {
        margin-top: 150px;
    }

    .caja_texto_img {
        margin-top: -100px;
    }

    .banner_secc_detalle_prod {
        background-position: center;
    }

    

    .video_barco_empresa {
        object-fit: cover;
        width: 70%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
      }

    .bg_barco_empresa:before {
        content:'';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 600px;
        background: rgb(255,255,255);
        background: linear-gradient(-90deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
        z-index: 0;
    }

    

}

@media (max-width: 1366px) { 

    .caja_texto_img {
        margin-top: -50px;
    }

    .datos_footer .row {
        flex-wrap: nowrap;
    }

    .categorias_prod a {
        font-size: 16px;
        min-width: 200px;
    }

    .cont_boton_subcat {
        padding: 30px 35px;
    }

    .carousel_home .carousel-control-prev {
        left: -8%;
        width: 5%;
    }
    
    .carousel_home .carousel-control-next {
        right: -8%;
        width: 5%;
    }

    .bg_barco_empresa {
        min-height: 520px;
    }
    

}

@media (max-width: 1280px) { 

    .carousel_home .carousel-control-prev {
        left: -5%;
        width: 5%;
    }

    .carousel_home .carousel-control-next {
        right: -5%;
        width: 5%;
    }

    .bg_barco_empresa {
        min-height: 480px;
    }

}


@media (max-width: 767px) { 

    

    .show_desk {
        display: none;
    }
    
    .show_resp {
        display: block;
    }

    .video_home_1 {
        height: 520px;
        margin-top: -100px;
    }
    
    .video_banner {
        width: 100%;
        height: auto;
    }

    .video_banner_resp {
        object-fit: cover;
        width: 100%;
        height: 980px;
        position: absolute;
        top: -450px;
        left: 0;
        z-index: -1;
    }

    .tit_video_1 {
        font-size: 34px;
        padding-top: 20px;
    }

    .texto_video_1 {
        font-size: 18px;
        max-width: 390px;
    }

    .bg_gris_resp {
        background-color:transparent;
        padding-bottom: 30px;
        z-index: 5;
        position: relative;
    }

    .caja_img_big {
        margin-bottom: 20px;
    }

    .caja_img_small {
        margin-bottom: 20px;
    }

    .video_home_2 {
        height: 220px;
    }
    
    .video_banner_2 {
        height: auto;
      }

      .caja_texto_img {
        margin-top: 20px;
    }

    .tit_insumos_home {
        color:#0F7FEF;
        font-size: 34px;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 80px;
        line-height: 1.2;
    }
    
    .tit_insumos_home a {
        margin-left: 0px;
        display: block;
        margin-top: 15px;
    }

    .bg_post_video_1 {
        background-color:#FFF;
        background:none;
        padding-bottom: 0;
        /* margin-top: -4px; */
        position: relative;
        z-index: 15;
        background-color: #FFF;
    }

    .bg_post_video_2 .container {
        padding-bottom: 50px;
        margin-bottom: 60px;
    }

    .bg_post_video_2:before {
        display: none;
    }

    .bg_slider_home {
        min-height: auto;
        padding-top: 45px;
        padding-bottom:45px;
        margin-bottom: 50px;
    }

    .logo_slider_home {
        max-height: 40px;
    }

    .logo_slider_home_2 {
        max-height: 50px;
    }


    .tit_slider_home {
        padding-bottom: 10px;
        margin-top: 15px;
    }

    .linea_slider {
        width: 0;
        margin-top:10px;
        margin-bottom: 10px;
    }

    .tit_slider_home_2 {
        padding-bottom: 10px;
        margin-top: 15px;
    }

    .carousel_home {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carousel_home .carousel-item {
        min-height: 500px;
    }

    .carousel_home .carousel-control-prev {
        left: -4%;
    }
    
    .carousel_home .carousel-control-next {
        right: -3%;
    }

    .tit_presu {
        line-height: 1.2;
    }

    .bot_coti {
        margin-bottom: 40px;
    }
    
    .img_home_resp {
        padding:0;
    }

    .logo_footer {
        margin: 0 auto;
        display: block;
    }

    .borde_footer_izq {
        border:none;
    }

    .redes_footer {
        margin-top: 0px;
        text-align: center;
        margin-top: 30px;
    }

    .hover_menu {
        display: none;
    }

    .banner_secc_empresa {
        min-height: 300px;
        background-position:right;
    }

    .tit_secc_empresa {
        font-size: 34px;
    }
    
    .texto_secc_empresa {
        font-size: 18px;
    }

    .texto_secc_empresa br {
        display: none;
    }

    .texto_bg_barco_empresa {
        border: 1px solid #FFF;
        border-radius: 25px;
        background-color:rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(10px);
        padding:20px;
        margin-top: 320px;
        font-size: 20px;
        line-height: 1.2;
    }

    .bg_azul_empresa {
        padding-top: 50px;
    }

    .tit_marcas {
        font-size: 34px;
    }

    .texto_marcas {
        font-size: 24px;
        margin-top: 20px;
    }
    
    .texto_marcas br {
        display: none;
    }

    .texto_marca_empresa {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .bajada_secc_empresa {
        margin-bottom: 30px;
    }

    .bot_empresa {
        margin-bottom: 40px;
    }

    .margen_tit_2 {
        margin-top: 80px;
    }

    .categorias_prod a {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .cont_boton_subcat {
        margin-bottom: 30px;
    }

    .borde_der_subcat {
        border-right:0;
        border-bottom:1px solid #58595B;
        padding-bottom: 15px;
    }

    .tit_secc_prod {
        font-size: 34px;
    }

    .texto_secc_prod {
        font-size: 20px;
        margin-top: 20px;
    }

    .carousel_prod  .carousel-control-next {
        right: -5%;
    }
    
    .carousel_prod  .carousel-control-prev {
        left: -5%;
    }

    .banner_secc_detalle_prod {
        background-position: 65%;
    }
    
    .bg_barco_empresa:before {
        display: none;
    }

    .video_barco_empresa_resp {
        object-fit: cover;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
      }

    .caja_marca_empresa  {
        padding-left: 15px;
    }

    .tit_det_prod {
        font-size: 50px;
        text-align: center;
        padding-top: 100px;
    }

    .b_vinilos {
        background-image:url('../../assets/imagenes/banners_productos/banners_vinilos_mobile.jpg');
    }

    .b_lonas {
        background-image:url('../../assets/imagenes/banners_productos/banners_lonas_mobile.jpg');
    }

    .b_placas {
        background-image:url('../../assets/imagenes/banners_productos/banner_placasrigidas_mobile.png');
    }

    .b_portabanners {
        background-image:url('../../assets/imagenes/banners_productos/banners_portabanners_mobile.jpg');
    }

    .b_accesorios {
        background-image:url('../../assets/imagenes/banners_productos/banners_accesorios_mobile.jpg');
    }

    .video_home_resp {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .video_home_resp video {
        object-fit: contain;
        width: 101%;
        height: 300px;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: -1;
    }
    
    .copy {
        text-align: center;
        width: 100%;
    }

    .categorias_graphitac_prod a {
        min-width: 100%;
    }


}