/* CSS Document */
:root{
	--boton-padding: 20px 40px;
	--boton-padding-mini: 20px 10px;
}

@font-face {
  font-family: 'FSAlbert';
  src: url('../fonts/FSAlbert-Regular.eot?v=1.000');
  src: url('../fonts/FSAlbert-Bold.eot?v=1.000');
  font-weight: normal;
  font-style: normal;
}

*{
   margin:0;
   padding:0;
   border:0;
   position: relative;
}

   
body {
	font-family: Montserrat;
	height:auto;
	position:relative;
	padding:0;
	background-color:#FEFDE7;
}


/*------------ CABECERA DE LA PÁGINA -------------*/

.cabecera{
	width:100%;
	height:auto;
	z-index:0;	
	display:block;
	margin:0 auto;	
	padding:0px;	
}

#llamada{
	background-color:#fff;  /* rgb(209,158,115); */
	text-align:center;
}

#llamada h2{
	color:rgb(78,80,86);
	padding:20px 10px;
}

#llamada span{
	color:#D53604; /* #FEFDE7;	*/
}

#titulo{
	width:100%;
	height:auto;
	display:block;	
	text-align:center;	
	color: rgb(78,80,86);
	margin-top:20px;	
}

#vblogo{
	width:30%;
	margin:0 auto;
}

#vblogo img{
	width:35%;
}

#titulo h1{
	font-size:30px;
}


/*------------------------------------------------*/




/*-------------- CUERPO ---------------*/

.bloque{
	width:100%;
	display:block;
}

.bloque .section{
	width:80%;
	margin:0 auto;	
	margin-top:20px;
}


/*-------------------------------------*/




/*------------ TÍTULO LLAMATIVO CON PROMESA DE TRANSFORMACIÓN -------------*/

.bloque .section.titulo{
	margin-top:50px;
}

.bloque .section.titulo .div-title{
	width:70%;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
}

.bloque .section.titulo .div-title .minisub{
	font-size:18px;
}

.titulo h1 span{
	color:#D53604;
}

.titulo h1{
	font-size:40px;
	font-weight:700;
	font-style:normal;	
	line-height:55px;
	color:rgb(52,9,137);
}

.titulo p{
	font-size:30px;
	line-height:45px;
	color:rgb(117,37,166);
}

.titulo span{
	color:#D53604;
}

.bloque .section.titulo div{
	align-items: center;
	display: flex;
	justify-content:center;	
	padding:10px 10px;
}

.emoji{
	width:35px;
}

/*-------------------------------------------------------------------------*/

.intermedio{
	display:flex;
	margin-top:0px;	
}

#puntero{
	width:45px;
	margin:0 auto;
}


/*-------------- ZONA DE CAPTURA ---------------*/

.bloque .section.captura{
	display:flex;
	text-align:center;
	margin-top:30px;
}

.bloque .section.captura .div_img{
	width:50%;
	display:flex;
}

.bloque .section.captura .div_img .movie{
	width:99%;
	margin:0 auto;
	cursor:pointer;
}

.bloque .section.captura .div_form{
	width:50%;
	display:block;
	margin:auto;
}

.bloque .section.captura .div_form div{
	padding:10px 10px;
}

.bloque .section.captura .div_form .eliminaobj{
	width:65%;
	margin:0 auto;
}

.div_form .objetion{
	font-size:16px;
	color:rgb(140,82,255);   /* rgb(1,90,255) */;
	font-weight:bold;
	text-align:left;
}

.div_form .minitext{
	font-size:14px;
	text-align:left;
	color:rgb(4,13,32);
	margin-left:20px;
}

.div_form p{
	font-size:30px;
	color:rgb(117,37,166);
}

.div_form h3{
	font-size:20px;
	color:#D53604;
}

.img-demanda{
	width:90%;
}

form{
	width:70%;
	margin:auto;
}

input {
	width: 88%;
	height:25px;
    border: 2px solid #ccc;
    font-size: 1.0rem;
    font-weight: 100;
    font-family: 'Lato';
    padding:5px;
	border-radius:8px;
}

