/*
Theme Name: Hydrosiembra
Theme URI:
Author: Mauricio Sanhueza (Plasmable)
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@300&display=swap');
.preload{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	opacity: 1;
	transition: .3s;
}
.img-post{
	width: 100%;
	height: 300px;
	object-fit: cover;
	padding: 1em;
}
.preload img{
	width: 300px;
	animation: animapreload 1s infinite;
}
@keyframes animapreload{
	0%{
		transform: scale(1);
	}
	50%{
        transform: scale(1.1);
	}
	100%{
		transform: scale(1);

	}
}
h1, h2, h3, h4, h5{
	font-family: 'Anton', sans-serif;
	color: #041c53;
	font-display: swap;
}
p, a, span, li{
	font-family: 'Montserrat', sans-serif;
	font-display: swap;
	font-weight:bold;
}
p, li{
	color: #103906;
	font-display: swap;
}
header{
	display: flex;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	position: relative;
	z-index: 100;
	height:100px;
}
header i{
	font-size: 25px;
	color: #3c832c;
}
header a{
	text-decoration: none;
	color: #565a7a;
}
#check{
	display: none;
}
.check-btn{
	position: fixed;
	right: 20px;
	bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background: #2c741b;
	cursor: pointer;
	z-index: 10000;
	transition: .5s;
	visibility: hidden;
}

.check-btn i{
	color: #fff;
	font-size: 30px;
	transition: .5s;
}
.check-btn .closed{
	color: #fff;
	font-size: 30px;
	position: absolute;
	opacity: 0;
	transition: .5s;
}
#check:checked  ~ nav{
   	top: 0%;
   	
   
 }
#check:checked  ~ .check-btn {
  	transform: rotate(-360deg);
  	top: 70%;
 }
#check:checked  ~ .check-btn:before {
  	color: #fff;
 }
#check:checked ~ .check-btn i{
	opacity: 0;
}
#check:checked ~ .check-btn .closed{
	opacity: 1;
}
nav{
	width: 100%;
	background: #041c53;
	background: #7C6E58;
	position: sticky;
	top: 0;
	z-index: 100;
	transition: .5s;
	margin: 0;
	padding: 10px;

}
nav ul{
	display: flex;
	justify-content: space-around;
	align-content: center;
	list-style: none;
	color: #fff;
	margin: 0;
	
}
nav ul li{
	padding: auto;
	position: relative;
	margin: auto;
	padding: 15px 5px;
	transition: .4s;	
}
nav ul li:hover{
	background: #3c832c ;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.current-menu-item {
	
	position: relative;
}
.current-menu-item{
	background: #3c832c ;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;

}

ul li ul{
	display: flex;
	flex-direction: column;
	position: absolute;
	display: none;
	background: #2c3c64;
	width: 380px;
	left: -20px;
	z-index: 10;
}
ul li:hover ul{
	display: block;
}

nav ul li a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
nav ul li a:hover{
		color: #fff;
}
.main-home{
	width: 100%;
	height: 80vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;

}
.content-main{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.content-main h1{
	text-transform: uppercase;
   font-size: 5.8rem;
   font-weight: 900;
   background-image: linear-gradient(45deg, #f5b91b , #904e0c );
   background: url(https://hydrosiembra.cl/wp-content/uploads/2023/05/leaves.jpg);
   background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent; 
  letter-spacing: 3px;
}
.main-image{
	position: relative;
	width: 50%;
	height: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-image:before{
	content: "";
	position: absolute;
	left: 30%;
	top: 30%;
	width: 30%;
	height: 50%;
	transform: translate(-50%,-50%) rotate(65deg);
	background: #CAD0CD;
	border-top-left-radius: 90%;
	border-bottom-right-radius: 90%;
	background: url(https://hydrosiembra.cl/wp-content/uploads/2023/05/leaf.jpg);
	background-size: cover;
}
.main-image:after{
	content: "";
	position: absolute;
	right: 10%;
	top: 70%;
	width: 30%;
	height: 50%;
	transform: translate(-10%,-50%) rotate(-95deg);
	background: #B4EFCD;
	border-top-left-radius: 90%;
	border-bottom-right-radius: 90%;
	background: url(https://hydrosiembra.cl/wp-content/uploads/2023/05/leaf.jpg);
	background-size: cover;
}

.main-image img{
	width: 70%;
	height: 90%;
	object-fit: cover;
	border-top-left-radius: 60%;
	border-bottom-right-radius: 60%;
    z-index: 1;
}
.item-home{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.item-home p{
	min-height: 100px;
}
.container-empresa-home{
	clip-path: polygon(0 0, 90% 0, 100% 37%, 100% 100%, 0 100%);
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 70vh;
	background-image: linear-gradient(to right, #04acec , #0430d0);
}
.image-empresa-home{
	width: 50%;
}
.image-empresa-home img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.text-empresa-home{
	width: 70%;
	
}
.text-empresa-home p{
	color: #fff !important;
}
.container-main-control-erosion{
	position:relative;
	z-index:10;
}

 .container-main-control-erosion:before{
    content: "";
	position: absolute;
	top: 95%;
	left: 50%;
	width: 300px;
	height: 300px;
	transform: translate(-10%,-90%) rotate(32deg);
	background: #B4EFCD;
	border-top-left-radius: 90%;
	border-bottom-right-radius: 90%;
	background: url(http://hydrosiembra.cl/wp-content/uploads/2023/05/leaf.jpg);
	background-size: cover;
	z-index: -1;
      }
.container-main-control-erosion p{
	z-index:10;
}
/*SWIPER*/
       .swiper {
      	position: relative;
        width: 100%;
        height: 450px;

      }
 /*.swiper:before{
      	content: "";
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 40%;
	height: 50%;
	transform: translate(-10%,-10%) rotate(-13deg);
	background: #B4EFCD;
	border-top-left-radius: 90%;
	border-bottom-right-radius: 90%;
	background: url(http://hydrosiembra.cl/wp-content/uploads/2023/05/leaf.jpg);
	background-size: cover;
	z-index: 1;
      }*/

      .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        position: relative;
		  width: 100%;
		  height:100%;
       	border-top-right-radius: 330px; 
       	border-bottom-left-radius: 400px; 

      }

   		.swiper-slide img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		} 
      .content-slide{
      	position: absolute;
      	left: 5%;
      	height: 50%;
      	width: 35%;
      	display: flex;
      	flex-direction: column;
      	align-items: flex-start;
      	justify-content: space-around;
      	padding: 30px;

      }
      .content-slide h2{
      	color: #f2f2f2;
      	font-weight: bold;
      	font-size: 3rem;
      }
      .content-slide span{
      	font-weight: 100;
      	font-size: 26px;
      	font-weight: bold;
      	color: #e7e8ec;
      }
      .link-read-more-slide{
		border: 1px solid #3c832c ;
		text-decoration: none;
		color: #fff;
		background: #3c832c ;
		font-size: 16px;
		display: inline-block;
		text-align: center;
		padding: 10px 10px;
		transition: .5s;
		font-weight: 100;
		width: auto;
		border-bottom-left-radius:40px;
		border-top-right-radius:40px;  
	}
	.link-read-more-slide:hover{
		color: #3c832c;
		background: transparent;
	}
		

