/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- globals ---------------------------------------------------------------------*/
:root {
    --banner1: #ebebea;
    --banner2: #fff;
    --titles: #000508;
    --primary-color: #ef7000;
    --secondary-color: #015D7F;
}

/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/

body {
    color: #4d4d4d;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {

    padding: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    /*max-width: 80%;*/
    height: auto;
}

.img-custom-landing {
    max-width: 80%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #d8d8d8 !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

/* Asegúrate de que la imagen esté centrada dentro del contenedor */
.box.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box.card .card-img-top {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.text_align_center {
    text-align: center;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.container {
    max-width: 1170px;
}


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/

header {
    background: #ffffff;
    width: 100%;
    padding: 10px 10px;
}


/** menu section **/

ul.email {
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

ul.email li {
    display: inline-block;
    padding: 0px 15px;
}

ul.email li:last-child {
    padding-right: 0;
}

ul.email li a {
    color: #fff;
    background: #015D7F;
    padding: 10px 31px;
    font-size: 17px;
    font-weight: 600;
    transition: ease-in all 0.5s;
}

ul.email li i {
    color: #015D7F;
    font-size: 20px;
    padding-right: 10px;
}

ul.email li a:hover {
    background: #FE7000;
    border-radius: 0px 19px 0 19px;
}

ul.email li img {
    padding-right: 10px;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FE7000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #015D7F;
}

.sidepanel a.active {
    color: #015D7F;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: none;
}

.d_none .btn-search {
    background: none !important;
    border: none !important;
    padding: 5px;
    margin-right: -10px;
}

/*
blockquote{
    display: none !important;
}

/** Searchs**/
.search-results .col {
    margin-bottom: 15px;
}

/** banner_main **/

.banner_main {
    background: #ebebea;
    padding-bottom: 60px;
    padding-top: 60px;
}

.text-personal {
    color: #FE7000 !important;
}

.carousel-indicators {
    display: none;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
    background: #FE7000;
    width: 30px;
    height: 30px;
    top: 105%;
    opacity: 1;
    font-size: 33px;
}

#myCarousel a.carousel-control-prev {
    left: inherit;
    right: 10%;
}

.carousel-item figure::after {
    display: none;
}

#myCarousel a.carousel-control-next:focus,
#myCarousel a.carousel-control-next:hover,
#myCarousel a.carousel-control-prev:focus,
#myCarousel a.carousel-control-prev:hover {
    background: #015D7F;
    opacity: 1;
}

.relative {
    position: inherit;
    bottom: 0;
    padding: 0;
}

.bluid {
    max-width: 444px;
    float: right;
    width: 100%;
    text-align: left;
}

.banner_main .bluid h1 {
    color: #015D7F;
    font-size: 101px;
    line-height: 115px;
    font-weight: bold;
    padding-bottom: 22px;
}

.black {
    color: #060000;
}

.banner_main .bluid p {
    color: #2d2d2d;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 60px;
}

.banner_img {
    margin-top: 60px;
}

.banner_img figure {
    margin: 0;
}

.banner_img figure img {
    width: 100%;
}


/** about **/

h2.text-about {
    color: #FE7000 !important;
}

.text.p-5 {
    padding: 1rem !important;
    color: black;
}

.img {
    background: url(../images/img2/about_bg.jpg );
    /** opacity: 0.8;**/
    background-repeat: no-repeat;
    background-position: center;
    min-height: 505px;
    display: flex;
    align-items: center;
}

.about .titlepage {
    padding-bottom: 0;
}

.about .titlepage p {
    line-height: 33px;
    padding-top: 30px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 80px;
}

.about .titlepage .read_more {
    float: right;
}

.about_box_img figure {
    margin: 0;
}

.about_box_img figure img {
    width: 100%;
}


/** end about **/

.titlepage {
    padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    color: #000508;
}

.read_more,
#wp-submit {
    display: block;
    background: #FE7000 !important;
    color: #fff;
    max-width: 215px;
    height: 70px;
    padding: 18px 0px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    transition: ease-in all 0.5s;
    text-transform: uppercase;

}

.read_more:hover,
#wp-submit:hover {
    background: #015D7F !important;
    color: #fff;
    transition: ease-in all 0.5s;
    border-radius: 0px 25px 0 25px;
}

.read_more:disabled,
.send_btn:disabled {
    opacity: 0.5;
}

/** our birds **/

.banner_servicios {
    padding-bottom: 60px;
    padding-top: 60px;
}

.birds {
    padding-top: 50px;
}

