body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}

@media(min-width: 992px){
    body{
    padding-top: 90px;
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'walkway_boldregular';
}

div.itemHeader h1 {
    font-weight: bold;
}

/* MENU */
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 4px 0 #0003, 0 2px 10px 0 #0000001a !important;
}

.t3-mainnav .t3-navbar {
    float: right;
    margin-left: 150px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    font-family: 'walkway_boldregular';
    color: #333;
}

.navbar-default .navbar-nav>li>a {
    color: #111;
    padding: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'walkway_boldregular';
    color: #333;
    line-height: 55px;
}

.navbar-default .navbar-nav>li>a:avtive {
    color: #19305F;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #000066;
}

.dropdown-menu {
    background-color: #19305f;
    border: 1px solid #254991;
}

.t3-megamenu .mega-nav>li.active>a,
.t3-megamenu .dropdown-menu .mega-nav>li.active>a {
    background: #254991 none repeat scroll 0 0;
    color: #ffffff;
}

.t3-megamenu .mega-nav>li:first-child,
.t3-megamenu .dropdown-menu .mega-nav>li:first-child {
    border-top: 1px solid #254991;
}

.t3-megamenu .mega-nav>li,
.t3-megamenu .dropdown-menu .mega-nav>li {
    border-bottom: 1px solid #254991;
}

.t3-megamenu .mega-nav>li a:hover,
.t3-megamenu .dropdown-menu .mega-nav>li a:hover,
.t3-megamenu .mega-nav>li a:focus,
.t3-megamenu .dropdown-menu .mega-nav>li a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #254991;
}

.box {
    margin: 0px auto;
}

/* OFF CANVAS */
.off-canvas-toggle {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #19305F;
    padding: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    top: 40px;
    left: 0;
}

.t3-off-canvas {
    top: -55px !important;
}

.off-canvas-toggle:hover,
.off-canvas-toggle:active,
.off-canvas-toggle:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #19305F;
    color: #ffffff;
}

.off-canvas-toggle+.container .navbar-header .logo {
    border-left: 0px solid #ddd;
}

/* AVISO HOME MYPCO */
.aviso-mypco {
    background-color: #294f9c;
    color: white;
    height: 95px;
    width: 100%;
    margin: .8rem 0 0 0;
}

@media(min-width: 992px){
	.aviso-mypco {
	    height: 80px;
	}
}

span.item-aviso {
    float: left;
    margin-right: 10px;
}

/* LIST BENEFICIOS */
ul.list-beneficios {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style-type: none;
    margin-top: 60px;
    padding: 0 10px;
    /*overflow: auto;*/
}

ul.list-beneficios li>ul {
    padding: 0;
}

ul.list-beneficios li>ul>li {
    margin: 10px 0;
    font-size: 18px;
    list-style: none;
    width: 520px;
}

ul.list-beneficios li>ul>li::before {
    background-color: #19305F;
    border-radius: 50%;
    content: "\f00c";
    color: white;
    font-family: FontAwesome;
    font-size: 25px;
    padding: 5px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    line-height: 2;
    text-align: center;
    display: inline-block;

}

ul.list-beneficios li>ul>li span {
    border-color-bottom: #d8d8d8;
    color: gray;
    display: inline-flex;
    font-size: 18px;
    line-height: 19px;
    width: 400px;
}

/* EFECTOS CSS */
.efecto1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.div-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.div-img.hidden {
    overflow: hidden;
}