/*FIN SWIPER*/
.custom-shape-divider-bottom-1678893994 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1678893994 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 39px;
}

.custom-shape-divider-bottom-1678893994 .shape-fill {
    fill: #FFFFFF;
}

.container-hydro{
	position: relative;
	background: #041c53;
	color: #fff;
}
.container-circle{
	display: flex;
}
.circle{
	width: 20px;
	height: 15px;
	border-bottom-right-radius: 70%;
	border-top-left-radius: 70%;
	background: #2c841c;
	padding: 10px;
	margin: 10px;
}
.container-hydro li{
	color:#fff !important;
}
.title-services-home{
	position: relative;
	text-transform: uppercase;
	padding: 20px 0px;
	display: block;
	letter-spacing: 3px;
	display: inline-block;
	
}
.title-conservacion{
	color: #fff;
}
video{
	width: 90%;
	border-bottom-left-radius: 50%;
	border-top-right-radius: 50%;
}
.title-services-home:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 160px;
	height: 3px;
	background: #c18e46;
}

.container-beneficios-control-erosion{
	background: url(http://hydrosiembra.cl/wp-content/uploads/2023/05/flora-helecho.jpg);
	background-size:cover;
	min-height:80vh;
	background-position:50% 60%;
	position: relative;
}
.container-beneficios-control-erosion:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(4,4,4,.5)
	
}
.container-beneficios-control-erosion p, li{
	color:#fff;
	position:relative;
}
.container-beneficios-control-erosion p{
	
}
.service-main-home{
	margin: auto;
	width: 85%;
	height: 400px;
	transition: .3s;
	position: relative;	
}
.service-main-home img{
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 50%, 0 0);
	width: 100%;
	height: 400px;
	transition-timing-function: ease-in-out;
	transition: .3s;
	object-fit: cover;
	position: relative;
	z-index: -1;
}
.service-main-home img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background-color: blue;
 z-index: 10000;
  opacity: 1; 
}
.service-main-home:hover img{
	width: 120%;
	height: 100%;
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	object-fit: cover;
	transform: translateX(-7%);
}
.service-main-home:hover img{
	transform: translateX(-2%);

}
.service-main-home img:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:blue;
  mix-blend-mode: multiply;
  opacity: 1;
  transform: translateZ(0);
 
}
.nosotros-main{
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
}
.title-service-home{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    transition: .5s;
	z-index: 11;
	text-transform: uppercase;
	 line-height: 1.2;
	color: #fff;
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.14, 1);
}
.title-service-home:first-letter{
	text-transform: uppercase;
}
.service-main-home:hover .title-service-home{
	transform: translate(0%,-50%);
}
.info-contact-page{
	

}
.info-contact-page div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
}
.info-contact-page div span{
	font-weight: bold;
}
.info-contact-page div a{
	color: #041c53;
	text-decoration: none;
}
.info-contact-page div i{
	color: #2c741b;
	font-size: 20px;
}
.arrow-service{
	position: absolute;
	width: 50px;
	height: 1px;
	background: #fff;
	left: 75%;
	top: 69%;
	z-index: 1000;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	transition: .2s;
}
.arrow-service:before{
	content: "";
	position: absolute;
	right: -2px;
	top: -4px;
	width: 12px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
}
.arrow-service:after{
	content: "";
	position: absolute;
	right: -2px;
	top: 4px;
	width: 12px;
	height: 1px;
	background: #fff;
	transform: rotate(-45deg);
	transition: .6s;
}
.service-main-home:hover .arrow-service{
	opacity: 1;
	
}