#boton_enviar {
	width:90%;
    padding: 15px;
    font-size: 16px;
	font-family: Montserrat;
    font-weight: 700;
    background-color:#D53604; /* rgb(140,82,255); */
    color: white;
    border: none;
	border-radius:10px;
	margin:30px auto;
}

#boton_enviar.fade {
	/* -webkit-transform: rotate(2deg);transform: rotate(2deg); */
	transform:scale(1.03);
	-moz-transform: scale(1.03); /* Firefox */
	-webkit-transform: scale(1.03); /* Safari y Chrome */
	-o-transform: scale(1.03); /* Opera */
	-ms-transform: scale(1.03); /* Internet Explorer y Microsoft Edge */
	
	transition:transform .5s ease-in-out;
	-moz-transition:transform .5s ease-in-out; /* Firefox */
	-webkit-transition:transform .5s ease-in-out; /* Safari y Chrome */
	-o-transition:transform .5s ease-in-out; /* Opera */
	-ms-transition:transform .5s ease-in-out; /* Internet Explorer y Microsoft Edge */

}

#boton_enviar:hover{
    cursor: pointer;
	background-color:#fff;
	border:1px solid rgb(61,40,142);
	color: rgb(61,40,142);
	transition: all .5s ease-in-out;
}

/*----------------------------------------------*/




/*------------------------ ZONA DESTACAR ----------------------------*/

.bloque .destacar{	
	height:auto;
	background-color:rgb(209,158,115); 	
	margin-top:50px;	
}

.bloque .destacar .section .items{
	width:60%;
	margin:0 auto;
	text-align:center;
	padding:50px 0px;
}

.items h1{
	padding:10px 10px;
	color:#FEFDE7;
	font-size:45px;
	font-weight:400;
}

.items p{
	font-family:Roboto;
	font-style:normal;
	font-size:30px;
	font-weight:400;
	line-height:40px;
	color:rgb(78,80,86);
	background-color:#FEFDE7;
	text-align:justify;
	padding:20px 20px;
	position:relative;
}

.items span{
	color: rgb(136,0,21); 
	font-weight:bold;
}

.bloque .destacar .section .items .icono{
	width:30px;
	float:left;
}

.bloque .destacar .section .items .img-destacar{
	width:70px;
	position:absolute;
	top:10px;
	left:45%;
}

.bloque .destacar .section .div-blanco{
	display:block; 
	position:relative;
	height:600px;  
	padding:40px 40px;
	text-align:justify;
	font-size:15px;
}

.bloque .destacar .section .div-blanco .div-cuadro{
	width:100%;
	height:auto;
	display:flex;
}

.bloque .destacar .section .boton{
	display:flex;
	padding-bottom:50px;
}

.call_to_action{
	width: 40%;	
	display:inline-block;
	margin:0 auto;
	background-color:#FEFDE7;
	text-align:center;
	font-size:20px;
	font-weight:700;	
	color: rgb(136,0,21);  
	text-decoration: none;
	padding: var(--boton-padding-mini);
	border-radius: 40px;
}

.call_to_action:hover {
	opacity:0.6;
	transition:all .5s ease-in-out;
}

#ToAction1.fade {
	/* -webkit-transform: rotate(2deg);transform: rotate(2deg); */
	transform:scale(1.03);
	-moz-transform: scale(1.03); /* Firefox */
	-webkit-transform: scale(1.03); /* Safari y Chrome */
	-o-transform: scale(1.03); /* Opera */
	-ms-transform: scale(1.03); /* Internet Explorer y Microsoft Edge */
	
	transition:transform .5s ease-in-out;
	-moz-transition:transform .5s ease-in-out; /* Firefox */
	-webkit-transition:transform .5s ease-in-out; /* Safari y Chrome */
	-o-transition:transform .5s ease-in-out; /* Opera */
	-ms-transition:transform .5s ease-in-out; /* Internet Explorer y Microsoft Edge */
}

/*-------------------------------------------------------------------*/



