@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,700);

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #FEFEFE;
	color: #74777b;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Hind', sans-serif;
}

a {
	color: #2576b8;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #b90000;
}

.support {
	display: none;
	color: #ef5189;
	text-align: left;
	font-size: 1.5em;
	max-width: 1200px;
	margin: 1em auto 0;
	padding: 0;
}

.no-flexbox .support {
	display: block;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.container > section {
	padding: 1em 0;
	font-size: 1.25em;
	min-height: 100%;
}

p {
	text-align: justify;
	padding: 1em;
	color: #000;
    font-size: 18px;
}

/* Header */
.codrops-header {
	padding: 7em 0 3em;
	letter-spacing: -1px;
}

.codrops-header h1 {
	max-width: 1200px;
	margin: 0 auto;
	font-weight: 800;
	font-size: 5em;
	line-height: 1;
}

.codrops-header h1 span {
	display: block;
	font-size: 50%;
	font-weight: 400;
	padding-top: 0.325em;
	color: #bdc2c9;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	text-align: center;
}

.related > a {
	width: calc(100% - 20px);
	max-width: 340px;
	border: 1px solid black;
	border-color: initial;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

/* Divs */

.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:969px; position:absolute;  background-size:cover; margin:0px auto;   background-attachment: fixed;}

#logo{     width: 100%;
    height: auto;
    text-align: center;
    margin: 600px 0px 50px 0px;
    background-image: url(../imagenes/fondo-logo.png);
    display: inline-block;
	    padding: 20px 0px;}

#mf{ width:100%; height:auto; text-align:center; margin:0px auto; position:fixed; background-color:#FFF; z-index: 999;}

#inicio{ width:100%; height:auto; text-align:center; margin:0px auto;     min-height: 1000px;}

#wrapperinicio{ width:90%; height:auto; text-align:center; max-width:1200px; margin:0px auto; padding-top: 170px; min-height:1000px;}

#servicios{    width: 100%;
    height: auto;
    text-align: center;
    /* max-width: 1200px; */
	background-image:url(../imagenes/fondo-servicios.jpg); background-position: center top; background-attachment:fixed; background-size:cover;
    margin: 0px auto;     min-height: 1000px;}
	
	.titulo{    width: 90%;
    height: auto;
    text-align: left;
    max-width: 1200px;
    margin: 0px auto; display: inline-flex; padding-top: 80px;
	font-family:'Monda', sans-serif; font-size:16px;}
	
		.titulo2{    width: 90%;
    height: auto;
    text-align: left;
    max-width: 1200px;
    margin: 0px auto; display: inline-flex; padding-top: 140px;
	color:#949494;
	font-family:'Monda', sans-serif; font-size:16px;}
	
	.txtitulo2{    padding: 30px 0px 0px 15px;}
		.txtitulo{    padding: 30px 0px 0px 15px;}
		
		h1{ font-family:'Hind', sans-serif; font-size:24px; color:#2576b8; margin:0px auto;
		text-align:center;  font-weight: 600;}
				
		h4{ font-family:'Hind', sans-serif; font-size:24px; color:#FFF; margin:0px auto;
		text-align:center;  font-weight: 600;}
		
			h2{ font-family:'Hind', sans-serif; font-size:24px; color:#2576b8; margin:0px auto;
		text-align:left;  font-weight: 600; width:90%; height:auto;}
	
	#nosotros{ width:100%; height:auto; margin:0px auto; text-align:center; background-color:#FFFFFF; min-height: 900px;}
	
	.nban{ float:left; margin: 0px 5px 0px 0px;}

.nos{         color: #000;
    padding-top: 50px;
    font-size: 18px;}

#wrappernosotros{ width:90%; height:auto; text-align:center; margin:0px auto; max-width:1200px;}

	#buscando{ width:100%; height:auto; margin:0px auto; text-align:center; background-color:#FFF; background-size: cover;  min-height: 900px;}

