<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ESTILOS A CONSIDERAR */

header {
    position: absolute;
    width: 100%;
}
#dnn_HeaderPane {
    margin-top: 0 !important;
}
header&gt;.navbar {
    z-index: 1;
}

/* TERMINA ESTILOS A CONSIDERAR*/
.container-menu-principal {
    width: 20rem;
}
.menu-principal {
    z-index: 999;
    transition: 0.5s;
    position: fixed;
    width: 20rem;
    margin-left: -20rem;
    top: 0;
    height: 100%;
    overflow-y: auto;
    flex-wrap: wrap;
	background-color:#fff !important; 

}
.menu-principal a {
    color: #01669e;
    font-weight: 400;
	font-size:1.3rem;

}
.menu-principal .nav-link {
    font-size: 90%;
}
.menu-principal.muestra {
    margin-left: 0;
}
.menu-principal ul.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.menu-principal&gt;div {
    display: block !important;
    padding-top: 3rem;
}
.menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    font-family: cursive;
    color: #6d6d6d;
}

@media screen and (min-width:768px) {
    header&gt;.navbar {
        margin-top: 2rem;
    }/*
    .menu-principal {
        margin-top: -6rem;
    }
    .menu-principal.muestra {
        margin-top: 2rem;
    }*/
    .menu-burger-movil {
        display:none;
    }
}
@media screen and (max-width:767px) {
    button.menu-burger {
        display: none;
    }
    .menu-principal {
        margin-top: 0;
        border-radius: 0;
        min-height: 2rem;
    }
    .menu-principal .dropdown-menu {
        position: static;
       /* background-color: #0080b6; */
    }
     
}

/* ESTILOS MENÃš ACORDIÃ“N */
#accordian * {
    margin: 0;
    padding: 0;
}
/*#accordian {
    background: white;
    width: 20rem;
}*/
#accordian h4 a {
    padding: 0 10px;
    line-height: 34px;
    display: block;
    color: #01669e;
    text-decoration: none;
}

#accordian h4:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
#accordian li {
    list-style-type: none;
    padding: 0.2rem;
}
#accordian li ul {
    padding-left: 10px;
}

#accordian ul ul li a /*,
#accordian h4 */{
    color: #01669e;
    text-decoration: none;
    line-height: 27px;
    display: block;
    padding: 0;
    transition: all 0.1s;
    position: relative;
    font-size: 1rem;
    
}
#accordian&gt;ul&gt;li&gt;a {
    text-decoration: none;
    line-height: 27px;
    display: block;
    transition: all 0.1s;
    position: relative;
    padding-left: 10px;
    font-weight: 700;
}
#accordian h4 a {
    font-weight: 700;
}
#accordian ul li ul li a {
    padding-left: 10px !important;
}
#accordian h4 {
    padding-left: 0;
}
#accordian ul ul li a:hover {
    background: #ededed;
    border-left: 5px solid #01669e;
}

#accordian ul ul {
    display: none;
}

#accordian li.active&gt;ul {
    display: block;
}

#accordian ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
#accordian a:not(:only-child):after {
    content: "\276E";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
	transition: 0.3s;
}

#accordian .active&gt;a:not(:only-child):after {
    content: "\276E";
	transform : rotate(-90deg);
}
/* TERMINAN ESTILOS MENÃš ACORDIÃ“N */


.navbar-nav li:hover &gt; ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu &gt; .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
/* rotate caret on hover */
.dropdown-menu &gt; li &gt; a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 


.navbar-toggler-icon {
  filter:brightness(100);
}

.navbar-toggler {
  border:0px !important;
  color:transparent;
  margin-right:1rem;
}

@media (max-width: 400px) {
	#dnn_dnnLOGO_imgLogo {
		width:100px;
		
	}
}

@media screen and (max-width:768px)
{
	.language-object{
		margin-left:10px !important;
	   .Language { 
			margin-right:10px !important;
		}
	}

}


/* ESTILOS PARA FIJAR EL HEADER AL TOPE DE LA VENTANA EN SCROLL */
#header {
    position: fixed !important;
    z-index: 101;
    top: 0;
    transition: 0.5s;
}

#header.shrink {
    background: rgb(255 255 255 / 87%);
    background: rgba(255,255,255,0.87);
	border-bottom:1px black solid;
}
#header .navbar {
    transition: 0.5s;
}
#header.shrink .navbar
 {
    margin-top: 0;
}
#header.shrink .select-idioma-container span  {
    color: black;
}
#header.shrink .select-idioma-container button,
#header.shrink .select-idioma-container .btn.btn-light.mb-1 {
    background: #2a669a !important;
    color: white !important;
}


#header .select-idioma-container select,
#header .select-idioma-container .bi-search {
    transition: 0.2s;
}
#header.shrink .select-idioma-container select,
#header.shrink .select-idioma-container .bi-search {
    height: 0;
    border: 0;
    margin-top: -2rem;
    position: absolute;
}
#google_translate_element {
	margin-bottom: 0.5rem;
}

#google_translate_element span{
		color:black;
}

#header.shrink #google_translate_element{
		display:none;
}

#header #dnn_dnnLOGO_imgLogo {
    transition: 0.5s;
    height: 74px;
}

#header.shrink #dnn_dnnLOGO_imgLogo {
    height: 50px;
}
#header.shrink #dnn_dnnLOGO_imgLogo,
#header.shrink .navbar-toggler-icon {
    filter: invert(45%) sepia(33%) saturate(960%) hue-rotate(166deg) brightness(62%) contrast(98%);
}
    
/* Estilos video home */
    .homeVideo {
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .homeVideo .item .img {
        height: calc(100vh);
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .homeVideo .item .img video {
        pointer-events: none;
        width: 100vw;
        transition: 0.4s;
        height: 100vw;
        filter: hue-rotate(354deg);
        -webkit-filter: hue-rotate(354deg);
        -moz-filter: hue-rotate(354deg);
        -ms-filter: hue-rotate(354deg);
        -o-filter: hue-rotate(354deg);
        @media screen and (orientation:landscape) {
            height: auto;
        }
        border: none;
        min-height: 100vh;
        /*min-width: 177.77vh;*/ /* PARA VIDEO STANDAR DE 1920x1080 px*/
        min-width: 270vh; /* PARA VIDEO DE CUBA TRAVEL 1920x728 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #gobooking {
        position: absolute;
        bottom: 10rem;
        left: 2rem;
    }
    button#activarSonido {
        background: transparent;
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        width: 40px;
        height: 40px;
        z-index: 1;
    }
    /* Termina estilos video home*/

</pre></body></html>