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-color: #a0d7c4;
  
}
.inicio .row{
	height: 100vh;
	max-height: 900px;
	min-height: 500px;
	padding-top: 80px;
}
.inicio h1{
	font-size: 5rem;
}
.inicio img{
	height: auto;
	width: 70%;
}
.inicio h1:nth-child(1){
	float: left;
	padding-right: 15px;
}
.inicio h4{
	font-size: 3rem;
	padding-top: 30px;
}
.inicio h1:nth-child(3){
	font-size: 13rem;
    line-height: 200px;
    letter-spacing: 40px;

}
/*
.inicio h1#monstruo{
	letter-spacing: 1.5em;
}
.inicio h1#de{
	letter-spacing: 1em;
}
.inicio .text-left{
	float: left;
	background-color: rgba(255, 255, 255, 0.5);
}
.inicio .text-right{
	float: right;
	background-color: rgba(255, 255, 255, 0.5);
}
.inicio h1#mkt{
	letter-spacing: 0.8em;
}
.inicio h1 span#rosa{
	color: #ed3c8e;
}
.inicio h1 span#verde{
	color: #a0d7c4;
}*/
.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;
}
.modulo.modulo-6 a{
	color: #ed3c8e;
	font-family: 'Anton', sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
    background-color: #a0d7c4;
    padding: 5px 10px;
    letter-spacing: 3px;
}
.modulo.modulo-6 a:hover{
	color: #a0d7c4;
    background-color: #ed3c8e;
	text-decoration: none;
}

.modulo li{
	font-size: 20px;
}

.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 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: 50%;
	}

}

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

}


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

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

@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;
	}
	.inicio h1:nth-child(4) {
	    font-size: 7rem;
	    line-height: 115px;
	    letter-spacing: initial;
	}
	.inicio h4 {
	    font-size: 1.5rem;
	}
}



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













