@charset "utf-8";

@font-face{
    font-family:'helvetica';
	src:url(../fonts/helvetica.dfont);
    src:url(../fonts/helvetica.eot);
	src:url(../fonts/helvetica.eot?#iefix) format('embedded-opentype');
    src:url(../fonts/helvetica.woff) format('woff');
	src:url(../fonts/helvetica.ttf) format('truetype');
    src:url(../fonts/helvetica.otf);
}

/*===TAMAÑO DE LOS HEADINGS==================================================================
h1 { font-size: 2em} 
h2 { font-size: 1.5em;}
h3 { font-size: 1.17em;}
h4 { font-size: 1.12em;}
h5 { font-size: .83em;}
h6 { font-size: .75em;}
su conversión la puedes encontrar aquí http://pxtoem.com/
La información la encontre aqui
http://stackoverflow.com/questions/6140430/what-are-the-most-common-font-sizes-for-h1-h6-tags
==============================================================================================*/

/*===TAMAÑO DE P==================================================================
P { font-size:16px} 
==============================================================================================*/


/*::::::::::::::::::::::::::::::::::::
Estilos generales de la página
::::::::::::::::::::::::::::::::::::*/

body{
    font-family: 'helvetica', sans-serif;
    color:#464646;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
    text-decoration: none;
	font-family: 'helvetica', sans-serif;
}

p{
    line-height: 18px;
    font-size: 12px;
}
.p-justify{
    text-align: justify;
}

hr.style-hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.font-thin{font-weight:300;}
.font-regular{font-weight:400;}
.font-bold{font-weight:700;}

.center{text-align:center;}
.right{text-align:right;}
.justify{text-align:justify;}
.li-inline li{display: inline; margin-left: 10px;}

/*::::::::::::::::::::::::::::::::::::
Esta clases son para darle color a
los textos
::::::::::::::::::::::::::::::::::::*/
.white{
    color:#ffffff;
}
.negro{
    color:#000;
}
.resaltar{
    color:#2C9C99;
}

.menu_footer a{
    font-weight:bold;
    color:#2C9C99;
    font-family: 'Libre Baskerville', serif;
}

.menu_footer a:hover {
    color:#fff;
}

.boton_vermas a{
    font-weight:bold;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
}

.boton_vermas a:hover{
    color: #000;
}

.height{
    padding: 25px 10px 25px 10px;   
}

.ficha_tec {
    margin-top:0px;
}


/*////////////////////////////////
Este es el botón de mercado libre
////////////////////////////////*/
#cont_boton .boton{
        display: block;
        position: static;
        float: left;
        margin: auto;
        background-color: #000;
        width: 140px;
        height: 55px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-family: helvetica, sans-serif;
        background-image:url(../img/Mercado_Libre.png);
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
		-moz-10px 10px 10px 10px;
		-ms-10px 10px 10px 10px;
		-o-10px 10px 10px 10px;
		-webkit-10px 10px 10px 10px;
        opacity: 0.8;
        border:1px solid orange;
    }
     
    #cont_boton .boton:hover{
        opacity: 1;
    }
    
    #cont_boton .boton:active{
        transform:scale(0.95);
    }

/*/////////////////////////////
Fin de botón de mercado libre
/////////////////////////////*/




/* =============================================================================
   DISEÑO MÓVIL: 480 PX E INFERIOR.
   ========================================================================== */

/*===H1,H2,H3======*/
h1{
    font-size:1.12em;
    font-family: 'Libre Baskerville', serif;
    color: #000;
}

h3{
    font-size:1.12em;
    font-family: 'Libre Baskerville', serif;
    line-height: 22px;
}

h4{
    font-size:1.5em;
    font-family: 'Libre Baskerville', serif;
    line-height: 35px;
    margin-bottom: 10px;
}

/*::::::::::::::::::::::::::::::::::::
Esta clase oculta una imagen
en vista celular
::::::::::::::::::::::::::::::::::::*/
.img_escritorio{
    display:none;
}

/*::::::::::::::::::::::::::::::::::::
Esta clase le da un alto fijo a un span
span .height-description
::::::::::::::::::::::::::::::::::::*/ 
.height-description{
    /*background-color:aqua;*/
    display: block;
    height:60px;
    background-color: #fff;
    text-align: center;
}

.htres_top{
padding-top: 10px;
padding-bottom: 10px;
}


.logo_size{
    width: 150px;
    margin: 10px auto -10px auto;
}


.fullwidth-wrapper-dos{
    background:url(../img/main-img-home.png)no-repeat center;
    background-size:cover;
    padding:40px 0px 50px 0px; 
    height:350px;
    box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
    -o-box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
    -ms-box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
}



