
.modal{
	position: absolute;
	top: -500%;
	
	
	z-index: 2000;
	width: 100%;
	height: 100vh;

}
.modal i{
	font-size: 120px;
	color:#a6600a;
}
.modal h2{
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

.img-contacto img{
	position: relative;
	width: 80%;
	vertical-align: top;
}
.form-contacto input{
	position: relative;
	width: 100%;
	height: 48px;
	background:#f3f3f9; 
	border:none;
	border-radius: 4px;
	border-left: 2.5px solid #7d99fb;
	padding-left: 10px;
	outline: none;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
	color: #1e1e1e;
	font-size: 24px;
}
.form-contacto input:focus{
	border-color: #182e7a;
}
.form-contacto textarea{
	position: relative;
	width: 100%;
	height: 188px;
	background:#f3f3f9; 
	border:none;
	border-radius: 4px;
	border-left: 2.5px solid #7d99fb;
	padding-left: 10px;
	padding-top: 10px;
	outline: none;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #1e1e1e;
	font-size: 24px;
}
.form-contacto textarea:focus{
	border-color: #182e7a;
}
.form-contacto input::placeholder{
	font-size: 24px;
	font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
	color: #1e1e1e;
}
.form-contacto textarea::placeholder{
	font-size: 24px;
	font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
	color: #1e1e1e;
}
.btn-amarillo{
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-decoration: none;
	background: #7d99fb;
	padding: 10px 20px;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	border-radius: 5px;
	transition: .5s;
	border: 2px solid #7d99fb;
}
.btn-amarillo:hover{
	transition: .5s;
	background: #fff;
	color:#182e7a ;
	border-color: #182e7a;
}
.tit-contacto{
	position: relative;
	font-size: 34px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

aside{
	position: relative;
	width: 100%;
	height: auto;
}
.datos-contacto{
	width: 100%;
	height: 100vh;
	position: relative;
	background: #f3f3f9;
}

.tit-datos-contacto{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 900;
}
.texto-parrafo{
	position: relative;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Neuton', serif;
    font-weight: 400;
}
.dat-caja i{
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #182e7a;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
.tt-d{
	width: auto;
	position: relative;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.td-d{
	width: auto;
	position: relative;
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.mapin{
	position: relative;
	width: 100%;
	height: 100vh;
}

@media screen  and (max-width: 1200px){
	.tit-datos-contacto{
	font-size: 50px;
	line-height: 50px;
	}
}
@media screen  and (max-width: 992px){
	.img-contacto img{
		margin-top: 10px;
		width: 40%;
	}
	.form-contacto input{
		height: 44px;
		font-size: 20px;
	}
	.form-contacto textarea{
		height: 150px;
		font-size: 20px;
	}
	.form-contacto input::placeholder{
		font-size: 20px;
	}
	.form-contacto textarea::placeholder{
		font-size: 20px;
	}
	.tit-contacto{
	font-size: 32px;
	}
	.btn-amarillo{
	padding: 8px 17px;
	font-size: 20px;
	}
	.datos-contacto{
	height: auto;
	}
	.texto-parrafo{
	font-size: 20px;
	line-height: 20px;
	}
	.dat-caja i{
	width: 60px;
	height: 60px;
	font-size: 27px;
	}

}
@media screen  and (max-width: 768px){
	.tit-contacto{
	font-size: 30px;
	}
	.btn-amarillo{
	padding: 8px 17px;
	font-size: 16px;
	}
	.texto-parrafo{
	font-size: 16px;
	line-height: 16px;
	}
	.tit-datos-contacto{
	font-size: 38px;
	line-height: 38px;
	}
	.tt-d{
	font-size: 20px;
	}
	.td-d{
	font-size: 14px;
	}
}
@media screen  and (max-width: 576px){
	.img-contacto img{
		margin-top: 10px;
		width: 60%;
	}
	.form-contacto input{
		height: 40px;
		font-size: 16px;
	}
	.form-contacto textarea{
		height: 120px;
		font-size: 16px;
	}
	.form-contacto input::placeholder{
		font-size: 16px;
	}
	.form-contacto textarea::placeholder{
		font-size: 16px;
	}
	.tit-contacto{
	font-size: 26px;
	}
	.dat-caja i{
	width: 50px;
	height: 50px;
	}
}