body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333333;
    padding-top: 81px;
    font-weight: 400;
    background: #f0f0f0;
}
b, strong {
    font-weight: 700;
}
.body-loading {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}
.py-6, .pb-6 {
    padding-bottom: 4rem !important;
}
.py-6, .pt-6 {
    padding-top: 4rem !important;
}
img,
iframe
{
    max-width: 100%;
}

.form-control {

}
.form-control:focus {

}
.relative {
    position: relative;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

}
.page-subsection-header h2 {
    color: #006ba7;
    font-weight: 500;
}
.h2-separator {
    /*text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 20px 20px;
    background-color: #ff0000;
    font-weight: 300;
    color: #fff;
    border-radius: 50px;
    margin: 50px auto;
    width: 90%;*/
    text-transform: uppercase;
    margin: 50px auto;
    color: #ff0000;
    font-weight: 300;
    display: block;
    text-align: center;
}
h4.underlined {
    text-transform: uppercase;
    border-bottom: 3px solid #072159;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}
a {
    color: #006ba7;
    transition: 0.25s ease;
    text-decoration: none;
}
a:hover {
    color: #3398d0;
    text-decoration: none;
}
header#header.bg-dark {

}
#mainNavbar {

    background-color: #ffffff;
    transition: background-color 0.25s;
}
#mainNavbar.bg-dark {
    background-color: #000000;
}
header#header.bg-dark #mainNavbar {
    background-color: #fff;
}
.navbar-brand {
    color: #333333;
    text-align: left;
    padding: 5px 0px;
    z-index: 1;
    position: relative;
    display: block;
}
.navbar-brand img {
    height: 55px;
}


#mainNavbar .navbar-nav {
    font-family: "Montserrat", sans-serif;
}
#mainNavbar .navbar-top-nav
{
    display: none;
    width: auto;

}
#mainNavbar .navbar-top-nav .navbar-top-nav-cell
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 1rem;
}
#mainNavbar .navbar-top-nav .navbar-nav
{
    text-align: right;
}
#mainNavbar .navbar-top-nav .navbar-nav a
{
    color: #333333;
}
#mainNavbar .navbar-top-nav .navbar-nav.navbar-nav-smo > li > a {
    display: block;

    text-align: center;

}
#mainNavbar .nav-item-languages > a {
    display: inline-block;
    text-transform: uppercase;
    color: #333333;
    margin-left: 10px;
    font-weight: 400;
}
#mainNavbar .nav-item-languages > a.active {
    color: #006ba7;
}
#mainNavbar .navbar-top-nav .navbar-nav.navbar-nav-languages > li > a {
    margin: 0px 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
#mainNavbar .navbar-top-nav .navbar-nav.navbar-nav-languages > li:last-child > a {
margin-right: 0;
}
#mainNavbar .navbar-top-nav .navbar-nav.navbar-nav-languages > li.active > a {
    color: #006ba7;
    border-bottom: 2px solid #fff;
}
#mainNavbar .navbar-top-nav .navbar-nav.navbar-nav-languages > li > a:hover {
    color: #006ba7;
    border-bottom: 2px solid #555;
}


#mainNavbar .navbar-toggler {
    border: 1px solid transparent;

    text-align: center;
    line-height: 40px;
    padding: 0;
    background: transparent;
    color: #333333;
    z-index: 1;
}
#mainNavbar .navbar-toggler:hover,
#mainNavbar .navbar-toggler:active,
#mainNavbar .navbar-toggler:focus
{
    border: 1px solid transparent;
}
#mainNavbar .navbar-collapse.collapsing {

}
#mainNavbar .navbar-nav .nav-link {
    color: #333333;
    padding: 5px 0;
    margin: 0px 10px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