.link-service{
	position: absolute;
	text-decoration: none;
	background: #D63A26;
	color: #fff;
	left: 40%;
	top: 65%;
	transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	transition: .2s;
	padding: 5px 5px;
	text-transform: uppercase;
	opacity: 0;
}
.link-service:hover{
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
}
.service-main-home:hover .link-service{
	opacity: 1;

}
.link-read-more, .link-conversemos{
	border: 1px solid #D63A26;
	text-decoration: none;
	color: #fff;
	background: #D63A26;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 10px 10px;
	transition: .5s;
	font-weight: 300;
}
.link-read-more:hover{
	color: #444;
	background: transparent;
}
.section-empresa-home{
	background: url("http://localhost/microfilter/wp-content/uploads/2021/08/section_02__bg.jpg");
	background-size: cover;
	min-height: 100vh;
	display: flex;
	align-content: center;
	justify-content: center;
}

.text-empresa-home{
	
	display: flex;
	flex-direction: column;
	
	color: #c18e46;
	width: 50%;
	padding: 20px;
}
.title-section-home{
	font-size: 50px;
	color: #fff;
	position: relative;
	display: inline-block;

}
.title-section:before{
	content: "";
	position: absolute;
	right: -50px;
	top: 0px;
	width: 150px;
	height: 6px;
	background: #c18e46;
}

