h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

.header {
  position: static;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}

.left {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.text_header {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 21px;
  line-height:21px;
  font-weight: bold;
  text-align:center;
  border-top:solid 2px; 
   border-bottom:solid 2px;
   margin-top:30px;
  

 
}

.navbar {
  position: absolute;
  display: block;
  width: 100%;
  float: none;
  background-color: red;
  -webkit-transform: translate(0px, 145px);
  -ms-transform: translate(0px, 145px);
  transform: translate(0px, 145px);
}

.brand {
  display: block;
  width: 175px;
  margin-right: 0px;
  padding-top: 7px;
  padding-right: 5px;
  opacity: 1;
}

.nav_link {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  padding: 15px 20px;
  float: none;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_link:hover {
  background-color: #fff;
  color: red;
}

.nav_link.w--current {
  background-color: #fff;
  color: red;
}

.nav_link.scroll {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
}

.nav_menu {
  display: block;
  float: left;
  opacity: 1;
}

.slider_principal {
  height: 485px;
}

.cont_info {
  display: block;
 /* height: 435px;*/
  margin-right: auto;
  margin-left: auto;
  padding-top: 85px;
  padding-bottom: 55px;
  background-image: url('../images/bg_destacado.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}
.valores {
  color: red;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cont_info.empresa {
  height: 500px;
  margin-top:60px;
}

.cont_info.clientes {
  /*height: 435px;*/
  padding-top: 39px;
  background-image: url('../images/bg_destacado_clientes.jpg');
  background-size: auto;
}

.section_inicio {
  padding-top: 0px;
}

.top {
  /*height: 10px;*/
}

.inicio {
  padding-top: 38px;
}

.nav_menu_scroll {
  position: relative;
  display: block;
  float: right;
  opacity: 1;
}

.slide._1 {
  background-image: url('../images/slide01.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.slide._2 {
  background-image: url('../images/slide02.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide._3 {
  background-image: url('../images/slide03.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.slide._4 {
  background-image: url('../images/slide04.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.slide._5 {
  background-image: url('../images/slide05.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.slide._6 {
  background-image: url('../images/slide06.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.text_destacado {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  background-color: red;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 15px 0 0 red, -15px 0 0 red;
}

.redes {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #eee;
}

.text_redes {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.link_redes {
  display: inline;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 18px;
  font-weight: 700;
}

.link_redes.white {
  color: #fff;
}

.link_redes.white.seguinos {
  padding-left: 10px;
  font-size: 15px;
}

.image_redes {
  display: inline-block;
  width: 40px;
  padding-top: 0px;
  float: none;
}

.link_social {
  padding-top: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link_social:hover {
  opacity: 0.7;
}

.footer {
  background-color: #828282;
}

.text_legal {
  padding-top: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.logo_footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.legals {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, .4);
}

.slider_novedades {
  height: 289px;
  border: 2px solid red;
  background-color: #fff;
}

.icon_slider {
  height: 63px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 13px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: red;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.icon_slider:hover {
  opacity: 0.7;
}

.icon_slider.right {
  margin-left: 41px;
}

.nav_slider_novedades {
  margin-bottom: -50px;
}

.second_line {
  padding-right: 10px;
  padding-left: 10px;
}

.row_novedades {
  padding-left: 0px;
}

.title_novedades {
  margin-top: 30px;
  padding-left: 60px;
  color: red;
}

.text_novedades {
  padding-left: 60px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.vermas {
  margin-top: 10px;
  margin-left: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid red;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 18px;
  font-weight: 700;
}

.vermas:hover {
  background-color: red;
  color: #fff;
}

.title_footer,
.title_footer_static {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.title_footer:hover {
  opacity: 0.5;
}

.title_footer.seguinos {
  padding-top: 61px;
}

.title_footer.seguinos:hover {
  opacity: 1;
}

.text_footer,
.text_footer_static {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.text_footer:hover {
  opacity: 0.5;
}

.footer_menu {
  margin-top: 50px;
}

.input_footer {
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.input_footer:focus {
  border-color: red;
}

.input_footer.area_footer {
  height: 170px;
}

.submit_footer {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #797979;
  font-size: 15px;
  font-weight: 700;
}

.submit_footer:hover {
  opacity: 0.5;
}

.col2_footer {
  padding-top: 20px;
}

.link_slide {
  width: 100%;
  height: 485px;
}

.dp_toogle {
  padding: 15px 25px;
  background-color: #c5212d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.dp_toogle:hover {
  background-color: #fff;
  color: #c5212d;
}

.drop_list {
  width: 100%;
}

.drop_list.w--open {
  display: block;
}

.cont_list {
  width: 100%;
  float: none;
}

.nav_productos {
  display: inline-block;
  padding: 15px 25px;
  background-color: red;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.nav_productos:hover {
  background-color: #fff;
  color: red;
}

.nav_productos.w--current {
  background-color: #fff;
  color: #c5212d;
}

.nav_productos.scroll {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.nav_productos.scroll:hover {
  color: red;
}

.nav_productos_list {
  position: absolute;
  z-index: 100;
  display: none;
  width: 100%;
  height: 324px;
  margin-top: 50px;
  border-bottom: 2px solid #d1d1d1;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 6%, 75%, .7), #fff 39%);
  background-image: linear-gradient(180deg, hsla(0, 6%, 75%, .7), #fff 39%);
}

.title_productos_nav {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 17px;
  font-weight: 700;
}

.nav_link_productos {
  display: inline;
  padding: 5px 10px;
  float: none;
  clear: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav_link_productos:hover {
  background-color: red;
  color: #fff;
}

.list_item {
  margin-bottom: 10px;
}

.prod1_nav {
  display: none;
  margin-top: 45px;
  padding: 10px;
  /* opacity: 0; */
  border: 1px solid silver;
  background: white;
}

.cont_slide {
  width: 462px;
  height: 500px;
  margin-right: -45px;
  float: right;
  background-image: url('../images/img_slide01.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.cont_slide.left {
  float: left;
}

.h2_slide {
  margin-top: 327px;
  margin-left: 80px;
  padding-left: 0px;
  color: #fff;
  font-size: 28px;
}

.p_slide {
  width: 320px;
  margin-left: 80px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.text_cta {
  margin-left: 80px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
}

.link_cta {
  padding: 3px 5px;
  border: 2px solid #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link_cta:hover {
  opacity: 0.7;
}

.cont_slide2 {
  width: 490px;
  height: 500px;
  margin-left: -65px;
  float: left;
  background-image: url('../images/img_slide02.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.cont_slide3 {
  width: 461px;
  height: 500px;
  margin-right: -45px;
  margin-left: 0px;
  float: right;
  background-image: url('../images/img_slide03.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.cont_slide4 {
  width: 461px;
  height: 500px;
  margin-left: -50px;
  float: left;
  background-image: url('../images/img_slide04.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont_slide5 {
  width: 462px;
  height: 500px;
  margin-left: -38px;
  float: left;
  background-image: url('../images/img_slide05.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cont_slide6 {
  width: 462px;
  height: 500px;
  margin-left: -44px;
  float: left;
  background-image: url('../images/img_slide06.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav_productos_over {
  display: none;
  padding: 15px 25px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 15px;
  font-weight: 700;
}

.nav_productos_over.scroll {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 15px;
  padding-left: 15px;
  color: red;
  font-size: 13px;
  text-transform: uppercase;
}

.col_nav_list {
  height: 250px;
  margin-top: 30px;
  border-right: 2px solid #d1d1d1;
}

.col_nav_list.no_line {
  border-right-style: none;
  border-right-width: 0px;
}

.navbar_scroll {
  position: fixed;
  display: none;
  width: 100%;
  background-color: red;
  opacity: 1;
}

.nav_product_list_scroll {
  position: absolute;
  z-index: 100;
  display: none;
  width: 100%;
  height: 324px;
  margin-top: 50px;
  border-bottom: 2px solid #d1d1d1;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 6%, 75%, .7), #fff 39%);
  background-image: linear-gradient(180deg, hsla(0, 6%, 75%, .7), #fff 39%);
}

.text_featured {
  margin-top: 90px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.text_featured.clientes {
  margin-bottom: 90px;
}

.p_empresa {
  font-family: Roboto, sans-serif;
  color: #434343;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.img_empresa {
  display: block;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.img_clientes {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clientes_varios {
  margin-top: 30px;
}

.row2_imgs {
  margin-bottom: 20px;
}

.title_news {
  font-family: Roboto, sans-serif;
  color: red;
  font-size: 16px;
  font-weight: 700;
}

.row_title_news {
  padding-top: 20px;
}

.row_title_news.prod {
  background-color: #fff;
}

.row_news {
  margin-bottom: 30px;
}

.link_news {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link_news:hover {
  opacity: 0.6;
}

.link_news.prod {
  width: 300px;
  background-color: #dadada;
}

.cont_news_detalle {
  margin-top: 90px;
}
.img_news_link {
    zoom: 2;  /*increase if you have very small images*/
    display: block;
    margin: auto;
    height: auto;
    max-height: 150%;
    width: auto;
    max-width: 150%;
}

.news_linkbox {
    float: left;
    margin-top: 15px;
}
.news_linkbox a, 
.news_linkbox a:active,
.news_linkbox a:visited {
    color: red;
    text-decoration: none;
}
.news_linkbox a:hover {
    color: red;
    text-decoration: underline;
}

.volver_btn {
  margin-bottom: 20px;
  float: left;
  clear: both;
  background-color: red;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
}

.volver_btn:hover {
  opacity: 0.6;
}

.fecha {
  display: inline-block;
  padding: 10px 20px;
  float: left;
  clear: both;
  border: 2px solid red;
  font-family: Roboto, sans-serif;
  color: red;
  font-weight: 700;
  text-transform: uppercase;
}

.h1_news {
  display: block;
  float: left;
  clear: both;
  font-size: 34px;
  text-align: left;
}

.p_news {
  float: left;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.p_news.asterisco {
  font-family: Roboto, sans-serif;
  color: #919191;
  font-weight: 300;
}

.h2_news {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #434343;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.enviar_contacto {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: red;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.enviar_contacto:hover {
  opacity: 0.6;
}

.input {
  border: 2px solid red;
  font-family: Roboto, sans-serif;
  color: red;
  font-weight: 700;
}

.input:focus {
  border-color: red;
}

.input.area {
  height: 85px;
}

.input.cv {
  width: 70%;
  float: left;
}

.map {
  height: 350px;
  border: 2px solid red;
}

.form_contacto {
  margin-bottom: 50px;
}

.examinar {
  padding: 9px 10px;
  float: none;
  background-color: red;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.examinar:hover {
  opacity: 0.6;
}

.examinar.pdf {
    width: 225px;
    padding: 15px;
    box-sizing: border-box;
    text-transform: uppercase; 
    font-size:11px;
}

.adjuntar {
  margin-top: -17px;
  margin-bottom: -23px;
  padding-top: 0px;
  padding-left: 8px;
  float: right;
}

.adjuntar.pdf {
  width: 40px;
  margin-top: -19px;
  margin-bottom: 0px;
}

.txt_examinar {
  float: left;
}

.txt_examinar.pdf {
  font-size: 12px;
}

.txt_examinar.pdf.media {
  font-size: 11px;
}

.slider_productos {
  height: 400px;
  margin-bottom: 20px;
  border: 2px solid red;
  background-color: #fff;
}

.productos_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  max-height: 90%;
  max-width: 100%;
}

.row_productos {
  margin-bottom: 50px;
}

.thumbs_prod {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  max-height: 180px;
}

.thumbs_prod.media {
  max-height: 150px;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.nav_prods {
  padding-right: 20px;
  float: right;
  text-align: right;
}

.prod2_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

.prod3_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

.prod4_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

.prod5_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

.prod6_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

.prod7_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

.prod8_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

.prod9_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

.prod10_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

.prod11_nav {
  display: none;
  padding-top: 30px;
  opacity: 0;
}

html.w-mod-js *[data-ix="productos-list"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="slider"] {
  -webkit-transform: translate(0px, 500px);
  -ms-transform: translate(0px, 500px);
  transform: translate(0px, 500px);
}

html.w-mod-js *[data-ix="slider2"] {
  -webkit-transform: translate(0px, 500px);
  -ms-transform: translate(0px, 500px);
  transform: translate(0px, 500px);
}

html.w-mod-js *[data-ix="slide3"] {
  -webkit-transform: translate(0px, 500px);
  -ms-transform: translate(0px, 500px);
  transform: translate(0px, 500px);
}

html.w-mod-js *[data-ix="slide4"] {
  -webkit-transform: translate(0px, 500px);
  -ms-transform: translate(0px, 500px);
  transform: translate(0px, 500px);
}

html.w-mod-js *[data-ix="appear-claim"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

/* clientes */
.clientes_lote {
	border: 2px solid red;
	padding: 20px 20px 0 20px;
	margin-top: 40px;
}
.clientes_lote .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.clientes_lote img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: filter 0.3s ease-in-out;
}
.clientes_lote.lote1 img, 
.clientes_lote.lote2 img {
	margin: 0 10px 20px 10px;
	width: 145px;
	height: 65px;
	flex: 0 1 145px;
}
.clientes_lote.lote3 img {
	margin: 0 7px 15px 7px;
	width: 109px;
	height: 52px;
	flex: 0 1 109px;
}

.clientes_lote img:hover {
	filter: grayscale(0%);
}

@media (max-width: 991px) {
  .nav_link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    float: none;
    clear: none;
  }
  .nav_link.w--current {
    display: block;
    float: none;
    clear: none;
    text-align: left;
  }
  .nav_menu {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    clear: none;
    border-top: 1px solid #d5d5d5;
    background-color: red;
  }
  .cont_info {
    width: auto;
  }
  .nav_menu_scroll {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
    border-top: 1px solid #d5d5d5;
    background-color: red;
  }
  .text_destacado {
    font-size: 26px;
  }
  .text_redes {
    font-size: 21px;
  }
  .link_redes {
    font-size: 14px;
  }
  .link_redes.white.seguinos {
    font-size: 13px;
  }
  .image_redes {
    width: 25px;
  }
  .link_social {
    padding-top: 27px;
  }
  .text_legal {
    font-size: 12px;
  }
  .slider_novedades {
    height: 289px;
  }
  .title_novedades {
    margin-top: 10px;
    font-size: 28px;
    line-height: 30px;
  }
  .text_novedades {
    font-size: 18px;
    line-height: 20px;
  }
  .title_footer {
    font-size: 13px;
  }
  .text_footer {
    font-size: 13px;
  }
  .hamb {
    padding-left: 0px;
    color: #fff;
  }
  .txt_menu {
    display: inline-block;
    padding-top: 21px;
    padding-left: 24px;
    float: left;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }
  .menu_btn {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .menu_btn:hover {
    opacity: 0.6;
  }
  .menu_btn.w--open {
    background-color: red;
  }
  .col1_news {
    padding-top: 30px;
    padding-right: 70px;
  }
  .navbar_scroll {
    display: none;
    width: 100%;
  }
  .text_featured.clientes {
    margin-bottom: 30px;
  }
  .p_empresa {
    margin-top: 30px;
  }
  .cont_clientes {
    margin-top: 75px;
  }
  .input.cv {
    width: 60%;
  }
  .examinar.pdf {
    display: block;
    margin-right: 5px;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  h2 {
    text-align: center;
  }
  p {
    text-align: center;
  }
  .cont_info {
    width: auto;
  }
  .text_destacado {
    font-size: 20px;
    line-height: 40px;
  }
  .redes {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 30px;
    background-color: #eee;
  }
  .text_redes {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .link_redes {
    font-size: 18px;
  }
  .image_redes {
    width: 40px;
  }
  .link_social {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .text_legal {
    padding-top: 0px;
    text-align: left;
  }
  .slider_novedades {
    display: block;
    height: 320px;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 0px;
  }
  .icon_slider {
    display: block;
  }
  .title_novedades {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    text-align: center;
  }
  .text_novedades {
    padding-left: 10px;
    text-align: center;
  }
  .vermas {
    display: block;
    width: 140px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .title_footer {
    font-size: 15px;
  }
  .text_footer {
    font-size: 15px;
  }
  h2.h2_slide {
	margin-left: initial;
    text-align: center;
  }
  .cont_slide {
    display: block;
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    float: none;
  }
  .cont_slide2 {
    display: block;
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    float: none;
  }
  .cont_slide3 {
    display: block;
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    float: none;
  }
  .cont_slide4 {
    display: block;
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    float: none;
  }
  .col1_news {
    padding-right: 10px;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav_slider_home {
    padding-top: 20px;
    float: none;
  }
  .p_empresa {
    margin-top: 60px;
  }
  .img_clientes {
    padding-bottom: 80px;
  }
  .link_news {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .input.cv {
    width: 75%;
  }
  .examinar.pdf {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .slider_principal {
    height: 500px;
  }
  .cont_info {
    width: auto;
    /*height: 350px;*/
  }
  .text_destacado {
    font-size: 14px;
    line-height: 25px;
  }
  .slider_novedades {
    height: 400px;
  }
  .title_novedades {
    padding-left: 10px;
    text-align: center;
  }
  .text_novedades {
    padding-left: 10px;
    text-align: center;
  }
  .vermas {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .cont_slide {
    position: static;
    display: block;
    width: 320px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    background-position: 50% 0px;
    background-size: auto;
  }
  .h2_slide {
    margin-left: 20px;
  }
  .p_slide {
    width: 290px;
    margin-left: 20px;
  }
  /*.cont_slide5 .p_slide,
  .cont_slide6 .p_slide  {
    margin-left: 80px;
  }*/
  .text_cta {
    display: block;
    width: 290px;
    margin-left: 20px;
    float: left;
    clear: both;
  }
  /*.cont_slide5 .text_cta,
  .cont_slide6 .text_cta  {
    margin-left: 80px;
  }*/
  .link_cta {
    display: inline-block;
    float: none;
    clear: none;
  }
  .cont_slide2 {
    display: block;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .cont_slide3 {
    display: block;
    width: 320px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 0px;
    background-size: auto;
  }
  .cont_slide4 {
    display: block;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .cont_slide5, .cont_slide6 {
	 /* resolucion chica: igualar a las otras imagenes */
	width: 320px;
    margin-right: auto;
    margin-left: auto;
	float: none;
    display: block;
    margin-top: -15px;
    padding-top: 1px;
  }

  .txt_menu {
    display: inline-block;
    float: left;
  }
  .col1_news {
    padding-right: 10px;
  }
  .nav_slider_home {
    background-color: #db0000;
	bottom: -27px;
  }
  .text_featured{
	  font-size:18px;
	  }
  .text_featured.clientes {
    margin-bottom: 35px;
  }
  .p_empresa {
    /*margin-top: 270px;*/
  }
  .cont_clientes {
   /* margin-top: 250px;*/
  }
  .input.cv {
    width: 50%;
  }
  
}

