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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	margin: 0;
	text-transform: uppercase;
}
h6{
	font-size: 10px;
}

p{
	margin: 0;
	line-height: 1.7;
	font-size: 20px;
	padding-bottom: 10px;
}
/*
p span{
	font-style: italic;
}*/

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

.op-0{
	opacity: 0;
}

/********************* MENÚ - BOTONERA ******************/
.menu{
	background-color: #fff;
	height: 50px;
}
.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-item:last-child{
	padding: 0;
	background-color: red;
	display: flex;
	align-items: center;
	height: 50px;
	margin-left: 15px;
}
.redes .nav-item:last-child a{
	padding: 0 10px;
	align-content: center;
}
.redes .nav-link img{
	width: 160px;
}
.redes #regreso {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}

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

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

.inicio {
	height: 100vh;
	max-height: 900px;
	min-height: 500px;
	background-image: url(../img/img_principal.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  
}
.inicio .row{
	height: 100vh;
	max-height: 900px;
	min-height: 500px;
	padding-top: 80px;
}
.inicio .row .col-6 div{
	background-color: rgba(255, 255, 255, 0.5);
}
.inicio .row .align-self-start img{
	padding-right: 10%;
	width: 75%;
}
.inicio .row .align-self-end{
	padding: 0;
}
.inicio .row .align-self-end img{
	width: 40%;
}
.inicio .row .align-self-center{
	padding-top: 15%;
}
.inicio .row .align-self-center span{
	font-size: 1.5rem;
}

.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;
}
.modulo h3{
	padding-bottom: 1em;
}


.nota p{
	font-size: 0.8rem;
	text-align: left;
	padding-top: 0.7em;
}
.nota p span{
	font-style: normal;
	font-weight: 700;
	font-size: 0.7rem;
	text-transform: uppercase;
}
.nota2 {
	padding-bottom: 0.7em;
}
.nota2 p{
	font-size: 1rem;
	text-align: left;
	padding-bottom: 0.7em;
}
.nota2 h5{
	font-family: 'Open Sans', sans-serif;
	text-transform: initial;
	text-align: left;
	font-weight: 700;
}
.bg-rosa{
	background-color: #ffeef8;
	padding-top: 1em;
}
.quote {
	text-align: left;
	font-size: 3rem;
	padding-bottom: 1em;
}
.quote2 {
	text-align: left;
	font-size: 4rem;
}
.quote3 {
	border-top: 25px solid #eab8d6;
	border-right: 25px solid #803f97;
	padding: 2rem 0.75rem;
}

.quote-numero{
	border-top: 25px solid #eab8d6;
	border-right: 25px solid #803f97;
	padding: 2rem 0.75rem;
}
.quote-numero h2{
	font-size: 8rem;
}





@media screen and (min-width: 1400px) {
	
}

@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;
	}
}
@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: 80%;
	}
	.inicio .row .align-self-center {
	    padding-top: 25%;
	}
}
@media screen and (max-width: 991px) {
	.col-12.col-lg-4.text-right.align-self-center{
		text-align: center !important;
	}

}

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

}


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

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

}

@media (min-width: 200px) and (max-width: 575px) {
	.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;
	}
}

@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) {
	
}













