/* ------------------------- */
/* Estilos Generales */
/* ------------------------- */

* {
    box-sizing: border-box;
    margin: 0; padding: 0;
}

body { 
    font-family: 'Lato', sans-serif;
    font-size: 18px;
	
}

h1{
    
    margin-bottom: 0;
	padding: 0px 0px 0px 50px;
}

h2 {
    
    margin-bottom: 0;
}


h3, h4, h5, h6 {
    
    margin-bottom: 0;
}


.boton_whats{
	display: none;
}


.texto-naranja {
    font-weight: 700;
    color: #727171;
}

.texto-blanco {
    font-weight: 700;
    color: #f6324e;
	padding-left: 0px;
}

.texto-bajada{
	padding-left: 50px;
	color: #666;
}

.texto_descripcion{
	color: #666;
	font-size: 27px;
}

.texto_descripcion2{
	color: #666;
	font-size: 18px;
	padding: 0px 40px 0px 40px;
	line-height: 1.6;
}

.boton_precios{
	background-color:#f6324e;
	width:410px;
	height:auto;
	margin-left:50px;
    font-weight: 700;
    color: #fff;
	padding: 10px;
	border-radius:5px;
}



.boton_precios_celular{
	display: none;
}


.texto-negro {
	color: #000;
}

/* ------------------------- */
/* Clases de Fullpage.js */
/* ------------------------- */
#fp-nav ul li a span {
    background: #666;
}

#fp-nav ul li .fp-tooltip {
    color: #666;
}

/* ------------------------- */
/* Menu de Navegacion */
/* ------------------------- */
.nav {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 70;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
}

.nav li,
.nav a {
    display: inline-block;
    margin: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    color: #666;
    transition: .5s ease;
}

.nav li.active {
    border-bottom: 2px solid #f60f3b;
}

.menu li a {
    transition: .5s ease;
    margin: 0;
    padding: 0;
}

.menu li.active a,
.menu li:hover a {
    color: #f60f3b;;
}


/* ------------------------- */
/* Header */
/* ------------------------- */
.header {
    background: url('../media/principal.png');
    
}

.header .contenedor-titulo {
    
    position: relative;
    z-index: 99;
}

.header .titulo {
    font-size: 50px;
    
}

.header .contenedor-icono {
    position: absolute;
    z-index: 99;
    bottom: 3%;
    left: 50%;
    font-size: 40px;
    animation: bajar-subir 1s ease infinite;
}



/* ------------------------- */
/* Animaciones */
/* ------------------------- */
@keyframes bajar-subir {
    0% { transform: translateY(20px); }
    25% { transform: translateY(0); }
    100% { transform: translateY(20px); }
}

/* ------------------------- */
/* Productos */
/* ------------------------- */
.productos{ 
    
    background-size: cover;
}

.productos{
    background-image: url('../media/fondo_blanco.png');
	text-align: center;
}


.productos .informacion-producto {
    margin: 20px 30px 0px 0px;
}


.imagenes1{
	width: 30%;
	height: auto;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
	border: solid 5px #FFFFFF;
}

.imagenes2{
	width: 30%;
	height: auto;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
	border: solid 5px #FFFFFF;
}


.productos .modelo {
    font-size: 45px;
}

.productos .descripcion {
    font-size: 22px;
}

.productos .precio {
    font-size: 25px;
}

.productos .precio::before {
    content: "$";
    display: inline-block;
}

/* ------------------------- */
/* Clases de fullpage.js - Flechas de Slide */
/* ------------------------- */
.fp-controlArrow.fp-next,
.fp-controlArrow.fp-prev {
    top: 95%;
}

.fp-controlArrow.fp-prev {
    left: 80%;
    border-width: 20px 20px 20px 0;
    border-color: transparent #000 transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 50px;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #000;
}

/* ------------------------- */
/* Footer */
/* ------------------------- */


.footer{
	background-image: url('../media/fondo3.png');
}


.contacto{
	margin-top: -20px;
}

.recuadro_form{
	width: 50%;
	height: auto;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 30px;
	padding: 20px 20px 20px 20px;
	margin-left: 35px;

}


.recuadro_datos{
	width: 40%;
	height: auto;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
	

	
}

.texto_datos{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	 font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 20px;
	color: #666;
	
}


.recuadro_form{
	width: 50%;
	height: auto;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 20px;
	padding: 20px;
	
}


.footer .texto-naranja {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
	color: #666;
	
}

.footer h2 {
    opacity: 0;
    font-family: 'Oswald', sans-serif;
    transition: 1s ease all;
}

.footer .redes-sociales {
    display: flex;
    justify-content: center;
    margin: 0;
    font-size: 50px;
}

.footer .redes-sociales a {
    display: flex;
    width: 100px;
    height: 100px;
    background: #fff;
    color: #30313A;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 20px;
}