.container-call-to-action{
	background: #045cac;
	height: 30vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
}
.container-call-to-action h5{
	font-size: 30px;
}
.link-conversemos:hover{
	background: transparent;
	color: #fff;
}
.circle-use{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	
}
.circle-use .circle{
	
}
.item-use ul li{
	color:#444 !important;
}
.wsp{
	position: fixed;
	right: 5px;
	top: 50%;
	z-index: 100;
	animation: animate 2s linear infinite;
	background-image: linear-gradient(to right, #50b353  , #94cd96 );
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 4px;
	transition: .3s;
}

.wsp a{
	color: #fff;
}
.wsp a i{
	font-size: 30px;
}
.wsp a:hover{
	color: #fff;
}
@keyframes animate {
	0%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,.7);
	}
	30%
	{
		box-shadow: 0 0 0 50px rgba(38, 178, 143,.0);
	}
	60%
	{
		box-shadow: 0 0 0 90px rgba(38, 178, 143,0);
	}
	100%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,0);
	}
}
.arrow{
	background: #3d6cb4;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	top: 60%;
	opacity: 0;
	transition: .5s;
	cursor: pointer;
	z-index: 10000;
}
.arrow:hover{
	background: #4f76b7;
}
.anima-arrow{
	animation: anima-arrow .7s;
	animation-iteration-count: 2;
}
@keyframes anima-arrow{
	0%{
		transform: scale(1.4);
		border-radius: 40%;
	}
	30%{
		border-radius: 0%;
	}
	100%{
		transform: scale(1.0);
		
	}

}
.icon-arrow{
	font-size: 20px;
	color: #fff;
}
.aparece-arrow{
	opacity: 1;
}
.glass{
	position: relative;
	top: 15px;
	z-index: 10;
}
.arrow{
	background: #3d6cb4;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	top: 60%;
	opacity: 0;
	transition: .5s;
	cursor: pointer;
	z-index: 10000;
}
.arrow:hover{
	background: #4f76b7;
}
.anima-arrow{
	animation: anima-arrow .7s;
	animation-iteration-count: 2;
}
@keyframes anima-arrow{
	0%{
		transform: scale(1.4);
		border-radius: 40%;
	}
	30%{
		border-radius: 0%;
	}
	100%{
		transform: scale(1.0);
		
	}

}
.icon-arrow{
	font-size: 20px;
	color: #fff;
}
.aparece-arrow{
	opacity: 1;
}
footer{
	background: #041c53;
	position: relative;
	color: #fff;
}
footer a{
	color:#fff !important;
}
footer img{
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
}

.container-footer-contact{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	
}
.container-footer-contact a{
	text-decoration: none;
	color: #444;
}


footer p{
	text-align: center;
	padding-top: 70px;
}
.developer{
	color:#fff;
}

