*{
	padding: 0;
	margin: 0;
}
header{
	width: 100%;
	height: 65px;
	background: transparent;
	border-bottom: 1px solid white;
	position: absolute;
	z-index: 10;
}
body{
	overflow: hidden;
	overflow-y: scroll;
}

#loader_page{
	display: block;
	background: white;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;

}
.circulo_central_loader_page{
	width:90px;
	height: 90px;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;*/
	 position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

A:link { color: white;  text-decoration: none }
A:hover { color: white;  text-decoration: none; list-style: none; }
A:visited { color: white;  text-decoration: none }

.contenido_header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.image_banner{
	width: 100%;
	height: 850px;
	background-image: url("../img/1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.frase_bienvenida{
	position: relative;
	top: 100px;
	margin: auto;
	width: 600px;
}
.frase_bienvenida h2{
	text-align: center;
	color: white;
	font-size: 58px;
	font-weight: lighter;
}
.plataforma_documental_descripcion{
	font-size: 22px;
	color: white;
	text-align: center;
}
/*------- cuadro informacion plataforma --------*/
.cuadro_informacion_plataforma{
	width: 340px;
	height: 420px;
	background: rgba(255,255,255,.9);
	position: relative;
	top: 150px;
	margin: auto;
	padding-top: 30px;
}
.imagen_cuadro_informacion_plataforma{
	display: block;
	width: 85px;
	height: 85px;
	margin: auto;
	margin-bottom: 15px;
	position: relative;
	top: 15px;
}
.adquiere_apply{
	font-size: 28px;
	color: black;
	text-align: center;
	font-weight: lighter;
}
#comprar_apply, .boton_cotizacion, #boton_enviar_contacto{
	border-radius: 25px;
	font-size: 15px;
	font-size: 1.07142857rem;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	background: white;
	border: 1px solid #2d2e47;
	display: block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	margin: auto;
    margin-top: auto;
	background: #2d2e47;
	margin-top: 15px;
	width: 120px;
}
#boton_enviar_contacto{
	background: white;
	color: #2d2e47;
}
#comprar_apply:hover, .boton_cotizacion:hover{
	background:#35b5ac; 
	transition: 1s;
	border: 1px solid #35b5ac;
}
.beneficios_apply{
	width: 90%;
	margin: auto;
	margin-top: 10px;
	position: relative;
	left: 10px;
	font-size: 14px;
}
#mas_sobre_apply{
	width: 150px;
	height: 42px;
	border-radius: 35px;
	display: block;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: white;
	border: 1px solid white;
	cursor: pointer;
}
#mas_sobre_apply:hover{
	background: rgba(0,0,0,.4);
}
.flecha-hacia-abajo{
	width: 30px;
	height: 30px;
	display: block;
	margin: auto;
	position: relative;
	top: 5px;
}

.cuadro_mas_sobre_apply{
	position: relative;
	top: 150px;
	width: 400px;
	margin: auto;
}
/*----------------*/
.nombre_logo_plataforma{
	display: flex;
	align-items: baseline;
}
.nombre_logo_plataforma p{
	position: relative;
	top: 5px;
	left: 3px;
	color: white;
	/*font-weight: bold;*/
	font-size: 16px;
}
.contenedor_sin_in_up{
	width: 250px;
	display: flex;
	position: relative;
	top: -5px;
}
#iniciar_session_apply, #cotizar_apply{
	width: 120px;
	height: 40px;
	border: 1px solid white;
	border-radius: 33px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 25px;
}
#cotizar_apply{
	background: white;
	color: black;
	display: none;
}
#iniciar_session_apply:hover, #cotizar_apply:hover{
	border: 1px solid #2d2e47;
	background: #2d2e47;
	color: white;
	text-decoration: none;
	transition: 1s;
}

.contenedorBotonesHeader{
	width: 0px; 
	height: 0px;
}
.bloqueBotonesHeader{
	width: 150px;
	background: grey;
	position: relative;
	top: 38px;
	left: -110px;
	color: black; 

	display: none;
}
.bloqueBotonesHeader a{
	display: block;
	font-size: 13px;
	padding: 5px;
}
.bloqueBotonesHeader a{
	padding-left: 8px;
}
.bloqueBotonesHeader a:hover{
	background: #1784a3;
}
/*---------- SEGUNDO HEADER ----------*/
.segundo_header{
	width: 100%;
	height: 70px;
	display: none;
}
.header_fijo{
	position: fixed;
	background: white;
	top: 0px;
	z-index: 1000;
	transition: 1s;
}