#mainNavbar .navbar-nav .nav-link:hover {
    color: #006ba7;
}
#mainNavbar .navbar-nav .active .nav-link {
    color: #006ba7;
}
#mainNavbar .navbar-nav .nav-item-languages {
    text-align: center;
}
#mainNavbar .navbar-collapse li {
    /*border-bottom: 1px solid #001834;*/
}
.subsection-bg {
    position: relative;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 50vh;
}
.header-bg {
    position: relative;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    color: #fff;
    background-image: url("../img/header-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.header-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.3);*/

    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0.5830707282913166) 40%, rgba(0,0,0,0) 100%);
}
.header-bg.header-bg-no-shadow:before {
    display: none;
}
.header-bg-padding {
    padding: 10rem 0 10rem 0;
}
.header-bg-max-width {
    max-width: 2400px;
    margin: 0 auto;
}
.header-no-bg-margin {
    margin-top: 60px;
}
.header-bg .header-bg-minheight {
    /*padding: 9rem 0 1rem 0;*/
    min-height: 40vh;
}
.header-bg .header-bg-py {
    padding: 5rem 0 5rem 0;
}
.header-table {
    display: table;
    width: 100%;
    height: 100%;
}


.header-bg.header-85vh {
    height: 85vh;
    min-height: 0;
}
.header-table-content {
    display: table-cell;
    vertical-align: middle;
}
.header-bg-dark:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    content: "";
    z-index: 0;


}
.header-h1-container {
    text-align: center;
}
.header-bg h1,
.header-bg .h1,
.header-h1-container h1,
.header-h1-container h2,
.header-h1-container .h1,
.header-h1-container .h2
{
    position: relative;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;

}

.header-h1-container.mt-neg {
    margin-top:-55px;
}
.header-h1-container h1,
.header-h1-container h2,
.header-h1-container .h1,
.header-h1-container .h2
{
    text-shadow:none;
    text-transform: uppercase;
}


.header-h1-container {
    z-index: 1;
    position: relative;
}
.header-bg .header-h1-container {
    text-align: left;
}
.header-bg .header-h1-container h1,
.header-bg .header-h1-container .h1 {
    color: #fff;
    /*text-shadow: 3px 3px 9px rgba(0,0,0,.6);*/
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.25rem;
}
.header-bg .header-h1-container h2,
.header-bg .header-h1-container .h2 {
    font-size: 16px;
    font-weight: 400;
}

.box-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.header-bg .home-welcome-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}


.breadcrumb {
    background-color: transparent;
    text-align: center;
    padding: 0;
}
.breadcrumb a {

}

.btn {
    border-radius: 0px;
    white-space: normal;
}
.btn.btn-custom-1 {
    background-color: #006ba7;
    color: #ffffff;
}
.btn.btn-custom-1:hover {
    background-color: #3398d0;
}
.btn.btn-white {
    background: #fff;
    color: #000000;
}
.btn.btn-white:hover {
    color: #000000;
    background: #f5f5f5;
}



#footer {
    background-color: #000;
    color: #fff;
    font-size: 14px;

}
#footer .footer_top {
    padding: 2rem 0px;
}
#footer .footer_bottom {
    background-color: #000;
    text-align: center;
}
#footer .footer_bottom  {
    border-top: 1px solid #555;
}
#footer h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1rem;
}
#footer a {
    color: #ffffff;
}
#footer .list-footer-contact li {
    display: flex;
    align-items: center;
}
#footer .list-footer-contact i {
    font-size: 20px;
}

.list-inline-smo > li > a {
    display: block;
    text-align: center;
    font-size: 30px;
}
#map-contact,
#map-footer {

}
#map-footer iframe {
    height: 300px;
}

.datepicker td, .datepicker th {
    width: 25px;
    height: 25px;
    font-size: 13px;
}

.page-item.active .page-link {
    background-color: #ff0000;
    border-color: #ff0000;
}
.page-item .page-link {
    color: #ff0000;
}

.page-subsection {
    position: relative;
}

.list-contactpage-data i {
    display: block;
}

#page_carousel_bg .carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 300px;
}

#page_carousel_bg .carousel-control-next,
#page_carousel_bg .carousel-control-prev {

    font-size: 50px;
}

.list-contactpage-data-line {
    display: flex;
    align-items: flex-start;
    line-height: normal;
}
.list-contactpage-data i {
    margin-right: 15px;

}

.page-subsection-content {
z-index: 1;
}


.page-subsection-impar .subsection-bg-left {
    display: none;
}
.page-subsection-impar .subsection-bg-right {
    display: block;
}
.page-subsection-par .subsection-bg-left {
    display: none;
}
.page-subsection-par .subsection-bg-right {
    display: block;
}

.page-subsection-par .subsection-bg {

}
.page-subsection-impar .subsection-bg {

}
.page-subsection-img-vertical .subsection-bg {
    min-height: 60vh;
}
.page-subsection-img-horizontal .subsection-bg {
    min-height: 30vh;
}

