@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400i,600,700');

html, body{
	font-family: 'Merriweather', serif;
	color: #000;
}
body{
	background-color: #fff;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	margin: 0;
	text-transform: uppercase;
}

h1{
	font-size: 50px;
	text-align: center;
}
h3 {
	margin-bottom: 10px;
	padding-top: 5px;
	color: #ee312f;
	}

.title {
	border-top: black 5px solid;
	border-bottom: black 5px solid;
	background-color: #ee312f;
	color: #fff;
	padding: 10px 10px;
}

h4 {

	color:#ee312f; 
	line-height: 35px;
	font-size: 25px;
}
h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

p{
	margin: 0;
	line-height: 1.7;
	font-size: 16px;
	padding-bottom: 10px;
}
img{
	width: 100%;
	height: auto;
}
/*
p span{
	font-style: italic;
}*/



.colorf{
	background-color: #fff!important;

}
.container {
    width: 1100px;
}


.op-0{
	opacity: 0;
}

/********************* MENÚ - BOTONERA ******************/
/********************* 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;

}
.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: white;
	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: white;
  display: flex;
  align-items: center;
  height: 40px;
}

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


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

.inicio {
	height: 85vh;
	max-height: 1000px;
	background-image: url(../img/img_principal.png);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;

}
.inicio .row{
	height: 100vh;
}
.inicio .row .col-6 div{
	background-color: rgba(255, 255, 255, 0.5);
}
.inicio .row .align-self-start img,
.inicio2 .row .align-self-start img{
	padding-right: 10%;
	width: 60%;
}

.modulo-1{
	padding-top: 5em;
	padding-bottom: 5em;
}
.modulo-1 h2{
	font-size: 2.3rem;
}
.modulo-1 p{
	font-size: 1.5rem;
	padding-top: 1em;
	font-weight: 300;
}
.modulo{
	padding-top: 2em;
	padding-bottom: 2em;
}

.nota-foto {
	font-size: 12px;
	color: #000;
	
}

.nota-foto span {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	
}

.nota p{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	text-align: left;
	padding-top: 0.7em;

}
.nota p span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
}
.notaq p {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #4e4d4d;
}

.nota_editor {
	font-family: 'Open Sans', sans-serif;
}

.notan p {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #807e7e;
}
.nota2 {
	padding: 0.7em;
	border: red 5px solid;
	width: 100%;
}
.nota2 p{
	font-size: 1rem;
	text-align: center;
	padding-bottom: 0.7em;
	color: #000;
}
.nota2 h5{
	font-family: 'Merriweather', serif;
	text-align: center;
	font-weight: 700;
	color: #000;
	padding-top: 0.7em;
}


.bg-rosa{
	
	border-top: 
	padding-top: 1em;
}
.quote {
	text-align: left;
	font-size: 3rem;
	padding-bottom: 1em;
}
.quote2 {
	text-align: left;
	font-size: 4rem;
}


.quote-numero{
	border-top: 10px solid #ee312f;
	border-right: 10px solid #ee312f;
	padding: 0.75rem 0.75rem;
	background-color: rgba(238,49,47,.04);
	text-align: right;
}
.quote-numero h3{
	font-size: 25px;
	line-height: 35px;
	font-family: 'Open Sans', sans-serif;
}

.quote-numero h3 span{
	font-size: 50px;
	color: #ee312f;
}
.quote-negro1{
	background-color: #000; 
	padding: 1rem 2rem;
	color:#fff;
	text-align: center;
}

.quote-negro h3 span{
	font-size: 50px;
	color: #ee312f;
}

.quote-negro h3{
	font-size: 25px;
	line-height: 35px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.fondo-texto p {
	background-color: #f2efe2;
	font-size: 13px;
	padding: 15px;
}


.fondo-texto-1 p {
	background-color: #f7e142;
	font-size: 13px;
	padding: 15px;

}



#foto-text {
    position: relative;
    width: 100%;


}

figcaption {
	position: absolute;
	top: 10%;
	background-color: rgba(0,0,0,0.7 );
	width: 100%;
	color: #fff;
	padding: 20px;
	font-family: 'Open Sans', sans-serif;	

	

}
figcaption p{
	text-align: center;	
	margin: auto;

}


.card-body {
	color: #000;
}


.btn-link {

	font-size: 25px;
	color: #ee312f;
}

.card-header {
    padding: .75rem .75rem;
    margin-bottom: 0;
 
    border-bottom: 2px solid rgba(0,0,0,.125);
    background-color: rgba(229,229,220,.5);
    }

.justify-content-center {
	margin: auto;
}


 h2 {
	color: #e8b400;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 3px #fff;
	display: inline-block;
}

#modulo-10 {
	border-top: solid 1px #000;
	background: #e5e5dc;
}

#modulo-6{
	background-color: rgba(251, 107, 105, 0.16);
}


.arrastra {
	display: flex;
	flex-direction: row;
    color: #000;
    justify-content: center;
	padding-top: 2em;
	padding-bottom: 1em;
}

.arrastra h6{
	margin: 0 20px;
} 

.animated.infinite {
   
  box-sizing: border-box;
   
    }

.pleca {
	display: flex;
	width: 100%;
	padding: 20px 0;
	justify-content:center;
	background: #f5f5f5;
	position: fixed;
	top: 0;
	z-index: 9;
	border-bottom: solid 1px #000;
}    

.pleca img {
	max-width: 150px;
	height: auto;
}




/*media queries son puntos de ruptura entre dispositivos mobile, tablet y desktop*/

