/*
Theme Name:Subsole
Theme URI:https://www.jorgearancibia.com
Author:Jorge Arancibia
Author URI:http://jorgearancibia.com;
Description: Sitio web para Subsole
Version:1.0
License:GNU General Public License v2 or later
Text Domain:SS
*/


.secciones {
  padding-top: 120px;
  padding-bottom: 120px;
}

.seccion-con-menu {
  padding-top: 80px;
  padding-bottom: 120px;
}

.secciones-sub-menu {
  padding-top: 220px;
  padding-bottom: 120px;
}

.secciones-animadas {
  background: #1b8910;
  position: relative;
  padding-top: 120px;
}

@media only screen and (max-width:1200px) {
  .secciones-animadas {
    padding-top: 90px;
  }

}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease 0.1s;
}

body {
  background: #1b8910;
  color: white;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  position: relative;
  overflow-x: hidden;
}

a {
  color: unset;
  text-decoration: none;
}

a:hover {
  color: unset;
}

strong {
  font-weight: 700;
}

span.light {
  font-weight: 300;
}

h1 {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0px;
}

h2 {
  font-weight: 700;
  font-size: 37px;
  letter-spacing: 0px;
}

h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

h4 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}



.text-white {
  color: white;
}

/* Header */
header {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  background: white;
}

header .header-principal {
  height: 90px;
}

header .intranet {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 0px 15px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: -60px;
  transition: all 0.3s ease-in;
  border: 1px solid white;
  border-top: 1px solid #ccc;
  color: #117208;
  height: 90px;
}

header .intranet:hover {
  background: #117208;
  color: white;
  cursor: pointer;
  border: 1px solid #117208;
}

header .logos .logo-frutura {
  max-width: 150px;
  margin-left: 30px;
}

header .logos .logo-subsole {
  max-width: 200px;
  width: 240px;
}

header a {
  color: #333;
}

header .menu ul {
  margin: 0px;
  padding: 0px;
}

header .menu a li {
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
}

header .menu a li.actual {
  color: #1b8910;
  border: 2px solid #1b8910;
  border-radius: 20px;
}

header .menu a:hover li {
  color: #1b8910;
}

}

header .hambur img {
max-width: 30px;
}

header .container-fluid {
padding: 0px 60px;
}

/* Footer */
footer {
position: fixed;
bottom: 15px;
z-index: 60;
right: 15px;
padding: 3px 15px;
line-height: 15px;
background: transparent;
border: 1px solid white;
border-radius: 20px;
}

footer ul {
padding: 0px;
margin: 0px;
display: inline-block;
}

footer li {
display: inline-block;
padding: 5px 3px 5px 3px;
}

footer .redes-sociales {
display: inline-block;
}

footer .redes-sociales img {
width: 20px;
filter: invert(100%);
}

footer .copy {
font-size: 10px;
display: inline-block;
}

/



/* Data Gráfico */

/* Data */

.data h5 {
text-align: center;
}

.data h6 {
text-align: center;
font-size: 11px;
text-transform: uppercase;
}

.single-chart {
justify-content: space-around;
display: inline-block;
color: white;
}

.circular-chart {
display: block;
margin: 10px auto;
max-width: 80%;
max-height: 250px;
}

.circle-bg {
fill: none;
stroke: #eee;
stroke-width: 1.2;
background: transparent;
}

.circular-chart.orange .circle {
stroke: #ff7a00;
fill: transparent;
}

.circular-chart.green .circle {
stroke: #ff7a00;
}

.circular-chart.blue .circle {
stroke: #ff7a00;
}

.percentage {
fill: #FFF;
font-size: 6px;
text-anchor: middle;
}



/* Autor Fotografías */
.autor {
position: absolute;
bottom: 10%;
padding: 8px;
z-index: 5;
}

.autor:hover {
cursor: pointer;
opacity: 0.8;
z-index: 1;
}

.autor.open {
opacity: 1;
}

.autor i {
background: rgba(255, 255, 255, 1);
border: 2px solid white;
height: 30px;
width: 30px;
border-radius: 50%;
color: #333;
z-index: 1;
}

