*{
    /* outline: 1px solid yellowgreen; */
}
@font-face {
    font-family: "BebasKai";
    src: url("../fonts/BebasKai.ttf");
}
@font-face {
    font-family: "Mona-Sans";
    src: url("../fonts/Mona-Sans.ttf");
}
@font-face {
    font-family: "Raleway-Bold";
    src: url("../fonts/Raleway-Bold.ttf");
}
@font-face {
    font-family: "Raleway-Regular";
    src: url("../fonts/Raleway-Regular.ttf");
}
@font-face {
    font-family: "URW Globe";
    src: url("../fonts/URW Globe W01 Over Weight.ttf");
}
/* PROPIOS DE CSS */
:root {
    --parhi-btn-naranja: #ea6c23;
    --parhi-fondo-principal: #ededed;
    --parhi-fondo-gris: #706F6F;
    
    --parhi-fondo-grisClaro: #c6c6c6;
    --parhi-PL: #1074bc;
    --parhi-PL-mid: #009fe3;
    --parhi-PL-sub: #9edbee;
    --parhi-UL: #652d91;
    --parhi-UL-mid: #951b81;
    --parhi-UL-sub: #a387be;
    --parhi-BC: #821321;
    --parhi-BC-mid: #be1522;
    --parhi-BC-sub: #e2a568;

    --parhi-btn-rojo: #c42026; /*quitar este color*/
    --parhi-menu: #c71d07; /*quitar este color*/
    --parhi-base: #c20c15;
    --parhi-hover: #ffb01d;
    --parhi-active: #8c070e;
        /*este es el bueno*/

    --parhi-humanismo:#90268f;
    --parhi-equipo:rgb(202, 71, 83);
    --parhi-calidad:rgb(251, 176, 63);
    --parhi-medioAmbiente:rgb(38, 158, 87);

    --font-URW-Globe:URW Globe;
    --font-BebasKai:BebasKai;
    --font-Mona-Sans:Mona-Sans;
    --font-Raleway-Bold:Raleway-Bold;
    --font-Raleway-Regular:Raleway-Regular;
    --font-size-regular:clamp(1rem, 0.043rem + 1.083vw, 3rem) !important;
}
::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.8rem;
    background-color: var(--parhi-fondo-grisClaro);
    border: 1px solid #939393;
    border-radius: .4rem;
}

::-webkit-scrollbar-thumb {
    border-radius: .4rem;
    background-color: rgb(162, 0, 0);
    border: 1px solid black;
    
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: .4rem;
}
body{
    background-color: var(--parhi-fondo-principal);
}
mark{
    background-color: #FFEB3B;
}
figcaption, figcaption > *{
    line-break: auto !important;
    text-align: center !important;
}
select option:disabled{
    background-color: var(--parhi-fondo-grisClaro) !important;
    color: #930005 !important;
    text-shadow: 0 0 1px black !important;
}

.text-justify{
    text-align: justify;
}
.pagination{
    justify-content: center;
}
.alinear-vertical{
    display: flex;
    align-items: center;
}

/*  */
.url-seleccionado{
    color:var(--parhi-base);
    font-weight:bold;
    text-transform: uppercase;
}
.url{
    color:black;
    text-decoration: none;
}
.url:hover{
    text-decoration: underline;
}

.raleyway, .raleyway i{
    font-size: var(--font-size-regular);
    font-family: 'Raleway-Regular';
    text-align: justify;
    display: inline-block;
    /* width: 100%; */
    line-break: auto;
}
p.mona{
    font-size: var(--font-size-regular);
    font-family: 'Mona-Sans';
}
.mona>*{
    font-size: var(--font-size-regular);
    font-family: 'Mona-Sans';
}
ul.mona, ol.mona{
    font-size: var(--font-size-regular);
    font-family: 'Mona-Sans';
    padding-left: calc(2rem + 1vh);
    padding-top: calc(2rem + 1vh);
}
p.mona-gris{
    font-size: var(--font-size-regular);
    font-family: 'Mona-Sans';
    text-align: justify;
    background: var(--parhi-fondo-gris);
    color: white;
    padding: 0px 10px;
    font-weight: 600;
    border-radius: 10px;
}
p.mona-rojo{
    font-size: var(--font-size-regular);
    font-family: 'Mona-Sans';
    text-align: justify;
    color: var(--parhi-btn-rojo);
    padding: 0px 10px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: underline; 
}
.bebas-smol {
    font-family: var(--font-Mona-Sans);
    font-size: clamp(1.0rem, 0.5rem + 0.9vw, 4rem);
}

.mona-R-B {
    font-family: var(--font-Mona-Sans);
    font-weight: bold;
    color: var(--parhi-base);
    font-size: clamp(1.0rem, 0.6rem + 1.0vw, 4rem);
}

.mona-B-B {
    font-family: var(--font-Mona-Sans);
    font-weight: bold;
    color: black;
    font-size: clamp(1.0rem, 0.6rem + 1.0vw, 4rem);
}

.bebas-R-T{
    font-family: var(--font-BebasKai);
    font-weight: bold;
    color: var(--parhi-base);
    font-size: clamp(1.0rem, 0.4rem + 1.5vw, 8rem);
}
.bebas-B-T{
    font-family: var(--font-BebasKai);
    font-weight: bold;
    color: white;
    font-size: clamp(1.0rem, 0.4rem + 1.5vw, 8rem);
}

.sombra-bnco{
    text-shadow: -1px -1px 1px white, 1px -1px 1px white, 1px 1px 1px white, -1px 1px 1px white;
}
.sombra-gris{
    text-shadow: -1px -1px 2px gray, 1px -1px 2px gray, 1px 1px 2px gray, -1px 1px 2px gray;
}
/* ELEMENTOS GENERALES */
.bg-PL-sub{
    background-color: var(--parhi-PL-sub);
}
.borde-PL{
    border:4px solid var(--parhi-PL-mid);
}
.button-PL{
    background-color: var(--parhi-PL);
    transition: 0.4s;
    color: white;
    font-weight: bold;
}
.button-PL:hover {
    background-color: var(--parhi-PL-sub);
}
.button-PL:active {
    background-color: var(--parhi-PL-mid);
}

