/*

  Theme Name: Grupo Textil
  Author:  Inpulsa
  Author URI: https://inpulsa.pe/
  Description: 
  Tags:  
  Version: 2.5
*/

:root {
  --fuente_uno: "f37_ginger_probold";
  --fuente_dos: "f37_ginger_prodemi";
  --fuente_tres: "f37_ginger_proextra_bold";
  --fuente_cuatro: "f37_ginger_proregular";
  --fuente_cinco: "open_sansregular";
  --fuente_seis: "f37_ginger_problack";
  --fuente_ocho: 'aktivgrotesk-xboluploadedfile';


  /*color */

  --color_blanco: #fff;
  --color_uno: #1d1d1b;
  --color_dos: #FF6C08;
  --color_tres: #405A7F;
}

* {
  scroll-behavior: smooth;
  font-size: 15px;
}

body,
html {
  overflow-x: hidden;
}
body,
main {

  color: var(--color_uno) !important;
}
main{
  min-height: 88vh;
  margin-top: 30px;
}

.home main{
  margin-top: 0px;
}

#flecha-top {
  position: fixed;
  right: 20px;
  border-radius: 50%;
  bottom: 40px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #f6f6f6;
  color: var(--color_dos);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms ease;
  transform: scale(0);
}

#flecha-top:hover {
  transform: scale(1.1);
  background-color: var(--color_dos);
  color: #fff;
}

p {
  font-family: var(--fuente_cinco);
  font-size: 15px;
}

ul {
  list-style: none;
  margin-bottom: 0px !important;
  padding: 0px !important;
}
.menu-color{
  background-color: #EBEBEB!important;
  box-shadow: none!important;
}
.pll-parent-menu-item a .sr-only{

  position: relative!important;
  width: auto!important;
  height: auto!important;

}
.pll-parent-menu-item a {
  margin: 0 10px!important;
}

.menu-estilo ul li a {
  color: #000;
  font-family: var(--fuente_cuatro);
  font-size: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.menu-estilo ul li a:hover{
  color: var(--color_tres);
}
.menu-estilo ul .menu_especial a{
  color: #000!important;
  font-family: var(--fuente_cuatro);
  font-size: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
}
#menu-derecha , #menu-izquierda{
  width: 45%;
}

.page-template-page-mi-blog-php main , .category-noticias main{
  margin-top: 0px!important;
}

#wa_btn,
#wa_chat {
  font-size: 13px;
  line-height: 1.65em;
}

.btn1 {
  position: fixed;
  right: 23px;
  bottom: 105px;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  z-index: 999;
}

.btn1 .btn_txt {
  position: absolute;
  width: 156px;
  right: 100%;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  top: 0px;
  padding: 7px 0 7px 12px;
  margin-right: 7px;
  letter-spacing: -.03em;
  border-radius: 4px;
  transition: .4s ease all;
  font-family: var(--fuente_cuatro);
}
.btn1 .btn_txt strong{
  font-family:var(--fuente_tres);_
}

.btn1.activo .btn_txt {
  transform: translate(0,15px);
  opacity: 0;
  visibility: hidden;
}

.btn1 .btn_icon {
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
}

.btn1 .btn_icon:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('./images/whatsapp_white.svg') center center no-repeat;
  background-size: 30px auto;
  transition: .4s ease all;
}

.btn1 .btn_icon:after {
  content: '';
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('./images/whatsapp_close.svg') center center no-repeat;
  background-size: 14px auto;
  transition: .4s ease all;
  transform: scale(0) rotate(-360deg);
}

.btn1.activo .btn_icon:before {
  opacity: 0;
  transform: scale(0) rotate(360deg);
}