/*NINJA FORMS*/
.nf-form-content {
	background:red;
	padding:40px;
	display:flex !important;
	flex-direction:row !important;	
}
.nf-fields-wrap{
	background:blue;
display:flex !important;
	flex-direction:row !important;	
	padding:20px;
}
.nf-field{
	width:50%;
}
.nf-field:nth-child(2){
	
}
/*Productos Page*/
.sub-header{
	width: 100%;
	height: 300px;
	position: relative;
}
.sub-header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.title-page{
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 60px !important;
	font-family: 'Anton', sans-serif !important;
}
.waves {
      position: absolute;
/*      left: 0;
      right: 0;
      height: 200px;
      bottom: 0;*/
      bottom: -135px;
      height: 527px;
      width: 100%;
      overflow: hidden;
    }
    .wave {
      position: absolute;
      left: -180px;
      bottom: 0;
      /*width: 200px;*/
      /*height: 200px;*/
      /*width: 100%;*/
      /*border-radius: 50%;*/
      /*background:rgba(0,0,0, .3);*/
      width: 2402px;
      height: 427px;
      background: url(https://static.platzi.com/media/files/waves_c8551f5d-ecf6-4a81-ae1d-f3a0ad55ba10.png) center bottom no-repeat;

      animation: 5s wave ease-in-out infinite alternate;
    }
    .wave.a {
      background-position: 0 -854px;
    }
    .wave.b {
      background-position: 0 -427px;
      animation-delay: .6s;
    }
    .wave.c {
      background-position: 0 0;
      animation-delay: 1.2s;
    }
    /*.container {
      position: absolute;
    }*/
    @keyframes wave {
      0% {
        transform: translate(0 , 0);
      }
      50% {
        transform: translate(-80px, 30px);
      }
      100% {
        transform: translate(160px, -60px);
      }
    }
.container-empresa-page{
	background: #F9F9F9;
}
.text-history-page{
	text-align: justify;
}
.text-history-page span{
	color: #0eaae4;
	font-weight: bold;
}
.container-service-page{
	background: #F9F9F9;
}
.container-img-representaciones{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.img-representaciones{
	width: 50%;

}
.title-section-page{
	font-size: 30px;
	color: #4f76b7;
	position: relative;
}
.title-section-page-2{
	color: #fff;
	z-index:100;
	position: relative;
}
.title-section-page:before{
	content: "";
	position: absolute;
	left: 10%;
	bottom: -5px;
	width: 150px;
	height: 3px;
	background: #c18e46;
}

.content-page{
	background: #a4b4d5	;
}
.content-page h3{
	color: #4f76b7;
}
.content-page p{
	color: #fff;
}
.content-page ul li{
	color: #fff;
	list-style: afar;
}
/*Fin Productos Page*/
/*Page Equipo*/
.title-page-equipo{
	background: rgba(4,4,4,.6);
	padding: 5px;

}
.content-equipo{
	box-shadow: 0 16px 32px 0 rgb(148 148 164 / 40%);
	text-align: justify;
	transition: .4s;
	min-height: 250px;
	padding: 8px;
}
.content-equipo:hover{
	box-shadow: 0 16px 22px 0 rgb(148 148 164 / 20%);
}
.content-equipo p{
	
	
}
/*Fin Page Equipo*/
@media screen and (max-width: 750px) {
	body{
		overflow-x: hidden;
	}
	header{
		flex-direction: column;
		align-items: center;
		padding: 10px;
	}
	.mail-header{
		display: none;
	}
	.check-btn{
		visibility: visible;
	}
    .preload img{
		width: 280px;
		animation: animapreload 1s infinite;
	}
	nav{
		top: -100%;
		height: 100%;
		position: fixed;
		overflow: scroll;	
	}
	nav ul{
		flex-direction: column;
		align-content: flex-start;
		justify-content: flex-start;		
	}
	nav ul li{
		flex-direction: column;
		left: 0%;
		align-content: flex-start;
	}

	nav ul li ul{
		background: #4f76b7;
		position: relative;
		width: auto;
		left: 0px;
		z-index: 10;
		padding: auto;
	}
	nav ul li:hover ul{
		display: block;
	}
	.glass{
		top:5px;
	}
	.main-home{
	min-height: 100vh;
	flex-direction: column;
   }
   .content-main{
	width: 100%;
	}
	.main-image{
	position: relative;
	width: 100%;
}
	.main image img{
		height:100%;
	}
.content-main h1{
	text-transform: uppercase;
   font-size: 2.6rem;
   font-weight: 900;
 
  letter-spacing: 3px;
}
	
.container-empresa-home{
	clip-path: polygon(0 0, 80% 0, 100% 0%, 100% 100%, 0 100%);
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	min-height: 70vh;
}
.image-empresa-home{
	width: 95%;
}
.image-empresa-home img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
	.content-service{
		top: -98%;
		background: rgba(255,255,255,.8);
	}
	.title-section:before{
		content: "";
		position: absolute;
		right: 50px;
		top: 40px;
		width: 150px;
		height: 3px;
		background: #c18e46;
	}
	.section-empresa-home{
		flex-direction: column;
	}
	.text-empresa-home{
		flex-direction: column;
		width: 100%;
	}
	.container-representaciones{
		width: 100%;
	}
	.container-call-to-action{
		flex-direction: column;
		align-items: center;
		align-content: center;
	}
	.swiper {
        height: 300px;
      }
	.swiper-slide {
       
       	border-top-left-radius: 250px; 
       	border-bottom-right-radius: 250px; 

      }
      
}