.bg-UL-sub{
    background-color: var(--parhi-UL-sub);
}
.borde-UL{
    border:4px solid var(--parhi-UL-mid);
}
.button-UL{
    background-color: var(--parhi-UL);
    transition: 0.4s;
    color: white;
    font-weight: bold;
}
.button-UL:hover {
    background-color: var(--parhi-UL-sub);
}
.button-UL:active {
    background-color: var(--parhi-UL-mid);
}

.bg-BC-sub{
    background-color: var(--parhi-BC-sub);
}
.borde-BC{
    border:4px solid var(--parhi-BC-mid);
}
.button-BC{
    background-color: var(--parhi-BC);
    transition: 0.4s;
    color: white;
    font-weight: bold;
}
.button-BC:hover {
    background-color: var(--parhi-BC-sub);
}
.button-BC:active {
    background-color: var(--parhi-BC-mid);
}
.btn{
    margin: 6px 8px;
}
.btn-parh {
    font-family: 'BebasKai';
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(1rem, 0.343rem + 1.8vw, 3rem);
}
.btn-parh-gen{
    border: 2px solid var(--parhi-btn-rojo) !important;
    background-color: var(--parhi-btn-rojo);
}
.btn-parh:hover{
    /* outline: 2px solid var(--parhi-btn-rojo); */
    /* border: 2px solid var(--parhi-btn-rojo);
    color: var(--parhi-fondo-gris); */
}
.btn-PL{
    background-color: var(--parhi-PL);
    border: 2px solid var(--parhi-PL) !important;
    color: white;
    line-break: auto;
}
.btn-UL{
    background-color: var(--parhi-UL);
    border: 2px solid var(--parhi-UL) !important;
    color: white;
    line-break: auto;
}
.btn-BC{
    background-color: var(--parhi-BC);
    border: 2px solid var(--parhi-BC) !important;
    color: white;
    line-break: auto;
}
.btn-parh-tall{
    padding: 15px 0px;
}

.btn-naranja{
    background-color: var(--parhi-btn-naranja);
    color: white;
    font-family: var(--font-BebasKai);
    font-size: clamp(1rem, 0.90rem + 1.1vw, 3rem);
    padding: 0 20px;
}
.tag-naranja-sm{
    background-color: var(--parhi-btn-naranja);
    color: white;
    font-family: var(--font-BebasKai);
    font-size: clamp(1rem, 0.7rem + 0.9vw, 3rem);
    padding: 0px 7px;
    border-radius: 0.2rem 1rem 1rem 0.2rem;
}
.btn-naranja:hover{
    background-color: white;
    color: var(--parhi-btn-naranja);
    font-family: var(--font-BebasKai);
    font-size: clamp(1rem, 0.90rem + 1.1vw, 3rem);
    padding: 0 20px;
}
.btn-rojo{
    background-color: var(--parhi-base);
    color: white;
    font-family: var(--font-BebasKai);
    font-size: clamp(1rem, 0.90rem + 1.1vw, 3rem);
    padding: 0 20px;
}
.btn-rojo:hover{
    background-color: white;
    color: var(--parhi-base);
    font-family: var(--font-BebasKai);
    font-size: clamp(1rem, 0.90rem + 1.1vw, 3rem);
    padding: 0 20px;
}
.btn-rojo:active{
    background-color: var(--parhi-fondo-gris) !important;
    color: white !important;
}

.enlace-azul{
    font-size: var(--font-Raleway-size-regular);
    font-family: var(--font-Mona-Sans);
    font-weight: bold;
    color: #00aeef;
    line-break: anywhere;
}
.enlace-azul:hover{
    color: blue;
}
.enlace-azul:visited{
    color: purple;
}
.enlace{
    font-size: var(--font-Raleway-size-regular);
    font-family: var(--font-Mona-Sans);
    font-weight: bold;
    color: black;
    width: auto;
    display: contents;
}
.enlace:hover{
    color: var(--parhi-base) !important;
}
.enlace:visited{
    font-weight: normal;
    color: var(--parhi-UL-sub);
}
.enlace:active{
    color: var(--parhi-BC);
}
.enlace-rojo-blanco{
    /* position: absolute; */
    background-color: var(--parhi-base) !important;
    color: white;
    padding: 0 10px;
    margin: 0 4px;
    text-decoration: none;
    font-family: var(--font-Mona-Sans);
    font-size: var(--font-Raleway-size-regular);
}
.enlace-rojo{
    background-color: var(--parhi-base) !important;
    color: white;
    padding: 0 10px;
    margin: 0 4px;
    text-decoration: none;
    font-family: var(--font-Mona-Sans);
    font-size: var(--font-Raleway-size-regular);
}
.enlace-bnco{
    color: white;
    text-decoration: none;
}
.borde-parhi-img{
    border: 3px solid var(--parhi-base);
    aspect-ratio: 1 / 1;
}
.borde-parhi-img img{
    width: 100%;
    height: 100%;
}
.borde-parhi-img i{
    width: 100%;
    height: auto;
    object-fit: cover;
    color: white;
}
/* .btn-press-PL-down:active{
    background-color: var(--parhi-PL) !important;
    color: red;
} */
.tagcheck-container{
    width: min-content;
}
.tagcheck-container label{
    background-color: lightgray;
    color: black;
    -webkit-user-select: none;
        /* Safari */
        -ms-user-select: none;
        /* IE 10 and IE 11 */
        user-select: none;
        /* Standard syntax */
    padding: 0 10px;
}
.tagcheck-container input[type="checkbox"]{
    display: none;
}
.tagcheck-container input[type="checkbox"]:checked+label{
    /* font-weight: bold; */
    background-color: var(--parhi-UL-mid);
    color: white;
}
.tags{
    color: white;
    background-color: var(--parhi-UL-mid);
}
.tags:hover{
    color: white;
    text-decoration: underline;
}

