@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  /*background: url("../img/patron.png");
	background-repeat: repeat;*/
  /*background-image: linear-gradient(to right,#609ED3, #3F85C2);*/
  background-attachment: scroll;
  font-size: 20px;
  padding: 0;
  margin: 0;
  width: 100%;
  text-decoration: none;
}
main {
  padding-top: 0px;
  height: auto;
}

/*--------------Swiper----------------*/
.swiper-container {
  width: 65%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.owl-dots {
  display: none;
}
/*------------boton-------------*/
.caja_boton {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.boton_arriba {
  position: fixed;
  bottom: 20px;
  width: 50px;
  height: 50px;
  padding: 11px;
  z-index: 1000;
  border-radius: 50%;
  background: rgba(22, 128, 71, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border: none;
  color: white;
  outline: none;
  cursor: pointer;
  text-align: center;
}
.boton_arriba2 {
  display: none;
}
.boton_arriba:hover {
  background: rgba(12, 88, 47, 1);
}
/* -------------------------------------------------------------------------Header-----------------------------------------------------------------------------*/
.header {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85),
    /* rgba(22,128,71,1.00), */ rgba(0, 0, 0, 0)
  );
  width: 100%;
  padding: 00px 0px;
  margin: 0;
  position: fixed;
  z-index: 50;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  transition: background 0.4s ease-in-out;
}
.header-alt {
  background-image: linear-gradient(
    to top,
    rgba(22, 128, 71, 0.98),
    rgba(5, 66, 73, 0.98)
  );
  /*background: rgba(22,128,71,.98);*/
  width: 100%;
  padding: 0px 0px;
  margin: 0;
  position: fixed;
  z-index: 50;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  transition: background 0.4s ease-in-out;
}
.caja_logo {
  width: 34%;
  align-self: center;
}
.uno {
  align-content: flex-start;
  text-align: left;
  padding: 0px 30px;
}
.cca {
  width: 150px;
  height: auto;
  align-self: center;
}
.prot {
  width: 210px;
  margin: 0px 0px 5px 10px;
}

/*---------------------------------------------------------------Menu-----------------------------------------------------------------------------------------*/
/* .bt_menu{
	display: none;
}
.menu_caja{
	width: 66%;
}
.menu{
	
	background:none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	padding-right: 20px;
}
.menu_caja nav ul{
	list-style: none;
}
.menu_caja nav ul li{
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	opacity: 0.8;
	font-size: 13px;
	cursor: pointer;
	margin: 0;
	transition: background 0.3s ease-in-out;
}
.menu_caja nav ul li a{
	
	display: block;
	padding: 15px;
	text-decoration: none;
	transition: background 0.3s ease-out;
}
.menu_caja nav ul li:hover{
	font-weight: 800;
	opacity: 1;
}

.menu_caja a{
	color: white;
	text-decoration: none;
}
.menu_caja nav ul li a:hover{
	cursor: pointer;
	
}
.children a {
	color: black;
	text-decoration: none;
}

.menu_caja nav ul li a span{
	font-size: 28px;
	position: relative;
	top:4px;
	margin-right: 8px;
}
.menu_caja nav ul li .caret{
	font-size:6px; 
	position: relative;
	top: -4px;
	margin-left: 10px;
	margin-right: 0px;
}
.menu_caja nav ul li:hover .children{
	display: block;
}
.menu_caja nav ul li .children{
	display: none;
	color: black;
	background:white;
	position: absolute;
	cursor: pointer;
	width: 160%;
	top:40px;
	right: 0px;
	z-index:10;
	padding: 0px;
	border-radius: 5px 5px 5px 5px ;
	box-shadow: 0px 6px 5px 5px rgba(0,0,0,0.5);
}
.menu_caja nav ul li .children li{
	font-family: 'Montserrat', sans-serif;
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	border-bottom: solid 1px rgba(0,0,0,0.12);
	font-size: 14px;
	z-index:8;
	
}
.menu_caja nav ul li .children li:hover{
	background: rgba(22,134,74,0.87);
	font-weight: 300;
	border-radius: 5px 5px 5px 5px ;
} */

/*---------------------------------------------------------------------------Main-----------------------------------------------------------------------------------*/

/*-----------texto_tanques------------*/

.resumen {
  background: linear-gradient(
      to left,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0)
    ),
    url("../img/ref.jpg");
  background-size: cover;
  /*background-image: url("../img/tanques_img.jpg");*/
  width: 100%;
  height: auto;
  margin: 0px 0px 0px;
  display: flex;
  flex-flow: row wrap;
  padding: 150px 0px 100px;
  justify-content: flex-end;
  font-family: "Montserrat", sans-serif;
}
.resumen_texto {
  background: none;
  width: 850px;
  height: auto;
  text-align: justify;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 400;
}
.resumen_texto h2 {
  font-size: 54px;
  margin: 5px 0px 30px;
  text-align: left;
  font-weight: 700;
  color: rgba(22, 128, 71, 1);
}
.resumen_texto p {
  padding-right: 60px;
}