.autor .nombre {
display: none;
padding-left: 15px;
padding-right: 10px;
margin: -15px;
font-size: 11px;
color: #333;
background: white;
border-radius: 20px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
z-index: 0;
transition: all 1.2s ease-in;
width: 0px;
}

.autor .nombre.open {
display: block;
width: 100%;
}

/* Fondos */
.contenido-sobre-foto {
  position: relative;
  z-index: 2;
}

.blurry-bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}

.blurry-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: -10px;
  backdrop-filter: blur(11px);
  //background: rgb(23 24 23 / 40%);
  background: #35353500;
}

.blurry-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgb(23 24 23 / 40%);
  z-index: 2;
}



.ver-mas {
position: absolute;
bottom: 45px;
}

.ver-mas  img {
max-width: 50px;
}

.video-circular {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}

.video {
position: absolute;
width: 85%;
height: 85%;
z-index: 0;
display: flex;
align-content: center;
justify-content: center;
}

.video-circular video {
object-fit: cover;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

img.img-circular {
border-radius: 50%;
width: 85%;
}

img.img-circular-borde {
border-radius: 50%;
width: 90%;
height: 90%;
border: 2px solid #d2d2d2;
padding: 15px;
}

.circulo {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.circulo .imagen {
position: absolute;
width: 85%;
height: 85%;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}

.circulo .titulos-h1 {
  position: absolute;
  z-index: 10;
  width: 66%;
font-size: 25px;
text-align: center;
}
.circulo .imagen  h1 {
  background: red;
  width: 80%;



}




.circle {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%;
vertical-align: middle;
}

.circle svg {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}

.circle circle {
stroke: 0;
stroke-width: 2px;
background: transparent;
fill: transparent;
}

.circle.animar-circle {
stroke: white;
stroke-dasharray: 2000;
stroke-dashoffset: 2500;
animation: stroke 1.8s ease-in forwards 1;
}

.circle.desanimar-circle {
animation: stroke2 1.8s ease-out backwards 1;
animation-direction: reverse;
}

@keyframes stroke2 {
to {
  stroke-dashoffset: 500;
}

}

@keyframes stroke {
to {
  stroke-dashoffset: 0;
}

}

/* Botón */
.boton-grupo {
display: inline-block;
}

.boton {
border: 2px solid white;
border-radius: 15px;
padding: 8px;
}

.boton img {
max-width: 30px;
margin-right: 10px;
}

.boton-grupo a {
color: white;
text-decoration: none;
}

/* Mapas */
.mapa-circular {
position: absolute;
width: 72%;
height: 72%;
z-index: 1;
display: flex;
align-content: center;
justify-content: center;
overflow: hidden;
border-radius: 50%;
}

/*----------------------------------------------*/

/*----------------------------------------------*/

/* Secciones */

/*----------------------------------------------*/

/*----------------------------------------------*/

/* Inicio ---------------  */

.frase-h1 {
position: absolute;
z-index: 10;
bottom: 15px;
right: 145px;
}

.frase-h1 h1 {
font-size: 16px;
}

section.inicio {
overflow: hidden;
position: relative;
height: 100vh;
}

section.inicio .container-fluid {
padding: 0px 160px;
}

section.inicio .imagen-slide video {
width: 100%;
height: 100vh;
object-fit: cover;
}

section.inicio .slide-inicio {
height: 100vh;
}

section.inicio h2 {
max-width: 860px;
}

section.inicio .fondo {
background: transparent;
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
overflow: hidden;
}

section.inicio .fondo .mask {
background: rgb(0 0 0 / 17%);
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 10;
}

section.inicio .splide__slide {
height: 100vh;
}

section.inicio .autor {
bottom: 15px;
left: 15px;
padding: 0px;
}


section.inicio .imagen-slide {
clip-path: circle(70.2% at 25% 50%);
background: #ff7900;
position: relative;
z-index: 2;
height: 100vh;
width: 100vw;
}

section.inicio .imagen-borde {
clip-path: circle(70.4% at 25% 50%);
background: white;
position: relative;
z-index: 2;
height: 100vh;
width: 100vw;
}

section.inicio  .imagen-izquierda {
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
height: 100vh;
width: 100wh;
}

section.inicio .imagen-izquierda.animacion {
animation: ken 20s forwards;
}

@keyframes ken {
0% {
  transform: scale(1, 1);
  opacity: 1;
}

15% {
  opacity: 1;
}

85% {
  opacity: 1;
}

100% {
  transform: scale(1.12, 1.12);
}

}

section.inicio .imagen-derecha {
right: 0;
position: absolute;
top: 0;
z-index: 0;
height: 100vh;
}

section.inicio .imagen-derecha.animacion {
animation: animate 20s linear infinite;
}

section.inicio .animacion-inicio-2 {
}

section.inicio .splide__slide::after {
background: #35353500;
}

section.inicio .circulo {
width: 300px;
height: 300px;
position: absolute;
bottom: 0;
right: 0;
z-index: 10;
}

section.inicio .circulo svg {
stroke-width: 10px;
}

/* Frutas ---------------  */
section.frutas {
background: #1b8910;
z-index: 2;
position: relative;
}

section.frutas .container-fluid {
padding: 0px 160px;
}

/* Interior Frutas ---------------  */
section.frutas-introduccion {
background: #1b8910;
z-index: 2;
position: relative;
}

section.frutas-zonas {
z-index: 1;
position: relative;
overflow: hidden;
}

section.frutas-variedades {
background: white;
z-index: 3;
color: #424242;
}




section.frutas-variedades .swiper .swiper-nav-wrapper .swiper-button-next, section.nosotros-unidades .swiper .swiper-nav-wrapper .swiper-button-next, section.frutas-variedades .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev, section.nosotros-unidades .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23424242' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

section.frutas-variedades .swiper .swiper-nav-wrapper .swiper-button-prev, section.nosotros-unidades .swiper .swiper-nav-wrapper .swiper-button-prev, section.frutas-variedades .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next, section.nosotros-unidades .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {

  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23424242' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  
}

section.frutas-variedades .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet, section.nosotros-unidades .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
background: #424242;
}

section.frutas-variedades .swiper-pagination-bullet, section.nosotros-unidades .swiper-pagination-bullet {
background: #424242;
}

section.frutas-mercado {
position: relative;
z-index: 1;
}

/* Interior Variedades */
section.variedades-introduccion {
background: #1b8910;
z-index: 2;
position: relative;
}

.swiper-variedades-single {


padding-top: 10px;

}

.swiper-variedades-single .flechas {
left: -30px;
}

.swiper-variedades-single .swiper-wrapper {

}

.swiper-variedades-single img {
border-radius: 50%;
border: 2px solid white;
padding: 0px;
max-width: 70px;
margin-top: 5px;
}

.swiper-variedades-single .nombre-variedad-menu {
display: inline-block;
line-height: 13px;
margin-top: 10px;
}

.swiper-variedades-single .variedades-menu {
color: white;
}

.menu-interior-secciones {
padding-top: 10px;
}

/* Pag. Nosotros  */
section.nosotros-introduccion {
background: #1b8910;
padding: 0px;
top: 0;
z-index: 2;
position: relative;
padding-top: 90px;
}

.interior-nosotros {
background: white;
color: #333;
animation: entrada 1.5s normal forwards cubic-bezier(0.5, 0.5, 0, 1);
animation-delay: 1.0s;
position: relative;
opacity: 0%;
padding-bottom: 120px;
}

@keyframes entrada {
to {
  margin-top: -20%;
  opacity: 100%;
}

}

@media only screen and (max-width:1200px) {
.interior-nosotros .container {
  padding-top: 30px;
}

@keyframes entrada {
  to {
    margin-top: -50%;
    opacity: 100%;
  }

}

}

/* Unidades de Negocios */
section.unidades-introduccion {
background: #1b8910;
z-index: 2;
position: relative;
}


section.unidades-introduccion .swiper-equipo {
}

section.unidades-introduccion .swiper-equipo img {
width: 80px;
}

section.unidades-ubicaciones {
background: #117208;
background: black;
padding: 0px;
top: 0;
z-index: 2;
position: relative;
padding-top: 90px;
}

section.unidades-terrones {
background: #1b8910;
background: black;
padding: 0px;
top: 0;
z-index: 2;
position: relative;
padding-top: 90px;
height: 600px;
}

section.nosotros-historia {
background: #1b8910;
z-index: 4;
position: relative;
}

section.nosotros-historia .linea {
width: 100%;
height: 2px;
background: white;
}

section.nosotros-historia .linea li:first-child {
padding-left: 0px;
}

section.nosotros-historia .linea li {
display: inline-block;
text-transform: uppercase;
font-weight: bold;
top: -30px;
position: relative;
width: 32%;
text-align: center;
font-size: 12px;
}

section.nosotros-historia .linea li:before {
content: '';
background: white;
border: 1px solid white;
border-radius: 50%;
width: 11px;
height: 11px;
position: absolute;
bottom: -7px;
left: 50%;
}

section.nosotros-historia .linea li.actual:before {
content: '';
background: #ff7a00;
border: 1px solid #ff7a00;
border-radius: 50%;
width: 11px;
height: 11px;
position: absolute;
bottom: -6px;
}

section.nosotros-historia .linea li:hover {
cursor: pointer;
}

section.nosotros-historia .capitulos .caps {
margin-top: 30px;
display: none;
}

section.nosotros-historia .capitulos .caps-1 {
display: block;
}

section.nosotros-historia .caps {
padding-top: 30px;
transition: all 0.4s ease-in;
}

section.nosotros-unidades {
background: white;
color: #333;
z-index: 4;
position: relative;
}

section.nosotros-unidades .unidades {
border-radius: 50%;
width: 200px;
height: 200px;
border: 2px solid #d2d2d2;
padding: 15px;
}

section.nosotros-unidades .unidades  img {
max-width: 80px;
margin: 0 auto;
text-align: center;
}

section.nosotros-unidades .slide-equipo {
line-height: 15px;
}

section.nosotros-unidades .slide-equipo li {
min-width: 280px;
}

section.nosotros-unidades .slide-equipo img {
max-width: 130px;
width: 130px;
padding: 8px;
}

section.nosotros-unidades img.img-circular {
border: 2px solid green;
}

section.nosotros-ubicaciones {
background: #1b8910;
z-index: 2;
position: relative;
}

section.nosotros-ubicaciones .container-fluid {
padding: 0px 160px;
}

section.nosotros-ubicaciones .imagen {
width: 85%;
height: 85%;
}

section.nosotros-ubicaciones .map {
border-radius: 50%;
display: flex;
align-content: center;
justify-content: center;
width: 85%;
height: 85%;
}

.ubicacion-zonas {
margin-top: 30px;
}

.zona {
text-transform: uppercase;
font-weight: bold;
border-bottom: 1px solid white;
}

.ubicacion-zonas ul {
margin: 0px;
padding: 0px;
}

.ubicacion-zonas li {
list-style: none;
text-transform: uppercase;
font-size: 12px;
padding: 8px;
position: relative;
padding: 0px;
}

.ubicacion-zonas li:hover {
cursor: pointer;
}

.ubicacion-zonas li:after {
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: '\f078';
width: 20px;
height: 20px;
position: absolute;
right: 0;
top: 3px;
}

.ubicacion-zonas li .open {
padding: 15px;
text-transform: none;
font-size: 11px;
display: none;
background: #117208;
border-radius: 20px;
}

.ubicacion-zonas li .titulo {
font-weight: bold;
}

.gm-style .gm-style-iw-a {
color: #333;
}

section.contacto {
position: relative;
z-index: 1;
min-height: 100vh;
}

section.contacto .container-fluid {
padding: 160px 0px;
}

/* Globales */
section.section-imagen {
position: relative;
z-index: 1;
overflow: hidden;
}

section.sustentabilidad .grafico {
border-radius: 50%;
width: 190px;
height: 190px;
border: 3px solid #008a00;
padding: 15px;
z-index: 5;
position: relative;
background: white;
}

section.sustentabilidad .grafico h6 {
font-size: 12px;
margin-top: 20px;
}

section.sustentabilidad .contenedor-grafico {
margin-top: 30px;
}

section.sustentabilidad .grafico  img {
max-width: 60px;
margin: 0 auto;
text-align: center;
}

section.sustentabilidad .linea {
width: 100%;
height: 3px;
position: absolute;
top: 50%;
background: #008a00;
z-index: -1;
left: 0;
margin-top: -10px;
}

section.sustentabilidad .linea-vertical {
height: 105%;
width: 3px;
position: absolute;
top: -30px;
background: #008a00;
z-index: -1;
left: 50%;
}

section.sustentabilidad .linea-vertical:after {
position: absolute;
z-index: 3;
left: -7px;
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: '\f053';
font-size: 25px;
top: -11px;
color: #008a00;
transform: rotate(90deg);
}

section.sustentabilidad .linea-vertical:before {
position: absolute;
z-index: 3;
left: -7px;
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: '\f054';
font-size: 25px;
bottom: -10px;
color: #008a00;
transform: rotate(90deg);
}

section.sustentabilidad .linea:after {
position: absolute;
z-index: 3;
left: -3px;
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: '\f053';
font-size: 25px;
top: -13px;
color: #008a00;
}

section.sustentabilidad .linea:before {
position: absolute;
z-index: 3;
right: -5px;
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: '\f054';
font-size: 25px;
top: -13px;
color: #008a00;
}

/* Formulario */
.form-control {
background: transparent;
border-radius: 20px;
border: 2px solid white;
padding: 5px 10px;
color: white;
}

button, input, optgroup, select, textarea {
color: white;
}

label {
font-weight: bold;
}

.form-control::placeholder {

/* Chrome, Firefox, Opera, Safari 10.1+ */
color: white;
opacity: 1; /* Firefox */
}

textarea.form-control {
min-height: 160px;
height: 160px;
}

.btn-primary {
background: transparent;
border-radius: 20px;
border: 2px solid white;
padding: 8px 15px;
font-weight: bold;
}

.btn-primary:hover {
background: #ff7a00;
border-color: #ff7a00;
}

/* Calendario */
.calendario {
border: 2px solid white;
border-radius: 20px;
height: 60px;
display: inline-block;
padding-top: 30px;
position: relative;
}

.calendario .meses li {
list-style: none;
display: table-cell;
font-size: 10px;
text-transform: uppercase;
position: relative;
top: -30px;
border-right: 1px solid #aacda76e;
height: 55px;
z-index: 0;
text-align: center;
width: 35px;
text-align: center;
}

.calendario .meses li:last-child {
border-right: 0px;
}

.calendario .meses li.mes:last-child {
border-right: 0px;
}

.calendario .meses ul {
margin: 0px;
padding: 0px;
margin-left: 30px;
}

.calendario .meses li.marcado:after {
content: '';
width: 35px;
height: 4px;
background: white;
position: absolute;
bottom: 15px;
border-right: 1px;
left: 0px;
z-index: 2;
}

.calendario .progreso {
position: absolute;
background: white;
height: 5px;
top: 35px;
z-index: 2;
left: 35px;
}

.progreso div {
height: 5px;
position: absolute;
width: 35px;
border-right: 1px solid black;
}

.progreso-inicio-s {
background: black;
}

.progreso-inicio-e {
background: white;
}

.progreso-fin-s {
background: black;
}

.progreso-fin-e {
background: white;
}

.linea-fin-progreso-inicio {
left: calc(53px * 2);
width: calc(53px * 2);
z-index: 2;
top: 0;
}

.linea-progreso-inicio {
width: 100%;
}

.calendario .icono {
position: absolute;
width: 40px;
height: 40px;
background: white;
border-radius: 50px;
top: 50%;
transform: translateY(-50%);
left: -20px;
}

.calendario .icono  img {
margin: 0 auto;
width: 20px;
}

/* Librerias */

/* Splide */

.splide__arrow {
background: none;
}

.splide__arrow svg {
fill: white;
width: 200px;
height: 200px;
}

.splide__arrow--prev {
left: -45px;
}

.splide__arrow--next {
right: -45px;
}

.splide__pagination {
bottom: -50px;
}

[transition-style='1'] {
--transition__duration: 7s;
}

[transition-style='none'] {
--transition__duration: 7s;
}

[data-aos=entrada-circular] {
transition: transform, clip-path;
animation: cubic-bezier(.25, 1, .30, 1) both;
clip-path: circle(0%);
}

[data-aos=entrada-circular].aos-animate {
clip-path: circle(125%);
}

[data-aos=animar-circulo] {
transition: transform, stroke-dashoffset;
animation: ease-in;
stroke: white;
stroke-dasharray: 2000;
stroke-dashoffset: 2500;
}

[data-aos=animar-circulo].aos-animate {
stroke-dashoffset: 0;
}

[transition-style='evenodd'] {
animation: 6.0s cubic-bezier(.25, 1, .30, 1) circle-in-hesitate both;
}

@keyframes kenburns {
50% {
  transform: scale(1.3) rotate(0.04deg);
}

}

[transition-style='chevron-right'] {
animation: 6.5s cubic-bezier(1.98, 1, .30, 1) circle-in-top-right both;
animation-delay: 0.1s;
}

[transition-style='%23424242'] {
animation: 3.5s cubic-bezier(.25, 1, .30, 1) circle-in-top-left both;
animation-delay: 1.0s;
}

@keyframes animate {
0% {
  right: 0;
}

75% {
  right: -6%;
}

100% {
  right: 0;
}

}

@keyframes animate-2 {
from {
  left: 0;
}

to {
  left: -6%
}

}

.desktop {
display: block;
}

.mobile {
display: none;
}



/* Mobile */
@media only screen and (max-width:1200px) {

  .unidades-introduccion {
    padding-top: 120px;
  }

.frase-h1 {
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
}

section.inicio h2 {
  max-width: 75%;
}

.calendario .meses li {
  display: none;
}

.calendario .meses li.marcado {
  display: table-cell;
}

.menu-interior.pag-frutas {
  display: none;
}

.header-interior ul li .pag-nosotros a {
  display: none;
}

.header-interior ul li .pag-nosotros a.actual {
  display: inline-block;
}

.header-interior.pag-variedades ul li a {
  display: none;
}

.header-interior.pag-variedades ul li a.actual {
  display: inline-block;
}

section.nosotros-ubicaciones {
  padding-bottom: 150px;
}

h1 {
  font-size: 36px;
}

header .logos .logo-subsole {
  width: 130px;
}

header .menu a li {
  padding: 5px 7px;
  font-size: 12px;
}

section.nosotros-unidades .container-fluid {
  padding: 90px 30px;
}

section.nosotros-ubicaciones .container-fluid {
  padding: 90px 30px;
}

}

@media only screen and (max-width:1200px) {
.animacion-inicio-2 {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

section.inicio .imagen-borde {
  clip-path: circle(46.4% at 20% 40%);
}

section.inicio .imagen-slide {
  clip-path: circle(46% at 20% 40%);
}

.variedades-introduccion {
  padding-top: 0px;
}

.unidades-introduccion {
    padding-top: 0px;
}

section.inicio .container-fluid {
  padding: 0px 30px;
}

.single-chart {
  width: 49%;
}

.splide__arrow--next {
  right: -20px;
}

.splide__arrow--prev {
  left: -20px;
}

footer {
  background: #1b8910;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 25px;
}

h5 {
  font-size: 11px;
}

.mobile {
  display: block;
}

.desktop {
  display: none;
}

header .intranet {
  display: none;
}

header .menu {
  display: none;
}

header .logos .logo-subsole {
  max-width: 140px;
}

header .logos .logo-frutura {
  max-width: 120px;
  margin-left: 15px;
}

header .container-fluid {
  padding: 0px 30px;
}

.autor {
  bottom: 15%;
}

section.nosotros-introduccion {
  padding-top: 125px;
}

section.nosotros-unidades .unidades {
  width: 150px;
  height: 150px;
  margin: 15px;
}

section.nosotros-unidades .unidades img {
  width: 50px;
}

}

/* historia */
.timeline-mobile {
padding: 50px 0;
position: relative;
color: white;
color: white;
}

.timeline-mobile .timeline-nodes {
padding-bottom: 60px;
position: relative;
}

.timeline-mobile .timeline-nodes:before {
content: '';
position: absolute;
top: 8px;
left: 9px;
width: 2px;
height: 100%;
background-color: #dddddd;
}

.timeline-mobile .timeline-date {
color: white;
font-size: 20px;
font-weight: 900;
line-height: 36px;
padding-left: 20px;
}

.timeline-mobile .timeline-connector {
display: flex;
align-items: center;
margin-bottom: 30px;
}

.timeline-mobile .timeline-connector .timeline-dot {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #ff7a00;
z-index: 10;
position: absolute;
}

.timeline-mobile .timeline-connector .timeline-indicator {
width: 30px;
height: 2px;
top: 5px;
left: 10px;
background-color: #dddddd;
}

.timeline-mobile .timeline-content {
color: white;
padding-left: 50px;
}

.timeline-mobile .timeline-content .timeline-logo {
display: block;
margin-bottom: 10px;
}

@media screen and (min-width:991px) {
.timeline-mobile {
  display: none;
}

}

.hamburger .line {
width: 30px;
height: 4px;
background-color: #117208;
display: block;
margin: 4px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.hamburger:hover {
cursor: pointer;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
-webkit-transform: translateY(13px) rotate(45deg);
-ms-transform: translateY(13px) rotate(45deg);
-o-transform: translateY(13px) rotate(45deg);
transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
-webkit-transform: translateY(-13px) rotate(-45deg);
-ms-transform: translateY(-13px) rotate(-45deg);
-o-transform: translateY(-13px) rotate(-45deg);
transform: translateY(-13px) rotate(-45deg);
}

nav#menu {
padding-top: 87px;
}

/* Selector Idioma */
.idiomas .selector-idioma {
margin-top: 10px;
}

.idiomas {
  color: #333;
  text-transform: uppercase;
    font-size: 13px;

    font-weight: 700;
}

.idiomas  a .code {
  padding: 0 2px;
}
.idiomas  a .code.actual {
    color: #1b8910;
    border-bottom: 2px solid #1b8910;

   
    text-transform: uppercase;


}

.idiomas.mobile {
  padding-top:10px;
}

.idiomas.mobile span {
 margin: 5px;
} 

.mm-wrapper--opened .menu-interior {
display: none;
}

.mm-wrapper--opened footer {
display: none;
}

@media only screen and (max-width:700px) {


}

@media only screen and (max-width:1300px) {
header .logos .logo-subsole {
  max-width: 170px;
}

header .menu a li {
  font-size: 11px;
}

}

.swiper-button-next, .swiper-button-prev {
color: white;
}

.swiper .swiper-nav-wrapper {
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
width: auto;
padding-top: 3em;
}

.swiper .swiper-nav-wrapper .swiper-button-next, .swiper .swiper-nav-wrapper .swiper-button-prev {
top: 0;
top: auto;
left: auto;
right: auto;
position: relative !important;
}

.swiper .swiper-nav-wrapper .swiper-button-next:after, .swiper .swiper-nav-wrapper .swiper-button-prev:after {
display: none;
}

.swiper .swiper-nav-wrapper .swiper-button-next,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.swiper .swiper-nav-wrapper .swiper-button-prev,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.swiper-pagination {
margin: 0;
padding: 0;
width: auto;
position: relative !important;
display: block;
width: auto;
}

.swiper-pagination .swiper-pagination-bullets {
margin: 0;
}

.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0;
background: white;
}

.swiper-pagination-bullet {
background: white;
transition: all 0.2s ease-in-out;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
bottom: 0;
top: 0;
bottom: 0;
width: auto;
padding: 0 1.5em;
}

.swiper-pagination-bullet-active {
transform: scale(1.5);
}

.bloque-equipo {
border: 1px solid #53a64b;
border-radius: 30px;
padding: 5px 15px;
position: relative;
padding-top: 40px;
margin-top: 50px;
}

.swiper-equipo img {
margin: 0 auto;
display: block;
position: absolute;
left: 50%;
transform:  translateX(-50%);
z-index: 1;
top: -40px;
max-width: 120px;
}

.nosotros-unidades .swiper-equipo img {
  top: -8px;
}

.nosotros-unidades .bloque-equipo {
  padding-top: 70px;
}

.nosotros-unidades .swiper-equipo {
  padding-top: 20px;

}

.nosotros-unidades .swiper-equipo .swiper-slide {
    height: auto;
    align-self: stretch;
    display: flex;
}





/* Menus internos */
@media only screen and (max-width:1200px) {
#menu-interior.pag-nosotros li a {
  display: none;
}

#menu-interior.pag-nosotros li a.actual {
  display: inline-block;
}