.fullwidth-wrapper-tres{
    height:350px;
    box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
    -o-box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
    -ms-box-shadow: 0 1px 15px 1px rgba(0,0,0,.5);
    background-color: #C2C3C8;
}


.fullwidth-wrapper{
    background-color:#2C9C99;
    padding:0px 0px 10px 0px; 
    font-family: 'Poppins', sans-serif;
}


#bloque_slide{
    display: block;
    color:#fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size:1em;
    width: 200px;
    padding: 40px 5px 40px 5px;
    text-align: center;
    margin: 60px auto auto auto;
    background-color: rgba(44, 156, 153, .7);
    -webkit-background-color: rgba(0, 0, 0, .7);
    -moz-background-color: rgba(0, 0, 0, .7);
    -o-background-color: rgba(0, 0, 0, .7);	
    -ms-background-color: rgba(0, 0, 0, .7);
    border:solid #fff 5px;
    
    box-shadow: 0 1px 10px 0px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 10px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 10px 0px rgba(0,0,0,.3);
    -o-box-shadow: 0 1px 10px 0px rgba(0,0,0,.3);
    -ms-box-shadow: 0 1px 10px 0px rgba(0,0,0,.3);
}


/*::::::::::::::::::::::::::::::::::::
Estilos del footer
::::::::::::::::::::::::::::::::::::*/ 
footer{
    background-color:#000;
    padding: 10px 0px 10px 0px;
    font-family: helvetica, sans-serif;
    
}

footer p{
    color:#fff;
    font-size: 10px;
    line-height: 15px;
}


/* =============================================================================
   DISEÑO TABLETA: DE 481 PX A 768 PX. HEREDA ESTILOS DE: DISEÑO MÓVIL.
   ========================================================================== */

@media only screen and (min-width: 481px) {
      
p{
    line-height: 22px;
    font-size: 16px;    
}  
    
/*===H1,H2,H3======*/
h1{
    font-size:1.5em;
}

h3{
    font-size:1.17em;
}
/*::::::::::::::::::::::::::::::::::::
Esta clase oculta una imagen
en vista tableta
::::::::::::::::::::::::::::::::::::*/
.img_escritorio{
    display:none;
}

/*::::::::::::::::::::::::::::::::::::
Esta clase le da un alto fijo a un span
span .height-description
::::::::::::::::::::::::::::::::::::*/ 
.height-description{
    /*background-color:aqua;*/
    display: block;
    height:60px;
}
    

.fullwidth-wrapper-dos{
    height:350px;
} 
    
    
.fullwidth-wrapper{
    background-color:#2C9C99;
    padding:20px 0px 20px 0px; 
}
    
#bloque_slide{
        margin-top:50px;
        font-size: 1.5em;
        width: 350px;
        padding: 50px 25px 50px 25px;
    }   

/*::::::::::::::::::::::::::::::::::::
Estilos del footer
::::::::::::::::::::::::::::::::::::*/ 
footer{
    background-color:#000;

}

footer p{
    color:#fff;
    font-size: 13px;
    line-height: 20px;
}

    
.height{
    padding: 40px 15px 40px 15px;   
}
}

/* =============================================================================
   DISEÑO ESCRITORIO: DE 769 PX HASTA UN MÁXIMO DE 1232 PX.  HEREDA ESTILOS DE:
   DISEÑO MÓVIL Y DISEÑO TABLETA.
   ========================================================================== */

@media only screen and (min-width: 769px) {
    
p{
    line-height: 22px;
    font-size: 16px;    
}
    
/*===H1,H2,H3======*/
h1{
    font-size:2em;
}

h3{
    font-size:1.17em;
    line-height: 25px;
}
/*::::::::::::::::::::::::::::::::::::
Esta clase muestra una imagen
en vista escritorio
::::::::::::::::::::::::::::::::::::*/
.img_escritorio{
    display: block;
}

/*::::::::::::::::::::::::::::::::::::
Esta clase le da un alto fijo a un span
span .height-description
::::::::::::::::::::::::::::::::::::*/ 
.height-description{
    /*background-color:aqua;*/
    display: block;
    height: 60px;
}
    

.fullwidth-wrapper-dos{
    height:500px;
}
    
    
.fullwidth-wrapper{
    background-color:#2C9C99;
    padding:40px 0px 50px 0px; 
}
    
#bloque_slide{
        margin-top: 115px;
        font-size:2em;
        width: 400px;
    }
    
/*::::::::::::::::::::::::::::::::::::
Estilos del footer
::::::::::::::::::::::::::::::::::::*/ 
footer{
    background-color:#000;
    height: 120px;
    

}

footer p{
    color:#fff;
    font-size: 14px;
    line-height: 25px;
}

.height{
    padding: 50px 10px 50px 10px;   
}    

}