.subtitulo1-res{
    font-size: clamp(1rem, 0.6rem + 1.1vw, 3.8rem) !important;
    font-family: var(--font-Mona-Sans);
    font-weight: bold;
    padding-top: 1rem;
}
.titulo1-res{
    font-family: 'BebasKai';
    font-size: clamp(1rem, 0.543rem + 1.483vw, 3.8rem);
    color: var(--parhi-menu);
}
.titulo2-res{
    font-family: 'BebasKai';
    font-size: clamp(1rem, 0.80rem + 1.483vw, 5rem);
    color: var(--parhi-menu);
}
.titulo3-res{
    font-family: 'BebasKai';
    font-size: clamp(1rem, 1.10rem + 1.5vw, 6rem);
    color: var(--parhi-menu);
}
.titulo4-res{
    font-family: 'BebasKai';
    font-size: clamp(1rem, 1.40rem + 1.5vw, 7rem);
    color: var(--parhi-menu);
}
.titulo5-res{
    font-family: 'BebasKai';
    font-size: clamp(1rem, 1.75rem + 1.5vw, 9rem);
    color: var(--parhi-menu);
}
.titulo6-res{
    font-family: 'BebasKai';
    font-size: clamp(1rem, 2.20rem + 1.5vw, 11rem);
    color: var(--parhi-menu);
}
.titulo-anim{
    overflow: hidden;
}
.titulo-anim center
{
    transform: translateX(100%);
    transition: 1s;
}
.titulo-anim span{
    transform: translateX(100%);
    transition: 1s;
    width: 100%;
    display: block;
}




.panel-blanco-rojo{
    background-color: white;
    border: 4px solid var(--parhi-base);
}

.pestanas{
    /* background-color: red; */
}
.pestanas ul.list{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-bottom: 6px solid var(--parhi-base);
    position: sticky;
    top: 0px;
    background-color: var(--parhi-fondo-principal);
    z-index: 2;
}
.pestanas ul.list li{
    font-family: 'BebasKai';
    font-size: clamp(1.0rem, 0.5rem + 0.9vw, 4rem);
    cursor: pointer;
    transition: 0.3s;
    padding: 0px 8px;
    
}
.pestanas ul.list li:hover{
    background-color: var(--parhi-base);
    color:white;
}
.pestanas ul.list li:active{
    background-color: var(--parhi-BC);
    color:white;
}
.pestanas .paginas{
    display: none;
}
.pestanas .activo{
    display: flex;
    justify-content: center;
}
.pestanas .paginas table{
    width: 100%;
}

table#attrMedBlog tbody tr{
    display: none;
}

.galeriaChica{
    position: relative;
    padding: 0;
}
.galeriaChica img{
    display: none;
}
.galeriaChica .bullets{
    display: flex;
    position: absolute;
    list-style: none;
    justify-content: space-evenly;
    margin: 5px 0 0 0;
    padding: 0;
}
.galeriaChica .bullets li{
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--parhi-base);
    border-radius: 2rem;
    border: 2px solid gray;
    color: white;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
}
.galeriaChica .bullets li:hover{
    background-color: var(--parhi-BC);
}
.galeriaChica .activo{
    display: block;
    position: relative;
}

.cinta-gris{
    background-color: var(--parhi-fondo-grisClaro);
}
.cinta-gris .titulo{
    color: white;
}
.cinta-gris .cinta-imagenes{
    display: flex;
    justify-content: center;
}
.cinta-gris .cinta-imagenes a{
    width: 9%;
    margin: 0.5%;
    padding: 0;
}
.cinta-gris .cinta-imagenes a img{
    width: 100%;
}

.listadoSeparado{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    height: fit-content;
}
.listadoSeparado span{
    color:black;
    margin: 0 3px;
    font-family: 'BebasKai';
        font-size: clamp(1.3rem, 0.75rem + 1.2vw, 9rem);
}
.listadoSeparado span.barra{
    display: block;
    width: 4px;
    height: 20px;
    background-color: var(--parhi-base);
}
.tarjeta-roja{
    background-color: var(--parhi-base);
    color: white;
    border: 6px solid var(--parhi-base);
}
.lista-checks{
    list-style: none;
    text-align: center;
}
.lista-checks li{
    display: inline-flex;
    font-weight: bold;
    margin: 0 10px;
}
.lista-checks li:before {
    content: '✓ ';
    font-weight: bold;
    color: var(--parhi-base);
}
.telefono-rojo-der{
    /* display: inline-flex; */
    position:relative;
}
.telefono-rojo-der:after{
    /* content: url("/resources/img/Telefono.svg");
    width:15px;
    min-width:15px;
    display: block;
    position: relative;
    margin-left: 6px;
    top: 0%;
    position: relative; */
    content: url(/resources/img/Telefono.svg);
    width: 15px;
    min-width: 15px;
    display: inline-block;
    margin-left: 6px;
    position: absolute;
}

.telefono-rojo-izq{
    display: inline-flex;
}
.telefono-rojo-izq:before{
    content: url("/resources/img/Telefono.svg");
    width:15px;
    min-width:15px;
    display: block;
    margin-right: 6px;
    top: 0%;
    position: relative;
}
.ubicacion-rojo-izq{
    display: inline-flex;
}
.ubicacion-rojo-izq:before{
    content: url("/resources/img/ubicacion.svg");
    width:15px;
    min-width:15px;
    display: block;
    margin-right: 6px;
}
.ubicacion-rojo-der{
    /* display: inline-flex; */
    position: relative;
}
.ubicacion-rojo-der:after{
    /* content: url("/resources/img/ubicacion.svg");
    width:15px;
    min-width:15px;
    display: inline-block;
    margin-left: 6px; */
        content: url(/resources/img/ubicacion.svg);
        width: 15px;
        min-width: 15px;
        display: inline-block;
        margin-left: 6px;
        position: relative;
        bottom: 100%;
        transform: translate(100%, 100%);
        left: 2px;
}

