/********** Template CSS **********/
:root {
    --primary: #CC3333;
    --secondary: #999;
    --light: #F5F5F5;
	--bright: #FF6666;
    --dark: #14141F;
	--white: #FFF;
	--black: #000;
}


/*GBG ADD */

html, body {
    font-family: 'Nunito', sans-serif;
}

body.with-sticky-navbar {
    padding-top: 90px;
}

@media (max-width: 991.98px) {
    body.with-sticky-navbar {
        padding-top: 0; /* móvil sin sticky */
    }
}


/* ICONS */
.m-icon {
  width: 1.40em;
  height: 1.40em;
  vertical-align: -0.28em
}

@media (max-width: 992px) {
    .m-icon-sm {
        transform: scale(0.8);
    }
}

.btn-social svg,
.social-icon {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .social-icon {
        width: 16px;
        height: 16px;
    }
}


/* END ICONS */

@media (min-width: 768px) {
    .px-6 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .px-7 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .px-8 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (max-width: 576px) {
    .fs-6 {
        font-size: 1rem !important;
    }
}

@media (min-width: 992px) {
    .fs-6 {
        font-size: 1.5rem !important;
    }
}


/*ACCORDION COMO FUNCIONA */
.accordion-content {
    display: none;
    padding-left: 2.2rem;
    padding-right: .5rem;
}

.accordion-toggle {
    cursor: pointer;
}


/*END ACCORDION */


.btn-primary {
    color: #000;
    background-color: #CC3333;
    border-color: #CC3333;
	transition: background-color 0.3s;
}

.btn-primary:hover {
    color: #000;
    background-color:#FF6666;
    border-color: #FF6666;
}

.btn-primary:focus {
    box-shadow: 0 0 0 .25rem #FF6666;
}
.btn-primary:active {
    box-shadow: 0 0 0 .25rem #FF6666;
}

.btn-primary[disabled]
{
	color: #000;
    background-color:#FF6666;
    border-color: #FF6666;
}

/* Estilo propio de deshabilitado */
.btn-primary.disabled
{
	color: #000;
    background-color: #FF6666;
    border-color: #FF6666;
}

.btn-outline-primary
{
	color: var(--black) !important;
    border-color: var(--primary) !important;
}
.btn-outline-primary:hover {
	color: var(--black) !important;
    border-color: var(--primary) !important;
	background-color:var(--white) !important;
	box-shadow: none !important;
}
.btn-outline-primary:focus {
	color: var(--black) !important;
    border-color: var(--primary) !important;
	background-color:var(--white) !important;
	box-shadow: none !important;
}
.btn-outline-primary:active {
	color: var(--black) !important;
    border-color: var(--primary) !important;
	background-color:var(--white) !important;
	box-shadow: none !important;
}

.btn-outline-secondary
{
	color:#666 !important;
    border-color:#999 !important;
	background-color:var(--white) !important;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	
}
.btn-outline-secondary:hover {
	color: var(--black) !important;
    border-color:  var(--black)  !important;
	background-color:var(--white) !important;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.btn-outline-secondary:focus {
	color: var(--black) !important;
    border-color:  var(--black)  !important;
	background-color:var(--white) !important;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.btn-outline-secondary:active {
	color: var(--black) !important;
    border-color:  var(--black)  !important;
	background-color:var(--white) !important;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.btn:focus,
.btn-check:focus + .btn {
    box-shadow: none !important;
    outline: none !important
}

.text-primary {
	color: #CC3333 !important;
}

.text-dark {
	color: var(--dark) !important;
}

.text-white {
	color: #FFF !important;
}

.enlace-primary {
	color: var(--primary);
	cursor: pointer;
}

.enlace-primary:hover{
	color:#F9C
}

.text-small {
	font-size:12px;
}
@media (max-width: 767px) {
    .text-normal {
        font-size: 10px;
    }
}

.text-normal {
	font-size:18px;
}
@media (max-width: 767px) {
    .text-normal {
        font-size: 12px;
    }
}

.text-medium {
	font-size:24px;
}
@media (max-width: 767px) {
    .text-medium {
        font-size: 14px;
    }
}

.text-big {
	font-size:32px;
}
@media (max-width: 767px) {
    .text-big {
        font-size: 24px;
    }
}

.bg-primary {
	background-color: #CC3333 !important;
}

.back-secondary {
	background-color:#F9F !important;
}

a {
    color: var(--primary);
    text-decoration: none;
}
a:hover {
    color: var(--primary);
}

/*Span works as link */
.span-enlace
{
	color: var(--primary);
	cursor:pointer;
}

.form-control:focus {
    color: #808B8D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	box-shadow:none;
}

.form-select:focus {
    color: #808B8D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	box-shadow:none;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: var(--primary);
    box-shadow:none;
	border-color: inherit;
}
.btn-check:focus+.btn-primary, .btn-primary:active {
    background-color: var(--primary);
    box-shadow:none;
	border-color: inherit;
}

.btn-primary:active:focus {
	background-color: var(--primary);
    box-shadow:none;
	border-color: inherit;
}

.primary-bt-style{
	color: var(--white) !important;
	background-color: #CC3333 !important;
}

.border-primary {
	border-color: var(--primary) !important;
}

.btn-reverse {
	background-color: var(--white);
	color: var(--primary) !important;
	border: 1px solid var(--primary); 
}

.btn-reverse {
	background-color: var(--white);
	color: var(--primary) !important;
	border: 1px solid var(--primary); 
}

.btn-reverse:hover,
.btn-reverse:focus,
.btn-reverse:active {
	background-color: var(--primary) !important;
	color: var(--white) !important;
	border: 1px solid var(--primary) !important;
	box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.25);
}

.form-check-input:focus:not(:checked) {
  box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.15);
  border-color: var(--primary);
}

.error-message {
	color:#F00;
}

.alert-success {
	color:#0C0;
}

.alert-success {
	color:#146c43 !important;
}

alert-danger {
	color:#b02a37 !important;
}

.detail-container
{
	width: 85%; /* Porcentaje del ancho del contenedor padre */
    margin-right: auto;
    margin-left: auto;
}


/* SEPARADOR */

.separator {
    display: inline-block;
    padding: 0.2rem 0.2rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
	width:100%;
}

/* FIN SEPARADOR */

/* ICONOS DE AYUDA */


.info-tooltip .tooltip-inner {
	background-color: var(--white);
	border: 2px solid var(--primary); 
	font-size: 1.2rem; 
	padding: 15px;
	color: var(--dark); 
	max-width: 600px; 
	text-align: justify;
}


/* FIN ICONOS AYUDA */

/* Imágenes del anuncio destacado */
.anuncio-small-view-fixed-height {
	height: 18em;
	overflow: hidden;
}

@media (max-width: 768px) {
    .anuncio-small-view-fixed-height {
        height: 14em; 
    }
}

.anuncio-small-view-fixed-height img {
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
}
/* END Imágenes del anuncio destacado *

/* Botón Close en Modales */

.modal-button-close {
	float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/* Fin botón close en modaloes */


/*MODAL ESPECIAL*/

#modalSignUp .form-control:focus {
    outline: none;
    box-shadow: none;
}


/*FIN MODALES ESPECIALES*/


/* Iconos mismo ancho */
#sectionComoFunciona  i
{
	width: 1em !important;
	text-align: center;
}
/*Fin Iconos Mismo Ancho*/


/* El ancho 75 en móvil es más del 75 */
@media screen and (max-width: 480px)
{
	.w-75
	{
		width: 100% !important;
	}
	
	.detail-container
	{
		width: 95%; /* Porcentaje del ancho del contenedor padre */
		margin-right: auto;
		margin-left: auto;
	}
}

/* Estilos para pantallas pequeñas, como dispositivos móviles */
@media screen and (max-width: 767px) {
  .detail-container
	{
		width: 95%; /* Porcentaje del ancho del contenedor padre */
		margin-right: auto;
		margin-left: auto;
	}
}

/* Estilos para tabletas en modo horizontal */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .detail-container
	{
		width: 95%; /* Porcentaje del ancho del contenedor padre */
		margin-right: auto;
		margin-left: auto;
	}
}


.container-100{
	max-width: 100% !important;
}

/* stretch: Para dejar menos padding a los lados*/
.container-stretch
{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

/* ACCOUNT */


.profile-image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.no-image {
	background-color: #ccc;
	border-radius: 50%;
	object-fit: cover;
}

.menu-image.no-image {
    width: 30px;
    height: 30px;
	background-size: cover;
    background-position: center;
    display: inline-block;
	vertical-align:middle;
}

#accountMenu.menu-items {
	cursor: pointer !important;
}

.div-subir-imagen{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #e3e3e3;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.profile-image-edit {
	width: 100px;
	height: 100px;
	border-radius: 100%;
}

/* END ACCOUNT */

/* IMÁGENES EN EDICIÓN */

/*PANTALLA INICIO BOTONES CON PUNTERO */
#sectionComoFunciona .service-item {
	cursor:pointer !important;
}

