/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2024 | 16:36:36 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
:root {
  --body-color: white;
  --arrow-fill: #333231;
  --body-font: "Montserrat", sans-serif;
  --italic-font: "EB Garamond", serif;
}

.container {
  border-radius: 4px;
  width: 100%;
  scroll-behavior: smooth;
  background-color: white;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

.mySwiper {
  display: flex;
  flex-grow: 1;
  position: relative;
}

/* contenedor principal */


/* contenedor izquierdo texto */

.left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  height: 600px;

  float: left;
  padding: 1% 11% 3% 10%;
  background: rgba(0, 22, 45, 0.03);
  border-radius: 20px 20px 20px 20px;
}

.nav-and-tittle{
  width: 100%;
  display: flex;
}

.main-title {
  width: 50%;
  color: #001831;
  font-family: arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  text-transform: capitalize;
}

.main-content-text{
  color: rgba(0, 24, 49, 0.77);
  font-family: arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}

.main-content-name{
  width: 100%;
}

.main-content-name h3{ 
  color: #001831;
  font-family: arial;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.main-content-name p{ 
  color: #1788FF;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
}

.comillas{
	100%
}

.comillas img{
  width: 4% !important;
}

.comillas2{
  display: flex;
  justify-content: flex-end;
}

/* botones de navegacion */

.button-wrapper {
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}

.button-wrapper svg {
  width: 35px;
}
.button-wrapper .swiper-button {
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #1788FF 40%, transparent 0%);
  background-size: 200% 100%;
  border-radius: 5px;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.button-wrapper .swiper-button:hover {
  background-color: #1788FF;
  background-position: left bottom;
}
.button-wrapper .swiper-button:hover svg {
  stroke: #fff;
}
.button-wrapper .swiper-prev-button {
  background: linear-gradient(to left, #1788FF 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.3s ease-out;
}
.button-wrapper .swiper-prev-button svg {
  transform: rotate(-180deg);
}
.button-wrapper .swiper-prev-button:hover {
  background-position: right bottom;
}


/* contenedor derecho imagenes */

.center {
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 25%;
  float: left;
  transform: translate(-30% , 0%);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.right-side-img{
  width: 100%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
}

.right-side-img img{
  border-radius: 20px;
}

@media screen and (max-width: 768px){
	.main{
		flex-direction: column-reverse;
	}
	
	.center{
		 width: 50%;
		 transform: translate(0% , 0%);
		 justify-content: center;
		 align-items: center;
		 padding: 20px;
	}
	
	.center .bottle-bg {
	  width: 100%;
	  border-radius: 20px;
	  padding: 50px;
	}
	
	.center .bottle-bg {
    width: 260px;
    height: 390px;
  	}
	
	.right-side-img{
	  width: 100%;
	  height: 100%;
	}
	
	.nav-and-tittle{
	  width: 100%;
	  display: flex;
	  flex-direction: column-reverse;
		align-items: center;
	}
	
	.nav-and-tittle .main-title{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.button-wrapper {
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	}
	
	.button-wrapper svg {
	  width: 50px;
	}
	.button-wrapper .swiper-button {
		width: 80px;
		height: 60px
	}
	
	.main-content-text{
		text-align: center;
		font-size:18px;
	}
	
	.main-content-name{
		text-align: center;
		font-size: 16px;
	}

}

@media screen and (max-width: 575px) {
  .center .bottle-bg {
    width: 220px;
    height: 340px;
  }
}

.center .bottle-img {
  left: 0;
  border: solid 2px blue;
  border-radius: 10px;
}


/* estylos del carousel */

.swiper-slide1 {
  opacity: 0 !important;
  transition: 0.4s;
	display: flex;
}

.swiper-slide{
	display: flex !important;
}

.swiper-slide-active {
  opacity: 1 !important;
}

.swipe-slide1 .main-wrapper > *,
.swipe-slide1 .main-content > * {
  transform: translateY(-30px);
	opacity:1;
  transition-duration: 0.8s;
}

.swiper-slide-active .main-wrapper > *,
.swiper-slide-active .main-content > * {
  transform: none;
  opacity: 1;
}

.bottle-bg {
  transition-duration: 0.6s;
  opacity: 0;
  -o-object-position: 60%;
     object-position: 60%;
}

 .swiper-slide-active .bottle-bg {
  opacity: 1;
  transform: none;
  -o-object-position: 50%;
     object-position: 50%;
}

.swiper-slide  .bottle-img {
  transition-duration: 0.8s;
  transform: scale(1.2);
  opacity: 0;
}

 .swiper-slide-active .bottle-img {
  opacity: 1;
  transform: scale(1.6);
}


