
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');


*{
	margin:0;
	padding:0;	
font-family: 'Questrial', sans-serif;

	font-size:18px;
	line-height: 25px;
	outline:none;
}
@media screen and (min-width : 0px) and (max-width:700px){
*{
	font-size:16px;
}
}
body, html{
	height:100%;
	position:relative;
	z-index:0;
}

html{
    max-width: 100%;
    overflow-x: hidden;
}
html{
	margin:0;
	padding:0;
	background:#fff;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width:300px;
  
}		
.contenedor-loader{
	background:#414091;	
	position:fixed;
	width:100%;
	height:100%;
	z-index:10000;
}

.trapecio {
    width: 238px;
    height: 0px;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-bottom: 62px solid #807AF8;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	z-index:10000;
}

.trapecio_int {
    width: 236px;
    height: 0px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 58px solid #414091;
    position: absolute;
    margin: auto;
    top: 2px;
    left: -29px;
}
	
	
	.loader_pag{
		
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 283px;
    height: 50px;
	z-index:10000;

	}
	.loader_pag_int{
		position:relative;
	}
	.triangulos{		
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-bottom: 50px solid #414091;
		position:absolute;
		top:0;
	}
	.triangulos.trian1{
		left:0;
	}
	.triangulos.trian2{
		left:29px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
	}
	.triangulos.trian3{
		left:58px;
	}
	.triangulos.trian4{
		left:87px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
	}
	.triangulos.trian5{
		left:116px;
	}
	.triangulos.trian6{
		left:145px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
	}
	.triangulos.trian7{
		left:174px;
	}
	.triangulos.trian8{
		left:203px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
	}
	.triangulos.trian9{
		left:232px;
	}
	
