@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&family=Oswald&display=swap');
body {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	background-color: #fffef4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #364F55;
}
.header{
	position:absolute;
	width:100%;	
}
.header .logo {
	float: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	line-height: 0;
}
.header .menu {
    float: right;
    margin-top: 40px;
    background-color: #ffffff85;
    border-radius: 3px;
}
.header .menu .opt{
font-size: 16px;
    float: left;
    margin: 0 5px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0 20px;
}
.header .menu .opt:hover{
	background-color:#fff;	
}
.cover  {
	clear: both;
	float: left;
	height: 850px;
	height: 100vh;
	width: 100%;
	background-image: url(rs/cover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.cover .claim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 150px auto 0 auto;
    width: 510px;
}
.wrap {
	margin-right: auto;
	margin-left: auto;
	max-width: 1150px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	z-index: 1;
}
.page {
	width: 100%;
	position: relative;
	float: left;
	clear:both;
}

.area {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
.area.padM{
	padding: 100px 0px;
}
.area.padMT{
	padding: 75px 0px 0px 0px;
}
.page .intro{
	max-width: 1020px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	margin: 0 auto;
}
.page .intro.hid{
	display:none;	
}
.page .titulo{
	font-family: 'Oswald', sans-serif;
background-color: #364F55;
    color: #F9F3CD;
    text-transform: uppercase;
    text-align: center;
    display: table;
    padding: 5px 10px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0 auto 50px auto;
}
.page .bases {
	font-family: 'Oswald', sans-serif;
    height: 50px;
    width: 300px;
    border: 2px solid #364F55;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #364F55;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.02em;
	 text-decoration:none;
}
.ong {
	max-width: 900px;
	margin:0 auto;
	text-align:center;
}
.ong .item{
	display:inline-block;
	line-height: 0px;
}
.btVer{
    margin: 30px auto 0px auto;
    width: 300px;
    text-align: center;
    border: solid 1px #364F55;
    border-radius: 25px;
    line-height: 40px;
    cursor: pointer;	
}
.btVer:hover{
	    background-color: #364F55;
    color: #F9F3CD;
}
.page .area .faqBox {
  clear: both;
  float: left;
  padding-top: 45px;
  width:90%;
  padding-right: 5%;
  padding-left: 5%;
}
.page .area .faqBox .ques {
width: 95%;
padding: 15px 5% 15px 0;
margin-top: 1px;
font-family: 'Oswald', sans-serif;
font-size: 20px;
color: #364f55;
cursor: pointer;
background-image: url(rs/ico-plus.png);
background-repeat: no-repeat;
background-position: right center;
border-bottom: solid 2px #364f55;
background-size: 35px;
}
.page .area .faqBox .answ {
	width: 96%;
	padding: 24px 2%;
	line-height: 24px;
	display: none;
	border-bottom: solid 2px #364f55;
}
.page .t-contant {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
}
.page .paradas-phone{
	display:none;
	margin:0 auto;
	text-align:center;
}
.page .animation {
	position:relative;
	width: 100%;
}
.page .animation .line{
    border-left: solid 8px #364142;
    width: 100%;
    height: 300px;
    border-bottom: solid 8px #364142;
    border-bottom-left-radius: 45px;	
	 position: absolute;
}
.page .animation .line .end {
	position: absolute;
    right: -2px;
    bottom: -30px;
    width: 36px;
    height: 36px;
    background-color: #f7f4e0;
    border-radius: 50%;
    border: solid 8px #364142;
}
.page .animation .line .start {
    position: absolute;
    left: -22px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-color: #fffef4;
    border-radius: 50%;
    border: solid 8px #364142;
}
.page .animation .puntos {
	height: 300px;
	width: 100%;
	position: relative;
	z-index: 1;
	    box-sizing: border-box;
    padding: 0 5%;
}
.page .animation .puntos .item{
	width: 12%;
	float: left;
	height: 190px;
	text-align: center;
	padding-top: 110px;
	position: relative;
}
.page .animation .puntos .item .end{
	position:absolute;
	bottom:0px;
	width:8px;
	height:14px;
	background-color:#364142;
	left: 35%;
}
.animateScroll {
	text-align: center;
	/* position: absolute; */
	width: 100%;
	bottom: 20px;
	font-size: 10px;
	color: #f9f3cd;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top:25px;
}
.animateScroll .icoScroll {
	width: 26px;
	height: 42px;
	margin:0 auto;
	border: 2px solid #f9f3cd;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom:5px;
		 
}
.animateScroll .icoScroll .click{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width:6px;
	height:10px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f9f3cd;
}
.creativ01{
	height: 500px;
	background-image: url(rs/bg-nubes.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.bgOscuro{ background-color:#F7F4E0; }
.bgBlanco{ background-color:#FFF; }


.trans01{-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;	}
.trans02{-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;	}
.trans03{-webkit-transition:all 0.75s ease-in-out;-moz-transition:all 0.75s ease-in-out;-o-transition:all 0.75s ease-in-out;-ms-transition:all 0.75s ease-in-out;transition:all 0.75s ease-in-out;	}

.footer{
	float: left;
	clear: both;
	width: 100%;
	padding: 25px 0px;
	font-size: 13px;
}
.footer .legales {
	float: right;
}
.footer .legales a{
	float: left;
	margin-left: 30px;
	text-decoration: none;
	color: #364F55;
	line-height: 30px;
}
.footer .subLogo {
	float: left;
	
}



#cookiesAlert{
    color: #3a3a3a;
    font-size: 12px;
    position: fixed;
    left: 15px;
    bottom: 15px;
    padding: 25px 35px;
    text-align: center;
    background-color: #f9f3cd;
    background-color: rgb(249 243 205 / 95%);
    z-index: 9999;
    max-width: 270px;
}

#cookiesAlert div{
	max-width: 840px; 
    float: left;
    clear: both;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
#closeCookie{
padding: 5px;
    color: #fff;
    background-color: #fff;
    color: #000;
    padding: 6px 18px;
    text-decoration: none;
    margin:0 auto;
    clear: both;
    display: block;
}


@media screen and (max-width: 768px) {
	body{-webkit-text-size-adjust: 100%;}
	.nophone{ display: none !important; }
	.header .menu{ display:none; }
	.header .logo { padding:10px;}
	.cover{ height:600px; background-image: url(rs/cover-phone.jpg);}
	.cover .claim{ margin: 145px auto 0 auto; width: 300px; }
	.cover .claim img{ width:300px; height:140px; }
	.page .titulo{ color: #364F55; background-color:inherit; line-height:38px;}
	.page .area .faqBox{ width:100%; padding:0px; }
	.page .area .faqBox .ques { width: 90%; padding: 15px 10% 15px 0;}
	.creativ01{height: 400px;}
	.animateScroll{ position:absolute;}
	.animation{ display:none; }
	.page .paradas-phone{ display:block; }
	.footer .legales{ float:left; padding-top:15px; }
	#cookiesAlert{ left:0; bottom:0; max-width:100%; }
	#cookiesAlert div{max-width:inherit;padding-right:0px;}
	#closeCookie{position:relative;margin-top:5px;display:block;}
}


/*BOTÓN DESCARGA*/
.ButtonDwnld1{
    margin: 30px auto 0px auto;
    width: 300px;
    text-align: center;
    border: solid 1px #364F55 !important;
    border-radius: 25px;
    line-height: 40px;	
	color: #364f55 !important;
}
.ButtonDwnld1:hover{
	    background-color: #364F55 !important;
    color: #F9F3CD !important;
}