.birds .titlepage p {
    color: #040101;
    line-height: 30px;
    padding-top: 30px;
    display: block;
}

.our_birds {
    position: relative;
}

.positi_abso {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.padding_01 {
    padding: 0;
}

.ti-widget .ti-footer {
    display: none;
}

.our_birds .carousel-item img {
    max-width: 80%;
    width: 100%;
}


/* slider bird1 */

#bird1 a.carousel-control-next,
#bird1 a.carousel-control-prev {
    background: #a3a7a1;
    width: 24px;
    height: 23px;
    top: 28%;
    opacity: 1;
    font-size: 33px;
}

#bird1 a.carousel-control-next {
    left: inherit;
    right: -5%;
    z-index: 9;
}

#bird1 .carousel-control-prev {
    display: none;
}

#bird1 a.carousel-control-next:focus,
#bird1 a.carousel-control-next:hover,
#bird1 a.carousel-control-prev:focus,
#bird1 a.carousel-control-prev:hover {
    background: #0e90ed;
    color: #fff;
    opacity: 1;
}


/* end slider bird1 */


/*  slider bird2 */

#bird2 a.carousel-control-next,
#bird2 a.carousel-control-prev {
    background: #a3a7a1;
    width: 24px;
    height: 23px;
    top: 70%;
    font-size: 33px;
}

#bird2 a.carousel-control-next {
    left: inherit;
    right: 8%;
    z-index: 9;
}

#bird2 .carousel-control-prev {
    display: none;
}

#bird2 a.carousel-control-next:focus,
#bird2 a.carousel-control-next:hover,
#bird2 a.carousel-control-prev:focus,
#bird2 a.carousel-control-prev:hover {
    background: #0e90ed;
    color: #fff;
    opacity: 1;
}


/* end slider bird2 */


/*  slider bird3 */

#bird3 a.carousel-control-next,
#bird3 a.carousel-control-prev {
    background: #a3a7a1;
    width: 24px;
    height: 23px;
    top: -6%;
    font-size: 33px;
}

#bird3 a.carousel-control-next {
    left: inherit;
    right: 41%;
    z-index: 9;
}

#bird3 .carousel-control-prev {
    display: none;
}

#bird3 a.carousel-control-next:focus,
#bird3 a.carousel-control-next:hover,
#bird3 a.carousel-control-prev:focus,
#bird3 a.carousel-control-prev:hover {
    background: #0e90ed;
    color: #fff;
    opacity: 1;
}


/* end slider bird3 */


/* slider bird4 */

.margin_topmini70p {
    margin-top: 0px;
}

#bird4 a.carousel-control-next,
#bird4 a.carousel-control-prev {
    background: #a3a7a1;
    width: 24px;
    height: 23px;
    top: 75%;
    font-size: 33px;
}

#bird4 .carousel-control-prev {
    left: -6%;
    z-index: 9;
}

#bird4 a.carousel-control-next {
    display: none;
}

#bird4 a.carousel-control-next:focus,
#bird4 a.carousel-control-next:hover,
#bird4 a.carousel-control-prev:focus,
#bird4 a.carousel-control-prev:hover {
    background: #0e90ed;
    color: #fff;
    opacity: 1;
}


/* end slider bird4 */


/** end our birds **/


/** testimonial **/

.testimonial {
    padding-top: 40px;
    /** background: #ebebea; **/
    padding-bottom: 62px;
}

.testimonial .titlepage {
    padding-bottom: 60px;
}

.testimonial .titlepage span {
    color: #0f0f0e;
    font-size: 17px;
    line-height: 30px;
    padding-top: 30px;
    display: block;
}

.posi_in {
    position: inherit;
    padding: 0;
}

.testomoniam_text {
    box-shadow: 0px 0px 69px -17px #1111;
    background-color: #015D7F;
    padding: 0px 50px 10px 50px;
    margin-top: 90px;
    height: 350px;
}

.testomoniam_text p {
    font-size: 110%;
}

.testomoniam_text i img {
    margin-top: -89px;
}

.testomoniam_text h3 {
    margin-top: 20px;
    color: #FFF;
    font-size: 30px;
    padding: 0;
    font-weight: 500;
    line-height: 20px;
}

.testomoniam_text span {
    color: #FFF;
    font-size: 17px;
    padding: 0;
    text-transform: uppercase;
}

.testomoniam_text p {
    color: #FFF;
    padding-bottom: 10px;
    display: block;
    text-align: left;
}

