.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}

.box {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 25px;
  text-align: right;
  display: block;
  margin-top: 60px;
}

.box-icon {
  background-color: #57a544;
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  margin-top: -61px;
}

.box-icon span {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.info h4 {
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.info>p {
  color: #717171;
  font-size: 16px;
  padding-top: 10px;
  text-align: justify;
}

.info>a {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

.info>a:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

.some-css-selector {
  font-size: 13px;
}


/* CUSTOM - ZETENTA */

#header {
  background: #fff;
  position: relative;
}

.siteheader-container {
  height: 60px;
  background: #fff;
  z-index: 2;
  padding-right: 0;
  padding-left: 0;
}

#main-menu {
  float: left;
  color: #000000;
  margin-top: 15px;
  margin-left: 3%;
}

.main-nav>ul>li>a {
  color: #000;
  font-weight: 400;
  font-size: 13px;
}

.cuchillo {
  background: url('../images/header_curva.gif') #eb1a2d no-repeat bottom left;
  height: 60px;
  float: right;
  padding-left: 100px;
}

.cuchillo_bg {
  background: #eb1a2d;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.cuchillo a {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
  display: inline-block;
  margin-left: 7px;
}

.cuchillo a.mobile_menu {
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 15px;
}

#zn-res-menu li.show_mobile {
  border: none;
  float: left;
  width: auto;
}

#zn-res-menu li.show_mobile a {
  font-size: 24px;
  border: none;
  float: left;
  padding-right: 0px;
  color: #cf2324;
}

.logo-container {
  height: 60px;
}

.site-logo img {
  width: 150px;
  margin-left: 15px;
}

.kl-slideshow .main_title.has_titlebig {
  font-size: 20px;
}

.slide_productos {
  background: #d0d1d3 no-repeat center top;
}

.fb_widget_wrapper {
  height: 350px;
  overflow: hidden;
  border: 1px solid #c4c4c4;
  margin-bottom: 15px;
}

.slide_productos .grid-ibx--style-lined-center .grid-ibx__item,
.slide_productos .grid-ibx--style-lined-center .grid-ibx__item:hover {
  border: none;
  background: transparent;
}

.slide_productos .grid-ibx__item {
  padding-left: 5px;
  padding-right: 5px;
}

.latest_posts.default-style.kl-style-2 .m_title {
  font-size: 25px;
}

.testimonial {
  margin-bottom: 10px;
}

.testimonial .ts-pt-testimonials__text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  padding: 25px 30px;
  min-height: 350px;
  font-family: "Montserrat";
}

.testimonial .ts-pt-testimonials__text strong {
  display: inline-block;
  padding-bottom: 10px;
}

a.btn_round {
  border: 1px solid #fff;
  background: transparent;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin: auto;
  border-radius: 100px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: bold;
  float: none;
  margin: 50px 0;
}

a.btn_round:hover {
  cursor: pointer;
  background: #fff;
  color: #eb1a2d;
}

a.btn_red {
  color: #cf2324;
  border-color: #cf2324;
}

a.btn_red:hover {
  background: #cf2324;
  color: #fff;
}

.btn_center {
  text-align: center;
}

.footer_logos {
  text-align: center;
  padding-top: 20px;
}

.footer_logos a {
  display: inline-block;
  margin: 0 15px;
}

.footer_mylanta img {
  width: 130px;
}

.footer_elea img {
  width: 90px;
}

.txt_legales {
  font-size: 12px;
  line-height: 19px;
  color: #333333;
  font-family: 'Montserrat';
  padding: 10px 0;
}

.footer_top {
  padding: 30px 0 !important;
}

.menu_footer {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  border-top: 1px dotted #333;
  padding-top: 10px;
  margin-top: 10px;
}

.menu_footer li {
  margin-bottom: 4px;
}

.menu_footer li a {
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
}

.menu_footer li a:hover {
  cursor: pointer;
}

.menu_footer .fa {
  font-size: 25px;
  color: #eb1a2d;
  margin-right: 5px;
}

#footer {
  padding: 15px;
  background: #868686;
  color: #fff;
}

#footer p {
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 12px;
}

.copy_links {
  text-align: right;
}

.copy_links a {
  text-decoration: underline;
}


/* MODULO */

.modulo_seccion {
  margin-top: 30px;
  margin-bottom: 30px;
}

.modulo_seccion .col_left {
  padding-right: 0px;
  padding-left: 0px;
}

.modulo_seccion .col_right {
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 30px;
  background: #fff;
}

.modulo_seccion .row {
  position: relative;
}

.modulo_seccion .modulo_img {
  background: no-repeat center top;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
}

.linea_gris {
  width: 50px;
  height: 3px;
  background: #ccc;
  display: inline-block;
  margin: 15px 0;
}

.modulo_consejos {
  margin-top: 30px;
  margin-bottom: 30px;
}

.modulo_consejos .container {
  background: #fff;
}

.modulo_consejos .media-container {}

.modulo_consejos .col_left {
  padding-right: 0px;
  padding-left: 0px;
}

.modulo_consejos .col_right {
  padding-left: 30px;
  background: #fff;
}

.static-content__slideshow[class*="maskcontainer--"] .kl-slideshow-inner {
  padding-bottom: 150px;
}

.hide_mobile {
  display: none !important;
}

