.page-id-1207 #page-container{
	padding-top:0 !important;
}

/* Inicio */
:root{
	color: #575757;
	font-size: calc(0.1rem + .85vw);
}

body{
	font-weight: 400;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

h2{
	font-size:2rem;
	line-height:2.5rem;
	font-weight:300;
}

h2 strong{
	font-weight:600;
}

.btn{
	display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    padding: .7rem 2.3rem;
    text-align: center;
}

.btn.btn-primary{
	background-color: #CE3B51;
}

/* Header */
header #menu li{
	display: inline-block;
    font-size: 14px;
    padding-right: 22px;
}

header #menu li img{
	max-width: 40%;
    margin: 0 6rem;
}

/* Modal */
.modal{
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100000;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.50);
    text-align: center;
}

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.modal.abierto{
	display:block;
}

.modal-content{
	display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal-content .close-modal{
  	position: absolute;
  	top: -12.5px;
  	right: -12.5px;
  	display: block;
  	width: 30px;
  	height: 30px;
  	text-indent: -9999px;
	cursor:pointer;
 	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
	filter: invert(1);
}

.modal-content iframe{
	
}

/* Video Responsive */
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-contenedor{
	max-width: 918px;
    margin: 3rem auto;
}

/* Video Background */
.video-background {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.video-background iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	width: 100vw;
    height: 115vh;
}

.video-background:after {
	content: '';
	background-color: #E26065;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-video-modal{
	position: relative;
	cursor: pointer;
}

.btn-video-modal:after{
	content: '';
    position: absolute;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
    width: 5rem;
    height: 5rem;
    background-image: url(https://fundoeucaliptos.com/wp-content/uploads/2021/02/play-crema.svg);
    background-size: contain;
}

#btn-segundo-video:after{
	background-image: url(https://fundoeucaliptos.com/wp-content/uploads/2021/02/play-rojo.svg);
}

/* Primero */
#primero{
	background-color: #E26065;
	mix-blend-mode: multiply;
	position: relative;
}

#primero .container > div{
	margin: 5rem;
}

#primero .container div h2{
	color: #FFFFFF;
	text-shadow: 0 3px 6px #00000029;
}

.contenedor-iconos{
	width: 85% !important;
	margin:2rem 0;
}

.icono{
	text-align:center;
	color: #fff;
	margin-bottom:2rem;
}

.icono img{
	margin: auto auto .5rem auto;
	width: 4rem;
    height: 4rem;
}

.icono span{
	display: block;
	font-weight: 300;
	width: 80%;
	margin: auto;
}

.icono span strong{
	font-weight:600;
}

.contenedor-formulario{
	background-color: #F2F1E1;
	border-radius:10px;
	box-shadow:0 3px 6px #00000029;
	padding: 2rem;
}

#primero .container div .contenedor-formulario h2{
	color: #CE3B51;
	text-align:center;
	margin: 1rem 1.5rem;
	text-shadow: none;
}

/* Segundo */
#segundo{
	background-image: url(/wp-content/uploads/2021/03/esquina-fundo.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
	padding: 3rem 0;
}

#segundo .container{
	padding: 2rem 0;
}

#segundo h2{
	color:#CE3B51;
}

#segundo .container:first-of-type p{
	text-align: right;
    font-size: 1.2rem;
}

#segundo .container:last-of-type{
	text-align: center;
}

#segundo .container:last-of-type p{
	font-size: 1.1rem;
    width: 60%;
    margin: 0 auto 2rem auto;
}

.imagen-boton{
	height: 20rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}

.imagen-boton .btn{
    min-width: 60%;
    margin: auto 15% 2rem 15%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#seccion-carrusel-iconos{
	background-color:#F2F1E1;
	padding: 2rem 0;
	box-shadow:0 3px 6px #00000029;
	position: relative;
}

#seccion-carrusel-iconos .icono{
	margin-bottom:0;
}

#seccion-carrusel-iconos .icono span{
	color: #575757;
}

#tercero{
	background-color:#F2F1E1;
	padding: 6rem 0 12rem 0;
}

#tercero .container{
	text-align: center;
}

#tercero h2{
	text-align: center;
	font-weight: 600;
}

#tercero h3{
	font-size: 1.5rem;
    text-align: center;
}

#tercero img{
	margin: 0 auto 3rem auto;
}

#tercero p{
	font-size: 1.1rem;
	text-align: center;
	max-width: 75rem;
	margin: auto;
}

#tercero .btn{
	margin-top: 2rem;
}

.contendor-logo-swiper{
	margin-top: -7rem;
    margin-bottom: 7rem;
    background-color: #fff;
    padding: 1rem 5rem;
    border-radius: 10px;
    box-shadow: 0 5px 6px #00000029;
}

