@font-face {
    font-family: 'Air';
    src: url('/webfonts/brown-regular.ttf')  format('truetype');
  }
 
    body{
        font-family: 'Air',sans-serif !important;
    }
.contenedor-modelo{
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #f7f8f8;
    border-radius: 20px;
}
.card-img-top{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.modelo-img{
    border-radius: 10px;
    width: auto !important;
    height: 100% !important;
}
/* @media (min-width: 1175px) {
    .modelo-img{
        height: 100% !important;
        width: 100% !important;
    }
}
@media (max-width: 1175px) {
    .modelo-img{
        height: 300px !important;
        width: 300px !important;
    }
}
@media (max-width: 767px) {
    .modelo-img{
        height: 100% !important;
        width: 100% !important;
    }
}
@media (max-width: 320px) {
    .modelo-img{
        height: 250px !important;
        width: 250px !important;
    }
} */

.splide__pagination__page {
    background-color: #5842BC !important; /* Change this to your desired color */
    top: 28px !important; /* Adjust this value to change the vertical position */
    left: 50% !important;
    transform: translateX(-55%) !important;
}



@media (min-width: 1281px) {
    .modelos-mobile {
        display: none;
    }
    .modelos {
        display: unset;
    }
    .amenidades-m {
        display: none;
    }

    .btn-movil {
        display: none;
    }
}
/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .btn-movil {
        display: none;
    }
    .modelos-mobile {
        display: none;
    }
    .modelos {
        display: unset;
    }
    .amenidades {
        display: unset;
    }
    .amenidades-m {
        display: none;
    }
    .hero-image {
        /* background-image: url('https://reda.mx/recursos//landingproyectos/1/30/imagenes/img-bloque-m.png'); */
        height: 65% !important;
    }
}
/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) {
    .colapse-nav {
        background-color: white;
    }
    .hero-image {
        margin-top: 70px !important;
        /* background-image: url('https://reda.mx/recursos//landingproyectos/1/30/imagenes/img-bloque-m.png'); */
        height: 65% !important;
    }
    .modelos-mobile {
        display: unset;
    }
    .modelos {
        display: none;
    }
    .texto-equipamientos {
        display: none !important;
    }
    .amenidades {
        display: none;
    }
}
/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .colapse-nav {
        background-color: white;
    }
    .amenidades {
        display: unset;
    }
    .texto-equipamientos {
        display: none !important;
    }
}
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .colapse-nav {
        background-color: white;
    }
    /* .hero-text {
        display: none;
    } */
    .modelos {
        display: none;
    }
    .amenidades {
        display: none;
    }
    .texto-equipamientos {
        display: none !important;
    }
    .hero-image {
        margin-top: 70px !important;
        /* background-image: url('https://reda.mx/recursos//landingproyectos/1/30/imagenes/img-bloque-m.png'); */
        height: 65% !important;
    }
}
/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    /* .hero-text {
        display: none;
    } */
    .colapse-nav {
        background-color: white;
    }
    .modelos {
        display: none;
    }
    .amenidades {
        display: none;
    }
    .texto-equipamientos {
        display: none !important;
    }
    .hero-image {
        margin-top: 70px !important;
        /* background-image: url('https://reda.mx/recursos//landingproyectos/1/30/imagenes/img-bloque-m.png'); */
        height: 70% !important;
    }
}

.hero-image {
    margin-top: 70px !important;
}

.splide__pagination__page {
    background: #000c304a;
}

.splide__pagination__page.is-active {
    background: #000c30;
}

.header {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    /* background-image: url('https://reda.mx/recursos//landingproyectos/1/30/imagenes/img-bloque.png'); */
}

.txt-nombre {
    font-size: 70px;
    color: #000c30;
}

.txt-model-m {
    font-size: 30px;
    font-weight: lighter;
}

.txt-nombre-m {
    font-size: 50px;
    color: #000c30;
}

.plantas-text {
    font-size: 25px;
    color: #000c30;
    font-weight: bold;
}

.splide__arrow {
    background: #cccccc29 !important;
}

.x {
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 3px;
    position: absolute;
    background: #000c30;
    color: white;
    top: -5px;
    right: -10px;
    border-radius: 100px;
    text-align: center;
}

.btn-cnt {
    background-color: #5842BC;
    border: 0 solid;
    color: white;
}

.btn-cnt:hover {
    background-color: #5842BC;
    border: 0 solid;
    color: white;
}

.x-mobile {
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 3px;
    position: absolute;
    background: #000c30;
    color: rgb(255, 255, 255);
    top: -10px;
    right: 5px;
    border-radius: 100px;
    text-align: center;
}

.image-container {
    text-align: center;
    padding: 10px;
    border-radius: 100% !important;
}

.img-fluid {
    width: 100% !important;
}

.contact {
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 1%;
    position: absolute;
    background: #000c30;
    color: rgb(255, 255, 255);
    bottom: 10px;
    right: 0px;
    border-radius: 100px;
    text-align: center;
}