#menu-interior.single-unidades li a {
  display: none;
}

#menu-interior.single-unidades li a.actual {
  display: inline-block;
}

.sub-menu.single-unidades a {
  display: none;
}

.sub-menu.single-unidades a.actual {
  display: inline-block;
}

.menu-interior .single-frutas li a {
  display: none;
}

.menu-interior .single-frutas li a.actual {
  display: inline-block;
}

.menu-interior.pag-frutas {
  display: none;
}

}


.bajada {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-transform: center;
  font-size: 10px;
  z-index: 10;

}



@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}

[transition-style="in:circle:center"] {
  animation: 7.5s cubic-bezier(.25, 1, .30, 1) circle-in-center both;
  animation-delay: 2000;
}







/* Swiper sub-menús */
.swiper-menu {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.swiper-menu  h5 {
  font-weight: normal;
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}

.swiper-menu .swiper-slide {
  opacity: 0.6;
}

.swiper-menu .elemento {
  min-width: 120px !important;
  text-align: center;
}
.swiper-menu .elemento:hover {
  cursor: pointer;
}
.swiper-menu .swiper-slide.actual {
  opacity: 1;
}

.swiper-menu .swiper-slide.actual img {
  border: 2px solid white;
}

.swiper-menu img {
  border: 2px solid #acd6a8;
  width: 70px;
}

.swiper-menu .swiper-slide:hover {
  opacity: 1;
}






/* Menús */
.mm-wrapper--opened .menu-interior {
  display: none !important;
}

.menus-interiores {
  position: fixed;

    left: 0;
    right: 0;
    z-index: 100;

}
.menu-interior {
  background: #117208;
  padding: 5px 0px;
  transition: all ease-in 1.2s;
}

.menu-interior  ul {
  margin: 0px;
  padding: 0px;
}

.menu-interior li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 23px;
}

