body {
    padding: 0% 0% 0% 0%;
    margin: 0%;
    background-color: #F2F1EE;
}

@font-face {
    font-family: 'spring';
    src: url(../font/TheSeasons.ttf);
}

@font-face {
    font-family: 'Arkit';
    src: url(../font/ArkitRegular.ttf);
}

@font-face {
    font-family: 'Questrial';
    src: url(../font/Questrial-Regular.ttf);
}

@font-face {
    font-family: 'Kiona';
    src: url(../font/Kiona-Regular.ttf);
}

a {
    text-decoration: none;
}

.navbarinmoga {
    background-color: #000;
    font-family: 'spring';
    border-bottom: 1px solid #fff;
}

.navbarinmoga .nav-link {
    color: #ffffff !important;
}

.navbarinmoga .navbar-brand {
    color: #ffffff !important;
}

.carousel,
.carousel-item,
.carousel-item {
    height: 100vh;
    background-size: cover;
    /* que llene todo el fondo */
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-item img {
    object-fit: cover;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    position: absolute;
    right: 12%;
    bottom: 1.25rem;
    left: 11%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 15rem;
    font-family: 'spring';
}

.carousel-caption h2 {
    font-size: 100px;
    margin-top: 3%;
    font-family: 'spring';
}

.carousel-caption p {
    font-size: 1.6rem;
    font-family: 'Arkit';
    letter-spacing: 2px;
}

.portafolio {
    height: auto;
    padding: 5% 5%;
}

.numero {
    justify-content: center;
    display: flex;
    align-items: center;
}

.titlenum {
    height: 100px;
    display: flex;
    align-items: center;
}

.portafolio h3 {
    font-family: 'spring';
    font-size: 2.2rem;
    color: #767068;
}

.procesos h3 {
    font-family: 'spring';
    font-size: 2.2rem;
    color: #767068;
    margin: 5% 0%;
}

.pasos {
    padding: 0% 5%;
}

.procesos {
    margin-bottom: 5%;
}

.rectpro h3 {
    font-family: 'Questrial';
    font-size: 1.8rem;
    color: #000000;
}

.rectpro p {
    font-family: 'Questrial';
    font-size: 1.1rem;
    color: #000000;
    margin-top: 5%;
}

.rectpro {
    padding: 5% 2%;
}

.rectprotex {
    border-top: 2px dotted;
    margin-top: 5%;
}

.property-card {
    position: relative;
    height: 445px;
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.property-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #80716d36;
    transition: background-color 0.3s ease;
}

.property-card:hover {
    transform: scale(1.03);
}

.property-card:hover::before {
    background-color: rgba(255, 255, 255, 0);
}

.profrase {
    font-family: 'spring';
    font-size: 2.2rem;
    color: #767068;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profrase::after,
.profrase::before {
    content: "";
    flex: 1;
    border-bottom: 2px dotted #767068;
    margin: 0% 3%;
    opacity: 0.8;
}

.vertical-text {
    position: relative;
    padding: 10% 3% !important;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'spring';
    height: 100%;
    background-color: #2525259e;
    width: 15%;
}

.lltext p {
    font-size: 1.5rem;
    font-family: 'Arkit';
    font-weight: 600;
    letter-spacing: 10px;
}

.lltext::before {
    content: '';
    flex: 1;
    height: 10px;
    background-color: #ffffff;
    margin: -1.2rem 2rem 0rem 0rem;
}

.lltext {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: -5%;
}

.nosotrosprin {
    padding: 5% 0% 5% 5%;
}

.nosotrosprin img {
    margin-bottom: 3%;
}

.nimgpr {
    background-image: url(../img/nosotros.jpg);
    height: 75vh;
    border-radius: 50px 0 0 50px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0% 0% 0% 15%;
}

.textnos h1 {
    font-size: 3.2rem;
    font-weight: 600;
    font-family: 'Kiona';
    color: #fff;
}

.textnos p {
    font-size: 1.8rem;
    font-family: 'spring';
    color: #fff;
}

.qsomos {
    padding: 5% 0%;
}

.imqsom {
    background-image: url(../img/imgquesomos.jpg);
    height: 70vh;
    border-radius: 0px 50px 50px 0px;
    background-position: center;
    background-size: cover;
}

.textqs {
    padding: 2% 5%;
    color: #000;
}

.textqs h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 3%;
    font-family: 'Questrial';
}

.textqs p {
    font-size: 1.5rem;
    line-height: 3rem;
}

.imgtransfv {
    background-image: url(../img/transformatuvision.jpg);
    height: 45vh;
    border-radius: 50px 0 0 50px;
    background-position: center;
    background-size: cover;
}

.transfv {
    padding: 5% 0% 10% 5%;
}

.texttrans h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2%;
    margin-top: 3%;
    font-family: 'Questrial';
}