.contact-m {
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 1%;
    position: absolute;
    background: white;
    color: #000c30;
    bottom: 10px;
    right: -65px;
    border-radius: 100px;
    text-align: center;
    padding-top: 4px;
    padding-left: 2px;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 12px 35px;
    color: black;
    background-color: #000c30;
    text-align: center;
    cursor: pointer;
    border: 5px solid #000c30;
    border-radius: 8px 8px 8px 8px;
    margin-left: -1px;
    margin-top: 5%;
    font-size: 14pt;
    letter-spacing: 4px;
    font-weight: bold;
}

.btn-movil {
    text-align: center;
    color: white;
}

.navbar.top-nav-collapse {
    background-color: #ffffff;
    height: 70px !important;
}

.btn-movil button {
    z-index: 9999 !important;
    border: none;
    outline: 0;
    padding: 8px 30px;
    color: black;
    background-color: #000c30;
    text-align: center;
    cursor: pointer;
    border: 5px solid #000c30;
    border-radius: 8px 8px 8px 8px;
    margin-left: -1px;
    margin-bottom: 8%;
    margin-left: 8%;
    font-size: 11pt;
    font-weight: bold;
}

a.button7 {
    display: inline-block;
    padding: 0.4em 1.7em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000c30;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17), inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    text-align: center;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}

a.button7:active {
    box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
}

@media all and (max-width:30em) {
    a.button7 {
        display: block;
        margin: 0.4em auto;
    }
}

.bg-img {
    height: 30%;
}

.text-ventajas {
    margin-bottom: 3rem;
}

.float {
    cursor: pointer;
    position: fixed;
    height: 50px;
    bottom: 20px;
    left: 20px;
    text-decoration: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000c30;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #000c304a;
    z-index: 100;
}

.float:hover {
    color: white;
    text-decoration: none;
}

.my-float {
    margin-top: 16px;
}

.c-galeria {
    position: relative;
    cursor: pointer;
}

.btn-cnter {
    margin-top: 10px;
    height: 35px;
    width: 96.4%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 5px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #000c30;
}

.btn-cnter a {
    text-decoration: none;
    color: white;
}

.btn-cnter-m {
    z-index: 999;
    border-radius: 100px 100px 100px 100px;
    text-align: center;
    margin-top: 10px;
    height: 9%;
    width: 10%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 7px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #000c30;
    margin: 10px;
}

.btn-cnter-m a {
    text-decoration: none;
    color: white;
}
.navbar {
    background-color: white !important;
    height: 70px !important;
}
.navbar .logo-image img {
    width: auto;
    height: 30px;
}

.navbar .nav-item .nav-link {
    font-weight: 600;
    color: rgb(69, 69, 69);
    cursor: pointer;
}

.navbar .nav-item .nav-link:hover {
    color: #000c30 !important;
}

.active {
    color: #000c30 !important;
}

.centered-element {
    max-width: 80% !important;
}

.texto-equipamientos {
    display: flex;
    align-items: center;
}

#equipamientos {
    margin-bottom: 5rem;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.card-w {
    width: 190px !important;
}

.no-arrow {
    -moz-appearance: textfield;
}

.no-arrow::-webkit-inner-spin-button {
    display: none;
}

.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.iti-sdc-3 {
    width: 100% !important;
}

.text-claro {
    color: rgb(117, 117, 117) !important;
}

.nav-wrapper {
    margin-right: 10%;
    margin-left: 10%;
}

.btn-completo {
    width: 70%;
    height: 40px;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
}

.iconos-cp {
    width: 100%;
    margin-top: 17px;
}

.card-ruqu-seccion-pago {
    position: sticky;
    top: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px !important;
    border: 1px solid rgb(221, 221, 221);
}

strong {
    color: black !important;
}

.info-principal {
    padding-bottom: 10px;
}

.ruqu-img {
    width: 100%;
    display: flex;
    height: 450px;
}

.ruqu-img>.principal {
    width: 60%;
    height: 100%;
}

