html,
body {}

body {
    background: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 140%
}

ul#idmenucola li.clabretesi ul#idcl-fima-menu-dos li a:hover {
    color: #000000!important;
    font-weight: lighter;
    background: #f79700eb!important;
}

ul#idmenucola li.cl-abre-is ul#idcl-dc-6p li a:hover {
    color: #000000!important;
    font-weight: lighter;
    background: #f79700eb!important;
}

ul#idmenucola li.cl-abre-is ul#idcl-dc-6p li a:hover span {
    color: #ffffff!important;
}

ul#idmenucola li.abte-dosa ul.cl-dc-6p li a:hover {
    color: #000000!important;
    font-weight: lighter;
    background: #f79700eb!important;
}

ul#idmenucola li.abte-dosa ul.cl-dc-6p li a:hover span {
    color: #ffffff!important;
}

ul#idmenucola li#idcatinise a:hover {
    color: #ffffff!important;
    font-weight: lighter;
}

a#scrollUp {
    bottom: 0;
    right: 0px;
    color: #fff;
    background: orange;
    -webkit-animation: bounce 8s ease infinite;
    animation: bounce 8s ease infinite
}

nav.navbar-fixed-top {
    background: #007cff;
}

.less_bg_blanco {
    background: white
}

.cl-fima-menu {
    margin: 6px;
    padding: 7px;
    width: auto;
    background: #007cff;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

a {
    color: #4C95F1;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

a:hover,
a:focus {
    color: #888;
    text-decoration: none
}

strong {
    font-weight: bold
}

.espacio {
    padding: 30px 0!important
}

#id_btb_bus_por_pais {
    font-size: 130%
}

#id_btb_bus_por_provincia {
    font-size: 130%
}

#id_btb_bus_por_localidad {
    font-size: 130%
}

#id_btb_bus_por_oper {
    font-size: 130%
}

h1,
h2 {
    line-height: 40px
}

h3,
h4 {
    line-height: 20px
}

.less_color_oficial {
    background-color: #f1d54c;
    color: white
}

::-moz-selection {
    background: #f1d54c;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #f1d54c;
    color: #fff;
    text-shadow: none
}

.color_base {
    color: #f1d54c
}

.slider-2-container {
    padding: 180px 0
}

.slider-2-text {
    padding: 30px 0 43px 0;
    background: #1d1d1d;
    background: rgba(0, 0, 0, .7);
    color: #fff
}

.slider-2-text h1 {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Lato', sans-serif, cursive;
    font-size: 30px;
    color: #fff;
    font-weight: bold
}

.slider-2-text p {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-style: italic
}

.presentation-container {
    margin-top: 30px
}

.presentation-container h1 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    color: #5d5d5d;
    font-weight: bold
}

.presentation-container p {
    font-size: 18px;
    font-style: italic
}

.services-container {
    margin-top: 10px
}

.services-title {
    margin-top: 40px;
    background: url(../img/line.png) left center repeat-x
}

.services-title h2 {
    width: 200px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lato', sans-serif, cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold
}

.service {
    margin-top: 40px;
    padding: 15px 15px 20px 15px;
    background: #f8f8f8;
    border-right: 2px solid #b55858;
    border-bottom: 2px solid #b55858;
    border-left: 2px solid #b55858;
    border-top: 2px solid #b55858
}

.service:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05), 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.service .service-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d
}

.service .service-icon i {
    vertical-align: middle
}

.service h3 {
    margin-top: 13px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.service p {
    padding-bottom: 7px;
    line-height: 24px
}

.work-container {
    margin-top: 50px
}

.work-title {
    background: url(../img/line.png) left center repeat-x
}

.work-title h2 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lato', sans-serif, cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold
}

.work {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #4C95F1
}

.work:hover img {
    opacity: 0.3;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.work:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05), 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.work .work-bottom {
    margin-top: 15px
}

.work h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.work p {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic
}

.testimonials-container {
    margin-top: 50px;
    padding-bottom: 70px
}

.testimonials-title {
    background: url(../img/line.png) left center repeat-x
}

