#preguntas {
    margin-bottom: 100px;
}
.navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    min-height: 126px;
    background-color: #6648b3;;
}
.brand {
    margin-top: 17px;
    margin-left: 110px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.brand.w--current {
    margin-top: 17px;
}
.brand.w--current:hover {
    opacity: 0.6;
}
.menu-button {
    margin-top: 17px;
    margin-right: 40px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.menu-button:hover {
    opacity: 0.5;
}
.menu-button.w--open {
    background-color: #fff;
}

.icon-redes-header {
    position: static;
    margin-top: 50px;
    margin-right: 10px;
    float: right;
    -webkit-filter: contrast(0%) brightness(10000%);
    filter: contrast(0%) brightness(10000%);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: right;
}
.icon-redes-header:hover {
    opacity: 1;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.icon-redes-header.redes-footer {
    margin-right: 30px;
    float: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.icon-redes-header.redes-footer:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.nav-link {
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Roboto Condensed';
    color: #FFF;
    font-size: 16px;
}

.nav-link::after {
    content: '';
    position: absolute;
    display: block;
    top: 110%;
    height: 1px;
    width: 248px;
    background: #ffffff38;
    left: 48%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.nav-link:last-child:after {
    background: #6648b3;
}

.nav-link:hover {
    color: #6648b3;
}
.nav-link.w--current {
    color: #6648b3;
}
.slider-home {
    height: 510px;
    max-height: none;
    margin-top: 126px;
    background-color: #fff;
}
.left-arrow {
    display: none;
}
.right-arrow {
    display: none;
}

.slide__{
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ecco__{
    background-image: url("../images/slider_marcas_ecc.jpg");
}

.fast__{
    background-image: url("../images/slider_marcas_fast.jpg");
}

.gotita__{
    background-image: url("../images/slider_marcas_lg.jpg");
}

.poxiilina__{
    background-image: url("../images/slider_marcas_poxiilina.jpg");
}

.poxipol__{
    background-image: url("../images/slider_marcas_poxipol.jpg");
}

.poximix__{
    background-image: url("../images/slider_marcas_poximix.png");
}

.unipox__{
    background-image: url("../images/slider_marcas_unipox.png");
}

.voligoma__{
    background-image: url("../images/slider_marcas_voligoma.png");
}

.slide {
    background-image: url("../images/slider1.png");
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-2 {
    background-image: url("../images/slider2.png");
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
}
.slide-3 {
    background-image: url("../images/slider3.png");
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-nav {
    margin-bottom: 48px;
}
.section-margin {
    width: 1181px;
    margin: 30px auto 55px;
}

.section-margin__ {
    width: 1181px;
    margin: 0 auto 55px;
}


.section-margin.la-gotita {
    width: 1181px;
    height: 760px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 100px;
    background-image: url("../images/bg-caracteristicas.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-margin.podes-pegar-featured {
    margin-top: 0px;
}
.section-margin.yellow {
    padding: 18px 30px 60px;
    background-color: transparent;
}
.section-margin.yellow.zeromargins {
    padding-right: 0px;
    padding-left: 0px;
}
.section-margin.yellow.eccolegreen {
    background-color: #6648b3;;
}
.section-margin.titular-destacado {
    margin-bottom: 5px;
}
.featured {
    display: block;
    height: 100%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
    text-decoration: none;
}
.featured:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.text-caracteristicas {
    width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
   font-family: 'Roboto Condensed';
    color: #2c2c2c;
    font-size: 18px;
}
.text-caracteristicas.presentaciones {
    position: static;
    width: 80%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Roboto Condensed';
    color: #000;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}
.text-caracteristicas.presentaciones.como {
    width: 100%;
    font-size: 25px;
    line-height: 28px;
}
.text-caracteristicas.presentaciones.bajada {
    width: auto;
    margin-top: 7px;
    text-align: left;
}
.text-caracteristicas.presentaciones.nomargin {
    margin-top: 13px;
    font-family: 'Roboto Condensed';
}
.text-caracteristicas.presentaciones.taller {
    font-size: 51px;
    line-height: 56px;
    font-weight: 400;
}
.text-caracteristicas.presentaciones.title-video {
   font-family: 'Roboto Condensed';
    color: #fff;
    font-weight: 700;
}
.text-caracteristicas.presenta {
    width: 100%;
}
.text-caracteristicas.que-mas {
    display: inline-block;
    width: auto;
}
.heading {
    margin-top: 0px;
    font-family: 'Roboto Condensed';
    color: #000;
    font-size: 26px;
    text-decoration: none;
}
.heading.f1 {
    margin-top: -104px;
    font-family: 'Roboto Condensed';
    color: #fff;
    text-transform: uppercase;
}
.heading.f2 {
    margin-top: -90px;
    font-family: 'Roboto Condensed';
    color: #fff;
    text-transform: uppercase;
}
.heading.f3 {
    margin-top: -119px;
    font-family: 'Roboto Condensed';
    color: #fff;
    text-transform: uppercase;
}
.heading.f4 {
    margin-top: -119px;
    font-family: 'Roboto Condensed';
    color: #fff;
    text-transform: uppercase;
}
.text-check {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
   font-family: 'Roboto Condensed';
    color: #08185a;
    font-size: 20.25px;
    font-weight: 700;
}
.checks {
    margin-top: 5px;
}
.btn {
    border-radius: 9px;
    background-color: #08185a;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
   font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 16.25px;
    font-weight: 700;
}
.btn:hover {
    background-color: #f8de00;
    color: #08185a;
}
.heading-2 {
    margin-bottom: 24px;
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 39px;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
}
.img-claim-slider {
    display: inline-block;
    margin-top: 100px;
    text-align: center;
}
.claim-slider {
    position: static;
    left: -22%;
    top: auto;
    right: auto;
    bottom: 21%;
    display: block;
    width: 1181px;
    margin-top: 170px;
    margin-right: auto;
    margin-left: 120px;
    padding-top: 0px;
    float: none;
    text-align: center;
}
.preguntale-al-cacique {
    position: relative;
    margin-top: 81px;
}
.btn-chat {
    position: absolute;
    left: 15%;
    top: auto;
    right: auto;
    bottom: 11%;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Roboto Condensed';
    color: #000;
    font-size: 28px;
    text-transform: none;
}
.btn-chat:hover {
    background-color: #f8de00;
}
.btn-chat._2 {
    right: 4%;
    bottom: 41%;
}
.preguntas-contenedor {
    height: 699px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #6648b3;;
    text-align: center;
}
.encabezado-preguntas {
    display: inline-block;
    width: 85%;
    height: 95px;
    margin-top: 20px;
    background-color: #fff;
    text-align: center;
}
.titulo-preguntas {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0ea18;
}
.contenedor-resupuestas {
    display: inline-block;
    width: 85%;
    height: 253px;
    background-color: #fff;
    text-align: center;
}
.text-preguntas {
    padding: 15px 10px 5px;
   font-family: 'Roboto Condensed';
    color: #6648b3;;
    font-size: 22px;
    line-height: 26px;
}
.preguntas {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
   font-family: 'Roboto Condensed';
    color: #6648b3;;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}
.icon-cacique {
    margin-top: 80px;
}
.button {
    margin-top: 46px;
    border-radius: 11px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Roboto Condensed';
    color: #000;
    font-size: 17px;
}
.button:hover {
    background-color: #f8de00;
}
.body {
    margin-bottom: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.body:hover {
    background-color: #fff;
}
.numero-pregunta {
    padding-top: 7px;
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 17px;
}
.section-footer {
    width: 1181px;
    margin: 30px auto 0px;
    padding: 40px;
    background-color: #6648b3;;
}
.section-form {
    width: 1181px;
    margin: -28px auto;
    padding-bottom: 26px;
}
.footer {
    padding-top: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
}
.negocio {
    padding: 20px 20px 30px;
    background-color: #fff;
    text-align: center;
}
.text-field {
    border: 1px none #000;
    border-radius: 13px;
}
.text-field.tel {
    display: inline-block;
    width: 51%;
    margin-right: 0px;
}
.text-field.tipotel {
    display: inline-block;
    width: 25%;
    margin-right: 10px;
}
.text-field.prefijo {
    display: inline-block;
    width: 20%;
    margin-right: 10px;
}
.text-field.area {
    height: 200px;
}
.heading-3 {
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 42px;
    line-height: 43px;
}
.text-block {
    margin-bottom: 20px;
   font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 18px;
}
.text-block.text-bajada {
    margin-top: 15px;
    color: #000;
    font-size: 21px;
    text-align: center;
}
.col2-footer {
    padding: 50px;
    height: 515px;
    text-align: left;
    background-color: #54389c;
    display: grid;
}
.btn-send {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #54389c;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Roboto Condensed';
    color: #ffffff;
    font-size: 26px;
}
.btn-send:hover {
    background-color: #1f0c50;
    color: #ffffff;
}
.heading-4 {
    font-family: 'Roboto Condensed';
    color: #6648b3;;
    font-size: 28px;
    text-transform: uppercase;
}
.text-negocio {
   font-family: 'Roboto Condensed';
    color: #6648b3;;
    font-size: 21px;
}
.line {
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #6648b3;;
}
.text-footer {
   font-family: 'Roboto Condensed';
}
.link {
    color: black;
    text-decoration: underline;
}
.section-internas {
    height: 544px;
    margin-top: 86px;
    background-image: url("../images/bg-presentaciones.jpg");
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-internas.como-se-usa {
    height: 652px;
    background-image: url("../images/bg-como.jpg");
}
.section-internas.que-materiales {
    height: 305px;
    background-image: url("../images/bg-materiales.png");
}

.section-internas.que-uso {
    height: 305px;
    background-image: url("../images/bg-como.png");
}

.section-internas.que-presentaciones {
    height: 305px;
    background-image: url("../images/bg-presentaciones.png");
}


.section-internas.que-taller {
    height: 305px;
    background-image: url("../images/bg-taller.png");
}

.que-faq{
    height: 305px;
    background-image: url("../images/bg-faq.png");
}

.que-about{
    height: 305px;
    background-image: url("../images/bg-about.png");
}
.section-internas.taller {
    height: 690px;
    background-image: url("../images/bg-zapateria.jpg");
}
.section-internas.acerca {
    height: 540px;
    background-image: url("../images/bg-acerca.jpg");
}
.bold-text {
   font-family: 'Roboto Condensed';
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.bold-text.taller {
    font-family: Oswald, sans-serif;
    font-size: 51px;
    line-height: 56px;
}
.text-presenta {
    margin-bottom: 50px;
   font-family: 'Roboto Condensed';
    color: #08185a;
    font-size: 31px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}
.text-presenta.oswald {
    margin-top: 50px;
    margin-bottom: 0px;
    font-family: 'Roboto Condensed';
    color: #000;
    font-size: 25px;
    line-height: 30px;
}
.text-presenta.oswald.nomargin {
    margin-top: 15px;
}
.gotita-title {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
}
.gotita-title-mobile {
    display: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
}
.heading-5 {
    font-family: Oswald, sans-serif;
    color: #505052;
    font-size: 54px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}
.heading-5.blue {
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 40px;
    line-height: 44px;
}
.heading-5.blue.materiales-title {
    font-size: 43px;
    color: #fff;
    text-align: center;
}
.heading-5.blue.materiales-title.big {
    margin-top: 0px;
    font-size: 70px;
}
.titles {
    margin-top: 30px;
    text-align: center;
}
.titles.zapateria {
    margin: 60px auto;
    width: 60%;
}
.row-presemtacopmes {
    margin-top: 50px;
    padding: 30px;
    border: 2px solid #08185a;
    border-radius: 2px;
}
.podespegar-featured {
    background-color: transparent;
}
.heading-6 {
    display: inline-block;
    margin-bottom: 10px;
   font-family: 'Roboto Condensed';
    color: #08185a;
    font-size: 30px;
}
.slider-mira-todo-lo-que-podes-pegar {
    background-color: #1e2422;
}
.nav-podes-pegar {
    display: none;
}
.thumb-podes-pegar {
    display: inline-block;
    width: 317px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 5px 5px 10px;
    background-color: #6648b3;;
}
.thumb-podes-pegar.materiales {
    width: 100%;
    height: 433px;
}
.thumb-podes-pegar.materiales.gotita-gel {
    width: 100%;
    background-color: #e0e0e0;
    background-image: url("../images/banner-se-arregla.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.thumb-podes-pegar.taller {
    width: 100%;
    margin-bottom: 22px;
    padding-top: 14px;
    text-align: center;
}
.slide-podes-pegar {
    width: 317px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 62px;
    padding-bottom: 0px;
}
.text-podes-pegar {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 8px;
    float: right;
   font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}
.text-podes-pegar.taller {
    float: none;
   font-family: 'Roboto Condensed';
    font-size: 22px;
    line-height: 24px;
}
.text-podes-pegar.detalle {
    margin-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
    float: none;
    text-align: left;
}
.link-podes-pegar {
    text-decoration: none;
}
.ver-mas {
    margin-top: 15px;
    padding: 0px 15px;
    float: none;
    border-radius: 10px;
    background-color: #ffe50e;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Roboto Condensed';
    color: #6648b3;;
    font-size: 16px;
    font-weight: 700;
}
.ver-mas:hover {
    background-color: #fff;
    color: #000;
}
.info-podes-pegar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.info-podes-pegar.materiales {
    width: 285px;
    height: 433px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
}
.info-podes-pegar.taller {
    width: 100%;
    height: 230px;
    padding-right: 10px;
    padding-left: 10px;
}
.icon {
    position: absolute;
    left: auto;
    top: 43%;
    right: 18%;
    bottom: 0%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.icon:hover {
    opacity: 0.5;
}
.icon.left {
    right: 39%;
}
.image-podes-pegar.materiales {
    width: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.la-gotita {
    margin-right: auto;
    margin-left: auto;
}
.gotita {
    margin-right: auto;
    margin-bottom: -30px;
    margin-left: auto;
    text-align: center;
}
.uso {
    width: 100%;
    height: 430px;
    padding: 20px;
    float: left;
    background-color: #6648b3;;
}
.uso.col2 {
    float: right;
    line-height: 18px;
}
.heading-7 {
   font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 27px;
    line-height: 30px;
}
.heading-7.sml {
    font-size: 24px;
    line-height: 30px;
}
.text-uso {
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.text-uso.bajada {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 30px;
}
.text-uso.bajada.detalle {
    margin-top: 33px;
}
.img-uso {
    margin-bottom: 20px;
}
.row-uso {
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
}
.textos-gral {
    display: block;
    margin-bottom: 15px;
   font-family: 'Roboto Condensed';
    color: #08185a;
    font-size: 20px;
    line-height: 24px;
}
.textos-gral.left {
    color: #08185a;
}
.textos-gral.arreglar {
    margin-top: 16px;
}
.compartir {
    height: 364px;
    padding-top: 135px;
    padding-left: 40px;
    background-image: url("../images/bg-compartir.jpg");
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
}
.cont-compartir {
    position: absolute;
    width: 800px;
    height: 170px;
    padding-top: 15px;
    padding-left: 25px;
    background-color: #fff;
    text-align: center;
}
.title-compartir {
    display: inline-block;
    font-family: Oswald, sans-serif;
    color: #08185a;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    text-align: left;
}
.gotita-compartir {
    margin-top: -22px;
    margin-right: 5px;
    margin-left: 9px;
}
.pack-envio-arreglo {
    margin-top: 60px;
}
.cont-text-arreglo {
    padding-top: 25px;
    padding-left: 55px;
}
.cont-que-mas-arreglar {
    position: relative;
    padding: 25px 60px 40px;
    border: 1px solid #8d8d8d;
}
.cont-que-mas-arreglar.taller {
    text-align: center;
}
.cacique-arreglo {
    position: absolute;
    left: auto;
    top: auto;
    right: 4%;
    bottom: -13%;
}
.text-materiales {
    margin-top: 10px;
    margin-bottom: 10px;
   font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
}
.text-materiales.gotita-gel {
    margin-top: 38px;
    margin-right: 40px;
    margin-left: 40px;
    font-size: 26px;
    line-height: 30px;
}
.pack-gel {
    margin-top: 12px;
    margin-left: 53px;
}
.row-detalle-taller {
    margin-top: 30px;
}
.video {
    display: block;
    overflow: visible;
    width: 100%;
    height: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    float: none;
    background-color: #6648b3;;
    text-align: center;
}
.cont-video {
    position: static;
    width: 100%;
    margin-top: 38px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
}
.videoplayer {
    overflow: visible;
    width: 95%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.heading-8 {
    cursor: pointer;
}
.accordion-item-content {
    overflow: hidden;
}
.accordion_super_wrapper {
    margin-top: 50px;
}
.accordion_wrapper {
    padding-bottom: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion_wrapper:hover {
    opacity: 1;
}
.accordion_heading {
    padding: 10px 10px 22px;
    background-color: #6648b3;;
}
.accordion_heading_cont {
    width: 100%;
    float: left;
    text-decoration: none;
}
.accordion_heading_cont:hover {
    color: #ba1219;
}
.accordion_icon {
    margin-top: -38px;
    margin-right: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    float: right;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion_icon:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.accordion_content {
    overflow: hidden;
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f0eb09;
}
.faq_text {
    display: inline-block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 70px;
    padding: 10px 20px 20px;
   font-family: 'Roboto Condensed';
    color: #000;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}
.link-2 {
    color: #be1319;
    text-decoration: none;
}
.link-2:hover {
    text-decoration: none;
}
.heading-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 112px;
    float: none;
   font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 32px;
    text-align: left;
}
.heading-9.taller-acc-tit {
    margin-left: 110px;
    font-family: Oswald, sans-serif;
    text-align: left;
}
.icon-accordion {
    position: absolute;
    margin-left: 24px;
}
.icon-accordion.gota {
    margin-left: 20px;
}
.icon-accordion.taller-icons {
    margin-top: 12px;
}
.list-accordion {
    padding-top: 10px;
    padding-bottom: 10px;
}
.icon-check-accordion {
    position: relative;
    margin-top: 0px;
    margin-bottom: -60px;
    margin-left: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.line-accordion {
    width: 95%;
    height: 1px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    /*background-color: #7a7a7a;*/
    background-color: #6648b3;;
}
.chat2 {
    position: relative;
    height: 250px;
    background-image: url("../images/banner-cacique.jpg");
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.gotita-featured {
    margin-top: -8px;
    margin-left: 9px;
}
.cont-que-es {
    padding-top: 70px;
}

.col.center {
    text-align: center;
}
.logo-que-es {
    margin-top: 37px;
}
.slider4 {
    background-image: url("../images/slide4.jpg");
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-button {
    -webkit-filter: contrast(0%) brightness(10000%);
    filter: contrast(0%) brightness(10000%);
}
.title-como-tenes-que-hacer {
    margin-bottom: 30px;
    font-family: Oswald, sans-serif;
    color: #08185a;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}
.taller {
    font-size: 51px;
    line-height: 56px;
    font-weight: 400;
}
.bold-text-2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}
.title_video {
   font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
.title_video.miralo {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #ffe50e;
}
.text-slider {
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 21px;
    line-height: 24px;
}

.tips-eccole {
    display: block;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #6648b3;;
}
.tips-texts {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.vitto {
    height: 410px;
    background-image: url("../images/eccole-man.png");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-check {
    padding-top: 12px;
    width: 35px;
}
.img-check._1line {
    padding-top: 0px;
}
.tip {
    margin-top: 10px;
    margin-bottom: -5px;
}
.col2-tip {
    padding-top: 10px;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
}
.slide-5 {
    width: 317px;
    margin-left: 52px;
}
.title-podes-pegar {
    margin-top: 15px;
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 21px;
    line-height: 24px;
}

@media (max-width: 991px) {
    .titles.zapateria {
        margin-top: -100px;
    }
    .slider-home {
        height: 400px;
        margin-top: 67px;
    }
    .slide-4 {
        background-position: 50% 100%;
    }
    .slide-nav {
        margin-bottom: 16px;
    }
    .section-margin {
        width: 100%;
    }
    .section-margin.la-gotita {
        width: 100%;
        padding-left: 38px;
        background-position: 0% 50%;
        background-size: cover;
    }
    .section-margin.titular-destacado {
        text-align: center;
    }
    .featured {
        display: block;
        height: 450px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .text-caracteristicas {
        width: 650px;
    }
    .heading-2 {
        font-size: 18px;
        line-height: 18px;
    }
    .img-claim-slider {
        width: 80%;
    }
    .claim-slider {
        left: 3%;
        width: 100%;
        margin-top: 116px;
        padding-left: 26px;
    }
    .btn-chat._2 {
        right: 1%;
        bottom: 48%;
        padding: 11px 10px 10px;
        font-size: 21px;
    }
    .titulo-preguntas {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .preguntas {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .icon-cacique {
        margin-top: 109px;
    }
    .section-footer {
        width: 100%;
    }
    .section-form {
        width: 100%;
    }
    .negocio {
        margin-top: 20px;
    }
    .section-internas {
        height: 400px;
        margin-top: 124px;
    }
    .section-internas.como-se-usa {
        background-image: url("../images/bg-como-mobile.jpg");
        height: 660px !important;
        margin-top: 124px !important;
        margin-bottom: -25px;
        /*height: 350px;*/
        /*margin-top: 124px;*/
    }
    .section-internas.que-materiales {
        height: 350px;
        margin-top: 123px;
    }
    .section-internas.taller {
        height: 320px;
        margin-top: 124px;
    }
    .section-internas.acerca {
        height: 400px;
        margin-top: 126px;
    }
    .titles {
        margin-top: 0px;
    }
    .row-presemtacopmes {
        margin-right: 10px;
        margin-left: 10px;
    }
    .heading-6 {
        text-align: center;
    }
    .slider-mira-todo-lo-que-podes-pegar {
        height: 400px;
    }
    .thumb-podes-pegar {
        width: 60%;
        margin-left: 0px;
        padding-left: 5px;
    }
    .thumb-podes-pegar.materiales {
        width: 90%;
    }
    .thumb-podes-pegar.materiales.gotita-gel {
        width: 90%;
    }
    .thumb-podes-pegar.taller {
        width: 90%;
    }
    .slide-podes-pegar {
        width: 100%;
        height: 300px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .info-podes-pegar {
        margin-left: 11px;
    }
    .info-podes-pegar.materiales {
        width: 57%;
    }
    .info-podes-pegar.taller {
        width: 100%;
    }
    .uso {
        width: 100%;
        height: 550px;
    }
    .heading-7 {
        font-size: 24px;
    }
    .text-uso {
        font-size: 18px;
        line-height: 21px;
    }
    .textos-gral {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .textos-gral.left {
        text-align: left;
    }
    .compartir {
        background-position: 100% 0%;
    }
    .cont-compartir {
        width: 690px;
        height: 180px;
    }
    .pack-envio-arreglo {
        margin-top: 49px;
    }
    .cont-que-mas-arreglar {
        margin-right: 15px;
        margin-left: 15px;
    }
    .cacique-arreglo {
        width: 150px;
    }
    .row-materiales {
        text-align: center;
    }
    .video {
        width: auto;
        height: 470px;
    }
    .chat2 {
        height: 180px;
    }
    .box-claim {
        margin-left: 5px;
    }
    .col {
        padding-right: 0px;
        padding-left: 0px;
    }
    .vitto {
        height: 262px;
        background-position: 50% 0%;
        background-size: contain;
    }
    .col2-tip {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .slider-home {
        height: 300px;
    }
    .slide-nav {
        margin-bottom: 11px;
    }
    .section-margin.la-gotita {
        height: 580px;
        padding-left: 20px;
    }
    .text-caracteristicas {
        width: 100%;
    }
    .text-caracteristicas.presentaciones {
        width: 90%;
    }
    .text-caracteristicas.presentaciones.taller {
        font-size: 44px;
    }
    .claim-slider {
        display: none;
    }
    .btn-chat._2 {
        bottom: 38%;
    }
    .col2-footer {
        padding-right: 0px;
        padding-left: 0px;
    }
    .section-internas {
        height: 300px;
    }
    .section-internas.como-se-usa {
        background-image: url("../images/bg-como-mobile.jpg");
        height: 550px !important;
        margin-top: 64px !important;
        margin-bottom: -25px;
    }
    .section-internas.que-materiales {
        height: 275px;
        margin-top: 64px;
    }
    .section-internas.taller {
        height: 260px;
        margin-top: 64px;
    }
    .section-internas.acerca {
        height: 300px;
        margin-top: 64px;
    }
    .bold-text {
        line-height: 30px;
    }
    .gotita-title {
        width: 150px;
        margin-top: -12px;
    }
    .heading-5 {
        font-size: 36px;
    }
    .heading-5.blue.materiales-title {
        font-size: 30px;
        line-height: 40px;
    }
    .heading-5.blue.materiales-title.big {
        font-size: 60px;
    }
    .titles {
        margin-top: 0px;
    }
    .row-presemtacopmes {
        margin-right: 10px;
        margin-left: 10px;
        text-align: center;
    }
    .heading-6 {
        padding-left: 15px;
        text-align: center;
    }
    .slider-mira-todo-lo-que-podes-pegar {
        height: 300px;
        margin-top: -70px;
    }
    .thumb-podes-pegar {
        width: 440px;
    }
    .thumb-podes-pegar.materiales {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .thumb-podes-pegar.materiales.gotita-gel {
        width: 100%;
    }
    .info-podes-pegar.materiales {
        width: 48%;
    }
    .icon {
        right: 20%;
    }
    .icon.left {
        right: 30%;
    }
    .image-podes-pegar {
        width: 150px;
        margin-top: 37px;
    }
    .image-podes-pegar.materiales {
        width: auto;
        margin-top: 0px;
    }
    .col-presentacion {
        margin-top: 15px;
    }
    .uso {
        height: auto;
    }
    .compartir {
        background-position: 50% 0%;
    }
    .cont-compartir {
        width: 500px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .title-compartir {
        font-size: 27px;
        line-height: 30px;
    }
    .gotita-compartir {
        width: 130px;
    }
    .video {
        width: auto;
        height: 355px;
    }
    .videoplayer {
        width: 480px;
    }
    .accordion_heading_cont {
        height: auto;
    }
    .accordion_content {
        height: 0px;
    }
    .heading-9 {
        font-size: 21px;
    }
    .icon-accordion {
        width: auto;
        margin-left: -1px;
    }
    .icon-accordion.gota {
        margin-left: 10px;
    }
    .icon-check-accordion {
        margin-top: 0px;
    }
    .chat2 {
        height: 120px;
    }
    .tips-eccole {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .titles.zapateria {
        text-align: center !important;
        margin: -100px auto;
    }
    .navbar {
        min-height: auto;
    }
    .brand {
        width: 100px;
        margin-top: 7px;
        margin-left: 5px;
    }
    .brand.w--current {
        margin-top: 7px;
    }
    .menu-button {
        margin-top: 17px;
        margin-right: -1px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .nav-menu {
        width: 100%;
    }
    .icon-redes-header {
        width: 25px;
        margin-top: 19px;
        padding-bottom: 7px;
    }
    .icon-redes-header.redes-footer {
        width: 40px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .slider-home {
        height: 150px;
        margin-top: 64px;
    }
    .section-margin {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .section-margin.la-gotita {
        height: 640px;
        background-position: 0% 50%;
    }
    .section-margin.yellow.zeromargins {
        margin-top: -1px;
        padding-bottom: 0px;
    }
    .section-margin.titular-destacado {
        margin-top: 13px;
        text-align: center;
    }
    .featured {
        margin-top: 23px;
        margin-bottom: 9px;
    }
    .text-caracteristicas.presentaciones {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 21px;
        line-height: 24px;
    }
    .text-caracteristicas.presentaciones.como {
        font-size: 21px;
        line-height: 24px;
    }
    .text-caracteristicas.presentaciones.bajada {
        text-align: center;
    }
    .text-caracteristicas.presentaciones.taller {
        font-size: 36px;
        line-height: 40px;
    }
    .text-caracteristicas.que-mas.arreglo {
        margin-top: -4px;
    }
    .heading.f1 {
        margin-top: -116px;
    }
    .heading.f2 {
        margin-top: -101px;
    }
    .heading.f3 {
        margin-top: -128px;
    }
    .heading.f4 {
        margin-top: -128px;
    }
    .text-check {
        font-size: 18px;
    }
    .btn {
        font-size: 14px;
    }
    .claim-slider {
        display: none;
    }
    .preguntale-al-cacique {
        margin-bottom: 40px;
    }
    .btn-chat {
        left: 7%;
        bottom: 2%;
        width: 140px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
        text-align: center;
    }
    .btn-chat._2 {
        right: 27%;
        bottom: -18%;
        background-color: #000;
        color: #fff;
    }
    .btn-chat._2:hover {
        background-color: #f8de00;
        color: #000;
    }
    .preguntas-contenedor {
        width: auto;
    }
    .text-preguntas {
        font-size: 18px;
        line-height: 20px;
    }
    .preguntas {
        font-size: 24px;
        line-height: 26px;
    }
    .icon-cacique {
        margin-top: 100px;
    }
    .section-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .section-form {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .footer {
        margin-bottom: 0px;
    }
    .text-field.tel {
        width: 100%;
    }
    .text-field.tipotel {
        width: 50%;
    }
    .text-field.prefijo {
        width: 40%;
    }
    .heading-3 {
        font-size: 24px;
        line-height: 28px;
    }
    .col2-footer {
        padding-top: 26px;
    }
    .heading-4 {
        font-size: 24px;
    }
    .text-negocio {
        font-size: 18px;
    }
    .section-internas {
        height: 150px;
        margin-top: 64px;
        margin-bottom: 110px;
    }
    .section-internas.como-se-usa {
        background-image: url("../images/bg-como-mobile.jpg");
        height: 1150px !important;
        margin-top: 62px !important;
        margin-bottom: -25px;
        /*height: 115px;*/
        /*margin-top: 62px;*/
    }
    .section-internas.que-materiales {
        height: 115px;
        margin-top: 64px;
    }
    .section-internas.taller {
        height: 105px;
        margin-top: 63px;
    }
    .section-internas.acerca {
        height: 150px;
        margin-top: 64px;
    }
    .bold-text {
        display: inline;
        font-size: 18px;
        line-height: 21px;
    }
    .bold-text.taller {
        font-size: 24px;
        line-height: 24px;
    }
    .text-presenta {
        font-size: 18px;
        line-height: 20px;
    }
    .gotita-title {
        display: none;
    }
    .gotita-title-mobile {
        display: inline-block;
        width: 190px;
        margin-top: -9px;
    }
    .heading-5 {
        margin-top: 0px;
        font-size: 30px;
        line-height: 34px;
    }
    .heading-5.blue {
        font-size: 30px;
        line-height: 40px;
        color: #6648b3;;
    }
    .heading-5.blue.materiales-title {
        font-size: 18px;
        text-align: center;
    }
    .heading-5.blue.materiales-title.big {
        margin-top: -19px;
        font-size: 36px;
    }
    .titles {
        margin-top: 120px;
    }
    .titles.acerca {
        margin-top: 158px;
    }
    .titles.presenta {
        margin-top: 149px;
    }
    .titles.presenta.como {
        margin-top: 119px;
    }
    .heading-6 {
        padding-right: 15px;
        padding-left: 9px;
        font-size: 24px;
        line-height: 28px;
    }
    .slider-mira-todo-lo-que-podes-pegar {
        height: 350px;
        margin-top: -155px;
    }
    .thumb-podes-pegar {
        width: 220px;
    }
    .thumb-podes-pegar.materiales {
        height: 100%;
        margin-top: 32px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 15px;
        text-align: center;
    }
    .thumb-podes-pegar.materiales.gotita-gel {
        height: 420px;
        background-color: #08185a;
        background-size: contain;
    }
    .thumb-podes-pegar.taller {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 5px;
        padding-left: 5px;
        text-align: center;
    }
    .slide-podes-pegar {
        height: 510px;
    }
    .text-podes-pegar.detalle {
        padding-right: 0px;
        padding-left: 0px;
    }
    .info-podes-pegar {
        width: 200px;
    }
    .info-podes-pegar.materiales {
        width: 94%;
        height: auto;
        margin-top: -42px;
    }
    .info-podes-pegar.taller {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-left: -1px;
    }
    .icon {
        right: 8%;
    }
    .icon.left {
        right: 45%;
    }
    .image-podes-pegar {
        width: 200px;
        margin-top: 18px;
        margin-bottom: 20px;
    }
    .image-podes-pegar.materiales {
        width: 180px;
        height: 60%;
        margin-top: -46px;
        margin-left: 0px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .col-presentacion {
        margin-bottom: 10px;
    }
    .gotita {
        width: 190px;
        margin-top: -27px;
    }
    .gotita.materiales {
        margin-top: -26px;
    }
    .gotita.gotitauso {
        margin-top: -67px;
    }
    .uso {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .text-uso.bajada {
        padding-right: 0px;
        padding-left: 0px;
    }
    .row-uso {
        padding-right: 0px;
        padding-left: 0px;
    }
    .textos-gral {
        margin-top: 10px;
        text-align: center;
    }
    .textos-gral.left {
        font-size: 14px;
        line-height: 18px;
    }
    .textos-gral.left.center {
        text-align: center;
    }
    .textos-gral.arreglar {
        font-size: 18px;
        line-height: 21px;
    }
    .compartir {
        padding-top: 186px;
        padding-left: 10px;
        background-position: 100% 0%;
    }
    .cont-compartir {
        width: 300px;
        height: 150px;
        padding-left: 10px;
    }
    .title-compartir {
        font-size: 18px;
        line-height: 20px;
    }
    .gotita-compartir {
        width: 100px;
        margin-top: 0px;
    }
    .gotita-compartir.arreglo {
        margin-top: -2px;
    }
    .pack-envio-arreglo {
        margin-top: 0px;
    }
    .cont-text-arreglo {
        padding-left: 0px;
        text-align: center;
    }
    .cont-que-mas-arreglar {
        margin-bottom: 124px;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .cont-que-mas-arreglar.taller {
        margin-bottom: 30px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .cacique-arreglo {
        bottom: -32%;
    }
    .text-materiales.gotita-gel {
        font-size: 21px;
        line-height: 24px;
    }
    .pack-gel {
        width: 90%;
        margin-left: -3px;
    }
    .video {
        height: 220px;
    }
    .videoplayer {
        width: 250px;
    }
    .accordion_heading {
        height: 75px;
        padding-right: 0px;
        padding-left: 10px;
    }
    .accordion_icon {
        margin-top: 3px;
        padding-right: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .accordion_icon.oneline {
        margin-top: 2px;
    }
    .accordion_icon.lugares {
        margin-top: 3px;
    }
    .accordion_content {
        height: 0px;
    }
    .faq_text {
        margin-left: 40px;
    }
    .heading-9 {
        margin-top: 0px;
        margin-bottom: -32px;
        padding-top: 20px;
        padding-right: 36px;
        padding-left: 36px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .heading-9.oneline {
        margin-top: 1px;
    }
    .heading-9.taller-acc-tit {
        margin-top: 11px;
        margin-left: 39px;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 16px;
    }
    .icon-accordion {
        width: 30px;
        margin-top: 16px;
    }
    .icon-accordion.gota {
        width: 20px;
        margin-left: 5px;
    }
    .icon-accordion.taller-icons {
        margin-top: 15px;
    }
    .icon-check-accordion {
        margin-left: 13px;
    }
    .chat2 {
        height: 90px;
        margin-bottom: 30px;
    }
    .gotita-featured {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        text-align: center;
    }
    .gotita-featured.comoseusa {
        padding-left: 21px;
    }
    .cont-que-es {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .image {
        width: auto;
    }
    .col {
        margin-top: -24px;
    }
    .col.center {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .pic {
        width: 100%;
        height: 100%;
    }
    .logo-que-es {
        width: 190px;
    }
    .logo-footer {
        width: 190px;
    }
    .brand-2 {
        margin-top: 7px;
    }
    .slide-5 {
        height: auto;
    }
}


@font-face {
    font-family: "Helveticarounded";
    src: url("../fonts/HelveticaRounded-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

/* CSS Clean UP */
.QuesEs_Fix_Spaces {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: -35px !important;
    padding-bottom: 0px !important;
}
.mainTextNewClass {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.heading-5.blue.taller-h1 {
    font-family: Gotham, sans-serif !important;
    color: #fff !important;
    /*font-size: 40px;*/
    line-height: 44px !important;
    font-size: 45px !important;
    /*color: #fff;*/
    text-align: center !important;
}
.heading-5.blue.taller-h1b.big {
    font-family: Gotham, sans-serif !important;
    color: #fff !important;
    /*font-size: 40px;*/
    line-height: 50px !important;
    margin-top: 0px !important;
    font-size: 80px !important;
}
.heading-5.blue.que-materiales-title.big {
    margin-top: 10px !important;
    font-size: 80px !important;
    line-height: 50px !important;
}
.heading-5.blue.que-materiales-title {
    margin-bottom: 0px !important;
}
.mainTextNewClassAcerca {
	display: none;
}
/* NO NECESARIO PORQUE NO HAY BOTON DE "PRESENTACIONES" */
/*.Chat_Fix_Spaces {*/                                  
    /*margin-top: -30px !important;*/
/*}*/
.section-margin.yellow.zeromargins.comoFixMargin {
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991px) {
    .slide {
        background-image: url("../images/slider1.png");
        background-position: 50% 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .slide-2 {
        background-image: url("../images/slider2.png");
        background-position: 50% 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .slide-3 {
        background-image: url("../images/slider3.png");
        background-position: 50% 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .slide-4 {
        background-image: url("../images/slider3.png");
        background-position: 50% 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .QuesEs_Fix_Spaces {
        margin-top: -25px !important;
        margin-bottom: 0px !important;
    }
    .Preg_Fix_Spaces {
        margin-top: -20px !important;
    }
    /* NO NECESARIO PORQUE NO HAY BOTON DE "PRESENTACIONES" */
    .Chat_Fix_Spaces {
        /*margin-top: 180px !important;*/
        margin-top: -60px !important;
    }
    /* FIX para "QUE ES" - Ajustes de Texto/Etc */
    .QueEs_logo {
        width: 60% !important;
    }
    .QueEs_texto1 {
        width: 60% !important;
    }
    .QueEs_checks {
        margin-top: 0px !important;
    }
    .QueEs_texto2 {
        width: 90% !important;
        margin-top: 10px !important;
    }
    .QueEs_Pote {
        margin-top: 120px !important;
    }
}

@media (max-width: 767px) {
    .Cols_Fix_Float {
        width: 50% !important;
        display: block !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    .Cols_Fix_Float:nth-child(odd) {
        clear: both !important;
    }
    .Cols_Fix_AHREFix {
        padding: 0px 0px 10px 0px !important;
        margin: 10px 5px 5px 5px !important;
        height: auto !important;
    }
    .Cols_Fix_IMG1 {
        content: url('../images/featured-1_mob.jpg') !important;
    }
    .Cols_Fix_IMG2 {
        content: url('../images/featured-2_mob.jpg') !important;
    }
    .Cols_Fix_IMG3 {
        content: url('../images/featured-3_mob.jpg') !important;
    }
    .Cols_Fix_IMG4 {
        content: url('../images/featured-4_mob.jpg') !important;
    }
    .Cols_Fix_H3Rm {
        display: none !important;
        visibility: hidden !important;
    }
    .Cols_Fix_IMGLogRm {
        display: none !important;
    }
    .QuesEs_Fix_Spaces {
        margin-top: -20px !important;
        margin-bottom: 80px !important;
    }
    .Preg_Fix_Spaces {
        margin-top: -60px !important;
    }
    .Chat_Fix_Spaces {
        margin-top: -60px !important;
    }
    .QueEs_Pote {
        margin-top: 0px !important;
    }
}

@media (max-width: 479px) {
    .slider-home {
        height: 180px !important;
    }
    .w-slider-dot {
        width: 16px!important;
        height: 16px!important;
        margin: 0 8px -1em!important;
    }
    .w-slider-dot.w-active {
        width: 16px!important;
        height: 16px!important;
    }
    .QuesEs_Fix_Spaces {
        margin-top: -20px !important;
        margin-bottom: 80px !important;
    }
    .Preg_Fix_Spaces {
        margin-top: -65px !important;
    }
    /* TITULOS GENERALES SECCIONES */
    .heading-5.blue.materiales-title {
        /*color: #6648b3; !important;*/
        color: #ffffff !important;
        font-size: 20px;
    }
    .heading-5.blue.materiales-title.big {
        /*color: #6648b3; !important;*/
        color: #ffffff !important;
        font-size: 36px;
    }
    .logo-que-es {
        /*background-position: 50% 100% !important;*/
    }
    .mainTextNewClass {
        text-align: center;
        margin: 0 auto;
        display: block;
        padding: 0px 50px !important;
    }

    .checks img {
        width: 20px;
    }
    /* FIX TITULOS "QUE MATERIALES" */
    .section-internas.que-materiales {
        background-image: url("../images/bg-quemateriales-mobile.jpg");
        height: 180px !important;
        margin-top: 64px !important;
        margin-bottom: 15px !important;
        background-position: 0px 0px;
    }
    .titles.presenta.que-materiales {
        margin-top: 115px !important;
    }
    .heading-5.blue.que-materiales-title, .heading-5.blue.que-materiales-title.big {
        display: none !important;
    }
    .text-presenta.oswald.maintextFixMarginTop {
        margin-top: 20px !important;
    }
    .text-caracteristicas.presentaciones.nomargin.circFixMarginTop {
        margin-bottom: 20px !important;
    }
    /* FIX TITULOS "ACERCA" */
    .section-internas.acerca {
        background-image: url("../images/bg-acerca-mobile.jpg");
        height: 180px !important;
        margin-top: 64px !important;
        margin-bottom: -25px;
    }
    .titles.presenta.acerca-title {
        margin-top: 115px !important;
    }
    .heading-5.blue.acerca-h1, .gotita-title.acerca-img1 ,.gotita-title-mobile.acerca-img2  {
        display: none !important;
    }
    /* FIX TITULOS "COMO SE USA" */
    .section-internas.como-se-usa {
        background-image: url("../images/bg-como-mobile.jpg");
        height: 340px !important;
        margin-top: 64px !important;
        margin-bottom: -25px;
    }
    .titles.presenta.como-title {
        margin-top: 115px !important;
    }
    .heading-5.blue.como-h1, .gotita-title.como-img1, .gotita-title-mobile.como-img2 {
        display: none !important;
    }
    /* FIX TITULOS "ZAPATERIA/TALLER" */
    .section-internas.taller {
        background-image: url("../images/bg-zapateria-mobile.jpg");
        height: 340px !important;
        margin-top: 64px !important;
        margin-bottom: 20px !important;
    }
    .titles.zapateria.taller-title {
        margin-top: 105px !important;
    }
    .heading-5.blue.taller-h1, .heading-5.blue.taller-h1b {
        display: none !important;
    }
    /* FIN TITULOS */
    .text-presenta.oswald.notbold {
        /*font-weight: normal !important;*/
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .section-margin.yellow.zeromargins.comoFixMargin {
        margin-top: -25px !important;
    }

    /* TO CHECK */
    .thumb-podes-pegar {
        /*height: 100% !important;*/
        height: 80% !important;
        margin: 10% !important;
    }
    .thumb-podes-pegar.taller {
        width: 90% !important;
        margin: 10px 0px 10px 0px !important;
    }
    /* SLIDER FIX */
    .vitto {
        height: 550px;
        background-image: url("../images/eccole-man-mobile.png") !important;
        background-position: 50% 0%;
        background-size: contain;
    }
    .slider-mira-todo-lo-que-podes-pegar {
        background-color: #212121 !important;
    }
    /* ECO TIPS */
    .ecoFixedFont {
        font-size: 18px !important;
    }
    .ecoImgTips {
        width: 75% !important;
        padding-top: 10px !important;
        margin-top: 10px !important;
    }
    .img-check {
        width: 25px !important;
    }
    .ecoTipsFixCols1 {
        width: 16% !important;
        text-align: center !important;
    }
    .ecoTipsFixCols11 {
        width: 74% !important;
        text-align: left !important;
        padding-left: 5px !important;
    }
    .ecoFixCols {
        padding: 0px !important;
        margin-top: 10px !important;
    }
    .tallerFix2 {
        font-weight: bold !important;
    }
    .acercaBold {
        font-weight: bold !important;
    }
    .mainTextNewClassAcerca {
        text-align: center;
        margin: 45px auto -10px auto;
        display: block;
        padding: 0px 50px !important;        
    }
    .Chat_Fix_Spaces {
        /*margin-top: 100px !important;*/
        margin-top: -75px !important;
    }
    .QueEs_Pote {
        width: 80% !important;
        margin-top: 110px !important;
        margin-left: 10% !important;
    }
}
/* SEO FIXES */
h4.index-resp-h4-Fix {
    padding: 15px 10px 5px !important;
    font-family: Roboto, sans-serif !important;
    color: #6648b3; !important;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: normal !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.index-icon-cacique-Fix {
    margin-top: 0px !important;
    position: absolute !important;
    bottom: 77px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
}
.icon-cacique-btn-Fix {
    position: relative !important;
    z-index: 2 !important;
}

h2.index-head-smallPad {
    margin-top: -104px !important;
}
@media (max-width: 991px) {
    h4.index-resp-h4-Fix {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .index-icon-cacique-Fix {
        margin-top: 0px !important;
        bottom: 109px !important;
    }
}
@media (max-width: 479px) {
    .index-icon-cacique-Fix {
        margin-top: 0px !important;
        bottom: 90px !important;
    }

}
/* HEADER FIX */
@media (max-width: 991px) {
    .slider-home {
        height: 400px !important;
        margin-top: 110px !important;
    }
}
@media (max-width: 767px) {
    .slider-home {
        height: 300px !important;
        margin-top: 120px !important;
    }
    .section-internas.como-se-usa {
        margin-top: 120px !important;
    }
    .section-internas.que-materiales {
        margin-top: 120px !important;
    }
    .section-internas.taller {
        margin-top: 120px !important;
    }
    .section-internas.acerca {
        margin-top: 120px !important;
    }
}
@media (max-width: 580px) {
    .brand {
        width: 100px !important;
        margin-top: 7px !important;
        margin-left: 5px !important;
    }
    .icon-redes-header {
        width: 25px !important;
        margin-top: 19px !important;
        padding-bottom: 7px !important;
    }
    .index-head-sFixHamb {
        margin-top: 0px !important;
        margin-right: -1px !important;
        padding-right: 30px !important;
        padding-left: 5px !important;
        /*width: 25px !important;*/
        /*margin-top: 19px !important;*/
        /*padding-bottom: 7px !important;*/
    }
    .navbar {
        min-height: auto !important;
    }
    .slider-home {
        height: 250px !important;
        margin-top: 60px !important;
    }
    .section-internas.como-se-usa {
        margin-top: 64px !important;
    }
    .section-internas.que-materiales {
        margin-top: 64px !important;
    }
    .section-internas.taller {
        margin-top: 64px !important;
    }
    .section-internas.acerca {
        margin-top: 64px !important;
    }
}
@media (max-width: 479px) {
    .slider-home {
        height: 180px !important;
        margin-top: 64px !important;
    }
}
@media (max-width: 350px) {
    .slider-home {
        height: 140px !important;
        margin-top: 60px !important;
    }
}
/* @media (max-width: 279px) {
    .brand {
        width: 80px !important !important;
        margin-top: 15px !important !important;
    }
} */
/* VIDEOS FIX */
.ecoFixedVideo {
    width: 80% !important;
    display: block !important;
    background-color: #fff;
    margin-bottom: -100px !important;
}
.tallerDetFixedVideo {
    width: 85% !important;
    display: block !important;
    margin-bottom: -60px !important;
}
@media (max-width: 991px) {
    .ecoFixedVideo {
        width: 90% !important;
        background-color: #fff;
        display: block !important;
        margin: 0px auto 25px auto !important;
        padding: 0px !important;
    }
    .celFixVPlayer {
        width: 90% !important;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}
@media (max-width: 279px) {
}
/* FIX TEXTO EN VIDEOS - MATERIALES */
.info-podes-pegar {
    width: 100% !important;
}
/* FIX ESPACIADO EN ZAPATERIA */
.text-caracteristicas.presentaciones {
    margin-top: 32px !important;
    margin-bottom: -10px !important;
}
@media (max-width: 479px) {
    .text-caracteristicas.presentaciones {
        margin-bottom: 24px !important;
    }
}
/* SEO FIXES */

.all-h1-queEs-R-Fix {
    font-size: 28px !important;
}
.que-es-EccoImgFix {
    margin-top: 40px !important;
}
@media (max-width: 991px) {

}
/* FIX PREGUNTAS FRECUENTES LOGO */
.index-faq-Logo {
  font-size: 30px !important;
  line-height: 30px !important;
}
@media (max-width: 991px) {
  .index-faq-Logo {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}

/* SLIDER FIX 800 HEADER */
@media (max-width: 991px) {
    .slider-h2-fix {
        left: 1000px !important;
    }
}

/* HOME FIXES H2 TITLES */
.Cols_Fix_H3Rm {
    line-height: 30px !important;
}
.fixPregFrecH3 {
    font-weight: normal !important;
    line-height: 26px !important;
    padding: 0px !important;
}
/* NO NEED - 767px or LOWER is INCLUDED ON THE IMAGES */

/* GENERAL STANDARIZATION */
.slider-h2-fix {
    position: absolute !important;
    top: 170px;
    left: 90px;
    font-size: 55px !important;
    line-height: 50px !important;
}
/* FIX HEADER DIV for Hx - ALL OF THEM */
.gen-title-div {
    margin-top: 33px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .gen-headText-line1 {
        font-size: 30px;
        line-height: 40px;
    }
}
/* NO NEED - 479 or LOWER is INCLUDED ON THE IMAGES */
@media (max-width: 479px) {
    .gen-headText-line1 {
        display: none !important;
    }
}

.gen-headText-line2-R {
  font-size: 48px !important;
  vertical-align: center;
  position: relative;
  top: -15px !important;
}
@media (max-width: 991px) {
  .gen-headText-line2-R {
    font-size: 36px !important;
    vertical-align: center;
    position: relative;
    top: -10px !important;
  }
  .como-h1 {
    margin-top: -200px !important;
  }
}
@media (max-width: 767px) {
    .gen-headText-line2 {
        font-size: 30px;
        line-height: 40px;
    }
}
/* NO NEED - 479 or LOWER is INCLUDED ON THE IMAGES */
@media (max-width: 479px) {
    .gen-headText-line2 {
        display: none !important;
    }
}
/* FIX MAIN TEXT TO Hx - ALL OF THEM */
.gen-mainText-oneLine {
    /*font-family: Helveticarounded, sans-serif !important;*/
    /*font-family: Gotham, sans-serif !important;*/
    font-family: Roboto, sans-serif !important;
    font-weight: normal !important;
    color: #000;
    font-size: 30px !important;
    line-height: 34px !important;
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}
@media (max-width: 991px) {
    .gen-mainText-oneLine {
      font-size: 18px !important;
      line-height: 23px !important;
      margin-bottom: 20px !important;
    }
}
@media (max-width: 479) {
    .gen-mainText-oneLine {
      font-size: 18px !important;
      line-height: 21px !important;
    }
}
/* FIX ECO TIPS */
.ecoFixCols {
    margin-top: 50px !important;
}
@media (max-width: 479px) {
    .ecoFixCols {
        padding: 0px !important;
        margin-top: 10px !important;
    }
}