#wrapperbuscando{ width:90%; height:auto; text-align:center; margin:0px auto; max-width:1200px;}
	
	#asociados{ width:100%; height:auto; margin:0px auto; text-align:center; background-color:#185B8F; background-size: cover;  min-height: 900px;}
	
	.white{ color:#FFFFFF; text-align:center;}

#wrapperasociados{ width:90%; height:auto; text-align:center; margin:0px auto; max-width:1200px;}
 
#contacto{ width:100%; height:auto; margin:0px auto; text-align:center; background-image:url(../imagenes/fondo-contacto.jpg); background-attachment: fixed; background-position: center top; background-color:#000000;   background-size: cover;  min-height: 800px;}

#wrappercontacto{ width:90%; height:auto; text-align:center; margin:0px auto; max-width:1200px;}

footer{     width: 100%;
    height: 100px;
    text-align: center;
    margin: 0px auto;
    background-color: #ffffff;
    font-family: 'Hind', sans-serif;
    color: #525354;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    padding-top: 25px;
    display: inline-block;}

#interes{ width:100%; height:auto; text-align:center; margin:0px auto; background-color:#09355D; min-height:800px;}

#wrapperinteres{ width:90%; height:auto; text-align:center; margin:0px auto; max-width:1200px;}

.lr{ width:100%; height:3px; text-align:center; margin:22px 0px 0px 0px; background-color:#cfce04;}

.finfo1{ width:315px; height:auto; text-align:center; margin:0px auto;}

#frame{width: 315px;
  height: auto;
  margin: 0px auto;}
  
  #txtcontact{ color:#FFF; font-size:18px; text-align: justify; font-family: 'Hind', sans-serif; margin:0px auto; max-width: 300px; font-weight: 100; line-height: 22px;}
  
 .txt{ width:100%; max-width:500px; margin:0px auto; text-align:center;}
 
 .b{ color:#FFFFFF;}
 
 .b2{ color:#FFFFFF; text-align:center;}
 
  .b2:hover{ color:#39a9ff; text-align:center;}
  
 .blan{ color: white; font-size:16px;}
 
  .blan2{ color: white; font-size:16px; text-align:center;}
 
 .ba{     width: 300px;
    height: 382px;
    text-align: center;
    margin: 40px auto;
    display: inline-block;}
	
	#ubi{ width:80%; height:auto; max-width:1100px; margin:0px auto; text-align:center;}
	  
.finfo1{ width:315px; height:auto; text-align:center; margin:0px auto;}

#frame{width: 315px;
  height: auto;
  margin: 0px auto;}
  
  #txtcontact{ color:#FFF; font-size:18px; text-align: justify; font-family: 'Hind', sans-serif; margin:0px auto; max-width: 300px; font-weight: 100; line-height: 22px;}
	
	#forma {
    max-width: 500px;
    height: auto;
    margin: 0px auto;
    display: inline-block;
    }
	
	/* sumsa */
	
	#wrapperlogo{ width:90%; height:auto; margin:8px 0px 0px 0px; text-align:center; max-width:1200px; display:inline-block; }
	
	.iconos{     float: right;
    margin: 10px 5px;}
	
	.logo{ text-align:center;}
	
	.bannernosotros{ width:300px; height:350px; text-align:center; display: inline-table;
    margin: 0px 15px;}
	
	#sumsa{width: 312px;
    height: auto;
    margin: 0px auto; float: left;
    padding-top: 20px;}
	
	#imagmenu{ float:right;}
	
	#video{ width:600px; height:auto; margin:0px auto; text-align:center;}
	
	.video{ min-height:450px;}
	
	#ingreso{ width:300px; height:450px; text-align:center; margin:0px auto; background-image:url(../imagenes/fondo-ingreso.png);}
	
	.txtingreso{ width:100%; height:auto; font-family:'Hind', sans-serif; font-size:22px; color:#000000; margin:0px auto; text-align:center;  font-weight: 400;}
	
	#wrapperingresos{ width:100%; height:auto; text-align:center; margin:0px auto; padding-top:144px;}
	  
  /*Redondear Campos de Texto*/	

input[type="password"], input[type="search"], input[type="form"], input[type="email"], input[type="tel"], textarea {
    border:1px solid #ccc;
    font-size:16px;
	margin:0px 5px 0px 0px;
    padding:5px; 
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	-o-border-radius:5px;
	border-radius:5px; 
	text-align:center; 
	font-family:Verdana, Geneva, sans-serif;
	width:250px;} 	
	
	 input[type="text"], textarea {
    border:none;
    font-size:16px;
	margin:0px 5px 0px 0px;
    padding:5px; 
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	  box-shadow: 0px 0px 3px 3px #FFF inset;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	-o-border-radius:5px;
	border-radius:5px; */
	text-align:center; 
	font-family:Verdana, Geneva, sans-serif;
	width:250px;
	  color: #FFFFFF;
  background-color: transparent;
	/*background-image: linear-gradient(to bottom,#00758a,#014457);*/
background-repeat: repeat-x;
height: 38px;
color:#ffffff;

} 

#forma{ max-width:500px; height:auto; margin:0px auto;}
#formanombre, #formatelefono, #formaemail, #formamensaje, #formaenviar{  max-width: 500px;
  height: 40px;
  text-align: left;
  font-family: 'Hind', sans-serif;
  margin: 0px auto;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 40px 0px}

#formamensaje, #formaenviar{ height:100px;}

.g-recaptcha{  width: 310px; display: inline-block; padding: 20px 0px 0px 0px;}

<!-- to top css -->

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(200, 92, 149, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #9C3D3D;
  opacity: 1;
}
@media only screen and (min-width: 368px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }

@media screen and (max-width: 1280px) {
	.codrops-header h1 {
		padding: 0 0.5em;
	}
	.support {
		padding: 0 1.5em;
	}
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}

  @media only screen and (max-width: 999px) {

#wrapperheader{ width:100%; height:auto; background-color:#cfce04; text-align:center; margin:0px auto; display: inline-block; z-index: 999; position:absolute;}

#sumsa {
    width: 223px;
    height: auto;
    margin: 0px auto;
    float: none;
    padding-top: 25px;
}

}


  @media only screen and (max-width: 917px) {

#imagmenu {
    float: none;
    display: inline-flex;}

} 


  @media only screen and (max-width: 650px) {

	#video{ width:500px; height:auto; margin:0px auto; text-align:center;}
	
	.video{ min-height:375px;}
	  

} 

  @media only screen and (max-width: 550px) {

	#video{ width:400px; height:auto; margin:0px auto; text-align:center;}
	
	.video{ min-height:300px;}
	  

} 

  @media only screen and (max-width: 450px) {

	#video{ width:300px; height:auto; margin:0px auto; text-align:center;}
	
	.video{ min-height:225px;}
	  

} 


@media screen and (max-width: 30em) {
	.container > section {
		padding: 3em 0;
	}
	.codrops-header {
		padding: 2em 0 1em;
	}
	.codrops-header h1 {
		font-size: 3.5em;
	}
}


@media screen and (max-width: 25em) {
	.codrops-icon {
		font-size: 1.5em;
	}
	.codrops-icon span {
		display: none;
	}
}



