@font-face {
    font-family: "TP-Link Aktiv";
    src: url("../fonts/EOT/TP-LinkAktiv_W_Lt.eot");
    font-display: auto;
    src: url("../fonts/WOFF/TP-LinkAktiv_W_Lt.woff") format("woff"), url("../fonts/WOFF2/TP-LinkAktiv_W_Lt.woff2") format("woff2"), url("../fonts/TTF/TP-LinkAktiv_W_Lt.ttf") format("ttf");
    font-weight: 300;
  }
  @font-face {
    font-family: "TP-Link Aktiv";
    src: url("../fonts/EOT/TP-LinkAktiv_W_Rg.eot");
    font-display: auto;
    src: url("../fonts/WOFF/TP-LinkAktiv_W_Rg.woff") format("woff"), url("../fonts/WOFF2/TP-LinkAktiv_W_Rg.woff2") format("woff2"), url("../fonts/TTF/TP-LinkAktiv_W_Rg.ttf") format("ttf");
    font-weight: 400;
  }
  @font-face {
    font-family: "TP-Link Aktiv";
    src: url("../fonts/EOT/TP-LinkAktiv_W_Md.eot");
    font-display: auto;
    src: url("../fonts/WOFF/TP-LinkAktiv_W_Md.woff") format("woff"), url("../fonts/WOFF2/TP-LinkAktiv_W_Md.woff2") format("woff2"), url("../fonts/TTF/TP-LinkAktiv_W_Md.ttf") format("ttf");
    font-weight: 500;
  }
  @font-face {
    font-family: "TP-Link Aktiv";
    src: url("../fonts/EOT/TP-LinkAktiv_W_Bd.eot");
    font-display: auto;
    src: url("../fonts/WOFF/TP-LinkAktiv_W_Bd.woff") format("woff"), url("../fonts/WOFF2/TP-LinkAktiv_W_Bd.woff2") format("woff2"), url("../fonts/TTF/TP-LinkAktiv_W_Bd.ttf") format("ttf");
    font-weight: 600;
  }
  @font-face{
    font-family:"BRAVEE";
    src:url(../fonts/BRAVEEightyone-Regular.woff) format("opentype");
  }
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body, html {
    width: 100%;
    height: 100%;
}
body {
    font-family: "TP-Link Aktiv";
    overflow-x: hidden;
}
a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.container {
    max-width: 1100px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.container_menu {
    max-width: 1300px;
    height: 90px;
    min-width: 320px;
    margin: auto;
}
.padded {
    padding-top: 90px;
    padding-bottom: 90px;
}
header {
    position: relative;
}
#header {
    width: 100%;
    height: auto;
    display: table;
}
#menu-header {
    width: 100%;
    height: 90px;
    background-color: #FFF;
    border-bottom: 1px solid #e0e0e0;
}
#header_banner {
    width: 100%;
    min-height: 91%;
    overflow: hidden;
    display: table;
}
.logo {
    width: 25%;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.logo, .main-menu{
    float: left;
}
.logo img {
    width: 170px;
}
.main-menu {
    width: 75%;
    height: 90px;
}
#btn-menu{ 
    display: none; 
}
header label{ 
    cursor: pointer; 
    float: right; 
    width: 50px; 
    height: 50px; 
    text-align: center; 
    line-height: 50px; 
    color: #FFF; 
    margin-top: 10px; 
    font-size: 30px; 
    display: none;
}
.menu ul {
    display: inline-flex;
    float: left;
    list-style: none;
}
.menu ul ul {
    display: none;
}
.menu a {
    color: #0a0a0a;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding: 40px 30px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}
.menu ul li:hover ul{
    width: 100%;
    left: 0;
    top: 90px;
    display: block;
    position: absolute;
    z-index: 99999;
    transition: all .4s ease-in-out;
    padding: none;
}
.menu ul li ul .menu_productos{
    height: 450px;
    background-color: #efefef;
    border-left: none;
    margin: 0px;
}
.menu a span{
    display: none;
}
.cont_phone {
    width: 250px;
    height: 90px;
    position: relative;
    float: right;
}
.cont_phone a {
    margin-top: -10px;
}
.cont_phone i {
    font-size: 20px;
    color: #25D366;
    width: 25px;
}
.cont_phone p {
    font-size: 12px;
}
.res {
    display: none;
}
.menu_box_productos {
    width: 31%;
    height: 200px;
    background-color: #FFF;
    border: solid 1px #FFF;
    margin: 10px;
    float: left;
}
.menu_box_productos:hover {
    border: solid 1px #48cad5;
}
.menu_box_productos img {
    width: 130px;
    display: table;
    margin: auto;
    margin-top: -20px;
}
.menu_box_productos p {
    text-align: center;
    margin-top: 10px;
}
.section_1 {
    width: 100%;
    height: 70%;
    display: table;
}
.left_section1 {
    width: 50%;
    height: 500px;
    float: left;
    display: table;
}
.left_section1 img {
    width: 90%;
    max-width: 600px;
    margin: auto;
    display: table;
}
.right_section2 {
    width: 50%;
    height: 500px;
    padding: 40px 20px;
    float: right;
    display: table;
}
.right_section2 h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #363636;
}
.right_section2 h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: -20px;
    color: #4a4a4a;
}
.info_left {
    width: 100%;
    height: 300px;
    padding-top: 10px;
    border-top: 1px solid #dbdbdb;
}
.info_left p {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #4a4a4a;
}
.info_left a {
    display: block;
    width: 200px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    border: solid 1px #48cad5;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    color: #363636;
}
.section_2 {
    width: 100%;
    height: 70%;
    background-color: #FFF;
    display: table;
}
.left-section2_2 {
    width: 50%;
    height: 500px;
    padding: 170px 40px;
    float: left;
    display: table;
}
.left-section2_2 h2 {
    color: #363636;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
}
.left-section2_2 p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.right-section2_2 {
    width: 50%;
    height: 500px;
    float: right;
    display: table;
}
.right-section2_2 img {
    width: 90%;
    max-width: 600px;
    margin: auto;
    display: table;
}
.section_3 {
    width: 100%;
    height: 70%;
    background-color: #FFF;
    display: table;
}
.left_section3_1 {
    width: 50%;
    height: 500px;
    float: left;
}
.left_section3_1 img {
    width: 90%;
    max-width: 600px;
    margin: auto;
    display: table;
}
.right_section3_2 {
    width: 50%;
    height: 500px;
    padding: 180px 30px;
    float: right;
}
.right_section3_2 h2 {
    color: #363636;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
}
.right_section3_2 p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.footer {
    width: 100%;
    height: 300px;
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
    display: table;
}
.padded-foorer {
    padding-top: 70px;
    padding-bottom: 30px;
}
#copyright {
    width: 100%;
    height: 40px;
    background-color: #fafafa;
    display: table;
}
.left-copy {
    width: 70%;
    height: 40px;
    float: left;
}
.left-copy p {
    font-size: 13px;
    line-height: 40px;
}
.right-copy {
    width: 30%;
    height: 40px;
    float: right;
}
.right-copy p {
    font-size: 13px;
    line-height: 40px;
    text-align: right;
}
.right-copy a {
    color: #002c91;
    font-size: 16px;
    font-family:"BRAVEE";
}
.logo_footer {
    width: 200px;
    display: table;
    margin: auto;
    margin-bottom: 20px;
}
.contenedor_datos {
    width: 100%;
    height: 200px;
    padding-top: 10px;
    display: table;
}
.contenedor_datos h3 {
    color: #363636;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.contenedor_datos p {
    text-align: center;
    line-height: 34px;
    color: #4a4a4a;
}
.contenedor_datos i {
    width: 40px;
}
.contenedor_datos a {
    color: #4a4a4a;
}
.cont_sociales {
    width: 100%;
    height: 70px;
}
ul.sociales {
    width: 100%;
    text-align: center;
}
ul.sociales li {
    display: inline-block;
}
ul.sociales li a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin: 10px;
    line-height: 45px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background-color: #5a5a59;
    display: block;
}