.messagecookies {
    width: 650px;
    max-width: 90%;
    height: auto;
    background-color: #fff;
    z-index: 9999;
    border-radius: 4px;
}

.messagecookies .messagecookies_container {
    position: relative;
    padding: 20px;
    text-align: center;
}
.messagecookies p {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.messagecookies p a {
    color: #000;
    text-decoration: underline;
}
.messagecookies a.messagecookies_accept,
.messagecookies a.messagecookies_reject
{
    padding: 10px;
    background: #006ba7;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px 0px 10px 0px;
    border-radius: 4px;
    font-weight: 700;
}
.messagecookies a.messagecookies_reject
{

    background: #fff;
    color: #000;
    font-weight: 400;
}


.messagecookies-container-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.bg-white {
    background: #fff;
    color: #000;
}
.bg-black {
    background: #000;
    color: #fff;
}
.bg-black a {
    color: #fff;
}
.color-custom-1 {
    color: #006ba7;
}
.bg-custom-1 {
    background: #006ba7;
    color: #fff;
}
.bg-custom-1 a {
    color: #fff;
}
.bg-custom-1-darker {
    background: #005787;
    color: #fff;
}
.bg-custom-1-darker a {
    color: #fff;
}
.bg-custom-2 {
    background: #e3fbff;
}
.how_to_work_item {
    display: flex;
    align-items: center;
}
.how_to_work_item .num_step {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    width: 20%;
}
.how_to_work_item .content {
    width: 80%;
}
.logos-footer-ue img {
    height: 80px;

}
#acreditaciones img {
    filter: grayscale(100%);
    max-height: 80px;
}
.whatsapp-float{
    padding: 9px 0px;
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #006ba7;
}

.owl-carousel-colaboradores .colaborador-item img {

}

.bg-img-service {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.row-services-fields .text-muted {
    color: #a0a0a0 !important;
}
.service-incluye ul {
    list-style: none;
    padding: 0;
}
.service-incluye li {
padding-left: 30px;
}
.service-incluye li:before {
    content:"\eed6";
    font-family:IcoFont;
    color: #006ba7;
    margin-left: -30px;
    margin-right: 15px;
}
.table-payments td {
    min-width: 90px;
}
.list-group-services-sons a:before {
    content:"\ea79";
    font-family:IcoFont;
    color: #006ba7;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 20px;
    margin-top: -15px;
    font-size: 20px;
}
.list-group-services-sons a:hover {
    background-color: #006ba7;
    color: #fff;
}
.list-group-services-sons a:hover:before {
    color: #fff;
}

.featured_messages {

}
.featured_message {

    border-bottom: 1px solid #006ba7;
    font-size: 13px;
 }
.featured_messages .featured_message:last-child {
    border-bottom: none;
}
.featured_message .featured_message_btn_container {
    min-width: 140px;
}
.featured_message .featured_message_btn_container  {

}
.form-check-label-payment-option,
.form-td-payment-option-total
{
    display: flex;
    justify-content: space-between;
}
.form-check-label-payment-option > div:last-child {
    min-width: 70px;
}
@media (min-width: 576px) {
    .header-bg .header-bg-minheight {
        min-height: 40vh;
    }

    .header-bg .header-bg-py {
    padding: 9rem 0 9rem 0;
}

    .header-h1-container.mt-neg {
        margin-top: -80px;
     }
}
@media (min-width: 768px) {

    .featured_message {
        display: flex;
        justify-content: space-between;
    }

    .header-bg {
        padding: 0px 0 0px 0;
    }
    .header-no-bg-margin {
        margin-top: 60px;
    }
    .header-bg .header-bg-minheight {
        min-height: 40vh;
    }
    .header-bg .header-bg-py {
        padding: 11rem 0 11rem 0;
    }
    .header-bg-padding {
        padding: 11rem 0 11rem 0;
    }
    .header-bg h1,
    .header-bg .h1,
    .header-h1-container h1,
    .header-h1-container .h1,
    .header-h1-container h2,
    .header-h1-container .h2
    {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .header-bg .header-h1-container h1,
    .header-bg .header-h1-container .h1 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }


    #page_carousel_bg .carousel-item {
        height: 400px;
    }

    #footer .footer_bottom .footer_bottom_links {
        text-align: right;
    }

    #footer .footer-col-smo {
        text-align: center;
    }

}