#testimo .carousel-control-next,
#testimo .carousel-control-prev {
    display: none;
}

.testimonial .carousel-indicators {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    bottom: -40px;
}

.testimonial .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: inline-block;
    background-color: #015D7F;
}

.testimonial .carousel-indicators .active {
    background-color: #FE7000;
}

.bird_img figure {
    margin: 0;
    margin-top: 60px;
}

.bird_img figure img {
    width: 100%;
}

.carousel-caption.posi_in.shadow {
    box-shadow: .0rem .3rem 1rem 0rem rgba(153, 102, 8) !important;
}

#testimo {
    height: 450px;
}

/** end testimonial **/


/** newsletter **/

.newsletter {
    background-color: #ebebea;
    padding-top: 90px;
}

.newsletter .titlepage p {
    color: #504b4b;
    line-height: 30px;
    padding-top: 20px;
}

.newslatter_form {
    display: flex;
    align-items: center;
}

.news {
    color: #777676;
    border: inherit;
    padding: 0 30px;
    height: 80px;
    width: 100%;
    font-size: 17px;
}

.subs_btn {
    max-width: 243px;
    display: inline-block;
    background: #000;
    height: 80px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    transition: ease-in all 0.5s;
}

.btn-link1 {
    border: none !important;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
}

.btn-link1:hover {
    border: none !important;
    color: #ef7000;
}

.subs_btn:hover {
    background: #015D7F;
    transition: ease-in all 0.5s;
}


/** end newsletter **/


/** contact section **/

.contact {
    /**  background: #ebebea;**/
    padding-top: 60px;
    background: url(../images/Paisajes-cartagena);
    /**  opacity: 0.8;**/
    background-repeat: no-repeat;
    background-position: heigh;
    min-height: 505px;
    display: flex;
    align-items: center;
}

.contact_img figure {
    padding-top: 90px;
    margin: 0;
}

.contact_img figure img {
    width: 100%;
}

.main_form .contactus,
#login .input {
    border: #fff solid 1px;
    padding: 0 15px;
    margin-bottom: 25px;
    width: 100%;
    height: 63px;
    background: #fff;
    color: #828181;
    font-size: 16px;
    font-weight: normal;
    box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.main_form .textarea {
    border: #fff solid 1px;
    margin-bottom: 25px;
    width: 100%;
    background: #fff;
    color: #828181;
    font-size: 18px;
    font-weight: normal;
    padding: 36px 15px 0 15px;
    border-radius: 0;
    box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
    height: 109px;
}

.main_form .send_btn {
    font-size: 30px;
    transition: ease-in all 0.5s;
    background-color: #FE7000;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 0px;
    max-width: 243px;
    width: 100%;
    display: block;
    margin-top: 10px !important;
    font-weight: 500;
    float: right;
    border: none;
    margin-bottom: 6%;
}

.main_form .send_btn:hover {
    background-color: #015D7F;
    transition: ease-in all 0.5s;
    color: #fff;
    border-radius: 0 40px 0 40px;
}

#request *::placeholder {
    color: #828181;
    opacity: 1;
}

.no_ld {
    display: none;
}

.mo_con {
    display: none;
}

.mo_con div {
    padding-bottom: 0px;
}


/** end contact section **/
/** start Login section**/

#login h1 a {
    background-size: 100%;
    background-image: url(../img/Logos/secure-logo.png) !important;
}

#login #nav,
#login #backtoblog,
#login form {
    margin: 0;
    font-weight: 400;
    /*background: none !important;*/
    border: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

#login {
    /*background: #ffffffb4;
    display: flex;
    flex-wrap: wrap;*/
    padding: 0px !important;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#login form,
#login p,
#login h1 {
    padding-top: 5px;
    padding-bottom: 10px;
    background: #ffffffb4;
    width: 100%;
}

.language-switcher {
    display: none;
}

#wp-submit {
    margin: 25px 0px;
    padding: 10px 0px;
    max-width: none;
    border: none;
}

.login .button.wp-hide-pw {
    top: 15%;
}


/** end Login section **/

/** footer **/

.footer {
    background-color: rgb(254, 112, 0, 0.1);
}

.logo_footer {
    padding-top: 20px;
    text-align: center;
    display: block;
}

.border-top1 {
    border-top: #FE7000 solid 1px;
}

.reader h3 {
    color: #02111c;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 26px;
}

.reader li {
    font-size: 17px;
    line-height: 26px;
    color: #02111c;
}

.footer .footer-widget a:hover {
    color: #FE7000 !important;
}

