* {
    margin: 0px;
    padding: 0px;
}


/* ----------------- WhatsApp ------------------- */

#Whatsapp {
    z-index: 10000;
    display: flex;
    bottom: 0;
    position: fixed;
    width: 450px;
}

.mostrar {
    width: 70px;
    height: 70px;
    margin: 10px;
}

.ocultar {
    width: 0px;
    height: 0px;
    margin: 0px;
}

.ocultar-no {
    width: 70px;
    height: 70px;
    margin: 10px;
}

.no-ver {
    width: 0px;
    margin: 0px;
}

.float-absol {
    width: 100%;
    height: 500px;
    background: #cdcece;
    border-radius: 10px 10px 0px 0px;
}

.float-absol iframe {
    width: 100%;
    height: 100%;
}


/*------------ NavBar -------------*/

.navbar-sat {
    background: #93d500;
}

.logo {
    width: 100%;
    padding: 10px;
}

.btn-cotizar {
    background: #f1f1f1;
    color: #93d500;
    font-weight: bold;
    border: 1px solid #93d500;
    border-radius: 15px;
    width: 200px;
    padding: 10px;
}

.btn-cotizar:hover {
    background: #93d500;
    color: #fff;
    border: 1px solid #fff;
}

.centro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.centro a {
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*------------ Banner -------------*/

.rr {
    height: 100%;
}

.ti {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo {
    padding: 30px;
    border-radius: 15px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
    background-color: #cdcece;
}

.img-banner {
    margin-top: 30px;
    margin-bottom: 25px;
}

.btn-tit {
    background: #93d500;
    color: #fff;
    font-weight: bold;
    border: 1px solid #93d500;
    border-radius: 15px;
    width: 150px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.btn-tit:hover {
    background: #f1f1f1;
    color: #93d500;
    border: 1px solid #93d500;
}

.flex {
    display: flex;
    justify-content: center;
}


/*------------ Animacion images -------------*/

.wrapper {
    position: relative;
    max-width: 840px;
    width: 90%;
    padding: 0 50px;
    margin: 0 auto;
}


/* Slicebox Style */

.sb-slider {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.sb-slider li {
    margin: 0;
    padding: 0;
    display: none;
}

.sb-slider li>a {
    outline: none;
}

.sb-slider li>a img {
    border: none;
}

.sb-slider img {
    max-width: 100%;
    display: block;
}

.sb-description {
    padding: 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    position: absolute;
    background: #CBBFAE;
    background: rgba(190, 176, 155, 0.4);
    border-left: 4px solid rgba(255, 255, 255, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    background: rgba(190, 176, 155, 0.7);
}

.sb-perspective {
    position: relative;
}

.sb-perspective>div {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sb-side {
    margin: 0;
    display: block;
    position: absolute;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*------------- Mercados ------------*/

.mercado {
    background: #93d500;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
}

.mercados {
    padding-right: 0px;
    padding-left: 0px;
}

.mercados img {
    width: 100%;
}


/*- animacion -*/

.da-thumbs .mercados {
    float: left;
    position: relative;
}

.da-thumbs .mercados,
.da-thumbs .mercados img {
    display: block;
    position: relative;
}

.da-thumbs .mercados {
    overflow: hidden;
}

.da-thumbs .mercados div {
    position: absolute;
    background: rgba(75, 75, 75, 0);
    width: 100%;
    height: 100%;
}

.da-thumbs .mercados div.custom-hover-object {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
}

.da-thumbs .mercados div span {
    display: block;
    padding: 10px 0;
    margin: 30% 20px 20px 20px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
}

.da-thumbs .mercados div.custom-hover-object span {
    color: rgb(0, 0, 0);
    font-size: medium;
    text-align: center;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

.da-thumbs .mercados div {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.da-thumbs .mercados:hover div {
    left: 0px;
}

.texto {
    text-align: center;
}

.aling-v {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    width: 75%;
    margin: auto;
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.cart {
    padding: 15px;
    margin: 20px;
    border-radius: 15px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.cart div img {
    width: 100%;
}

.btn-cart {
    background: #93d500;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 100%;
    padding: 10px;
}

.btn-cart:hover {
    background: #fff;
    color: #93d500;
    font-weight: bold;
    border: 1px solid #93d500;
    border-radius: 15px;
    width: 100%;
    padding: 10px;
}

.aside {
    padding: 20px 15px 20px 15px;
    border-radius: 0px 15px 15px 0px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
}


/*-------------Formulario---------------*/

.formu {
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn-formu {
    border: 0px;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.btn-formu-1 {
    background: #93d500;
    color: #fff;
    font-weight: bold;
    border: 1px solid #93d500;
    border-radius: 15px;
    width: 50%;
    text-decoration: none;
    padding: 10px;
}

.btn-formu-1:hover {
    background: #fff;
    color: #93d500;
    border: 1px solid #93d500;
}

.btn-formu2 {
    border: 0px;
}

.btn-formu-2 {
    background: #93d500;
    color: #fff;
    font-weight: bold;
    border: 1px solid #93d500;
    border-radius: 15px;
    width: 90%;
    text-decoration: none;
    padding: 10px;
}

.btn-formu-2:hover {
    background: #fff;
    color: #93d500;
    border: 1px solid #93d500;
}


/*---------------- Productos Complementarios ------------------*/

.prod-comp {
    background: #93d500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prod-comp div {
    border-radius: 15px;
}

.prod-comp div img {
    width: 100%;
    border-radius: 15px;
}

.texto-c {
    text-align: center;
    color: #fff;
}

.cc {
    height: 100%;
}

.text-c {
    text-align: center;
    font-weight: 600;
    background: #fff;
    height: auto;
}

.text-c p {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.btn-com {
    background: #93d500;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    padding: 10px;
}

.btn-com:hover {
    background: #fff;
    color: #93d500;
    border: 1px solid #93d500;
}