﻿:root {
    --primary-color: #282830;
    --red-color: #e23030;
    --secondary-color: #202126;
    --grey-color: #e9e9eb;
    --grey-dark: #adafb6;
    --blue-color: #376fde;
}




/* CSS Document BACKEND  */

@font-face {
    font-family: 'ToyotaType-Light';
    src: url('fonts/ToyotaType-Light.eot');
    src: url('fonts/ToyotaType-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Light.woff2') format('woff2'), url('fonts/ToyotaType-Light.woff') format('woff'), url('fonts/ToyotaType-Light.ttf') format('truetype'), url('fonts/ToyotaType-Light.svg#ToyotaType-Light') format('svg');
    /*font-weight: normal;*/
}

@font-face {
    font-family: 'ToyotaType-Book';
    src: url('fonts/ToyotaType-Book.eot');
    src: url('fonts/ToyotaType-Book.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Book.woff2') format('woff2'), url('fonts/ToyotaType-Book.woff') format('woff'), url('fonts/ToyotaType-Book.ttf') format('truetype'), url('fonts/ToyotaType-Book.svg#ToyotaType-Book') format('svg');
    /*font-weight: normal;*/
}

@font-face {
    font-family: 'ToyotaType-Regular';
    src: url('fonts/ToyotaType-Regular.eot');
    src: url('fonts/ToyotaType-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Regular.woff2') format('woff2'), url('fonts/ToyotaType-Regular.woff') format('woff'), url('fonts/ToyotaType-Regular.ttf') format('truetype'), url('fonts/ToyotaType-Regular.svg#ToyotaType-Regular') format('svg');
    /*font-weight: normal;*/
}

@font-face {
    font-family: 'ToyotaType-Semibold';
    src: url('fonts/ToyotaType-Semibold.eot');
    src: url('fonts/ToyotaType-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Semibold.woff2') format('woff2'), url('fonts/ToyotaType-Semibold.woff') format('woff'), url('fonts/ToyotaType-Semibold.ttf') format('truetype'), url('fonts/ToyotaType-Semibold.svg#ToyotaType-Semibold') format('svg');
    /*font-weight: normal;
    font-weight: normal;*/
}


.light {
    font-family: 'ToyotaType-Light';
}

.bold {
    font-weight: bolder;
}

.boldBig {
    font-weight: bolder;
    font-size: 1.1em;
}

.regular {
    font-family: 'ToyotaType-Regular';
}

.semibold {
    font-family: 'ToyotaType-Semibold';
}

.whiteColor {
    color: #ffffff!important;
}

.blackColor {
    color: #000;
}

.greyColor {
    color: #CECFD1;
}

.primaryColor {
    color: var(--primary-color)
}

.redColor{
    color:var(--red-color);
}
.blackColor {
    color: #000000;
}

.blueColor{
    color:var(--blue-color);
}
.text-center {
    text-align: center;
}
.text-left{
    text-align:left;
}
.text-right {
    text-align: right!important;
}
a {
    text-decoration: none;
    color: var(--primary-color);
}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
   
    box-sizing: border-box;
}


html, body, form {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #ffffff;
    font-family: 'ToyotaType-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
    color: #0a1119;
}
.pMed{
    font-size:18px;
}
.pBig{
    font-size:1.6em;
}
.pSmall{
    font-size: 0.8em;
}

.icoSmall {
    font-size: 10px;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.appContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}

/*@media(orientation:landscape){
    .appContainer {
        display: flex;
        flex-direction: column;
        width: 390px;
        height: 725px;
        overflow-y: hidden;
        overflow-x: hidden;
        border:5px solid #cccccc;
        border-radius:25px;
        
    }

    form{
        background-image: url("/images/bgPc.jpg");
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center 0;
    }
}*/

.cabecera {
    display: flex;
    flex-direction: row;
    height: 70px;
    justify-content:center;
    align-items:flex-start;
   
    background-color: #ffff;
    padding:0 0 0 4%;
 
}

.pr4pc{
    padding-right:4%;
}

.borderBottomRed {
    border-bottom: 5px solid #e23838;
    height: 70px;
}

   
    .cabecera p {
        font-family: 'ToyotaType-Regular', sans-serif;
        
    }
    .cabecera h2 {
        font-size:24px;
        font-family:'ToyotaType-Semibold', sans-serif;
    }