ul.social_icon {
    padding-top: 30px;
}

ul.social_icon li {
    display: inline-block;
    padding-right: 18px;
}

ul.social_icon li:last-child {
    padding-right: 0;
}

ul.social_icon li a {
    background: transparent;
    color: #015D7F;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    font-size: 15px;
    font-weight: bold;
    border: #015D7F solid 1px;
}

ul.social_icon li a:hover {
    background: #015D7F;
    color: #fff;
    transform: rotate(360deg);
    transition: ease-in all 0.7s;
}

.copyright p {
    margin-top: 54px;
    color: #050404;
    padding: 20px 0px;
    border-top: dashed #818181 2px;
}

.copyright a {
    color: #050404;
}

.copyright a:hover {
    color: #FE7000;
}


/** end footer **/


/*- - ener page css--*/

.inner_page header {
    box-shadow: 0 -3px 12px 0px #015D7F;
}

.inner_page .about,
.birds {
    background-color: #ebebea;
    margin-top: 50px;
    margin-bottom: 62px;
}


/*- - end page card--*/

.card-promociones {
    margin-top: 90px;
}

.card-promociones.titlepage {
    padding-bottom: 60px;
}

.card-promociones {
    /*- - padding-top: 90px; --*/
    background: #fff;
    padding-bottom: 62px;
}

.card-columns {
    display: flex;
    flex-flow: row wrap;
}

.card-columns .card {
    border: none;
    flex: 30%;

}

:hover .card body {
    background-color: #FFC107;
}

.text_align_center {
    text-align: center;
}

.titlepage h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    color: #000508;
}

.mo_con h2 {
    font-size: 40px;
}

.btn-warning {
    color: white;
}

.btn-rent {
    color: #FFF;
    background-color: #FE7000;
}

.btn-rent:hover {
    color: white !important;
}

.list-i {
    position: relative;
    display: block;
    padding: .2rem 1.25rem;
    margin-bottom: -1px;
}

.card i {
    color: #FE7000;
    font-size: 20px;
}

.container .card:hover .content {
    transform: translateY(-20px);
}

.figure {
    width: 200px;
    aspect-ratio: 8 / 5;
    --bg: hsl(330 80% calc(90% - (var(--hover) * 10%)));
    transition: background 0.2s;
    background: radial-gradient(circle at top left, var(--accent), transparent 75%), var(--bg);
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

figure:after {
    content: "";
    position: absolute;
    width: 20%;
    aspect-ratio: 1;
    border-radius: 50%;
    bottom: 0%;
    left: 10%;
    background: linear-gradient(-65deg, var(--bg) 50%, var(--accent) 50%);
    filter: blur(25px);
    transform: translateX(calc(var(--hover) * 15%)) scale(calc(1 + (var(--hover) * 0.2)));
    transition: transform 0.2s, background 0.2s;
}

img {
    transform: translateX(calc(var(--hover) * -15%)) scale(calc(1 + (var(--hover) * 0.2)));
    transition: transform 0.2s;
}

article {
    --hover: 0;
}

article:hover {
    --hover: 1;
}

.accordion {
    background: #ebebea;
}

.titleaccordion h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    color: #000508;
}


#collapseOne a {
    color: #FE7000 !important;
}

/* seguridad */

.card-img-top {
    padding-left: 20px;
    padding-bottom: 10px;
    align-items: center !important;
}

.card-title {
    font-weight: bold;
    color: #ef7000;
}

.texto-info {
    color: #015D7F;
    font-weight: bold;
}