.ruqu-img>.principal>img,
.ruqu-img>.alternas>.row>.m6>img {
    object-fit: cover;
    vertical-align: bottom;
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.ruqu-img>.principal>img {
    padding: 9px;
}

.ruqu-img>.alternas>.row>.m6>img {
    padding: 10px;
    cursor: pointer;
}

.ruqu-img>.alternas {
    width: 40%;
    height: 100%;
}

.ruqu-img>.alternas>.row>.m6 {
    width: 50%;
    height: 225px;
    padding: 0 0rem !important;
}

.container-info-complete {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
}

.btn-ruqu-accion {
    margin-right: 10px;
    margin-left: 10px;
}

.btn-ruqu-accion {
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    letter-spacing: .5px;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

.btn-ruqu-accion {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.btn-ruqu-accion:hover {
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1100px) {
    .container-info-complete {
        padding-left: 0%;
        padding-right: 0%;
    }
}

@media only screen and (max-width: 991px) {
    .info-principal {
        padding-bottom: 0px;
    }
    .titulo-ruqu {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 750px) {
    .ruqu-img>.principal>img {
        padding: 1px;
    }
    .ruqu-img>.alternas>.m6>img {
        padding: 1px;
    }
    .nav-wrapper {
        margin-right: 10px;
        margin-left: 10px;
    }
    .iconos-cp {
        width: 100%;
        margin-top: 10px;
    }
    .ruqu-img {
        width: 100%;
        display: flex;
        height: 200px;
    }
    .ruqu-img>.alternas>.m6 {
        width: 50%;
        height: 100px;
        padding: 0 0rem !important;
    }
    .container-info-complete {
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 10px;
    }
    .btn-ruqu-accion {
        width: 30px !important;
        height: 30px !important;
        border-radius: 100%;
    }
    .btn-ruqu-accion:hover {
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
    }
}

.terminos-condiciones {
    background-color: #ffffff;
    border-radius: 10px;
}

.terminos-condiciones>a {
    margin: 20px;
    font-size: 12px;
    font-weight: 400;
    color: rgb(182 182 182);
    border-radius: 10px;
}

.btn-comprar {
    background-color: orange;
    color: white;
    font-weight: bold;
    width: 80%;
    border-radius: 100px;
}

.contenido-ruqu {
    margin-bottom: 70px;
}
/* footer */

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 998;
}

.footer {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 20px !important;
    border-top: 1px solid #dddddd;
    background-color: white;
}
/* numeros */
/* numeric sum */

.numerico-sum {
    width: 100%;
    display: flex;
}

.numerico-sum-cantidad {
    width: 150px;
}

.numerico-sum-cantidad input {
    text-align: center;
}

.numerico-sum-menos {
    float: left;
    cursor: pointer;
}

.numerico-sum-mas {
    float: right;
    cursor: pointer;
}

.numerico-sum-menos span {
    border-radius: 100%;
    background-color: rgb(143, 202, 168);
}

.numerico-sum-mas span {
    border-radius: 100%;
    background-color: rgb(143, 202, 168);
}

.selected-flag{
    background-color:transparent !important;
}

.form-normal {
    border-radius: 5px !important;
    border: 1px solid #9e9e9e !important;
}
.form-control{
    border-radius:15px !important;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #b1b1b129;
}
/*  */

.ruqu-card-img {
    height: 300px;
}

.ruqu-card-body {
    margin: 10px;
    padding-bottom: 10px;
}

.ruqu-card-text-content>p {
    margin: 0px !important;
    padding: 0px !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide>img {
    border-radius: 0px 0 px 0px 0px;
    object-fit: cover;
    vertical-align: bottom;
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
/*  */

.shadowImg {
    width: 100%;
    height: 3px;
}

.modal-content {
    padding-top: 0px;
}

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

.sticky {
    position: sticky;
    top: 80px;
}
/* movil y pc */

@media only screen and (min-width: 991px) {
    .pc {
        display: block !important;
    }
    .movil {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .pc {
        display: none !important;
    }
    .movil {
        display: block !important;
    }
}
/* movil y pc */

@media only screen and (min-width: 991px) {
    .pc {
        display: block !important;
    }
    .movil {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .pc {
        display: none !important;
    }
    .movil {
        display: block !important;
    }
}

.overflow {
    padding: 10px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
}
.etiqueta-banner{
    width: 70%;
    height: 109px;
    background-color: #ffffffed;
    border-radius: 0px 20px 0px 20px;
    padding: 10px;
    position: relative;
    top: 321px;justify-content: initial !important;
}
@media only screen and (max-width: 1400px) {
    .etiqueta-banner{
        width: 100%;
        height: 109px;
        background-color: #ffffffed;
        border-radius: 0px 20px 0px 20px;
        padding: 10px 10px 10px 10px;
        position: relative;
        top: 321px;justify-content: initial !important;
    }
}
.navbar{
    border-bottom: solid #e8e8e8 !important;        }
.etiqueta-verificado{
    background-color: #ffffff;
color: black;
padding: 6px;
border-radius: 100px;
}
.etiqueta-benner-verificado{
    position: absolute;
    left: 15px;
    top: 15px;
}
/* datos de row grid */
.grid-container-2 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-gap: 5px;
justify-items: left;
align-items: center;
margin: 0px;
}
.grid-container-1 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 5px;
justify-items: left;
align-items: center;
margin: 0px;
} 
.grid-container-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 5px;
justify-items: left;
align-items: center;
margin: 0px;
}

.item {
/* background-color: #F2F2F2; */
padding: 0px;
text-align: left;
font-size: 24px;
}

.item h2 {
margin-top: 0;
font-size: 18px;
}

.item h3 {
margin-top: -15px;
margin-bottom: 0;
font-size: 14px;
}