h3 {
    font-size: 20px!important;
    line-height:22px;
    font-family: 'ToyotaType-Semibold', sans-serif;
}

.contentPages {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    overflow-y: auto;
    height: 0px;
    /*position: relative;*/
    background-color: #ffff
}

.paddingPage{
    padding:4%;
    box-sizing:border-box;
}
.paddingPageSm {
    padding: 1%;
    box-sizing: border-box;
}



/***********scrpll generico***********/
.contentPages::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    background-color: #fff;
}

    .contentPages::-webkit-scrollbar {
        width: 6px;
        background-color: #fff;
    }

.contentPages::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.sideBar {
    position: absolute;
    top: 75px;
    width: calc(90% - 50px);

    left: calc(-90% + 50px) ;
    height: calc(100% - 70px);
    display: flex;
    flex-direction: row;
    transition: left ease-in-out 300ms;
    z-index:998;
}


.sideBarButton {
    background-color: var(--primary-color);
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*filter: drop-shadow(0 5px 3px #00000088);*/
    -webkit-box-shadow: -1px 4px 4px 0px rgba(0,0,0,0.60);
    -moz-box-shadow: -1px 4px 4px 0px rgba(0,0,0,0.60);
    box-shadow: -1px 4px 4px 0px rgba(0,0,0,0.60);
    position: absolute;
    z-index: 998;
    top: 75px;
    left: 0;
    transition: left ease-in-out 300ms;
}

    .sideBar.show {
        left: 0;
    }
.sideBarButton.show {
    left: calc(90% - 50px)
}

@media(orientation:portrait) and (min-width:500px) {
    .sideBar {
        left: calc(-360px);
        width: 360px;
    }
    .sideBarButton.show {
        left: calc(360px)
    }
}


.sideBarContainer {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
   
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--primary-color);
    width:100%;
}
  




.iconMenu:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f0c9";
    font-size:20px;
}
.iconMenu.close:before {
  
    content: "\f00d";
}



.containerButtonsMenu {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px;
    justify-content: space-around;
    margin-top: 20px;
}

.containerButtonsMenu a {
  font-size:10px;
  color:#ffffff;
  text-decoration:none;
  display:block;
  text-align:center;
}


.containerListadoMenu{
  margin-top:20px;
    box-sizing:border-box;
}
.containerListadoMenu a {
   text-decoration:none;
}

.itemListMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 10px;
    color: #ffffff;
    font-size: 10px;
    align-items: center;
    background-color: var(--secondary-color);
    padding: 10px;
    margin-top:5px;
   
}

.itemListMenuStyle2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 10px;
    color: #ffffff;
    font-size: 10px;
    align-items: center;
    background-color: transparent;
    padding: 10px;
    margin-top: 5px;
    border-top: 1px solid #ffffff88;
  
}

.aspNetDisabled{
    opacity:0.2;
    cursor:no-drop;
}
/***********scrpll sideBarContainer***********/
.sideBarContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: transparent;
}

    .sideBarContainer::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }

    .sideBarContainer::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #000000;
    }

​
/*****rows*********/
.mr10 {
    margin-right: 10px!important;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt20 {
    margin-top: 20px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt6 {
    margin-top: 6px !important;
}
.mt7 {
    margin-top: 7px !important;
}
.mt8 {
    margin-top: 8px !important;
}
.mt10 {
    margin-top: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.ptb10{
    padding-top:10px;
    padding-bottom:10px;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.nowrap{
    flex-wrap:nowrap;
    flex-wrap:nowrap;
}
.colico20 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 20px;
}
.colico50 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 50px;
}
.colico55 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 55px;
}
.colico {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
   flex: 0 0 30px;
}
.colico80 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 80px;
}
.colico60 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 60px;
}
.colico50 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 50px;
}
.colico40 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 40px;
}
.colIco20 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 20px;
}
.colIco15 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 15px;
}

.col-md {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}


.col-md-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}



.col-md-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}


.col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1
}

.col-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1.5
}

.col-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2
}

.col-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 3;
}

@media screen and (min-width: 765px) {

    .col-md {
        flex: 1
    }

    .col-md-7 {
        flex: 1.5
    }

    .col-md-8 {
        flex: 2
    }

    .col-md-10 {
        flex: 3;
    }
}
.gap5{
    grid-gap: 5px;
}