.testimonials-title h2 {
    width: 180px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lato', sans-serif, cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold
}

.testimonial-list {
    margin-top: 30px;
    text-align: left
}

.testimonial-list .tab-pane {
    overflow: hidden
}

.testimonial-list .testimonial-image {
    float: left;
    width: 10%;
    margin: 10px 0 0 0
}

.testimonial-list .testimonial-image img {
    max-width: 64px;
    border: 3px solid #eaeaea
}

.testimonial-list .testimonial-text {
    float: left;
    width: 90%;
    font-size: 14px;
    line-height: 30px;
    font-style: italic
}

.testimonial-list .nav-tabs {
    border: 0;
    text-align: right
}

.testimonial-list .nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

.testimonial-list .nav-tabs li a {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #eaeaea;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.testimonial-list .nav-tabs li a:hover {
    border: 0;
    background: #ddd
}

.testimonial-list .nav-tabs li.active a {
    background: #4C95F1
}

.footer-box {
    margin-top: 20px;
    text-align: left
}

.footer-box h4 {
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.footer-box-text p {
    line-height: 24px
}

.footer-box-text-contact i {
    padding-right: 7px
}

.footer-box-text-subscribe form {
    padding-bottom: 10px
}

.footer-box-text-subscribe input[type="text"] {
    width: 95%;
    height: 26px
}

.flickr-feed {
    margin: 16px 0 0 0
}

.flickr-feed a {
    display: inline-block;
    width: 54px;
    margin: 0 4px 4px 0
}

.flickr-feed a:hover {
    opacity: 1.5
}

.flickr-feed a img {
    border: 2px solid #eaeaea
}

.footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd
}

.footer-copyright {
    margin-top: 15px;
    text-align: left
}

.footer-social {
    margin-top: 5px;
    text-align: right
}

.footer-social a {
    margin: 0 0 0 10px;
    font-size: 26px;
    color: #888
}

.footer-social a:hover,
.footer-social a:focus {
    color: #4C95F1
}

.page-title-container {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    text-align: left;
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset, 0 -5px 15px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset, 0 -5px 15px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset, 0 -5px 15px 0 rgba(0, 0, 0, .05) inset
}

.page-title-container h1 {
    display: inline;
    margin-left: 10px;
    font-family: 'Lato', sans-serif, cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle
}

.page-title-container p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle
}

.page-title-container i {
    font-size: 46px;
    color: #ccc;
    vertical-align: middle
}

.about-us-container {
    margin-top: 20px
}

.about-us-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left
}

.about-us-text h3 {
    margin-top: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.about-us-text p {
    line-height: 28px;
    font-size: 13px
}

.team-container {
    margin-top: 30px
}

.team-title {
    background: url(../img/line.png) left center repeat-x
}

.team-title h2 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lato', sans-serif, cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold
}

.team-box {
    margin-top: 40px;
    border-top: .1px solid #d2d3d4;
    border-right: .1px solid #d2d3d4;
    border-bottom: .1px solid #d2d3d4;
    border-left: .1px solid #d2d3d4;
    margin-top: 20px;
    padding-bottom: 15px
}

.team-box:hover {
    border: none;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.16), 3px 3px 3px 3px rgba(0, 0, 0, 0.08);
    outline: none;
    border-top: .1px solid #d2d3d4;
    border-right: .1px solid #d2d3d4;
    border-bottom: .1px solid #d2d3d4;
    border-left: .1px solid #d2d3d4;
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1)
}