.cuadros-bicolor-rojo div .bic{
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    color: white;
    text-shadow: 1px 1px 1px black;
}
.cuadros-bicolor-rojo div:nth-child(even) .bic{
border:6px solid var(--parhi-BC-mid);
background-color: var(--parhi-BC-sub);
}
.cuadros-bicolor-rojo div:nth-child(odd) .bic{
    border:6px solid var(--parhi-BC-sub);
    background-color: var(--parhi-BC-mid);
}

table.tabla-borde{
    line-break: anywhere;
}
table.tabla-borde td{
    border: 2px solid black;
}

table.tabla-parh th{
    background-color: var(--parhi-base);
    color: white;
    font-weight: bold;
    text-align: center;
    border-left:2px solid var(--parhi-base);
    border-top:2px solid var(--parhi-base);
    border-right:2px solid var(--parhi-base);
}
table.tabla-parh td{
    background: white;
    color: black;
    border: 2px solid black;
}
table.tabla-parh >tbody>tr:nth-of-type(odd) td{
    background-color: #ededed !important;
}


#fondoBorroso{
    display: block;
    width: 100%;
    height: 0px;
    position: sticky;
    top: 0px;
    z-index: 2;
    backdrop-filter: blur(3px);
}
#fondoBorroso div{
    display: block;
    width: 100%;
    height: calc(40px + 0.4vw);
    border-bottom: 3px solid var(--parhi-menu);
    backdrop-filter: blur(1px);
    background: #172c3f40;
}
#content{
    width: 100%;
    height: 100%;
    display: block;
    background-color: gray;
}

main.container{
    padding: 0;
    margin: auto;
    max-width: initial !important;
    width: 100%;
}
.blogCont{
    box-shadow: -3px 0px 10px gray, 3px 0px 10px gray;
}
.blogCont p {
    width: 100%;
    line-break: auto;
}
main .blogCont section{
    font-size: var(--font-Raleway-size-regular);
    line-break: auto;
}
main .blogCont table{
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
}
main .blogCont table td{
    border:1px solid black;
    line-break: anywhere;
    padding: 5px;
    font-size: var(--font-Raleway-size-regular);
    font-family: 'Raleway-Regular';
}
main .blogCont figure figcaption{
    text-align: center;
}
section{
    color:black;
}
#formularioVenta{
    /* position: sticky; */
    top: 0px;
    z-index: 1;
}
#formularioVenta form{
    /* border: 2px solid red;
    border-radius: 10px; */
    background-color: var(--parhi-fondo-principal);
}

.responsive-inputs{
    font-size: clamp(1rem, 0.4rem + 0.7vw, 8rem) !important;
    height: 100%;
    display: block;
}

#formularioVenta .control-cont{
    position: relative;
    margin:4px;
    height: 100%;
    /* background-color: gray; */
    /* height: 44px; */
}
#formularioVenta .control-cont label{
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 1;
}
#formularioVenta .control-cont label img{
    width: 16px;
}
#formularioVenta select, #formularioVenta input.vta{
    border: 3px solid var(--parhi-base);
    color: gray;
    width: 100%;
    vertical-align: bottom;
    /* background: #ff000040; */
    height: 100%;
    position: absolute;
    left: 0;
    padding-top: 14px;
    text-align: center;
}
#formularioVenta .control-cont:nth-last-of-type(){
    background-color: blueviolet;
    color: red;
    border: green;
}
#inp-origen{
    border-radius: 10px 0 0 10px;
}
#inp-regreso{
    /* border-radius: 0 10px 10px 0; */
}
#inp-pasajeros{
    border-radius: 0 10px 10px 0;
    background-color: white;
    border: 3px solid var(--parhi-base);
}
#formularioVenta select optgroup{
    /* border: 2px solid red; */
    color: var(--parhi-btn-naranja);
}
#formularioVenta select optgroup option{
    color: black;
}

.cantidad-pasajeros-actual{
    width: 100%;
    margin-top: 20px;
    position: absolute;
    text-align: center;
}

.cont-pasajeros{
    width: 300px;
    height: auto;
    /* min-height: 100px; */
    background: var(--parhi-fondo-principal);
    display: none;
    position: absolute;
    right: 10px;
    /* top: calc(-100% - 60px); */
    bottom: calc(100% + 2px);
    padding: 0 1rem;
    z-index: 1;
    border: 3px solid var(--parhi-base);
    border-radius: 10px;
}
.cont-pasajeros .linea{
    display: inline-flex;
    position: initial;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 3px 0;
}
.cont-pasajeros .linea .lbl{
    height: 100%;
    width: 50%;
    /* margin: 0; */
    float: left;
}
.cont-pasajeros .linea .cant{
    height: 100%;
    width: 50%;
    /* background: #ff00008a; */
    top: 0;
    right: 0px;
    display: flex;
    position: relative;
}
.cont-pasajeros .linea .cant input:disabled{
    background-color: darkgray;
    color: white;
}
.cont-pasajeros .linea button:disabled{
    background-color: darkgray !important;
    color: white !important;
}
.cont-pasajeros .linea .cant input{
    width: 50%;
    margin: 0px 2px;
    padding: 0 10px;
    border-top: 3px solid var(--parhi-base);/* background-color: red; */
    border-bottom: 3px solid var(--parhi-base);/* background-color: red; */
    text-align: center;
}
.cont-pasajeros .linea .cant input::-webkit-outer-spin-button,
.cont-pasajeros .linea .cant input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.cont-pasajeros .linea .cantinput[type=number] {
    -moz-appearance: textfield;
}
.cont-pasajeros .linea .cant button{
    border: none;
    width: 40px;
    height: 30px;
    background-color: var(--parhi-base);;
    border-radius: 30px;
    font-weight: bolder;
}
.cont-pasajeros .linea .cant button:nth-child(1){
    position: relative;
    left: 15px;
}
.cont-pasajeros .linea .cant button:last-child{
    position: relative;
    right: 15px;
}


/* DESTINOS INDEX */

