/*
Theme Name: Contadores del Sur
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseño ha sido creado por SA Publicidad.
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad.
*/

*{
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin:0;
}

.wrap{
	width: 90%;
	margin:auto;
	max-width: 1200px;
}

.clear{
	clear: both;
}

/* header */
header{
	padding: 10px 0;
	position: absolute;
	z-index: 999;
	width: 100%;
}

header .wrap .logo{
	max-width: 140px;
	float: left;
	position: relative;
}

header .logo img{
	width: 100%;
	position: relative;
	z-index: 2;
}

header .wrap .logo:before{
	content: "";
	position: absolute;
	width: 300px;
	height: 180px;
	background: #fff;
	transform:rotate3d(1, 5, 1, 25deg);
	border-radius: 100px;
	top:-70px;
	left: -75px;
}

@media(max-width:800px){
	header{
		position: relative;
	}

	header .wrap .logo:before{
		display: none;
	}
}

/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	position: absolute;
	width: 45px;
	height: 45px;
	background: transparent;
	right: 25px;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none;
	display: none;
}

@media(max-width:800px){
	header label{
		display: block;
	}
}

header label span{
	width: 60%;
	height: 2px;
	background: #6da973;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease;
}

header label span:nth-child(1){
	top:10px;
}

header label span:nth-child(2){
	top:25px;
	transition-delay: .2s;
}

#btn-nav:checked ~ label span:nth-child(1){
	transform: translateX(-50%) rotate(45deg);
	top:20px;
}

#btn-nav:checked ~ label span:nth-child(2){
	transform: translateX(-50%) rotate(-45deg);
	top:20px;
}


@media(max-width:800px){
	header .wrap nav{
		position: absolute;
		top:0;
		left: 0;
		background: #6da973;
		z-index: 99;
		margin:0;
		width: 60%;
		transition: all .3s ease;
		transform: translateX(-100%);
		opacity: 0;
	}

	header .wrap nav ul{
		display: block !important;
	}

	header .wrap nav ul li a{
		padding: 0 10px;
		border-radius: 0;
	}

	#btn-nav:checked ~ nav{
		transform: translateX(0);
		opacity: 1;
	}
}
/* nav */
nav{
	float: right;
	margin:30px 0 0 0;
}

nav ul{
	display: flex;
	list-style: none;
	align-content: center;
	width: 100%;
	gap:3%;
	justify-content: right;
}

nav ul li a{
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
	transition: all .3s ease;
	line-height: 50px;
	padding: 0 10px;
	border-radius: 50px;
}

nav ul li:hover a{
	background-color: #F2A03D;
}

/* sub-nav */
header .wrap nav ul li ul{
	position: absolute;
	width: 200px;
	background: #f0f0f0;
	display: block;
	z-index: 9999;
	max-height: 0px;
	overflow: hidden;
	transition: all .3s ease;
}

@media(max-width:800px){
	header .wrap nav ul li ul{
		position: static;
		width: 100%;
	}
}

header .wrap nav ul li:hover ul{
	max-height: 500px;
}

header .wrap nav ul li ul li a{
	display: block;
	padding: 0 10px;
}

header .wrap nav ul li ul li a:hover{
	background: #313131;
	color: #ffffff;
	transition: all .3s ease;
}

/* slider */
.slider{
	position: relative;
}

.wrap-slider{
	position: relative;
	background: #6da973;
}

.wrap-slider .custom-shape-divider-bottom-1696983394 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 999;
}

.wrap-slider .custom-shape-divider-bottom-1696983394 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 42px;
    transform: rotateY(180deg);
}

.wrap-slider .custom-shape-divider-bottom-1696983394 .shape-fill {
    fill: #FFFFFF;
}

.slider:after{
	content: "";
	position: absolute;
	width: 400px;
	height: 280px;
	background: #F2A03D;
	transform:rotate3d(1, 5, 5, -25deg);
	border-radius: 100px;
	bottom:-70px;
	right: -75px;
	z-index: 99;
}

@media(max-width:800px){
	.slider:after{
		display: none;
	}
}

.slider .single{
	height: 100%;
	position: relative;
}


.slider .single .middle{
	height: 100%;
	display: table;
	width: 100%;
	z-index: 99;
	position: relative;
}

.slider .single .middle .inter{
	vertical-align: middle;
	display: table-cell;
}

.slider .single .middle .inter .wrap{
	display: flex;
	flex-wrap: wrap;
	gap:2%;
	align-items: center;
}

.slider .single .middle .inter .wrap .info{
	width: 57%;
}

.slider .single .middle .inter .wrap .info h1{
	font-size: 70px;
	color: #ffffff;
}

.slider .single .middle .inter .wrap .info h2{
	font-weight: 300;
	font-size: 20px;
	margin:20px 0;
	line-height: 40px;
	color: #ffffff;
}

@media(max-width:800px){
	.slider .single .middle .inter .wrap .info{
		width: 100%;
		text-align: center;
	}


	.slider .single .middle .inter .wrap .info h1{
		font-size: 30px;
	}

	.slider .single .middle .inter .wrap .info h2{
		font-size: 16px;
	}
}

