@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.ttf");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.ttf");
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
body {
  font-family: "Roboto-Regular";
  font-size: 1rem;
    background-color: #F1F3F4;
}
#bg-menu {
  background-color: #F1F3F4;
}
#items-menu {
  font-family: "Rubik-Bold";
  color: #fff;
}
#items-menu a {
  font-size: 1.2rem;
  color: #fff;
}
.btnActive {
  color: #d2af40 !important;
}
#items-menu a:hover,
.iconoFooter:hover,
.iconInfoSection {
  color: #d2af40;
}
#titleFormContact {
  font-family: "Poppins-SemiBold";
}
.formContact {
  background-color: #ededed;
  border-radius: 5px;
}
form label {
  color: #606060;
}
.iconoFooter {
  color: #606060;
  text-decoration: none;
}
textarea {
  resize: none;
}

.infoSection {
  background-color: #1b2735;
  color: #ffffff;
}
.titleInfoSection {
  font-family: "Poppins-SemiBold";
}
.dividerInfoSection {
  height: 1px;
  width: 50px;
  color: #d2af40 !important;
  background-color: #d2af40;
}
.bgHotels {
  /*background-color: #ededed;*/
}



.description{
    height: 250px;
    background-color: #E4E7EA;
    border-radius: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.textInicio{
    font-size: 18px;
    color: #314563;
    padding-left: 10px;

    font-family: Roboto-Light;
    /*text-align: left;*/
}
.descriptionPrincipal{
    height: 150px;
    background-color: #E4E7EA;
    border-radius: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.textPrincipal{
    font-size: 18px;
    color: #314563;
    padding-left: 10px;
    font-family: Roboto-Light;
    text-align: center;
}

.login{
    font-family: Roboto-Thin;
    font-size: 36px;
    color: #314563;
    margin-top: 30px;

}

.contacto{
    font-family: Roboto-Thin;
    font-size: 36px;
    color: #314563;
    margin-top: 30px;

}

.h1registro{
    font-family: Roboto-Thin;
    font-size: 36px;
    color: #314563;
    margin-top: 30px;

}

.linea{
    display: block;
    height: 200px;
    margin-top: 20px;
}

.lineaazul{
    height: 215px;
    border-right: 1px solid #2b6ab3;
    width: 10px!important;
    padding-left: 40px;
}

.lineamovil{
    display: none;
    /*height: 200px;*/
    /*margin-top: 20px;*/
}


.lineaazulmovil{
    width: 180px;
    border-top: 1px solid #2b6ab3;
    margin-left: 70px;
}


.inputcorreo{
    border-radius: 8px;
}
.usuario{
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #314563;
}
.registrarse{
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #314563;
    text-decoration: underline!important;
    margin-left: 150px
}
.cancelar{
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #314563;
    text-decoration: underline!important;
    margin-left: 180px
}


.cancelarcontacto{
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #314563;
    text-decoration: underline!important;
    margin-left: 185px
}
.lact1{
    width: 100%;
}

.mostrarcaja{
    border-radius: 10px!important;
}
.imgcaja{
    border-radius: 10px!important;
    width: 92%;
    height: 150px;
    background: #F1F3F4;
    margin-top: 10px;
    margin-left: 10px
}
.boton{
    border: 0px!important;
}
/*ajustes par la vista movil*/
@media (max-width: 1000px) {
    .linea{
        display: none;
    }
    .lineamovil{
        display: block;
    }
    .login{
        font-family: Roboto-Thin;
        font-size: 36px;
        color: #314563;
        margin-top: 30px;
        /*text-align: center;*/
        margin-left: 130px;
    }
    .usuario{
        font-family: Roboto-Regular;
        font-size: 18px;
        color: #314563;
        text-align: center;
    }

    .h1registro{
        font-family: Roboto-Thin;
        font-size: 36px;
        color: #314563;
        margin-top: 30px;
        margin-left: 85px;

    }

    .registrarse{
        font-family: Roboto-Medium;
        font-size: 12px;
        color: #314563;
        text-decoration: underline!important;
        margin-left: 110px
    }


    #acceder{
        margin-left: 90px;
    }
    .cancelar{
        font-family: Roboto-Medium;
        font-size: 12px;
        color: #314563;
        text-decoration: underline!important;
        margin-left: 55px
    }

    .contacto{
        font-family: Roboto-Thin;
        font-size: 36px;
        color: #314563;
        margin-top: 30px;
        margin-left: 100px
    }
    .cancelarcontacto{
        font-family: Roboto-Medium;
        font-size: 12px;
        color: #314563;
        text-decoration: underline!important;
        margin-left: 55px
    }



}


.titleCardHotel {
  height: 70px;
  font-family: "Poppins-SemiBold";
  background-color: #1b2735;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titleCardHotel .card-title {
  font-size: 0.9rem;
}
.footerCardHotel {
  background-color: #d2af40;
}
/* .footerCardHotel:hover {
  background-color: #1b2735;
} */
.footerCardHotel a {
  font-family: "Poppins-SemiBold";
  color: #1b2735;
}
.titleSmall {
  color: #606060;
}
.distance {
  font-size: 0.9rem;
}
.stars {
  font-size: 0.8rem;
}
.borderRight {
  border-right: 1px solid #606060;
}
.borderLeft {
  border-left: 1px solid #606060;
}
.nameHotelDetail {
  font-family: "Poppins-SemiBold";
  color: #1b2735;
}
.nav-item button {
  background-color: #606060 !important;
  color: #ffffff !important;
  width: 294px;
}
.nav-item button.active {
  background-color: #1b2735 !important;
}
.nav-item button,
.nav-item button.active {
  border-radius: 0 !important;
}
.formReserve,
.resume {
  color: #606060;
}
.formReserve .titleLabel {
  font-size: 1.1rem;
  font-family: "Poppins-SemiBold";
  color: #1b2735;
}
input[type="checkbox"] {
  /*margin-top: 12px;*/
  transform: scale(1.5);
}
/*.titleRegular {*/
  /*font-size: 1.1rem;*/
  /*font-family: "Poppins-Regular";*/
  /*color: #606060;*/
/*}*/
/*.modalReserve {*/
  /*background-color: #ededed;*/
/*}*/
/*.titleModalReserve {*/
  /*font-family: "Poppins-SemiBold";*/
  /*color: #1b2735;*/
/*}*/