.div-img .img {
    border: 4px solid #f5f5f5;
    display: block;
    margin: 0 auto;
    width: 290px;
    height: auto;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

@media(min-width: 992px){

    .div-img .img {
        width: 270px;
        height: auto;
    }

}

.div-img:hover .img,
.div-img:hover {
    transform: scale(1.01);
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.effect4 {
    position: relative;
}

.effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 18px;
    left: auto;
    width: 50%;
    top: 83%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.fancy {
    line-height: 0.5;
    text-align: center;
}

.fancy h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.fancy h2:before,
.fancy h2:after {
    content: "";
    position: absolute;
    height: 1px;
    border-top: 1px solid #ddd;
    top: 14px;
    width: 250px;
}

.fancy h2:before {
    right: 100%;
    margin-right: 15px;
}

.fancy h2:after {
    left: 100%;
    margin-left: 15px;
}

.contenedor-img {
    border: 4px solid #ddd;
    width: 280px;
    height: 230px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    padding: 0px;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.contenedor-img .mascara,
.contenedor-img .contenido {
    width: 290px;
    height: 240px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 5px;

}

.contenedor-img img {
    display: block;
    position: relative;
    height: 240px;
}

.contenedor-img h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.contenedor-img p {
    font-size: 12px;
    position: absolute;
    color: #fff;
    padding: 10px 20px 10px;
    text-align: center;
}

.contenedor-img a.link {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #222;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    position: relative;
    top: 100px;
}

.contenedor-img a.link:hover {
    box-shadow: 0 0 5px #000;
}

/*Ejemplo 1*/
.ejemplo-1 img {
    transition: all 0.2s linear;
}

.ejemplo-1 .mascara {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-in-out;
}

.ejemplo-1 h3 {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.ejemplo-1 p {
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.4s linear;
}

.ejemplo-1 p.boton {
    text-align: center;
    margin: 0 5%;
}

.ejemplo-1 a.link {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(100px)
}

.ejemplo-1:hover img {
    height: 200px;
}

.ejemplo-1:hover .mascara {
    opacity: 1;

}

.ejemplo-1:hover h3,
.ejemplo-1:hover p,
.ejemplo-1:hover a.link {
    opacity: 1;
    transform: translateX(0px);
}

.ejemplo-1:hover p {
    transition-delay: 0.1s;
}

.ejemplo-1:hover a.link {
    transition-delay: 0.2s;
    transform: translateY(0px);
}


/*  LOGO */
.logo-image>a {
    max-height: 80px;
    max-width: 250px;
}

.logo a {
    background: #fff none repeat scroll 0 0;
}

.logo-text {
    font-size: 25px;
    text-transform: uppercase;
}

.logo-image>a>img {
    margin: 3px auto !important;
    height: 60px;
}

.jumbotron h1,
.jumbotron .h1 {
    font-size: 43px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

/* TOP BAR */
.top-bar {
    background: #19305F;
    color: #fff;
    height: 35px;
    padding: 3px;
    line-height: 30px;
}

.top-bar a {
    color: #fff;

}

.top-bar .telefono {
    text-align: left;
    width: 50%;
}

.top-bar .icon {
    background: #ddd;
    border-radius: 50%;
    margin: 3px 5px;
    color: #19305F;
    padding: 2px;
    width: 25px;
    height: 25px;
    float: left;
    text-align: center;
    line-height: 20px;
}

.top-bar .icon i {
    text-align: center;
    margin: 0 auto;
}


/* SOCIOS */
.socios {
    display: block;
    background-color: #eee;
    height: auto;
}

.socios-item .feature-img-wrapper {
    margin: 10px 0;
    text-align: center;
}

.socios .title {
    background-color: #333;
    border-radius: 20px;
    color: white;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    width: 150px;
}

.telefonoSocio{
    background-color: #333;
    color: #d1d1d1;
    height: 50px;
}

.telefonoSocio a{
    color: #f0b215;
    font-size: 1.5rem;
    line-height: 3;
    vertical-align: middle;
}

.telefonoSocio .icon i{
    float: left;
    font-size: 2.5rem;
    margin: 10px 5px 0;
}

/* SLIDESHOW */
.slideshow {
    margin-top: 40px;
    height: 550px;

}

/* TOP PRODUCTOS */
.top-productos {
    padding: 30px;
}

.top-productos .item {
    display: block;
    position: relative;
    width: 280px;
}

.top-productos .item .top-producto-title {
    color: #fff;
    display: block;
    position: absolute;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'walkway_boldregular';
    font-size: 20px;
    line-height: 25px;
    left: 55px;
    text-align: center;
    bottom: 150px;
    z-index: 999;
    width: 200px;
}

.jumbotron-primary {
    background-color: #19305F;
}

.page-masthead .jumbotron {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

/* CATALOGOS */
.catalogos {
    padding: 10px;
    position: relative;
}

.catalogos .item img {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    width: 290px;
    height: 260px;
}

.catalogos .item h2.title {
    display: block;
    /*top:0;*/
    bottom: 5px !important;
    left: 20px !important;
    color: #FFF;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.8);
    position: absolute;
}

/* INFO */
.isa_info,
.isa_success,
.isa_warning,
.isa_error {
    margin: 10px 0px;
    padding: 12px;

}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}

.isa_info i,
.isa_success i,
.isa_warning i,
.isa_error i {
    margin: 10px 22px;
    font-size: 2em;
    vertical-align: middle;
}

/* PROMOCIONES */
.promociones {
    padding: 20px;
}

.promociones img {
    margin: 5px 0;
    height: auto;
    width: 100%;
}

/* CONTENT K2 */
div.subCategory h2{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
div.subCategory h2 a{
 color: #111;
}
div.catItemView{
    margin-bottom: 10px;
}

/* LISTA DE Medidas */
ul.listMedidas{
    font-size: 12px;
    padding: 0px;
    word-break: break-all;
}

/* FORMULARIO */
.formulario {
    margin: 5px auto;
}

.form-style {
    max-width: 780px;
    padding: 5px 0px;
    margin: 0px auto;
}

#contact_body {
    background: #f5f5f5;
    padding: 20px 20px;
    border-top: 0px;
    border-left: 2px solid #2e3b65;
    border-right: 2px solid #2e3b65;
    border-bottom: 2px solid #2e3b65;
}

#contact_body .icon {
    background: #2e3b65;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

#contact_body .icon i {
    color: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 40px;
}

#contact_body h3 {
    color: #333;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

.form-style-heading {
    background: #f5f5f5;
    border-top: 5px solid #2e3b65;
    font-weight: bold;
    margin-top: 3px;
}

.form-style label {
    display: block;
    margin: 0px 0px 15px 0px;
}

.form-style label>span {
    width: 100%;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 5px;
    text-transform: uppercase;
}

.form-style span.required {
    color: red;
}

.form-style input {
    background: #f8f8f8;
    height: 35px;
    width: 100%;

}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
.form-style .select-field {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    outline: none;
    height: 23px;
}

.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,
.form-style .select-field:focus {
    border: 1px solid #0C0;
}

.form-style .textarea-field {
    height: 100px;
    width: 100% !important;
}

.form-style input[type="button"],
.form-style input[type="submit"] {
    width: 180px;
    display: block;
    height: auto;
    padding: 15px;
    color: #fff;
    background: #68c4f9;
    border: none;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: #111;
    color: white;
    border: none;

}

.form-style .success {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #333;
    border-left: 3px solid #EDAC36;
}

.form-style .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
    border-left: 3px solid #FF0000;
}

/* FORMULARIO CONTACTO */
.form-style-contacto {
    max-width: 800px;
    padding: 5px 0px;
    margin: 0px auto;
}

.form-style-contacto #contact_body {
    background: #f5f5f5;
    padding: 10px 20px;
    border-top: 0px;
    border-left: 2px solid #2e3b65;
    border-right: 2px solid #2e3b65;
    border-bottom: 2px solid #2e3b65;
    height: 380px;
}

#contact_body .icon {
    background: #2e3b65;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

#contact_body .icon i {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 40px;
}

.form-style-contacto .form-style-heading {
    background: #f5f5f5;
    border-top: 7px solid #2e3b65;
    font-weight: bold;
    margin-top: 0px;
    font-size: 1.5em;
    border-left: 2px solid #2e3b65;
    border-right: 2px solid #2e3b65;
    border-bottom: 0px solid #2e3b65;
    text-align: center;
}

.form-style-contacto .bar {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 32px;
}

.form-style-contacto div>span {
    width: 100%;
    font-weight: bold;
    float: left;
    font-size: 14.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-style-contacto span.required {
    color: red;
}

.form-style-contacto input {
    background: #f8f8f8;
    height: 35px;
    width: 100%;

}

.form-style-contacto input.input-field,
.form-style-contacto .tel-number-field,
.form-style-contacto .textarea-field,
.form-style-contacto .select-field {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    outline: none;
    height: 23px;
}

.form-style-contacto .input-field:focus,
.form-style-contacto .tel-number-field:focus,
.form-style-contacto .textarea-field:focus,
.form-style-contacto .select-field:focus {
    border: 1px solid #0C0;
}

.form-style-contacto .textarea-field {
    height: 100px;
    width: 100% !important;
}

.form-style-contacto input[type="button"],
.form-style-contacto input[type="submit"] {
    width: 160px;
    display: block;
    height: auto;
    padding: 12px;
    color: #fff;
    background: #68c4f9;
    border: none;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

.form-style-contacto input[type="button"]:hover,
.form-style-contacto input[type="submit"]:hover {
    background: #111;
    color: white;
    border: none;

}

.form-style-contacto .success {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #333;
    border-left: 3px solid #EDAC36;
}

.form-style-contacto .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
    border-left: 3px solid #FF0000;
}

/* TITLE MODULE */
.title-module h2,
h2.title-module {
    font-size: 40px;
    color: #008ABF;
    margin-left: 180px;
}

.title-module-servicios h2,
h2.title-module-servicios {
    font-size: 40px;
    color: #fff;
    margin-left: 90px;
    text-transform: uppercase;
}

/* BOTON */
.btn-primary {
    background-color: #19305f;
    border-color: #19305f;
    color: #ffffff;
}
.btn-whatsapp {
    background-color: #009588;
    border-color: #009588;
    color: #ffffff;
}

/* AVISO MYPCO */
.aviso-mypco p {
    color: white;
    line-height: 1;
    margin: 20px auto;
}

.aviso-mypco img {
    float: left;
    margin-right: 10px;
    width: 100%;
}

/* CONTACTO */
.contacto {
    padding: 30px;
    margin: 0 auto;
}

.contacto img {
    text-align: center;
    margin: 0 auto;
}

/* FOOTER */
.t3-footer {
    background: #111 none repeat scroll 0 0;
    color: #fff;
}

.t3-footer-sl {
    padding: 20px 0;
}

.t3-footer-sl .t3-module {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.t3-footer-sl .t3-module .module-title {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.t3-footer-sl .t3-module ul>li>a {
    color: #FFF !important;
}

.t3-copyright {
    border-top: 0px solid #eeeeee;
    font-size: 12px;
    padding: 20px 0 20px;
}

.navbar-default .navbar-nav>li {

    margin-left: 20px !important;

}

.sprocket-grids-b-content {
    color: #fff;
}

.sprocket-grids-b-item.panel-color {
    background: #151515 none repeat scroll 0 0;
}

.sprocket-grids-b {
    position: relative;
}

.sprocket-grids-b::after {
    clear: both;
    content: "";
    display: table;
}

.sprocket-grids-b-header ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.sprocket-grids-b-container {
    clear: both;
    list-style: outside none none;
    margin: 0 -1%;
    position: relative;
}

#main .sprocket-grids-b-container {
    list-style: outside none none;
    margin: 0 -1%;
    padding: 0;
}

.sprocket-grids-b-container li {
    backface-visibility: hidden;
    box-sizing: border-box;
    padding: 1%;
    transform: translateZ(0px);
}

.sprocket-grids-b-content {
    box-sizing: border-box;
    padding: 10px;
}

.sprocket-grids-b-content.overlay-mode {
    bottom: 0;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}

.sprocket-grids-b-item:hover .sprocket-grids-b-content.overlay-mode {
    height: 50%;
    opacity: 1;
    visibility: visible;
}

.sprocket-grids-b-item {
    display: block;
    position: relative;
}

.sprocket-grids-b-image-container {
    position: relative;
}

.sprocket-grids-b-image {
    width: 100%;
}

.sprocket-grids-b-effect {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0px);
    transition: all 0.2s ease 0s;
    width: 100%;
}

.sprocket-grids-b-content h2.sprocket-grids-b-title {
    color: #fff;
    font-size: 15px;
}

.sprocket-grids-b-item:hover .sprocket-grids-b-effect {
    height: 50%;
    opacity: 1;
    width: 100%;
}

.sprocket-grids-b-title {
    margin: 0 0 15px;
}

.overlay-mode .sprocket-grids-b-title {
    margin-top: -25px;
    opacity: 0;
    transition: all 0.2s ease 0.2s;
}

.sprocket-grids-b-item:hover .overlay-mode .sprocket-grids-b-title {
    margin-top: 0;
    opacity: 1;
}

.sprocket-grids-b-text {
    display: block;
    margin: 15px 0;
}

.sprocket-grids-b-readon {
    display: hidden;
    position: relative;
    top: -20px;
    white-space: nowrap;
}

.overlay-mode .sprocket-grids-b-text,
.overlay-mode .sprocket-grids-b-readon {
    opacity: 0;
    transition: opacity 0.3s ease 0.6s;
}

.sprocket-grids-b-item:hover .overlay-mode .sprocket-grids-b-text,
.sprocket-grids-b-item:hover .overlay-mode .sprocket-grids-b-readon {
    opacity: 1;
}

/** MODAL WHATASAPP */ 
.modal-header{
    background-color: #009588;
    padding: 15px 10px;
}
.modal-header h4{
    color: white;
    font-size: 2.4rem;
    line-height: 1.5;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    .sprocket-grids-b-columns-1>li,
    .sprocket-grids-b-columns-2>li,
    .sprocket-grids-b-columns-3>li,
    .sprocket-grids-b-columns-4>li,
    .sprocket-grids-b-columns-5>li,
    .sprocket-grids-b-columns-6>li,
    .sprocket-grids-b-columns-7>li,
    .sprocket-grids-b-columns-8>li,
    .sprocket-grids-b-columns-9>li,
    .sprocket-grids-b-columns-10>li {
        width: 33.34%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    .sprocket-grids-b-columns-1>li,
    .sprocket-grids-b-columns-2>li,
    .sprocket-grids-b-columns-3>li,
    .sprocket-grids-b-columns-4>li,
    .sprocket-grids-b-columns-5>li,
    .sprocket-grids-b-columns-6>li,
    .sprocket-grids-b-columns-7>li,
    .sprocket-grids-b-columns-8>li,
    .sprocket-grids-b-columns-9>li,
    .sprocket-grids-b-columns-10>li {
        width: 50%;
    }

    .sprocket-grids-b-info {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 26px;
    }

    /* LOGO */
    .logo-image>a>img {
        height: 48px;
    }

    /* HEADER */
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 35px;
        margin: 15px;
    }

    .headerPhone i {
        font-size: 23px;
        margin-top: 15px;
        margin-right: 15px;
    }

    #limheight {
        height: 300px;
        width: 100%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2 !important;
        /*3 is just placeholder -- can be anything*/
    }

    ul.list-beneficios li>ul>li {
        margin: 10px 0;
        font-size: 17px;
        width: 320px;
    }

    ul.list-beneficios li>ul>li::before {
        font-size: 21px;
        padding: 5px;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        line-height: 2;
        display: inline-block;
    }

    ul.list-beneficios li>ul>li span {
        border-color-bottom: #d8d8d8;
        font-size: 17px;
        width: 250px;
    }

    .off-canvas-toggle {
        width: 55px;
        height: 55px;
        line-height: 55px;
        top: 0px;
    }

    .t3-off-canvas {
        top: -55px !important;
    }

    .sprocket-grids-b-container .sprocket-grids-b-columns-5 .sprocket-grids-b-content {
        text-align: center;
    }

    .sprocket-grids-b-info,
    .sprocket-grids-b-text {
        display: none;
    }

    /* SLIDESHOW */
    .slideshow {
        margin-top: 0px;
        height: 170px !important;
        width: 100% !important;
    }

    .fader {
        height: 180px !important;
    }

    .fader img.slide {
        height: 170px !important;
        min-height: auto !important;
        width: 100% !important;
    }

    .fancy h2:before {
        right: 100%;
        margin-right: 15px;
        width: 10%;
    }

    .fancy h2:after {
        left: 100%;
        margin-left: 15px;
        width: 10%;
    }

    .top-productos {
        padding: 10px;
    }

    /* AVISO */
    .aviso-mypco p {
        margin: 5px auto;
        font-size: 14px;
    }

    .aviso-mypco span {
        width: 40px;
    }

    .aviso-mypco img {
        width: 100%;
    }

    /* SOCIOS */
    .socios {
        padding: 0px !important;
    }

    .socios .socios-item img {
        width: 100%;
    }

    .socios .title {
        padding: 5px;
        font-size: 11px;
    }

    /* CONTENT K2 */
    .subCategoryContainer {
        width: 100% !important;
    }

    /* PROMOCIONES */
    .promociones{
        padding: 0;
    }
    

}

@media screen and (max-width:520px) {
    #limheight {
        height: 350px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2 !important;
        /*3 is just placeholder -- can be anything*/
    }
}

ul>#limheight {
    column-gap: 20px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    /*5 is just placeholder -- can be anything*/
    width: 80%;
}

#limheight li {
    display: inline-block;
    padding-bottom: 20px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    width: 155px;
}
a.btn_download_pdf {
  background-color: #00b8f1;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0.7rem;
  padding: 18px 36px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
  border: none;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  max-width: 280px;
}
a.btn_download_pdf:hover {
  transform: scale(0.9);
}
a.btn_download_pdf span.icon_download_pdf{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' class='bi bi-download' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z'/%3E%3C/svg%3E");
width: 20px;
height: 20px;
margin-left: .7rem;
}

a.btn_download_pdf svg {
  position: relative;
  right: -10px;
}
.modulo_descargar_catalogo{
	margin: 3rem 0;
}

a.cta_secundario {
  background-color: #068FFF;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0.7rem;
  padding: 18px 36px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
  border: none;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  max-width: 280px;
}
a.cta_secundario :hover {
  transform: scale(0.9);
}
a.cta_secundario span.mapa{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' class='bi bi-geo-alt' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
width: 20px;
height: 20px;
margin-left: .7rem;
}