/*AQUI COMENÇA BY RWD*/

/*BODY*/

body.site {
    border-top: none;
    padding: 0px;
    background-color: #f4f6f7;
}

.body .container {
    background-color: transparent;
    border-radius: 0px;
    padding: 20px;
    border: none;
    box-shadow: none;
}

.container.nopad {
    padding: 0px !important;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

div#top,
body {
    background: white;
}

.ancla:before {       
    display: block;       
    content: " ";      
    margin-top: -140px;       
    height: 140px;       
    visibility: hidden; 
  } 
  a.blanco.fer:hover {
    color:white;
}
.dj-offcanvas-dark .dj-offcanvas-logo {
    padding: 15px;
    text-align: center;
    background-color: white;
    margin-top: 8px;
}

/*FONTS*/

h1,
h2,
h3,
h4,
h5,
p,
a {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    min-height: 100px;
    padding-top: 50px;
}

h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    min-height: 100px;
}

h1:after,
h2:after {
    background: none repeat scroll 0 0 #00c5e8;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 65px;
}
 h1.ancla:after,
 h2.ancla:after{
    background: none repeat scroll 0 0 #00c5e8;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 65px;
    margin-bottom: 0px;
}
h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    padding: 15px 0px;
}

h5 {
    font-weight: 600;
    padding-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

p.center {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
}

p.ppeque {
    font-size: 12px;
    line-height: 15px;
}

a,
.bbread {
    color: black;
    text-decoration: none;
    background-color: transparent;
    font-size: 16px;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}



/*HEADER*/

a.brand.pull-left img {
    width: 150px;
    height: 55px;
    padding: 2px 0px;
}

.supheader {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: white;
}

header.header.container {
    padding: 0px;
    height: 60px;
    margin-bottom: 0px;
}

.header-search.pull-right {
    height: 60px;
}

.customesq {
    position: relative;
    top: 15px;
    margin-right: 40px;
}

.customidi {
    position: relative;
    left: 100px;
    top: -7px;
}

ul.breadcrumb.container {
    padding: 0px;
    margin: 0px;
}

[class^="icon-"],
[class*=" icon-"] {
    display: none;

}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f4f4f4;
    border-radius: 0px;
}

a.flag img {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: 0;
    display: inline;
    height: 25px;
    opacity: 0.8;
    width: 25px;
}

/*MENÚ*/

nav.navigation.container-fluid {
    background-color: #f4f4f4;
}

nav.navigation.container {
    padding: 0px;
}

nav.navigation.container-fluid {
    padding: 0px;
    margin: 0px;
    height: 60px;
}

nav.navigation.container-fluid .container {
    padding: 0px;
}

.dj-megamenu-default {
    background: #f4f4f4;
}


.dj-megamenu-default li a.dj-up_a {
    border-right: 1px solid white;
    border-left: white;
}

.navigation {
    padding: 0px 0;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0px;
}

nav.navigation.container {
    padding: 0px;
}

.dj-megamenu-default li a.dj-up_a {
    padding: 0 10px;
}

