@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content-all{
    width: 800px;
    height: 500px;
    position: relative;
    display: flex;
    margin: auto;
    margin-top: 0%;
    overflow: hidden;
    perspective: 800px;
    
}

.content-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateX(-100%) rotateY(360deg);
    opacity: 0;
    transition: all 1s;
}

#img1{
    transform: translateX(0);
    opacity: 1;
}

.content-img:target{
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
}
.content-img img{
    width: 100%;
    height: 100%;
}

.icon-left-open{
    position: absolute;
    top: 250px;
    left: 0;
    font-size: 80px;
    text-decoration: none;
    color: orange;
}

.icon-right-open{
    position: absolute;
    top: 250px;
    right: 0;
    font-size: 80px;
    text-decoration: none;
    color: orange;
}

.content-details{
    position: relative;
    top: -350px;
    width: 500px;
    margin: auto;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: orange;
    text-align: center;
    font-family: arial;
}

.content-details p{
    margin-top: 10px;
}

.content-details input[type="button"]{
    padding: 6px 40px;
    font-size: 18px;
    margin-top: 2px;
    background: rgba(255, 10, 0, 0.5);
    border-style: none;
    color: orange;
    outline: 0px;
    transition: all 300ms;
}

.content-details input[type="button"]:hover{
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all 300ms;
}


.dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    visibility: visible;
    padding: 5px 0;   
    margin: 2px 0 0;
    display: none;
    list-style: none;
    font-size: 14px;     
    background-color: #063847;
    border-radius: 0 0 0 4px;
    background-clip: padding-box;  
  }
  .dropdown-menu .dropdown-menu {    
    min-width: 160px;
    padding: 0;
    display: none;
    margin: 2px 0 0 40px;
    list-style: none;
    font-size: 14px;
    opacity: 0;
    background-color: #063847;
    border-radius: 0 0 0 4px;
    background-clip: padding-box;  
  }
  @media (min-width: 768px) {
    .dropdown-menu {    
      top: 200%;
      left: 0;    
      visibility: hidden;
      float: left;
      display: block;
      min-width: 160px;
      padding: 5px 0;    
      opacity: 0;
    }
    .dropdown-menu:before{
      content: "";
      position: absolute;
      top: -20px;
      left: 30%;
      border-style: solid;
      border-width: 10px;
      border-color: transparent transparent #063847 transparent;
    }  
    .dropdown-menu .dropdown-menu {    
      top: -3px;
      left: 120%;
      display: block;
      float: left;
      z-index: 1000;
      margin: 2px 0 0;
      visibility: hidden;
      opacity: 0;
    }
    .dropdown-menu .dropdown-menu:before{
      content: "";
      position: absolute;
      top: 5px;
      left: -20px;
      border-style: solid;
      border-width: 10px;
      border-color: transparent #0e6e8c transparent transparent;
    }
    .dropdown:hover > .dropdown-menu {
      opacity: 1 ;
      top: 100% ;    
      visibility: visible ;
    }
    .dropdown-menu .dropdown:hover > .dropdown-menu {
      opacity: 1;  
      top: -3px;
      left: 100%;
      padding: 5px 0;
      visibility: visible;
    }
    .headerimg{
      width: 100%;
      background-image: url("../images/garantizamos.png");
      position: relative;
      height: 850px;
      background-attachment: fixed;
      background-position: center ;
      background-size: cover;
    }
    .wave{
      position: absolute;
      width: 100%;
      bottom: 0;
    }
    .imgcebolla{
      -webkit-box-shadow: 6px 6px 5px 0px rgba(186,186,186,1);
      -moz-box-shadow: 6px 6px 5px 0px rgba(186,186,186,1);
      box-shadow: 6px 6px 5px 0px rgba(186,186,186,1);
      border-radius: 3px;
    }
  }

  /*NUEVAS EDICIONES - SECCION INCIO */

  .regular-text {
    color: #FFFFFF;
  }

  .img-lgo{
    margin-top: -10px;
    width: 130px;
    height: 100px;
  }

  .text-lgo{
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 5px;
    color:#E11E2A;
  }

  .text-lgo span:nth-child(1){
    color: #01579B;
  }

  .text-lgo span{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }
  .text-lgo p{
    color:#E11E2A;
    font-weight: 400;
    font-size: 0.7rem;
    text-align: center;
    letter-spacing:-0.4px;
  }

  /*BOTON PARA CAMBIAR IDIOMA*/

  .container-idioma{
    position: absolute;
    top:0;
    right:-10%;
    width:10% !important;
    height:60px;
    display:flex; 
    justify-content:center; 
    align-items:center;
    z-index: -1;
  }

/*FIN EDICION BOTON PARA CAMBIAR IDIOMA*/

