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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	margin: 0;
	line-height: 1.5;

	}
h3{
	font-size: 22px;
}
h6{
	font-size: 10px;
}

/********************* boton sección ******************/

.botones {
  width: 100%;
  text-align: center;
}

#separar {
  padding: 3%;
  float: left;
}

.titulo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-decoration: underline;
  color: #000000;
}

.boton {
  color: #fff !important;
  font-size: 23px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: #ed1c24;
  border: 2px solid;
  position: relative;
}
.boton:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
.boton:hover:before {
width: 100%;
}


/********************* fin boton sección ******************/
p{
	margin: 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 300;
}
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: #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: #fff;
  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;

}

.mobile{
	display: none;
}
.video_desk{
	display: block;
 }

.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: 0.9em;
}
.cita .rojo{
	height: 5px;
	width: 100px;
	background-color: #f14361;
	margin-left: auto;
	margin-right: auto;
}
.cita h4{
	font-size: 1rem;
	padding-top: 0em;
}

.cita p{
	color: #838383;
	font-size: 2rem;
	padding-top: 1.5em;
	line-height: 1.3;
}
.s-2{
	padding-top: 2em;
}
.s-2 h2{
	font-size: 1.6rem;
}
.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 15px;
}
.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%;
}
.cita2 .rojo{
	height: 5px;
	width: 100px;
	background-color: #d32c68;
	margin-top: 2em;
}
.cita2 h4{
	font-size: 1rem;
}
.cita2 p{
	color: #838383;
	font-size: 2rem;
	line-height: 1.3;
}
.bg { 
    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:#d32c68;

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: 1500px) {
	
}

@media screen and (max-width: 1024px) {
	.redes .nav{
		width: auto;
	}
	.title h1:first-child {
	    left: 8%;
	}
	.title h1:nth-child(2) {
	    left: 20%;
	}
}

@media screen and (max-width: 768px) {
	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;
	}

	.s-2 h2{
	font-size: 1rem;
}
	


}

@media (min-width: 200px) and (max-width: 675px) {
	.redes .nav-link img {
	    width: 90px;
	}
	.redes .nav-item:first-child a {
	    padding-left: 10px;
	}
	.redes .nav-item a {
	    font-size: 20px;
	    padding: 0 7px;
	}
	.tit{padding-top: 50px;}
	.tit img{
		max-width: 200px;
		display: none;
	 }	

	.mobile{
		display: block;
	}
	.video_desk{
		display: none;
 	}

   .cita2{
	padding-top: 3em;
	padding-bottom: 3em;
	margin-left: 20%;
	}
	

   .cita2 p{
	color: #838383;
	font-size: 1rem;
	line-height: 1.3;
	}
	.p_black{
		color: #000 !important;
		font-size: 1em !important;
	}
	.menu{
	  background-color: #fff;
	  height: 40px;
	  overflow-y: hidden;
	}

		.s-2 h2{
	font-size: 1rem;
}

.portada img{
	padding-top: 3em;
}
	
}

@media screen and (max-width: 575px) {
	.menu h2 {
	    font-size: 0.9rem;
	}
	h1 {
	    font-size: 1.5rem;
	}
	.title h1:first-child {
	    left: 0;
	    width: 100%;
	    top: 25%;
	}
	.title h1:nth-child(2) {
	    left: 0;
	    width: 100%;
	    top: 34%;
	}
	.cita2 {
	    margin-left: 0;
	}
	footer {
	    padding: 30% 15px;
	}

		.s-2 h2{
	font-size: 1rem;
}

  
}

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

}



@media screen and (max-width: 340px) {
	 	.s-2 h2{
	font-size: 1rem;
}

	
}













