
html, body, h3{
	font-family: 'Open Sans', serif;
	color: #000;
	{height:100%; width: 100%; overflow:hidden}
}
body{
	background-color: #fff;
	{overflow:auto; -webkit-overflow-scrolling:touch}
}

.container-fluid{
	padding-right: 0 !important;
	padding-left: 0 !important;
	}

.col-12{
	padding-right: 0 !important;
	padding-left:  0 !important;
}

h1, h2,h4,h6 {
	font-family: 'GEORGIA', sans-serif;
	font-weight: 700;
	margin: 0;
}
h6,h3{
	font-size: 22px;
	line-height: 30px;
}

p,h5{
	margin: 0;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 200;
}
a{
	color: #000;
	font-family: 'GEORGIA', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
.btn:hover{
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	background-color: #ed1c24;
}
.row{
	margin-right: 0px;
	margin-left: 0px;
}
/*
p span{
	font-weight: 500;
}*/

/*@media (min-width: 1200px){
	.container {
	    width: 1100px;
	}
}*/

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

/********************* MENÚ - BOTONERA ******************/
.menu{
  background-color: #fff7;
  height: 40px;
  overflow-y: hidden;
}
.menu .container-fluid{
	padding: 0;
}
.menu h2{
	float: left;
	line-height: 40px;
	padding-left: 0.5em;
	text-transform: initial;
	font-weight: 700;
	font-size: 1.5rem;

}
.redes .nav{
    height: 40px;
}
.redes .nav-item{
	display: flex;
	align-items: center;
}
.redes .nav-item:first-child a{
	border-left: 1px solid #000;
	padding-left: 
	30px;
}
.redes .nav-item a{
	color: #000;
	font-size: 22px;
	padding: 0 8px;
	transition: all 0.3s;
	opacity: 1
}
.redes .nav-item a:hover{
	color: red;
	font-style: none;
}
.redes .nav-link img{
	width: 130px;
}
.redes #regreso {
  list-style: none;
  padding: 0;
  margin: 0;
}
.redes #regreso a{
	padding: 17px 5px;
  background-color: red;
  display: flex;
  align-items: center;
  height: 40px;
}

.redes #regreso i{
	color: #000;
}
.redes #regreso a:hover{
	text-decoration: none;
}


/********************* / MENÚ - BOTONERA ******************/

*,
*:active,
*:active:focus,
*:focus,
*:visited,
*:hover,
.btn:focus,
.btn:active:focus,
.btn:focus,
a:focus,
.form-control:focus
{
    outline: 0 !important;
    outline-offset: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
            box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
}
.title {
	height: 920px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	flex-wrap: wrap;
}
.title h1{
	background-color: #fff;
	display: inline-block;
	margin-bottom: 1em;
}
.title .row{
	height: 920px;
	padding-top: 40px;
}
.pie-foto{
	position: absolute;
	bottom:0;
	left: 0;
	color: #fff;
	background-color:#000;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 0.5em 1em;
}
.pie-foto p{
	font-size: 0.8rem;
	font-weight: 200;
}
.creditos{
	padding: 2em;
}
.creditos h4{
	font-size: 1rem;
}
.s-1{
	padding-top: 2em;
}
.s-1 p:last-child{
	padding-top: 1em;
}
.cita{
	padding-top: 1em;
}
.cita .rojo{
	height: 5px;
	width: 100px;
	background-color: #f5811c;
	margin-left: auto;
	margin-right: auto;
}
.cita h4{
	font-size: 1rem;
	padding-top: 0em;
}

.cita p{
	color: #838383;
	font-size: 25px;
	padding-top: 1.5em;
	line-height: 1.5;
}
.s-2{
	padding-top: 3em;
}
.s-2 h2{
	font-size: 1.7rem;
}
.mapa{
	padding-top: 2em;
	padding-right: 0;
	padding-left: 0;
}
.s-3{
	padding-top: 2em;
}
.s-3 p:last-child{
	padding-top: 1em;
}
.s-4{
	padding-top: 6em;
}
.s-4 h2{
	font-size: 1.7rem;
}
.s-4 p:last-child{
	padding-top: 1em;
}
.grafica{
	position: relative;
	background-color: #ebebeb;
	padding-top: 2em;
	padding-bottom: 4em;
}
.img-doble{
	margin-top: 3.5em;
}
.img-doble .pie-foto{
	position: relative;
}

