/* colors */
/* end colors*/
.b_f {
    display: inline-block;
    width: 100%;
    height: auto;
    color: white;
    margin-top: -1px;
    text-align: center;
}

.swiper-container.rot_home {
    /**/
    height: 30vw;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rep {
    display: inline-block;
    width: 90%;
    height: auto;
    text-align: center;
    margin: 35px 0 -18px;
}

.rep .swiper-wrapper {
    height: 100px;
}

.rep .flecha {
    opacity: 0.8;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 200ms ease-in-out;
}

.grayscale:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.tit_h {
    display: block;
    width: 50%;
    padding: 20px 0;
    color: #002e81;
    background-color: #e6ebf3;
    text-align: right;
    margin-top: 50px;
}

.tit_h.tit_not {
    width: 22%;
}

.tit_h h2 {
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    margin-left: 10%;
    margin-right: 8%;
}

.prods_home {
    width: 90%;
    display: inline-block;
}

.prods_home .prod {
    width: 100%;
    display: inline-block;
    margin-top: 45px;
}

.prods_home .prod img, .prods_home .prod .desc {
    width: 44%;
    margin: 0 3%;
    float: right;
    display: inline-block;
}

.prods_home .prod .desc {
    text-align: left;
}

.prods_home .prod .desc .tit {
    position: relative;
    display: inline-block;
    width: 100%;
}

.prods_home .prod .desc h2 {
    color: #002e81;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2vw;
}

.prods_home .prod .desc img {
    position: absolute;
    top: 0;
    right: 0;
    width: 31%;
}

.prods_home .prod .desc p {
    color: #989999;
    text-align: justify;
}

.prods_home .prod .desc a {
    display: inline-block;
    margin-top: 21px;
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #0086cc;
    color: white;
    font-size: 19px;
    text-decoration: none;
}

.prods_home .prod:nth-child(2n + 1) img, .prods_home .prod:nth-child(2n + 1) .desc {
    float: left;
}

.prods_home .prod:nth-child(2n + 1) a {
    background-color: #002e81;
}

.nots {
    width: 85%;
    display: inline-block;
    margin-top: 85px;
    margin-bottom: 65px;
}

.nots .not {
    width: 49%;
    margin: 0 1% 0 0;
    display: inline-block;
    float: left;
    text-align: left;
}

.nots .not .tit {
    width: 100%;
    display: inline-block;
}

.nots .not .tit h2 {
    color: #002e81;
    margin-right: 8%;
    margin-bottom: 10px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}

.nots .not .desc {
    width: 100%;
    display: inline-block;
    background-color: #002e81;
    height: 350px;
    position: relative;
}

.nots .not .desc img {
    position: absolute;
    left: 0;
    top: 15%;
    width: 34%;
}

.nots .not .desc .cont {
    width: 55%;
    float: right;
    margin: 45px 8%;
    display: inline-block;
}

.nots .not .desc p {
    width: 100%;
    text-align: justify;
    display: inline-block;
}

.nots .not .desc a {
    display: inline-block;
    margin-top: 21px;
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #0086cc;
    color: #0086cc;
    font-size: 19px;
    text-decoration: none;
    float: right;
}

.nots .not:nth-child(2) {
    width: 49%;
    margin: 0 0;
}

.nots .not:nth-child(2) .desc {
    background-color: #402f73;
}

.nots .not:nth-child(2) .desc img {
    width: 34%;
}

.news_l {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-size: cover;
}

.news_l .cont {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 20px 0;
    vertical-align: middle;
}

.news_l .cont h3 {
    font-size: 50px;
    margin: 0;
    font-weight: 300;
    color: white;
}

.news_l .cont p {
    margin: 0;
    font-size: 14px;
    color: white;
}

.news_l .cont form {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.news_l .cont form input[type='email'] {
    width: 74%;
    height: 30px;
    padding-left: 2px;
    font-size: 1vw;
}

.news_l .cont form input[type='submit'] {
    width: 24%;
    height: 30px;
    border: none;
    background-color: #402f73;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.7vw;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
}

.news_l .cont form input, .news_l .cont form button {
    display: inline-block;
    margin: 0;
}

.news_l #news_email_error {
    display: none;
}

footer {
    width: 100%;
    display: inline-block;
    background-color: #002e81;
    text-align: center;
    vertical-align: middle;
}

footer .inner {
    width: 80%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

footer .inner .cont {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}

footer .inner .cont:nth-child(1) img {
    float: left;
    width: 60%;
}

footer .inner .cont:nth-child(3) img {
    float: right;
}

footer .inner .cont p {
    font-size: 10px;
    color: white;
    margin: 0;
}

.nosotros .banner .item .content {
    margin: 0 auto 100px;
    width: 55%;
}

.nosotros .tit_cats {
    margin: 0;
}

.nosotros .historia .cont_sup {
    display: inline-block;
    width: 100%;
}

.nosotros .historia .cont {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    color: #002e81;
    text-align: center;
}

.nosotros .historia .cont:nth-child(1) h2 {
    display: inline-block;
    font-size: 4.5vw;
    background-size: 100% 119%;
    width: 40%;
    padding-bottom: 0;
    padding-right: 24px;
    background-repeat: no-repeat;
}

.nosotros .historia .cont:nth-child(2) {
    position: relative;
}

.nosotros .historia .cont:nth-child(2) img:first-child {
    width: 100%;
}

.nosotros .historia .cont:nth-child(2) img:last-child {
    position: absolute;
    top: 13%;
    left: 14.5%;
    width: 74%;
}

.nosotros .historia .cont:nth-child(3) {
    text-align: left;
}

.nosotros .historia .cont:nth-child(3) h2 {
    text-transform: uppercase;
    margin: 0 0 10px 5%;
}

.nosotros .historia .cont:nth-child(3) p {
    margin: 0 0 0 5%;
    text-align: justify;
    color: #989999;
}

.nosotros .pager {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #0086cc;
}

.nosotros .pager .anios {
    display: inline-block;
    width: 80%;
}

.nosotros .pager .anios .anio {
    display: inline-block;
    width: auto;
    color: white;
    vertical-align: top;
    margin: 0 1px 0 1px;
    position: relative;
    padding-right: 34px;
    cursor: pointer;
}

.nosotros .pager .anios .anio.active h2 {
    font-weight: bold;
}

.nosotros .pager .anios .anio.active .barra {
    display: block;
}

.nosotros .pager .anios .anio h2 {
    display: inline-block;
    width: auto;
    font-size: 2vw;
    font-weight: 300;
}

.nosotros .pager .anios .anio p {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    margin-top: -10px;
    font-weight: 700;
    font-size: 2vw;
    line-height: 0px;
}

.nosotros .pager .anios .anio .barra {
    width: 4px;
    height: 19px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 35%;
    display: none;
}

.nosotros .pager .anios .anio:last-child p {
    display: none;
}

.nosotros .equipo {
    display: inline-block;
    width: 70%;
    text-align: center;
}

.nosotros .equipo .p {
    display: inline-block;
    width: 80%;
    margin: 40px 0;
}

.nosotros .equipo .us_p{
    display: inline-block;
    width: 80%;
    margin: 0 0 20px 0;

}

.nosotros .equipo .us_p p, .nosotros .equipo .us_p p span{
    text-align: justify;
}

.nosotros .equipo .p p {
    text-align: center;
    color: #989999;
}

.nosotros .equipo img {
    width: 42%;
    margin: 3%;
    display: inline-block;
}

.nosotros .equipo img.poli {
    width: 65%;
}

.nosotros .equipo img.us {
    width: 60%;
    height: 300px;
    margin: 3% 0;
}

.nosotros .equipo .sup {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: left;
    text-align: left;
}

.nosotros .equipo .sup.inf {
    width: calc(100% - 2px);
    border: 1px solid #ccc;
    padding-bottom: 30px;
}

.nosotros .equipo .sup .tipo {
    width: 19%;
    margin-right: 4%;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
}

.nosotros .equipo .sup .tipo.active {
    background-color: #402f73;
    border: none;
}

.nosotros .equipo .sup .tipo img {
    display: inline-block;
    width: 30%;
    margin: 20%;
}

.nosotros .equipo .sup .cont {
    display: inline-block;
    width: 100%;
}

.nosotros .equipo .sup .cont h2 {
    color: #002e81;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2vw;
    margin-top: 90px;
}

.nosotros .equipo .sup .cont p {
    display: inline-block;
    color: #989999;
    width: 80%;
    text-align: left;
}

.nosotros .equipo .linea {
    width: 100%;
    display: inline-block;
}

.nosotros .equipo .linea img {
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: top;
}

.ali {
    width: 60%;
    display: inline-block;
}

.ali p {
    color: #989999;
}

.cont_ali {
    width: 80%;
    display: inline-block;
}

.ali_inner {
    display: grid;
    margin-top: 75px;
    margin-bottom: 75px;
    grid-template-columns: 30% 70%;
    gap: 20px;
}

.ali_inner .cont_img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    padding: 10px;
}

.ali_inner .cont_img img {
    display: inline-block;
    text-align: center;
    width: auto;
    max-width: 100%;
    height: auto;
}

.ali_inner .desc h1{
    color: #002e81;
    text-align: center;
    font-size: 22px;
}
.ali_inner .desc span{
    width: 100%;
    display: block;
    text-align: right;
}
.ali_inner .desc {
    display: inline-block;

}

.ali_inner .desc * {
    color: black;
}

.ali_inner p {
    color: #989999;
    text-align: left;
    text-align: justify;
}

.ali_inner p:first-child {
    margin-top: 0;
}

.productos .tit_prods {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
    background-color: #002e81;
}

.productos .tit_prods h1 {
    color: white;
    font-weight: 300;
    font-size: 2.5vw;
    text-transform: uppercase;
    margin: 30px 0;
}

.productos .tit_prods .sup_cat {
    display: inline-block;
    float: left;
    margin-top: 44px;
    width: 20%;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.productos .tit_prods .sup_cat:hover ul {
    display: inline-block;
}

.productos .tit_prods .sup_cat .fa {
    font-size: 2vw;
}

.productos .tit_prods .sup_cat h2 {
    margin: 0;
    font-size: 1vw;
    font-weight: 600;
}

.productos .tit_prods .sup_cat ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #002e81;
    z-index: 1;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.productos .tit_prods .sup_cat ul li {
    width: 80%;
    display: inline-block;
    padding: 15px 0;
    text-align: left;
    padding-left: 20%;
    border-bottom: solid 1px #0086cc;
}

.productos .tit_prods .sup_cat ul li.active, .productos .tit_prods .sup_cat ul li:hover {
    opacity: 0.7;
    background-color: rgba(0, 46, 129, 0.7);
}

.productos .tit_prods .sup_cat ul li.active a, .productos .tit_prods .sup_cat ul li:hover a {
    color: #0086cc;
    font-weight: bold;
}

.productos .tit_prods .sup_cat ul li a {
    width: 100%;
    color: white;
    display: inline-block;
    text-decoration: none;
    color: #989999;
}

.productos .cont_prod {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.productos .cont_prod .filtros {
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
}

.productos .cont_prod .filtros .in_filt {
    display: inline-block;
    width: 60%;
    text-align: center;
}

.productos .cont_prod .filtros .in_filt.act {
    width: 90%;
}

.productos .cont_prod .filtros .in_filt.act select {
    width: 28%;
}

.productos .cont_prod .filtros .in_filt select {
    display: inline-block;
    width: 40%;
    padding: 8px 0;
    color: #989999;
    font-size: 1.1vw;
    font-style: italic;
    margin: 2.5%;
    padding-left: 15px;
}

.productos .cont_prod .filtros .in_filt select option {
    text-align: center;
}

.productos .cont_prod p {
    margin: 40px 0;
    display: inline-block;
    text-align: justify;
    /*color: #989999;*/
    color: black;
}

.productos .migas {
    display: inline-block;
    width: 100%;
}

.productos .migas ul {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
    text-align: left;
}

.productos .migas ul li {
    display: inline-block;
    text-align: left;
}

.productos .migas ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #989999;
    text-decoration: none;
}

.productos .migas ul li a.active {
    color: #0086cc;
    font-weight: bold;
}

.productos .tit_cats {
    margin-top: 30px;
}

.productos .cats_prod {
    margin-top: 60px;
}

.productos .cat {
    display: inline-block;
    width: 22%;
    margin-bottom: 50px;
    position: relative;
    margin: 0 5%;
    vertical-align: top;
}

.productos .cat.func {
    width: 43%;
    margin: 0 3% 30px;
    background-color: #0086cc;
}

.productos .cat.func h2 {
    color: white;
}

.productos .cat.prod {
    width: 18%;
    margin: 0 3% 30px;
}

.productos .cat a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productos .cat img {
    display: inline-block;
}

.productos .cat img:first-child {
    border-bottom: none;
    width: 100%;
    vertical-align: bottom;
}

.productos .cat img:nth-child(2) {
    width: 100%;
    margin: 0;
    vertical-align: top;
}

.productos .cat.active img:first-child {
    width: calc(100% - 8px);
    border: 4px solid #002e81;
}

.productos .cat h2 {
    width: 100%;
    text-align: center;
    color: #0086cc;
    text-transform: uppercase;
    margin: 15px 0 20px;
    font-size: 16px;
}

.productos .cat p {
    color: #989999;
    text-align: justify;
    width: 100%;
}

.productos table {
    color: black;
    text-align: center;
    border: none;
    margin-bottom: 30px;
}

.productos table thead tr th {
    font-weight: 100;
    text-align: center;
    font-size: 1.7vw;
    border-top: none !important;
}

.productos table thead tr th span {
    visibility: hidden;
}

.productos table tbody tr td {
    border-bottom: none !important;
}

.productos table th, .productos table td {
    padding: 30px !important;
    border: 2px solid #0086cc !important;
}

.productos table th:first-child, .productos table td:first-child {
    border-left: none !important;
}

.productos table th:first-child a, .productos table td:first-child a {
    color: white;
    background-color: #0086cc;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 9px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.productos table th:first-child h2, .productos table td:first-child h2 {
    font-size: 21px;
}

.productos table th:last-child, .productos table td:last-child {
    border-right: none !important;
}

.productos table th h2, .productos table td h2 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 100;
    margin-bottom: 20px;
}

.productos table th h2 .fa, .productos table td h2 .fa {
    display: inline-block;
    color: #0086cc;
    font-size: 1vw;
    vertical-align: middle;
    margin-right: 7px;
}

.productos table th h4, .productos table td h4 {
    text-align: left;
}

.productos table th ul li, .productos table td ul li {
    text-align: left;
}

.productos table td {
    position: relative;
}

.productos table td:first-child {
    text-align: left;
}

.productos table td:nth-child(2), .productos table td:nth-child(3) {
    vertical-align: middle;
}

.productos table td h3 {
    color: white;
    background-color: #0086cc;
    padding: 5px 15px;
    display: inline-block;
    width: 60%;
    font-weight: bold;
    font-size: 0.6vw;
    position: absolute;
    right: -29%;
    top: 23px;
    z-index: 1;
}

.productos table td .icon {
    display: inline-block;
    position: absolute;
    right: -32px;
    top: 0;
}

.productos table td p {
    font-size: 16px;
    margin-top: 10px;
}

.contacto .cont_ali {
    margin-top: 50px;
}

.contacto .cont_ali p {
    width: 59%;
    color: #989999;
    font-size: 1.0vw;
    display: inline-block;
    text-align: center;
}

.contacto .cont_ali .half {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.contacto .cont_ali .half:first-child {
    margin-right: 10%;
}

.contacto .cont_ali .half #map {
    display: inline-block;
    width: 100%;
    height: 400px;
}

.contacto .cont_ali .half .ofi {
    display: inline-block;
    width: 100%;
    padding: 15px 20px 7px;
    margin-bottom: 15px;
}

.contacto .cont_ali .half .ofi.active {
    border: solid 1px #bbc9d4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.contacto .cont_ali .half .ofi.active .info {
    display: inline-block;
}

.contacto .cont_ali .half .ofi h2 {
    text-transform: uppercase;
    color: #002e81;
    width: 100%;
    text-align: left;
    margin-top: 0;
}

.contacto .cont_ali .half .ofi p {
    margin: 0 0 15px;
    color: #989999;
    font-size: 0.8vw;
    width: 100%;
    text-align: justify;
}

.contacto .cont_ali .half .ofi a {
    display: inline-block;
    float: right;
    color: white;
    background-color: #002e81;
    padding: 7px 30px;
    font-weight: 400;
}

.contacto .cont_ali .half .ofi .info {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 0.9vw;
    display: none;
}

.contacto .cont_ali .half .ofi .info .left {
    float: left;
    color: #002e81;
}

.contacto .cont_ali .half .ofi .info .right {
    float: right;
    color: #002e81;
}

.contacto .cont_form {
    display: inline-block;
    width: 100%;
}

.contacto .cont_form form {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.contacto .cont_form .img {
    display: inline-block;
    width: 59%;
}

.contacto .cont_form .img img {
    display: inline-block;
    width: 100%;
}

.contacto .cont_form .form {
    width: 30%;
    margin-left: 10%;
    display: inline-block;
}

.contacto .cont_form .form .form-group {
    font-family: 'Open Sans';
    font-weight: 100;
}

.contacto .cont_form .form .form-group textarea {
    height: 140px !important;
}

.contacto .cont_form .form .form-group label {
    color: #0086cc;
    text-align: left;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 1.0vw;
    margin: 22px 0 15px;
}

.contacto .cont_form .form .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #979898;
    height: 41px;
}

.contacto .cont_form .form .form-group .btn {
    background-color: #0086cc;
    color: white;
    text-transform: uppercase;
    font-size: 1.1vw;
    border-radius: 0;
    padding: 7px 45px;
    margin-top: 30px;
}

.contacto_btn{
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.contacto_btn .whatsapp-ico{
    color: white;
    text-transform: uppercase;
    display: block;
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
        margin-top: 48px;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        /*text-align:left;*/
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

.remodalCatalogoProducto {
    max-width: 60%;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 32px -6px #0085cc;
    -moz-box-shadow: 0px 0px 32px -6px #0085cc;
    box-shadow: 0px 0px 32px -6px #0085cc;
}

.remodalCatalogoProducto .remodal-close {
    left: inherit;
    right: 0;
}

.remodalCatalogoProducto .c1, .remodalCatalogoProducto .c2 {
    float: left;
}

.remodalCatalogoProducto .c1 {
    width: 40%;
}

.remodalCatalogoProducto .c1 img {
    width: 100%;
    display: inline-block;
}

.remodalCatalogoProducto .c2 {
    width: 60%;
}

.remodalCatalogoProducto .c2 h4, .remodalCatalogoProducto .c2 p, .remodalCatalogoProducto .c2 a {
    margin-top: 3%;
    display: inline-block;
}

.remodalCatalogoProducto .c2 h4 {
    font-size: 3.38vw;
    color: #402f73;
}

.remodalCatalogoProducto .c2 p {
    font-size: 1.6vw;
    font-weight: bold;
    color: #0086cc;
}

.remodalCatalogoProducto .c2 p span {
    font-weight: normal;
}

.remodalCatalogoProducto .c2 a {
    background-color: #402f73;
    color: white;
    padding: 10px 25px;
    font-size: 1.5vw;
    cursor: pointer;
    margin-top: 22px;
    display: none;
}

.remodalCatalogoProducto .c2 form input[type="email"] {
    background-color: transparent;
    color: #989999;
    padding: 10px 25px;
    font-size: 0.8vw;
    border: 1px solid #0086cc;
    margin-bottom: 15px;
}

.remodalCatalogoProducto .c2 form input[type="submit"] {
    background-color: #402f73;
    color: white;
    padding: 10px 18px;
    font-size: 1.1vw;
    cursor: pointer;
}

.remodalCatalogoProducto .c2 form p {
    text-align: center;
    color: #402f73;
    font-size: 0.8vw;
    margin: 0;
    width: 100%;
}

.remodalCatalogoProducto .c2 form p#news_email_error_in {
    display: none;
}

.w_busc {
    padding-top: 50px;
    width: 100%;
    display: inline-block;
    background-color: #402f73;
}

.w_busc h2 {
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 1.9vw;
}

.w_busc h3 {
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 1.4vw;
    display: none;
}

.w_busc p {
    font-weight: 100;
    font-size: 1.0vw;
    width: 700px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 45px;
}

.w_busc form {
    display: inline-block;
    text-align: center;
    width: 800px;
    max-width: 100%;
    margin-bottom: 35px;
}

.w_busc form input[type="text"] {
    display: inline-block;
    text-align: center;
    border: 1px solid #0086cc;
    background: transparent;
    width: 70%;
    float: left;
    height: 35px;
}

.w_busc form button {
    width: 29%;
    display: inline-block;
    text-align: center;
    background: #0086cc;
    border: 1px solid #0086cc;
    float: left;
    height: 35px;
    font-weight: 600;
    font-size: 1.1vw;
}

.w_busc .filtros {
    width: 600px;
    max-width: 100%;
    display: inline-block;
    display: none;
    text-align: center;
    margin-bottom: 70px;
}

.w_busc .filtros .filtro {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.w_busc .filtros .filtro select {
    background-color: transparent;
    border: solid 1px #0086cc;
    text-align: center;
}

.w_busc .filtros .filtro select option {
    background-color: transparent;
    color: #402f73;
    text-align: center;
}

.remodal-overlay {
    background-color: transparent;
}

/* colors */
/* end colors*/
@media (min-width: 45em) {
    .fix {
        background-color: red;
    }
}

@media (max-width: 91em) {
    .fix {
        background-color: greenyellow;
    }

    .news_l .cont h3 {
        font-size: 3.5vw;
    }

    .news_l .cont form input[type='text'] {
        width: 70%;
    }

    .news_l .cont form input[type='submit'] {
        font-size: 0.6vw;
    }

    footer .inner .cont {
        width: 30%;
    }

    .productos table td h2 {
        font-size: 1.7vw;
    }
}

@media (max-width: 70em) {
    .fix {
        background-color: yellow;
    }

    .cats .cat {
        width: 47%;
    }

    .cats .cat .cont h3 {
        font-size: 1.3vw;
    }

    .productos table td p {
        font-size: 1.0vw;
    }

    .productos table td .icon {
        width: 40px;
        right: -22px;
    }

    .productos table td h3 {
        top: 9px;
    }
}

@media (max-width: 64em) {
    .fix {
        background-color: magenta;
    }

    .productos table th, .productos table td {
        padding: 20px 7px !important;
    }

    .toggle-button {
        display: block;
    }

    .slideout-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 256px;
        min-height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 0;
        display: none;
    }

    .slideout-menu-left {
        left: 0;
    }

    .slideout-menu-right {
        right: 0;
    }

    .slideout-panel {
        position: relative;
        z-index: 1;
        will-change: transform;
        background-color: #FFF;
        /* A background-color is required */
        min-height: 100vh;
    }

    .slideout-open,
    .slideout-open body,
    .slideout-open .slideout-panel {
        overflow: hidden;
    }

    .slideout-open .slideout-menu {
        display: block;
    }

    .nots .not {
        width: 100%;
        margin-bottom: 50px;
    }

    .nots .not:nth-child(2) {
        width: 100%;
    }

    .nots .not:nth-child(2) .desc {
        background-color: #402f73;
    }

    .nots .not:nth-child(2) .desc img {
        width: 14%;
    }

    .news_l .cont h3 {
        font-size: 3.5vw;
    }

    .news_l .cont form input[type='text'] {
        width: 100%;
    }

    .news_l .cont form input[type='submit'] {
        font-size: 1.5vw;
        width: 70%;
    }

    .nosotros .historia .cont {
        width: 60%;
    }

    .nosotros .historia .cont:nth-child(3) h2 {
        text-align: center;
    }

    .ali {
        width: 90%;
    }

    .ali_inner img {
        width: auto;
        margin-right: 0;
    }

    .ali_inner .desc {
        margin-top: 30px;
        width: 90%;
    }

    .ali_inner .desc p {
        text-align: center;
    }

    .remodalCatalogoProducto {
        width: 90%;
        max-width: 90%;
    }

    .remodalCatalogoProducto .c2 p {
        font-size: 2.6vw;
    }

    .remodalCatalogoProducto .c2 a {
        font-size: 2.5vw;
    }

    .contacto .cont_ali p {
        font-size: 2vw;
        width: 70%;
    }

    .contacto .cont_ali .half .ofi p {
        font-size: 1.3vw;
    }

    .contacto .cont_ali .half .ofi .info {
        font-size: 1.3vw;
    }

    .contacto .cont_form .form .form-group label {
        margin: 10px 0 5px;
        font-size: 1.7vw;
    }
}

@media (max-width: 50em) {
    .fix {
        background-color: black;
    }

    .nosotros .banner .item .content {
        width: 70%;
    }

    .nosotros .pager .anios .anio .barra {
        height: 13px;
        left: 23%;
    }

    .nosotros .equipo {
        width: 90%;
    }

    .nosotros .equipo img {
        width: 80%;
    }

    .nosotros .equipo .sup .cont h2 {
        margin-top: 29px;
        font-size: 3.5vw;
    }

    .productos .cats_prod {
        margin-top: 10px;
    }

    .productos .cats_prod .filtros {
        margin-bottom: 10px;
    }

    .productos .cats_prod .filtros .in_filt.act select {
        width: 60%;
        font-size: 2.2vw;
    }

    .productos table td:first-child, .productos table th:first-child {
        border-left: 2px solid #0086cc !important;
    }

    .productos table td:first-child a, .productos table th:first-child a {
        font-size: 16px;
    }

    .productos table td:last-child, .productos table th:last-child {
        border-right: 2px solid #0086cc !important;
    }

    .productos table td .icon {
        display: none;
    }

    .productos table td h3 {
        display: none;
    }

    .productos table td h2 {
        font-size: 4vw;
    }

    .productos table td p {
        font-size: 16px;
    }

    .productos table td:last-child {
        text-align: center;
    }

    .contacto .cont_ali p {
        font-size: 3vw;
        width: 100%;
    }

    .contacto .cont_ali .half {
        width: 80%;
    }

    .contacto .cont_ali .half:first-child {
        margin: 0;
    }

    .contacto .cont_ali .half .ofi p {
        font-size: 2.5vw;
    }

    .contacto .cont_ali .half #map {
        margin-bottom: 40px;
    }

    .contacto .cont_form .img {
        display: none;
    }

    .contacto .cont_form .form {
        width: 100%;
        margin: 0;
    }

    .contacto .cont_form .form .form-group label {
        font-size: 2.5vw;
    }

    .contacto .cont_form .form .form-group .btn {
        font-size: 2.5vw;
    }
}

@media (max-width: 45em) {
    .fix {
        background-color: #985f0d;
    }

    .tit_h {
        width: 90%;
    }

    .tit_h.tit_not {
        width: 90%;
    }

    .prods_home .prod .desc {
        margin-top: 25px;
    }

    .prods_home .prod .desc h2 {
        font-size: 3vw;
    }

    .prods_home .prod img, .prods_home .prod .desc {
        width: 100%;
    }

    .cats .cat {
        width: 100%;
    }

    .cats .cat .cont h3 {
        font-size: 4vw;
    }

    .tit_h h2 {
        font-size: 5vw;
    }

    .news_l .cont {
        width: 80%;
    }

    .news_l .cont h3 {
        font-size: 6vw;
    }

    .news_l .cont form input[type='text'] {
        width: 100%;
    }

    .news_l .cont form input[type='submit'] {
        font-size: 4vw;
        width: 101%;
    }

    footer .inner .cont {
        width: 80%;
    }

    footer .inner .cont:nth-child(1) img, footer .inner .cont:nth-child(3) img {
        float: none;
    }

    footer .inner .cont:nth-child(3) {
        margin-top: 50px;
    }

    .nosotros .banner .item .content {
        width: 90%;
    }

    .nosotros .historia .cont {
        width: 90%;
    }

    .nosotros .historia .cont:nth-child(1) h2 {
        padding: 5px 24px;
    }

    .nosotros .historia .cont:nth-child(3) p {
        font-size: 4vw;
    }

    .nosotros .pager .anios .anio {
        padding-right: 0;
        margin: 0 2%;
    }

    .nosotros .pager .anios .anio h2 {
        font-size: 4vw;
    }

    .nosotros .pager .anios .anio .barra {
        left: 43%;
    }

    .nosotros .pager .anios .anio p {
        display: none;
    }

    .nosotros .equipo {
        width: 97%;
    }

    .nosotros .equipo .p {
        font-size: 4vw;
        width: 99%;
    }

    .nosotros .equipo .sup {
        width: 100%;
    }

    .nosotros .equipo .sup .cont h2 {
        font-size: 9vw;
    }

    .nosotros .equipo .sup .cont p {
        font-size: 4vw;
        width: 90%;
    }

    .productos .migas ul li a {
        width: 100%;
    }

    .productos .cats_prod {
        margin-top: 10px;
    }

    .productos .cats_prod .filtros {
        margin-bottom: 10px;
    }

    .productos .cats_prod .filtros .in_filt.act select {
        width: 90%;
        font-size: 3.2vw;
    }

    .productos table td:first-child, .productos table th:first-child {
        border-left: 2px solid #0086cc !important;
    }

    .productos table td:first-child a, .productos table th:first-child a {
        font-size: 16px;
    }

    .productos table td:last-child, .productos table th:last-child {
        border-right: 2px solid #0086cc !important;
    }

    .productos table td .icon {
        display: none;
    }

    .productos table td h3 {
        display: none;
    }

    .productos table td h2 {
        font-size: 4vw;
    }

    .productos table td p {
        font-size: 16px;
    }

    .productos table td:last-child {
        text-align: center;
    }

    .remodalCatalogoProducto .c1 {
        display: none;
    }

    .remodalCatalogoProducto .c2 {
        width: 100%;
    }

    .remodalCatalogoProducto .c2 h4 {
        font-size: 5.38vw;
    }

    .remodalCatalogoProducto .c2 p {
        font-size: 3.6vw;
    }

    .remodalCatalogoProducto .c2 a {
        font-size: 3.5vw;
    }

    .contacto .cont_ali p {
        font-size: 3.5vw;
    }

    .contacto .cont_ali .half {
        width: 100%;
    }

    .contacto .cont_ali .half .ofi p {
        font-size: 3.5vw;
    }

    .contacto .cont_ali .half .ofi .info {
        font-size: 3.5vw;
    }

    .contacto .cont_ali .half #map {
        margin-bottom: 40px;
    }

    .contacto .cont_form .img {
        display: none;
    }

    .contacto .cont_form .form .form-group label {
        font-size: 4.5vw;
    }

    .contacto .cont_form .form .form-group .btn {
        font-size: 4.5vw;
    }
}
