
@font-face {
    font-family: 'avenir_next_condensed';
    src: url('../fuentes/AvenirNextCondensed-Regular.eot');
    src: url('../fuentes/AvenirNextCondensed-Regulard41d.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/AvenirNextCondensed-Regular.woff') format('woff'),
         url('../fuentes/AvenirNextCondensed-Regular.ttf') format('truetype'),
         url('../fuentes/AvenirNextCondensed-Regular.svg#avenirnextcondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
      font-family: avenir_next_condensed, Arial, Helvetica, sans-serif;	  
  }
.row blockquote{border:0px;}

#tamaño.container-fluid h2{font-size: 60px;}  

#tamaño.container-fluid h4{font-size: 40px; margin: 50px 0px;}

#tamaño.container h3{font-size: 40px; margin: 50px 0px;}
  
.iconos{
	background-color: #99161C;	
	width: 120px;
     height: 120px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     padding: 10px 10px;
}

.iconos2{
	background-color: #99161C;	
	width: 140px;
     height: 140px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     padding: 5px 30px;
}

.texto h3{font-size: 25px;}
.row h4{font-size: 20px;font-weight: 600}
 
.nav{font-size: 20px;}
.nav a{color: #333;}
  
 .zonapie{
 background-color: #494D56;
 margin-top: 50px;
 padding-top: 50px;
 color: #fff;
 font-size: 20px;
 }
 
 .zonapie a img{
 display: inline-block;
 
 }
  
.text-center h3{
	font-size: 15px;
	margin-left: 55px;
	margin-right: 55px;
}  

.color1{
	background-color:#9DC8CF;
	padding: 20px;
	color: #fff;
	font-weight: 700;
	margin: 30px 0px;
}

.color2{
	background-color:#494D56;
	padding: 20px;
	color: #fff;
	font-weight: 700;
	margin: 30px 0px;
}

.text-center.parrafo{
	
	padding-left: 200px;
	padding-right: 200px;
	margin-top: 40px;
}
.row{margin: 0px;padding: 0px;}

.parrafo{margin: 0px 0px;}

#amarillo.container-fluid {
	background-color:#E8AB00;
	margin: 40px 0px;
	padding: 40px 0px;
	color: #fff;
	font-size: 100px;
}
#amarillo.container-fluid h1 {font-size: 60px;}


#ajuste .col-md-6{padding: 0px 20px;margin:80px 0px;}
#tamaño .row p{font-size: 18px;}

.row  p{font-size: 19px;}
#ajuste .col-md-6 p{font-size: 15px;}

#ajuste .col-md-6 h4{font-weight: 600;font-size: 25px;}


#naranja.container-fluid {
	background-color:#DD6D42;
	margin: 40px 0px;
	padding: 40px 0px;
	color: #fff;
	font-size: 100px;
	}
	
#naranja.container-fluid h1 {font-size: 60px;}
#azulin.container-fluid h1 {font-size: 60px;}
#azulin2.container-fluid h1{font-size: 60px;}


#azulin.container-fluid {
	background-color:#9DC8CF;
	margin: 40px 0px;
	padding: 40px 0px;
	color: #fff;
	font-size: 100px;
	}
	
#azulin2.container-fluid {
	background-color:#9DC8CF;
	margin: 40px 0px;
	padding: 40px 0px;
	color: #fff;
	font-size: 100px;
	}
	
	
#contact h3{

	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

#contact p{
	margin: 5px 0px 30px 0px;

}
/*estilo formulario*/
.lineaformulario{
	margin: 20px 0px;	
}

label{
	width: 200px;
	float: left;
	font-size: 14px;
	margin: 7px 0px;
}

input{
	background: none no-repeat 0 0 transparent;
	width: 70%;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	font-family: Verdana, sans-serif;
	padding: 8px;
	font-size: 14px;
	
	
}

#comments{
	background: none no-repeat 0 0 transparent;
	width: 70%;
	max-width: 70%;
	min-width: 70%;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	font-family: Verdana, sans-serif;
	padding: 8px;
	font-size: 14px;
	

}
#registrar{
	width: 180px;
	height: 45px;
	float: right;
	background: #36d29a;
	color: #fff;
	border-radius: 3px;
	margin: 30px 10%;
	padding: 0px;
	
}
	
#registrar:hover{
	background:#418eb6;
	color: #d0e8f7;
	cursor: pointer;
	
}