.fondo-blur{
	filter: blur(6px);
	width: 100%;
}
.nav-main{
	z-index: 100;
}
.contactanos-cuerpo-main{
	width: 100%;
	min-width: 1200px;
	background: #eee;
}
.contenedor-img{
	width: 100%;
	min-width: 1200px;
	position: relative;
}
.img-con-top{
	width: 100%;
	position: relative;
}
.contenido-img-titulo{
	width: 1200px;
	margin-left: calc((100% - 1200px)/2);
	position: absolute;
	top: 0px;
	text-align: right;
}
.img-con-titulo{
	width: 50%;
	transition: 2s;
	transform: rotate3d(1,0,0,90deg);
}
.img-con-bottom{
	width: 100%;
	position: relative;
}
.form-contactanos{
	margin-left: calc((100% - 1200px)/2);
	width: 1200px;
	display: flex;
	position: absolute;
	top: 150px;
}
.lado-vacio{
	width: 50%;
}
.lado-form{
	width: 50%;
}
.fila-imagen{
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
	overflow: hidden;	
}
.img-cotizacion{
	width: 70%;
	height: auto;
	transition: 1s;
	transform: translateX(500px);
}
.fila{
	display: flex;
	width: 100%;
}
.fila textarea{
	width: 100%;
	font-size: 20px; 
	font-family: sans-serif;
	padding: 5px 5px 5px 5px;
	border-radius: 0px 10px 10px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(8,8,150);
	outline: none;
}
.separador-filas{
	width: 100%;
	height: 20px;
}
.lado{
	width: 48%;
	display: flex;
}
.separador-lado{
	width: 4%;
}
.lado-icono{
	background: rgb(8,8,150);
	font-size: 25px;
	border-radius: 10px 0px 0px 10px;
	color: white;
	padding: 5px 0px 5px 1px;
	width: 35px;
	text-align: center;
}
.text-area-in{
	height: 50px;
	padding-top: 25px;
	padding-left: 3px;
}
.lado-input{
	background: white;
	font-size: 20px;
	border-radius: 0px 10px 10px 0px;
	width: calc(100% - 33px);
}
.lado-input input{
	width: 100%;
	font-size: 20px; 
	padding: 5px 5px 5px 5px;
	border-radius: 0px 10px 10px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(8,8,150);
	outline: none;
}
.fila-btn{
	width: 100%;
	text-align: center;
}
.btn-enviar{
	font-size: 25px;
	background: rgb(8,8,150);
	color: white;
	margin-top: 5px;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 10px 10px 10px;
	border-style: none;
	cursor: pointer;
	outline: none;
}
.btn-enviar:hover{
	background: rgb(10,10,60);
}

.cuerpo-contactanos{
	padding: 10px 10px 10px 10px;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.titulo-contactanos{
	font-size: 30px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	color: #333;
}
.subtitulo-contactanos{
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	color: #333;
}
.medio-contacto{
	width: 100%;
}
.titulo-contacto{
	font-size: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	color: #333;
	font-family: 'Nanum Pen Script', cursive;
	font-family: 'Permanent Marker', cursive;
}
.fila-iconos{
	width: 100%;
	display: flex;	
	padding-bottom: 20px;
}
.icono-red{
	width: 20%;
	text-align: center;
}
.texto-icono-red{
	padding-top: 5px;
	color: rgb(8,8,150);
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.img-social-contacto{
	width: 25%;
}
.img-red{
	width: 60%;
}
.espacio-cuerpo{
	width: 100%;
	height: 40px;
	background: #eee;
}
.dato-movil{
	display: none;
}
.separador-medios{
	width: 100%;
	height: 20px;
}
#map{
    height: 500px;
    width: calc(100%);
}
.separador-contacto{
	width: 100%;
	height: 10px;
}
.medio-verde{
	background: #20a700;
}
.fila-datos{
	padding: 10px 10px 5px 10px;
	width: calc(100% - 20px);
	padding-bottom: 15px;
}
.dato{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333;
	padding-bottom: 5px;
}
.dato i{
	padding-left: 5px;
	padding-right: 5px;
}
.medio-red{
	background: red;
}
.columna-contacto{
	width: 100%;
	display: flex;
	padding-bottom: 10px;
}
.columna-mitad1{
	width: 30%;
}
.columna-mitad2{
	width: 70%;
}
.fila-datos-form{
	padding: 0px 10px 5px 10px;
	width: calc(100% - 20px);
	padding-bottom: 15px;
}
.texto-label{
	font-size: 20px;
	padding-bottom: 5px;
}
.separador-label{
	width: 100%;
	height: 10px;
}
.text-area{
	width: calc(100%);
	font-size: 17px;
	height: 180px;
}
.cuerpo-btn{
	width: 100%;
	text-align: center;
}
.separador-footer {
	height: 0px;
}
