﻿body {
	background: rgba(255,255,255,1);
    font-family: Avenir Next, Roboto, Helvetica,Arial, sans-serif;
}

header {
	background: rgba(255,255,255,1);
	margin-top: 20px;
	padding: 20px 80px 20px 80px;
	text-align: center;
	margin-bottom: 20px;
}

main {
	background: #fff;
	 font-family: Roboto;
	
}
footer {
	/* padding: 20px 0; */
	background: #2172B9;
   
}
/*Formularios entrada*/
/*-----------------------------------------------------*/
.formulario-paso {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */
    color: #BDBDBD;
} 

.h2-formulario {
    font-family: Droid Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 130%;
    align-items: center;
    color: #000000;
}

  
.h3-formulario {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    align-items: center;
    /* Azul claro */
    color: #55C0E9;
}
.texto-formulario {
    font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 130%;
/* identical to box height, or 22px */
align-items: center;

/* Gris oscuro */

color: #898B8D;
}
 /*-----------------------------------------------------*/


.h1-personalizado {
  font-family: Droid Serif;
  font-weight: bolder;
  font-size: 49px;
  color: rgba(33,114,185,1);
}

.h2-personalizado {
  font-family: Droid Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 120%;
/* or 60px */

  text-align: center;

/* Gris Logo */

  color: #65665C;
}

.h2-normal {
  font-family: Droid Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
/* or 36px */

  text-align: center;

/* Gris Logo */

  color: #65665C;
}
.h3-personalizado {
	font-family: Roboto;
	font-weight: bolder;
	font-size: calc(1.3rem + .6vw);
	color: rgba(33,114,185,1);
  }

.h3-personalizado-azulclaro {
	font-family: Roboto;
	font-weight: bolder;
    font-size: calc(1.3rem + .6vw);
	color: rgba(85, 192, 233, 1);
  }

.h3-personalizado-azuloscuro {
	font-family: Droid Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
    color: #2172B9;
  }

 .h5-personalizado {
    color: rgba(85, 192, 233, 1);
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
  }

  

.p-personalizado {
    font-family: Roboto;
    margin-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%; 
  }



.label-check {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 140%;
    /* Azul oscuro */

    color: #2172B9;


  }

.p-personalizado-grislogo {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    /* Gris Logo */
    color: #65665C;


  }


.text-primary-clarito {
    color: #0dcaf0!important;
}





.check-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
	padding: 20px;
}

.fomulario_datos_entrada{
	margin-top: 60px;
	
}


/* .formularario_imagen_fondo {
	/* background: #2172B9; */
	/* width: 666px;
    height: 1024px;
	margin: 16px; */
/* } */ 

/*---- colores---*/
.color-gris-logo {
    color: rgba(101, 102, 92, 1);
  }

.color-azulclaro {
    color: rgba(101, 102, 92, 1);
  }

.colorfondo-grisclaro {
    background: #D8D8D6;
}

.colorfondo-azulclaro {
    background: rgba(85, 192, 233, 0.2);
}

.h2-correo {
     color: #55C0E9;;
    font-family: Droid Serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
  }

.h3-correo {
     color: #65665C;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
  }

/*------*/

.margin15 {
    margin:10px 0;
  }

.texto-pregunta {
    font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 130%;

/* Gris oscuro */

color: #898B8D;
}
.pie-pagina {
     width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}