.triangulos{
 animation: cargando_tri 5s ease-in-out both infinite;	
}
.triangulos:nth-child(1) {
  animation-delay: 0;
}
.triangulos:nth-child(2) {
  animation-delay: 0.2s;
}
.triangulos:nth-child(3) {
  animation-delay: 0.4s;
}
.triangulos:nth-child(4) {
  animation-delay: 0.6s;
}
.triangulos:nth-child(5) {
  animation-delay: 0.8s;
}
.triangulos:nth-child(6) {
  animation-delay: 1s;
}
.triangulos:nth-child(7) {
  animation-delay: 1.2s;
}
.triangulos:nth-child(8) {
  animation-delay: 1.4s;
}
.triangulos:nth-child(9) {
  animation-delay: 1.6s;
}
@keyframes cargando_tri {
0%,  100% {   border-bottom: 50px solid #414091;}
39%, 40%, 80% { border-bottom: 50px solid #7A8CFF; } 
}



/****************************GENERALES*****************************/
h1.titulo_pagina_fondo{
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    padding: 20px 0 20px 0;
	font-size:34px;
	line-height:25px;
}
h1.titulo_pagina_fondo:after{
content: '';
    height: 3px;
    background: #FFF;
    width: 50px;
    position: absolute;
    bottom: 10px;
    left: 0;
    border-radius: 4px;	
}
h1.titulo_pagina{
	color:#8c54e9;
	font-size:34px;
	text-align:center;
	font-weight:bold;	
	width:90%;
	display:block;
	margin:0 auto;
	line-height:40px;
}

@media screen and (min-width : 0px) and (max-width:700px){
h1.titulo_pagina_fondo{
	font-size:30px;
}

h1.titulo_pagina{
	font-size:30px;	
}	
}
@media screen and (min-width : 0px) and (max-width:400px){
h1.titulo_pagina_fondo{
	font-size:26px;
}

h1.titulo_pagina{
	font-size:26px;	
}	
}
a.link_contacto{
	color:#FFF;
	text-decoration:none;
	padding:20px 0 10px 10px;
	line-height:30px;
	font-size:24px;	
	display:block
}

	
.formularios_general fieldset {
  margin: 0 auto 0 auto;
  padding: 0px;
  border: 0;
  width: 100%;
}

.formularios_general  label{
	width:28%;
	display:inline-block;	
	vertical-align:middle;
}

.formularios_general  .campo_input{
	width:68%;
	display:inline-block;		
	border:1px solid #666;
	height:25px;
	background:#FFF;
	vertical-align:middle;
	padding:0 0 0 1%;
	border-radius:6px;
	margin:8px 0;
	color:#fff;
	outline:none;
}

.formularios_general  select.campo_input{
	width:69%;
	vertical-align:middle;
}
::-webkit-input-placeholder {
   color: #CCC;
}

:-moz-placeholder { /* Firefox 18- */
   color: #CCC;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #CCC;  
}

:-ms-input-placeholder {  
   color: #CCC; 
}
.formularios_general .campo_area{
	width:68%;
	display:inline-block;		
	border:1px solid #666;
	height:55px;
	background:#FFF;
	vertical-align:middle;
	padding:0 0 0 1%;
	border-radius:6px;
	margin:8px 0;
	color:#fff;
}
.formularios_general .l_check{
    width: 28%;
    display: inline-block;
    text-align: right;
}
.formularios_general .lab_check{
	width:68%;
	display:inline-block;
	height:25px;
	vertical-align:middle;
	padding:0 0 0 1%;
	margin:8px 0;
	color:#000;
	
}
.formularios_general .lab_check a{
	color:#000;
}

	
.formularios_general .boton_form{
	width:150px;
	cursor:pointer;
	-webkit-appearance: none;

}

.formularios_general .pareja{
	display:block;
	margin:10px auto;
	position:relative
}
.formularios_general .pareja a {
    color: #000;
}


.errorTextf{
	display:none;	
}

	
	.separador{
		display:block;
		margin:30px auto;
		height:25px;
		position:relative;
		width:50%;
	}
	.separador:before{
		position:absolute;
		height:2px;
		content:'';
		background:#645196;
		width:40%;
		left:0;
		margin:auto;
		top:0;
		bottom:0;
		
	}
	.separador:after{
		position:absolute;
		height:2px;
		content:'';
		background:#645196;
		width:40%;
		right:0;
		margin:auto;
		top:0;
		bottom:0;
		
	}
	.separador img{
		height:100%;
		width:auto;
		display:block;
		margin:0 auto;	
	}
@media screen and (min-width : 0px) and (max-width:1300px){
	
	.separador{
		width:70%;
	}

}
@media screen and (min-width : 0px) and (max-width:940px){
	


	.separador:before{
		width:35%;
		
	}
	.separador:after{
		width:35%;
		
	}
}
@media screen and (min-width : 0px) and (max-width:600px){
	
	
	.separador{
		width:90%;
	}


	.separador:before{
		width:30%;
		
	}
	.separador:after{
		width:30%;
		
	}
}
@media screen and (min-width : 0px) and (max-width:400px){
	

	.separador:before{
		width:25%;
		
	}
	.separador:after{
		width:25%;
		
	}
}
	section{
	position:relative;
	z-index:1;

	background-color: #fff;

	padding: 0px 0 50px 0;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
				
	}

/**********************MENU************************************/


header{
	position: absolute;
	height: 120px;
	width: 90%;
	z-index: 1;
	left: 5%;
	top: 10px;	
}

/* ESTILO MENU */
#sticky_navigation_wrapper { width:100%; z-index:10 }
.menu_top{
height:100px; position:absolute;		
}
#sticky_navigation {    width: 90%;
    height: 100%;
    text-align: justify;
    position: relative;
    margin: 0 auto;}


	.menu_fijo{
		position:fixed;
		top:0;
		left:0;
		background:rgba(25,28,77,1);
		font-size:14px;
		height:60px;
		box-shadow:0px 4px 3px rgba(0,0,0,.5);
	}

.menu_fijo #sticky_navigation{
	width: 90%;
}
.menu_fijo #sticky_navigation header img {
    max-width: 100%;
    height: 100%;
}

.pos_menucelp{
	  top: 24px;
}
.pos_menucelg{
		top:53px;
}

header img{
	max-width:100%;
	height:100%;
}

#nav-icon2{
    width: 40px;
    height: 35px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}



#nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 14px; 
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 28px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 4px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 4px;
  top: 21px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 21px;
}

nav.menu{
	position:absolute;
	width:50%;
	height:40px;
	right:50px;
	top:0;
	bottom:0;
	margin:auto;
	display:none
	
}
nav.menu ul li{
	display:inline-block;
	width:25%;
	color:#FFF;
	text-align:center;
	font-size:20px;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
}
nav.menu ul li a{
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    display: block;
    height: 40px;
    line-height: 40px;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
}

nav.menu ul li:hover{
	background:#FFF;
	border-radius:4px;
	
}
	nav.menu ul li:hover a{
		color:#191C4D;
		font-weight:bold;
		
	}
	nav.menu ul.tam_letra li a{
		font-size:18px;
		
	}


	nav.menu ul.tam_letrag li a{
		font-size:22px;
		
	}