.gap10{
    grid-gap:10px;
}

.gap20 {
    grid-gap: 20px;
}

.row-space-between {
    display: flex;
    justify-content: space-between;
}

.row-space-evenly {
    justify-content: space-evenly;
}


.row-flex-end {
    justify-content: flex-end;
}

.center {
    justify-content: center;
    align-items: center;
}

.rowCenterVertical {
    align-items: center!important;
}

.bottomVertical {
    align-items: flex-end;
}

.colTextLeft{
    align-items:flex-start;
}
.colTextRight {
    align-items: flex-end;
}
.colTextBottomVertical{
    justify-content:flex-end;
}
.colTextCenterVertical{
    justify-content: center;
}
.underlineText {
    text-decoration: underline!important;
}
.uppercase{
    text-transform:uppercase;
}

/*loading y alertas*/

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(62,32,68,1);
    z-index: 1000;
}

.load {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: fixed;
     z-index: 998;
    
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #333333;
    opacity: .8;
    display: none;
}

.alert {
    width: 80%;
    max-width: 400px;
    padding: 30px;
    position: fixed;
    z-index: 999;
    background-color: rgba(255,255,255,1);
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
   
}

    .alert .txt {
        text-align: center;
        padding: 15px 0;
    }

    .alert .uiBtnBar {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .alert .uiBtn {
        width: 150px;
        margin: 0 auto;
        display: block;
    }

.alert {
    display: none;
}
.block{
    display:block;
}

.alertaNotificacion {
    position: absolute;
    width: 100%;
    min-height: 40px;
    max-height: 120px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 10px;
    line-height:1.1em;
  
    top: -120px;
    left: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: top ease-in-out 300ms;
    z-index: 1000;
}

    .alertaNotificacion .icoBell{
        font-size:20px;
    }
    .alertaNotificacion .icoClose{
        font-size: 18px;
    }
    .alertaNotificacion .titulo {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .alertaNotificacion.show {
        top: 0;

    }


/********************************************************************************************/
/*******************************************loading*****************************************/
/*******************************************************************************************/
#divLoading {
    height: 100%;
    width: 100%;
    color: #ADAFB6;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    /*display:none;*/
}



.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }


/*small*/