.img-servicio {
    background: url(../img/Servicios/ATARDECER.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 580px;
    display: flex;
    align-items: center;
}

h1.text.p-2 {
    color: #fff;
}

h2.text-reserva {
    font-weight: bold;
    color: #ef7000;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}

.Elegir {
    display: block;
    background: #FE7000;
    color: #fff;
    max-width: 215px;
    height: 70px;
    padding: 18px 0px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
}

.Elegir:hover {
    background: #015D7F;
    color: #fff;
    transition: ease-in all 0.5s;
    border-radius: 0px 25px 0 25px;
}

.page-title {
    color: #fff;
}

input {
    width: 100%;
    margin-top: 0;
    padding: 0.5em;
    border: 0;
    border-bottom: 2px solid gray;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}


/* seguridad  cards*/

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);



.Tours {
    align-items: center !important;
    position: relative;
    overflow: hidden;
    margin: 35px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    background: #ffffff;
    text-align: left;
    color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 20em;
    perspective: 20em;
    flex: 27% !important;
}

.Tours * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.Tours img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.Tours .add-to-cart {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    opacity: 0;
    background-color: #FE7000;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.Tours .add-to-cart i {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FE7000;
    color: #ffffff;
    font-size: 1.4em;
}

.Tours figcaption {
    padding: 20px;
}

.Tours h3,
.Tours p {
    margin: 0;
}

.Tours h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Tours p {
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 400;
}

.Tours .price {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 48px;
    letter-spacing: 1px;
}

.Tours .price s {
    margin-right: 5px;
    opacity: 0.5;
    font-size: 0.9em;
}

.Tours a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.Tours:hover .add-to-cart,
.Tours.hover .add-to-cart {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.Tours:hover .add-to-cart i,
.Tours.hover .add-to-cart i {
    background-color: #015D7F;
}


.tour-bahia {
    padding-top: 60px;
}

a.texto-link {
    color: #fff;
}

.page-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.item-badge-stc {}

.notify-badge-stc {
    position: absolute;
    right: 20px;
    top: 5px;
    text-align: center;
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

.btn-outline-custom-primary {
    color: #FE7000;
    background-color: transparent;
    background-image: none;
    border-color: #FE7000;
}

.btn-outline-custom-primary:hover {
    color: #fff;
    background-color: #FE7000;
    border-color: #FE7000;
}

.btn-outline-custom-primary:focus,
.btn-outline-custom-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-custom-primary.disabled,
.btn-outline-custom-primary:disabled {
    color: #FE7000;
    background-color: transparent;
}

.btn-outline-custom-primary:not(:disabled):not(.disabled):active,
.btn-outline-custom-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-custom-primary.dropdown-toggle {
    color: #fff;
    background-color: #FE7000;
    border-color: #FE7000;
}

.btn-outline-custom-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-custom-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-custom-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(100, 44, 0, 0.5);
}

@media only screen and (max-width: 600px) {
    .page-section {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-section-thumbnail {
        margin-bottom: 20px;
    }

    .page-section-thumbnail img {
        width: 100px;
        margin: auto;
        display: block;
    }
}


/* carrito */

/* table estilo del carrito*/

.table-product {
    color: #FFF;
    background-color: #015D7F;
}


/* botones-carrito*/

.btn-outline-carrito {
    color: #015D7F;
    background-color: transparent;
    background-image: none;
    border-color: #015D7F;
}

.btn-outline-carrito:hover {
    color: #fff;
    background-color: #FE7000;
    border-color: #FE7000;
}

span.badge.badge-secondary.badge-pill {
    color: #fff;
    background-color: #FE7000;
}

.form-group {
    position: relative;
    display: block;
}

.input-modal-form {
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    box-sizing: border-box;
}

.input-modal-form.error {
    border-color: red;
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
    display: none;

}



@media (max-width: 769px) {
    .cart-table thead {
        display: none;
    }

    .cart-table,
    .cart-table tbody,
    .cart-table tr,
    .cart-table td {
        display: block;
        width: 100%;
    }

    .cart-table tr {
        background-color: #f8f9fa;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 10px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }

    .cart-table td {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
    }

    .cart-table td:before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 10px;
        color: #555;
    }

    .cart-table td:last-child {
        border-bottom: 0;
    }

    .btn-outline-carrito {
        margin-top: 10px;
    }

    .cart-table tr td:last-child,
    .cart-table tr td:nth-last-child(2) {
        display: inline-block;
        width: 48%;
        text-align: center;
        margin-top: 10px;
    }

    .btn_editar,
    .btn_eliminar {
        display: inline-block;
        width: auto;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        margin: 5px 0;
        white-space: nowrap;
    }

    .cart-table tr {
        max-width: 500px;
        margin: 0 auto;
    }

    .btn_pagar {
        width: 100%;
        margin-top: 20px;
    }
}



/* botones-pagos*/

.text-promo {
    color: #FE7000;
}

.btn-promo {
    background-color: #FE7000;
    color: #FFF;
}


.custom-control-input {
    background-color: #FE7000;
}

.btn-compra {
    background-color: #FE7000;
    color: #FFF;
}

.btn-compra:hover {
    background-color: #015D7F;
    color: #FFF;
}

/* botones-modal-carrito -checkout */
.btn-modal {
    background-color: #FE7000;
    color: #FFF;
    border: none;
}

.btn-modal:hover {
    background-color: #015D7F;
    color: #FFF;
}

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}




/* CHECKOUT  */

.input-checkout-form {
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    box-sizing: border-box;
}

@media (max-width: 768px) {

    .input-checkout-form {
        width: 100%;
    }


}

#loader-carrito,
.loader-general {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#redimir {
    margin-top: 3%;
}

/* BOTÓN LOADER */
.btn-loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    /* Asegura que el loader sea un bloque alineado en línea con el texto */
}

/* Animación de giro */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Imprimir orden de servicio  */

/* .orden-servicio {
    width: 800px;
    border: 1px solid black;
    padding: 20px;
    font-family: Arial, sans-serif;
    align-content: center;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header div {
    width: 48%;
}

.header img {
    width: 150px;
}

.titulo {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.info {
    margin-bottom: 20px;
    font-size: 14px;
}

.info div {
    margin-bottom: 5px;
}

.tabla-servicios {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
}

.tabla-servicios th,
.tabla-servicios td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}

.tabla-servicios th {
    background-color: #f0f0f0;
    text-align: center;
}

.tabla-servicios td {
    text-align: center;
}

.totales {
    text-align: right;
    font-size: 16px;
}

.totales div {
    margin-bottom: 5px;
}

.totales span:first-child {
    font-weight: bold;
    margin-right: 20px;
} */

.orden-servicio {
    font-family: Arial, sans-serif;
    margin-top: 0%;
}

.contentido {
    margin-top: 0%;
    border: 1px solid black;
    padding: 1%;
    background-color: #fff;
}

.totales div {
    margin-bottom: 10px;
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 768px) {
    .header .text-right {
        text-align: left;
    }

    .totales {
        text-align: left;
    }
}


/* BOTON SIDEBAR */
.sidebar.toggled {
    width: 0;
    transition: width 0.3s ease;
    overflow: hidden;
}


#wrapper.toggled .content {
    margin-left: 0;
    transition: margin-left 0.3s ease;
}