.team-box h3 {
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.team-box p {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px
}

.team-social a {
    margin: 0 5px;
    font-size: 26px
}

.contact-us-container {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left
}

.contact-us-container h3 {
    margin-top: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.contact-us-container p {
    line-height: 28px;
    font-size: 13px
}

.contact-form {
    padding-top: 25px;
    padding-bottom: 30px
}

.contact-form form {
    margin-top: 25px
}

.contact-form form .form-group {
    margin-bottom: 20px
}

.contact-form input[type="text"] {
    width: 95%;
    height: 34px
}

.contact-form textarea {
    width: 95%;
    height: 170px;
    padding-top: 6px;
    padding-bottom: 6px
}

.contact-form label {
    font-size: 13px;
    font-weight: 400
}

.contact-form label .error-label {
    font-style: italic
}

.contact-form button {
    margin-top: 5px;
    padding: 0 45px
}

.contact-address {
    padding-bottom: 15px
}

.contact-address .map {
    margin: 20px 0 40px 0;
    height: 300px;
    border: 5px solid #f8f8f8
}

.services-full-width-text {
    padding-top: 10px;
    text-align: left
}

.services-full-width-text h3 {
    margin-top: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.services-full-width-text p {
    line-height: 28px;
    font-size: 13px
}

.services-half-width-container {
    margin-top: 20px
}

.services-half-width-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left
}

.services-half-width-text h3 {
    margin-top: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.services-half-width-text p {
    line-height: 28px;
    font-size: 13px
}

.call-to-action-container {
    margin-top: 20px;
    padding-bottom: 50px
}

.call-to-action-text {
    padding-top: 25px;
    padding-bottom: 15px;
    background: #f8f8f8;
    text-align: left;
    overflow: hidden
}

.call-to-action-text:hover {
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05), 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05), 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05), 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.call-to-action-text p {
    float: left;
    width: 80%;
    padding-left: 25px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic
}

.call-to-action-text .call-to-action-button {
    float: left;
    width: 20%;
    padding-right: 25px;
    margin-bottom: 10px;
    text-align: right
}

.pricing-1-container {
    margin-top: 47px
}

.pricing-1-title {
    background: url(../img/line.png) left center repeat-x
}

.pricing-1-title h2 {
    width: 160px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lato', sans-serif, cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold
}

.pricing-1-box {
    padding-top: 27px;
    padding-bottom: 20px
}

.pricing-1-box-inner {
    background: #f8f8f8
}

.pricing-1-box-inner:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05), 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.pricing-1-box-price {
    padding: 20px 0 7px 0;
    background: #eee;
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    color: #5d5d5d;
    line-height: 54px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.pricing-1-box-best .pricing-1-box-price {
    color: #fff;
    text-shadow: none;
    border-radius: 10px
}

.pricing-1-box-price span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888;
    line-height: 30px;
    font-style: italic;
    text-shadow: none
}

.pricing-1-box-best .pricing-1-box-price span {
    color: #fff
}

.pricing-1-box h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    background: #eee;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.pricing-1-box.pricing-1-box-best h3 {
    background: #4C95F1;
    color: #fff;
    text-shadow: none
}

.pricing-1-box-features ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pricing-1-box-features li {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 18px
}

.pricing-1-box-sign-up {
    padding: 25px 0
}

.pricing-2-container {
    margin-top: 30px;
    padding-bottom: 40px
}

._cl_btn_dale_ind {
    cursor: pointer
}

._cl_mouse_arriba_blanco:hover {
    color: #4C95F1 !important
}

._cl_el_manito {
    cursor: pointer
}

.cl-manito {
    cursor: pointer
}

.tope {
    position: fixed;
    z-index: 2147483647
}

.abrir-categoria-mas {
    visibility: visible;
    display: block;
    padding-bottom: 5%
}

.cerrar-categoria-menos {
    visibility: hidden;
    display: none;
    padding-bottom: 5%
}

.cat-cinco-esp {
    padding-bottom: 5%
}

.cl-color_masopci {
    display: block;
    color: #4C95F1;
    cursor: pointer
}

.cl-si-inde-ac li.clabretesi a:hover {
    color: #007bff!important
}

li a:hover {
    background-color: #fff!important;
    color: #007bff!important;
    border-radius: 5px!important
}

ul.cl-u-tam li a:hover span {
    color: #007bff!important;
}

ul.cl-u-tam li a:hover k {
    color: #007bff!important;
}

ul.cl-u-tam li a k {
    color: white!important;
}

.dropdown-toggle {
    background-color: #007bff!important
}