/*widescreen*/
@media screen and (min-width: 1400px) {

}

/* hasta laptop */
@media screen and (max-width: 1199px) {
	.inicio2 .col-12 .porcentaje h2 {
	    font-size: 5rem;
	}
}


@media (min-width: 992px) and (max-width: 1024px) {
	.quote-numero h2 {
	    font-size: 6rem;
	}
	.quote {
	    font-size: 2rem;
	}
	.quote2 {
	    font-size: 2rem;
	}
}
/* hasta ipad horizontal */
@media screen and (max-width: 1024px) {


	.col-3.text-right.align-self-start{
		padding: 0;
	}
	.inicio .row .align-self-start img,
	.inicio2 .row .align-self-start img {
	    padding-right: 0;
	    width: 100%;
	}
	.inicio .row .align-self-end img {
	    width: 80%;
	}
	.inicio .row .align-self-center {
	    padding-top: 25%;
	}
}

/* escritorio desktop */
@media screen and (min-width: 992px) {
	.dos-bloques {
		display: flex;
	}
	.mobile {
		display: none;
	}
	.fondo-texto.col-lg-7 {
		padding: 0 10px 0 0;
	}
}



	

/* mobile */

@media screen and (max-width: 991px) {
	.col-12.col-lg-4.text-right.align-self-center{
		text-align: center !important;
	}
	.fondo-texto.col-lg-7 {
		margin-bottom: 20px;
		padding: 0;
	}
	.dos-bloques .col-lg-5 {
    padding: 0;
	}
}

/* mobile antes de ipad */
@media screen and (max-width: 767px) {

	body {
		background-size: contain;
	}

	.inicio {
	    background-image: url(../img/img_mobile1.png);
	}

	#modulo-1 h3{
		font-size: 15px;
		font-weight: 600;
		line-height: 22px;
	}

	.notaq p{
		font-size: 15px;
	}

	#modulo-8 h3{
		font-size: 15px;
		font-weight: 600;
		line-height: 22px;
	}

	.notan p{
		font-size: 15px;
	}
	.desktop {
		display: none;
	}
}


@media (min-width: 480px) and (max-width: 767px) {


}

@media (min-width: 200px) and (max-width: 575px) {
	.pleca img {
    width: auto;
    height: 20px;
}
h1 {
    font-size: 30px;
    text-align: center;
}
}

@media screen and (max-width: 479px) {
	.quote-numero h2 {
	    font-size: 6rem;
	}
	.quote2 {
	    text-align: left;
	    font-size: 2rem;
	}
	.inicio h1 {
	    font-size: 2rem;
	}
	.inicio h2 {
	    font-size: 1.5rem;
	}
	.inicio .row .align-self-center span{
	    font-size: 1rem;
	}
}



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

}