#dest-cont a.destino{
    /* display: contents;
    margin: 2px 10px; */
    display: initial;
}
.dest-pop{
    height: 200px;
    position: relative;
}
.dest-pop div.holder{
    /* margin: 2px 10px; */
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.dest-pop .titulo{
    position: absolute;
    bottom: 4px;
    color: white;
    font-size: clamp(1rem, 1rem + 0.6vw, 3rem) !important;
    font-family: 'Mona-Sans';
    font-weight: 400;
    width: calc(100% - 20px);
    text-shadow:0px 0px 1px rgba(0, 0, 0, 1),
        -1px -1px .8px rgba(90, 90, 90, 0.550),
        1px 1px .8px rgba(90, 90, 90, 0.550),
        -1px 1px .8px rgba(90, 90, 90, 0.550),
        1px -1px .8px rgba(90, 90, 90, 0.550);
    padding: 0 5px;
    text-align: center;
}
.dest-pop img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.dest-pop:hover + img {
    border:2px solid red;
}
.dest-pop p{
    /* background: red; */
    color: white;
    background-color: #00000034;
    backdrop-filter: blur(2px);
    display: block;
    width: calc(100% - 20px);
    position: absolute;
    top:100%;
    transition: 1s;
    line-height: normal;
    text-shadow: -1px -1px 2px #00000080, -1px 1px 2px #00000080, 1px -1px 2px #00000080, 1px 1px 2px #00000080;
    height: 50px;
    padding: 0 5px;
    border-radius: 0px 0px 13px 13px;
    overflow: hidden;
}

.dest-top{
    width: calc(50% - 1rem);
}
.dest-bottom{
    width: calc(33.33% - 1rem);
}

/* DESTINOS DETALLE */
.destino-detalle .galeria{
    border: 4px solid var(--parhi-btn-rojo);
    outline: none !important;
    padding: 0;
    aspect-ratio: 15/9;
    position: relative;
    height: fit-content;
}
.destino-detalle .galeria ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.destino-detalle .galeria ul li{
    list-style: none;
    width: inherit;
    height: inherit;
    display: none;
}
.destino-detalle .galeria ul li.foto img{
    background-color: red;
    width: 100%;
    height: 100%;
}
.destino-detalle .galeria ul li.foto.active{
    display: block;
}
.destino-detalle .galeria ul li.foto.maximized{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    z-index: 2;
}
.destino-detalle .galeria nav {
    position: absolute;
    top: 0px;
    /* background-color: red; */
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.destino-detalle .galeria nav button{
    background-color: var(--parhi-btn-rojo);
    color: white;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    padding: 0px;
    border: none;
    transition: .2s;
}
.destino-detalle .galeria nav button:hover{
    background-color: var(--parhi-menu);
}
.destino-detalle .galeria nav button:active{
    background-color: var(--parhi-base);
}
.destino-detalle .descripcion{
    text-align: justify;
}

.ubicacion .domicilio{
    text-align: right;
}
.ubicacion .imagen img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.ubicacion .mapa{
    min-height: 260px;
}
.ubicacion .mapa iframe{
    width: 100%;
    height: 100%;
}

.detalleServicioRuta .intro .logo{
    max-width: 80%;
    height: fit-content;
}
.detalleServicioRuta .intro video{
    width: 100%;
    height: 100%;
}
.detalleServicioRuta .intro .txt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    align-content: stretch;
    justify-content: center;
}

.detalleServicioRuta .amenidades{

}
.detalleServicioRuta .cierre img{
    width: 100%;
}
.detalleServicioRuta .cierre{

}
.galeriaConTexto{
    
}
.galeriaConTexto .texto{
    
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}
.galeriaConTexto .texto p{
    display: none;
    font-family: var(--font-Mona-Sans);
}
.galeriaConTexto .texto .active{
    display: block;
    margin: 0;
}
.galeriaConTexto .imagenes{
    position: relative;
    /* transition: 1s; */
    aspect-ratio: 353 / 199;
    background-color: black;
}
.galeriaConTexto .imagenes img{
    display: none;
    transition: 1s;
}
.galeriaConTexto .imagenes .active{
    display: block;
    width: 100%;
    height: 100%;
}
.galeriaConTexto .controls{
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.galeriaConTexto .controls button{
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}


/*  */
/*  */
/*  */
/*  */
.botones-en-linea{
    display: flex;
}
.botones-en-linea a{
    margin: 0 10px;
    padding: 0 6px;
    color: white;
    background-color: var(--parhi-btn-rojo);
    text-decoration: none;
    font-family: var(--font-BebasKai);
    font-size: clamp(1rem, 0.7rem + 0.5vw,3rem);
}
/* NOSOTROS */
#galeriaCont-cont{
    display:grid;
}
.galeriaContinuaHori{
    height: 300px;
    width: 100%;
    overflow-x: auto;
    display: flex;
}
.galeriaContinuaHori img{
    height: 100%;
}
/* SERVICIOS DE RUTA */
#section-servicios-indx{
    background: white;
}
#cont-det-serv{
    border:4px solid gray;
}
#cont-det-serv .texto-detalle{
    background-color: lightgray;
}


#formContacto-cont #formularioContacto{
    /* animation-name: send-email-form; */
    animation-duration: 4s;
    animation-fill-mode: forwards;
    position: relative;
}
#formContacto-cont .sobre-cont{
    display: block;
    /* background-color: red; */
    position: absolute;
    /* animation-name: send-email-envelope; */
    animation-duration: 3s;
    animation-fill-mode: forwards;
    transition: 2s;
    background-image: url('/resources/img/sobre.png');
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    transform: translate(-50%, 200%);
    

}
#formContacto-cont .sobre-cont .sobre{
    display: block;
    width: inherit;
    height: 100%;
    position: absolute;
    top: 0%;
    background: white;
}
.captcha-cont img{
    height:max-content;
}
.footer{
    background-color: var(--parhi-base);
    /* background-image: url('/resources/img/Borde.png'); */
    font-family: 'Mona-Sans';
    /* font-size: clamp(1rem, 0.043rem + 0.453vw, 3rem); */
    font-size: var(--font-Raleway-size-regular);
    text-shadow:
        -1px -1px 1px var(--parhi-footer), -1px 1px 1px var(--parhi-footer), 1px -1px 1px var(--parhi-footer), 1px 1px 1px var(--parhi-footer),
        -1px -1px 2px var(--parhi-footer), -1px 1px 2px var(--parhi-footer), 1px -1px 2px var(--parhi-footer), 1px 1px 2px var(--parhi-footer),
        -2px -2px 1px var(--parhi-footer), -2px 2px 1px var(--parhi-footer), 2px -2px 1px var(--parhi-footer), 2px 2px 1px var(--parhi-footer),
        -2px -2px 2px var(--parhi-footer), -2px 2px 2px var(--parhi-footer), 2px -2px 2px var(--parhi-footer), 2px 2px 2px var(--parhi-footer);
    color:white;
    background-size: contain;
    background-repeat: no-repeat;
}