.lds-dual-ring-sm {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring-sm:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #03adef;
        border-color: #03adef transparent #03adef transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/***********************************************************/
/*botones*/
/**********************************************************/
.btn-primary {
    color: #fff;
    background-color: var(--red-color);
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
  
    min-height:50px;
    padding:0;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    width:100%;
    line-height:1em;
    text-align:center;
    grid-gap:5px;
}
.btn-link {
    color: #fff;
    background-color: var(--red-color);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 25px;
    padding: 0 20px;
    width: fit-content;
    line-height: 1em;
}

.btnCircle {
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
    width: 50px;
    height: 50px;
    font-size:20px;
    border-radius: 100%;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btnBlack{
    background-color:var(--primary-color);
}

.btnRed{
    background-color:var(--red-color);
}

.btnFichaPresentacion {
    color: #fff;
  
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
  
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  
    line-height: 1em;
    background-color: var(--primary-color);
    min-height: 30px;
    font-size: 0.8em;
    padding: 0 10px;
    width: 100%;
    grid-gap: 10px;
}
.btnFichaNegativo {
    background-color: var(--grey-color);
    color: var(--primary-color);
}

/*formulario*/
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.plr5px{
    box-sizing:border-box;
    padding:5px;
}
.btn-xs {
    min-height: 40px;
    font-size: 0.7em;
}
.btn-xs I {
    font-size: 1.4em;
 
}
@supports (-webkit-touch-callout: none) {
   

    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: var(--primary-color);
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: var(--primary-color);
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: var(--primary-color);
        opacity: 1;
    }

   
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
}

.form-control {
    color: var(--primary-color);
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'ToyotaType-Regular';
    border-radius: 5px;
    min-height: 50px;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    /*text-transform: uppercase;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1em;
}

    @media(orientation:landscape){
        .form-control {
          
            text-align: left;
            padding-left:20px;
           
        }
    }

    .form-controlBlack {
        color: #ffffff;
        background-color: var(--primary-color);
        min-height: 40px;
    }

select.form-control.form-controlBlack {
  
    background-color: var(--primary-color);
}

    .btnBorderWhite {
        background-color: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
    }

        .btnBorderWhite .option {
            background-color: transparent;
            border: 2px solid #ffffff;
            color: var(--primary-color);
        }

    textarea {
        text-align: left !important;
        padding: 10px !important;
        box-sizing: border-box;
    }
    /*imagenes, anchos */
    .w100 {
        width: 100%;
    }

    .rwd {
        max-width: 100%;
        height: auto;
    }

    .rwd90 {
        max-width: 90%;
        height: auto;
    }

    .img {
        border: none;
    }

    .img100 {
        width: 100%;
        max-width: 100px;
    }

.img120 {
    width: 100%;
    max-width: 120px;
}
.img220 {
    width: 100%;
    max-width: 220px;
}

    .img60 {
        width: 100%;
        max-width: 60px;
    }

    .img40pc {
        width: 100%;
        max-width: 40%;
    }

    .fullSize {
        display: flex;
        flex-direction: column;
    }

    .fullSizeCol {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    /*PLANTILLA*/
    .panelPrimary {
        background-color: var(--primary-color);
        padding: 30px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
        border-radius: 15px;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .noMarginDefine{
        margin:inherit;
    }

    .bgGreyColor{
        background-color:var(--grey-dark)
    }

    .bienvenidosTop {
        padding: 20px 50px;
        box-sizing: border-box;
        text-align: center;
        background-color: #ffffff;
    }

    .bienvenidosBottom {
        width: 100%;
        color: #ffffff;
        text-align: center;
        padding: 30px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .logoCabecera {
        width: 50px;
    }
.logoCabeceraAniversario {
    width: 55px;
}
    .textoCabecera {
        /*margin-left: -50px;*/
        text-align: center;
    }

.bgBienvenidos {
    background-image: url("/images/bienvenidos_2024.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.bgBienvenidosInterna {
    /*background-image: url("/images/bienvenidos_intena.jpg");*/
    /*background-image: url("/images/imagen-diciembre-amarillo.jpg");*/
    background-image: url("/images/imagen-septiembre_v2.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.bgBienvenidosInternaDiciembre {
    /*background-image: url("/images/bienvenidos_intena.jpg");*/
    /*background-image: url("/images/imagen-diciembre-amarillo.jpg");*/
    /*background-image: url("/images/imagen-diciembre-2024.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;*/
    background-color:black;
}


    .pagesTop {
        padding: 20px 55px;
        box-sizing: border-box;
        text-align: center;
        background-color: #ffffff;
    }

    .pt0 {
        padding-top: 0;
    }

    .pagesTopRegistro {
        padding: 20px 45px;
        box-sizing: border-box;
        text-align: left;
    }

        .pagesTopRegistro p {
            color: #ffffff;
        }

    .pagesBottom {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .pagesBottomRegistro {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 0px 45px 20px 45px;
    }
    /**NOTIFICACIONES****/
    .itemList {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-gap: 10px;
        align-items: center;
        background-color: var(--grey-color);
        padding: 10px 10px 10px 20px;
        margin-bottom: 5px;
    }

        .itemList.notif .titular {
            font-weight: bolder;
        }

        .itemList.notif .mensaje {
        }

        .itemList.notif.noleida .titular {
            font-weight: bolder;
            color: var(--red-color);
        }

        .itemList.notif.noleida .mensaje {
            font-weight: bolder;
        }


    .boxDetalles {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        grid-gap: 5px;
        align-items: center;
        justify-content: flex-start;
        background-color: var(--grey-color);
        padding: 15px;
    }

        .boxDetalles p {
            text-align: left;
            width: 100%;
        }
    /*dresscode*/
.tab {
    background-color: var(--grey-color);
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
    min-height: 50px;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 2px;
    width: 100%;
    font-size: 0.75em;
}

        .tab.active {
            background-color: var(--primary-color);
            color: #ffffff;
        }

    .colHojaCalendario {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 100px;
    }

    .hojaCalendar {
        filter: drop-shadow(0 0 5px #cccccc);
        width: 90px;
        height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
    }

        .hojaCalendar .day {
            font-size: 30px;
            font-weight: bolder;
        }

        .hojaCalendar .mes {
            text-transform: uppercase;
            font-weight: lighter;
            color: var(--red-color);
            margin-top: 10px;
            font-size: 0.8em;
        }

    .itemPrograma {
        text-align: left;
        border-left: 2px solid var(--red-color);
        padding-left: 20px;
        position: relative;
        padding-bottom: 15px;
    }

.itemPrograma p {
   font-size:18px;
}

        .itemPrograma .hour {
            font-weight: bolder;
        }

        .itemPrograma:last-child {
            border-left: 0px solid var(--red-color);
            padding-bottom: 0;
        }


        .itemPrograma:before {
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font: var(--fa-font-regular);
            content: "\f017";
            font-size: 20px;
            position: absolute;
            left: -10px;
            color: var(--red-color);
            background-color: #ffffff;
        }



    .itemDressCode {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border-bottom: 1px solid #000000;
        align-items: center;
    }


    .imgDressCode {
        width: 100%;
        max-width: 140px;
    }
    /*UBICACION*/
    .itemListUbicacion {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-gap: 10px;
        align-items: flex-start;
        background-color: var(--grey-color);
        padding: 10px 10px 10px 20px;
        margin-bottom: 5px;
    }
    /***CATERING***/
    .itemListCatering {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-gap: 10px;
        align-items: center;
        background-color: var(--primary-color);
        padding: 10px;
        margin-bottom: 5px;
        color: #ffffff;
        cursor: pointer;
    }

    .icoCollapseCatClosed:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-solid);
        content: "\f078";
        font-size: 24px;
    }

    .icoCollapseCatClosed.open:before {
        content: "\f077";
    }

    .collapseCatering {
        display: none;
    }

    .borderBottomPrimary {
        border-bottom: 1px solid var(--primary-color);
    }

    .borderBottomWhite {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 20px;
    }
    /*ALOJAMIENTO*/
    .itemListAlojamiento {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-gap: 10px;
        align-items: flex-start;
        background-color: var(--grey-color);
        padding: 10px;
        margin-bottom: 5px;
    }

    .wordBreak {
        word-break: break-all;
    }
    /******TRASLADOS******/
    .itemListTraslados {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-gap: 10px;
        align-items: flex-start;
        background-color: var(--grey-color);
        padding: 10px;
        margin-bottom: 5px;
    }
    /*********CONTACTO***********/
    .fichaContacto {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        background-color: var(--grey-color);
        padding: 30px 20px;
        border-radius: 10px;
        width: 95%;
        max-width: 400px;
        margin: auto;
        margin-bottom: 30px;
    }
.fichaVideo{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    background-color: var(--primary-color);
    padding: 30px 20px;
    border-radius: 10px;
    width: 95%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px;
    color:#ffffff;
}

    .roundImg {
        border-radius: 100%;
    }
    /* Checkboxes */
    .containerCheckbox {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 0px;
        cursor: pointer;
        color: #ffffff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 1;
    }

        .containerCheckbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 28px;
        width: 28px;
        border-radius: 100%;
        border: 2px solid var(--red-color);
        background-color: transparent;
    }

    .containerCheckbox:hover input ~ .checkmark {
        background-color: transparent;
    }

    .containerCheckbox input:checked ~ .checkmark {
        background-color: transparent;
    }

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .containerCheckbox input:checked ~ .checkmark:after {
        display: block;
    }

    .containerCheckbox .checkmark:after {
        left: 9px;
        top: 1px;
        width: 3px;
        height: 14px;
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /*versión dark (fondo blanco)*/
    /* Checkboxes */
    .containerCheckboxDark {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 0px;
        cursor: pointer;
        color: var(--primary-color);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 1;
    }

        .containerCheckboxDark input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .checkmarkDark {
        position: absolute;
        top: 0;
        left: 0;
        height: 28px;
        width: 28px;
        border-radius: 5px;
        border: 2px solid var(--primary-color);
        background-color: var(--grey-color);
    }

    .containerCheckboxDark:hover input ~ .checkmarkDark {
        background-color: transparent;
    }

    .containerCheckboxDark input:checked ~ .checkmarkDark {
        background-color: transparent;
    }

    .checkmarkDark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .containerCheckboxDark input:checked ~ .checkmarkDark:after {
        display: block;
    }

    .containerCheckboxDark .checkmarkDark:after {
        left: 9px;
        top: 1px;
        width: 3px;
        height: 14px;
        border: solid var(--red-color);
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .br100 {
        border-radius: 100%;
    }


.bgRegistros {
    background-image: url("/images/bienvenidos_2024.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.containerContentLandscapeMobile {
    display: flex;
    flex-direction: column;
  
    flex: 1;
    width: 100%;
    max-width: 1200px;
   
}

    /********* GALERÍA  *****************************/
    .containerThumbnailsGaleria {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 90px 90px 90px;
        grid-auto-rows: 90px;
        justify-content: center;
    }


    .thumbnailGalleryImg {
        max-width: 100%;
        width: 90px;
        height: 90px;
        object-fit: cover;
        cursor: pointer;
    }



    .overlayGaleria {
        display: none;
    }

    .modalGaleria {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 998;
    }

    .containerModalDetalleGaleria {
        background-color: #ffffff;
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        padding: 0 0 20px 0;
        box-sizing: border-box;
        overflow: auto;
    }
        /***********scrpll modal gallery***********/
        .containerModalDetalleGaleria::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
            background-color: #fff;
        }

        .containerModalDetalleGaleria::-webkit-scrollbar {
            width: 6px;
            background-color: #fff;
        }

        .containerModalDetalleGaleria::-webkit-scrollbar-thumb {
            background-color: var(--red-color);
            border: 2px solid var(--red-color);
        }


    .slideContainer {
        display: flex;
        flex-direction: column;
        flex: 1;
        height: 100%;
        padding: 0 4%;
        box-sizing: border-box;
    }

    .plr4pc {
        padding: 0 4%;
        box-sizing: border-box;
    }

    .imgDetalleGaleria {
        width: 100%;
        width: auto;
        max-width: 100%;
        max-height: 45vh;
    }


    @media(orientation:landscape) {
        .imgDetalleGaleria {
            width: 100%;
            width: auto;
            max-width: 100%;
            max-height: 340px;
        }
    }

    .btnDownload {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
        justify-content: center;
        align-items: center;
        color: var(--primary-color);
        font-size: 0.8em;
    }

    .wfitContent {
        width: fit-content;
    }

    .mlrAuto {
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0 !important;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }



    .swiper-pagination-bullet-active {
        opacity: 1;
        background: var(--red-color);
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e23030'%2F%3E%3C%2Fsvg%3E") !important;
        left: 10px;
        right: auto;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e23030'%2F%3E%3C%2Fsvg%3E") !important;
        right: 10px;
        left: auto;
    }

    .closeModal {
        font-size: 40px;
        font-family: ToyotaType-Light;
        line-height: 40px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .pointer {
        cursor: pointer;
    }
    /*ENCUESTAS*/
    .opc {
        color: #fff;
        background-color: var(--primary-color);
        border: none;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
        font-family: ToyotaType-Regular;
        min-height: 50px;
        padding: 0;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        line-height: 1em;
    }

        .opc.active {
            color: #fff;
            background-color: var(--red-color);
            border: none;
            transition: all .4s cubic-bezier(.43,.39,.23,1.01);
            font-family: ToyotaType-Regular;
            min-height: 50px;
            padding: 0;
            border-radius: 5px;
            text-decoration: none;
            cursor: pointer;
            text-transform: uppercase;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 100%;
            line-height: 1em;
        }

.containerLandscapeAndMobile{

}

@media(orientation:landscape) {
    .colCenterVerticalLandscape {
       justify-content:center;
    }
    .colCenterHorizontalLandscape {
        align-items: center;
       
    }
    .containerLandscapeAndMobile {
        max-width:1200px;
    }

}

.label{
    color:#ffffff;
    font-weight:bold;
    text-align:left;
    margin-bottom:5px;
    margin-top:10px;
}

.lineTitular{
    margin-top:50px;
}
.mt0{
    margin-top:0px;
}

.mt20{
    margin-top:20px;
}
.lineTitular:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 5px;
    margin-right: 5px;
    background-color: var(--red-color);
}

.lineTitular p {
    font-size: 24px !important;
    line-height: 26px;
    font-family: 'ToyotaType-Semibold', sans-serif;
}

.m0 {
    margin: 0px !important;
}

.grid2Columns {
    display: grid;
    grid-gap: 10px;
 
    grid-template-columns: 1fr 1fr ;
    justify-content: center;
}

@media(max-width:800px) {
    .grid2Columns {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr;
        justify-content: center;
    }
}

.inputNumberFlight{
    width:100%;
    max-width:400px;
}