#idcl-fima-menu-uno {
    background-color: #007cff;
    border-radius: 3px;
    border-bottom: 0.5px solid #007cff;
    text-align: left;
}

._cl_pie_cat {
    background-color: #ffffff!important;
}

.dropdown-menu {
    margin-top: 6px!important;
}

.cl-fima-menu {
    margin: 6px;
    padding: 7px;
    background-color: #ffffff;
    width: auto;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.cl-fi-nafmeclase {
    margin: 6px;
    padding: 7px;
    background-color: #f1f1f1;
    width: auto;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

li#identrabeli2 ul.cl-dc-6p>li>a {
    line-height: 20px;
    color: #007bff!important;
    background-color: white!important;
}

li#idlicldabre ul.cl-dc-6p>li>a {
    line-height: 20px;
    color: #007bff!important;
    background-color: white!important;
}

li#identrabeli2 ul.cl-dc-6p>li>a span {
    line-height: 20px;
    color: #007bff!important;
}

li#idlicldabre ul.cl-dc-6p>li>a span {
    line-height: 20px;
    color: #007bff!important;
}

ul#idcl-fima-menu-dos li a span {
    line-height: 20px;
    color: #007bff!important;
}

@media only screen and (max-width: 319px) and (min-width: 200px) {
    .cl-doce-tam {
        font-size: 10px;
        padding: 20px 0
    }
    .cl-doce-tam:hover {
        background-color: #ddeef9;
        color: black;
        border-radius: 5px
    }
    .cl-anchoin {
        width: 90%;
    }
    ._cl_id_cu_in_pagina_arriba {
        font-size: 8px
    }
    .cl-me-aqui-desp {
        font-size: 10px
    }
    .cl-men-lisub {
        font-size: 10px;
        font-family: 'Lato', sans-serif
    }
    ._cl_pie_cat {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    ._clcatajust {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    .cl-menu-izq-azul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #f1f1f1;
        text-align: left;
        font-size: 10px
    }
    .cl-ajusta-cantain {
        padding-top: 0%;
        width: 100%;
    }
    .cl-idq_bus-div {
        height: 35px;
        width: 100%;
        margin-top: 10px;
        border-radius: 5px;
        margin-left: 0%
    }
    .cl-u-tam {
        font-size: 130%!important
    }
    .cl-baja-det {
        margin-top: 80px
    }
    #id_cu_in_ind {
        width: 100%
    }
    #id_cu_in_ind {
        width: 100%
    }
    #id-cuerpo-prin {
        margin-top: 15%
    }
    #id-me-prin-sub {
        width: 20%
    }
    #id_cl_cuer_subcat {
        width: 65%
    }
    #id_cl_cuer_subru {
        width: 65%
    }
    footer {
        padding-top: 28px!important;
        clear: both;
        font-size: 8.2px;
        margin: 0 auto;
        padding-bottom: 10px;
        -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        position: relative;
        bottom: 5%;
        width: 100%;
        height: 56px;
        color: white
    }
    .tope {
        position: fixed;
        z-index: 2147483647
    }
    .color_base {
        color: #ffffff
    }
    ul.cl-u-tam li a {
        color: #ffffff
    }
    ul.cl-menu-izq-azul li a {
        color: #4C95F1;
        background-color: #fff
    }
    ul.cl-menu-izq-azul li a i {
        color: #4C95F1!important
    }
    .cl-altura-amar {
        height: 56px
    }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .cl-ajusta-cantain {
        padding-top: 15%;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .cl-doce-tam {
        font-size: 10px;
        padding: 20px 0
    }
    .cl-doce-tam:hover {
        background-color: #ddeef9;
        color: black;
        border-radius: 5px
    }
    .cl-anchoin {
        width: 90%;
    }
    ._cl_id_cu_in_pagina_arriba {
        font-size: 8px
    }
    .cl-me-aqui-desp {
        font-size: 10px
    }
    .cl-men-lisub {
        font-size: 10px;
        font-family: 'Lato', sans-serif
    }
    ._cl_pie_cat {
        color: #f1d54c;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    ._clcatajust {
        color: #f1d54c;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    .cl-menu-izq-azul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #f1f1f1;
        text-align: left;
        font-size: 10px
    }
    .cl-ajusta-cantain {
        padding-top: 15%;
        width: 95%;
    }
    .cl-idq_bus-div {
        height: 35px;
        width: 100%;
        margin-top: 10px;
        border-radius: 5px;
        margin-left: 0%
    }
    .cl-u-tam {
        font-size: 110%!important
    }
    .cl-baja-det {
        margin-top: 80px
    }
    #id_cu_in_ind {
        width: 100%;
        margin-top: 0px;
    }
    #id-cuerpo-prin {
        margin-top: 15%
    }
    #id-me-prin-sub {
        width: 20%
    }
    #id_cl_cuer_subcat {
        width: 65%
    }
    #id_cl_cuer_subru {
        width: 65%
    }
    footer {
        padding-top: 28px!important;
        clear: both;
        font-size: 8.2px;
        margin: 0 auto;
        padding-bottom: 10px;
        -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 56px;
        color: white
    }
    .tope {
        position: fixed;
        z-index: 2147483647
    }
    .color_base {
        color: #ffffff
    }
    ul.cl-u-tam li a {
        color: #ffffff
    }
    ul.cl-menu-izq-azul li a {
        color: #4C95F1;
        background-color: #fff
    }
    ul.cl-menu-izq-azul li a i {
        color: #4C95F1!important
    }
    .cl-altura-amar {
        height: 56px
    }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
    .cl-doce-tam {
        font-size: 12px;
        padding: 25px 0;
        cursor: pointer
    }
    .cl-doce-tam:hover {
        background-color: #ddeef9;
        color: black;
        border-radius: 5px
    }
    .cl-anchoin {
        width: 90%;
    }
    ._cl_id_cu_in_pagina_arriba {
        font-size: 10px
    }
    .cl-me-aqui-desp {
        font-size: 12px
    }
    .cl-men-lisub {
        font-size: 12px;
        font-family: 'Lato', sans-serif
    }
    ._cl_pie_cat {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    ._clcatajust {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    .cl-menu-izq-azul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #f1f1f1;
        text-align: left;
        font-size: 12px
    }
    .cl-ajusta-cantain {
        padding-top: 10%;
        width: 95%;
    }
    .cl-idq_bus-div {
        height: 35px;
        width: 25%;
        margin-top: 10px;
        border-radius: 5px;
        margin-left: -2%
    }
    .cl-u-tam {
        font-size: 90%!important
    }
    .cl-baja-det {
        margin-top: 0%
    }
    #id_cu_in_ind {
        width: 100%
    }
    #id-cuerpo-prin {
        margin-top: -2.6%
    }
    #id-me-prin-sub {
        width: 20%
    }
    #id_cl_cuer_subcat {
        width: 65%
    }
    #id_cl_cuer_subru {
        width: 65%
    }
    footer {
        padding-top: 0px!important;
        font-size: 11.5px;
        margin: 0 auto;
        padding-bottom: 10px;
        -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        position: relative;
        bottom: 0.3%;
        width: 100%;
        height: 58px;
        color: white
    }
    .tope {
        position: fixed;
        z-index: 2147483647
    }
    .color_base {
        color: #ffffff
    }
    ul.cl-u-tam li a {
        color: #ffffff
    }
    ul.cl-menu-izq-azul li a {
        color: #4C95F1;
        background-color: #fff
    }
    ul.cl-menu-izq-azul li a i {
        color: #4C95F1!important
    }
    .cl-altura-amar {
        height: 51px
    }
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
    .cl-doce-tam {
        font-size: 14px;
        padding: 30px 0;
        cursor: pointer
    }
    .cl-doce-tam:hover {
        background-color: #ddeef9;
        color: black;
        border-radius: 5px
    }
    .cl-anchoin {
        width: 90%;
    }
    ._cl_id_cu_in_pagina_arriba {
        font-size: 12px
    }
    .cl-me-aqui-desp {
        font-size: 14px
    }
    .cl-men-lisub {
        font-size: 14px;
        font-family: 'Lato', sans-serif
    }
    ._cl_pie_cat {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    ._clcatajust {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    .cl-menu-izq-azul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #f1f1f1;
        text-align: left;
        font-size: 14px
    }
    .cl-ajusta-cantain {
        padding-top: 8%;
        width: 95%;
    }
    .cl-idq_bus-div {
        height: 35px;
        width: 20%;
        margin-top: 10px;
        border-radius: 5px;
    }
    .cl-u-tam {
        font-size: 90%!important
    }
    #id_cu_in_ind {
        width: 100%
    }
    #id-cuerpo-prin {
        margin-top: -2.6%
    }
    #id-me-prin-sub {
        width: 20%
    }
    #id_cl_cuer_subcat {
        width: 65%
    }
    #id_cl_cuer_subru {
        width: 65%
    }
    footer {
        padding-top: 0px!important;
        font-size: 12.5px;
        margin: 0 auto;
        padding-bottom: 10px;
        -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        position: relative;
        bottom: 0%;
        width: 100%;
        height: 58px;
        color: white
    }
    .tope {
        position: fixed;
        z-index: 2147483647
    }
    .color_base {
        color: #ffffff
    }
    ul.cl-u-tam li a {
        color: #ffffff
    }
    ul.cl-menu-izq-azul li a {
        color: #4C95F1;
        background-color: #fff
    }
    ul.cl-menu-izq-azul li a i {
        color: #4C95F1!important
    }
    .cl-altura-amar {
        height: 54px
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1201px) {
    .cl-doce-tam {
        font-size: 14px;
        padding: 20px 4px;
        cursor: pointer
    }
    .cl-doce-tam:hover {
        background-color: #ddeef9;
        color: black;
        border-radius: 5px
    }
    .cl-anchoin {
        width: 90%;
    }
    ._cl_id_cu_in_pagina_arriba {
        font-size: 14px
    }
    .cl-me-aqui-desp {
        font-size: 16px
    }
    .cl-men-lisub {
        font-size: 14px;
        font-family: 'Lato', sans-serif
    }
    ._cl_pie_cat {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    ._clcatajust {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    .cl-menu-izq-azul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #f1f1f1;
        text-align: left;
        font-size: 14px
    }
    .cl-ajusta-cantain {
        padding-top: 6%;
        width: 95%;
    }
    .cl-idq_bus-div {
        height: 35px;
        width: 25%;
        margin-top: 14px;
        border-radius: 5px;
    }
    .cl-u-tam {
        font-size: 120%!important
    }
    .cl-baja-det {
        margin-top: 0%
    }
    #id_cu_in_ind {
        width: 100%
    }
    #id-cuerpo-prin {
        margin-top: -2.6%
    }
    #id-me-prin-sub {
        width: 20%
    }
    #id_cl_cuer_subcat {
        width: 65%
    }
    #id_cl_cuer_subru {
        width: 65%
    }
    footer {
        padding-top: 0px!important;
        font-size: 13.5px;
        margin: 0 auto;
        -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        position: relative;
        width: 100%;
        color: white
    }
    .tope {
        position: fixed;
        z-index: 2147483647
    }
    .color_base {
        color: #ffffff
    }
    ul.cl-u-tam li a {
        color: #ffffff
    }
    ul.cl-menu-izq-azul li a {
        color: #4C95F1;
        background-color: #cccccc6e
    }
    ul.cl-menu-izq-azul li a i {
        color: #4C95F1!important
    }
    .cl-altura-amar {
        height: 45px
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1601px) {
    .cl-doce-tam {
        font-size: 14px;
        padding: 40px 0;
        cursor: pointer
    }
    .cl-doce-tam:hover {
        background-color: #ddeef9;
        color: black;
        border-radius: 5px
    }
    .cl-anchoin {
        width: 80%;
    }
    ._cl_id_cu_in_pagina_arriba {
        font-size: 16px
    }
    .cl-me-aqui-desp {
        font-size: 18px
    }
    .cl-men-lisub {
        font-size: 18px;
        font-family: 'Lato', sans-serif
    }
    ._cl_pie_cat {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    ._clcatajust {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 14px
    }
    .cl-menu-izq-azul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #f1f1f1;
        text-align: left;
        font-size: 14px
    }
    .cl-ajusta-cantain {
        padding-top: 4%;
        width: 95%;
        margin-left: 5%
    }
    .cl-idq_bus-div {
        height: 35px;
        width: 25%;
        margin-top: 10px;
        border-radius: 5px;
    }
    .cl-u-tam {
        font-size: 100%!important;
        margin-left: 5%;
        margin-right: 4%
    }
    #id_cu_in_ind {
        width: 100%
    }
    #id-me-prin {
        width: 20%
    }
    #id-me-prin-sub {
        width: 20%
    }
    #id_cl_cuer_subcat {
        width: 65%
    }
    #id_cl_cuer_subru {
        width: 65%
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    footer {
        padding-top: 0px!important;
        font-size: 14px;
        margin: 0 auto;
        padding-bottom: 10px;
        -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        bottom: -10px;
        width: 100%;
        color: white
    }
    .tope {
        position: fixed;
        z-index: 2147483647
    }
    .color_base {
        color: #ffffff
    }
    ul.cl-u-tam li a {
        color: #ffffff
    }
    ul.cl-menu-izq-azul li a {
        color: #4C95F1;
        background-color: #fff
    }
    ul.cl-menu-izq-azul li a i {
        color: #4C95F1!important
    }
    .cl-altura-amar {
        height: 45px
    }
}