.show_mobile {
  display: inline-block !important;
}

.vertical_tabs .tabbable .tab-content>.tab-pane>h4 {
  color: #e61f34;
}

.process_box4 .content p {
  font-size: 15px;
}

.alerta {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}

.alerta_content {
  position: relative;
  width: 100%;
  max-width: 550px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 5px solid #ccc;
  padding: 30px;
}

.alerta_content .alerta_close {
  font-size: 17px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #cd2122;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

.alerta_content p {
  font-size: 14px;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}

.iosSlider .kl-caption-posv-middle {
  top: 70%;
}

.preguntas_frecuentes_title {
  position: relative;
  padding-top: 50px;
}

.preguntas_frecuentes_title h3 {
  display: inline;
  position: relative;
  clear: both;
  padding-right: 200px;
}

.bombero_home {
  position: absolute;
  right: 0;
  top: -140px;
}

@media all and (min-width: 768px) {
  .site-logo img {
    width: 160px;
    margin: 10px 0;
  }
  .siteheader-container {
    height: 96px;
  }

  .kl-slideshow .main_title.has_titlebig {
    font-size: 40px;
  }
  .slide_productos {
    background-image: url('../images/prod_bg.jpg');
  }
  .latest_posts.default-style.kl-style-2 .m_title {
    font-size: 30px;
  }
  .logo-container {
    height: 96px;
  }
  .show_mobile {
    display: none !important;
  }
  .hide_mobile {
    display: inline-block !important;
  }
  .cuchillo {
    height: 96px;
  }
  .fb_widget_wrapper {
    margin-bottom: 0;
  }
  .footer_mylanta img {
    width: 150px;
  }
  .footer_elea img {
    /*width: 120px;*/
    margin-top: 25px;
  }
  .footer_border {
    border-left: 1px dotted #333;
    border-right: 1px dotted #333;
  }
  .menu_footer {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}

@media all and (max-width: 768px) {
  .col-md-2.col-sm-2.footer_logos img {
    max-width: 200px;
}
  .col-md-2.col-sm-2.footer_logos {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
  .vertical_tabs.kl-style-2 .tabbable {
    display: block;
  }
  .vertical_tabs.kl-style-2 .tabbable .nav>li>a {
    padding: 5px;
    line-height: 16px;
  }
  .vertical_tabs .tabbable>.nav {
    margin-bottom: 5px;
  }
  .tabbable .nav,
  .tabbable .tab-content {
    width: 100%;
  }
  .tabbable .glyphicon {
    display: none !important;
  }
  .tabbable a {
    font-size: 12px;
    vertical-align: middle;
  }
  .vertical_tabs.kl-style-2 .tabbable .tab-content {
    padding: 15px 10px;
  }
  .tabbable .tab-content h4 {
    text-align: center;
  }
  .tabbable .tab-content h4 a img {
    float: none;
    margin: auto;
  }
  .kl-title-block {
    padding-bottom: 0;
  }
  .pbottom-80 {
    padding-bottom: 40px;
  }
  .ptop-80 {
    padding-top: 40px;
  }
  .modulo_seccion .modulo_img {
    background: no-repeat center top;
    background-size: cover;
    position: inherit;
    height: 300px;
  }
  .fs-18 {
    font-size: 13px;
  }
  .lh-32 {
    line-height: 24px;
  }
  .modulo_seccion .col_right h3 {
    font-size: 28px;
    margin-top: 10px;
    line-height: 34px;
  }
  .h-615 {
    height: 350px !important;
  }
  .preguntas_frecuentes_title h3 {
    padding-right: 0px;
  }
  .bombero_home {
    left: 50%;
    right: auto;
    top: -135px;
    width: 110px;
    transform: translateX(-50%);
  }
  .testimonial .ts-pt-testimonials__text {
    min-height: auto;
  }
}

.slide-item-play {
  cursor: pointer;
  height: 50px;
  width: 50px;
	margin: 0 auto;
	position: relative;
	background-size: cover;
 transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (min-width: 768px) {
  .slide-item-play {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    cursor: pointer;
    height: 100px;
    width: 100px;
	}
	.slide-item-play:hover {
		transform: translate(-50%, -50%) scale(1.1);
	}
}

.containerVideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.siteheader-container {
  width: 96% !important;
}
/* nuevo bloque contact */

.contact-section {
  background-color: #f5f5f5;
  padding: 40px 24px;
  text-align: center;
  border-radius: 10px;
  margin: 20px auto;
  color: black;
}

.contact-section .subtitle {
  font-size: 16px;
  margin: 8px;
  padding: 0;
  font-weight: 400;
  border:none;
}

.contact-section .title {
  font-size: 56px;
  margin: 0 0 24px 0;
  padding: 0;
  font-weight: 700;
  color:#cd2122;
}

.contact-section .description {
  font-size: 16px;
  margin: 8px auto;
  max-width: 500px;
}

.contact-section .phone {
  font-size: 24px;
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: 3px;
}

.contact-section .icons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.contact-section .icons .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 24px;
  background: white;
  transition: transform 0.2s, color 0.2s;
  color: #cd2122;
  border: 1px solid black;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-section .icons .icon:hover {
  transform: scale(1.1);
}
.menu_footer span.fa-brands.fa-youtube {
  font-size: 24px;
  color: #cd2122;
}