@charset utf-8;
/*
Theme Name: Jambo
Author: Jambo
Version: 1.0
*/

body {
	font-family: 'Open Sans', sans-serif;
}
header {
	width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    background-color: white;
    padding: 10px 0 5px;
}
.white-box {
	background: rgba(255, 255, 255, 0.55);
    overflow: hidden;
    width: 100%;
    padding: 30px 20px;
    border: 1px solid #eee;
    margin: 40px 0px;
}
.beneficio {
    position: relative;
    text-align: center;
    width: 20%;
    display: block;
    float: left;
    z-index: 8;
    -webkit-font-smoothing: antialiased;
}
.titulo-division {
	text-align: center;
	font-size: 22px;
    border-bottom: 1px solid #CCC;
    box-shadow: 0px 1px white;
}
.content {
	margin-top: 20px;
}
.logo h2 {
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #0daa34;
}
.logo h2 a {
    color: #0daa34;
}
/************/
/** HEADER **/
/************/
.logo {
    float: left;
}
.content-menu{
    float: right;
    position: relative;
    top: 40px
}
.content-menu ul li{
    float: left;
    margin-left: 50px
}

/**********/
/** HOME **/
/**********/
.last_products {
    width: 23%;
    float: left;
    margin: 0 1% 20px;
    background: white;
    padding: 0 10px;
}
.last_products img {
    height: auto;
}
.last_products h2 {
    font-size: 18px;
    line-height: 30px;
}
.last_products .ver_mas {
    width: 47%;
    text-align: center;
    margin-right: 2%;
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #0fad3f;
    margin: 10px 6% 10px 0;
    float: left;
    color: white;
    font-weight: bold;
}
.last_products .callto {
    width: 47%;
    text-align: center;
    margin-right: 2%;
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #ffb62f;
    margin: 10px 0;
    float: left;
    padding: 0;
}
.content-img {
    height: 235px;
    display: table-cell;
    vertical-align: middle;
}
.beneficio .icono {
    background: #0fad3f;
    padding: 20px;
    display: inline-block;
    border-radius: 50%;
    color: white;
    width: 56px;
    height: 56px;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}
.beneficio .icono i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
}
.boton-ver-todos {
    text-align: center;
    display: block;
    margin: 20px auto 10px;
    background: #585858;
    width: 132px;
    color: white;
    padding: 11px 4px; 
}
.beneficio h3 {
    font-weight: 600;
}
#new-royalslider-1 {
    margin-top: -50px;
}
/**************/
/** PRODUCTO **/
/**************/
.mas_info {
	display: block;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #4A4A4A;
	text-shadow: 1px 1px 1px white;
	box-shadow: 0px 1px white, inset 0px 1px white;
	padding: 10px 0;
	margin-bottom: 20px;
}
.callto {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	background: #ffb62f;
	clear: none;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 50px;
    height: 55px;
    line-height: 55px;
    color: white;
    display: inline-block;
    font-size: 15px;
}
.price {
	font-size: 20px;
    color: #0fad3f;
    margin: 10px 0px;
    display: block;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.reviews_amazon {
	background-color: white;
	padding: 10px;
}
.title_tabs {
	display: inline-block;
    width: 100%;
    clear: both;
    margin: 0;
    border-bottom: 0;
    text-align: center;
    margin-bottom: 35px;
}
.title_tabs li {
	color: #cccccc;
    float: none;
    list-style: none;
    display: inline-block;
    height: auto;
    line-height: 40px;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0 15px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.tablinks{
	color: #4A4A4A;
	cursor: pointer;
}    
span.tablinks.active {
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.content_ratings {
	height: 35px;
    margin-top: 15px;
}
table.caracteristicas {
	width: 100%;
}
table.caracteristicas td {
	width: 25%;
    border: 1px solid #e4e4e4;
    padding: 15px 10px 15px;
    color: #555;
    position: relative;
}
table.caracteristicas tr:nth-child(even) td {
	background: rgb(230, 230, 230);
}
.tabs {
	display: none;
}
.lista-destacado {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.lista-destacado li {
	margin-bottom: 14px;
    color: #515151;
    font-size: 17px;
    line-height: 24px;
}
.lista-destacado li i {
	margin-right: 10px;
}
.lista-borde {
	border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    box-shadow: 0px 1px white, inset 0px 1px white;
}

/************/
/**  BLOG  **/
/************/
.content_blog {
    width: 65%;
    float: left;
}
.content_blog article {
    background: white;
    padding: 15px 20px;
    margin-bottom: 30px;
}
#sidebar_blog {
    width: 30%;
    float: right;
}
aside section {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
}
aside section h2 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #ededed;   
}
aside ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
}
#searchform input[type="text"] {
    padding: 5px;
}
#searchsubmit {
    background: black;
    color: white;
    border: none;
    padding: 7px 20px;
}
.content_data {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 11px;
    font-size: 13px;
}
.content_data .post-categories li {
    float: left;
    margin-right: 10px;
    border-right: 1px solid #ededed;
    padding-right: 10px;
}
.texto_noticia {
    margin-top: 10px;
}
.texto_noticia ul li {
    margin-bottom: 10px;
    line-height: 29px;
    padding-left: 20px;
    color: #4A4A4A;
}
.texto_noticia a {
    color: #08b22e;
    border-bottom: 1px dotted;
}
.post_thumbnail img {
    height: auto;
}
.texto_noticia h2 {
    font-size: 25px;
}
/************/
/** FOOTER **/
/************/
footer {
    width: 100%;
    height: 50px;
    background-color: black;
    margin-top: 50px;
}

@media (max-width: 767px){
    .container, .beneficio, .last_products, .content_blog, #sidebar_blog, .w-60, .w-40, .content-menu {
        width: 100%;
    }
    h2.titulos_blog, .titulo_noticia {
        font-size: 22px;
    }
    .logo h2 {margin-top: 0;margin-bottom: 20px;}
    .content-menu {top:0;}
    .content-menu ul li {float: none;margin-bottom: 10px;margin-left: 0;padding-bottom: 10px;text-align: center;border-bottom: 1px solid #CCC;}
    .menu-mv {
        width: 26px;
        float: right;
        padding-top: 14px;
    }
    .menu-mv .line {
        width: 100%;
        height: 2px;
        background: #CCC;
        margin-bottom: 4px;
    }
    #menu-principal {
        border-top: 1px solid #CCC;
        padding-top: 10px;
    }
    .menu-principal-container {
        display: none;
    }
}