html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
.contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fila {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
}
.item-10 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
}
.item-15 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
}
.item-20 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
.item-25 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.item-30 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
}
.item-35 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
}
.item-40 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}
.item-50 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.item-60 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
}
.item-65 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
}
.item-70 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}
.item-80 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
}
.item-90 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
}
.item-100 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media screen and (max-width: 1024px) {
  .contenedor {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .contenedor {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .fila {
    width: 100%;
  }
}
.menu-tres {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0px 4px 20px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 20px -9px rgba(0,0,0,0.75);
}
.menu-tres .contenedor-menu-tres {
  width: 76%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-tres .contenedor-menu-tres .menu-bar img {
  width: 160px;
  height: auto;
}
.menu-tres .contenedor-menu-tres .menu-bar .icon-menu {
  display: none;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres {
  list-style: none;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres li {
  display: inline-block;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres li a {
  font-family: 'Abel';
  font-size: 17px;
  color: #1d3b83;
  display: block;
  text-decoration: none;
  padding: 33px 20px;
  text-align: center;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres li a:hover {
  color: #fff;
  background: #1d3b83;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres li a span {
  margin-right: 10px;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu {
  position: relative;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .btn-productos {
  color: #1d3b83;
  z-index: 1200;
  cursor: pointer;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .btn-productos:hover {
  color: #fff;
  background: #1d3b83;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .btn-productos.btn-productos:focus {
  color: #fff;
  background: #1d3b83;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children {
  display: none;
  background: #1d3b83;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1100;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li:last-child {
  border: none;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
  display: block;
  color: #fff;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li a:hover {
  background: #1e6be0;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li a .img-menu-productos {
  width: 140px;
  border: 5px solid #fff;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li a p {
  padding-top: 5px;
  font-size: 20px;
  font-family: 'Abel';
  text-align: center;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li a span {
  float: right;
  position: relative;
  top: 3px;
  margin-right: 0;
  margin-left: 10px;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda {
  margin-left: 24px;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda:hover {
  background: none;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda input {
  border-radius: 16px;
  border: 2px solid #1d3b83;
  width: 150px;
  font-size: 14px;
  padding: 4px 4px 4px 10px;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda input:hover {
  background: #fff;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda input:focus {
  border: 2px solid #009640;
  outline: none !important;
  outline-width: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda .icon-search {
  background: #1d3b83;
  color: #fff;
  border-radius: 26px;
  border: 2px solid #1d3b83;
  font-size: 14px;
  padding: 4px;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda .icon-search:hover {
  background: #009640;
  border: 2px solid #009640;
  cursor: pointer;
}
.menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda .icon-search:focus {
  outline: none !important;
  outline-width: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.caret {
  position: relative;
  margin-left: 5px;
  margin-right: 0px;
}
@media screen and (max-width: 1024px) {
  .menu-tres {
    z-index: 1100;
  }
  .menu-tres .contenedor-menu-tres {
    width: 90%;
  }
  .menu-tres .contenedor-menu-tres .menu-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-item: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
  .menu-tres .contenedor-menu-tres .menu-bar img {
    width: 120px;
    height: 60px;
  }
  .menu-tres .contenedor-menu-tres .menu-bar .bt-menu {
    width: 100%;
    display: block;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
  .menu-tres .contenedor-menu-tres .menu-bar .bt-menu .icon-menu {
    display: block;
    color: #1d3b83;
    float: right;
    font-size: 30px;
    margin: 16px 10px 0 0;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres {
    background-color: #1d3b83;
    width: 86%;
    height: calc(100% - 80px);
    position: fixed;
    right: 100%;
    top: 84px;
    overflow: scroll;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres li {
    display: block;
    border-bottom: 1px solid rgba(0,255,255,0.9);
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres li:last-child {
    border: none;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres li a {
    color: #fff;
    display: block;
    font-size: 18px;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres li a:hover .children {
    display: none;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres li a:hover .children .img-menu-productos {
    display: none;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .btn-productos {
    color: #fff;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children {
    width: 100%;
    position: relative;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li {
    background: #1e6be0;
    display: block;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li a {
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid #1d3b83;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li a:last-child {
    border-bottom: none;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children li a .img-menu-productos {
    display: none;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .submenu .children .caret {
    float: right;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda input {
    width: 90%;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
  }
  .menu-tres .contenedor-menu-tres .nav-menu-tres .ul-menu-tres .busqueda .icon-search {
    font-size: 30px;
    background: #009640;
    padding: 7px 4px 8px 4px;
    margin-top: 20px;
    border-radius: 50px;
  }
}
.footer {
  z-index: 1000;
  bottom: 0px;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 13px;
  background: #fff;
}
.footer .numeros {
  width: 90%;
  padding: 50px 0 50px 0;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  margin: 0 auto;
}
.footer .numeros .item-40 img {
  width: 180px;
}
.footer .numeros .item-20 li {
  list-style: none;
  text-align: left;
  font-size: 11px;
  padding: 3px 0 3px 0;
}
.footer .numeros .item-20 li .icon-facebook,
.footer .numeros .item-20 li .icon-instagram {
  margin: 0px 10px 0px 0px;
  padding: 5px 3px;
  border-radius: 100%;
  font-size: 18px;
  background: #1d3b83;
  color: #fff;
}
.footer .numeros .item-20 li .icon-facebook:hover,
.footer .numeros .item-20 li .icon-instagram:hover {
  background: #009640;
  color: #fff;
  cursor: pointer;
}
.footer .numeros .item-20 li h3 {
  color: #1d3b83;
  font-size: 12px;
  text-align: left;
  padding: 5px 0 5px 0;
}
.footer .numeros .item-20 li a {
  font-size: 13px;
  text-decoration: none;
  color: #009640;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 4px;
  width: 100%;
}
.footer .numeros .item-20 li a:hover {
  color: #1d3b83;
}
.footer .numeros .item-20 li iframe {
  margin: 0 50px 0 20px;
}
.footer .copy {
  padding: 15px;
  background: #1d3b83;
  width: 100%;
}
.footer .copy p {
  display: inline-block;
  color: #fff;
}
.footer .copy li {
  list-style: none;
}
.footer .copy li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}
.footer .copy li a:hover {
  background: #f7f7f7;
  color: #009fdd;
}
.footer .copy li p {
  width: 0;
  padding: 10px;
}
.llamar {
  display: none;
}
.pagos-linea {
  width: 60%;
}
@media screen and (max-width: 1025px) {
  .footer .numeros {
    width: 96%;
    margin: 0 auto;
  }
  .footer .contenedor .item-40 {
    display: none;
  }
  .footer .contenedor .item-40 img {
    margin-bottom: 40px;
    width: 200px;
  }
  .footer .contenedor ul.item-20 {
    width: 100%;
    margin: 0 10px;
  }
  .footer .contenedor ul.item-20 h3 {
    font-size: 12px;
  }
  .footer .contenedor ul.item-20 li .icon-facebook,
  .footer .contenedor ul.item-20 li .icon-instagram,
  .footer .contenedor ul.item-20 li .icon-youtube-play,
  .footer .contenedor ul.item-20 li .icon-linkedin {
    padding: 5px 3px;
    font-size: 16px;
    background: #009640;
  }
  .footer .contenedor ul.item-20 li a {
    text-decoration: none;
  }
  .footer .contenedor ul.item-20 li iframe {
    margin: 0;
  }
  .footer .copy .fila p {
    font-size: 10px;
  }
  .footer .copy .fila li a {
    font-size: 11px;
  }
  .footer .copy .fila li .pagos-btn,
  .footer .copy .fila li p {
    padding: 0;
  }
}
.llamar {
  display: none;
}
.pagos-linea {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .footer .contenedor .item-40 {
    width: 100%;
    display: block;
  }
  .footer .contenedor .item-40 img {
    margin-bottom: 40px;
    width: 200px;
  }
  .footer .contenedor ul.item-20 {
    margin: 0;
  }
  .footer .contenedor ul.item-20 h3 {
    font-size: 18px;
    text-align: center;
  }
  .footer .contenedor ul.item-20 li {
    text-align: center;
    font-size: 14px;
    padding: 8px 0px;
  }
  .footer .contenedor ul.item-20 li .icon-facebook,
  .footer .contenedor ul.item-20 li .icon-instagram,
  .footer .contenedor ul.item-20 li .icon-youtube-play,
  .footer .contenedor ul.item-20 li .icon-linkedin {
    padding: 7px 5px;
    font-size: 20px;
    background: #009640;
  }
  .footer .contenedor ul.item-20 li a {
    text-decoration: none;
  }
  .footer .copy {
    padding: 30px 0;
  }
  .footer .copy .fila {
    padding: 10px 0;
  }
  .footer .copy .fila p {
    font-size: 14px;
    padding: 0 10px 20px 10px;
  }
  .footer .copy .fila li {
    list-style: none;
  }
  .footer .copy .fila li a {
    font-size: 16px;
    display: block;
    width: 100%;
  }
  .footer .copy .fila li p {
    display: none;
  }
  .llamar {
    display: block;
  }
  .llamar img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .pagos-linea {
    width: 50%;
  }
}
.espacio-menu {
  display: block;
  height: 85px;
}
.plantas-v3 {
  background: url("../img/fondo-productos.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.plantas-v3 .contenido-productos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 80%;
}
.plantas-v3 .contenido-productos .titulo-v1 {
  width: 100%;
  font-size: 50px;
  text-align: left;
  color: #009640;
}
.plantas-v3 .contenido-productos .boton-desplegable {
  display: none;
  width: 100%;
  background: #009fdd;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 50px;
  padding: 10px 0;
  font-weight: bold;
  outline: none;
}
.plantas-v3 .contenido-productos .contenedor-v4 {
  width: 100%;
  margin-top: 0px;
  display: block;
  position: relative;
}
#navegacion {
  margin-top: 0.8em;
  width: 100%;
  display: block;
  -webkit-transition-property: display;
  -o-transition-property: display;
  transition-property: display;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}
#navegacion .menu-bloque-2 {
  margin: 6px 0;
}
#navegacion ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
}
#navegacion ul li {
  width: 100%;
}
#navegacion ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #055326;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin: 0 4px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 20px;
}
#navegacion ul li a:hover {
  background: #b60500;
  color: #fff;
}
#navegacion ul li a.activo {
  background: #b60500;
  color: #fff;
  -webkit-animation: enlace-menu 500ms ease-in-out forwards;
  animation: enlace-menu 500ms ease-in-out forwards;
  border: 4px solid #f00;
}
#contenido {
  margin: 2em 0 3em 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: 100%;
}
.bloque {
  display: none;
}
.bloque .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bloque .contenedor .direction-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bloque .contenedor .direction-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bloque .contenedor .fila {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bloque .contenedor .fila .title-referencias {
  display: none;
}
.bloque .contenedor .fila .item-35 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bloque .contenedor .fila .item-35 .img-productos {
  margin: 0 auto;
  width: 90%;
  border-radius: 80px;
}
.bloque .contenedor .fila .item-35,
.bloque .contenedor .fila .item-60 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bloque .contenedor .fila .item-35 .fila,
.bloque .contenedor .fila .item-60 .fila {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.bloque .contenedor .fila .item-35 .fila .grandes,
.bloque .contenedor .fila .item-60 .fila .grandes,
.bloque .contenedor .fila .item-35 .fila .referencias-productos,
.bloque .contenedor .fila .item-60 .fila .referencias-productos {
  color: #059f30;
  text-transform: uppercase;
}
.bloque .contenedor .fila .item-35 .fila .grandes,
.bloque .contenedor .fila .item-60 .fila .grandes,
.bloque .contenedor .fila .item-35 .fila .complemento,
.bloque .contenedor .fila .item-60 .fila .complemento {
  height: 220px;
  text-align: justify;
}
.bloque .contenedor .fila .item-35 .fila p,
.bloque .contenedor .fila .item-60 .fila p {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  font-weight: bold;
  padding: 0px 30px;
  margin: 2px 4px;
  background: #fff;
  color: #1d3b83;
  border: solid 4px #f7f7f7;
  border-radius: 20px;
}
.bloque .btn-descarga {
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 40px;
  text-decoration: none;
  padding: 12px 20px;
  color: #fff;
  background: #009640;
  border-radius: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bloque .btn-descarga:hover {
  background: #055326;
}
.bloque .btn-descarga .icon-down-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bloque .btn-descarga .icon-down-big p {
  margin-left: 10px;
}
.bloque .btn-regresar {
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 40px;
  text-decoration: none;
  padding: 12px 20px;
  color: #fff;
  border-radius: 20px;
  background: #009fdd;
}
.bloque .btn-regresar:hover {
  background: #1d3b83;
}
.bloque .btn-regresar .icon-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bloque .btn-regresar .icon-reply p {
  margin-left: 10px;
}
.visible {
  display: block;
  -webkit-animation: bloque-visible 500ms ease-in-out forwards;
  animation: bloque-visible 500ms ease-in-out forwards;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
@media screen and (max-width: 1025px) {
  .plantas-v3 {
    background: none;
  }
  .plantas-v3 .contenido-productos {
    width: 100%;
    display: block;
  }
  .plantas-v3 .contenido-productos .titulo-v1 {
    font-size: 46px;
    text-align: center;
  }
  .plantas-v3 .contenido-productos .boton-desplegable {
    display: block;
    width: 100%;
    background: #009fdd;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 50px;
    padding: 10px 0;
    font-weight: bold;
    outline: none;
  }
  .plantas-v3 .contenido-productos .boton-desplegable .icon-down-dir {
    margin: 0 16px;
    font-size: 20px;
  }
  .plantas-v3 .contenido-productos #navegacion {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .plantas-v3 .contenido-productos #navegacion ul {
    display: none;
    width: 100%;
  }
  .plantas-v3 .contenido-productos #navegacion ul li {
    width: 100%;
  }
  .plantas-v3 .contenido-productos #navegacion ul li a {
    display: block;
    width: 100%;
    margin: 4px 0px;
    font-size: 0.8em;
    border-radius: 50px;
  }
  .plantas-v3 .contenido-productos #navegacion ul li a .activo {
    font-size: 0.8em;
  }
  .bloque {
    background: #1d3b83;
    margin: 0 auto;
    padding: 20px 0 60px 0;
  }
  .bloque .contenedor {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .bloque .contenedor .fila {
    display: block;
  }
  .bloque .contenedor .fila .title-referencias {
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin: 20px 0;
  }
  .bloque .contenedor .fila .item-35 {
    display: block;
  }
  .bloque .contenedor .fila .item-35 .img-productos {
    margin: 40px auto;
    padding: 0px;
    width: 90%;
  }
  .bloque .contenedor .fila .item-35 .fila,
  .bloque .contenedor .fila .item-60 .fila {
    width: 50%;
  }
  .bloque .contenedor .fila .item-35 .fila p,
  .bloque .contenedor .fila .item-60 .fila p {
    font-size: 12px;
    padding: 0 10px;
  }
  .bloque .contenedor .fila .btn-descarga {
    font-size: 10px;
    margin-top: 20px;
    float: left;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    background: #009640;
  }
  .bloque .contenedor .fila .btn-descarga .icon-down-big {
    font-size: 20px;
    padding: 0px;
    background: none;
    margin: 0px;
  }
  .bloque .contenedor .fila .btn-descarga .icon-down-big p {
    display: none;
  }
  .bloque .contenedor .fila .btn-regresar {
    font-size: 10px;
    margin-top: 20px;
    float: right;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    background: #009fdd;
  }
  .bloque .contenedor .fila .btn-regresar .icon-reply {
    font-size: 20px;
    padding: 0px;
    background: none;
    margin: 0px;
  }
  .bloque .contenedor .fila .btn-regresar .icon-reply p {
    display: none;
  }
}
@-moz-keyframes bloque-visible {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes bloque-visible {
  0% {
    opacity: 0;
  }
}
@-o-keyframes bloque-visible {
  0% {
    opacity: 0;
  }
}
@keyframes bloque-visible {
  0% {
    opacity: 0;
  }
}