#sectionComoFunciona .service-item a{
	 color: inherit;
}

/* */

/* Menú desplegable de mi cuenta, con fondo rojo */
.dropdown-menu .dropdown-item
{
	font-family: 'Nunito', sans-serif;
}

.dropdown-menu .dropdown-item:hover
{
	color: var(--white) !important;
	background-color: var(--primary) !important;
}

/* END ADD */

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

@media (max-width: 992px) { /* PARA QUE NO PISE EL STICKY MENÚ DEL MÓVIL*/
    .back-to-top {
        bottom: 60px !important;
        right: 20px !important;
    }
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out, visibility 0s linear;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

/* ADD PARA CUENTA EN EL MENU */
.nav-item .nav-link {
    font-family: 'Nunito', sans-serif;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
}

.sticky-top.navbar-light .nav-item .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

@media (max-width: 991.98px) {
	.nav-item .nav-link {
		color: var(--dark) !important;
		padding-left: 0 !important;
	}
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 70px;
	margin:5px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
		width:100% !important;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none;
    outline: none;
}

/* NavBar de Detalles del anuncio */

#navMenuDetail .nav-link {
    background-color: white;
    color: var(--primary) !important;
    border: 1px solid var(--primary);
    margin: 0 5px; /* Margen para espacio entre pestañas */
    border-radius: 5px; /* Bordes redondeados */
}