@media only screen and (max-width: 2560px) and (min-width: 1921px) {
    .cl-doce-tam {
        font-size: 16px;
        padding: 40px 0;
        cursor: pointer
    }
    .cl-doce-tam:hover {
        background-color: #ddeef9;
        color: black;
        border-radius: 5px
    }
    .cl-anchoin {
        width: 90%;
    }
    ._cl_id_cu_in_pagina_arriba {
        font-size: 16px;
        margin-left: 1%
    }
    .cl-me-aqui-desp {
        font-size: 18px
    }
    .cl-men-lisub {
        font-size: 18px;
        font-family: 'Lato', sans-serif
    }
    ._cl_pie_cat {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 16px
    }
    ._clcatajust {
        color: #4C95F1;
        background-color: #EEEEEE;
        border-radius: 4px;
        font-family: 'Lato', sans-serif;
        font-size: 16px
    }
    .cl-menu-izq-azul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #f1f1f1;
        text-align: left;
        font-size: 16px
    }
    .cl-ajusta-cantain {
        padding-top: 5%;
        width: 95%;
        margin-left: 5%
    }
    .cl-idq_bus-div {
        height: 35px;
        width: 25%;
        margin-top: 10px;
        border-radius: 5px
    }
    .cl-u-tam {
        font-size: 100%!important;
        margin-left: 10%;
        margin-right: 5%
    }
    .cl-baja-det {
        margin-top: -1%
    }
    #id_cu_in_ind {
        width: 100%
    }
    #id-me-prin {
        width: 20%
    }
    #id-me-prin-sub {
        width: 20%
    }
    #id-me-prin-sub-subc {
        width: 15%
    }
    #id-me-prin-sub-subr {
        width: 15%
    }
    #id-cuerpo-prin {
        width: 75%;
        margin-top: -1.6%
    }
    #id_cl_cuer_subcat {
        width: 80%
    }
    #id_cl_cuer_subru {
        width: 80%
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    footer {
        padding-top: 0px!important;
        font-size: 14.5px;
        margin: 0 auto;
        padding-bottom: 10px;
        -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
        position: relative;
        bottom: 2.7%;
        width: 100%;
        height: 58px;
        color: white
    }
    .tope {
        position: fixed;
        z-index: 2147483647
    }
    .color_base {
        color: #ffffff
    }
    ul.cl-u-tam li a {
        color: #ffffff
    }
    ul.cl-menu-izq-azul li a {
        color: #4C95F1;
        background-color: #fff
    }
    ul.cl-menu-izq-azul li a i {
        color: #4C95F1!important
    }
    .cl-altura-amar {
        height: 45px
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1500px
    }
    @media (min-width: 1920px) {
        .container {
            width: 1800px
        }
        @media (min-width:2561px) {
            #id_cu_in_ind {
                width: 150%
            }
        }
    }
}