footer .logo-cont{
    font-family: 'URW Globe' !important;
}
footer .logo-cont .logo{
    font-size: clamp(1rem, 1.843rem + 0.853vw, 3rem);
}
footer .logo-cont .nombre{
    font-size: clamp(1rem, 0.343rem + 0.853vw, 3rem);
    display: block;
    line-break: auto;
    line-height: normal;
}
footer ul{
    padding: 0;
    margin: 0;
}
footer ul li {
    text-align: center;
    padding: 0 10px;
    list-style: none;
}
footer h5 {
    font-family: 'BebasKai';
    font-size: clamp(1rem, 0.543rem + 2.283vw, 3rem);
    text-align: center;
}
footer a{
    color: white;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: .3s;
}
footer a:hover{
    border-color: white;
}
#chat-cont:hover > .chat{
    left: calc(100% - 264px);
    
    /* background-color: green; */
}
#chat-cont:hover > .chat p{
    /* background-color: var(--parhi-menu); */
    opacity: 1;
}
#chat-cont:hover > .chat .icono{
    transform: translateX(-10px);
    margin-right: 15px;
    animation-name: shake-spin;
    animation-duration: 0.4s;
    animation-delay: 1.5s;
}
#chat-cont a{
    text-decoration: none;
    display: block;
    position: absolute;
    width: 110px;
    height: 10px;
    /* background: red; */
    right: 0px;
    top: 100px;
}
#chat-cont{
    display: block;
    position: fixed;
    width: 100%;
    height: 0px;
    background: green;
    top: calc(100vh - 160px);
    z-index: 1;
    outline: none !important;
}
#chat-cont .chat{
    display: flex;
    position: absolute;
    bottom: 52px;
    left: calc(100% - 51px);
    /* left: calc(100% - 264px); */
    transition: 1s;
    height: 50px;
    width: fit-content;
}
#chat-cont .chat p{
    display: block;
    /* background: var(--parhi-btn-rojo); */
    background: #bd1622;
    opacity: 0.5;
    color: white;
    text-align: center;
    padding: 10px;
    width: 200px;
    font-weight: bolder;
    transition: 1s;
    margin: 0;
    border-radius: 15px;
    border: 2px solid white;
}
#chat-cont .chat .icono{
    width: 50px;
    height: 50px;
    margin-right: 15px;
    transition: 1s;
}

/* TURISMO */
.imgDiagram{
    max-height: 94vh;
}
#modal-multimedia{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.395);
    top: 0;
    left: 0;
    z-index: 11;
    backdrop-filter: blur(2px);
}
#modal-multimedia img{
    /* width: 100%;
    height: auto; */
    min-width: 50%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#modal-multimedia figcaption{
    position: absolute;
    bottom: 0;
    background: black;
    width: 100%;
    text-align: center;
}
/************/
/* DESTINOS */
/************/
.header{
    
}
.header img,
.header video,
.header audio{
    width: 100%;
}
.separador-lineas{
    display: flex;
    position: relative;
    margin: 10px 1px;
}
.separador-lineas span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--parhi-base);
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.separador-lineas span.R{
    right: 0;
}
.separador-lineas span.LN{
    width: 100%;
    height: 6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--parhi-base);
    z-index: -1;
}
.separador-lineas center{
        /* text-shadow: -1px -1px 0px #e6e7e9, 1px -1px 0px #e6e7e9, 1px 1px 0px #e6e7e9, -1px 1px 0px #e6e7e9,
            -2px -2px 0px #e6e7e9, 2px -2px 0px #e6e7e9, 2px 2px 0px #e6e7e9, -2px 2px 0px #e6e7e9,
            -3px -3px 0px #e6e7e9, 3px -3px 0px #e6e7e9, 3px 3px 0px #e6e7e9, -3px 3px 0px #e6e7e9,
            -4px -4px 0px #e6e7e9, 4px -4px 0px #e6e7e9, 4px 4px 0px #e6e7e9, -4px 4px 0px #e6e7e9; */
    background: var(--parhi-fondo-principal);
    width: fit-content;
    margin: auto;
    padding: 1px 5px;
    color: var(--parhi-menu);
    font-weight: bold;
}