#header_banners {
    width: 100%;
    height: auto;
    position: relative;
    display: table;
}
.header_opacidad {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.486);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header_opacidad h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #FFF;
}
#header_banners img {
    width: 100%;
}
.section_products {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    display: table;
}
.box_productos {
    width: 23%;
    height: 450px;
    
    background-color: #FFF;
    float: left;
    display: table;
    margin: 10px;
}
.box_productos img {
    width: 100%;
    max-width: 300px;
    position: relative;
}
.productos_info {
    width: 100%;
    height: 100px;
    border-top: solid 1px #dcdad9;
    padding: 10px;
}
.productos_info p {
    color: #363636;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    height: 25px;
    
    font-weight: 400;
    display: table;
}
.productos_info h4 {
    margin-top: 10px;
}
.tablet {
    display: none;
}
.movil {
    display: none;
}
.gmaps {
    width: 100%;
    height: 600px;
    background-color: #ffffff;
}
.gmaps iframe {
    width: 100%;
    height: 600px;
}
.contenedor_whatsaap {
    width: 70px;
    height: 70px;
    background-color: #42ea61;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contenedor_whatsaap i {
    font-size: 30px;
    color: #FFF;
}
.box_promociones {
    width: 100%;
    height: auto;
}
.box_promociones img {
    width: 100%;
    max-width: 1200px;
    display: table;
    margin: auto;
    margin-bottom: 40px;
}
.box_promociones p {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.productos_section_info {
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
}
.left-productos {
    width: 50%;
    height: 750px;
    float: left;
}
#exzoom {
    width: 400px;
    margin: auto;
}
.right-productos {
    width: 50%;
    height: 750px;
    padding: 20px;
    float: right;
    display: table;
}
.right-productos h2 {
    font-size: 24px;
	line-height: 34px;
    margin-bottom: 20px;
}
.right-productos h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.right-productos h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.right-productos i {
    width: 25px;
    font-size: 12px;
}
.right-productos p {
    font-size: 14px;
    line-height: 24px;
}
@media screen and (max-width: 1370px) {
    .logo {
        width: 30%;
        padding-left: 20px;
    }
    .main-menu {
        width: 70%;
    }
}
@media screen and (max-width: 1365px) {

}
@media screen and (max-width: 1124px) {
    .left_section1 {
        padding-top: 50px;
    }
    .right_section2 {
    }
    .left_section3_1 {
        padding-top: 50px;
    }
    .container {
        max-width: 900px;
    }
    .left_section3_1 img {
        width: 90%;
        max-width: 600px;
        margin: auto;
        display: table;
    }
    .left-section2_2 {
        padding: 180px 20px;
    }
    .right-section2_2 {
        padding-top: 50px;
    }
    .right-section2_2 img {
        width: 90%;
        max-width: 600px;
        margin: auto;
        display: table;
    }
    .right_section3_2 {
        padding: 180px 20px;
    }
    .box_productos {
        width: 31%;
        height: 380px;
        display: inline-block;
    }
    .left-copy {
        padding-left: 10px;
    }
    .right-copy {
        padding-right: 10px;
    }
}
@media screen and (max-width: 991px) {
    .logo {
        width: 30%;
        display: table;
    }
    .logo img {
        margin-left: 20px;
        margin-top: 18px;
    }
}
@media screen and (max-width: 975px) {
    .pc {
        display: none;
    }
    .tablet {
        display: block;
    }
    .header_opacidad h2 {
        font-size: 40px;
        line-height: 40px;
        font-weight: 800;
        color: #FFF;
    }
    .box_productos {
        width: 31.2%;
        height: auto;
        display: inline-block;
    }
}
@media screen and (max-width: 954px) {
    .box_productos {
        width: 30%;
        height: auto;
        display: inline-block;
    }
}
@media screen and (max-width: 976px) {
    .box_productos {
        width: 29%;
        height: auto;
        display: inline-block;
    }
}
@media screen and (max-width: 970px) {
    .left-productos {
        width: 100%;
        height: 400px;
        padding-bottom: 20px;
        display: table;
    }
    .right-productos {
        width: 100%;
        display: table;
    }
}
@media screen and (max-width: 920px) {
    .container {
        max-width: 800px;
    }
    .left-section2_2 {
        padding: 160px 20px;   
    }
    .menu_productos {
        display: none;
    }
    header label{
        color: #000;
        display: block;
        margin-top: 25px;
        margin-right: 20px;
    }
    .menu{
        position: absolute;
        width: 100%;
        top: 90px;
        left: 0;
        transition: all .3s ease;
        transform: translateX(-100%);
        background-color: #FFF;
        z-index: 1000;
    }
    .menu ul{
        display: block;
        float: none;
    }
    .menu a{
        border-left: 0px;
        padding: 20px 10px;
        border-bottom: solid 1px #000000;
    }
    #btn-menu:checked ~ .menu{
		transform: translateX(0%);
	}
    .menu ul li ul li{
        
        background-color: #c2c2c2;
		min-height: 10px;
		margin-left: -10px;
        margin: 0px;
	}
    .menu ul li:hover ul{
		width: 100%;
		display: none;
		position: static;
	}
    .res {
        display: block;
    }
    .menu a span{
        display: block;
		position: absolute;
		right: 15px;
        top: 20px;
	}
    .cont_phone {
        display: none;
    }
    .left-copy {
        width: 100%;
    }
    .left-copy p {
        text-align: center;
    }
    .right-copy {
        width: 100%;
    }
    .right-copy p {
        text-align: center;
    }
    .left-copy p {
        line-height: 24px;
    }
}
@media screen and (max-width: 820px) {
    .box_promociones img {
        width: 100%;
        max-width: 1200px;
        display: table;
        margin: auto;
        margin-bottom: 40px;
    }
    .left_section1 {
        width: 100%;
        padding-top: 0;
    }
    .right_section2 {
        width: 100%;
    }

    .left-section2_2 {
        width: 100%;
    }
    .right-section2_2 {
        width: 100%;
        padding-top: 0;
    }
    .right-section2_2 img {
        width: 80%;
        max-width: 500px;
        margin: auto;
        display: table;
    }
    .left_section3_1 {
        width: 100%;
        padding-top: 0;
        display: table;
    }
    .left_section3_1 img {
        width: 80%;
        max-width: 500px;
        margin: auto;
        display: table;
    }
    .right_section3_2 {
        width: 100%;
    }
    
}
@media screen and (max-width: 800px) {
    .logo {
        width: 40%;
    }
    .main-menu {
        width: 60%;
    }
    .box_productos {
        width: 47%;
    }
    
}
@media screen and (max-width: 684px) {
    .box_productos {
        width: 46%;
    }
}
@media screen and (max-width: 643px) {
    .container {
        max-width: 500px;
    }
    .left_section3_1 img {
        width: 100%;
        max-width: 500px;
        margin: auto;
        display: table;
    }
    .tablet {
        display: none;
    }
    .movil {
        display: block;
    }
    .header_opacidad h2 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 800;
        color: #FFF;
    }
    .contenedor_whatsaap {
        bottom: 90px;
        right: 20px;
    }
}
@media screen and (max-width: 550px) {
    .box_productos {
        width: 90%;
        display: table;
        float: none;
        margin: auto;
        margin-top: 20px;
    }
    .box_productos img {
        display: table;
        margin: auto;
        float: none;
    }
}
@media screen and (max-width: 518px) {
    .left_section1 {
        height: 400px;
    }
    .left_section3_1 {
        height: 400px;
    }
    .right-section2_2 {
        height: 400px;
    }
    .container {
        max-width: 400px;
    }
    .left_section3_1 img {
        width: 100%;
        max-width: 500px;
        margin: auto;
        display: table;
    }
}
@media screen and (max-width: 418px) {
    .left_section1 {
        height: 300px;
    }
    .left_section3_1 {
        height: 300px;
    }
    .right-section2_2 {
        height: 300px;
    }
    .container {
        max-width: 320px;
    }
    .left_section3_1 img {
        width: 100%;
        max-width: 500px;
        margin: auto;
        display: table;
    }
}