/*----------scroll---------------*/
.scroll {
  width: 100%;
  height: auto;
  padding: 8px 2px 20px;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.scroll h3 {
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
}
.scroll a {
  text-decoration: none;
}
.imagen_scroll {
  width: 295px;
  height: 100%;
  margin: 5px 30px;
}
.caja_textitos {
  background: rgba(0, 0, 0, 0.21);
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
  padding: 8px;
  display: flex;
  flex-flow: row wrap;
  align-self: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  transition: 0.2s ease-in-out;
}
.caja_textitos p {
  align-self: center;
  margin: 8px 0px;
}
.caja_textitos img {
  width: 80%;
  height: 80%;
}
.imagen_scroll a {
  text-decoration: none;
}
.caja_textitos:hover {
  opacity: 0.6;
  text-decoration: none;
}
.caja_textitos:active {
  color: none;
  text-decoration: none;
}
/*-----------texto1------------*/
.texto1 {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 320px;
  text-align: justify;
}

/*-------------diagrama1-----------------*/
.diagrama1 {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.diagrama1 h4 {
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
}
.cuadro1 {
  width: auto;
  height: 505px;
  margin: 0px 15px;
}
.cuadro2 {
  width: 430px;
}

/*-------------diagrama2-----------------*/
.diagrama {
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.diagrama h4 {
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
}
.cuadro {
  width: 24%;
  height: 100%;
  margin: 0px 15px;
}
/*-------------tanques------------*/
.tanques {
  width: 100%;
  background: none;
  margin: 0px 0px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.titulo_tanques {
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
}
.titulo_tanques h4 {
  margin: 20px 0px;
  align-self: center;
}
.texto_tanques {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.cuadro_tanques {
  width: 220px;
  margin: 15px;
  text-decoration: none;
  height: auto;
  background: rgba(45, 45, 45, 0.15);
  text-align: center;
  color: black;
  padding: 50px;
  transition: 0.3s ease;
}
.cuadro_tanques:hover {
  background: rgba(45, 45, 45, 0.8);
  color: white;
}
/*-------------psvs------------*/
.psvs {
  width: 100%;
  background: none;
  margin: 0px 0px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.titulo_psvs {
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
}
.titulo_psvs h4 {
  margin: 20px 0px;
  align-self: center;
}
.texto_psvs {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.cuadro_psvs {
  width: 250px;
  margin: 15px;
  text-decoration: none;
  height: auto;
  background: rgba(45, 45, 45, 0.15);
  text-align: center;
  color: black;
  padding: 50px;
  transition: 0.3s ease;
}
.cuadro_psvs:hover {
  background: rgba(45, 45, 45, 0.8);
  color: white;
}

/*----------venteo------------*/
.venteo {
  width: 100%;
  background: none;
  margin: 0px 0px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.titulo_venteo {
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
}
.titulo_venteo h4 {
  margin: 20px 0px;
  align-self: center;
}
.texto_venteo {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.cuadro_venteo {
  width: 250px;
  height: auto;
  margin: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-decoration: none;
  background: rgba(45, 45, 45, 0.15);
  text-align: center;
  color: black;
  padding: 30px;
  transition: 0.3s ease;
}
.p_venteo {
  align-self: center;
}
.cuadro_venteo:hover {
  background: rgba(45, 45, 45, 0.8);
  color: white;
}
/*------------baja------------*/
.baja {
  width: 100%;
  background: none;
  margin: 0px 0px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.titulo_baja {
  width: 35%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
  align-self: center;
}
.titulo_baja h4 {
  margin: 20px 0px;
}
.texto_baja {
  width: 40%;
  height: auto;
  padding: 20px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-align: justify;
}
.texto_baja p {
  align-self: center;
}

/*----------alta------------*/
.alta {
  width: 100%;
  background: none;
  margin: 0px 0px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.titulo_alta {
  width: 35%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
  align-self: center;
}
.titulo_alta h4 {
  margin: 20px 0px;
}
.texto_alta {
  width: 40%;
  height: auto;
  padding: 20px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-align: justify;
}
.texto_alta p {
  align-self: center;
}
/*----------vivo------------*/
.vivo {
  width: 100%;
  background: none;
  margin: 0px 0px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.titulo_vivo {
  width: 35%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
  align-self: center;
}
.titulo_vivo h4 {
  margin: 20px 0px;
}
.texto_vivo {
  width: 40%;
  height: auto;
  padding: 20px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-align: justify;
}
.texto_vivo p {
  align-self: center;
}
/*----------END------------*/
.ensayos {
  width: 100%;
  background: none;
  margin: 0px 0px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.titulo_ensayos {
  width: 35%;
  height: auto;
  padding: 15px;
  margin: 5px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: rgba(22, 128, 71, 1);
  text-align: center;
  align-self: center;
}
.titulo_ensayos h4 {
  margin: 20px 0px;
}
.texto_ensayos {
  width: 40%;
  height: auto;
  padding: 20px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-align: justify;
}
.texto_ensayos p {
  align-self: center;
}

/*------------------------------------------------------------------------Footer--------------------------------------------------------------------------------*/

.final {
  background-image: linear-gradient(
    to bottom,
    rgba(22, 128, 71, 1),
    rgba(5, 66, 73, 1)
  );
  width: 100%;
  height: 100%;
  display: flex;
  padding: 25px 0px 0px;
  flex-flow: row wrap;
  justify-content: center;
  /*box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.5);*/
  text-align: center;
}
.avisos {
  width: 100%;
  padding: 5px;
  text-align: center;
}
.avisos a {
  font-size: 19px;
  color: white;
  text-decoration: none;
  margin: 5px 10px 8px;
  font-family: "Montserrat", sans-serif;
}
.derechos {
  color: white;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 0;
  margin: 5px 0px 10px;
}
.cosas {
  width: 100%;
}
.logitos {
  width: 60px;
}
.face {
  width: 30px;
}
.face:hover {
  border: solid 1px white;
  border-radius: 2px;
}
.privacidad:hover {
  color: #e5a714;
}
.legal:hover {
  color: #ffb300;
}

/*--------------------------------------------------------------------MEDIA QUERIES--------------------------------------------------------------------------------*/

@media screen and (max-width: 1450px) {
  .header {
    position: fixed;
    transition: background 0.4s ease-in-out;
  }
  .header-alt {
    position: fixed;
    transition: background 0.4s ease-in-out;
  }
  main {
    padding-top: 0px;
  }

  .caja_logo {
    width: 32%;
    display: flex;
    flex-flow: row wrap;
    text-align: left;
    align-self: center;
    padding: 0px 0px 0px 20px;
  }
  .cca {
    align-self: center;
    width: 130px;
  }
  .prot {
    width: 180px;
    height: 100%;
    margin: 10px 0px 0px 12px;
  }
  .swiper-container {
    width: 80%;
    height: 100%;
  }
  /*-------------menu----------*/
  /* .menu {
    width: 100%;
    padding-right: 12px;
  }
  .menu_caja {
    width: 67%;
  }
  .menu_caja nav ul li {
    font-size: 11.5px;
  }
  .menu_caja nav ul li a {
    padding: 15px 7px;
  }
  .menu_caja nav ul li a .caret {
    font-size: 4px;
    margin-left: 5px;
  }
  .menu_caja nav ul li a span {
    font-size: 15px;
  }
  .menu_caja nav ul li .children li {
    font-size: 13px;
  } */

  /*---------tanques-------------*/
  .resumen {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0)
      ),
      url("../img/ref.jpg");
    background-size: cover;
    /*background-image: url("../img/tanques_img.jpg");*/
    width: 100%;
    height: auto;
    margin: 0px 0px 0px;
    display: flex;
    flex-flow: row wrap;
    padding: 120px 0px 40px;
  }
  .resumen_texto {
    background: none;
    width: 56%;
    height: auto;
    padding: 0px 45px 10px 0px;
    font-size: 16px;
    font-weight: 400;
  }

  .resumen_texto h2 {
    font-size: 40px;
    margin: 5px;
    font-weight: 700;
  }
  /*-----------texto1------------*/
  .texto1 {
    font-size: 16px;
    padding: 0px 220px;
  }
  /*---------------diagrama1--------------*/
  .diagrama1 h4 {
    font-size: 35px;
  }
  .cuadro1 {
    width: 29%;
    height: 30%;
  }
  .cuadro2 {
    width: 32%;
  }
  /*---------------diagrama2--------------*/
  .diagrama h4 {
    font-size: 35px;
  }
  .cuadro {
    width: 30%;
  }
  /*------------tanques------------*/
  .titulo_tanques {
    font-size: 35px;
  }
  .texto_tanques {
    font-size: 16px;
  }
  .cuadro_tanques {
    width: 200px;
  }
  /*------------psvs------------*/
  .titulo_psvs {
    font-size: 35px;
  }
  .texto_psvs {
    font-size: 16px;
  }
  .cuadro_psvs {
    width: 200px;
    padding: 50px 25px;
  }

  /*-----------venteo------------*/
  .titulo_venteo {
    font-size: 35px;
  }
  .texto_venteo {
    font-size: 16px;
  }
  .cuadro_venteo {
    width: 200px;
    padding: 40px 25px;
  }

  /*-----------baja-----------*/
  .titulo_baja {
    width: 41%;
    font-size: 35px;
  }
  .texto_baja {
    width: 41%;
    font-size: 16px;
  }

  /*-----------alta-----------*/
  .titulo_alta {
    width: 41%;
    font-size: 35px;
  }
  .texto_alta {
    width: 41%;
    font-size: 16px;
  }

  /*-----------vivo-----------*/
  .titulo_vivo {
    width: 41%;
    font-size: 35px;
  }
  .texto_vivo {
    width: 41%;
    font-size: 16px;
  }

  /*-----------END-----------*/
  .titulo_ensayos {
    width: 41%;
    font-size: 35px;
  }
  .texto_ensayos {
    width: 41%;
    font-size: 16px;
  }
  /*-----------footer-------------*/
  .final {
    padding-top: 15px;
  }
  .final a {
    font-size: 18px;
    margin: 20px 10px 8px;
    padding: 0;
  }
  .avisos {
    width: 100%;
    padding: 5px;
    text-align: center;
  }
  .avisos a {
    font-size: 17px;
    margin: 5px 8px 5px;
  }
  .derechos {
    font-size: 14px;
    padding: 0;
    margin: 5px 0px 10px;
  }
  .cosas {
    width: 100%;
  }
  .logitos {
    width: 55px;
  }
  .face {
    width: 28px;
  }
  .face:hover {
    border: solid 1px white;
    border-radius: 1px;
  }
  .privacidad:hover {
    color: #e5a714;
  }
  .legal:hover {
    color: #ffb300;
  }
}

@media screen and (max-width: 1100px) {
  .header {
    background-image: linear-gradient(
      to top,
      rgba(22, 128, 71, 0.98),
      rgba(5, 66, 73, 0.98)
    );
    padding: 0;
    height: 60px;
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.5);
  }
  .header-alt {
    background-image: linear-gradient(
      to top,
      rgba(22, 128, 71, 0.98),
      rgba(5, 66, 73, 0.98)
    );
    padding: 0;
    height: 60px;
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.5);
  }
  main {
    padding-top: 60px;
  }
  .caja_botonmenu {
    width: 15%;
    height: 100%;
    text-align: center;
    padding: 00px;
  }
  .bt_menu {
    display: block;
    font-size: 28px;
    padding: 15px 0px;
    text-decoration: none;
    font-weight: bold;
  }
  .caja_logo {
    width: 85%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 6px 30px;
  }
  .cca {
    width: 120px;
    height: auto;
  }
  .prot {
    width: 155px;
    height: 55%;
    margin: 10px 0px 0px 12px;
  }
  .swiper-container {
    width: 90%;
    height: 100%;
  }
  /*-----------menu-----------*/
  /* .menu {
    width: 34%;
    background-image: linear-gradient(
      to bottom,
      rgba(22, 128, 71, 0.98),
      rgba(5, 66, 73, 0.98)
    );
    position: fixed;
    right: 120%;
    margin: 0;
    top: 60px;
    height: calc(100% - 60px);
    display: block;
    overflow: scroll;
    padding-right: 0px;
  }
  .menu_caja nav ul li {
    font-size: 13px;
    display: block;
    text-align: left;
    cursor: pointer;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu_caja nav ul li a {
    display: block;
  }
  .menu_caja nav ul li .children {
    width: 100%;
    background: #ffffff;
    top: 0px;
    position: relative;
    box-shadow: none;
    border-radius: 0px;
  }
  .menu_caja nav ul li:hover .children {
    display: none;
    background: #ffffff;
    border-radius: 0px 0px;
  }
  .children a {
    color: black;
  }
  .menu_caja nav ul li .children li {
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.59);
  }

  .menu_caja nav ul li a .caret {
    float: right;
    margin-top: 10px;
    margin-left: 20px;
  }
  .children a:first-child li:after {
    display: none;
  }
  .menu_caja nav ul li .children li:hover {
    background: rgba(5, 66, 73, 0.6);
  } */
  /*-----------------Texto----------*/
  .resumen {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0)
      ),
      url("../img/ref.jpg");
    background-size: cover;
    /*background-image: url("../img/tanques_img.jpg");*/
    width: 100%;
    height: auto;
    margin: 0px 0px 0px;
    display: flex;
    flex-flow: row wrap;
    padding: 40px 0px;
  }
  .resumen_texto {
    background: none;
    width: 55%;
    height: auto;
    padding: 0px 20px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
  }
  .resumen_texto p {
    padding-right: 30px;
    margin: 5px;
  }
  .resumen_texto h2 {
    font-size: 34px;
    padding-right: 20px;
    margin: 5px;
    font-weight: 700;
  }
  /*-----------texto1------------*/
  .texto1 {
    font-size: 15px;
    padding: 0px 100px;
  }
  /*---------------diagrama1--------------*/
  .diagrama1 h4 {
    font-size: 30px;
  }
  .cuadro1 {
    width: 37%;
  }
  .cuadro2 {
    width: 40%;
  }
  /*---------------diagrama--------------*/
  .diagrama h4 {
    font-size: 30px;
  }
  .cuadro {
    width: 37%;
  }

  /*------------tanques------------*/
  .titulo_tanques {
    font-size: 30px;
  }
  .texto_tanques {
    font-size: 15px;
  }
  .cuadro_tanques {
    width: 220px;
  }
  /*------------psvs------------*/
  .titulo_psvs {
    font-size: 30px;
  }
  .texto_psvs {
    font-size: 15px;
  }
  .cuadro_psvs {
    width: 220px;
    padding: 50px 25px;
  }

  /*-----------venteo------------*/
  .titulo_venteo {
    font-size: 30px;
  }
  .texto_venteo {
    font-size: 15px;
  }
  .cuadro_venteo {
    width: 220px;
    padding: 40px 25px;
  }

  /*-----------baja-----------*/
  .titulo_baja {
    width: 35%;
    font-size: 30px;
  }
  .texto_baja {
    width: 54%;
    font-size: 15px;
    padding: 10px;
  }

  /*-----------alta-----------*/
  .titulo_alta {
    width: 35%;
    font-size: 30px;
  }
  .texto_alta {
    width: 54%;
    font-size: 15px;
    padding: 10px;
  }

  /*-----------vivo-----------*/
  .titulo_vivo {
    width: 35%;
    font-size: 30px;
  }
  .texto_vivo {
    width: 54%;
    font-size: 15px;
    padding: 10px;
  }

  /*-----------END-----------*/
  .titulo_ensayos {
    width: 35%;
    font-size: 30px;
  }
  .texto_ensayos {
    width: 54%;
    font-size: 15px;
    padding: 10px;
  }
  /*---------------footer----------------*/
  .final {
    padding-top: 10px;
  }

  .avisos {
    width: 100%;
    padding: 5px;
    text-align: center;
  }
  .avisos a {
    font-size: 15px;
    margin: 5px 8px 5px;
  }
  .derechos {
    font-size: 13px;
    padding: 0;
    margin: 5px 0px 10px;
  }
  .cosas {
    width: 100%;
  }
  .logitos {
    width: 50px;
  }
  .face {
    width: 25px;
  }
  .face:hover {
    border: solid 1px white;
    border-radius: 1px;
  }
  .privacidad:hover {
    color: #e5a714;
  }
  .legal:hover {
    color: #ffb300;
  }
}

@media screen and (max-width: 800px) {
  .header {
    background-image: linear-gradient(
      to top,
      rgba(22, 128, 71, 0.98),
      rgba(5, 66, 73, 0.98)
    );
    height: 60px;
  }
  .header-alt {
    background-image: linear-gradient(
      to top,
      rgba(22, 128, 71, 0.98),
      rgba(5, 66, 73, 0.98)
    );
    height: 60px;
  }
  main {
    padding-top: 60px;
  }
  .caja_botonmenu {
    width: 15%;
    height: 100%;
    text-align: center;
    padding: 0px;
  }
  .bt_menu {
    display: block;
    font-size: 28px;
    text-decoration: none;
    font-weight: bold;
  }
  .caja_logo {
    width: 85%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 5px 20px;
  }

  .cca {
    width: 120px;
    height: auto;
  }
  .prot {
    width: 175px;
    height: 55%;
    margin: 10px 0px 0px 12px;
  }
  .swiper-container {
    width: 95%;
    height: 100%;
  }
  /*-----------menu-----------*/
  /* .menu {
    width: 45%;
    position: fixed;
    right: 120%;
    margin: 0;
    top: 60px;
    height: calc(100% - 60px);
    display: block;
    overflow-y: scroll;
    padding-right: 0px;
  }
  .menu_caja nav ul li .children li {
    font-size: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.59);
  }
  .menu_caja nav ul li {
    font-size: 12px;
    display: block;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu_caja nav ul li a .caret {
    margin-left: 5px;
  } */

  /*-----------------Texto----------*/

  .resumen {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0)
      ),
      url("../img/ref.jpg");
    background-size: cover;
    /*background-image: url("../img/tanques_img.jpg");*/
    width: 100%;
    height: auto;
    margin: 0px 0px 0px;
    display: flex;
    flex-flow: row wrap;
    padding: 30px 0px;
  }
  .resumen_texto {
    background: none;
    width: 61%;
    height: auto;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 500;
    text-align: justify;
  }
  .resumen_texto p {
    padding-right: 30px;
    margin: 5px;
  }
  .resumen_texto h2 {
    font-size: 25px;
    margin: 5px;
    font-weight: 700;
  }
  /*-----------texto1------------*/
  .texto1 {
    font-size: 14px;
    padding: 0px 50px;
    text-align: justify;
  }
  /*---------------diagrama1--------------*/
  .diagrama1 h4 {
    font-size: 23px;
  }
  .cuadro1 {
    width: 45%;
    margin: 0;
  }
  .cuadro2 {
    width: 49%;
  }
  /*---------------diagrama--------------*/
  .diagrama h4 {
    font-size: 23px;
  }
  .cuadro {
    width: 46%;
    margin: 0;
  }

  /*------------tanques------------*/
  .titulo_tanques {
    font-size: 25px;
  }
  .texto_tanques {
    font-size: 14.5px;
  }
  .cuadro_tanques {
    width: 180px;
  }
  /*------------psvs------------*/
  .titulo_psvs {
    font-size: 25px;
  }
  .texto_psvs {
    font-size: 14.5px;
  }
  .cuadro_psvs {
    width: 180px;
    padding: 50px 25px;
  }

  /*-----------venteo------------*/
  .titulo_venteo {
    font-size: 25px;
  }
  .texto_venteo {
    font-size: 14.5px;
  }
  .cuadro_venteo {
    width: 180px;
    padding: 40px 25px;
  }

  /*-----------baja-----------*/
  .titulo_baja {
    width: 38%;
    font-size: 25px;
    align-self: center;
  }
  .texto_baja {
    width: 62%;
    font-size: 14.5px;
    padding: 12px;
  }

  /*----------alta-----------*/
  .titulo_alta {
    width: 38%;
    font-size: 25px;
    align-self: center;
  }
  .texto_alta {
    width: 62%;
    font-size: 14.5px;
    padding: 12px;
  }

  /*-----------vivo-----------*/
  .titulo_vivo {
    width: 38%;
    font-size: 25px;
    align-self: center;
  }
  .texto_vivo {
    width: 62%;
    font-size: 14.5px;
    padding: 12px;
  }

  /*-----------END-----------*/
  .titulo_ensayos {
    width: 38%;
    font-size: 25px;
    align-self: center;
  }
  .texto_ensayos {
    width: 62%;
    font-size: 14.5px;
    padding: 12px;
  }
  /*---------------footer----------------*/
  .final {
    padding-top: 10px;
  }

  .avisos {
    width: 100%;
    padding: 5px;
    text-align: center;
  }
  .avisos a {
    font-size: 14px;
    margin: 5px 5px 5px;
  }
  .derechos {
    font-size: 13px;
    padding: 0;
    margin: 5px 0px 10px;
  }
  .cosas {
    width: 100%;
  }
  .logitos {
    width: 47px;
  }
  .face {
    width: 23px;
  }
  .face:hover {
    border: solid 1px white;
    border-radius: 1px;
  }
  .privacidad:hover {
    color: #e5a714;
  }
  .legal:hover {
    color: #ffb300;
  }
}

@media screen and (max-width: 550px) {
  .header {
    background-image: linear-gradient(
      to top,
      rgba(22, 128, 71, 0.98),
      rgba(5, 66, 73, 0.98)
    );
    height: 60px;
  }
  .header-alt {
    background-image: linear-gradient(
      to top,
      rgba(22, 128, 71, 0.98),
      rgba(5, 66, 73, 0.98)
    );
    height: 60px;
  }
  main {
    padding-top: 60px;
  }
  .caja_botonmenu {
    width: 20%;
    height: 100%;
    text-align: center;
    padding: 0px;
  }
  .bt_menu {
    display: block;
    font-size: 28px;
    text-decoration: none;
    font-weight: bold;
  }
  .caja_logo {
    width: 80%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 7px 15px;
  }
  .cca {
    width: 120px;
    height: auto;
  }
  .prot {
    width: 155px;
    height: 54%;
    margin: 10px 0px 0px 12px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  /*-----------menu-----------*/
  /* .menu {
    width: 55%;
    position: fixed;
    right: 120%;
    margin: 0;
    top: 60px;
    height: calc(100% - 60px);
    display: block;
    overflow-y: scroll;
    padding-right: 0px;
  }
  .menu_caja nav ul li {
    font-size: 11px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu_caja nav ul li .children {
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  .menu_caja nav ul li .children li {
    font-size: 11px;
  }
  .menu_caja nav ul li a {
    display: block;
  }
  .menu_caja nav ul li a .caret {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
  } */

  /*-----------------Texto----------*/

  .resumen {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.75),
        rgba(255, 255, 255, 0)
      ),
      url("../img/ref.jpg") center;
    background-size: cover;
    /*background-image: url("../img/tanques_img.jpg");*/
    width: 100%;
    height: auto;
    margin: 0px 0px 0px;
    display: flex;
    flex-flow: row wrap;
    padding: 35px 30px 0px;
  }
  .resumen_texto {
    background: none;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    font-size: 12.5px;
    font-weight: 400;
    justify-content: flex-end;
  }
  .resumen_texto p {
    padding: 0;
    text-align: center;
    margin: 5px;
  }
  .resumen_texto h2 {
    font-size: 25px;
    margin: 5px;
    font-weight: 700;
    text-align: center;
  }
  .resumen_imag {
    width: 85%;
    padding: 0px;
    margin: 0px 0px 0px 5px;
  }
  /*-----------texto1------------*/
  .texto1 {
    font-size: 13px;
    padding: 0px 30px;
    text-align: justify;
  }
  /*---------------diagrama1--------------*/
  .diagrama1 {
    padding: 20px 5px;
  }
  .diagrama1 h4 {
    font-size: 19px;
  }
  .cuadro1 {
    width: 45%;
    margin: 0;
  }
  .cuadro2 {
    width: 49%;
  }
  /*---------------diagrama--------------*/
  .diagrama h4 {
    font-size: 19px;
  }
  .cuadro {
    width: 47%;
    margin: 0;
  }
  /*------------tanques------------*/
  .tanques {
    padding: 5px;
  }
  .titulo_tanques {
    font-size: 22px;
    padding: 5px 25px;
  }
  .texto_tanques {
    font-size: 14.5px;
    padding: 10px;
  }
  .cuadro_tanques {
    width: 44%;
    margin: 5px;
    padding: 50px 25px;
  }
  /*------------psvs------------*/
  .psvs {
    padding: 5px;
  }
  .titulo_psvs {
    font-size: 22px;
    padding: 5px 25px;
  }
  .texto_psvs {
    font-size: 14.5px;
    padding: 10px;
  }
  .cuadro_psvs {
    width: 44%;
    margin: 5px;
    padding: 50px 25px;
  }

  /*-----------venteo------------*/
  .venteo {
    padding: 5px;
  }
  .titulo_venteo {
    font-size: 22px;
    padding: 5px 25px;
  }
  .texto_venteo {
    font-size: 14.5px;
    padding: 10px;
  }
  .cuadro_venteo {
    width: 44%;
    margin: 5px;
    padding: 50px 25px;
  }

  /*-----------baja-----------*/
  .baja {
    padding: 5px 10px;
  }
  .titulo_baja {
    width: 100%;
    font-size: 25px;
    align-self: center;
    margin: 0px;
    padding: 5px;
  }
  .texto_baja {
    width: 95%;
    font-size: 14px;
    padding: 0px 12px;
  }

  /*-----------alta-----------*/
  .alta {
    padding: 5px 10px;
  }
  .titulo_alta {
    width: 100%;
    font-size: 25px;
    align-self: center;
    margin: 0px;
    padding: 5px;
  }
  .texto_alta {
    width: 95%;
    font-size: 14px;
    padding: 0px 12px;
  }

  /*-----------vivo-----------*/
  .vivo {
    padding: 5px 10px;
  }
  .titulo_vivo {
    width: 100%;
    font-size: 25px;
    align-self: center;
    margin: 0px;
    padding: 5px;
  }
  .texto_vivo {
    width: 95%;
    font-size: 14px;
    padding: 0px 12px;
  }

  /*-----------END-----------*/
  .ensayos {
    padding: 5px 10px;
  }
  .titulo_ensayos {
    width: 100%;
    font-size: 25px;
    align-self: center;
    margin: 0px;
    padding: 5px;
  }
  .texto_ensayos {
    width: 95%;
    font-size: 14px;
    padding: 0px 12px;
  }
  /*---------------footer----------------*/
  .final {
    padding-top: 10px;
  }

  .avisos {
    width: 100%;
    padding: 5px;
    text-align: center;
  }
  .avisos a {
    font-size: 14px;
    margin: 5px 5px 5px;
  }
  .derechos {
    font-size: 12.5px;
    padding: 0;
    margin: 5px 0px 10px;
  }
  .cosas {
    width: 100%;
  }
  .logitos {
    width: 50px;
  }
  .face {
    width: 25px;
  }
  .face:hover {
    border: solid 1px white;
    border-radius: 1px;
  }
  .privacidad:hover {
    color: #e5a714;
  }
  .legal:hover {
    color: #ffb300;
  }
}

@media screen and (max-width: 400px) {
  .header {
    background-image: linear-gradient(
      to top,
      rgba(22, 128, 71, 0.98),
      rgba(5, 66, 73, 0.98)
    );
    height: 50px;
  }
  .header-alt {
    background-image: linear-gradient(
      to top,
      rgba(22, 128, 71, 0.98),
      rgba(5, 66, 73, 0.98)
    );
    height: 50px;
  }
  main {
    padding-top: 50px;
  }

  .caja_botonmenu {
    width: 25%;
    height: 100%;
    text-align: center;
    padding: 0px;
  }
  .bt_menu {
    display: block;
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
    padding: 13px;
  }
  .cca {
    width: 85px;
    height: auto;
    margin-top: 5px;
  }
  .prot {
    width: 110px;
    height: 40%;
    margin: 13px 0px 0px 12px;
  }
  .caja_logo {
    width: 75%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 3px 15px;
  }
  /*-----------menu-----------*/
  /* .menu {
    width: 63%;
    position: fixed;
    right: 120%;
    margin: 0;
    top: 50px;
    height: calc(100% - 50px);
    overflow-y: scroll;
    padding-right: 0px;
  }
  .menu_caja nav ul li {
    font-size: 11px;
    text-align: left;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu_caja nav ul li:hover .children {
    display: none;
  }
  .menu_caja nav ul li .children {
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  .menu_caja nav ul li .children li {
    font-size: 11px;
  }
  .menu_caja nav ul li a {
    display: block;
    padding: 15px 12px 15px 10px;
  }
  .menu_caja nav ul li a .caret {
    float: right;
    margin-top: 10px;
    margin-left: 8px;
  } */
  /*-----------------Texto----------*/

  .resumen {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.85),
        rgba(255, 255, 255, 0)
      ),
      url("../img/ref.jpg") center;
    background-size: cover;
    /*background-image: url("../img/tanques_img.jpg");*/
    width: 100%;
    height: auto;
    margin: 0px 0px 0px;
    display: flex;
    flex-flow: row wrap;
    padding: 15px 20px 0px;
  }
  .resumen_texto {
    background: none;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
  }
  .resumen_texto p {
    padding: 0;
    text-align: center;
    margin: 5px;
  }
  .resumen_texto h2 {
    font-size: 20px;
    margin: 5px;
    padding-right: 0;
    font-weight: 700;
    text-align: center;
  }
  .resumen_imag {
    width: 85%;
    padding: 0px;
    margin: 0px 0px 0px 5px;
  }
  /*-----------texto1------------*/
  .texto1 {
    font-size: 12.5px;
    padding: 0px 30px;
    text-align: justify;
  }
  /*---------------diagrama1--------------*/
  .diagrama1 {
    padding: 20px 5px 0px;
  }
  .diagrama1 h4 {
    font-size: 17px;
  }
  .cuadro1 {
    width: 80%;
    margin: 0;
  }
  .cuadro2 {
    width: 80%;
  }
  .scroll {
    padding-bottom: 5px;
  }
  /*---------------diagrama--------------*/
  .diagrama {
    padding-top: 10px;
    padding-bottom: 0;
    height: auto;
  }
  .diagrama h4 {
    font-size: 23px;
  }
  .cuadro {
    width: 85%;
    margin: 0;
  }
  .dos {
    position: relative;
    bottom: 13px;
  }

  /*------------tanques------------*/
  .tanques {
    padding: 5px;
  }
  .titulo_tanques {
    font-size: 20px;
    padding: 5px 18px;
  }
  .texto_tanques {
    font-size: 14px;
    padding: 10px;
  }
  .cuadro_tanques {
    width: 80%;
    margin: 5px;
    padding: 50px 25px;
  }
  /*------------psvs------------*/
  .psvs {
    padding: 5px;
  }
  .titulo_psvs {
    font-size: 20px;
    padding: 5px 18px;
  }
  .texto_psvs {
    font-size: 14px;
    padding: 10px;
  }
  .cuadro_psvs {
    width: 80%;
    margin: 5px;
    padding: 50px 25px;
  }

  /*-----------venteo------------*/
  .venteo {
    padding: 5px;
  }
  .titulo_venteo {
    font-size: 20px;
    padding: 5px 18px;
  }
  .texto_venteo {
    font-size: 14px;
    padding: 10px;
  }
  .cuadro_venteo {
    width: 80%;
    margin: 5px;
    padding: 50px 25px;
  }

  /*-----------baja-----------*/
  .baja {
    padding: 5px 10px;
    margin: 5px 0px;
  }
  .titulo_baja {
    width: 100%;
    font-size: 20px;
    align-self: center;
    margin: 0px;
    padding: 5px;
  }
  .texto_baja {
    width: 100%;
    font-size: 14px;
    padding: 0px 12px;
  }
  .titulo_baja h4 {
    margin: 5px 0px;
  }

  /*-----------alta-----------*/
  .alta {
    padding: 5px 10px;
    margin: 5px 0px;
  }
  .titulo_alta {
    width: 100%;
    font-size: 20px;
    align-self: center;
    margin: 0px;
    padding: 5px;
  }
  .texto_alta {
    width: 100%;
    font-size: 14px;
    padding: 0px 12px;
  }
  .titulo_alta h4 {
    margin: 5px 0px;
  }

  /*-----------vivo-----------*/
  .vivo {
    padding: 5px 10px;
    margin: 5px 0px;
  }
  .titulo_vivo {
    width: 100%;
    font-size: 20px;
    align-self: center;
    margin: 0px;
    padding: 5px;
  }
  .texto_vivo {
    width: 100%;
    font-size: 14px;
    padding: 0px 12px;
  }
  .titulo_vivo h4 {
    margin: 5px 0px;
  }

  /*-----------END-----------*/
  .ensayos {
    padding: 5px 10px;
    margin: 5px 0px;
  }
  .titulo_ensayos {
    width: 100%;
    font-size: 20px;
    align-self: center;
    margin: 0px;
    padding: 5px;
  }
  .texto_ensayos {
    width: 100%;
    font-size: 14px;
    padding: 0px 12px;
  }
  .titulo_ensayos h4 {
    margin: 5px 0px;
  }
  /*---------------footer----------------*/
  .final {
    padding-top: 10px;
  }

  .avisos {
    width: 100%;
    padding: 5px;
    text-align: center;
  }
  .avisos a {
    font-size: 14px;
    margin: 5px 5px 5px;
  }
  .derechos {
    font-size: 12.5px;
    padding: 0;
    margin: 5px 0px 10px;
  }
  .cosas {
    width: 100%;
  }
  .logitos {
    width: 50px;
  }
  .face {
    width: 25px;
  }
  .face:hover {
    border: solid 1px white;
    border-radius: 1px;
  }
  .privacidad:hover {
    color: #e5a714;
  }
  .legal:hover {
    color: #ffb300;
  }
}