/*----------------- ZONA DE ELIMINACIÓN DE OBJECIONES----------------*/

.bloque .delete_objetion{
	height:350px;
	background-color:#fff; 	
	display:flex;	
}

.bloque .delete_objetion div{
	width:60%;
	margin:0 auto;
	text-align:center;
	padding:50px 0px;
	display:flex;		
}

.bloque .delete_objetion div p{
	font-family:Roboto;
	font-style:normal;
	font-size:35px;
	font-weight:500;
	line-height:50px;
	margin:auto;
	color:rgb(78,80,86);	
}

.fondodestaca{
	background-color:rgb(44,94,197);
	color:#fff;
}
/*-------------------------------------------------------------------*/



/*-------------------- QUIEN SOY Y POR QUÉ PUEDO AYUDARTE -----------------*/

.bloque .section.history .div-title{
	width:60%;
	margin:0 auto;
	text-align:center;
	padding:50px 0px;
}

.bloque .section.history .div-title h1{
	color:#D53604;
}
	

.bloque .section.history .doble{
	display:flex;	
	width:80%;	
	margin:0 auto;
}

.bloque .section.history .doble .cont_descrip{
	width:65%;
	margin:auto;
}

.bloque .section.history .doble .cont_descrip #fullancho{
	width:160%;
}

.bloque .section.history .doble .cont_img{
	width:35%;

}

.doble p{
	font-size:25px;
	line-height:35px;
	padding:0px 20px;
}

.doble span{
	color:rgb(52,9,137);
	font-size:26px;
}

#foto{
	width:100%;
	height:auto;
	filter: brightness(120%) saturate(1.2); /* Más clara */
}

#foto_movil{display:none;}


.bloque .msjfinal{
	width:100%;
	text-align:center;
	margin-top:50px;
	background-color:rgb(209,158,115);	
}

.bloque .msjfinal p{
	width:80%;
	color:#FEFDE7;
	text-align:center;
	text-shadow:
    1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
	font-size:28px;
	line-height:45px;
	margin:0 auto;
	padding:20px 20px;
	padding-top:50px;
}

.bloque .msjfinal span{
	color: rgb(136,0,21); 
	text-shadow:
    1px 1px 2px black,
    0 0 1em #FEFDE7,
    0 0 0.2em #FEFDE7;	
	font-weight:bold;
}

#ToAction2.fade {
	/* -webkit-transform: rotate(2deg);transform: rotate(2deg); */
	transform:scale(1.03);
	-moz-transform: scale(1.03); /* Firefox */
	-webkit-transform: scale(1.03); /* Safari y Chrome */
	-o-transform: scale(1.03); /* Opera */
	-ms-transform: scale(1.03); /* Internet Explorer y Microsoft Edge */
	
	transition:transform .5s ease-in-out;
	-moz-transition:transform .5s ease-in-out; /* Firefox */
	-webkit-transition:transform .5s ease-in-out; /* Safari y Chrome */
	-o-transition:transform .5s ease-in-out; /* Opera */
	-ms-transition:transform .5s ease-in-out; /* Internet Explorer y Microsoft Edge */
}

/*-------------------------------------------------------------------------*/



footer{
	display:block;
	margin-top:0px;
	margin-bottom:-20px;
	background-color:rgb(221,231,228);
	padding:30px 0px;
}


footer .descargos{
	width:100%;
	height:auto;
	margin-bottom:0px;
	text-align:center;
	background-color:rgb(221,231,228);
}

footer .descargos p{
	width:60%;
	margin:0 auto;
	
}

#legal{
	width:30%;
	display:flex;
	margin:auto;
}

#legal a{
	text-decoration:none;
	margin:0 auto;
	padding-top:20px;
}

.ir-arriba {
	display:inline-block;
	text-align: center;
	align-items: center;
	background: rgba(99,99,99,0.5);  /* #024959; */
	font-size:30px;
	color:#fff;
	cursor:pointer;
	position:fixed;
	bottom:0px;
	right:20px;
	width:65px;
	height:40px;
	border-radius: 6px 6px 0px 0px;
}

