
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;
}
h3{
	font-size: 24px;
	line-height: 30px;
}

h6{
	font-family: 'roboto', sans-serif;
	font-weight: 500;
	font-size: 27px;
	line-height: 1.3;
	}

p{
	margin: 0;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 200;
}
a{
	color: #000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
}
.btn:hover{
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	background-color: #000;
}
.btn-exp {
	color: #fff;
	background-color: #ed1c24;
	border-color: #000 !important;
	margin-bottom: 1em !important;
}
.td:hover{
	font-weight: 700;
	opacity: 0.5
}
.row{
	margin-right: 0px;
	margin-left: 0px;
}

.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);
}
.creditos{
	padding: 2em;
}
.creditos h4{
	font-size: 1rem;
}
.s-1{
	padding-top: 4em;
}
.s-1 h2{
	padding-bottom: 0.5em;
	text-align: center !important;
}
.intro h2{
	font-size: 3em;
}

.citarojo{
	height: 2px;
	width: 100px;
	background-color: #f26856;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.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;
	 }
	 
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;
  		
	}  
  
}
