@font-face {
    src: url(../fonts/Roboto-Medium_0.woff);
    font-family: 'Roboto-Medium';
}
@font-face {
    src: url(../fonts/Roboto-Light.woff);
    font-family: 'Roboto-Light';
}
@font-face {
    src: url(../fonts/Pacifico-Regular.woff);
    font-family: 'Pacifico-Regular';
}
@font-face {
    src: url(../fonts/Jost-VariableFont_wght.woff);
    font-family: 'Jost', sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    overflow-x: hidden;
}
a {
    color: #000;
    text-decoration: none;
}
.padded {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padded-footer {
    padding-top: 40px;
    padding-bottom: 0px;
}
header {
    width: 100%;
    height: 90px;
    display: table;
}
.header-top {
    width: 100%;
    height: 50px;
    background-color: #f6f6f6;
    display: table;
}
.top-left {
    width: 50%;
    height: 50px;
    padding: 2px;
    float: left;
    display: table;
}
.top-left p {
    width: auto;
    height: 20px;
    color: #999999;
    font-size: 14px;
    position: relative;
    font-family: 'roboto-light';
    padding: 15px 20px;
    display: inline-block;
}
.top-left i {
    position: absolute;
    left: 0px;
}
.top-left img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: -5px;
}
.social {
    width: 40%;
    height: 50px;
    padding: 0px 20px;
    float: right;
}
.social ul {
    width: 100%;
    float: left;
    text-align: right;
    display: table;
}
.social ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}
.social ul li a {
    display: block;
    color: #000;
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}
.top-right ul li a:hover {
    color: #0175b9;
}
.header-banner {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.header-menu {
    width: 100%;
    height: 90px;
    background-color: #FFF;
}
.logo {
    width: 50%;
    height: 90px;
    padding: 8px;
    float: left;
}

.logo-img {
    width: 40%;
    float: left;
}
.logo-img img {
    width: 200px;
    display: table;
}
.nav-menu {
    width: 50%;
    height: 90px;
    padding: 23px;
    float: right;
}
#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: flex;
    float: left;
    list-style: none;
}
.menu ul ul {
    display: none;
}
.menu a {
    color: #000;
    display: block;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    padding: 15px 25px;
    transition: all .4s ease-in-out;
    text-decoration: none;
}
.menu a:hover {
    color: #FFF;
    background-color: #792e45;
}
.menu-fixed { 
	position: fixed; 
	top: 0; 
	width: 100%; 
	/*max-width: 1200px;*/ 
	background: rgba(255, 255, 255,1);
	transition: all .3s ease; 
	z-index: 999999; 
}
.container {
    max-width: 1250px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
section {
    position: relative;
}
.nosotros {
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    display: table;
}
.right-nosotros {
    width: 70%;
    height: 250px;
    float: right;
    padding: 40px 30px;
    display: table;
}
.right-nosotros h4 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Roboto-Medium';
    text-align: left;
    margin-bottom: 20px;
}
.right-nosotros p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Jost', sans-serif;
    text-align: left;
    display: table;
    margin-bottom: 10px;
}
.right-nosotros i {
    color: #792e45;
    width: 25px;
}
.right-nosotros h3 {
    font-size: 34px;
    line-height: 44px;
    font-family: 'Roboto-Medium';
    text-align: left;
    margin-bottom: 20px;
}
.productos {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ebebeb;
    display: table;
}
.left-categorias {
    width: 30%;
    height: 600px;
    float: left;
}
.titulo-categorias {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    padding: 20px;
    display: table;
}
.titulo-categorias h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto-Medium';
    text-align: left;
}
.menu-categorias ul {
    width: 100%;
}
.menu-categorias ul li {
    list-style: none;
    border-bottom: solid 1px #e8e8e8;
}
.menu-categorias ul li a {
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #792e45;
    padding: 17px;
    text-align: left;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    margin-top: 5px;
}
.right-categorias {
    width: 70%;
    height: 600px;
    padding: 20px;
    text-align: center;
    float: right;
    display: table;
}
/**
.productos h1 {
    font-size: 50px;
    font-family: 'Roboto-Medium';
    text-align: center;
    margin-bottom: 20px;
}
.productos p {
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
*/
.box-productos {
    width: 30%;
    height: auto;
    margin: 10px;
    background-color: #F1F1F1;
    float: left;
}
.box-productos-img {
    width: 100%;
    height: auto;
    background-color: #eeeef0;
    display: table;
}
.box-productos-img img {
    width: 100%;
    height: auto;
    display: table;
}
.info-productos {
    width: 100%;
    height: 100px;
    padding: 20px;
    background-color: #FFF;
    float: left;
    display: table;
}
.info-productos h4 {
    font-size: 10px;
    line-height: 20px;
    font-family: 'Roboto-Medium';
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px;
}
.info-productos p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}