@media (max-width: 799px) {
    #idcl-idq_bus-divuno {
        display: none;
    }
    #top-navbar-1 {
        float: left;
        width: 100%;
    }
    nav.navbar-fixed-top {
        float: left;
    }
}

@media (min-width: 800px) {
    #idcl-idq_bus-divuno {
        display: block;
        width: 20%;
        margin-top: -3px;
        float: left;
    }
    #top-navbar-1 {
        float: right;
        font-size: 1.2rem;
        margin-top: 2px;
    }
    nav.navbar-fixed-top {
        float: right;
    }
    #myInput {
        margin-left: 2%;
        border-radius: 15px;
        position: absolute;
        width: 150%!important;
        top: -3px;
    }
}

@media (min-width: 801px) {
    #idcl-idq_bus-divuno {
        display: block;
        width: 20%;
    }
}

@media screen and (min-width: 800px) and (max-width: 801px) and (orientation:portrait) {
    .cl-ajusta-cantain {
        margin-top: 1px!important;
    }
}

@media (max-width: 799px) {
    #idcaclcuadrilis {
        display: block;
    }
    #id_cu_in_ind {
        display: none;
    }
}

@media (max-width: 800px) {
    #idcl-idq_bus-divuno {
        display: none;
    }
    #idcaclcuadrilis {
        display: none;
    }
    #id_cu_in_ind {
        display: inline-block;
    }
    #idUlFiltrosNav {
        display: block!important;
    }
    #idbtngdara {
        display: block;
    }
}