.texttrans p {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.contactprin img {
    margin-bottom: 3%;
    padding: 0% 0% 0% 5%;
}

.contactprin {
    padding: 5% 0% 0% 0%;
}

.contimgprin {
    background-image: url(../img/contacto.jpg);
    height: 65vh;
    border-radius: 0px 50px 50px 0px;
    background-position: center;
    background-size: cover;
}

.textqs2 {
    padding: 2% 5%;
    color: #000;
}

.textqs2 h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 3%;
    font-family: 'Questrial';
}

.textqs2 p {
    font-size: 2rem;
    line-height: 2.5rem;
}

.contacto {
    padding: 0% 5% 5% 5%;
}

.contacto h1 {
    font-size: 2.4rem;
    font-family: 'spring';
    font-weight: 600;
}

.contacto img {
    max-width: 90%;
}

.textcont {
    position: relative;
    top: 25%;
    height: auto;
}

.form-controlin {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    margin-bottom: 5%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btninm {
    background-color: #000;
    color: #fff;
    padding: 2% 8%;
    border: none;
}

.cartaser .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.card {
    border: none;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    background: transparent;
    border-radius: 0px;
}

.bg1,
.bg2,
.bg3 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg1 {
    background-image: url(../img/admonintepropie.jpg);
}

.bg2 {
    background-image: url(../img/busqyseleccdecompa.jpg);
}

.bg3 {
    background-image: url(../img/generaciondepermisos.jpg);
}

.bg1::before,
.bg2::before,
.bg3::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.4s ease;
    z-index: 1;
}

.bg1:hover::before,
.bg2:hover::before,
.bg3:hover::before {
    background-color: rgba(0, 0, 0, 0);
}

.text-card {
    position: relative;
    z-index: 2;
    height: 22%;
    padding: 5% 10%;
    text-align: center;
    color: white;
    font-family: 'Questrial';
}

.text-card h3 {
    font-size: 1.75rem;
}