.btn1.activo .btn_icon:after {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.chat_box.activo {
  transform: translate(0,0);
  visibility: visible;
  opacity: 1;
}

.chat_box {
  font-family: Arial,Helvetica,sans-serif;
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
  bottom: 170px;
  right: 25px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translate(0,50px);
  transition: .4s ease all;
  will-change: transform,visibility,opacity;
  max-width: calc(100% - 50px);
}

.chat_box:hover,
.chat_box:focus,
.chat_box:active {
  box-shadow: 0 10px 10px 4px rgba(32,32,37,.23);
}

.chat_box .chat_header {
  background: #2db742;
}

.chat_box .chat_header {
  position: relative;
  padding: 15px 43px 17px 74px;
  color: #d9ebc6;
  background:#25D366;
}

.chat_box .chat_header:before {
  content: '';
  background: url('./images/whatsapp_white_1.svg') center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}

.chat_box .chat_header .chat_titulo {
  color: #fff;
}

.chat_box .chat_header .chat_titulo {
  padding-top: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.chat_box .chat_header .chat_msj {
  color: #fff;
  opacity: 0.8;
}
.chat_box .chat_header .chat_msj {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}

.chat_box .chat_body {
  background: #fff;
  padding: 13px 20px 21px 19px;
}

.chat_box .sub_msj {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}

.chat_box.fade_left .chat_list .chat_item:nth-child(1) {
  transition-delay: .3s;
}

.chat_box.fade_left .chat_list .chat_item:nth-child(2) {
  transition-delay: .5s;
}

.chat_box.fade_left .chat_list .chat_item:nth-child(3) {
  transition-delay: .7s;
}

.chat_box .miembro.online {
  transition: .2s ease all;
}

.chat_box .miembro.online:hover,
.chat_box .miembro.online:active {
  background: #fff;
  box-shadow: 0 7px 15px 1px rgba(55,62,70,.07);
}

.online:before {
  content: '';
  transition: .4s ease all;
  background: rgba(0,0,0,.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}

.chat_box .avatar {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  left: 12px;
  top: 10px;
}

.chat_item .avatar_img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat_list .chat_item .miembro_info {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}

.chat_list .chat_item .nombre {
  font-size: 14px;
  color: #363c47;
  line-height: 1.188em;
}

.chat_list .chat_item .labor {
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em;
}

.chat_list .chat_item .estado {
  color: #f5a623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em;
}

.chat_box .miembro:after {
  content: '';
  background: url('./images/whatsapp_white.svg') 0 0 no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}

.chat_box .miembro {
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-left: 2px solid #25D366;
  background: #f5f7f9;
  border-radius: 2px 4px 2px 4px;
}

.chat_box.fade_in .chat_list .chat_item {
  opacity: 1;
  transform: translate(0,0);
}

.chat_box.fade_left .chat_list .chat_item {
  transition: .4s ease all;
  transition-delay: 2.1s;
}

.chat_list .chat_item {
  margin: 14px 0 0;
  transform: translate(0,20px);
  will-change: opacity,transform;
  opacity: 0;
}

/*fin de wsp*/

/*logo */

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

.logo-img {
  font-size: 25px;
  font-weight: bolder;
}

/*sub menu */



ul.navbar-nav li.menu-item-has-children{
  position: relative; 

}
ul.navbar-nav li.menu-item-has-children > a::after{
 content: '';
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 border-top: 5px solid;
 margin-left: 9px;
 top: 18px;
 vertical-align: middle;
 vertical-align: calc(-50% - 4px );
}

.sub-menu{
  display:none!important;
}
.activado .sub-menu{
  display:block!important;
}
.activado  ul.sub-menu li a{
  padding: 8px 15px!important;
  background-color: #fff!important;
  transition: all 300ms ease;
  min-height: 40px;
  min-width: 180px;
  border-radius: 10px;
  margin-bottom: 3px;
}

.activado  ul.sub-menu li a:hover{
  color:#fff!important;
  background-color:var(--color_dos)!important;
}

.activado  ul.sub-menu li a{
  font-family:var(--fuente_cinco)!important;
  font-size:14px!important;
  justify-content: start;
  padding-left: 30px!important;
}
.capa_img{
  background: #0000005c;
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  border-radius: 15px;
}


.slick-dots li.slick-active button:before ,  .slick-dots .slick-active i{
  opacity: 1!important;
  color: #405A7F!important;
}

/*slider */

/*fin de slider */




/*carousel */

.estilo_carousel img{
  height: 480px;
  object-fit: cover;
}

.estilo_carousel h2{
  font-family: var(--fuente_cuatro);
  font-size: 16px;
  text-align: center;
  background: #EBEBEB;
  width: 230px;
  margin: 15px auto 0px;
  color: var(--color_uno);
  padding: 5px 0px;
  border-radius: 3px;
}
.estilo_carousel a:hover h2{
  background-color: var(--color_dos)!important;
  color: #fff!important;
}
.slick-dots li button:before{
  font-size: 12px!important;
}

/*fin carousel*/
.uc_banner-content a{
    display:none!important;
}

/*lineas */

.linea_1{
  width: 200px!important;
}

/*fin de lineas*/

.post-categories li a{
  pointer-events: none;
}
.efecto_contenido_2 .uc_banner-img img , .efecto_contenido_1 .uc_banner-img img{
	height: 428px;
    object-fit: cover;
}

/*blog*/
.estilo_video-button{
  background: var(--color_dos)!important;
  border: none!important;
  width: 100%!important;
  margin-bottom: 0px!important;
  border-radius: 3px!important;
  height: 37px!important;
  font-family: var(--fuente_cuatro);
  font-size: 15px!important;
}
.estilo_video-button:hover{
  background-color: var(--color_tres)!important;
}
.img-text{
  position: relative;

}

.efecto_contenido_1 .img-text .uc_banner-content , .efecto_contenido_2 .img-text .uc_banner-content{
  display: none!important;
}
.efecto_contenido_1 .img-text .uc_banner-content a{
  display: none!important;
}
.efecto_contenido_1 .img-text:hover .uc_banner-content , .efecto_contenido_2 .img-text:hover .uc_banner-content{
  display: block!important;
}
.efecto_contenido_1 .img-text .wpb_single_image , .efecto_contenido_2 .img-text .wpb_single_image{
  margin-bottom: 10px!important;
}
.efecto_contenido_1 .img-text  .uc_basic_banner .uc_banner-content , .efecto_contenido_2 .img-text  .uc_basic_banner .uc_banner-content{
  top: inherit!important;
  bottom: 0px;
  transform: translateY(1%)!important;
  background: #3C3C3B;
}
.efecto_contenido_1 .img-text  .uc_basic_banner .uc_banner-content p {
  font-size: 12px!important;
  font-family: var(--fuente_cuatro)!important;

}
.efecto_contenido_2 .img-text  .uc_basic_banner .uc_banner-content p{
  font-size: 12px!important;
  font-family: var(--fuente_cuatro)!important;
  margin-bottom: 10px!important;
}
.efecto_contenido_2  .uc_basic_banner .uc_banner-content a{
  background: #FF7323!important;
  border: none!important;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-family: var(--fuente_dos);
}
/*fin de blog*/
.estilo_cpe{
    max-width: 30vw!important;
    margin: auto;
}
.btn_cpe {
    display: flex;
}
a.btn-link-cpe {
    padding: 10px 15px;
    margin: 5px !important;
    background: #ff6c08;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    line-height: 10px;
    border-radius: 5px;
}
a.btn-link-cpe:hover {
    background: #405a7f;
}
.estilo_cpe .titulo_form {
    background-color: #ff6c08;
    height: 190px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.estilo_cpe .titulo_form h1{
        color: #fff;
    font-size: 32px;
    max-width: 80%;
    text-align: center;
    margin: auto;
}
.estilo_cpe .titulo_form{
    z-index:2;
    position:relative;
}
.estilo_cpe  form{
        background: #EEEEEE;
        padding: 40px 40px 0px;
    border-radius: 18px;
    min-height: 476px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -50px;
    z-index: 1;
}
.estilo_cpe  form div{
    width:100%;
}
.estilo_cpe  form  label{
    font-family:var(--fuente_dos);
}
.estilo_cpe  form input , .estilo_cpe  form select{
        height: 47px;
    border: none;
  
}
.estilo_cpe  form button{
    background: #405A7F;
    width: 210px;
    height: 45px;
    font-family: var(--fuente_dos);
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
}
.mensaje_cpe{
    font-size: 16px;
    text-align: center;
    color: #9b9b9b;
    font-family: var(--fuente_dos);
    text-transform: capitalize;
    margin-top: 15px;
}
@media(max-width:768px){
    .estilo_cpe{
            max-width: 100vw!important;
            margin-top:50px;
    }
    .estilo_cpe .titulo_form h1{
        width:100%;
            margin-top: 40px;
            max-width:100%;
            font-size:25px;
    }
    .estilo_cpe .titulo_form{
        height: 160px;
    }
}
/*titulos*/

.titulo_1 h1{
  font-size: 35px;
  color: var(--color_dos);
  font-family: var(--fuente_uno);
}

.titulo_2 h1 , .titulo_2{
  font-size: 35px;
  font-family: var(--fuente_uno);
}
.texto_1{
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}
.texto_1 p{
  background: #EBEBEB!important;
  width: 100%!important;
  margin-bottom: 0px!important;
  border-radius: 3px!important;
  height: 37px!important;
  font-family: var(--fuente_cuatro);
  font-size: 15px!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*fin de titulos*/
.ult-modal-input-wrapper{
    margin-bottom:15px!important;
}

/* boton  */
.boton-1 > a{
  background: transparent!important;
  color: #fff!important;
  border: none!important;
  text-decoration: underline!important;
  font-family: var(--fuente_cuatro)!important;
  font-size: 16px;
}
.boton-2 {
    width:100%!important;
    position:relative;
    z-index:1;
}
.boton-2 > a{
    background: var(--color_dos)!important;
    border: none!important;
    width: 100%!important;
    margin-bottom: 0px!important;
    border-radius: 3px!important;
    height: 37px!important;
    font-family: var(--fuente_cuatro);
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #fff!important;
}
.boton-2 > a:hover{
    background-color: var(--color_tres)!important
}

/* fin de boton */
.single-post .wpb_single_image {
  margin-bottom: 15px!important;
}

.uc_basic_banner .uc_banner-content{
    padding-bottom: 10px!important;
}


/*img */

figure.vc_figure,
figure.vc_figure .vc_single_image-wrapper,
figure.vc_figure .vc_single_image-wrapper img {
  width: 100% !important;
}

/*fin de img */

.slick-prev:before{
  content: url('./images/flecha.svg')!important;
}
.slick-next:before{
  content: url('./images/flecha-1.svg')!important;
}
.slick-prev{
  left: -70px!important;
}
.slick-next{
  right: -70px!important;
}
.slick-prev, .slick-next{
  width: 55px!important;
  height: 55px!important;
}
.slick-prev:hover:before{
 content: url('./images/flecha_azul.svg')!important;
}
.slick-next:hover:before{
  content: url('./images/flecha_1_azul.svg')!important;
}

.estilo_post h2{
  font-size: 18px;
  font-family: var(--fuente_uno);
  min-height: 43px;
  display: flex;
  align-items: center;
}
.estilo_post p{
  font-family: var(--fuente_cuatro);
  font-size: 14px;
  line-height: 16px;
}

.estilo_barra h1 , .estilo_barra h1 a{
  font-size: 35px;
  font-family: var(--fuente_ocho);
  color: #fff!important;
  text-transform: uppercase;
}
.estilo_barra img{
  height: 260px;
  object-fit: cover;
}
.estilo_post ul li a{
  color: var(--color_tres)!important;
  font-family: var(--fuente_dos)!important;
}
.estilo_post .card{
  background-color: #F4F4F4;
}
.estilo_post .card:hover{
  box-shadow: 3px 25px 28px -17px rgba(0,0,0,0.41);
  -webkit-box-shadow: 3px 25px 28px -17px rgba(0,0,0,0.41);
  -moz-box-shadow: 3px 25px 28px -17px rgba(0,0,0,0.41);
  transition: all 300ms ease;
}
.estilo_post .boton{
  background-color: var(--color_dos);
  color: #fff;
  width: 162px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-family: var(--fuente_dos);
  font-size: 13px;
}
.estilo_post .boton:hover{
  background-color: var(--color_tres);
}
.estilo_barra .categoria_estilo a{
  font-size: 12px;
  color: #fff;
  font-family: var(--fuente_dos);
  text-decoration: underline;
}
.estilo_post .card-body{
    min-height: 508px;
}

.categoria_estilo a{
  pointer-events: none;
}

.estilo_post .img_tamaño {
  height: 286px!important;
  width: 314px!important;
  overflow: hidden;
}
.estilo_post .img_tamaño img, .estilo_carousel .img_tamaño_2 img{
    object-fit: cover;
    height: 100%;
}
.estilo_carousel .img_tamaño_2 {
  width: 360px;
  height: 480px;
  overflow: hidden;
}

.estilo_post .card:hover .img_tamaño img ,.estilo_carousel .unidad_carrousel:hover .img_tamaño_2 img{
  transform: scale(1.5) rotate(-15deg);
  transition: all 900ms ease;
}
#proveedores .slick-next:before , #proveedores .slick-prev:before{
  display:none!important;
}
.blog_unidad_tips  .slick-dots li button:before , .blog_unidad_tendencias .slick-dots li button:before , .blog_unidad_noticias .slick-dots li button:before , .footer_columnas  .slick-dots li button:before{
  font-size: 45px!important;
}
.home .footer_columnas  .slick-dots li button:before{
  font-size: 15px!important;
}
.blog_unidad .slick-dots{
  bottom: -15px!important;
}
#noticias{
	background-repeat:no-repeat;
	background-size:cover;
}
/*footer */

.footer-last {
  background-color: #415A7F;
  color: var(--color_blanco);
  font-family: var(--fuente_dos);
}
.footer-last p {
  font-size: 10px;
}
.footer-last p a {
  color: #fff;
  font-weight: bolder;
  font-family: var(--fuente_dos);
  font-size: 12px;
}


.fondo-footer{
  background-color: #EBEBEB!important;
}
.footer_columnas h2 , .maps-footer{
  font-family: var(--fuente_dos);
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  
}
.maps-footer{
    color: #000000;
}
.footer_columnas h2{
    color:#ff6c08;
}
.footer_columnas h2:hover, .maps-footer:hover{
  color:#cf651d;
}
.numero_footer{
  text-align: center;
  margin: 10px 0px;
}

.numero_footer a , .numero_footer_sin{
  font-size: 19px;
  font-family: var(--fuente_uno);
  color: #000;
  background-color: #fff;
  width: 195px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin: 0px auto;
}
.numero_footer a:hover{
  background-color: var(--color_dos);
  color: #fff!important;
}
.footer_columnas p{
  font-family: var(--fuente_cuatro);
  font-size: 15px;
  text-align: center;
}
.tamano_img  , .tamaño_img img{
  
  height: 306px!important;
  border-radius: 10px;
  object-fit: cover;

}
.tamano_img-video{
    position: relative;
    height: 300px;
    width:   100%;
    margin:0px auto;
}
.tamano_img-video iframe{

  height: 300px!important;
  border-radius: 10px!important;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  -khtml-border-radius: 10px!important;
    display: block;
    position: absolute;
    top:    0;
    bottom: 0;
    left:   0;
    right:  0;
    width:  100px;
    min-width:  100%;
    min-height: 100%;
}

.tamano_img iframe .ytp-gradient-top{
  display: none!important;
}

.social li {
  position: relative;
  display: inline-block;
  padding: 0px !important;
}



header .social li a:before{
  background: #fff!important;
  color: #ff6c08!important;
  margin:0px 3px!important;
}

.social li a:before {
  display: inline-block;
  vertical-align: top;
  padding: 10px 16px;
  font-family: "Font Awesome 5 Brands";
  font-size: 17px;
  color: var(--color_uno);
  border-radius: 50%;
  background: #f0f0f0;
}


header .social li a:hover:before{
  color: #fff;
}
.social li a:hover:before {
  background-color: var(--color_dos);
  color: #fff;
  transition: all 300ms ease;
}

.social li a[href*="facebook.com"]::before {
  content: "";
  padding: 9px 18px;
  color: #4267B2!important;
}

.social li a[href*="instagram.com"]::before {
  content: "";
  padding: 9px 16px;
  color: #DD2A7B!important;



}
.social li a[href*="behance.net"]::before {
  content: "";
}
.social li a[href*="pinterest.es"]::before {
  content: "";
}
.social li a[href*="pe.linkedin.com"]::before,
.social li a[href*="linkedin.com"]::before {
  content: "";
  padding: 9px 16px;
}
.social li a[href*="twitter.com"]::before {
  content: "";
}
.social li a[href*="youtube.com"]::before {
  content: "";
}
.social li a[href*="whatsapp.com"]::before {
  content: "";
  padding: 9px 16px;
}



footer{
  color: #fff!important;
}
footer p {
  font-family: var(--fuente_cuatro);
}






/*error 404 */

.error404 .content-area{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #fff;

}








@media (max-width: 1199px) {




  .navbar-toggler i {
    color: #2A317F;
  }
  .navbar-toggler[aria-expanded="true"] .fa-ellipsis-v:before {
    content: "\f00d";
  }



  button.navbar-toggler i {
    font-size: 24px;
  }
  .navbar {
    background-color: #c1212d0f!important;
  }


  .menu-menu-movil-container ul li{
    padding: 10px 0px;
  }
  .menu-menu-movil-container ul{
    margin-top: 60px;
  }

  .menu-menu-movil-container .social li{
    margin: 2px;
  }


  .estilo-logo-movil{
    margin-left: 50px!important;
  }
  .social li a:before{
    margin: 2px;
  }


}


@media (max-width: 991px){
  #menu-izquierda{
    height: 100vh;
    width: 100%;
    background-color: #f7f7f7!important;
    transition: none!important;
    margin-top: 10px;
  }
  #menu-izquierda .menu-menu-derecha-container ,#menu-izquierda  .menu-menu-movil-ingles-container{
    padding-top: 80px;
  }
  #menu-izquierda .menu-menu-movil-espanol-container ul li , #menu-izquierda  .menu-menu-movil-ingles-container ul li{
    padding: 10px 0;
  }

  .uc_basic_banner .uc_banner-content{
    position: initial!important;
    transform: translateY(0%)!important;
    background:transparent!important;
  }
  .efecto_contenido_1 .img-text .uc_banner-content, .efecto_contenido_2 .img-text .uc_banner-content{
    display:block!important;  
  }
  .efecto_contenido_2 .img-text .uc_basic_banner .uc_banner-content p , .efecto_contenido_1 .img-text .uc_basic_banner .uc_banner-content p{
    font-size: 17px!important;
    color: #3C3C3B;
    font-family: var(--fuente_cuatro)!important;
  
  }
  .uc_banner-content , .texto_1 , .ult-adjust-bottom-margin{
    position:relative;
    z-index:5;
  }


  .menu-estilo ul.sub-menu a{
    justify-content:center!important;
  }
  .logo-img{
    margin:auto;
  }

  .menu-color {
    position: fixed!important;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff!important;
  }
  .estilo_barra h1, .estilo_barra h1 a {
    font-size: 28px;
    font-family: var(--fuente_ocho);
    color: #fff!important;
    text-transform: uppercase;
  }
  .activado ul.sub-menu{
    position:relative!important;
    margin-top:10px!important;
    margin-bottom:10px!important;
  }
  
  .activado ul li {
    padding: 2px 0px;
  }
  .activado .sub-menu li a{
    color:var(--color_dos)!important!important;
    justify-content: center!important;
  }
  .estilo_carousel .img_tamaño_2 , .estilo_post .img_tamaño{
    width: 100%!important;
  }

  #proveedores{
    margin:0px 10px;
  }
  #proveedores > div{
    background: #F4F4F4!important;
    padding: 25px 0px;
    border-radius: 15px;
  }
  .estilo_post .boton{
    background-color: var(--color_tres)!important;
    width: 100%!important;
  }
  .estilo_post .card-body{
    text-align:center;
  }
  .movil-redes-estilo{
    background: #fff;
    border-radius: 30px;
    padding: 10px 0px;
    max-width: 280px;
    margin: auto;
  }
  header .social li a:before{
    background: #f7f7f7!important;
  }
  .movil-redes-estilo span{
    font-family:var(--fuente_cuatro);
    color:#858585;
    line-height:13px;
  }
  .estilo_barra{
    margin-top: 35px;
  }
  .estilo_barra h1, .estilo_barra h1 a{
   font-size: 21px;
 }
	.efecto_contenido_2 > .wpb_column ,  .efecto_contenido_1 > .wpb_column{
	width:50%!important;
	}
	
    .home main{
      margin-top: 30px;
    }
 
}