@media (max-width: 1360px) {
  .clearfix{
    width: 95% !important;
  }
}
@media (max-width: 992px) {
  .container-idioma{
    width:  150px !important;
    justify-content:right; 
  }
}

  @media (max-width: 1200px) {
    .primary-nav .brand-logo {
      display: none;
      width: 100px;
    } 
    .clearfix{
      width: 92.5% !important;
    }
    @media (min-width: 993px) {
    .primary-nav .block-logo{
      display: block !important;
      position: absolute;
      margin-top: 8px;
    }
    .primary-nav .block-logo img{
      width: 115px;
      height: 90px;
    }
  }
  }

  .img-colaboradores{
     border: none;
     box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.2);
     border-radius: 2px;
     margin-top: 60px;
  }
  .about-sub1{
    font-size: 2.5rem;
    font-weight: 800;
  }

  .about-sub2{
    font-size: 1.2rem;
    font-weight: 500;
  }

  .sect-info{
    margin-top: 55px;
  }

  .target-product{
    display: relative;
    background-color: white;
    color: black;
    border-radius: 5px 5px 30px 30px;
  }


 /*NUEVAS EDICIONES - SECCION NOSOTROS */

 .modal-trigger{
  display: flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}

.modal-trigger p{
  color: #2F2F2F;
  font-weight: 400;
}

.modal-trigger p:hover{
  color: #E11E2A;
}

.video-link:hover{
  width: 129px;
}


@media (min-width:992px){
  .container-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding: 0px 10% 0px 10% ;
  }
}

.contenedor-valores{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: black;
  flex-direction: column;
  justify-content: space-evenly;
  /* border: 1px solid red;*/
} 

.content-val{
  width: 100%;
}

.content-val-img{
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 20px;
}
.subtitle-val{
  font-size: 1.3rem;
  font-weight: 400;
  color: #252323;
}