.iconchevron {
    background-color: #00000061;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.admonint,
.busqysel,
.gestyrem {
    height: 110vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admonint {
    background-image: url(../img/fondoadmonintepropie.jpg);
}

.busqysel {
    background-image: url(../img/fondobusquedayseleccion.jpg);
}

.gestyrem {
    background-image: url(../img/fondoremodelacion.jpg);
}

.linea {
    border: 3px solid #fff;
    position: relative;
    top: 25%;
}

.lltextserv h1 {
    font-size: 3rem;
    font-family: 'spring';
    color: #fff;
    margin-bottom: 5%;
}

.textser h3 {
    font-size: 2rem;
    margin-bottom: 2%;
    font-family: 'Questrial';
}

.textser {
    padding: 0% 0% 0% 15%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2.8rem;
}

.textser ul {
    list-style-type: square;
}

.footer {
    background-color: #252525;
    color: #fff;
    border-top: 1px solid #fff;
    font-family: 'Poppins', sans-serif;
    padding: 0% 5%;
}

.footer-logo {
    max-width: 240px;
    height: auto;
}

.contacto-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.info-contacto {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

.info-contacto a {
    color: #000 !important;
}

.info-contacto i {
    font-size: 1.5rem;
}

.info-contactofo {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

.info-contactofo a {
    color: #ffffff !important;
}

.info-contactofo i {
    font-size: 1.5rem;
}

.contacto-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.info-icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.info-icons img {
    max-width: 20%;
}

.contacto-icons2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.info-icons2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.info-icons2 h6 {
    font-size: 1.2rem;
}

.info-icons2 img {
    max-width: 28%;
}

footer p a {
    text-decoration: none !important;
    color: #fff;
    font-size: 1rem;
}

footer p a:hover {
    opacity: 0.8;
}

@media screen and (min-device-width: 1400px) and (max-device-width: 1920px) {
    .lltextserv h1 {
        font-size: 5.5rem;
    }
    .text-card h3 {
        font-size: 2.5rem;
    }
    .carousel-caption h1 {
        font-size: 18rem;
    }
    .textqs2 h2 {
        font-size: 3.4rem;
    }
    .textqs2 p {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    .rectpro h3 {
        font-size: 2.5rem;
    }
    .rectpro p {
        font-size: 1.75rem;
    }
    .portafolio h3 {
        font-size: 3rem;
    }
    .procesos h3 {
        font-size: 2.5rem;
    }
    .procesostit h3 {
        font-size: 3rem;
    }
    .profrase {
        font-size: 3rem;
    }
    .property-card {
        height: 600px;
    }
    .vertical-text {
        font-size: 2.5rem;
    }
    .info-contacto {
        font-size: 1.75rem;
    }
    .info-icons2 h6 {
        font-size: 1.75rem;
    }
    .info-icons2 img {
        max-width: 30%;
    }
    .contacto h1 {
        font-size: 3.4rem;
    }
    .textser h3 {
        font-size: 3rem;
    }
    .textser {
        font-size: 1.5rem;
    }
    .textnos h1 {
        font-size: 4rem;
    }
    .textnos p {
        font-size: 3rem;
    }
    .textqs p {
        font-size: 1.75rem;
        line-height: 3.5rem;
    }
    .textqs h2 {
        font-size: 3rem;
    }
    .texttrans h2 {
        font-size: 3rem;
    }
    .texttrans p {
        font-size: 1.75rem;
        line-height: 3.5rem;
    }
}

@media (max-width: 1100px) {
    .carousel-caption h1 {
        font-size: 10rem;
    }
    .carousel-caption h2 {
        font-size: 55px;
    }
    .nosotrosprin {
        padding: 10% 0% 5% 5%;
    }
    .contactprin {
        padding: 10% 0% 0% 0%;
    }
}

@media (max-width: 768px) {
    .carousel-caption {
        top: 55%;
        left: 10%;
    }
    .carousel-caption h1 {
        font-size: 7rem;
    }
    .carousel-caption h2 {
        font-size: 95px;
        margin-top: 3%;
        font-family: 'spring';
        font-size: 2.5rem;
    }
    .carousel-caption p {
        font-size: 1rem;
        letter-spacing: 2px;
    }
    .lltext p {
        font-size: 12px;
        font-family: 'Arkit';
        font-weight: 600;
        letter-spacing: 5px;
    }
    .lltext::before {
        content: '';
        flex: 1;
        height: 5px;
        background-color: #ffffff;
        margin: -1.2rem 11px 0rem 10px;
    }
    .carousel,
    .carousel-item,
    .carousel-item {
        height: 90vh;
    }
    .carousel-caption img {
        max-width: 80%;
        margin-top: -40%;
    }
    .nosotrosprin img {
        max-width: 65%;
    }
    .nimgpr {
        height: 40vh;
    }
    .textnos h1 {
        font-size: 2rem;
    }
    .textnos p {
        font-size: 1.5rem;
    }
    .imqsom {
        height: 30vh;
    }
    .textqs h2 {
        font-size: 2rem;
    }
    .textqs p {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .imgtransfv {
        height: 20vh;
    }
    .texttrans h2 {
        font-size: 2rem;
    }
    .texttrans p {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .contactprin img {
        max-width: 65%;
    }
    .contimgprin {
        height: 30vh;
    }
    .textqs2 h2 {
        font-size: 2rem;
    }
    .textqs2 p {
        font-size: 1.2rem;
    }
    .contacto img {
        max-width: 100%;
    }
    footer img {
        max-width: 50%;
        margin-bottom: 5%;
    }
    footer p a {
        text-decoration: none !important;
        color: #fff;
    }
    .admonint {
        background-image: url(../img/fondoadmonintepropiemb.jpg);
    }
    .busqysel {
        background-image: url(../img/fondobusquedayseleccionmb.jpg);
    }
    .gestyrem {
        background-image: url(../img/fondoremodelacionmb.jpg);
    }
    .info-icons2 img {
        max-width: 28%;
    }
    .rectpro {
        padding: 8% 15%;
    }
    .lltextserv h1 {
        font-size: 2rem;
    }
    .pasos {
        padding: none;
    }
    .nosotrosprin {
        padding: 18% 0% 5% 5%;
    }
    .contactprin {
        padding: 15% 0% 0% 0%;
    }
    .textser h3 {
        font-size: 1.75rem;
    }
    .textser {
        font-size: 1rem;
        line-height: 2.4rem;
    }
}

@media(max-width: 550px) {
    .carousel-caption {
        top: 60%;
        transform: translateY(-50%);
    }
    .carousel-caption h1 {
        font-size: 5rem;
    }
    .card {
        height: 30vh;
    }
    .text-card h3 {
        font-size: 1.4rem;
    }
    .text-card {
        padding: 4% 8%;
    }
    .cartaser {
        margin-top: 10%;
    }
    .bg1:hover::before,
    .bg2:hover::before,
    .bg3:hover::before {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .text-card {
        height: 30%;
    }
    .textnos h1 {
        font-size: 1.75rem;
    }
    .textnos p {
        font-size: 1.3rem;
    }
    .textqs {
        padding: 15% 5%;
    }
    .textqs h2 {
        margin-bottom: 10%;
        font-size: 1.75rem;
    }
    .texttrans h2 {
        margin-bottom: 15%;
        margin-top: 15%;
        font-family: 'Questrial';
        font-size: 1.75rem;
    }
    .contacto {
        padding: 10% 5%;
    }
    .textqs2 h2 {
        font-size: 1.75rem;
    }
    .textqs2 {
        padding: 2% 3% 15% 3%;
    }
    .contacto h1 {
        font-size: 2rem;
    }
    .nosotrosprin img {
        max-width: 80%;
    }
    .contactprin {
        padding: 18% 0% 0% 0%;
    }
    .contactprin img {
        max-width: 80%;
    }
}