@font-face {
  	font-family: 'NexaBold';
  	src: url('../fonts/Nexa-Bold.woff') format('woff'),
 	url('../fonts/Nexa-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.woff') format('woff'),
   url('../fonts/Helvetica.ttf') format('truetype');
}

html, body {
	padding: 0;
  	margin: 0;
  	width: 100%;
  	height: 100%;
}
  
.full {
    width: 100%;
    height: 100%;
    background: url('../Img/Index.png') no-repeat 50% 50%;
    background-size: cover;
    display: table;
    margin: auto;
    top: 0;
}

.full3 {
	width: 100%;
    height: 100%;
    background: url('../Img/Section3.png') no-repeat 50% 50%;
    background-size: cover;
    display: table;
    margin: auto;
    top: 0;
}

.full5{
    width: 100%;
    height: 100%;
    background: url('../Img/Final.png') ;
    background-size:cover;
    display: table;
    margin: auto;
    top: 0; 
}
  
.full-inner {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.full2 {
    width: 100%;
    height: 100%;
    background: url('../Img/About.png') ;
    background-size:cover;
    display: table;
    margin: auto;
    top: 0; 
	padding-top: 150px;
}

.container2{
    width: 100%;
    height: 100%;
    background: url('../Img/Section4.png') ;
    background-size:cover;
    display: table;
    margin: auto;
    top: 0;
}
 
.content {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
  
.content h1 {
    font-family: 'NexaBold';
    font-size: 500%;
    color: #f9f3f4;
    margin-bottom: -10px;
    text-shadow: 0 0 300px black;
}

.content h3 {
    font-family: 'NexaBold';
    font-size: 200%;
    color: #f9f3f4;
    text-shadow: 0 0 300px black;
	margin-top: 10px;
}

.quality-baked{
  	padding: 1px 3px 20px 3px;
  	background-color: rgba(17, 17, 17, 0.719);
}

.Final {
    max-width: 1000px;
    vertical-align: middle;
    text-align: justify;
    margin: auto; 
}

.uno{
    margin-top: 10%;
}

.ultimo{
    margin-bottom: 30%;
}

.Final p {
    font-size: 29px;
    color: white;
	font-family: 'Helvetica';
}

.About {
    max-width: 1000px;
    margin: auto;
    text-align: center;
	padding-top: 60px;
}

.About h1 {
    font-family: 'NexaBold';
    font-size: 500%;
    color: #1c6733;
}

.About h2{
    font-size: 24px;
    margin-bottom: 45px;
    font-family: 'NexaBold';
    font-weight: bold;
}

.About p{
    font-family: 'Helvetica';
    line-height:normal;
    font-size: 29.5px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
}

.opacidad{
    background-color: rgba(255, 255, 255, 0.774);
}

.derecha{
    text-align: end;
}

.ult{
    margin-bottom: 5%;
}

.pp{
    font-size: 130%;
    margin-right: 0%;
   	margin-bottom: -10px;
	font-family: 'Helvetica';
}

.pp1{
    font-size: 130%;
    margin-right: 0%;
    margin-bottom: 25rem;
}

.Section3 {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
  
.Section3   p {
    line-height: 142%;
    font-family: 'Helvetica';
    font-size: 26px;
    color: #f9f3f4;
    margin: -10%;
}

.container2 h2{
    margin-top: 15%;
    color: #2c6732;
    font-size: 70px;
    font-weight: bold;
    font-family: 'NexaBold';
}

p {
    font-size: 160%;
    line-height: 200%;
    margin:3%;
    font-family: 'Helvetica';
}
 
@media only screen and (min-width: 320px) and (max-width: 736px) {
    .content h1 {
        font-family: 'Century Gothic', sans-serif;
        font-size: 313%;
        color: #f9f3f4;
        text-shadow: 0 0 300px black;
    }

	.container2 h2 {
		font-size: 55px;
	}

	.container2 p {
		font-size: 18px;
		font-weight: bold;
	}

	.full2 {
		padding-top: 20px;
	}

	.full3 {
		height: fit-content;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.About {
		padding-top: 20px;
	}

    .About h1 {
        font-family: 'Century Gothic', sans-serif;
        font-size: 417%;
        color: #1c6733;
        margin-bottom: -5px;
    }

    .About h2 {
        font-size: 14px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 25px;
        font-family: 'Century Gothic', sans-serif;
        font-weight: bold;
    }

    .About p {
        font-family: 'Century Gothic', sans-serif;
        line-height: normal;
        font-size: 15.5px;
        margin-left: 10%;
        margin-right: 10%;
        text-align: justify;
    }

    .Section3 p {
        line-height: 142%;
        font-family: 'Century Gothic', sans-serif;
        font-size: 13px;
        color: #f9f3f4;
        margin: 5%;
    }

    .Final p {
        font-size: 13px;
        color: white;
        margin: 10%;
    }

    .derecha{
        text-align: center;
    }
}