.contenedor_segundo_header{
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c2c2c2;
}
.link_header_dos a{
	color: black;
	margin-left: 25px;
	font-weight: bolder;
}
/*-------- MAs info apply ---------*/

.mas_info_apply{
	margin-bottom: 20px;
	box-sizing: border-box;
}
.contenedor_mas_info_apply{
	padding: 30px;
	border-bottom: 1px solid #c2c2c2;	
}
.contenedor_mas_info_apply p{
	font-size: 20px;
	width: 80%;
	margin: auto;
	text-align: center;
	font-weight: lighter;
}
/*-------- por que usar apply ---------*/
.porque_usar_apply{
	margin-top: 20px;	
}
.contenedor_porque_usar_apply{
	padding: 0px;
}

.razon_una{
	position: relative;
	cursor: pointer;
}

.contenedor_filtre{
	position: absolute;
	width: 100%; 
	height: 100%;
}

#preguntar_mas_apply{
	border-radius: 25px;
	font-size: 15px;
	font-size: 1.07142857rem;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	background: white;
	border: 1px solid #2d2e47;
	display: block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	margin: auto;
	color: #2d2e47;
	margin-top: 15px;
}
#preguntar_mas_apply:hover{
	background:  #2d2e47;
	color: white;
	transition: 1s;
}
/*---- Contenedor razon uno -------*/
.razon_una{
	width: 100%;
	height: 450px;
	background: url("../img/img_1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;

}

.contenedor_razon_uno{
	width: 400px;
	height: 250px;
	padding-top: 20px;
	position: relative;
	right: 130px;
}
.contenedor_razon_uno h3{
	text-align: center;
	font-size:58px;
	font-weight: lighter;
	color: white;
}
.contenedor_razon_uno p{
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	color: white;
}

/*-------- Razon dos ---------*/
.contenedor_dos_partes_porque_usar{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin-top: 35px;
}

.parte_dos_porque_usar{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 49%;
	height: 550px;
	padding: 20px;
	position: relative;
}

.parte_dos_porque_usar h3{
	text-align: center;
	font-size:45px;
	font-weight: lighter;
	color: white;
}
.parte_dos_porque_usar p{
	margin: auto;
	width: 85%;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	color: white;
}




/*---------- desarrollador ------------*/
.desarrollador_apply{
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: space-between;	
	margin-top: 30px;
}
.partes_desarrollador_apply{
	width: 50%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partes_desarrollador_apply img{
	width: 300px;
	height: 300px;
	border-radius: 50%;
}

.partes_desarrollador_apply h3{
	text-align: center;
	font-size:52px;
	font-weight: lighter;
}
.partes_desarrollador_apply p{
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
}

/*------ Contacto -------*/

.section_contacto {
	width: 100%;
	height: 500px;
	padding-top: 50px;
	box-sizing: content-box;
	background: #2d2e47;
}
.section_contacto h2 {
	text-align: center;
	font-size:52px;
	font-weight: lighter;
	color: white;
}
.section_contacto p {
	width: 40%;
	margin: auto;
	text-align: center;
	color: black;
	font-size: 16px;
}
.tabla_informacion_contacto {
	width: 100%;
	color: black;
	font-size: 16px;
}

.tabla_informacion_contacto tr td {
	padding: 14px;
	color: white;
}
.tabla_informacion_contacto img {
	width: 25px;
	height: 25px;
}
#formulario_contacto {
	width: 100%;
	border-radius: 12px;
}
#formulario_contacto input {
	color: black;
	width: 100%;
	padding: 5px 5px 5px 15px;
	background: white;
	border: 1px solid white;
	margin-bottom: 15px;
	font-size: 13px;
}