.p-text{
  width: 100%;
  padding: 10px 20px 10px 20px;
  font-size: 1rem;
  line-height:20px;
  color: #5c5c5c;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

.img-valores{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 10px 0px 10px;
}

.img-valores img{
  width: 450px;
  border-radius: 100%;
  box-shadow: 0 3px 10px rgba(168, 158, 158, 0.4);
}

@media (max-width: 1350px) {
  .container-content{
    padding: 0px 5% 0px 5% ;
  }
  @media (min-width: 992px) {
    .container-content{
      padding: 0px 5% 0px 5% ;
    }
  }
}

@media (max-width: 991px) {
  .img-valores{
    display: none;
  }
  .container-content{
    display: grid;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    padding: 0px 5% 0px 5% ;
  }
  @media (min-width: 600px) {
    .container-content{
      background-image: url("../images/valores/foto-valores-1-op.png") !important;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 60%;
    }
    
    .p-text{
      color:#474444;
      font-weight: 400;
    }
  }
}

 /*NUEVAS EDICIONES - SECCION Y MENU PRODUCTOS */

 /* Header producto  */

.product-view{
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  left: -100px;
  width: 300px;
  height: 200px;
  background-color: #3494dd;
}

.product-menu{
  width: 50%;
}

.header-product{
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header-product-cebolla{
  background-image: url("../images/cebolla-portada.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.header-product-ajos{
  background-image: url("../images/ajosportada2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
 
 
.product-text{
  position: absolute;
  left: 10%;
} 

.dowload-ficha{
  position: absolute;
  margin-top: 10%;
  left: 10%;
}

.dowload-ficha .dowload-ficha-ico{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .product-text{
    left: auto;
  } 
  .dowload-ficha{
    position: absolute;
    margin-top: 30%;
    left: auto;
  }
}

/* Fin edicion Header */
/* Informacion Cientifica */

.section-product{
  background-color: white;
  position: relative;
  color: rgb(48, 48, 48);
}

.content-product h2{
  color: #727272;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.calibres-product{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.img-flotante-product{
  position: absolute;
  z-index: 2;
  right: -100px;
  bottom: 0px;
  display: flex;
  justify-content: right;
  align-items: flex-end;
}

.img-flotante-product img{
  width: 550px;
  height: 450px;
  opacity: 0.2;
}

.calibres-product div{
  display: inline-block;
  text-align: center;
  width: 100px;
  background-color: #01579B;
  color: white;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
  padding: 2px;
  font-size: 1rem;
  line-height: 25px;
}

.calibres-product div h3, .variedad-ajos div h3{
  font-weight: 400;
  font-size: 1rem;
}

.p-description{
  position: relative;
  font-style: italic;
  z-index: 3;
}

@media (max-width: 768px) {
  .img-flotante-product img{
    width: 450px;
    height: 350px;
  }  
}

.variedad-ajos{
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

.variedad-ajos div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 60px;
  background-color: #01579B;
  color: white;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
  padding: 2px;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 450px) {
  .content-product h2{
    line-height: 40px;
  } 

  .p-description{
    font-size: 1rem;
  }

  .img-flotante-product img{
    width: 350px;
    height: 250px;
  }  
}

/* Fin Edicion Informacion Cientifica */
/* Tabla de Temporadas */

.calibres-product div:hover, .variedad-ajos div:hover{
  background-color: #1c7bc4;
}

.ceboll-img{
  width: 35px;
}

.tb-temporada-product{
  color: white;
  border-collapse:collapse;
}

.tb-temporada-product thead tr th{
  background-color: #01579B;
  border: 1px solid #01579B;
  text-align: center;
  line-height: 50px;
}

.tb-temporada-product tbody tr td div{
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tb-temporada-product tbody tr{
  background-color: white;
}

.tb-temporada-product tbody tr td{
  border: 1px solid rgb(202, 195, 195);
}

@media (max-width: 768px) {
  .td-none{
    display: none;
  } 
}

/*Estilos slider productos*/

.contenedor-principal {
	width: 100%;
  display: block;
  padding-top: 50px;
  height: 425px;
	margin: auto;
}

/* --- --- CAROUSEL --- --- */
.carousel__contenedor {
	position: relative;
}

.contenedor-principal h2{
  color: #727272;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #9b9494;
  background-color: white !important;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: -30px;
}

.carousel__siguiente {
	right: -30px;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #01579B;
	opacity: 1;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
  background: #6b7d8b;
}

.carousel__elemento img{
  width: 300px;
  height: 180px;
  border-radius: 8px;
}

.carousel__elemento p{
  font-size: 1.05rem;
  color: #9b9494;
}

@media screen and (max-width: 800px) {
	body {
		padding: 40px 0;
	}

	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
}

/*Editando el menu*/


.collapsible-style{
  border: none !important;
  box-shadow:none !important;
  margin-top:0px !important;
}

.product-responsive{
  margin: 0 !important;
  padding:0 !important;
  border: none;
}

@media screen and (min-width:993px) {
  .product-responsive{
    display: none;
  }
}


@media screen and (max-width:993px) {
  .product-desktop{
    display: none;
  }
}

.responsive-menu-product{
  margin: 0 !important;
  padding: 0;
  display: flex;
  align-items: center !important;
  height: 65px !important;
  font-size: 0.8rem;
  font-weight: 500;
  color: #727272;
  padding-left: 15px;
}


.icon-resp{
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  width: 40px !important;
  justify-content: center;
}

.collapsible-body ul{
  background-color: #01579B;
}

.collapsible-body ul li{
  padding-left: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  background-color: #01579B;
}

.collapsible-body ul li:hover{
  background-color: #0e5891;
}

/* Editando el nav de los productos para desktop*/

.product-desktop{
  position: relative;
}

.menu-popup{
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.8rem;
  color: #727272;
  font-weight: 500;
  padding: 0px 15px 0px 15px;
  margin-top: -6px;
}

.menu-popup-white{
  color: white;
}

.menu-popup-blue{
  background-color: #01579B !important;
  color: white;
}

.product-desktop-items{
  position:absolute;
  display:flex; 
  justify-content:center;
  align-items:center;
  left: -150px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 10px 10px rgba(168, 158, 158, 0.4);
  transition: all 1s;
}

.fadeInUp{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  from{
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.ocultar{
  opacity: 0;
  display: none;
  transition: 1s all;
}

.product-desktop-items a{
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  padding:20px 10px 20px 10px;
  cursor: pointer;
  color: #727272;
}

.a-product:hover{
  color: black !important;
}

.product-desktop-items a:nth-child(1){
  border-right: 1px solid rgb(211, 211, 211);
}

.product-desktop-items a img{
  width: 150px;
  height: 140px;
  border-radius: 50%;
  margin-top: 20px;
}

.product-desktop-items a span{
  color: #727272;
  margin-top: 20px;
}

.view-product-icon{
  width: 12px;
  height: 10px;
}

/* Creando interfaz para el mapa de los paises */

.mymap-mercados{
  width: 100%;
  display: flex;
  padding: 2px;
}

.select-country{
  width: 300px;
  height: 700px;
}

.mapa-mercados{
  width: 100%;
  height: 800px;
}

.subtitle-country{
  color: black;
  padding-left: 25px;
  font-weight: bolder;
  font-size: 1.1rem;
}

.subtitle-country-two{
  margin-top: 30px;
  margin-bottom: 10px;
}

.select-country{
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  padding: 20px;
}

.select-country h2{
  color: #727272;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 0.95rem;
  font-weight: 400;
}

.select-country hr{
  margin-bottom: 20px;
}

.select-country ul{
  color: #5c5c5c;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.select-country ul li{
  margin-top: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.select-country ul li span{
  text-decoration: none;
  color: #727272;
  font-weight: 400;
  cursor: pointer;
}

.select-country ul li span:hover{
  color: #01579B;
}

@media screen and (max-width: 992px) {
  .mymap-mercados{
    flex-direction: column;
  }
  .select-country{
    width:100%;
    height: auto;
    margin-bottom: 10px;
  }
  .mapa-mercados{
    width: 100%;
  }
  .select-country ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .select-country ul li{
    margin-right: 20px;
  }
  
}

/* Estilos Calidad */

.fondo-calidad-header{
  background-color: white !important;
  background-image: url('../images/galerias/proceso/proceso-calidad2.png');
  background-size: cover;
  height:55vh;
  display:flex;
  justify-content:center;
  align-items:flex-end;
}

.view-logos-calidad{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-calidad{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px !important;
  height: 175px !important;
  margin: 0px 20px 50px 20px !important;
}

.img-logo-calidad{
  cursor: pointer;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.img-logo-calidad:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1 ;
    transition: 0.5s all;
}

