.iti {
    display: block !important;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    z-index: 2 !important;
}

.form-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* @media (max-width: 768px) {
    .form-container {
        grid-template-columns: repeat(2, 1fr);
    }
} */

@media (max-width: 992px) {
    .form-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.form-group {
    margin-bottom: 15px;
}


.form-check-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}



/* Estilos para los elementos */
        /* Estilos para los elementos */
.pasajero {
    display: none; /* Ocultamos inicialmente */
    align-items: center;
    margin-bottom: 10px;
}
.pasajero input {
    margin-right: 10px;
}
.eliminar {
    cursor: pointer;
}

#agecontainer{
    float: left;
    width: 100%;
}

#agecontainer > .col-sm-3{
    float: left;
    width: 50%;
}

#agecontainer > .col-sm-12{
    float: left;
    width: 100%;
}

#alertContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30%;
    z-index: 1051; /* Asegura que esté por encima de otros elementos */
  }
  
  .alert {
    margin-bottom: 10px; /* Espacio entre alertas si hay más de una */
  }

#exampleModalLongTitle{
    float: left;
    width: 100%;
}

.font-x-large {
    font-size: x-large;
}

.bi-plus::before {
    font-size: x-large;
    font-weight: 900 !important;
}

.imagenNo {
    background-image: none !important;
}

.icon {
    position: absolute;
    top: 36px;
    right: 12px;
    color: #6a6767;
    width: 37px;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
}

.addP{
    display: inline-block;
    padding: 17px 0px;
}

/* Para navegadores basados en WebKit (Chrome, Safari, Edge, Opera) */
.nxage::-webkit-outer-spin-button,
.nxage::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
.nxage {
    -moz-appearance: textfield;
}

.separador{
	border-right: 1px solid #949494;
	height: 100%;
}

.cntrImg{
    display: flex;
    justify-content: center;
    align-items: center;
}

#planes > .card, #Completa > .card{
    max-width: 100%;
    flex-direction: initial;
    min-width: 100%;
    padding: 10px;
    border: 1px solid #eaeaea;
    float: left;
    width: 100%;
    border-radius: 15px;
    background-color: #f4f4f4;
}

span.cover_title{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 700;
	color: #1F1646;
	display: inline-block;
	margin: 0;
}

a.link-b{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;;
	text-decoration-line: none;
	color: #001aff;
}

a.link-b:hover{
	color: #5279fc;
}

.doller{
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

.azul-iw {
    color: #1F1646 !important;
}

.btn-travel {
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border: none;
    width: 80%;
    border-radius: 10px;
    font-family: 'Montserrat';
    height: 100%;
    text-align: center;
}

#svgcoverage > svg > path {
    fill: #d20000;
}

.choices__item--disabled {
    opacity: 0.5;
}

.grid-white {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px 20px 40px 20px;
}

.subT{
    font-weight: 700;
    font-size: 1.25em;
    border-bottom: 1px solid #1F1646;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo con opacidad */
    justify-content: center;
    align-items: center;
    z-index: 2;
    display: none;
}
.spinner-border {
    border: 0.50em solid white;
    border-right-color: #e40320;
    width: 5rem;
    height: 5rem;    
}

.Mayusculas {
    text-transform: uppercase; /* Convierte el texto a mayúsculas */
}

.card-container {
    display: flex;
    justify-content: center; /* Centra las tarjetas horizontalmente */
    gap: 20px; /* Espacio entre las tarjetas */
    margin-top: 20px; /* Espacio superior opcional */
}

.title-underline {
    border-bottom: 1px solid #000000;
}

a.link-a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: right;
    text-decoration-line: underline;
    color: #001aff;
}

.modal-cover-content {
    border-radius: 20px;
}

.no-border {
    border: none;
    display: inline;
}

.modal-header .close {
    margin-top: -19px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}

.modal-header h4.modal-title {
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #111;
    text-align: center;
}

/* .modal-cover-title {
    font-family: 'Montserrat';
    font-weight: 700;
} */

.panel-group .panel {
    border-radius: 10px;
    box-shadow: none;
    border-color: #949494 !important;
    background-color: #FFFFFF !important;
    font-family: 'Montserrat';
    padding: 5px;
    margin-bottom: 0;
    border: 1px solid transparent;
}


.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #1F1646;
    border: 0px solid transparent;
}

.panel-title {
    font-size: 14px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-heading > .panel-title > a {
    color: #1F1646;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    background-color: #fff;
}

.panel-heading > .panel-title > a > i {
    margin-right: 5px;
    color: #1F1646;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0px solid transparent;
}

.coverages > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

.coverages tbody tr td {
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    color: #58595B;
    font-family: 'Roboto';
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.btn-primary {
    background-color: #e40320 !important;
    border-color: #e40320 !important;
}
.btn-primary:hover {
    background-color: #e40321bb !important;
    border-color: #e40321bb !important;
}

#exampleModalLongTitle, .link-a, #end, .naranja-iw {
    color: #e40320 !important;
}
#exampleModalLongTitle:hover, .link-a:hover, #end:hover, .naranja-iw:hover {
    color: #e40321bb !important;
}

.custom-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cover_tag {
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto;
  }

  .desc_right_list_hotel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .nac{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .nac > label{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .totalP{
    font-size: 1.625em;
    font-weight: 700;
    font-family: 'Montserrat';
  }

  .pad-2p{
    font-weight: 700;
    font-family: 'Montserrat';
  }

  .tx-20 {
    font-size: 1.25em;
  }
  .tx-36 {
    font-size: 2.25em;
  }

  .iframeP{
    width: 100%;
    height: 700px;
  }

  
@media (max-width: 576px) {
    .iframeP {
        height: 900px;
    }
}

.choices__inner, .choices__item--choice {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f0f0f0; /* Ajusta el color de fondo según tus necesidades */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Añade la sombra */
  }
  
  .choices__list--single .choices__item.is-highlighted {
    background-color: #f0f0f0; /* Ajusta el color de fondo según tus necesidades */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Añade la sombra */
  }
  