.menu-interior li a {
  color: white;
  padding: 5px;
  border: 2px solid transparent;
  border-radius: 20px;
}

.menu-interior li a.actual {
  border: 2px solid white;
}




.submenu-interior {
  border-bottom: 1px solid #69a663;
  padding-top: 140px;
}

.submenu-interior-fixed {
  border-bottom: 1px solid #69a663;
  background: #1b8910;
}

.submenu-interior-fixed li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 23px;
  color: white;
  padding: 0px 5px;
}

.submenu-interior-fixed li a {
  color: white;
}

.submenu-interior-fixed ul {
  margin: 0px;
  padding: 0px;
}


.submenu-interior-fixed ul li a.actual {
  border-bottom: 1px solid white;
}

@media only screen and (max-width: 1200px) {

.link-padre {
  display: none !important;
}
.secciones-sub-menu {
  padding-top: 140px;
}

  .menu-interior li a {
    display: none;
  }

  .menu-interior li a.actual {
    display: inline-block;
  }

  .submenu-interior-fixed  {
    display: none;
  }
}












/* Ubicaciones */


.ubicaciones li.single-ubicaciones {
  list-style: none;
  border-radius: 20px;
  border: 2px solid white;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 11px;
  width: 100%;
}

.ubicaciones li.single-ubicaciones h5 {
  margin-bottom: 0px;
}

.ubicaciones .single-ubicaciones .open-icono i {
  font-size: 15px;
  margin-right: 30px;
}

.ubicaciones .single-ubicaciones .close-icono {
  font-size: 15px;
  margin-right: 30px;
  display: none;
}

.ubicaciones .single-ubicaciones .open {
}

.botones {
  margin-top: 15px;
}

.botones .btn {
  background: #ff7900;
  color: white;
}

 .botones .btn-small {
  font-size: 11px;
  border: 2px solid #ff7900;
  padding: 7px;
  border-radius: 20px;
}

 .botones .btn-small  i {
  margin-right: 8px;
}

.ubicaciones li.single-ubicaciones .open {
  display: none;
}

.ubicaciones li.single-ubicaciones:hover {
  cursor: pointer;
}

.ubicaciones li.single-ubicaciones.abierto {
  background: white;
  color: #117208;
}


.wpcf7-not-valid-tip {
  color: #e7f1dd;
}