.img-full {
	
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #ebebeb 50%, #ebebeb 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%,#ebebeb 50%,#ebebeb 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%,#ebebeb 50%,#ebebeb 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	padding: 1em 1px;
}
.img-full h5{
	font-family: 'Scheherazade', serif;
	font-weight: 700;
	font-size: 1.7rem;
	padding-top: 1em;
}
.cita2{
	padding-top: 10em;
	padding-bottom: 10em;
	margin-left: 20%;


.inicio {
	height: 100vh;
	background-color: #a0d7c4;
  
}
.inicio .row{
	height: 100vh;
	padding-top: 80px;
}
.inicio h1{
	font-size: 5rem;
}
.inicio h1:nth-child(1){
	float: left;
	padding-right: 15px;
}
.inicio h4{
	font-size: 3rem;
	padding-top: 30px;
}
.inicio h1:nth-child(4){
	font-size: 13rem;
    line-height: 200px;
    letter-spacing: 40px;

}

}
.cita2 .rojo{
	height: 5px;
	width: 100px;
	background-color: #ed4036;
	margin-top: 2em;
}
.cita2 h4{
	font-size: 1rem;
}
.cita2 p{
	color: #838383;
	font-size: 2rem;
	line-height: 1.3;
}
.bg3 { 
    background-image: url("../img/img_principal.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    
    background-size: cover;
    height: 900px;
    position: relative;
    top: 0px;
   }
   .tit{
   	 padding-top: 10%;
   	}
   	.tit img{
		max-width: 400px;
	 }
	 

 	
.rojo1{
	width: 100%;
	height: 900px;
	background-color:#16b2a3;

background-blend-mode: lighten;}
.rojo2{
	width: 100%;
	height: 100%;
	background-color:#ed1c24;
	opacity: 0.1;
}
.p_black{
	color: #000 !important;
	font-size: 1.5em !important;
}
footer{
	height: 250px;
	background-color: #000;
	color: #fff;
	padding: 8% 15px;
}
footer p{
	flex-basis: 100%;
	text-align: center;
}

.btn{
	width: 200px;
	border-style:solid;
	border-color: #ed1c24;
	border-width: 2px;
	border-radius: 0px;
	margin:20px; 
	margin-bottom: 8em;
}
@media screen and (min-width: 1400px) {
	
}

@media screen and (max-width: 1199px) {
	.redes .nav{
		width: auto;
	}
	.title h1:first-child {
	    left: 8%;
	}
	.title h1:nth-child(2) {
	    left: 20%;
	}
	.inicio2 .col-12 .porcentaje h2 {
	    font-size: 5rem;
	}
	.inicio .row .align-self-end img {
	    width: 100%;
}

@media (min-width: 801px) and (max-width: 1460px) {
	#img_principal{

		padding-top: 40px !important;

		
	} 
}

@media screen and (max-width: 1024px) {
	
	
	.col-3.text-right.align-self-start{
		padding: 0;
	}
	.inicio .row .align-self-start img {
	    padding-right: 0;
	    width: 100%;
	}
	.inicio .row .align-self-end img {
	    width: 100%;
	}
	.inicio h1 {
	    font-size: 4rem;
	}
	.inicio h1:nth-child(1) {
	    padding-right: 8px;
	}
	.inicio h1:nth-child(4) {
	    font-size: 10rem;
	    line-height: 169px;
	    letter-spacing: 32px;
	}
	.inicio h4 {
	    padding-top: 16px;
	}
}

@media screen and (max-width: 991px) {
	.col-12.col-lg-4.text-right.align-self-center{
		text-align: center !important;
	}
	.inicio #inicio_txt {
	    text-align: center;
	}
	.inicio h1:nth-child(1) {
	     float: none; 
	}
	.inicio img{
		width: 100%;
	}

}

@media screen and (max-width: 767px) {
	h1 {
	    font-size: 2rem;
	}
	.title h1:first-child {
	    left: 5%;
	}
	.title h1:nth-child(2) {
	    left: 18%;
	}
	.cita2 {
	    margin-left: 25%;
	}
	footer {
	    padding: 12% 15px;
	}


}

@media screen and (max-width: 768px) {
		
	.inicio img{
		width: 100%;
	}
	.inicio #inicio_txt{
		text-align: center;
	}
	.inicio h1:nth-child(1) {
	     float: none; 
	}
	.inicio h4 {
	    padding-top: 0;
	}
	.modulo img{
		width: 50%;
	}
}


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

	
	#teste{

		padding-top: 40px;

		
	}  

	.menu h2{
	
	font-size: 0.8rem;
  		
	} 

	

@media screen and (max-width: 479px) {
	
 .menu h2{
	
	font-size: 0.7rem;
  		
	}  




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


	.menu h2{
	
	font-size: 0.6rem;
  		
	}  
  
}















