 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");


 
.bienvenidaIMG{
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.fotoBienvenida{
   width: 60%;
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent !important;
}

}
.textoLlamada{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}


.tarjeta{
	width: 50%;
    height: auto;
    background-color: rgba(240, 242, 242, .8);
    padding: 65px;
    padding-top: 64px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    color: black;
}
.tarjeta p{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 0;
	text-align: justify;
}
.tarjeta button{
	color: white;
	border-color: orange;
	height: 55px;
    width: 100%;
    background-color: orange;
}
.tarjeta button:hover{
    background-color: orange;
    color: white;
}
.carruselOfertas{
    width: 59%;
    height: 460px;
    background-color: #f0f2f2;
    margin:auto;
    border-radius: 10px;
    overflow: hidden;
}
.carousel-caption{
    top: 43%;
} 
.anunciaCom{
    background-color: #072838 !important; 
    width: 59%;
    height: 100px;
    border-radius: 10px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.anunciaCom H1{
    width: auto;
    margin-bottom: 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    font-weight: 300;
    padding: 76px;
}
.carruselServicios{
    width: 59%;
    height: auto;
    background-color: #f0f2f2;
    margin: auto;
    border-radius: 10px;
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
}
.carruselOfertas h1, .carruselServicios h1{
    font-size: 1.3rem;
    margin-bottom: 0;
    padding: 20px;
    font-weight: 700;
    width: 100%;
}

.contenidoMostrar{
    width: 100%;
    height: 80%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow-x: scroll;
    padding-left: 11px;
    padding-right: 11px;
    scrollbar-width: none;
}
.anunciaCom h1 i{
    color: orange;
}
.padding100{
	padding: 100px;
}

.tarjeta img{
	width: 100%;
	margin-top: 20px;
}
.tarjeta  h1{
	font-size: 1.5rem;
  
}

.figura1{
	width: 50%;
	height: 99vh;
	padding: 100px;
}
	
.figura1 img{
	width: 80%;
}


.figura1 p{
	width: 90%;
	margin-left: 10%;
	margin-bottom: 0;
	font-size: 12px;
}

.modal-dialog{
	max-width: 70%;
}

.derecha{
    margin-bottom: 100px;
}

.centroModal{
	
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.Invitacion{
	width: 40%;
	height: auto;
	background-image: url(../img/Invita.jpg);
	background-size: cover;
    border-radius: 6px;
    overflow: hidden;
}
.Formulario{
	width: 60%;
	height: 100%;
	padding:30px; 
}
.cortina{
	width: 100%;
    height: 100%;
    background-color: rgba(2,33,59,0.4);
}

.Formulario form{
	display: flex;
	flex-wrap: wrap;
}
.pixel100{
	width: 100%;
	margin-bottom: 3px;

}
.pixel100 button{
	color: orange !important;
	border-color: orange;
}
.pixel50 {
	width: 49.5%;
	margin: auto;
	margin-bottom: 3px;
}
.pixel33 {
	width: 33%;
	margin: auto;
	margin-bottom: 3px;

}
input{
    width: 100%;
    padding: 1px;
    padding-top: 20px;
    padding-left: 9px;
    font-size: 10px;
    padding-bottom: 5px;
}
select{
    width: 100%;
    padding: 1px;
    padding-top: 20px;
    padding-left: 9px;
    font-size: 10px;
    padding-bottom: 5px;
}
label{
	position: absolute;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 10px;
    font-weight: 500;
    color: black;
}


.Formulario hr{
	width: 100%;
    color: orange;
}
.Formulario h1{
	font-size: 1.5rem;
    margin-bottom: 29px;
    text-align: center;
    width: 100%;
}
.Formulario p{
	margin-top: 10px !important;
    font-size: 10px;
    margin-left: 8px;
}

.ADP{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#okCheckbox{
	width: 32px;
}
.APoliticas {
    width: 89%;
    margin-top: 0 !important;
    text-align: justify;
}

.gris{
	background-color: lightgray;
}
.servicios {
	width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.ServB{
	width: 50%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: solid .5px orange;
}

.imagen{
	width: 200px;
    height: auto;
    background-color: #f0f2f2;
    margin: auto;
    padding: 20px;
    padding-top: 22px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 9px 0px rgba(230,232,235,1);
    -moz-box-shadow: 10px 10px 9px 0px rgba(230,232,235,1);
    box-shadow: 10px 10px 9px 0px rgba(230,232,235,1);
}
.imagen p{
	font-size: 11px;
    color: #1f2f3c;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.imagen img{
	width: 69%;
    margin-left: 16%;
    margin-top: 25px;

}
.circulo{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    margin: auto;
}

.ServB h1 {
	font-size: 1.5rem;
    width: 100%;
    text-align: center;
    padding-top: 16px;
    height: 20%;
}
.SectionDos{
	width: 100%;
	height: 50vh;
}

.Beneficios{
	width: 60%;
    height: 69%;
    margin: auto;
    margin-top: 7%;
    display: flex;
    flex-wrap: wrap;
}

.BenDiv{
	padding: 26px;
    width: 50%;
    height: 32%;
    background-color: white;
}


/*Formulario de ingreso */

.Ingreso {
	width: 100%;
    height: auto;
    background-color: transparent;
    padding-top: 30px;
}

.Ingreso h5{
	text-align: center;
}
.divIngreso {
    margin-bottom: 5px;
}
.swal2-title{
    font-size: 1em !important;
}
.botonCierre{
    background-color: transparent;
    border: none;
    margin-left: 94%;
    color: orange;
}
.margin50{
    margin-left: 50%;
}

.ModalIngreso{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}
.ingresoAgente{
    width: 50%;
    height: 100%;
}
.ingresoAgente form{
    margin-bottom: 50px;
}
.ingresoAgente form p{
    font-size: 10px;
}
.form-floating>.form-select{
    font-size: 12px;
}
.ingresoAgente form h1{font-size: 1.5rem;font-weight: 400;}

.telefonoEmail{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.width50{
    width: 49.5%;
}
.width33{
    width: 33%;
}
.inputGroup{
    display: flex;
    flex-wrap: wrap;
}
.textoCB{
    width: 90%;
}
.CBIngreso{
    width: 2rem;
    height: 1rem;
}
.ingresoAgente form i{
    color: orange;
    font-size: 14px;
}
.personaFisica, .personaMoral{
    display: none;
}
#aceptarIngreso{
    display: none;
}
.anchoMedido{
    width: 90%;
}
.bienvenidaText{
    padding: 39px;
}
.bienvenidaText p{
    font-size: 11px;
    text-align: justify;
}
.bienvenidaText i{
    color: orange;
}
.bienvenidaText img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 29px;
}
.bienvenidaText h4{
    font-weight: 400;
}
.tarjetaHotel{
    width: 28%;
    margin-right: .5%;
    margin-left: .5%;
}
.cuerpoTar h5{
    font-size: 1rem;
    margin-bottom: 0;
}
.cuerpoTar p{
    font-size: 10px;
    margin-bottom: 0;
}
.pieTarjeta small{
    font-size: .49rem;
    font-weight: 300;
}
.imgPromociones{
    height: 158px;
    overflow: hidden;
}
.nombreHotel{
    height: 40px;
}
.precioHotel{
    font-weight: 900;
    color: orange;
}
.Logos{
    width: 70%;
    height: 80%;
    margin: auto;
}
.contieneLogos{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.contieneLogos img{
    width: auto;
    height: 110px;
}
.disclaimer{
    font-size: 10px;
    font-weight: 300;
    padding-left: 20px;
}
@media (max-width: 575.98px) { 

    
    .bienvenidaIMG {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 500px;
    }
    .fotoBienvenida{
        width: 100%;
        height: auto;
    }
    .anunciaCom{
        width: 96%;
    }
    .anunciaCom h1{
        font-size: .8rem;
    }
    .card-img{
        width: 100vh;
        translate: -39%;
    }
    .tarjeta {
        padding: 22px;
        width: 96%;
    }
    .carruselServicios{
        width: 94%;
    }
    .tituloPaq{
        font-size: 1rem !important;
    }
    .contieneLogos img{
        height: 55px;
    }
    .carruselOfertas{
        width: 94%;
    }
    .tarjetaHotel {
        width: 74%;
    }
   .modal-dialog{
        max-width: 100% !important;
   }
   .modal-title{
    font-size: 1rem;
   }
   .ModalIngreso {
        padding: 0;
        flex-direction: column;
   }
   .ingresoAgente, .anchoMedido{
        width: 100%;
        border: transparent;
   }
   .bienvenidaText{
        padding: 10px;
   }
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1180px) 
and (orientation : portrait) {

    
    .tarjeta {
        padding: 15px;
        height: auto;
    
    }
    .fotoBienvenida{
        width: 98%;
    }
    .anunciaCom, .carruselServicios, .carruselOfertas{
        width: 85%;
    }
    .tarjetaHotel {
        width: 35%;
    }
    .imagen {
        width: 161px;
    }
    
    .ServB {
        width: 68%;
    }
    .modal-dialog {
        max-width: 98%;
    }
    .tarjeta button {
        margin-left: 42%;
        font-size: 12px;
    }
    .imagen p {
        margin-top: 16px;
        margin-bottom: 0;
    }
    .SubNav {
        margin-top: 42px;
     }   
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1180px) 
and (orientation : landscape) {

    .tarjeta {
        width: 50%;
        height: auto;
        padding: 36px;
    }
    .fotoBienvenida {
        width: 77%;
    }
    .anunciaCom, .carruselServicios, .carruselOfertas{
        width: 74%;
    }
    .tarjetaHotel {
        width: 32%;
    }
    .ServB {
        width: 58%;
    }
    .tarjeta h1 {
        font-size: 1.3rem;
    }
    .tarjeta p {
        font-size: 10px;
    }
    .tarjeta img {
        width: 83%;
    }

    .imagen {
        width: 175px;
    }
    .modal-dialog {
        max-width: 96%;
    }


}
@media only screen 
and (min-device-width : 1920px) {
    
    .modal-dialog{
        max-width: 60%;
    }
}