.destinosAgrupados{
    display: flex;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.destinosAgrupados span{
    margin: 4px 10px;
    padding: 0px 4px;
    
}
/************/
/* NOSOTROS */
/************/
.valoresDegradado{
    
}
.valoresDegradado .imagen{
    position: relative;
}
.valoresDegradado .imagen .transicion{
    position: absolute;
    background: rgb(194, 12, 21);
    background: linear-gradient(0deg, rgba(194, 12, 21, 1) 33%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 99%);    
    z-index: 30;
    width: 100%;
    height: 50px;
    bottom: 0;
}
/* .valoresDegradado .texto{ */
.texto-bnco-rojo{
    background: rgb(194, 12, 21);
    color: white;
}

.compromiso{
    background-color: white;
    border: 4px solid black;
}
.compromiso .foto{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.humanismo{
    border:4px solid var(--parhi-humanismo);
}
.humanismo .titulo{
    color:var(--parhi-humanismo);
    font-weight: bold;
}
.equipo{
    border:4px solid var(--parhi-equipo);
}
.equipo .titulo{
    color:var(--parhi-equipo);
    font-weight: bold;
}
.calidad{
    border:4px solid var(--parhi-calidad);
}
.calidad .titulo{
    color:var(--parhi-calidad);
    font-weight: bold;
}
.medioAmbiente{
    border:4px solid var(--parhi-medioAmbiente);
}
.medioAmbiente .titulo{
    color:var(--parhi-medioAmbiente);
    font-weight: bold;
}

/* PAQUETERIA */
#mapaOficinas{
    background-color: var(--parhi-base);
}
#mapaOficinas .listaDestinos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
#mapaOficinas .listaDestinos .destino{
    /* width: 33%; */
    color: white;
    font-weight: bold;
    margin: 4px 0;
    padding: 0px 10px;
}
#mapaOficinas .listaDestinos .destino .activo{
    background-color: white;
    color: white !important;
}
#mapaOficinas .listaDestinos .destino button{
    color: white;
    width: 100%;
    height: 100%;
    padding: 0px 0px;
    text-align: left;
}
#mapaOficinas .activo{
    background-color: var(--parhi-active) !important;
    fill: var(--parhi-active) !important;
    color: white;
}
#mapaOficinas .hover{
    background-color: var(--parhi-hover) !important;
    fill: var(--parhi-hover) !important;
}
/* $("#Capa_1 #uruapan.interactivo").addClass("activo") */
#mapaOficinas .plazas{
    background-color: var(--parhi-fondo-principal);
}
#mapaOficinas .plaza{
    display: none;
    background-image: url('/resources/img/paqueteria/Paquetera Izq Recta.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: var(--parhi-fondo-grisClaro);
    min-height: 300px;
}
#mapaOficinas .plaza.activo{
    display: block;
}
#mapaOficinas .plaza h3{
    background-color: var(--parhi-base);
    text-align: left;
    color: white;
    padding: 0 10px;
}

.cont-paquetero{
    position: relative;
}
.cont-paquetero .paquetero{
    transform: translateY(-100%);
    top: 100%;
    position: absolute;
}
.cuadricula-prohibidos{
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.cuadricula-prohibidos .objeto{
    display: block;
    padding: 0;
    /* width: 14%;
    min-width: 100px; */
    /* max-width: 150px; */
    /* margin: 10px 1rem; */
}
.cuadricula-prohibidos .objeto img{
    aspect-ratio: 1 / 1;
    width: 100%;
}
.cuadricula-prohibidos .objeto label{
    text-align: center;
    line-break: auto;
    width: 100%;
    max-width: 100%;
    /* font-size: clamp(0.7rem, 0.35rem + 0.8vw, 6rem); */
    font-size: clamp(0.7rem, 0.043rem + 1.083vw, 4rem) !important;
}

.img-cuadrada{
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.card-multimedia{
    animation-duration: 2s;
    
    /* animation-name: copiado; */
}
.card-multimedia .preview{
    width: 250px;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    
}


.enlace-contenido{
    text-decoration: none;
}
a .card-body{
 color: black;
}
.card-serv{
    overflow: hidden;
    border-radius: 1rem;
    background-color: var(--parhi-fondo-principal);
}
.card-serv .gradient{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.multimedia-post{
    display: block;
    /* display: inline-flex; */
    flex-direction: column;
    /* background-color: #f5f5f5; */
    /* display: inline; */
}
.multimedia-post span{
    width: 100%;
    display: block;
    text-align: center;
    font-style: italic;
}
.multimedia-post video{
    display: block;
    width: 80%;
    margin: auto;
    max-height: 90vh;display: block;
}
.multimedia-post img{
    width: 100%;
    padding: 10px;
}
.multimedia-post audio{
    width: 100%;
    display: block;
}
.lineaSeparador{
    display: block;
    position: relative;
    width: 100%;
    float: inline-start;
    border-top: 2px solid var(--parhi-base);
    margin: 1rem 0;
}
.listaEntradasBlog{
    height: fit-content;
    position: sticky;
    top: 0px;
}

@media only screen and (min-width: 768px) {
    .entradasBlog{
        justify-content: space-around;
    }
    .entradasBlog div.entrada:first-of-type{
        /* background-color: red; */
        width: 90% !important;
        margin: auto !important;
        margin-bottom: 2rem !important;
        /* display: flex; */
        flex-direction: row;
    }
    .entradasBlog div.entrada:first-of-type .img-cuadrada{
        /* mix-blend-mode: darken; */
        width: 50%;
    }
    .entradasBlog div.entrada:first-of-type .card-body{
        width: 40%;
    }
}
@media only screen and (max-width: 360px) {
    #cont-gen menu{
        width: 60px;
    }
}
@media only screen and (max-width: 576px) {
    main.container{
        width: 90% !important;
    }
    .separador-lineas span.L,
    .separador-lineas span.R{
        display: none;
    }
    .cinta-gris .cinta-imagenes a {
        width: 20%;
        margin: 0.5%;
        padding: 0;
    }
    #formularioVenta {
        top: 0px;
    }

    .cont-pasajeros{
        width: calc(100vw - 92px) !important;
        right: 12px !important;
    }
    .cantidad-pasajeros-actual{
        top: -2px;   
    }

    .dest-top,
    .dest-bottom {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .raleyway {
        font-size: clamp(1rem, 0.043rem + 1.583vw, 3rem) !important;
    }

    .btn-parh {
        font-size: clamp(1rem, 0.7rem + 1.8vw, 3rem);
        margin: 10px 0;
        position: initial;
        top: initial;
        transform: initial;
    }

    .titulo1-res {
        font-size: clamp(1rem, 1rem + 1.483vw, 3rem);
        padding-left: 10px;
    }

    footer {
        display: flex;
        flex-direction: column-reverse;
        font-size: clamp(1rem, 0.043rem + 1.853vw, 3rem);
    }

    footer #mapContainer {
        position: initial;
        aspect-ratio: 644 / 720;
        max-width: 100%;
        max-height: 300px;
    }

    /* footer #mapContainer img{
        width: 100%;
        height: auto;
        max-height: 100px;
    } */
    /*
    footer h5 {
        font-size: clamp(1rem, 0.643rem + 3.283vw, 3rem);
    }
        */
    #formularioVenta .control-cont {
        height: 44px;
        border-radius: 0;
    }

    #formularioVenta select,
    #formularioVenta input {
        /* height: 44px; */
        border-radius: 0;
    }
        .cont-pasajeros {
            right: -100%;
        }

}
@media only screen and (max-width: 767px) {
    .detalleServicioRuta .intro .logo {
        height: auto;
        max-height: 100px;
        width: auto;
    }
    .prohibidos-paqueteria {
        flex-direction: column-reverse;
    }

    .cont-paquetero {
        position: initial;
        width: 100%;
    }

    .cont-paquetero .paquetero {
        transform: initial;
        top: initial;
        position: initial;
    }
    .cuadricula-prohibidos{
        width: 100%;
    }
    .the-nav {
        padding-top: 6px;
    }

    #formularioVenta {
    }
    /* footer {
        display: flex;
        flex-direction: column-reverse;
        font-size: clamp(1rem, 0.043rem + 1.853vw, 3rem);
    } */
    footer #mapContainer{
        position: initial;
        /* width: 60%; */
    }
    /* footer #mapContainer img {
        min-height: 150px;
        height: 100%;
        max-height: 100%;
        width: auto;
        max-width: 100%;
        aspect-ratio: 644 / 720;
    } */
}
@media only screen and (min-width: 992px) {

}
/* XXXL */
@media only screen and (min-width: 1900px) {
    #cont-gen menu{
        /* width: 350px !important; */
    }
    #cont-gen menu .col-left ul li span,
    .menutext{
        font-size: clamp(0.2rem, 0.5rem + 1.0vw, 4rem);
    }
    #cont-gen menu .col-left ul li img,
    #cont-gen menu .col-left ul li svg{
        width: 50% !important;
        max-height: 60px !important;
    }
    #cont-gen menu .col-left .vale-burguer{
        width: 50% !important;
        max-height: 240px !important;
    }
    #btn-menu-brg {
        width: 100%;
    }

    .btn-parh {
        font-family: 'BebasKai';
        color: white;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: clamp(1rem, 0.343rem + 1.9vw, 3rem);
    }
    /* main.container {
        width: 80%;
    } */
    #fondoBorroso div{
        height: calc(40px + 0.6vw) !important;
    }
    /* footer{
        font-size: clamp(1rem, 0.343rem + 0.753vw, 3rem) !important;
    }
    footer h5 {
        font-family: 'BebasKai';
        font-size: clamp(1rem, 0.043rem + 1.8vw, 3rem);
        text-align: center;
    } */
    #formularioVenta .control-cont label{
        font-size: clamp(1rem, 0.3rem + 0.6vw, 8rem) !important;
        padding-top: 8pxrem;
    }
}