#formulario_contacto textarea {
	width: 100%;
	height: 130px;
	padding: 5px;
	background: white;
	border: 1px solid #e6e6e6;
	resize: none;
	color: black;
	padding: 5px 5px 5px 15px;
}
#boton_enviar_contacto{
	margin: 0px;
	margin-top: 15px;
	font-size: 14px;
}

.contenedor_gen_contacto{
	display: flex;
	justify-content: space-between;
}


/* SecciÃ³n cotizaciÃ³n */
.seccion_cotizacion{
	width: 100%;
	height: 210px;
	display: flex;
	align-items: center;
	background: white;
	margin-top: 40px;
}
.container_seccion_cotizacion{
	background: #f2f3f7;
}

.flechas_cotizacion{
	width: 55px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flechas_cotizacion img{
	width: 50px;
	height: 50px;
	display: none;
	cursor: pointer;
}
.contenedor_cotizacion{	
	height: 220px; 
	padding: 20px; 
	width:100%; 
	box-sizing: border-box;
	
}
.seccion_cotizacion h2{
	color: black; 
	font-size: 32px; 
	text-align: center;
	width: 100%;
	font-weight: lighter;
}

.contenedor_animacion_formulario{
	display: flex; 
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

/* Formulario */
.formulario_cotizacion{
	width: calc( 100% - 170px );
}
.group_form_cotizacion{
	display: none;
}
.label_formulario_cotizacion{
	font-size: 22px; 
	color: black; 
	text-align: center;
	font-weight: lighter;
}

.input_cotizacion{
	width: 100%;
	margin: auto;
	/*height: 42px;*/
	border: 2px solid white;
	padding: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	background: white;
	color: #2d2e47;
	/*text-align: center;*/
	font-size: 16px;
	display: block;
}
#cual_sector_cotizacion{
	display: none;
	margin-top: 15px;
}
.textarea_cotizacion{
	width: 100%; 
	height: 60px;
	background: white; 
	border: 2px solid white; 
	resize: none; 
	color: #2d2e47; 
	padding: 5px 10px 5px 10px;
}

.cont_p{
	height: 20px; 
	margin-top: 0px;
}
#informacion_input{
	color: orange;  
	margin-left: 5px; 
	display: none; 
	font-size: 14px;
}

#nombre_apellidos_cotizacion{
	display: block;
}


/* select */
#sector_cotizacion {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 2px solid white;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
}

#sector_cotizacion {
   color: white;
   background-image: url(http://i62.tinypic.com/15xvbd5.png);
   padding-left: 10px;
   box-sizing: border-box;
   background: transparent;
   position: relative;
   left: 0px;
       color: #2d2e47;
    background-image: url(http://i62.tinypic.com/15xvbd5.png);
    padding-left: 10px;
    box-sizing: border-box;
    background: white;
    position: relative;
    left: 0px;
        font-size: 13px
}



/* Lineas de carga */
.linea_carga{
	background: white;
	width: calc( 100% - 170px ); 
	margin: auto; 
	height: 1px; 
	margin-top: 0px; 
	display: none;
	position: relative;
	top: 0px;
}
.linea_gruesa_carga{
	background: #2d2e47; 
	height: 3px; 
	width: 0; 
}
.bolita_carga{
	background: #2d2e47; 
	width: 10px; 
	height: 10px; 
	position: relative;
	top:-7px; 
	border-radius: 50%; 
}

/* Quitar botones input number */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

/* Loading enviar formulario */
#group_enviado img{
	display: block;
	margin: auto; 
	width: 100px; 
	height: 100px;
}

 .checkmark__circle { 		
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;

    stroke: /*#7ac142*/ #2d2e47;
    fill: none;
    animation: stroke 0.6s  cubic-bezier(0.65, 0, 0.45, 1) forwards;
	fill: white;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #2d2e47;
  stroke-miterlimit: 10;
  margin: auto;
  box-shadow: inset 0px 0px 0px /*#7ac142*/ white;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
.texto_cotizacion_recibida{
	font-size: 32px;
	font-weight: lighter; 
	text-align: center;
	color: black; 
	margin-top: 15px;
}
.texto_pronto_nos_comunicaremos{
	font-size: 16px; 
	text-align: center;
	color: black; 
	margin-top: -15px;
}