#navMenuDetail .nav-link.active {
    background-color: var(--primary);
    color: white !important;
    border: 1px solid var(--primary);
    border-radius: 5px; /* Bordes redondeados */
}

#navMenuDetail .nav-link:hover {
    background-color: var(--primary);
    color: white !important;
    border: 1px solid var(--primary);
    border-radius: 5px; /* Bordes redondeados */
}

/* END NavBar de Detalles del anuncio */



/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/principal.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}

/* LOGIN */
#lf-password:focus {
	background-color: transparent !important;
	z-index:1 !important;
}
/* END LOGIN */


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
	text-decoration:none !important;
}

.footer .btn.btn-link::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background: currentColor;
    mask: url('/img/assets/angle-right.svg') no-repeat center;
    -webkit-mask: url('/img/assets/angle-right.svg') no-repeat center;
}



.footer .btn.btn-link:hover {
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* COUNTRY GRID */
.country-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .country-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .country-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.country-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0,0,0,0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.country-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.country-card img {
    width: 100%;
    object-fit: cover;
	display: block;
}

.country-card-img { /* ONLY FOR LIST */
    height:240px !important;
    object-fit: contain !important; 
    background: var(--white) !important;
}

.country-card-body {
	padding: 0.75rem 1rem 1rem;
}

.country-name {
	font-weight: 600;
	font-size: 1rem;
	margin: 0;
	text-align: center;
}

.country-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* END COUNTRY GRID */

/* STICKY INFERIOR MOVIL */
.mobile-sticky-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
}

.mobile-sticky-nav .item {
    flex: 1;
    text-align: center;
    font-size: 12px;
    color: #444;
    text-decoration: none;
}

.mobile-sticky-nav .item.active {
    color: var(--primary);
}

.mobile-sticky-nav .item svg {
    display: block;
    margin: 0 auto 2px;
    width: 22px;
    height: 22px;
}

.mobile-sticky-nav .item span {
    font-size: 11px;
}

/* END STICKY