#cont_productos {
    width: 100%;
    height: 100%;
    background-color: #ebebeb;;
    display: table;
}
.left-cont_pro {
    width: 35%;
    height: 600px;
    padding: 20px;
    float: left;
    display: table;
}


.right-cont_pro {
    width: 65%;
    height: 600px;
    padding: 20px 20px;
    float: right;
    display: table;
}
.right-cont_pro img {
    width: 70%;
    max-width: 440px;
    display: table;
}
.right-cont_pro h4 {
    color: rgb(133, 133, 133);
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto-Medium';
    margin-bottom: 10px;
}
.right-cont_pro h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto-Medium';
    margin-bottom: 10px;
}
.right-cont_pro p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Jost', sans-serif;
    text-align: left;
    display: table;
    margin-bottom: 10px;
}
.conts-productos_left {
    width: 100%;
    height: 500px;
    text-align: center;
    float: left;
    display: table;
}
#galeria {
    width: 100%;
    display: table;
}
.produc1 {
    width: 100%;
    height: 240px;
    display: table;
}
.produc1 img {
    width: 100%;
    display: table;
    margin: auto;
}
.img__product {
    width: 19%;
    height: 180px;
    display: inline-block;
    margin: 5px;
}
.img__product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.conten_info_producto {
    width: 100%;
    height: 200px;
    padding-top: 10px;
    display: table;
}
.conten_info_producto h3 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Roboto-Medium';
    margin-bottom: 20px;
}
.conten_info_producto p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}
.contacto {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFF;
    display: table;
}
.contacto h1 {
    font-size: 50px;
    font-family: 'Roboto-Medium';
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.contacto-formulario {
    width: 100%;
    height: 250px;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    display: table;
}
.box-contacto {
    width: 28%;
    height: 250px;
    padding: 50px 20px;
    margin: 10px;
    background-color: #F1F1F1;
    display: inline-block;
}
.box-contacto i {
    font-size: 90px;
    margin-bottom: 40px;
}
.box-contacto p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    display: table;
    margin: auto;
}
.box-contacto a {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    margin: auto;
    display: table;
}
.input-form {
    width: 30%;
    height: 60px;
    padding: 20px;
    margin: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    background-color: #F1F1F1;
    border: none;
    outline: none;
}
.textarea-form {
    width: 92.5%;
    height: 200px;
    padding: 20px;
    margin: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    background-color: #F1F1F1;
    border: none;
    outline: none;
}
.input-submit {
    cursor: pointer;
    width: 250px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    color: #FFF;
    background-color: #792e45;
    transition: all .3s ease-in-out;
}
.input-submit:hover {
    color: #000;
    background-color: #F1F1F1;
}
.mapa {
    width: 100%;
    height: 500px;
    background-color: silver;
    display: table;
}
.mapa iframe {
    width: 100%;
    height: 500px;
    display: table;
}
.ir-arriba { 
	display: none; 
	cursor: pointer; 
	position: fixed; 
	right: 40px; 
	bottom: 40px; 
	width: 50px; 
	height: 50px;
	background-color:#792e45;
	color: #fff; 
	text-align: center; 
	line-height: 50px; 
	z-index: 9999; 
}
.footer {
    width: 100%;
    height: 350px;
    text-align: center;
    background-color: #282828;
    display: table;
}
.cont-foo {
    width: 30%;
    height: 250px;
    margin: 5px;
    padding: 20px;
    display: inline-block;
}
.foo-1 p {
    color: #FFF;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    display: table;
}
.foo-1 img {
    width: 80%;
    display: table;
    margin-bottom: 20px;
}
.foo-2 h3 {
    color: #FFF;
    font-size: 26px;
    text-align: left;
    font-family: 'Roboto-Medium';
    margin-bottom: 20px;
    display: table;
}
.foo-2 a {
    text-decoration: none;
    color: #FFF;
    font-family: 'Jost', sans-serif;
}
.foo-2 i {
    width: 25px;
    font-size: 18px;
}
.foo-2 p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Jost', sans-serif;
    text-align: left;
    display: table;
}
.foo-3 {
    text-align: left;
}
.foo-3 h3 {
    color: #FFF;
    font-size: 26px;
    text-align: left;
    font-family: 'Roboto-Medium';
    display: table;
    margin-bottom: 20px;
}
.foo-3 ul {
    width: 100%;
    display: table;
}
.foo-3 ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}
.foo-3 ul li a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    margin: 5px;
    position: relative;
    font-family: 'OpenSans-Light';
    font-weight: 600;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
}
.foo-3 ul li a span {
    position: relative;
    display: block;
}
.foo-3 ul li a span:hover {
    color: #FFF;
}
.foo-3 ul li:nth-child(1) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-radius: 50%;
    background: #4267b2;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.foo-3 ul li:nth-child(1) a:hover:before{
    visibility: visible;
    width: 60px;
    height: 60px;
    color: #fff;
}
.foo-3 ul li:nth-child(2) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    background: #a344a2;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.foo-3 ul li:nth-child(2) a:hover:before{
    visibility: visible;
    width: 60px;
    height: 60px;
    color: #fff;
}
.foo-3 ul li:nth-child(3) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: 0px;
    height: 0px;
    background: #fc0000;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.foo-3 ul li:nth-child(3) a:hover:before{
    visibility: visible;
    width: 60px;
    height: 60px;
    color: #fff;
}
.foo-3 ul li:nth-child(1) a {
    color: #4267b2;
}
.foo-3 ul li:nth-child(2) a {
    color: #a344a2;
}
.foo-3 ul li:nth-child(3) a {
    color: #fc0000;
}
.box-copiright {
    width: 100%;
    height: 30px;
    background-color: #FFF;
    padding: 10px;
    display: table;
}
.box-copiright p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Jost', sans-serif;
    text-align: center;
}