.slider .single .middle .inter .wrap .info p a{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	border:solid 2px #ffffff;
	line-height: 45px;
	padding: 0 30px;
	border-radius: 50px;
	transition: all .3s ease;

}

.slider .single .middle .inter .wrap .image{
	width: 40%;
}

.slider .single .middle .inter .wrap .image img{
	width: 100%;
	margin:0 0 -5px 0;
	border-radius: 50%;
}


.slider .single .middle .inter .wrap .info p a:hover{
	background: #ffffff;
	color: #212121;
	box-shadow: 0 0 0 10px rgba(255,255,255,.4), 0 0 0 4px rgba(255,255,255,.3);
}

.slider .single .middle .inter .wrap .info p a i{
	display: inline-block;
	font-size: 12px;
	transition: transform .3s ease;
}

.slider .single .middle .inter .wrap .info p a:hover i{
	transform: translateX(10px);
}

/* blog */
.blog{
	padding: 100px 0;
	text-align: center;
}

.blog h2{
	font-size: 40px;
	font-weight: 900;
	color: #313131;
}

.blog .wrap{
	display: flex;
	gap:3.5%;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0 0 0;
}

.blog .wrap article{
	width: 31%;
	overflow: hidden;
	text-align: left;
}

@media(max-width:800px){
	.blog .wrap{
		display: block;
	}

	.blog .wrap article{
		width: 100%;
		margin:0 0 50px 0;
	}
}

.blog .wrap article img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.blog .wrap article h3{
	font-size: 25px;
	font-weight: 700;
	padding: 10px 0;
}


/* suscribe */
.suscribe{
	text-align: center;
	padding: 0 0 70px 0;
	position: relative;
}

.suscribe .icon{
	font-size: 40px;
	color: #212121;
}

.suscribe h2{
	color: #313131;
	font-size: 40px;
}

.suscribe h3{
	font-size: 22px;
	font-weight: 300;
	color: #777777;
}

.suscribe form{
	margin:20px auto;
	max-width: 500px;
}

.suscribe form input[type="text"]{
	padding: 17px 2%;
	float: left;
	width: 66%;
	border:none;
	background: #f0f0f0;
	font-size: 16px;
	border-radius: 50px 0 0 50px;
	outline: none;
}

.suscribe form input[type="submit"]{
	padding: 17px 0%;
	float: left;
	width: 30%;
	background: #2E732C;
	color: #ffffff;
	font-size: 16px;
	border:none;
	border-radius: 0 50px 50px 0;
	cursor: pointer;
	outline: none;
	cursor: pointer;
}

.suscribe form input[type="submit"]:hover{
	background: #F2A03D;
	transition: all .3s ease;
	color: #212121;
}

.suscribe p{
	font-weight: 400;
	color: #777777;
	display: block;
	font-size: 15px;
	margin:10px 0 0 0;
}

/* banner-4 */
.banner-4{
	padding: 100px 0 50px 0;
	background: #6da973;
	color: #ffffff;
	position: relative;
}

.banner-4 .custom-shape-divider-top-1696983925 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.banner-4 .custom-shape-divider-top-1696983925 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 42px;
    transform: rotateY(180deg);
}

.banner-4 .custom-shape-divider-top-1696983925 .shape-fill {
    fill: #FFFFFF;
}

.banner-4 h2{
	max-width: 60%;
	line-height: 50px;
	font-size: 34px;
}

/* page-banner */
.page-banner{
	height: 300px;
	background: #6da973;
	position: relative;
	overflow: hidden;
}

.page-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top:0;
	left: 0;
	opacity: .4;
}

.page-banner:after{
	content: "";
	position: absolute;
	width: 400px;
	height: 280px;
	background: #F2A03D;
	transform:rotate3d(1, 5, 5, -25deg);
	border-radius: 100px;
	bottom:-70px;
	right: -75px;
	z-index: 99;
}

@media(max-width:800px){
	.page-banner:after{
		display: none;
	}
}

.page-banner h1{
	display: none;
}

/* page-banner-2 */
.page-banner-2{
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.page-banner-2 h1{
	color: #ffffff;
	position: relative;
	text-align: center;
	padding: 100px 0;
	z-index: 4;
}

.page-banner-2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	pointer-events: none;
	top:0;
	left: 0;
	z-index: 1;
}


/* content */
.content{
	padding: 80px 0 80px 0;
}

.content-woocommerce{
	padding: 0 0 80px 0 !important;
}

@media(max-width:800px){
	.content{
		padding: 40px 0;
	}
}

.content input[type="text"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="number"],
.content input[type="file"],
.content input[type="date"],
.content input[type="password"],
.content textarea,
.content select,
.content-woocommerce input[type="text"],
.content-woocommerce input[type="email"],
.content-woocommerce input[type="tel"],
.content-woocommerce input[type="number"],
.content-woocommerce input[type="file"],
.content-woocommerce input[type="date"],
.content-woocommerce input[type="password"],
.content-woocommerce textarea,
.content-woocommerce select{
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	padding: 8px 2%;
	width: 96%;
	border:solid 1px #f0f0f0;
	border-radius: 5px;
	outline: none;
	resize: none;
	margin:0 0 10px 0;
	font-size: 15px;
	-webkit-appearance: none;
}