@media only screen and (min-width: 1921px) {
    .dest-top,
    .dest-bottom {
        width: calc(20% - 1rem);
    }
}
/* celulares */


@keyframes shake-spin{
    0%{
        transform: translateX(-5px) rotate(10deg);
    }
    10%{
        transform: translateX(-5px) rotate(-10deg);
    }
    30%{
        transform: translateX(-5px) rotate(10deg);
    }
    30%{
        transform: translateX(-5px) rotate(-10deg);
    }
    40%{
        transform: translateX(-5px) rotate(10deg);
    }
    50%{
        transform: translateX(-5px) rotate(-10deg);
    }
    60%{
        transform: translateX(-5px) rotate(10deg);
    }
    70%{
        transform: translateX(-10px) rotate(-10deg);
    }
    80%{
        transform: translateX(-5px) rotate(10deg);
    }
    90%{
        transform: translateX(-10px) rotate(-10deg);
    }
    100%{
        transform: translateX(-10px) rotate(0deg);
    }
}
@keyframes send-email-form{
    0%{
        transition: 1s;
    }
    30%{
        transform: scale(0.3) translate(0, 0px);
        /* width: 200px; */
        /* height: 200px; */
        overflow: hidden;
    }
    50%{
        transform: scale(0.3) translate(0, calc(-100% - 100px));
        opacity: 1;
    }
    60%{
        transform: scale(0.3) translate(0, calc(0% - 100px));
        
        opacity: 0;
    }
    70%{
        /* transform: scale(0.3) translate(300%, 0); */
        transform: scale(0.3) translate(0, calc(-50% - 0px));
        opacity: 0;
    }
    99%{
        /* transform: scale(0.3) translate(300%, 0); */
    }
    100%{
        /* width: 200px; */
        /* height: 200px; */
        opacity: 0;
        /* transform: translate(200%, -350%); */
        /* transform: scale(0.3) translate(200%, -350%); */
    }
}
@keyframes send-email-envelope{
    0%{
        background: white;
    }
    10%{
        top: 50%;
        left: 50%;
        width: 300px;
        height: 200px;
        transform: translate(-50%, calc(-100% + 100px));
    }
    30%{
        /* transform: scale(1) translate(0%, -50%); */
    }
    90%{
        transform: translate(-50%, calc(-100% + 100px));
    }
    99%{
        /* transform: scale(0.3) translate(200%, -100%); */
        }
    100%{
        transform: translate(300%, calc(-100% + 100px));
    }
}
@keyframes copiado{
    from{
        box-shadow: 0px 0px 5px #77de11, 0px 0px 12px #77de11;
    }
    to{
        box-shadow: 0px 0px 5px transparent, 0px 0px 12px transparent;
    }
}

/* PANTALLA DE CARGA */
.cargando-24 {
    display: block;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 100;
    background: white;
}

.cargando-24 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* max-width: 50vw;
    max-height: 50vh; */
    aspect-ratio: 4 / 4;
}

.cargando-24 .lineas {
    width: 99vw;
    height: 99vh;
    max-width: 70vw;
    max-height: 70vh;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: girar 5s linear infinite;
    animation-direction: reverse
}

.cargando-24 .p {
    max-width: 30vw;
    max-height: 30vh;
}
    
@keyframes girar {
    from {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}
/* EXTERNO */

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

#sortable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    height: 1.5em;
}

html>body #sortable li {
    height: 1.5em;
    line-height: 1.2em;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
}