@media (min-width:  992px){




  .menu-item-has-children a:focus .sub-menu{
    display:block;
    outline: none;
  }
  .menu-estilo ul li {
    padding: 0px 10px;
  }
  .estilo_barra .mask > div{
    max-width: 65%;
    margin: 0 auto;
  }
  .activado .sub-menu {
    position: absolute !important;
    z-index:3;
  }
  #logos .slick-dots {
    display:none!important;
  }



}

@media(max-width:768px){
  #noticias {
    background-image:none!important;
  }
  #noticias .titulo_2{
    color:#3C3C3B!important;
  }
  .boton-1 > a{
    color:#B0B0B0!important;
  }


}

@media(min-width:575px){
  #proveedores button.slick-next , #proveedores  button.slick-prev {
    display:none!important;
  }
}

@media (max-width: 575px) {
  .logo-img img {
    width: 150px;
    height: auto;
    padding-left: 10px;
  }



  .logo-img{
    width: 85%!important;
    display: flex;
    justify-content:center;

  }
  .unidad_carrousel{
    position:relative;
  }
  .unidad_carrousel h2{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 8px 0px;
    width: 290px;
    bottom:0px;
  }
  .estilo_carousel .img_tamaño_2{
    height: 200px;
    border-radius: 15px;
  }
  .estilo_carousel img{
    height: 200px;
    object-position: top;
  }
  .titulo_1{
    margin-bottom:10px!important;
  }
  .titulo_1 h1{
    text-align:center;
    
  }
  #quienessomos p{
    text-align:center;
  }
  .numero_footer a, .numero_footer_sin{
    width: 70%;
  }
  #proveedores .slick-prev {
    left: -18px!important;
    margin-top: -20px;
  }
  #proveedores  .slick-next{
    right: -18px!important;
    margin-top: -20px;
  }
  #proveedores .slick-prev  i  , #proveedores  .slick-next i{
    font-size: 24px;
    color: #cfcfcf;
    border: 1px solid;
    border-radius: 50%;
    padding: 7px;
  }
  .footer_carousel .slick-prev  , .footer_carousel .slick-next , .blog_unidad_1 .slick-prev , .blog_unidad_1 .slick-next{
    
    width: 40px!important;
    height: 40px!important;
    z-index:5;
  }
  
  .footer_carousel .slick-prev , .blog_unidad_1 .slick-prev  {
   left: 5px!important;
 }
 .footer_carousel .slick-next , .blog_unidad_1 .slick-next  {
   right: 5px!important;
 }
	.blog_unidad_1 .slick-next  , .blog_unidad_1 .slick-prev{
    	top: 60%;
	}
	.efecto_contenido_2 > .wpb_column ,  .efecto_contenido_1 > .wpb_column{
	width:100%!important;
	}
   .tamano_img-video{
    width: 270px;
    margin: 0 auto;
  }

}


