body{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
header{
	background: #FF6B00;
    color: white;
    height: 60px;
    position: fixed;
    width: calc(100% - 20px);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
@media (max-width: 500px){
	header{
		justify-content: flex-start;
	}
}
header .logo{
	display: flex;
    align-items: center;
    font-size: 20px;
}
header .logo img{
	height: 50px;
	padding: 5px;
}
header .logo span{
	display: none;
}
@media (min-width: 500px){
	header .logo span{
		display: block;
	}
}
header .texto{
	display: flex;
    align-items: center;
}
header .texto .phone{
	display: none;
}
@media (min-width: 800px){
	header .texto .phone{
		display: block;
	}
}
header .texto img{
	padding: 0 10px;
}
h2{
	font-size: 30px;
	color: #FF6B00;
}
section{
	color: white;
	padding: 10px;
	margin-bottom: 20px;
}
section .flex{
	display: flex;
}
section .flex.center{
	justify-content: center;
}
@media (max-width: 800px){
	section .flex.center{
		flex-wrap: wrap;
	}	
}
section .flex .subseccion{
	margin-left:30px;
	margin: 0 20px 0px 30px;
}
@media (min-width: 800px){
	section .flex .subseccion{
		margin: 0 20px 20px 20px;
	}
}
section .flex .subseccion.subseccion-uno{
	margin-left: 0;
}
section.seccion-banner {
    padding: 50px 0 0 0;
}
@media (min-width: 800px){
	section.seccion-banner {
		position: relative;
	}
}
section.seccion-banner img{
	width: 100%;
}
@media (max-width: 800px){
	section.seccion-banner img{
		display: none;
	}
}
section.seccion-banner .banner-txt{		
	text-align: center;
    background: #FF6B00;
    color: white;
    max-width: 400px;
    margin: 10px;
    padding: 15px;
    position: absolute;
    left: calc(50% - 200px);
    bottom: -22px;
    border-radius: 10px;
}
@media (max-width: 800px){
	section.seccion-banner .banner-txt{		
		margin: 20px auto 0 auto;
	    width: calc(100% - 30px);
	    position: initial;
	}
}
section.seccion-uno{
	background: #FF6B00;
	color: white; 
}
section.seccion-uno h2{
	color: white;
}
section.seccion-dos{
	background: #FF6B00;
	color: white;
	padding-bottom: 50px;
}
section.seccion-dos h2{
	color: white;
	text-align: center;
}
section.seccion-dos .flex .subseccion{
	background: #FFB681;
	border-radius: 10px;
	margin: 0 20px;
	padding: 20px;
	color: black;
	width: 25%;
}
@media (max-width: 800px){
	section.seccion-dos .flex .subseccion{
	    margin: 10px;
    	padding: 10px;
    	width: calc(50% - 40px);
	}
}
section.seccion-dos .imagen{
	width: 100%;
	text-align: center;
}
section.seccion-dos .flex img,
section.seccion-tres .flex img{	
	max-height: 50px;
}
section.seccion-tres{
	color: black;
}
section.seccion-tres h2{
	text-align: center;
}
section.seccion-tres .flex div{
	width: 33.3%;
	background: #FFB681;
    padding: 20px;
    border-radius: 10px;
}
@media (max-width: 800px){
	section.seccion-tres .flex .subseccion-uno{
		width: 100%;
		margin: 0;
	}
	section.seccion-tres .flex .subseccion-dos,
	section.seccion-tres .flex .subseccion-tres{
		display: none;
	}
}
section.seccion-tres .flex .imagen{
	display: flex;
    width: 100%;
    justify-content: center;
}
section.seccion-cuatro > div{
	background: #FFB681;
	border-radius: 10px;
	color: black;
	padding: 10px;
	margin-bottom: 10px;
}
section.seccion-cinco{
	color: black;
}
section.seccion-seis{
	background: #FF6B00;
    color: white;
}
section.seccion-seis h2{
	color: white;
	text-align: center;
}
section.seccion-seis .flex{
	max-width: 60%;
	margin: 0 auto;
}
@media (max-width: 800px){
	section.seccion-seis .flex{
		max-width: 100%;
	}
}
section.seccion-seis .flex div{
	width: 50%;
}
section.seccion-seis .subseccion-uno{
	margin-right: 30px;
}
section.seccion-seis .subseccion-dos{
	margin-left: 30px;
}
section.seccion-siete{
	color: black;
}
section.seccion-siete .tabla-contenido{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
section.seccion-siete .tabla-contenido div{
    background: #FFB681;
    margin: 10px;
    width: calc(50% - 40px);
    padding: 10px;
}
section.seccion-siete .tabla-contenido div.dos{
background: #d4d8dd;
}
section.seccion-siete .tabla-paquetes {
	display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 20px;
}
@media (max-width: 1000px){
	section.seccion-siete .tabla-paquetes {
		display: none;
	}
}
section.seccion-siete .tabla-paquetes .primario{
	width: calc(100% - 650px);
    font-weight: bold;
}
section.seccion-siete .tabla-paquetes .tabla-titulo{
	background: #FF6B00;
    padding: 10px;
    margin: 0;
    text-align: center;
    line-height: 60px;
    color: white;
    margin-bottom: 5px;
}
section.seccion-siete .tabla-paquetes ul {
	list-style-type: none;
    padding: 5px;
    font-weight: normal;
    margin: 0;
}
section.seccion-siete .tabla-paquetes li {
	border-bottom: 1px solid gray;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.seccion-siete .tabla-paquetes .primario ul {
    background: #FFB681;
}
section.seccion-siete .tabla-paquetes .primario li {
	justify-content: flex-start;
}
section.seccion-siete .tabla-paquetes .secundario{
	width: 150px;
}
section.seccion-siete .tabla-paquetes .secundario p.dos{
	line-height: 20px;
}
section.seccion-siete .tabla-paquetes .secundario p.tres{
	line-height: 20px;
	padding: 20px 0;
}
section.seccion-siete .tabla-paquetes .secundario li{
	text-align: center;
}
section.seccion-siete .tabla-paquetes .secundario img{
	height: 20px;
}

@media (max-width: 800px){	
	section.seccion-siete .phone {
		display: block;  
	}
}
section.seccion-siete .phone{
	display: none;
}
section.seccion-siete .phone img{
	width: 350px;
	margin-right: 100px;
}

section.seccion-siete h3{
	color: #FF6B00;
	text-align: center;
}
section.seccion-ocho h2{
	text-align: center;
}
section.seccion-ocho .flex{
	justify-content: center;
	max-width: 600px;
	margin: 0 auto;
	display: none;	
}
@media (min-width: 800px){
	section.seccion-ocho .flex{
		display: block;
	}
}
section.seccion-ocho .flex div{
	width: 33.3%;
	background: #FF6B00;
	padding: 10px;
	color: white;
	border-radius: 10px;
}
section.seccion-ocho .flex div.imagen{
	text-align: center;
    width: calc(100% - 20px);
    height: 80px;
}
section.seccion-ocho .subseccion{
	text-align: center;
}
section.seccion-ocho .subseccion img{
	max-width: 100px;
}
section.seccion-ocho .subseccion strong{
	font-weight: bold;
	font-size: 20px;
}
section.seccion-ocho .marcas{
	margin-top: 50px;
	width: 100%;
	text-align: center;
}
section.seccion-ocho .marcas img{
	width: 100%;
}
section.seccion-ocho .marcas-dos img{
	width: 100%;
}
section.seccion-ocho p{	
	color: black;
	text-align: center;
}
section.contacto{
	background: black;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 1;
    bottom: 0;
    padding: 10px;
    margin: 0;
}
@media (max-width: 700px){
	section.contacto{
		display: none;
	}
}
section.contacto  span{
	margin-right: 10px;
	display: inline-block;
}
@media (max-width: 1000px){
	section.contacto  input{
		width: calc(25% - 90px)
	}
	section.contacto  input[type="submit" i] {
		width: 60px;
	}
}

section.contacto.gracias{
	text-align: center;
}
table th{
	background: #FF6B00;
	color: white;
	padding: 10px;
	margin: 5px;
}
table td{
	background: #FFB681;
	padding: 10px;
	margin: 5px;
}