nav.menu ul.tam_letrag .sub1 li a{
		font-size:16px;
	
}

div#mobileMenu {
    display: none;
}


.menu .sub1 {
    display: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    z-index: 200;
    width: 40%;
    top: 35px;
    left: 43%;
    padding: 15px 0 0 0;
}

@media screen and (min-width : 0px) and (max-width:1500px){
	.menu .sub1{
		width: 50%;
		left:38%;
	}
}

.menu .sub1 ul{
	position:relative;	
}

.menu .sub1 ul:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
}	
.menu .sub1 li{
	display:block;
	background:#FFF;
	width:100%;
	cursor:pointer;
}	
.menu .sub1 li:hover{
	background:rgba(25,28,77,0.9);
	color:#FFF;	
	border-radius:4px;
}
.menu .sub1 li:hover a{
	color:#FFF;	
}


.menu ul li:hover .sub1{
	display:block;
	z-index:1000;
	
	
}
.menu .sub1 li a{
	color:rgba(25,28,77,0.9);
	text-align:left;
	padding:0 0 0 10px;	
	display:block;
	font-size:16px;
	font-weight:bold;
}





@media screen and (min-width : 0px) and (max-width:1070px){

nav.menu{
	width:55%;
		
}
nav.menu ul li a, nav.menu ul.tam_letrag li a{
	font-size:20px;	
}
}
@media screen and (min-width : 0px) and (max-width:1150px){
#sticky_navigation{
	width:100%;	
}
}
@media screen and (min-width : 0px) and (max-width:850px){

header img {
    max-width: 250px;
    height: auto;
	max-height: 100%;
}

}

@media screen and (min-width : 0px) and (max-width:770px){

header img {
    max-width: 200px;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}

}

.menu_cel{
display:none;	
}
@media screen and (min-width : 0px) and (max-width:700px){

.menu, .menu_cel{
display:none;	
}
	#nav-icon2, .menu ul{
		display:none;	
	}
header{
    width: 100%;
    left: 0;
    top: 0;
    height: 100px;	
}
header img {
    position: absolute;
    left: 5%;
    display: block;
    width: auto;
    max-width: 95%;
    height: auto;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
}


	.js #mobileMenu {
		display:block;
		position:absolute;
		width:100%;
		z-index:1001;
		top: 80px;
	}
	.menu_fijo #mobileMenu {
		top: 25px;
	}
	.menu_fijo #sticky_navigation{
		width:100%;	
	}
	/*
		Mobile Menu Core Style
	*/
	
	.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; outline:none}
	.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
	.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
	.slicknav_menu .slicknav_no-text { margin: 0 }
	.slicknav_menu .slicknav_icon-bar { display: block; width:35px; height: 3px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
	.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 5px }
	.slicknav_nav { clear: both }
	.slicknav_nav {
	background:rgba(25,28,77,1)
	}
	.slicknav_nav ul,
	.slicknav_nav li { display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	 }
	.slicknav_nav .slicknav_arrow { margin: 0 0 0 0.4em; }
	.slicknav_nav .slicknav_item { cursor: pointer; }
	.slicknav_nav .slicknav_row { display: block; }
	.slicknav_nav a, .slicknav_nav .item_menu { display: block }
	.slicknav_nav .slicknav_item a,
	.slicknav_nav .slicknav_parent-link a, , .slicknav_nav .item_menu { display: inline }
	.slicknav_menu:before,
	.slicknav_menu:after { content: " "; display: table; }
	.slicknav_menu:after { clear: both }
	/* IE6/7 support */
	.slicknav_menu { *zoom: 1 }
	
	/* 
		User Default Style
		Change the following styles to modify the appearance of the menu.
	*/
	
	.slicknav_menu {
		font-size:16px;
	}
	.slicknav_menu .slicknav_no-text {
		font-size:30px;
	}
	/* Button */
	.slicknav_btn {
		margin: 0px 20px 0;
		text-decoration:none;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;  
	}
	/* Button Text */
	.slicknav_menu  .slicknav_menutxt {
		color: #FFF;
		font-weight: bold;
		text-shadow: 0 1px 3px #000;
	}
	/* Button Lines */
	.slicknav_menu .slicknav_icon-bar {
	  background-color: #FFF;
	}
	
	.slicknav_nav {
		color:#fff;
		margin:0;
		padding:0;
	}
	.slicknav_nav, .slicknav_nav ul {
		list-style: none;
		overflow:hidden;
	}
	.slicknav_nav ul {
		padding:0;
		margin:0;
	}
	.slicknav_nav .slicknav_row {
		padding:5px 10px;
		margin:0px;
	}
	.slicknav_nav a, .slicknav_nav .item_menu{
		padding:5px 10px;
		margin:0px;
		text-decoration:none;
		color:#fff;
	}
	.slicknav_nav ul.sub1 li a {
		padding:0px 30px;
	}
	
	
	
	.slicknav_nav .slicknav_item a,
	.slicknav_nav .slicknav_parent-link a {
		padding:0;
		margin:0;
	}
	
	.slicknav_nav a:hover, .slicknav_nav .item_menu:hover{
		background:rgba(255,255,255,0.2);
		color:#fff;
		display:block
	}
	.slicknav_nav .slicknav_txtnode {
		 margin-left:15px;   
	}
	
	.slicknav_nav .item_menu{
		cursor:pointer	
	}

}