.gracias {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #F1F1F1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gracias i {
    font-size: 10em;
    margin: auto;
    margin-bottom: 20px;
}
.gracias P {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    font-family: 'Roboto-Medium';
}
.compartir-whatsaap {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 40px;
    background: #005e50;
    position: fixed;
    left: 40px;
    bottom: 20px;
    z-index: 999;
}
.compartir-whatsaap a{
    font-size: 24px;
    color: #FFF;
    display: block;
}
@media screen and (max-width: 1250px) {
    .box-productos-img img {
        width: 90%;
        height: 100%;
    }
    .right-nosotros h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1220px) {
    .logo {
        width: 50%;
    }
    .nav-menu {
        width: 50%;
    }
    .social {
        width: 70%;
    }
    header label{ 
        display: block; 
        margin-right: 20px; 
        color: #000; 
        top: 10px; 
        margin-top: 0px; 
    } 
	.menu{ 
        position: absolute; 
        width: 100%; 
        top: 8 0px; 
        left: 0; 
        transform: translateX(-100%); 
        transition: all .3s ease; 
        z-index: 10000; 
    }  
	.menu ul{ 
        float: none; 
        display: block; 
        background: #fff; 
    } 
	.menu a{ 
        margin-top: 0;
        color: #000; 
        padding: 20px 20px; 
        border-bottom: solid 1px #d5aa6d; 
    } 
	#btn-menu:checked ~ .menu{ 
        transform: translateX(0%); 
    } 
}
@media screen and (max-width: 1100px) {
    .img__product {
        width: 21%;
    }
    .top-left {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .img__product {
        width: 24%;
    }
    .left-nosotros {
        width: 90%;
        height: auto;
        display: table;
        float: none;
        margin: auto;
    }
    .right-nosotros {
        width: 100%;
        height: auto;
    }
    .right-nosotros h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .box-productos {
        width: 45%;
    }
    .right-nosotros h3{
        font-size: 20px;
        line-height: 24px;
    }
    .box-contacto {
        width: 90%;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
    .cont-foo {
        width: 100%;
        height: 200px;
        display: table;
    }
    .left-categorias {
        width: 100%;
        height: 200px;
        display: table;
    }
    .right-categorias {
        width: 100%;
        height: 200px;
        display: table;
    }
}
@media screen and (max-width: 800px) {
    .img__product {
        width: 30%;
    }
    .left-cont_pro {
        width: 100%;
        height: 350px;
        padding: 0px;
        display: table;
    }
    .right-cont_pro {
        width: 100%;
        padding: 10px 10px;
        height: 350px;
        display: table;
    }
}
@media screen and (max-width: 753px) {
    .social {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .img__product {
        width: 31%;
    }

    header label{ 
        display: block; 
        margin-right: 0px; 
        color: #000; 
        top: 10px; 
        margin-top: 0px; 
    }
    .box-productos {
        width: 90%;
    }
    .input-form {
        width: 90%;
    }
    .textarea-form {
        width: 90%;
    }
    
}