#logo-swiper .imagen-logo img{
	margin:auto;
	max-width: 80%;
}

#cuarto{
	background-color: #E26065;
	color: #fff;
	padding-bottom:9rem;
}

#cuarto h2{
	color: #fff;
    font-weight: 600;
    width: 50%;
}

#cuarto p{
    font-size: 1.1rem;
    font-weight: 400;
    width: 65%;
    margin: 3rem 0;
}

#quinto{
	margin-top: 3rem;
	margin-bottom: 4rem;
}

#quinto h2{
	color: #CE3B51;
    margin: 3rem auto;
    width: 50%;
    text-align: center;
}

#sexto{
	background-color: #F2F1E1;
}

#sexto .grid > div:last-of-type{
	padding: 10rem;
}

#sexto h2{
	color: #CE3B51;
}

#sexto p{
	font-size: 1.1rem;
    font-weight: 400;
    margin: 3rem 0;
}

#septimo{
	padding-top: 7%;
    padding-bottom: 7%;
}

#septimo h2{
	font-weight: 600;
	color: #575757;
	font-size:1.5rem;
}

#septimo p{
	font-size:1rem;
}

#septimo .grid div:first-of-type h2{
	margin-top:2rem;
}

#septimo .grid div:first-of-type h2:first-child{
	margin-top:0;
}

#septimo .grid div:last-of-type h2{
	text-align: center;
	width: 60%;
    margin: auto;
}

#septimo .hbspt-form iframe{
	margin-left:auto;
	margin-right:auto;
}

.contacto{
	position: relative;
}

.contacto li{
	font-size: 1.1rem;
    margin: 1rem 0 1rem 3rem;
}

.contacto li:before{
	content:'';
	width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.contacto .telefono:before{
	background-image:url(/wp-content/uploads/2021/02/Icon-awesome-phone-alt.svg);
}

.contacto .whatsapp:before{
	background-image:url(/wp-content/uploads/2021/02/Icon-awesome-whatsapp.svg);
}

.contacto .correo:before{
	background-image:url(/wp-content/uploads/2021/02/Icon-ionic-md-mail.svg);
}

.redes{
	
}

.redes li{
	display: inline-block;
    margin: .5rem 1rem;
}

.redes li:first-child{
	margin-left:0;
}

.redes li img{
	width: 2.5rem;
    height: 2.5rem;
}

.swiper-container{
	overflow: hidden;
}

/* Responsive */
@media (min-width: 1536px){
	.container {
    	max-width: 1350px;
	}
}

@media screen and (min-width: 640px) and (max-width: 1366px) {
	#cuarto .container:last-child div:first-child{
		padding-left: 9rem;
	}
}

@media (min-width: 640px){
	#primero .video-background{
		background-image:none !important;
	}
}

@media (max-width: 640px){
	:root{
		font-size: 90%;
	}
	
	#primero .container > div {
		margin: 2rem;
	}
	
	#primero .container div h2{
		text-align: center;
	}
	
	#primero .container div .contenedor-formulario h2{
		margin-left:0;
		margin-right:0;
	}
	
	.contenedor-iconos {
		width: 80% !important;
		margin: 2rem auto 0 auto;
	}
	
	.video-background iframe{
		display: none;
	}
	
	#segundo .container {
    	padding: 2rem;
		text-align: center;
	}
	
	#segundo .container:first-of-type p{
		text-align: center;
	}
	
	#segundo .container:last-of-type p {
		width: 100%;
	}
	
	#tercero {
		padding: 2rem 2rem 9rem 2rem;
	}
	
	.contendor-logo-swiper{
		margin-left: 2rem;
		margin-right: 2rem;
		margin-bottom: 2rem;
	}
	
	#cuarto{
		padding-bottom: 2rem;
	}
	
	#cuarto .container:last-of-type{
		padding: 2rem;
	}
	
	#cuarto .container > div{
		text-align: center;
	}
	
	#cuarto h2 {
		width: 100%;
		text-align: center;
	}
	
	#cuarto p {
		width: 100%;
		text-align: center;
	}
	
	#cuarto .btn{
		margin-bottom: 2rem;
	}
	
	#quinto h2 {
		width: 100%;
		padding: 0 2rem;
	}
	
	#sexto .grid > div:last-of-type {
		padding: 2rem;
		text-align: center;
	}
	
	#septimo{
		padding-left: 2rem;
    	padding-right: 2rem;
	}
	
	#septimo .grid div:last-of-type h2{
		margin-top: 2rem;
	}
	
	.contacto li {
		font-size: 1rem;
	}
}