/************************************************INICIO***************************************************/

		
div#pag1{
	height: 110%;
	position:relative;
	width:100%;	
	background-image: url(../img/inicio-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}		

div#pag2{
	height: 110%;
	position:relative;
	width:100%;			
	background-image: url(../img/inicio-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
div#pag3{
	height: 110%;
	position:relative;
	width:100%;	
	background-image: url(../img/inicio-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;		
}
div#pag4{
	height: 110%;
	position:relative;
	width:100%;			
	background-image: url(../img/inicio-4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.inicio_contenedor.fondo_mueve{	
	background-attachment: fixed;		
}

@media screen and (min-width : 0px) and (max-width:700px){
.inicio_contenedor.fondo_mueve{	
	background-attachment: inherit;		
}


}
.redes_inicio{
	position:fixed;
	bottom:20px;
	left:5%;	
	z-index:1;
}
.redes_inicio img{
	display:inline-block;
	margin:0 10px 0 0;
	width:30px;
	height:30px;
}

/************************************************NOSOTROS***************************************************/


.nosotros .img_nosotros{
	height: 100%;

	position:relative;
	width:100%;	
		
  background-image: url(../img/nosotros.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin:0 auto 30px 0;
}
.nosotros .cont_img_nosotros{
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 130px 0 150px 0;
}
@media screen and (min-width : 0px) and (max-width:700px){

.nosotros .cont_img_nosotros{
    width: 90%;
}
}
.nosotros .cont_text{
	display:block;	
	text-align:justify;
}
.nosotros .cont_text:after{
		content: '';
		width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
		display: inline-block;

}
.nosotros .cont_text .texto{
	display:inline-block;
	width:50%;
	vertical-align:middle	
}

.nosotros .cont_text .texto p{
	color:#FFF;
	padding:10px;
	line-height:30px;
	font-size:24px;
	text-align:justify;
}
@media screen and (min-width : 0px) and (max-width:900px){

.nosotros .cont_text .texto p, a.link_contacto{
	font-size:20px;
}
}

@media screen and (min-width : 0px) and (max-width:700px){

.nosotros .cont_text .texto p, a.link_contacto{
	font-size:18px;
}
}
.nosotros .cont_text .img{
	display:inline-block;
	width:49%;
	vertical-align:middle
}
.nosotros .cont_text .img img{
	display:block;
	margin:0 auto;
	max-height:100%;
	max-width:100%;
}
@media screen and (min-width : 0px) and (max-width:1200px){

.nosotros .cont_text .img{
	width:40%;
}
}


@media screen and (min-width : 0px) and (max-width:600px){
.nosotros .cont_text .texto p {
    padding: 5px;
}

.nosotros .cont_text .texto{
	display:block;
	width:100%;	
}
.nosotros .cont_text .img{
	display:block;
	margin:0 auto
}
a.link_contacto{
	    padding: 10px 0 10px 10px;
		margin:0 0 10px 0;
}

}

.nosotros .caja_clientes{
	width:80%;
	display:block;
	margin:40px auto 40px auto;
	padding:0 0 0px 0;	
	text-align:justify;
}
.nosotros .caja_clientes .indiv_cliente{
	width:25%;
	display:inline-block;
	border:4px solid #8c54e9;
	border-radius:10px;
	margin:20px 0;
	padding:10px;
	text-align:center;
	font-size:20px;
}


.nosotros .caja_clientes:after{
	content: '';
	width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
	display: inline-block;
	
}



/*************************PIE******************************/
	footer{
		
		height: 300px;
		position:relative;
		z-index:-2;
		width:100%;
		margin:0 auto 0 auto;
		text-align:center;
		
	}
	#pie{
	
		background:rgba(25,28,77,1);
		height:300px;
	/*	position:relative;
		color:#FFF;
		display:block;
		margin:0 auto;
		text-align:justify;*/
		
	width:100%;
	position:fixed;
	bottom:0;
	padding-bottom: 0px;
	z-index:-1;
	
	}
	#pie a{
		color:#FFF;
	}
	#pie .interno_pie{
		
		width:80%;
		display:block;
		margin:0 auto;
		padding:20px 0 0 0;
		text-align:justify;
		
	}
	
	#pie .interno_pie:after{
		content: '';
		width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
		display: inline-block;
		
	}
	#pie .interno_pie .pie_formulario{
		width:35%;
		display:inline-block;
		vertical-align:top;	
	}
	.formularios_general.formularios_pie .pareja{
	    margin: 0px auto;
		color:#FFF;	
		font-size:14px;
	}
	.formularios_general.formularios_pie .pareja a{
		font-size:14px;
	}
	
	.formularios_general.formularios_pie .pareja.termi{
	    margin: 5px auto;	
		
	}
	.formularios_general.formularios_pie .pareja.termi div{
		display:inline-block	
	}
	#pie .interno_pie h5{
		font-size:22px;
		font-weight:normal;
		color:#FFF;
	}