@media (max-width: 1024px) {
    #idcaclcuadrilis {
        display: none;
    }
    #id_cu_in_ind {
        display: inline-block;
    }
    #idUlFiltrosNav {
        display: block!important;
    }
    .cl-gran120 {
        display: block
    }
    #idbtngdara {
        display: block;
        float: right;
        margin-top: 10px;
        right: 4px;
        margin-left: 10px;
    }
    #idcl-idq_bus-divuno {
        display: none;
    }
}

@media (min-width: 1025px) {
    #idcl-idq_bus-divuno {
        display: block;
        width: 20%;
        margin-top: -3px;
        float: left;
    }
    #idcaclcuadrilis {
        display: none!important;
    }
    #id_cu_in_ind {
        display: inline-block!important;
    }
    #idUlFiltrosNav {
        display: block!important;
    }
    #idbtngdara {
        display: none;
    }
}

@media only screen and (max-width:767px) and (min-width:1px) and (orientation:portrait) {
    a#scrollUp {
        height: 46px;
        padding: 0.90% 4vw;
    }
}

@media only screen and (max-width:767px) and (min-width:1px) and (orientation:landscape) {
    a#scrollUp {
        height: 44px;
        padding: 0.90% 4vw;
    }
}

@media only screen and (min-width:768px) and (orientation:portrait) {
    a#scrollUp {
        height: 60.5px;
        padding: 2% 2%;
    }
    .cl-u-tam {
        padding-top: 0.4%;
    }
}

@media only screen and (min-width:768px) and (orientation:landscape) {
    a#scrollUp {
        height: 52.5px;
        padding: 2% 2%;
    }
    .cl-u-tam {
        padding-top: 0.4%;
    }
}

@media only screen and (min-width:1260px) and (orientation:landscape) {
    a#scrollUp {
        height: 61.5px;
        padding: 2% 2%;
    }
    .cl-u-tam {
        padding-top: 0.4%;
    }
}

@media only screen and (max-width:1280px) and (min-width:1201px) {
    a#scrollUp {
        height: 60.5px;
        padding: 2% 2%;
    }
}

@media screen and (min-width: 1024px) and (orientation:landscape) {
    .cl-u-tam {
        background-color: #007cff;
        display: contents;
    }
}