@charset "utf-8";


.flex-content{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.top{
	padding: 20px 0;
}

header{
	padding: 30px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
	transition: all 0.5s;
}

h1{
	margin: 0;
	background-image: url(../img/logo-blanco-radicarme.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 130px;
	width: 191px;
	margin-left: 20px;
	transition: all 0.5s;
}

.navbar-toggler{
	background-color: #fff;
}

.img-top{
	width: 100%;
	height: 100vh;
	background-image: url(../img/dibujo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #394673;
}

.img-top span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50px;
}

.img-top span:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 10px;
  background-color: white;
  animation: scrollDown 2s infinite;
}
.img-top2{
	width: 100%;
	height: 100vh;
	background-image: url(../img/jubilaciones.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #394673;
}

.img-top2 span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50px;
}

.img-top2 span:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 10px;
  background-color: white;
  animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  
  30% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
    transform: translate(-50%, 22px);
  }
}

.header2{
	background-color: rgba(43,43,45,.99);
	transition: all 0.5s;
}

.header2 h1{
	width: 74px;
	height: 50px;
	transition: all 0.5s;
}

.menu .nav-item{
	padding: .5em;
}

.menu a{
	color: #dde1f2;
	font-weight: 500;
	text-transform: uppercase;
}


.menu .nav-item:hover{
	background-color: #75aadb;
	transition: all .3s;

}

.menu .ws{
	background-color: #0dde15;
}

.img-top h2{
	font-family: 'Merriweather', serif;
	font-weight: 900;
	color: #dde1f2;
	font-size: 60px;
	text-align: center;
	text-shadow: .1em .1em .1em rgba(0,0,0,0.6);
	width: 100%;
	max-width: 790px;
	margin: 0 auto .5em auto;
}
.img-top2 h2{
	font-family: 'Merriweather', serif;
	font-weight: 900;
	color: #ffffff;
	font-size: 60px;
	text-align: center;
	text-shadow: .1em .1em .1em rgba(0,0,0,0.6);
	width: 100%;
	max-width: 790px;
	margin: 0 auto .5em auto;
}
.img-top a{
	width: 80%;
	max-width: 220px;
	margin: 0 auto;
	font-size: 20px;
	color: #394673;
}
.img-top2 a{
	width: 80%;
	max-width: 220px;
	margin: 0 auto;
	font-size: 20px;
	color: #394673;
}
.manos{
	background-image: url(../img/manos-pasaportes.png);
	height: 87px;
	background-size: contain;
	background-repeat: repeat-x;
}
.manos2{
	background-image: url(../img/tramites.png);
	height: 87px;
	background-size: contain;
	background-repeat: repeat-x;
}
#nosotros{
	padding-top: 117px;
}

#nosotros .nosotros-text{
	background-color: #dde1f2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}



.titulos{
	font-family: 'Merriweather', serif;
	font-weight: bold;
	color: #394673;
	font-size: 30px;
}

#nosotros .titulos{
	color: #394673;
}




.forma{
	width: 100px;
	height: 100%;
	background-image: url(../img/forma.png);
	background-size: 100% 100%;
}

#servicios, #pago{
	background-color: #75aadb;
	padding: 117px 0 40px 0;
}

#servicios .titulos{
	color: #dde1f2;
	text-align: center;
	margin-bottom: 1em;
}

#servicios p{
	text-align: center;
	margin-top: 1em;
	color: #2b2b2d;
}

#preguntas .titulos{
	text-align: center;
	color:#2b2b2d;
	margin-bottom: 1em;
}

#preguntas .btn-link{
	font-family: 'Merriweather', serif;
	color: #454548;
	font-size: 16px;
}


#preguntas .card-body p{
	color: #394673;
	font-size: 16px;
	width: 100%;
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
}

.img-nac{
	background-image: url(../img/nacionalidades.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	height: 76px;
}

#pago .titulos{
	color: #dde1f2;
	text-align: center;
}

#pago p{
	color: #2b2b2d;
	text-align: center;
	margin-top: 1em;
}

.formulario{
	background-image: url(../img/contacto-bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}

.contact-info{
	color: #dde1f2;
}

.contact-info h3{
	font-size: 40px;
	color:#dde1f2;
	font-weight: 400;
	margin-bottom: .5em;
}

.contact-info .img-nac{
	background-position: left bottom;
}

.contact-info ol{
	padding-bottom: 1em;
	border-bottom: solid 2px #5c81a4;
}

.contact-info h5{
	margin-top: 1.5em;
}

.redes a{
	font-size: 25px;
}

.terminos{
}

.terminos-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.terminos img{
	fle
}

@media (max-width: 1200px){
}

@media (max-width: 1400px){
}

@media (max-width: 992px){
}

@media (max-width: 768px){
	.logo{width: 100%}
	h1{width: 100%; background-position: center; margin: 0;}
	.wrapper nav{margin-top: 20px;}
	.forma{display: none;}
	#nosotros .w-100{width: auto!important;}
	#nosotros h4, #nosotros p{margin-left: 15px; margin-right: 15px; text-align: center;}
	#nosotros .nosotros-text{padding-top: 40px; padding-bottom: 40px;}
}

@media (max-width: 500px){
	h1{height: 80px;}
}

@media (max-width: 380px){
	.img-top h2{font-size: 40px;}
}

@media (max-width: 380px){
	.img-top2 h2{font-size: 40px;}
}
/*-------------------------------------------------*/

@media (min-width: 768px){
	.flex-content{	max-width: 750px;}
}

@media (min-width: 992px){
	.flex-content{	max-width: 970px;}
		
}

@media (min-width: 1200px){
	.flex-content{	max-width: 1170px;}
}

@media (min-width: 1400px){
	.flex-content{	max-width: 1370px;}
}

@media (min-width: 1920px){
	.flex-content{	max-width: 1400px;}
}
/*-------------------------------------------------*/
.aviso-cookies{
	display: none;
	background: #f9ffff;
	padding: 28px;	
	max-width: 97%;
	line-height: 102%;
	border-radius: 10px;
	position: fixed;
	bottom: 54px;
	left: 2%;
	z-index: 92;
	padding-top: 28px;
	box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .50);
	text-align: center;
	width: 100%;
}
.aviso-cookies.activo{
	display: block;
}

.aviso-cookies .titulo{
	margin-bottom: 15px;
}
.aviso-cookies .parrafo{
	margin-bottom: 15px;
}
.aviso-cookies .boton{
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}
.aviso-cookies .boton:hover{
	background: #000;
}
.aviso-cookies .enlace{
	color: #4dbfff;
	text-decoration: none;
	font-size: 14px;
}
.aviso-cookies .enlace:hover{
	text-decoration: underline;
}
.fondo-aviso-cookies{
	display: none;
	background: rgba(0, 0, 0, .20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
.fondo-aviso-cookies .activo{
	display: block;
}