#pie .interno_pie .pie_formulario .formularios_general.formularios_pie .campo_input,  #pie .interno_pie .pie_formulario .formularios_general.formularios_pie .campo_area{

background: rgba(255,255,255,0.2);
width:100%;	
}
	#pie .interno_pie .boton_general{
		background:rgba(25,28,77,1);
		border:2px solid #FFF;
		border-radius:10px;
		padding:5px 20px;
		display:block;
		margin:0 auto;
		color:#FFF;
		cursor:pointer;
		outline:none
	}


	#pie .interno_pie .pie_redes{
		width:25%;
		display:inline-block;
		vertical-align:top;	
	}

	#pie .interno_pie .pie_redes ul{
		list-style:none;
		margin:40px 0 0 0;	
	}

	#pie .interno_pie .pie_redes ul li{
		margin:10px 0;
	}
	
	#pie .interno_pie .pie_redes ul li span{
		width:30px;
		height:30px;
		display:inline-block;
		vertical-align:middle;
		margin:0 10px 0 0;
	}
	#pie .interno_pie .pie_redes ul li span img{
		max-height:100%;
		max-width:100%;
		width:auto;
		height:auto;
	}

	#pie .interno_pie .pie_redes ul li a{
		padding:10px 0 10px 0;
		text-decoration:none;
		display:inline-block;
		vertical-align:middle;
	}

@media screen and (min-width : 0px) and (max-width:1270px){

	#pie .interno_pie .pie_formulario{
		width:40%;
	}

}

@media screen and (min-width : 0px) and (max-width:1050px){

	#pie .interno_pie .pie_formulario{
		width:42%;
	}
#pie .interno_pie .pie_redes {
    width: 28%;
}
}

@media screen and (min-width : 0px) and (max-width:900px){

	#pie .interno_pie{
		
		width:90%;
	}
}

@media screen and (min-width : 0px) and (max-width:830px){
	#pie .interno_pie .pie_redes ul{
		margin:20px 0 0 0;	
	}
footer , #pie{
	height:530px;	
}
#pie .interno_pie .pie_redes {
    width: 49%;
}
	#pie .interno_pie .pie_formulario{
		width:50%;
		display:block;
		margin:20px 0 0 0;
	}
}

@media screen and (min-width : 0px) and (max-width:730px){
	
	#pie .interno_pie .pie_formulario{
		width:80%;	
	}
}

@media screen and (min-width : 0px) and (max-width:450px){
	#pie .interno_pie{
		padding:5px 0 0 0;	
	}
	#pie .interno_pie .pie_redes{
		width:100%;
		display:block;
		margin:20px 0 0 0;
	}
	#pie .interno_pie .pie_redes.servicios{
		display:none;	
	}
	#pie .interno_pie .pie_formulario{
		width:100%;	
	}
	#pie .interno_pie form#f_boletin{
		padding:10px 0 0px 0;	
	}
}