.footer .facebook i { color: #3b5998; }
.footer .twitter i { color: #1da1f2; }
.footer .instagram i { color: #c13584; }

.footer .facebook:hover { background: #3b5998; }
.footer .twitter:hover { background: #1da1f2; }
.footer .instagram:hover { background: #c13584; }

.footer .facebook:hover i { color: #fff; }
.footer .twitter:hover i { color: #fff; }
.footer .instagram:hover i { color: #fff; }

#desaparece{
		display: block;
	}

/* ------------------------- */
/* Mediaqueries */
/* ------------------------- */
@media screen and (max-width: 768px) {
  
    .modelo {
        font-size: 40px;
    }
    .precio {
        font-size: 23px;
    }
    .footer h2 {
        font-size: 15px;
    }
    .footer .redes-sociales {
        font-size: 30px;
    }
    .footer .redes-sociales a {
        width: 70px;
        height: 70px;
    }

    .footer .texto-naranja {
        font-size: 20px;
    }
	
	
	
	.header {
    background: url('../media/principal2.png');
    
}
	
	.header .contenedor-titulo {
    
    position: relative;
    z-index: 99;
		margin-top: -100px;
}
	
	#desaparece{
		display: none;
	}
	
	
	
	
	.nav li,
.nav a {

    font-size: 13px;
	
	

}
	
	.menu li a,
    .menu li.active a {
        font-size: 12px;
        padding: 5px;
    }
	
	
	.titulo {
        font-size: 35px;
    }
	
	
	.texto-bajada{
	padding-left: 50px;
	color: #666;
		font-size: 15px;
}
	
	.productos .informacion-producto {
    margin: 70px 30px 0px 0px;
}
	
	
	
	.texto_descripcion{
	color: #666;
	font-size: 23px;
}

.texto_descripcion2{
	color: #666;
	font-size: 14px;
	padding: 0px 40px 0px 40px;
	line-height: 1.6;
}
	
	
	
	
	
	.contacto{
	margin-top: 50px;
}

.recuadro_form{
	width: 100%;
	height: auto;
	float: none;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
	margin-left: 0px;

}


.recuadro_datos{
	width: 100%;
	height: auto;
	float: none;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
	

	
}

.texto_datos{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	 font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
	color: #666;
	
}
	
	
	.boton_whats{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 9999;
	
}



	
	

}

@media screen and (max-width: 576px) {
    .header .titulo {
        font-size: 35px;
    }
	
	.header {
    background: url('../media/principal3.png');
    
}

 

    .fp-controlArrow.fp-next {
        left: 100px;
    }

    .fp-controlArrow.fp-prev {
        left: 25px;
    }
	
	.texto-bajada{
	padding-left: 50px;
	color: #666;
		font-size: 15px;
}
	
	
	
	.imagenes2{
	width: 90%;
	height: auto;
	float: none;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 20px;
	border: solid 5px #FFFFFF;
}

	
	.imagenes1{
display: none;
}
	
	.boton_precios{
display: none;
}
	
	
	.boton_precios_celular{
		display: block;
	background-color:#f6324e;
	width:410px;
	height:auto;
	margin-left:50px;
    font-weight: 700;
    color: #fff;
	padding: 10px;
	border-radius:5px;
}

	
	
}

@media screen and (max-width: 450px) {
	
	
	.texto_datos{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	 font-size: 12px;
    letter-spacing: 2px;
		line-height: 1;
    margin-bottom: 20px;
	color: #666;
	
}
	
	
	
	
	
	.boton_precios_celular{
		display: block;
	background-color:#f6324e;
	width:310px;
	height:auto;
	margin-left:10px;
    font-weight: 700;
    color: #fff;
	padding: 10px;
	border-radius:5px;
		font-size: 13px;
}
	
	
	h1{
    
    margin-bottom: 0;
	padding: 0px 0px 0px 10px;
}
	
	.header .contenedor-titulo {
    
    position: relative;
    z-index: 99;
		margin-top: -120px;
}
	
	
	.nav li,
.nav a {

    font-size: 9px;
	
	

}
	
	.menu li a,
    .menu li.active a {
        font-size: 7px;
        padding: 3px;
    }
	
   
	
	
	.header {
    background: url('../media/principal4.png');
    
}

   

    .header .titulo {
        font-size: 26px;
    }
	
	.texto-bajada{
	padding: 10px;
	color: #666;
		font-size: 13px;
}

    .productos .modelo {
        font-size: 30px;
    }
	
	
	
	.productos .informacion-producto {
    margin: 20px 10px 0px 10px;
}
	
	
	
	.texto_descripcion{
	color: #666;
	font-size: 19px;
}

.texto_descripcion2{
	color: #666;
	font-size: 12px;
	padding: 0px 15px 0px 15px;
	line-height: 1.6;
}
	
	
	.imagenes2{
	width: 90%;
	height: auto;
	float: none;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	border: solid 5px #FFFFFF;
}

    .footer .texto-naranja {
        font-size: 18px;
    }

    .footer .redes-sociales a {
        width: 50px;
        height: 50px;
    }

    .footer .redes-sociales a i {
        font-size: 24px;
    }
}