/* Mensaje para el usuario*/

.card-msg {
    width: 500px;
    height: 500px;
    background-color: #ffffff96;
    background-image: linear-gradient(48deg, #6e94a1 20%, #f7ab71 46%, #e0cab960 100%);
    border-radius: 8px;
    color: white;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    cursor: pointer;
}

.card-msg-content {
    padding: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.card-msg-content .card-title {
    font-size: 30px;
    font-weight: 700;
    color: inherit;
    text-transform: uppercase;
}

.card-msg-content .card-para {
    color: inherit;
    opacity: 0.8;
    font-size: 14px;
}

.card-msg:hover {
    transform: rotateY(10deg) rotateX(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-msg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 1;
}

.card-msg:hover:before {
    transform: translateX(-100%);
}

.card-msg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 1;
}

.card-msg:hover:after {
    transform: translateX(100%);
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.custom-tour-card {
    margin: 1% !important;
    flex: 1 1 calc(33.333% - 20px);
}


@media (max-width: 992px) {
    .custom-tour-card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .custom-tour-card {
        flex: 1 1 100%;
    }
}

.notify-badge-service-stc {
    position: absolute;

    top: 3%;
    right: 1%;
    text-align: center;
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 999;
}

.notify-badge-service-stc-dest {
    position: absolute;
    background-color: #015D7F;
    top: 3%;
    left: 1%;
    text-align: center;
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 999;
}

/* .Tours:hover .notify-badge-service-stc {
    display: none;
} */

.card-img-top {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    align-items: center !important;
}

.product-card {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/*.card-img-top {
    height: 200px;
    object-fit: cover;
}*/

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.product-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FE7000;
}

.stc-pattern-backgc-base {
    background-image: repeating-linear-gradient(36deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 1px, transparent 0px, transparent 2px);
}

.stc-pattern-backgc-a {
    background-color: rgb(1, 93, 127, 0.1);
}

.stc-pattern-backgc-b {
    background-color: rgb(150, 150, 150, 0.1);
}

.stc-pattern-backgc-c {
    background-color: rgb(254, 112, 0, 0.1);
}

.stc-card-header-style {
    background-color: #015D7F;
}

a.custom-card,
a.custom-card:hover {
    color: inherit;
}

.ing-card-custom-h {
    height: 580px;
}

.stc-product-detail-t {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    color: #FE7000;
}

.stc-product-price-e {
    font-weight: bold;
    color: #015D7F;
}

.stc-product-items-u {
    color: #015D7F;
}

.product-image {
    max-height: 400px;
    object-fit: cover;
}

.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.thumbnail:hover,
.thumbnail.active {
    opacity: 1;
}
/* notify-badge-stc */