@media (min-width: 992px) {
    body {
        padding-top: 101px;
    }
    body.is-scrolling {
        padding-top: 60px;
    }
    #page_carousel_bg .carousel-item {
        height: 450px;
    }
    .header-bg {
        padding: 0px 0 0px 0;
    }
    .header-h1-container.mt-neg {
        margin-top: -120px;
    }
    .header-bg-padding {
        padding:12rem 0 12rem 0;
    }
    .header-bg h1,
    .header-bg .h1,
    .header-h1-container h1,
    .header-h1-container .h1,
    .header-h1-container h2,
    .header-h1-container .h2
    {

    }
    .header-bg .header-h1-container h1,
    .header-bg .header-h1-container .h1 {
        font-size: 3.75rem;
        line-height: 4rem;
    }
    .header-no-bg-margin {
        margin-top: 85px;
    }
    .is-scrolling header-no-bg-margin {
        line-height: 60px;
    }
    .header-bg .header-bg-minheight {
        min-height: 40vh;
    }
    .header-bg .header-bg-py {
    }
    #mainNavbar {
        display: block;
        transition: all 0.25s ease;
    }
    .is-scrolling #mainNavbar {
        height: 40px;
    }
    .navbar-brand {
        padding: 5px 0px;
    }
    .navbar-brand img {
        height: 75px;
        vertical-align: middle;
    }
    #mainNavbar .navbar-nav {
        margin: 0;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
    }
    #mainNavbar .navbar-nav .nav-link {

        text-align: right;
        color: #333333;
    }
    .is-scrolling #mainNavbar .navbar-nav .nav-link {
        line-height: 40px;
    }
    #mainNavbar .navbar-nav .nav-item:last-child .nav-link {

    }
    #mainNavbar .navbar-nav .nav-item.nav-item-hotel .nav-link {
        line-height: normal;
    }

    #mainNavbar .navbar-top-nav {
        display: table;
    }


    #footer .footer_bottom {
        text-align: left;
        padding: 0 0 1rem 0;
    }
    #page_carousel_bg .carousel-control-next,
    #page_carousel_bg .carousel-control-prev {
        z-index: 1;
        font-size: 130px;
    }

    .page-subsection-impar .subsection-bg-left {
        display: none;
    }
    .page-subsection-impar .subsection-bg-right {
        display: block;
    }
    .page-subsection-par .subsection-bg-left {
        display: block;
    }
    .page-subsection-par .subsection-bg-right {
        display: none;
    }


    .subsection-bg {
        min-height: 30vh;
    }

    .page-subsection-par .subsection-bg {
        margin-right: -100px;
    }
    .page-subsection-impar .subsection-bg {
        margin-left: -100px;
    }
    .page-subsection-img-vertical .subsection-bg {
        min-height: 60vh;
    }
}


@media (min-width: 1200px) {
    .header-bg-padding {
        padding: 13rem 0 13rem 0;
    }
    .header-h1-container.mt-neg {
        margin-top: -70px;
    }
    .header-bg .header-bg-minheight {

    }
    .header-bg .header-h1-container h1,
    .header-bg .header-h1-container .h1 {
        font-size: 4rem;
        line-height: 4.25rem;
    }
    .header-bg .header-bg-py {
        padding: 15rem 0 15rem 0;
    }
    #page_carousel_bg .carousel-item {
        height: 500px;
    }
    .navbar-brand {
        padding: 5px 0px;
    }
    .navbar-brand img {
        height: 75px;
    }
}
@media (min-width: 1400px) {
    .header-bg-padding {
        padding: 14rem 0 14rem 0;
    }
    .header-bg .header-h1-container h1,
    .header-bg .header-h1-container .h1 {
        font-size: 4.25rem;
        line-height: 4.5rem;
    }
    #page_carousel_bg {

    }
    .header-bg .header-bg-minheight {

    }
}
@media (min-width: 1600px) {

    .header-bg-padding {
        padding: 15rem 0 15rem 0;
    }
    #page_carousel_bg .carousel-item {
        height: 650px;
    }

}
@media (min-width: 1900px) {
    #page_carousel_bg {

    }
    .header-bg .header-bg-minheight {
min-height: 40vh;
    }
}