* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;
	
}
header{
    width: 100%;
    height: 50px;
    background: #fac167;
    color: black;
    box-shadow: 0 0 7px black;
    position: fixed;
    top: 0;
    left 0;
    z-index: 100;
}
.contenedor {
    width: 100%;
    margin: auto;
}

header .contenedor {
    display: table;
}
section {
    width: 100%;
   
}

main {
	background: #fdedc9;
    margin-top: 40px;
    padding: 0px;
}

#presentacion {
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 20px;
}

.conten-principal img{
	
	overflow: hidden;
	width: 100%;
	object-fit: cover;
}
.conten-principal {
	
	width: 100%;
	color: #000;
	font-size: 16px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	
}

.ite{	
	width: 100%;
	height: 100%;
	text-align: left;
	margin: 10px;
	padding: 0px;
    font-size: 18px;
	justify-content: center;
	
}

.tituloinicial {
	text-align: center;
	border-radius: 40px;
    text-decoration: underline;
	max-width: 374px;
	font-size: 20px;
	background: rgba(253,237,201,1);
	margin: 20px auto 0px auto; 
	padding: 0px;
    border-style: solid;
    border-color:#966245;
    padding-bottom: 40px;
}
.tituloinicial h1 {
	text-align: center;
	text-decoration: underline;
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
}
/*
.i01 {
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
	
}*/

@media (min-width:1500px) {
    .conten-principal {
        width: 1500px;
    }
    
}
@media (min-width:1040px) {
    .ite {
        width: 40%;
    }
    
	.i01 {
		order: 1;
	}
	.i02 {
		order: 2;
		align-content: center;
	}
	
	.i03 {
		order: 3;
	}
	.i04 {
		order: 4;
	}
	.i05 {
		order: 6;
	}
	.i06 {
		order: 5;
	}
	.i07 {
		order: 7;
	}
	.i08 {
		order: 8;
	}
	.i09 {
		order: 10;
			}
	.i10 {
		order: 9;
			}
}

/* Aquí termina el contenido principal */

#ubica{
	padding-top: 20px;
	max-width: 1000px;
	margin: 0px auto;
	padding-bottom: 15px;
}

#gracias {
	padding-top: 50px;
	max-width: 1000px;
	margin: 0px auto;
	padding-bottom: 50px;
}

#gracias h3 {
	text-align: center;
	padding: 20px;
}

/* logo fijo del WhasApp */

.logowa {
    position: fixed;
    bottom: 40px;
	right: 40px;
    z-index: 99;
    
}

.logomoo {
    position: fixed;
    bottom: 40px;
	left: 40px;
    z-index: 99;
    
}

.logomoo img{
     width: 80px;
}

@media only screen and (max-width: 600px) {
 	.logowa {
		bottom: 20px;
		right: 20px;
	}
    .logomoo {
        bottom: 20px;
		left: 20px;
    }
}
/* afecta al footer */

@media (min-width:1300px) {
    .contenedor {
        width: 1300px;
    }
    
}