.dj-megamenu-default li a.dj-up_a span {
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.collapse:not(.show) {
    display: block;
}

.dj-megamenu-default li:hover a.dj-up_a span,
.dj-megamenu-default li.active a.dj-up_a span {
    color: white;
    border-left-color: #32a4e3;
    background-color: #32a4e3;
    background: #32a4e3;
}

.dj-megamenu-default li ul.dj-submenu>li>a:hover,
.dj-megamenu-default li ul.dj-submenu>li>a.active,
.dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a {
    background: #32a4e3;
    color: #fff;
}


.richsnippetsvote.container {
    display: none;
}

span.content_vote.container {
    position: relative;
    padding: 0px 0px 0px 20px;
    text-align: right;
    margin-top: -50px;
}

.content_rating.container {
    display: none;
}

.dj-megamenu-default li:hover a.dj-up_a,
.dj-megamenu-default li.hover a.dj-up_a,
.dj-megamenu-default li.active a.dj-up_a {
    color: #fff;
    border-left-color: #32a4e3;
    background: #32a4e3;

}

span.fa.fa-bars {
    font-size: 30px;
    margin-top: 13px;
    color: darkgrey;
}

.dj-megamenu-select-dark .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
.dj-megamenu-accordion-dark .dj-mobile-open-btn {
    background: transparent;
    color: black;

}

.dj-megamenu-select-dark .dj-mobile-open-btn:focus,
.dj-megamenu-select-dark:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus,
.dj-megamenu-accordion-dark .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-dark .dj-mobile-open-btn:focus {
    background: transparent;
    color: #434343;
    text-decoration: none;
}

.dj-offcanvas-dark .dj-offcanvas-close-btn {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #f8f8f8;
    cursor: pointer;
    padding: 2px 12px;
}

.dj-offcanvas-dark .dj-offcanvas-logo img {
    max-width: 50%;
}

.dj-offcanvas-top {
    position: relative;
    height: 20px;
}

a.dj-offcanvas-close-btn {
    float: left;
}

/*SECCIONES*/

section {
    padding: 60px 0px;
}

section.bgfooter {
    padding: 30px;
}

/*COLORES*/

.bgblanco {
    background-color: #fff;
}

.bggris {
    background-color: #f4f4f4;
}

.bgfooter {
    background-color: #dfdfdf;
}

.bgazul {
    background-color: #43a4e3;
}

.blanco {
    color: #fff;
}

.negro {
    color: #000000;
}

/*UTILES*/

.nopad {
    padding: 0px;
}


ul {
    display: block;
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
}

.ul2 {
    display: block;
    font-family: 'Roboto', sans-serif;
}

li {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.check li::before {
    content: "✓";

}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    margin-bottom: 30px !important;
}

.slider {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-top: 0px;
}

.imagenes {
    margin-top: 50px;
}

.imagenes img {
    margin-bottom: 30px;
}

.recapeque {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;

}

.botonenviar button.btn.btn-primary.submit-button span {
    color: #43a4e3 !important;
    padding: 8px 65px;
    text-transform: uppercase;
}

.botonenviar button.btn.btn-primary.submit-button span:hover {
    color: white !important;

    text-transform: uppercase;
}

.botonenviar .btn {
    box-shadow: none !important;
    border: 1px solid #43a4e3 !important;
    background: transparent !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.botonenviar .btn:hover {
    box-shadow: none !important;
    border: 1px solid #43a4e3 !important;
    background: #43a4e3 !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.nav-tabs.de3 .nav-item {
    margin-bottom: -1px;
    width: 33.33333%;
}

.norad .controls input,
.norad .controls select,
.chzn-container-single .chzn-single {
    border-radius: 0px !important;
}

input::placeholder,
textarea::placeholder,
.chzn-container-single .chzn-single span {
    color: black;
}

.botonn {
    margin-top: 70px;
}

.botonn a {
    text-transform: uppercase;
    background-color: #43a4e3;
    color: white;
    padding: 10px 40px;
}

button.botonenviar.btn.btn-primary.submit-button {
    background: transparent;
    color: #43a4e3;
    border: 2px solid #43a4e3;
    margin: 10px 0px;
    padding: 7px 40px;
    border-radius: 0px;
}

button.botonenviar.btn.btn-primary.submit-button a {
    color: #43a4e3;
}

ul.azulizquierda li {
    line-height: 40px;
}

ul.azulizquierda li::before {
    content: '■';
    color: #43a4e3;
    margin: 0px 30px 0px 0px;
    font-size: 25px;
}

.tarifas {
    text-align: center;
    border: 1px solid darkgrey;
    padding: 0px 0px;
}

.tarifas p {
    font-size: 12px;

}

.titulotarifa h3 {
    border-bottom: 1px solid;
    padding: 12px;
    font-size: 14px;
    background: lightgray;
    margin-bottom: 0px;
}

.titulotarifa2 h3 {
    border-bottom: 1px solid;
    padding: 12px;
    font-size: 14px;
    background: #43a4e3;
    margin-bottom: 0px;
}

.preciotarifa {
    background: whitesmoke;
    padding: 10px;
}

.tarifas .preciotarifa p {
    font-size: 14px;
    margin: 0px;
}

.tarifas .preciotarifa span {
    font-size: 25px;
    font-weight: 700;
}

.horariotarifa p,
.asistenciatarifa p,
.piezastarifa p {
    padding: 10px 10px;
    margin: 0px;
}

.horariotarifa,
.asistenciatarifa,
.piezastarifa,
.preciotarifa {
    border-bottom: 1px solid darkgrey;
}

.horariotarifa {
    min-height: 100px;
}

.asistenciatarifa {
    min-height: 130px;
}

.botonllamar {
    position: fixed;
    right: 10px;
    bottom: 100px;
    border: 1px solid #43a4e3;
    border-radius: 50%;
    padding: 9px 10px 10px 10px;
    background: #43a4e3;
    width: 45px;
    height: 45px;
    z-index: 9;
}

.botonllamar.whatsapp {
    bottom: 165px;
    background: transparent;
    border: none;
    padding: 0;
}

.botonllamar.whatsapp a {
    width: 45px;
    height: 45px;
    background-image: url(/images/whatsapp.svg);
    display: block;
}

/*FOOTER*/

.footer h3 {
    font-size: 15px;
}

.footer p,
.footer a {
    font-size: 13px;
    line-height: 5px;
    font-weight: 400;
    color: #000000;
}

p.copyfooter {
    line-height: 70px;
}

span.flecha {
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 25%;
    border: 1px solid;
    padding: 10px;
    font-size: 15px;
    background: #fff;
}

.lastfoot {
    min-height: 65px;
    padding-top: 30px;
}


/* SLIDER CUSTOM */
img.img-responsive {
    width: 100%;
}

.contenidor {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    position: relative;
    top: 115px;
}

.lletres {
    background-color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 36px;
    max-width: 630px;
    max-height: 224px;
    position: absolute;
}

h2.slidertitol {
    text-transform: uppercase;
    min-height: 50px;
}

h2.slidertitol::after {
    display: none;
}

p.slidersubtitol {
    padding-bottom: 20px;
}

a.introbutton {
    border: 1px solid;
    padding: 15px 50px;
    background-color: #32a4e3;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

a.introbutton:hover {
    border: 1px solid #32a4e3;
    padding: 15px 50px;
    background-color: white;
    color: #32a4e3;
    text-transform: uppercase;
    text-decoration: none;
}

.desk {
    display: block;
}

.mob {
    display: none;
}

.espaitop {
    margin-left: 0;
    padding-top: 65px;
}
.size-1.extravote.container {
    padding: 20px 0px 0px 20px;
}
form.fox-form.fox-form-stacked.fox-form-label-inside {
    max-width: 1140px;
    padding: 20px;
    margin: auto;
}
/*RESPONSIVE*/

@media (max-width: 1297px) {
    .nav-collapse.collapse.in {
        position: absolute;
        top: 0;
        right: 0;
    }

    .contenidor {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        position: relative;
        top: 60px;
    }

    .espaitop {
        margin-left: 0;
        padding-top: 10px;
    }

    nav.navigation.container-fluid {
        padding: 0px;
        margin: 0px;
        height: 0px;
    }

    .slider {
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin-top: 0px;
    }
}

@media (max-width: 1297px) {
    .ancla:before {       
        display: block;       
        content: " ";      
        margin-top: -75px;       
        height: 75px;       
        visibility: hidden; 
        display: none;
      } 
    .nav-collapse.in.collapse {
        overflow: visible;
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
    }

    nav.navigation.container-fluid {
        background-color: transparent;
    }

    .header-search.pull-right {
        position: absolute;
        right: 20px;
        top: 3px;
        z-index: 999999999999999999999;
    }

    section {
        padding: 30px 0px;
    }

    nav.navigation.container-fluid {
        padding: 0px;
        margin: 0px;
        height: 0px;
    }

    .slider {
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin-top: 0px;
    }

    .customesq {
        position: relative;
        top: 15px;
        margin-right: 0px;
    }

    .lletres {
        background-color: rgba(255, 255, 255, 0.8);
        text-shadow: none;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 30px 15px;
        max-width: 50%;
        max-height: 224px;
        position: absolute;
    }

    h2.slidertitol {
        text-transform: uppercase;
        min-height: 50px;
        font-size: 18px;
    }

    h2.slidertitol::after {
        display: none;
    }

    p.slidersubtitol {
        padding-bottom: 20px;
        font-size: 14px;
    }

    a.introbutton {
        border: 1px solid;
        padding: 15px 50px;
        background-color: #32a4e3;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 12px;
    }

    a.introbutton:hover {
        border: 1px solid #32a4e3;
        padding: 15px 50px;
        background-color: white;
        color: #32a4e3;
        text-transform: uppercase;
        text-decoration: none;
    }



}

@media (max-width: 767px) {
    span.content_vote.container {
        position: relative;
        padding: 0px 0px 0px 20px;
        text-align: right;
        margin-top: 0px;
    }

    .header-search .customesq .introbutton {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer p,
    .footer a {
        font-size: 11px;
        line-height: 5px;
        font-weight: 400;
        color: #000000;
    }

    .header .brand {
        float: none;
        display: block;
        text-align: left;
        margin-left: 20px;
    }

    a.brand.pull-left img {
        width: 150px;
        height: 45px;
        padding: 2px 0px;
        margin: 6px;
    }

    section {
        padding: 10px 0px;
    }
}

@media (max-width: 576px) {

    .header-inner .logosvg-container {
        margin-left: 10px;
    }


    .desk {
        display: none;
    }

    .mob {
        display: block;
    }

    .lletres {
        background-color: rgba(255, 255, 255, 0.8);
        text-shadow: none;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 20px 10px;
        max-width: 80%;
        max-height: 224px;
        position: absolute;
    }

    h2.slidertitol {
        text-transform: uppercase;
        min-height: 50px;
        font-size: 18px;
    }

    h2.slidertitol::after {
        display: none;
    }

    p.slidersubtitol {
        padding-bottom: 20px;
        font-size: 14px;
    }

    a.introbutton {
        border: 1px solid;
        padding: 15px 50px;
        background-color: #32a4e3;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 12px;
    }

    a.introbutton:hover {
        border: 1px solid #32a4e3;
        padding: 15px 50px;
        background-color: white;
        color: #32a4e3;
        text-transform: uppercase;
        text-decoration: none;
    }

    .espaitop {
        margin-left: 0;
        padding-top: 40px;
    }
}

@media (max-width: 400px) {

    .fer {
        font-size: 13px;
    }
}

.dj-offcanvas-pusher-in {
    z-index: 9;
}

.hidde-rating .extravote {
    display: none;
}

.custom-menu {

}


.custom-menu > li > a,
.custom-menu > li > span:not(.toggler) {
    float: left;
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid white;
    border-left: white;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #000
}




.custom-menu > li.parent > a {
    padding: 0 30px 0 10px;
}

.custom-menu > li.parent > a:before {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 16px;
    top: calc(50% - 6px);
    font-size: 1em;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.custom-menu > li.parent > ul {
    border-radius: 0 !important;
    padding: 0 !important;
    border: 0;
    background: #303030;
    z-index: 300;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 0px;
    margin-top: 0;
}



.custom-menu > li.parent > ul > li > a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #c3c3c3;
    background: transparent;
    text-decoration: none;
    padding: 12px 20px;
    margin: 0 -10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}




.custom-menu > li.parent > ul > li {
    list-style: none outside;
    display: block;
    height: auto;
    position: relative;
    width: auto;
    border-top: 1px solid #3a3a3a;
    margin: 0 10px;
}


.custom-menu > li.parent > ul > li:first-child {
    border: 0;
}




.custom-menu > li.parent:hover > ul {
    top: 100%;
}

.custom-menu > li.parent > ul:before,
.custom-menu > li.parent > ul:after {
    display: none !important;
}

.navigation .navbar.pull-left {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.navigation .navbar.pull-left > .btn-navbar {

    background: transparent;
    border: none;
    box-shadow: none;
    padding: 3px 0 0 8px;
    margin: auto;
}

.container-fluid {
    padding: 0 !important;
}

.navigation .menu-cross {
    display: none;
    height: 20px;
}

.navigation .logo-container {
    display: none;
}

#back-top {
    position: relative;
}


@media (min-width: 1298px) {

    .custom-menu > li.active > a, .custom-menu > li > a:hover {
        color: white;
        border-left-color: #32a4e3;
        background-color: #32a4e3;
        background: #32a4e3;
    }

    .custom-menu > li.parent > ul > li:hover > a,
    .custom-menu > li.parent > ul > li.active > a {
        background: #32a4e3;
        color: #fff;
    }

    .custom-menu > li.parent > ul {
    
        height: auto !important;
    }
}
@media (max-width: 1297px) {
    .navigation .navbar.pull-left {
        display: block;
    }


    .navigation .nav > li > .nav-child {
        display: block;
        position: static;
        width: 100%;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.2s ease-out;
    }



    .custom-menu > li.parent > ul > li > a {
        padding: 20px 15px 20px 30px !important;
    }



    .navigation {
        position: fixed;
        z-index: 9999999999;
        right: 0;
        top: 0;
    }

    .custom-menu > li > a,
    .custom-menu > li > span:not(.toggler) {
        display: block;
        font-size: 14px;
        line-height: 1;
        background: #393939;
        color: #f8f8f8 !important;
        text-decoration: none;
        padding: 20px 15px !important;
        cursor: pointer;
        border-top: 1px solid #434343 !important;
        -webkit-transition: background-color 0.2s ease-out;
        transition: background-color 0.2s ease-out;
        text-transform: none;
        margin-bottom: 0px !important;
        height: auto !important
    }


    .custom-menu > li.parent > a:before {
        display: none;
    }

    .custom-menu > li.active > a,
    .custom-menu > li.active > span:not(.toggler) {
        background: #333 !important
    }

    .custom-menu > li.parent > a,
    .custom-menu > li.parent > span:not(.toggler){
        padding-right: 35px !important;
    }

    .custom-menu > li.parent > span.toggler:before {
        display: inline-block;
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 5px;
        padding: 16px 20px;
        font-size: 12px;
        line-height: 14px;
        font-style: normal;
        font-weight: normal;
        content: "\f067";
    }

    .custom-menu > li.parent > span.toggler.minus:before {

        content: "\f068";
    }

    .navigation .nav-collapse .nav {
        display: block;
    }

    .navigation .nav-collapse .nav > li {
        float: left;
        clear: both;
        width: 100%;
    }

    .navigation .menu-cross {
        display: block;
        font-size: 20px;
        line-height: 1;
        color: #f8f8f8;
        cursor: pointer;
        padding: 2px 12px;
    }

    .navigation .logo-container {
        display: block;
        padding: 15px;
        text-align: center;
        background-color: white;
        margin-top: 8px;
    }

    .navigation .logo-container > img {
        max-width: 50%
    }

    .navigation .nav-collapse .nav > li > a {
        width: 100%;
        border-radius: 0;
        border: 0;
    }

    .navigation > .container {
        max-width: 100%;
        height: 100%;
    }

    .navigation.menu-open {
        background-color: rgba(0,0,0,0.5) !important;
        height: 100% !important;
    }
    .navigation .nav-collapse {
        height: 100% !important;

        background-color: #393939 !important;
        color: #aeaeae;
        width: 300px !important;
        max-width: 100%;
        float: right;
        right: -100%;
        top: 0;
        position: fixed;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .navigation.menu-open .nav-collapse {
        right: 0;
        overflow-y: auto;
    }
}

.logosvg-container {
    background-repeat: no-repeat;
    background-size: 150px 51px;
    background-position: 0px 2px;
    width: 150px;
}

.nav-collapse .logosvg-container {
    margin: auto;
}



.logosvg-container > img {

    visibility: hidden;
}


.footer .logosvg-container {
    background-size: 146px;
    margin: inherit;
}

.footer .logosvg-container > img {
    width: 100%;
    max-width: 150px;
}