@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
:root{
	--cverdeoscuro:#004937;
	--cverdeprincipal: #00765A;
	--cverdemedio: #00AB82;
	--cverdeclaro: #007C5A;
	--cverdeturquesa:#02ac821a;
	--camarillo: #FFCB00;
	--cgrisoscuro:#3D3D3C;
	--cgris:#646363;
	--cgrisclaro:#DDDCDC
	--cblanco: #FFFFFF;

}

/*genral*/
.page-home {
	height:100%;
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: var(--cverdeoscuro)
}

a, a:hover{
	text-decoration: none;
	color: var(--cverdeoscuro);
}

/*fuentes*/
.page-home p {
	color: var(--cverdeoscuro);
}
.page-home .h1 {
	font-size:4.5em;
	line-height: 1em;
}

.page-home .h2 {
	font-size:4.5em;
	line-height: 1em;
}
.bg-amarillo .h2, .bg-gris h2{
	font-size: 2.8em;
	margin-bottom: 0;
}

.h4, h4{
	line-height: 1.1em;
}

.h5 {
    line-height: 1.5em;
}

.extrabold-color-verde {
	color: var(--cverdeprincipal);
}

.extrabold-color-verde-extrabold {
	font-weight: 800;
	color: var(--cverdeprincipal);
}

.mochi{
	font-family: 'Gochi Hand', cursive;
}

/************************************************************/
/*						Secciones	 						*/
/************************************************************/
/*hero*/
#seccion-bf {
	background-image: url(https://cajarural.ruralvia.com/sites/default/files/landings/black-friday/con-telefono/background-blackfriday.jpg);
    background-repeat: no-repeat;
	background-color: #231F20;
    
}

#seccion-bf.seccion-1 h3{
	font-size: 70px;
    padding-bottom: 15px;
    line-height: 1em;
    color: #00AA81;
}

#seccion-bf .negro{
color:#FFC90D;
}
#seccion-bf .slogan {
	color: #FFC90D !important;
}
#seccion-bf .slogan h1{
	font-weight: 900;
    font-size: 6.5rem;
    color: #FFC90D !important;
}
#seccion-bf .slogan h2{
	font-weight: 900;
    font-size: 6rem;
    line-height: 2.6rem;
	color: #FFC90D !important;
}

#seccion-bf .negro h1 span{
	font-size: 105px;
}
#seccion-bf .negro h4{
	font-size: 41px;
	font-weight: 600;
}
#seccion-bf .negro h4 span{
	font-weight: 900;
}


.seccion-1 .espaciador-hero {
	min-height: 30px;
}
/*SECCIÓN 2*/


.seccion-2 {
	background-color: #004B3A;
}

.seccion-2 p{
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.2em;
}

/*SECCIÓN 3*/

.seccion-3 {
	background-color:white;
}

.btn img{
	width: 80%;
}
.seccion-3 button.btn{
	position: relative;
	background-image: url(https://cajarural.ruralvia.com/sites/default/files/landings/black-friday/con-telefono/play.svg);
	background-color: #032821;
	background-size: 38px;
	font-size: 23px;
	line-height:1.2;
	border-radius: 50px;
    background-repeat: no-repeat;
    background-position: 85%;
	padding: 28px 110px 28px 60px;
	-webkit-box-shadow: 0px 10px 12px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 12px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 12px -6px rgba(0,0,0,0.75);
}
.seccion-3 svg {
    height: 84px;
    left: 0;
    position: absolute;
    top: 0; 
	width: 100%; 
	border-radius: 50px;
  }
.seccion-3  rect {
    fill: none;
    stroke: #032821;
	stroke-width: 3;
    stroke-dasharray: 500, 0;
	transition: all 0.35s linear;
	border-radius: 50px;
  }
  .seccion-3 button.btn:hover rect {
	stroke: var(--cverdeclaro);
    stroke-width: 5;
    stroke-dasharray: 15,200;
    stroke-dashoffset: 100;
    transition: all 1.35s cubic-bezier(0.50, 1, 0.50, 1);
  }


/*condiciones legales*/
.condiciones-legales {
	background-color: #032821;
}
.condiciones-legales p {
	word-wrap: break-word;
	font-size: 1em;

}
.condiciones-legales p a {
	color: var(--cblanco);
}



@media (min-width: 260px) and (max-width: 299px) {


	
}

@media (min-width: 300px) and (max-width: 360px) {

	
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 361px) and (max-width: 760px) {
	#seccion-bf {
		background-position: top;
    background-size: contain;
	}
	#seccion-bf.seccion-1 h3{
		font-size: 30px;
    padding-bottom: 10px;
	}
	#seccion-bf .negro h1{
		font-size: 100px;
	}
	#seccion-bf .negro h1 span{
		font-size: 60px;
	}
	#seccion-bf .negro h4{
		font-size: 41px;
		font-weight: 600;
	}
	.seccion-2 p {
		font-size: 25px;

	}
}