.ir-arriba i{
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

.ir-arriba:hover {
	background: rgba(39,39,39,0.8);
	transition: all .5s ease-in-out;
}






@media screen and (max-width:900px) {


#llamada h2{
	font-size:20px;
	font-weight:500;
	line-height:27px;
}

.bloque{
	margin-top:-30px;
}

#vblogo{
	width:55%;
	padding:10px 10px;
}

#vblogo img{
	width:55%;
}

#titulo h1{
	font-size:30px;
}

#titulo{
	display:none;
}

.bloque .section{
	width:90%;
}

.bloque .section.titulo div{
	text-align:center;
}

.bloque .section.titulo .div-title{
	width:100%;
	margin-left:-10px;
}

.bloque .section.titulo .div-title h1{
	font-size:28px;
	line-height:40px;
}

.titulo p{
	font-size:20px;
	line-height:35px;
	padding:0px 10px;
}


/*----------- ZONA DE CAPTURA ---------*/

.bloque .section.captura{
	display:block;
}

.bloque .section.captura .div_img{
	width:100%;
}

.bloque .section.captura .div_form{
	width:100%;
}

.bloque .section.captura .div_form .eliminaobj{
	width:100%;
	margin:0 auto;
}


.img-demanda{
	width:95%;
}


form{
	width:95%;
	margin:auto;
}

input {
	width: 94%;
}

#boton_enviar {
	width:100%;
    font-size: 15px;
	font-weight:600;
}

/*---------------------------------------------*/


.bloque .destacar .section .items{
	width:100%;
}

.items h1{
	font-size:30px;
	line-height:40px;
}

.items p{
	font-size:23px;
	line-height:35px;
}


.bloque .destacar .section .boton{
	display:flex;
	padding-bottom:70px;
	margin-top:-30px;
}

.call_to_action{
	width: 100%;	
	font-size:20px;
	font-weight:600;	
	border-radius: 40px;
}


/*----------------- ZONA DE ELIMINACIÓN DE OBJECIONES----------------*/

.bloque .delete_objetion{
	height:auto;
}

.bloque .delete_objetion div{
	width:90%;
	padding:50px 0px;		
}

.bloque .delete_objetion div p{
	font-size:25px;
	font-weight:500;
	line-height:35px;	
}
/*-------------------------------------------------------------------*/



/*-------------------- QUIEN SOY Y POR QUÉ PUEDO AYUDARTE -----------------*/

.bloque .section.history .div-title{
	width:100%;
}

.bloque .section.history .doble{
	width:100%;	
	display: grid;
	grid-template-columns: 1fr;	
	gap: 10px;	
}

.cont_img:nth-child(2n+3){
	grid-row: 1/2;
}

.cont_descrip:first-child{
    grid-row: 3/4;	
}

#foto{display:none;}
#foto_movil{
	display:block;
	width:100%;
	filter: brightness(130%) saturate(1.2); /* Más clara */	
}

.bloque .section.history .doble .cont_descrip{
	width:100%;	
}

.bloque .section.history .doble .cont_descrip #fullancho{
	width:100%;
}

.bloque .section.history .doble .cont_img{
	width:100%;	
}

.doble p{
	width:100%;
	font-size:18px;
	line-height:25px;
	text-align:center;
	padding:0px 0px;
}

.doble span{
	font-size:20px;
}



.bloque .msjfinal{
	width:100%;
}

.bloque .msjfinal .section{
	padding:0px;
}

.bloque .msjfinal p{
	width:90%;
	font-size:22px;
	line-height:40px;
	margin:0 auto;
	padding:20px 5px;
	padding-top:40px;
}

#ToAction2{
	width:90%;
}

#pp{
	padding-top:20px;
}

footer .descargos p{
	font-size:13px;
	width:87%;	
	margin-top:20px;
}


#legal{
	width:100%;
	display:grid;
	grid-template-columns: 1fr;	
	gap:0px;
}

#legal a{
	width:100%;
}



/*-------------------------------------------------------------------------*/





}