.content select,
.content-woocommerce select{
	color: #313131;
	cursor: pointer;
}

.content label,
.content-woocommerce label{
	font-size: 14px;
	font-weight: bold !important;
	color: #777777 !important;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content input[type="tel"]:focus,
.content input[type="number"]:focus,
.content input[type="date"]:focus,
.content input[type="password"]:focus,
.content textarea:focus,
.content select:focus,
.content-woocommerce input[type="text"]:focus,
.content-woocommerce input[type="email"]:focus,
.content-woocommerce input[type="tel"]:focus,
.content-woocommerce input[type="number"]:focus,
.content-woocommerce input[type="date"]:focus,
.content-woocommerce input[type="password"]:focus,
.content-woocommerce textarea:focus,
.content-woocommerce select:focus{
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	transition: all .3s ease;
}

.content input[type="text"]::placeholder,
.content input[type="email"]::placeholder,
.content input[type="tel"]::placeholder,
.content input[type="number"]::placeholder,
.content input[type="date"]::placeholder,
.content input[type="password"]::placeholder,
.content textarea::placeholder,
.content-woocommerce input[type="text"]::placeholder,
.content-woocommerce input[type="email"]::placeholder,
.content-woocommerce input[type="tel"]::placeholder,
.content-woocommerce input[type="number"]::placeholder,
.content-woocommerce input[type="date"]::placeholder,
.content-woocommerce input[type="password"]::placeholder,
.content-woocommerce textarea::placeholder{
	color: #313131;
}

.content input[type="submit"],
.content-woocommerce input[type="submit"]{
	background-color: #214a54;
	color: #ffffff;
	border:none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 30px;
	margin:0 0 20px 0;
	transition: all .3s ease;
	-webkit-appearance: none;
}

.content input[type="submit"]:hover,
.content input[type="submit"]:focus,
.content-woocommerce input[type="submit"]:hover,
.content-woocommerce input[type="submit"]:focus{
	color: #ffffff;
	background-color: #313131;
}

.not-found{
	padding: 100px 0;
}

.not-found h2{
	font-size: 100px;
	text-align: center;
	color: #313131;
	font-weight: 900;
}

.not-found h3{
	font-size: 24px;
	text-align: center;
	color: #313131;
	margin:auto;
	max-width: 500px;
	font-weight: 300;
}

@media(max-width:800px){
	.not-found{
		padding: 50px 0;
	}

	.not-found h2{
		font-size: 50px;
	}

	.not-found h3{
		font-size: 17px;
		width: 80%;
	}
}



/* sub-footer */
.sub-footer{
	background: #6da973;
	padding: 0 0 80px 0;
}

.sub-footer .wrap{
	display: flex;
	flex-wrap: wrap;
}

.sub-footer article{
	width: 30%;
	margin:0 2% 0 0;
}

@media(max-width:800px){
	.sub-footer .wrap{
		display: block;
		text-align: center;
	}

	.sub-footer .wrap article{
		width: 90%;
		padding:20px 0;
		margin:auto;
	}
}

.sub-footer article h3{
	color: #ffffff;
}

.sub-footer article p{
	color: rgba(255,255,255,.6);
	margin:10px 0 0 10px;
	font-size: 14px;
}

.sub-footer article form{
	display: flex;
}

.sub-footer article input[type="text"]{
	padding: 12px 2%;
	width: 70%;
	border-radius: 50px 0 0 50px;
	border:none;
	font-weight: 500;
	font-size: 16px;
	outline: none;
}

.sub-footer article input[type="submit"]{
	padding: 12px 2%;
	width: 30%;
	border-radius:0 50px 50px 0;
	border:none;
	background: #F2A03D;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}

.sub-footer article:nth-child(4){
	margin:0 0 0 0;
}

.sub-footer article h2{
	color: #ffffff;
	font-size: 20px;
	margin:0 0 20px 0;
}

.sub-footer article ul li{
	list-style: none;
	padding: 10px 0;
}

.sub-footer article ul li a{
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,.6);
}

.sub-footer article .image img{
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
}

/* footer */
footer{
	background: #6da973;
	padding: 20px 0;
	line-height: 45px;
}

footer .left{
	float: left;
	color: #f0f0f0;
}

@media(max-width:800px){
	footer .left{
		float: none;
		margin:auto;
		text-align: center;
	}
}

footer .left a{
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}

footer .left a:hover{
	color: #ffffff;
	transition: all .3s ease;
}

footer .right{
	float: right;
}

footer .right ul li{
	display: inline-block;
	width: 45px;
	text-align: center;
	margin:0 0 0 10px;
}

footer .right ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #F2A03D;
	border-radius: 4px;
	transition: all .3s ease;
}

footer .right ul li:hover a{
	background: #ffffff;
	color: #F2A03D;
}

.go-top{
	display: none;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	bottom: 25px;
	right: 25px;
	line-height: 50px;
	width: 50px;
	background: #F2A03D;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
}

.go-top:hover{
	background: #ffffff;
	color: #F2A03D;
}

