﻿.body-content {
    padding-top: 60px;
}

/* FUNCTIONALITIES */

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fw-400 {
    font-weight: 400 !important;
}

.italic {
    font-style: italic !important;
}


/* HEADER DE GENERAL_USER_lAYOUT */
.header--shared {
    top: 0;
    width: 100%;
    z-index: 10000;
    position: fixed;
    padding: 10px 20px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    transition-duration: 0.5s;
    -webkit-user-select: none;
    transition-property: height;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
}

.bunch {
    gap: 5px;
    flex-direction: row-reverse;
}

.bunch:hover {
    cursor: pointer;
}

.bunch__title {
    color: #707070;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600 !important;
}

.header__menu {
    width: 40px;
    height: 40px;
    padding: 5px;
    flex-shrink: 0;
    aspect-ratio: 1;
    border-radius: 8px;
    flex-direction: column;
    background-color: #F5F5F5;
}

.header__menu:hover {
    cursor: pointer;
}

.menu__text {
}

.menu__icon {
    width: 100%;
}

.header__logo {
    width: 50%;
    max-width: 300px;
    max-height: 70px;
    object-fit: contain;
}

.header__logo:hover {
    cursor: pointer;
}

.header__profile {
    gap: 5px;
    padding: 8px;
    flex-shrink: 0;
    outline-offset: 0;
    border-radius: 8px;
    justify-content: space-between;
    outline: 1px solid transparent !important;
    transition: outline-offset 0.1s ease-in-out, outline-color 0.1s ease-in-out;
}

.header__profile:hover {
    outline-offset: 3px !important;
    outline-color: #1775AD !important;
}

.profile__icon {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    aspect-ratio: 1;
}

.profile__name {
    display: none;
    color: #1775AD;
    line-height: 100%;
    font-weight: 600 !important;
    font-size: clamp(12px, 2vw, 18px);
}
/* HEADER DE GENERAL_USER_lAYOUT */

/* NAVBAR DE GENERAL_USER_LAYOUT */
.menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 10000;
    position: fixed;
}

.menu__background {
    width: 100%;
    height: 100%;
    position: relative;
}

.menu__background > * {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}

.background__blur {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.blur__filter {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
}

.background__navbar {
    width: 85%;
    height: 100%;
    max-width: 350px;
    background-color: #FFFFFF;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
}

.background__navbar > * {
    padding: 20px;
}

.navbar__header {
    background-color: #F5F5F5;
    justify-content: space-between;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.header__title {
    margin: 0;
    color: #707070;
    font-size: 16px;
    user-select: none;
}

.header__title:hover {
    cursor: default;
}

.header__close {
    width: 25px;
    height: 25px;
    aspect-ratio: 1;
}

.header__close:hover {
    cursor: pointer;
}

.navbar__list {
    gap: 5px;
    list-style: none;
    padding: 10px 20px;
    flex-direction: column;
}

.navbar__list > * {
    width: 100%;
}

.option {
    gap: 10px;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 8px;
    justify-content: flex-start;
}

.option:hover {
    background-color: #F5F5F5;
}

.option--full {
    padding: 0;
}

.option:hover {
    cursor: pointer;
}

.option__icon {
    width: 20px;
    aspect-ratio: 1;
}

.option__icon--full {
    width: 100%;
    margin: 5px 0;
    aspect-ratio: initial;
}

.option__text {
    margin: 0;
    color: #AAABAD;
    line-height: 100%;
    font-size: 16px;
    font-weight: 400 !important;
}

.option__text--hide {
    display: none;
}
/* NAVBAR DE GENERAL_USER_LAYOUT */

/* MEDIA QUERIES */
@media (min-width: 480px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .header__profile {
        padding: 8px 16px;
    }
    .profile__name {
        color: #1775AD;
        line-height: 100%;
        display: inline-flex;
        font-weight: 600 !important;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.dashboard {
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    display: none !important;
    position: fixed;
    background: rgba(255, 255, 255, 0.3);
}

.dashboard > * {
    width: 100%;
    height: 100%;
    position: absolute;
}

.dashboard__background {
    backdrop-filter: blur(5px);
}

.dashboard__pages {
    padding: 0;
    margin: 5px 0;
    list-style: none;
    overflow-x: scroll;
    scroll-snap-align: center;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
}

/*.page {
    flex-shrink: 0;
}

.page__link {
}*/

:root {
    --color-blanco: #FFFFFF;
    --color-negro: #000000;
    --color-azul: #1775AD;
    --color-azul2: #085FA9;
    --color-naranja: #FF9E1A;
    --color-naranjaN: #FF9E10;
    --color-amarillo: #FFCB27;
    --color-naranja2: #F1892C;
    --color-rojo: red;
    --color-rojo2: #e83b46;
    --color-verde: #17AD6E;
    --color-verde2: #139860;
    --color-gris: #F5F5F5;
    --color-gris2: #AAABAD;
    --color-gris3: #EAEDF8;
    --color-gris4: #F8F8F8;
    --color-porSuscripciones: #103C55;
    --color-freemium: #7BA0B5;
    --color-Verde1Plan: #72A787;
    --color-Verde2Plan: #077446;
    --color-Verde3Plan: #7BB58F;
    --color-Verde4Plan: #3E505B;
    --color-Verde5Plan: #52C796;
    --color-Azul1Plan: #389AD1;
}
.meeting {
    right: 5%;
    gap: 20px;
    bottom: 5%;
    z-index: 1000;
    display: flex;
    position: fixed;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.meeting > * {
    width: 100%;
}

.meeting__agent {
    gap: 10px;
    opacity: 0;
    padding: 20px;
    display: none;
    padding-top: 0;
    max-width: 300px;
    align-items: center;
    border-radius: 10px;
    transition: 0.3s all;
    flex-direction: column;
    justify-content: center;
    background-color: #FFFFFF;
    transform: translate(100%);
    box-shadow: 0px 2px 6px #55535333;
}

.meeting__agent > * {
    flex-grow: 1;
    height: fit-content;
}

.close {
    margin-top: 10px;
    line-height: 100%;
    align-self: flex-end;
    font-size: 14px !important;
}

.close:hover {
    cursor: pointer;
}

.agent {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent__image {
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 100%;
    align-self: flex-start;
}

.agent__info {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.agent__info > * {
    margin: 0;
    width: 100%;
    line-height: normal;
}

.info__name {
    font-size: 16px;
    font-weight: 700;
}

.info__message {
    color: #555353;
    font-size: 12px;
}

.meeting__buttons {
    gap: 10px;
    padding: 3px;
    display: flex;
    transition: 0.3s all;
    align-items: stretch;
    justify-content: space-between;
    transform: translate(calc(100% - 56px));
}

.button {
    padding: 10px;
    border-radius: 10px;
    outline-offset: 0 !important;
    outline: 1px solid transparent !important;
    background: transparent linear-gradient(89deg, #8711C1 0%, #2472FC 100%) 0% 0% no-repeat padding-box;
}

.button:hover {
    color: #FFFFFF !important;
    outline-offset: 2.5px !important;
    outline-color: #8711C1 !important;
}

.button--calendar {
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
}

.button--calendar:hover {
    cursor: pointer;
}

.button--meeting {
    opacity: 0;
    flex-grow: 1;
    /*display: flex;*/
    display: none;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    transition: 0.3s all;
    text-decoration: none;
    justify-content: center;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}


/*FICHAS CONECTA CASA EN AVACLICK*/
.OverFichaCrear {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.BlockPrincipalFlotanteFichas {
    background-color: white;
    padding: 35px;
    width: 30%;
    height: fit-content;
    align-self: center;
    justify-self: center;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

.TitleFichas {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.Content1Fichas {
    padding-top: 30px;
    font-size: 14px;
    display: grid;
}

.Content2Fichas {
    padding-top: 30px;
    font-size: 14px;
    text-align: left;
    display: none;
}

.BtnContinuarFicha {
    padding: 10px;
    width: 70%;
    background-color: #085FA9;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    justify-self: center;
}

.BtnCrearFichaFicha {
    padding: 10px;
    width: 70%;
    background-color: #FF9E1A;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    justify-self: center;
}

.BolaNaranjaFicha {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #FF9E1A;
    cursor: pointer;
}
.BolaGrisFicha {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #AAABAD;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.itemContent2Fichas {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 45px;
}

.itemCaracteristicasInmueble {
    padding: 20px;
    border-radius: 10px;
    display: grid;
    margin: 2px;
    width: 220px;
    height: fit-content;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    min-height: 120px;
    user-select: none;
}


.btnInncrement {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    color: white;
    display: grid;
    font-size: 22px;
    padding: 10px;
    background-color: #AAABAD;
    cursor: pointer;
    position: relative;
    user-select: none;
}
.btnDecrement {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    color: white;
    display: grid;
    font-size: 22px;
    padding: 10px;
    background-color: #AAABAD;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.EditorCaracteristicas {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.itemEditarFicha{
    display: none;
}

.itemAmenidades{
    display: flex;
    margin-top: 30px;
}

.btn-circle {
    background-color: white;
    border-radius: 100px;
    border: 1px solid #707070;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.hiddenFichas {
    display: none;
}

.ValCaracteristicaNum{
    padding: 0 20px;
}


.EmergentePrecioInsignia {
    background-color: #17AD6E;
    color: white;
    padding: 10px 15px;
    width: 250px;
    position: absolute;
    font-size:12px;
    right:-300px;
    top:-20px;
    border-radius: 10px;
    display:none;
}

.btnContactoPredeter {
    background-color: #17AD6E;
    color: white;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 5px;
    user-select: none;
}

.btnContactoNuevo {
    background-color: white;
    color: #555353;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    user-select: none;
}


.formulario-container-custom {
    text-align:left;
    display: flex;
    flex-direction: row;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.formulario-seccion-custom {
    flex: 1;
    margin-bottom: 20px;
}

.titulo-seccion-custom {
    font-size: 1.2rem;
    font-weight: 700 !important;
    color: #333;
}

.descripcion-seccion-custom {
    color: #666;
    margin-top: 8px;
    font-size:13px;
}

.grupo-input-custom {
    margin-top: 16px;
    display: flex;
    width: 100%;
    margin-left: 100px;
    align-items: center;
    font-size: 14px;
    justify-content: start;
}

.etiqueta-input-custom {
    display: block;
    color: black;
    margin-bottom: 0;
    width: 70px;
}

.campo-input-custom {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    color: #333;
    margin-left: 10px;
}

.grupo-checkbox-custom {
    margin-top: 16px;
}

.etiqueta-checkbox-custom {
    display: flex;
    align-items: center;
    color: #333;
}

.checkbox-input-custom {
    margin-right: 8px;
}

.texto-checkbox-custom {
    font-size: 1rem;
    color: #333;
}

.imagen-upload-custom {
    width:35%;
}

.imagen-placeholder-custom {
    width: 100%;
    height: 150px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1rem;
    text-align: center;
    border: 2px dashed #AAABAD;
    flex-direction: column;
}
.texto-placeholder-custom {
    padding: 0 30px;
    font-size: 9px;
    color: #AAABAD;
}

.boton-seleccionar-imagen-custom {
    display: inline-block;
    padding: 5px 20px;
    margin-top: 16px;
    font-size: 12px;
    color: #fff;
    background-color: #085FA9;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
}

.botonSlidePredet {
    background-color: #AAABAD;
    width: 60px;
    border-radius: 100px;
    height: 30px;
    margin-top: 100px;
    display: grid;
    align-items: center;
    justify-self:center;
    cursor: pointer;
}

.circuloSlide{
    background-color: white;
    border-radius:100px;
    width: 25px;
    height: 25px;
    margin: 0 5px;
}

.btnSiguienteFicha {
    color: white;
    background-color: #FF9E1A;
    border: 0;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 700;
}

.SubirFotoFicha-container {
    background-color: white;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
}

.SubirFotoFicha-card {
    max-width: 600px;
    margin: 0 auto;
    padding: 24px;
    background-color: white;
    border-radius: 12px;
}

.SubirFotoFicha-heading {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.SubirFotoFicha-subheading {
    color: #6b7280; /* muted foreground color */
    text-align: center;
    margin-bottom: 24px;
}

.SubirFotoFicha-upload-area {
    border: 2px dashed #d1d5db; /* muted border color */
    padding: 24px;
    text-align: center;
    margin-bottom: 16px;
    border-radius: 8px;
}

.SubirFotoFicha-upload-text {
    color: #6b7280; /* muted foreground color */
    margin-bottom: 8px;
    font-size: 12px;
}

.SubirFotoFicha-upload-icon {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    width: 24px;
    height: 24px;
}

.SubirFotoFicha-upload-button {
    background-color: #FF9E1A; /* primary color */
    color: white; /* primary foreground color */
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 700;
}

.btnVolverFicha {
    color: #AAABAD;
    background-color: #F5F5F5;
    border: 0;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 700;
}


.SubirFotoFicha-description {
    color: #666666;
    margin-bottom: 1rem;
}

.SubirFotoFicha-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.SubirFotoFicha-image-wrapper {
    position: relative;
}

.SubirFotoFicha-image {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.SubirFotoFicha-checkmark {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    border-radius: 50%;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
    cursor: pointer;
}
.photo-selector-container {
    padding: 1rem;
}

.photo-selector-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--primary-color);
}

.photo-selector-description {
    color: var(--muted-color);
    margin-bottom: 1rem;
}

.photo-selector-grid-full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
}

.photo-large {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.photo-full {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
    .photo-full:hover {
        opacity: 0.8;
        transform: scale(1.05); /* Efecto de zoom suave al pasar el mouse */
    }

.photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dividir en dos columnas iguales */
    gap: 0.5rem;
}

.photo-item {
    width: 100%; /* Ocupa todo el ancho disponible */
    height: 180px; /* Fija la altura para uniformidad */
    border-radius: 0.5rem; /* Bordes redondeados */
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    object-fit: cover; /* Asegura que la imagen se recorte y no se deforme */
    overflow: hidden; /* Evita que la imagen sobrepase el contenedor */
}
    .photo-item:hover {
        opacity: 0.8;
        transform: scale(1.05); /* Efecto de zoom suave al pasar el mouse */
    }

.SubirFotoFicha-image:hover {
    opacity: 0.8;
    transform: scale(1.05); /* Efecto de zoom suave al pasar el mouse */
}

.photo-large {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.photo-full {
    width: 100%; /* Mantiene el ancho del contenedor */
    height: 100%; /* Fija una altura específica */
    border-radius: 0.5rem;
    object-fit: cover;
    overflow: hidden;
}

.photo-selector-subtitle{
    margin-top: 30px;
}

.inmueble-container {
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.inmueble-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.inmueble-description {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight:200;
    line-height: 1.5;
}

.inmueble-textarea {
    margin-top: 1rem;
    width: 100%;
    padding: 15px;
    border: 1px solid #F5F5F5;
    border-radius: 0.5rem;
    background-color: #F5F5F5;
    font-size: 1rem;
    resize: none;
    height:180px;
}

.btnEnviarDes {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    background-color: #AAABAD;
    border: 0;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 700;
    width:40px;
    height:40px;
    display:grid;
    place-content: center;
    cursor: pointer;
}

.btnSelectedDescripcionType {
    background-color: #085FA9;
    color: white;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 5px;
    user-select: none;
    display: flex;
    align-items: center;
}

.btnSelectedDescripcionType img {
    filter: brightness(0%) invert(1);
    margin-right: 5px;
}

.btnUnSelectedDescripcionType {
    background-color: white;
    color: #AAABAD;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    user-select: none;
    display: flex;
    align-items: center;
}
    .btnUnSelectedDescripcionType img {
        margin-right: 5px;
    }

.btnEditarDescripcionIA img {
    filter: brightness(0%);
}

.Restantes {
    background-color: #085FA9;
    color: white;
    padding: 5px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    user-select: none;
    display: flex;
    align-items: center;
    width: 150px;
    display: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.containerMisFichas {
    padding: 1.5rem;
}


.search-filtersMisFichas {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
}

.search-barMisFichas .input-textMisFichas {
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.input-textMisFichas {
    background-color: #F5F5F5;
    border: 0;
    width: 350px;
    padding: 10px 20px !important;
}

.filtersMisFichas .selectMisFichas {
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-left: 0.5rem;
}

.selectMisFichas {
    background-color: #F5F5F5;
    border: 0;
    color: #AAABAD;
}

.section-titleMisFichas {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-descriptionMisFichas {
    margin-bottom: 1.5rem;
}

.property-gridMisFichas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .property-gridMisFichas {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .property-gridMisFichas {
        grid-template-columns: repeat(3, 1fr);
    }
}

.property-cardMisFichas {
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
}

.property-imageMisFichas {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    border-radius: 20px;
}

.property-detailsMisFichas {
    padding: 1rem;
}

.property-titleMisFichas {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.property-priceMisFichas,
.property-locationMisFichas {
    margin-bottom: 0.5rem;
    font-weight: 700 !important;
}

.property-featuresMisFichas {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
    justify-content: space-around;
    align-items: center;
}

.featureMisFichas {
    font-size: 10px;
    font-weight: 700;
    color: #555353 !important;
}
.property-priceMisFichas{
    font-weight: 700 !important;
}

.pagination-container {
    display: flex;
    align-items: center;
    gap: 8px; /* Espaciado entre botones */
    justify-self: center;
}

.page-btn {
    background-color: #ffffff; /* Fondo blanco */
    color: #1a1a1a; /* Texto en tono oscuro */
    padding: 8px 12px; /* Espaciado interno */
    border-radius: 8px; /* Bordes redondeados */
    border: 1px solid #707070; /* Sin bordes por defecto */
    cursor: pointer;
    transition: background-color 0.2s ease-in-out; /* Animación suave para hover */
    font-weight: 700;
}

    .page-btn:hover {
        background-color: #f5f5f5; /* Fondo ligeramente más oscuro al pasar el cursor */
    }

    .page-btn.active {
        background-color: #2920BF; /* Color primario (personalizable) */
        color: #ffffff; /* Texto en blanco para contraste */
    }

.ellipsis {
    color: #1a1a1a; /* Color del texto */
}


.anuncio-container {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    padding: 1.5rem;
}

.anuncio-content {
    flex: 1;
}

.anuncio-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.anuncio-subtitle, .anuncio-price {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; 
    margin-top: 10px;
}

.anuncio-price-highlight {
    font-weight: 400;
}

.anuncio-section-title {
    font-size: 1.125rem;
    font-weight: semi-bold;
    margin-bottom: 0.75rem;
    margin-top: 20px;
}

.anuncio-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.feature-itemV {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 30px 0;
    font-size: 10px;
}

    .feature-itemV img{
        margin-bottom: 10px;
    }
.anuncio-sidebar {
    flex-basis: 30%;
    margin-left: 1.5rem;
}

.sidebar-title, .sidebar-section-title {
    font-size: 1.125rem;
    font-weight: semi-bold;
    margin-bottom: 0.75rem;
}

.sidebar-detail, .sidebar-summary, .sidebar-contact {
    margin-bottom: 0.5rem;
}

    .sidebar-contact{
        font-size: 12px;
    }

    .sidebar-highlight {
        font-weight: bold;
    }

.status-success {
    color: var(--success-color);
}

.btn-primary, .btn-secondary {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.btn-primaryCC {
    background-color: #2920BF;
    color: white;
    padding: 12px 40px;
    width: 100%;
    text-align:center;
    font-weight: 700;
    border-radius: 15px;
    font-size: 18px;
    margin: 25px 0;
}

.btn-secondaryCC {
    background-color: #FF9E1A;
    color: white;
    padding: 12px 40px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    border-radius: 15px;
    font-size: 18px;
    margin: 25px 0;
}
    .btn-secondaryCC img {
        filter: brightness(0%) invert(1);
    }

.contact-link {
    color: var(--link-color);
}

.amenidades-container {
    padding: 16px;
    background-color: white; /* background color */
    color: #212529; /* text color */
}

.amenidades-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.amenidades-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 16px; /* space between items */
}

.amenidad-item {
    display: flex;
    align-items: center;
}

.amenidad-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0d6efd; /* primary color */
    color: #fff; /* primary text color */
    border-radius: 50%;
    padding: 4px;
    margin-right: 8px;
}

    .amenidad-icon img {
        width: 16px;
        height: 16px;
    }
/*.header {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    position: sticky;
    top: 0px;
    background: var(--color-blanco);
    z-index: 10000;
}

    .header div {
        margin-left: 35px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 1;
        justify-content: end;
        margin-right: 40px;
    }

        .header div span {
            padding: 7px;
            cursor: pointer;
        }

    .header img {
        width: 154px;
        height: 36px;
        cursor: pointer;
    }*/
.column {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.numeroPlanesAzul {
    font-size: 17px;
    color: var(--color-azul);
}

.espacios {
    display: flex;
    flex-direction: row;
    width: 300px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.selectColorselect {
}

.reportePorPagarDatosPago {
    display: flex;
    flex-direction: column;
    background-color: var(--color-freemium);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    background-color: var(--color-Verde1Plan);
    box-shadow: 0px 0px 25px #103c5527;
    padding-top: 25px;
    margin: 0 auto;
}

.bannerNoticiasImagen {
    width: auto;
    content: url('/Content/Images/Noticias/Banner1.png');
}

.bannerNoticiasImagen2 {
    width: auto;
    content: url('/Content/Images/Noticias/WebinarGinaBarraza1.png');
}

.bannerNoticiasImagen3 {
    width: auto;
    content: url('/Content/Images/Noticias/Webinar3.png');
}

.seccPreguntas {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 20px;
    height: fit-content;
    background-color: #EAEDF8;
    border-radius: 15px;
}

#contenidoMetodoPagoNueva {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    text-align: center;
}

#alertaSobreTarjeta {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#contenidoAgregarDatosFacturacion {
    display: flex;
    padding: 0 10px;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.textoDescFacturacion {
    margin: 0px 10px;
    max-width: 600px;
    text-align: center;
    font-size: clamp(12px, 2.2vw, 16px);
}

.contenidoInfoReportes {
    flex: 1;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat, Regular;
}

.contenidoInfoUsuarioCascada {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.5px solid #D1D1D1;
    border-radius: 10px;
    padding: 15px;
    width: 90%;
}

#ContenedorDatosDePrimerReporte {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100%;
}
/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none; /*hide original SELECT element: */
    }

.select-selected {
    background-color: DodgerBlue;
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

div.mainNuevo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    background-image: url('Images/Detalle.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: white;
}

div.mainConfirmacion {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: white;
}

div.alertSection {
    width: 85%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

div.blankSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    background-color: white;
    height: 450px;
}

div.seccionNuevo {
    width: 80%;
    margin-top: 30px;
}

.imgAyuda {
    width: 80%;
}

div.infoSection {
    width: 100%;
    margin-top: 10px;
}

div.logoSection {
    width: 100%;
    justify-content: left;
    display: flex;
    flex-direction: row;
    padding: 20px;
}

div.selectNuevo {
    width: 75%;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

div.selectUbicacion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.nuevoBorder {
    border: 1px solid #AAABAD;
    padding: 20px 40px 20px 40px;
    border-radius: 5px;
    margin-top: 15px;
}

div.infoBorderBasic {
    border-top: 1px solid #FF9E1A;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

div.infoBorder {
    border-top: 1px solid #FF9E1A;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    margin-left: 15%;
}

div.infoSinBorder {
    border-top: 1px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 15%;
}

.SubTitle {
    display: flex;
    align-self: center;
    color: #000000 !important;
    font-size: 15px;
    font-family: BikoRegular;
    text-transform: uppercase;
    color: white;
    min-width: 100%;
}

div.basicInfo {
    display: flex;
    flex-direction: row;
    flex: 1;
    /* justify-content: center; */
    /* align-items: center; */
}

.datosDeInmuebleSeleccionados {
    display: flex;
    flex-direction: row;
}

div.streetImgInfo {
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: center;
    align-items: center;
}

div.mapImgInfo {
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: center;
    align-items: center;
}

div.infoTitles {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
}

div.infoRawData {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.infoTitles div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.info-line {
    display: flex;
    flex-direction: row;
}

div.caracteristicas-line {
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

div.amenidades-line {
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.amenidad span {
    min-width: 100px;
}

div.caracteristica {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

div.amenidad {
    display: flex;
    flex-direction: row;
    flex: 1;
    /* width: 25%; */
    align-items: center;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}

div.nuevoBorderImg {
    border: 3px solid #AAABAD;
    border-radius: 5px;
    margin-top: 15px;
    width: 24%;
    height: 150px;
    margin: 15px 5px 10px 5px;
    cursor: pointer;
}

div.nuevoBorderImgUp {
    border-radius: 5px;
    margin-top: 15px;
    margin: 15px 5px 10px 5px;
}

div.nuevoBorderImgRight {
    border: 3px solid #AAABAD;
    border-radius: 5px;
    margin-top: 15px;
    width: 24%;
    height: 150px;
    margin: 15px 5px 10px 0px;
}

div.nuevoBorderImgLeft {
    border: 3px solid #AAABAD;
    border-radius: 5px;
    margin-top: 15px;
    width: 24%;
    height: 150px;
    margin: 15px 0px 10px 5px;
}

div.nuevoBorderSelected {
    border: 3px solid #FF9E1A;
}

div.inmBorder {
    display: flex;
    flex-direction: row;
    border: 1px solid #AAABAD;
    padding: 20px 40px 20px 40px;
    border-radius: 5px;
    margin-top: 15px;
}

div.espaciosBorder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #AAABAD;
    padding: 30px 40px 30px 40px;
    border-radius: 5px;
    margin-top: 15px;
}

div.amenidadesBorder {
    display: flex;
    flex-direction: column;
    border: 1px solid #AAABAD;
    padding: 30px 40px 30px 40px;
    border-radius: 5px;
    justify-content: center;
    margin-top: 15px;
}

div.mapaNuevo {
    display: flex;
    flex-direction: column;
}

div.fotoNuevo {
    text-align: right;
    margin: 0px 15px 0px 0px;
}

div.domDatos {
    display: flex;
    flex-direction: column;
}

div.inputDomContainer {
    flex: 1;
    margin: 0px 10px;
}

div.domDatosInputContainer {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

div.domDatosInputContainerNomC {
    display: flex;
    flex-direction: row;
    margin-top: 23px;
}

div.domDatosInputContainerHide {
    display: flex;
    flex-direction: row;
    margin-top: 23px;
    display: none;
}


div.domDatosInputContainerNomC2 {
    display: flex;
    flex-direction: row;
    margin-top: 23px;
}

div.domDatosInputContainerHide2 {
    display: flex;
    flex-direction: row;
    margin-top: 23px;
    display: none;
}

div.controlEspacios {
    display: flex;
    flex-direction: row;
    border: 1px solid #AAABAD;
    height: 48px;
    border-radius: 5px 5px 5px 5px;
}

div.inmDatosInputContainer {
    display: flex;
    flex-direction: column;
    flex: 1;
}

div.espaciosContainer {
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
}

div.amenidadesContainer {
    display: flex;
    flex-direction: column;
    justify-items: center;
    /* margin: 0px 50px; */
    flex: 1;
}

div.buttonsContainer {
    display: flex;
    flex-direction: row;
}

div.amenidadC {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

div.amenidadInhabilitado {
    display: flex;
    flex-direction: row;
    background-color: #AAABAD;
    width: 35px;
    min-width: 35px;
    height: 20px;
    justify-content: left;
    align-items: center;
    border-radius: 10px;
    margin: 10px;
    cursor: pointer;
}

div.amenidadHabilitado {
    display: flex;
    flex-direction: row;
    background-color: #FF9E1A;
    width: 35px;
    height: 20px;
    justify-content: right;
    align-items: center;
    border-radius: 10px;
    margin: 10px;
    cursor: pointer;
}

div.sobreMiReporte {
    display: flex;
    flex-direction: column;
}

div.selectContainer {
    display: flex;
    flex-direction: row;
    margin: 10px;
}

div.buttonUbCont {
    margin: 0px 18px 0px 0px;
}

div.mapContainer {
    margin: 0px 0px 0px 0px;
}

div.fotosContainer {
    margin: 15px 0px 0px 0px;
}

div.hideFotos {
    display: none;
}

div.streetImages {
    display: flex;
    flex-direction: row;
}

.contenedorOpinion {
    display: flex;
    flex-direction: row;
    flex: 2;
    height: 550px;
    background-color: var(--color-gris3);
    /* background-repeat: "no-repeat"; */
    /* background-size: "100%"; */
    /* padding-top: 70px; */
    /* padding-left: 100px; */
}

.bannerImagenOpinionValor {
    display: flex;
    flex-direction: row;
    flex: 3;
    background-image: url('/Content/Images/N/BannerPrincipalN.jpg');
    background-size: cover;
    background-repeat: unset;
}

.tituloBannerPrincipal {
    color: var(--color-azul);
    font-size: 32px;
    font-weight: 800;
    width: 330px;
    position: absolute;
    z-index: 1;
    margin: 6% 0 0 10%;
    line-height: normal;
}

.logoSobreBanner {
    width: 270px;
}

.subTituloBannerPrincipal {
    color: #103C55;
    font-size: 26px;
    font-weight: bold;
    margin-top: 28.5%;
    width: 410px;
    margin-left: 10%;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.imagenDeBannerHome {
    position: relative;
    margin-top: -50px;
    width: auto;
    height: auto;
    z-index: 0;
    margin-top: 2px;
}


.CorreoBoletinHome {
    background: linear-gradient(to right, #F1892C, #FFCB27);
    width: 100%;
    display: flex;
    height: 150px;
}

.contenedorCorreoBoletin {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: fit-content;
}

.suscribirCorreoBoletin {
    padding: 10px 30px;
    color: #FF9E1A;
    background-color: white;
    border: 0;
    border-radius: 5px;
    font-weight: 800;
    align-self: end;
    height: 45px;
    font-size: 12px;
}

.colInputCorreoBoletin {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    width: 25%;
}

#correoBoletin {
    color: white;
    background-color: transparent;
    border: 1px white solid;
    opacity: 0.8;
    border-radius: 5px;
    height: 45px;
    width: 100%;
    padding-left: 10px;
}

    #correoBoletin::placeholder {
        color: white;
        opacity: 0.5;
    }

.contenedorOpAgVal {
    position: relative;
}

.OpAgVal {
    position: absolute;
    justify-content: center;
    min-height: 350px;
    width: 100%;
    box-shadow: 0px 3px 136px #00000029;
    border-radius: 5px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    background: var(--color-blanco);
}

.SeparacionTar {
    padding: 1%;
}

.CasitasOP {
    margin-top: 100px;
    width: 350px;
    height: 90px;
}

.tCartas {
    position: relative;
    line-height: 16px;
}

.tOpinionDeValor {
    color: var(--color-naranja);
    font-weight: 1000;
    font-size: 20px;
}
/*IMAGENES DE LAS 3 TARJETAS DESPUES DEL BANNER FREEMIUM "MUY PRONTO.svg"*/
.imgOP {
    top: -75px;
    right: -155px;
    max-width: 100%;
    height: auto;
    position: relative;
}

.imgOP2 {
    top: -15px;
    right: -15px;
    max-width: 100%;
    height: auto;
    position: absolute;
    float: right;
}

.imgOP3 {
    top: -15px;
    right: -15px;
    max-width: 100%;
    height: auto;
    position: absolute;
    float: right;
}
/**************************/
.opcionRegistrate {
    color: var(--color-naranja);
    letter-spacing: 0.22px;
    font-weight: 800;
}

.menuSuperior {
    display: flex;
    flex-direction: row;
    /* justify-content: end; */
    align-items: center;
    height: 80px;
    padding-left: 20%;
    background: linear-gradient(90deg, rgba(8,114,186,1) 40%, rgba(87,173,230,1) 100%);
    position: sticky;
    top: 80px;
}

.logoBusquedaMenuSuperior {
    width: 17px;
    height: 17px;
}

.selectMenuSuperior {
    border: 1px solid var(--color-blanco);
    /* padding: 10px 30px; */
    background: rgb(23 117 173 / 0%);
    color: rgb(255 255 255 / 50%);
    height: 40px;
    width: 255px;
    border-radius: 4px;
    padding-left: 15px;
}

.CVOpinionDeValor {
    width: 100%;
    height: 10%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 0px 0px 5px 5px;
    color: var(--color-blanco);
    background-color: var(--color-naranja);
}

.tAgentesInmobiliarios {
    color: var(--color-azul);
    font-weight: 1000;
    font-size: 20px;
}

.CVAgentesInmobiliarios {
    width: 100%;
    height: 10%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 0px 0px 5px 5px;
    color: var(--color-blanco);
    background-color: var(--color-azul);
}

.tValuador {
    color: var(--color-verde);
    font-weight: 1000;
    font-size: 20px;
}

.CVValuador {
    width: 100%;
    height: 10%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 0px 0px 5px 5px;
    color: var(--color-blanco);
    background-color: var(--color-verde);
}

.row {
    display: flex;
    flex-direction: row;
}

.datosFacilitador {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 5%;
}

.tituloFacilitador {
    text-align: left;
    color: var(--color-azul);
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--color-naranja);
}

.porqueSerUsuario {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-gris);
    margin: 50px 0px;
}

.tituloPorqueUsuario {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--color-azul);
    font: normal normal bold 32px/40px Futura;
}

.separadorTexto {
    border-bottom: 4px solid var(--color-naranja);
    width: 350px;
    border-radius: 5px;
}

.conjuntoPorqueUsuario {
    display: flex;
    flex-direction: row;
    margin: 80px 40px 20px 40px;
}

.contenedorPorqueSerUsuario {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 10px;
    text-align: center;
    flex: 1;
}

    .contenedorPorqueSerUsuario img {
        width: 124px;
        height: 105px;
    }

.subtituloPorqueUsuario {
    color: var(--color-azul);
    font: normal normal bold 18px/20px Futura;
    margin-top: 30px;
    margin-bottom: 10px;
}

.separadorTextoSubtitulo {
    border-bottom: 4px solid var(--color-naranja);
    width: 80px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.tituloParaQuienes {
    font-size: 36px;
    color: var(--color-azul);
    font-weight: bold;
    margin-bottom: 10px;
}

.ImagenesParaQuien {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: linear-gradient(90deg, var(--color-naranja2) 30%, var(--color-amarillo) 100%);
    padding-bottom: 70px;
    margin-top: 150px;
}

.ContenedorImagenesParaQuien {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    margin-top: -100px;
}

.BusquedaAsesorN {
    position: relative;
    justify-content: start;
    padding: 2%;
    align-items: center;
    margin: 50px;
    margin-left: 15%;
    border-radius: 5px;
    width: 70%;
    height: 0%;
    background-image: url('/Content/Images/N/BuscarAsesor.png');
    background-size: cover;
}

.ImgAsesor {
    position: absolute;
    top: -15px;
    right: -15px;
    max-width: 100%;
}

.TextoAsesor {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-blanco);
    width: 50%;
}

.NuestroServicio {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/Content/Images/N/SobreNosotros/NuestroServicio.png');
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 50px;
    padding: 50px 25% 10px 10px;
}

.BusquedaAsesor span {
    font-size: 32px;
    color: var(--color-blanco);
    font-weight: bold;
    width: 35%;
}

.BusquedaAsesor img {
    position: absolute;
    margin-top: -75px;
    margin-left: 20px;
    height: 90px;
    right: 40px;
}

.contenedorConfiaNosotros {
    margin-top: 20px;
    margin-bottom: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedorCompruebaloTuMismo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.contenedorSuscripcion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 140px;
    background: linear-gradient(90deg, var(--color-naranja2) 30%, var(--color-amarillo) 100%);
}

.anuncioSuscripcion {
    align-self: center;
    font: normal normal bold 22px Futura;
    color: var(--color-blanco);
}

.seccionSuscripcion {
    align-self: center;
    margin-left: 40px;
}

.footer {
    /*display: flex;
    flex-direction: column;
    background-color: #085FA9;
    height: 300px;
    padding: 30px 10%;
    color: var(--color-blanco);
    justify-content: center;*/
}

.footer2 {
    /*display: none;
    flex-direction: column;
    background-color: #085FA9;
    height: 300px;
    padding: 30px 10%;
    color: var(--color-blanco);
    justify-content: center;*/
}

.contenedorTextoFooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.logoFooter {
    width: 255px;
    height: 59px;
    align-self: center;
}

.columnaFooter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
}

.contenedorRedesFooter {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.anoCopy {
    align-self: flex-end;
}

.separacionFooter {
    border-top: 1px solid rgb(255 255 255 / 40%);
}

.personalizaButtonSub {
    width: 95%;
}

.imgPersonalizarR2 {
    width: 50%;
}

.textoR2 {
    font-size: 26px;
    font-weight: 800;
}

/*FLECHAS DE RESPONSIVE*/
.arrow-down {
    display: none;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--color-verde);
    background-color: transparent;
    position: fixed;
    bottom: 4%;
    left: 5%;
    animation: movimiento 2.5s ease-in-out infinite;
    cursor: pointer;
    opacity: 0.65;
}

#btnAbajo {
    transition: opacity 0.4s ease;
}

.oculto {
    opacity: 0;
}

.mostrar {
    opacity: 0.65;
}

@keyframes movimiento {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
/****************************/
.btnCambiarPlanR2 {
    width: 50%;
    padding: 10px 30px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
    margin-left: 0px;
    margin-top: 20px;
}

.buttonNaranjaUb {
    padding: 10px 30px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    margin-left: 20px;
    margin-top: 20px;
    min-width: 130px;
    width: fit-content;
    cursor: pointer;
    height: 38px;
}

.buttonNaranjaPlanes {
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 10px;
    padding: 2px 0px;
    border: 0px;
    margin: 0;
    align-self: center;
    font-weight: 500;
    font-size: 18px;
    font-weight: bold;
    min-width: 110px;
}

.btnEsconder {
    display: none;
}

.btnMas {
    display: none;
}

.buttonNaranjaBuscar {
    padding: 10px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    min-width: 100px;
    width: fit-content;
    cursor: pointer;
    height: 38px;
}

.buttonNaranjaSig {
    padding: 10px 30px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    margin: 20px 0px 0px 0px !important;
    min-width: 400px;
    width: fit-content;
    cursor: pointer;
    height: 38px;
}

.buttonNaranja {
    padding: 10px 30px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    margin-left: 20px;
    min-width: 130px;
    width: fit-content;
    cursor: pointer;
    height: 40px;
}

.buttonNaranjaLogin {
    padding: 10px 30px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    min-width: 130px;
    cursor: pointer;
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
}

.buttonNaranjaLoginAgregarP {
    padding: 10px 30px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    width: fit-content;
    cursor: pointer;
    margin-left: 0px;
    margin-top: 20px;
}

.botonMostrarPasswordO {
    display: none;
    position: absolute;
    margin-top: 36px;
    margin-right: 10px;
    /* margin-top: 40px; */
    /* margin-left: 320px; */
    font-weight: bold;
}

.botonMostrarPassword {
    display: flex;
    position: absolute;
    right: 0;
    margin-top: 36px;
    margin-right: 10px;
    cursor: pointer;
    user-select: none;
    /* margin-top: 40px; */
    /* margin-left: 320px; */
    font-weight: bold;
}

.buttonAzul {
    padding: 10px 30px;
    background-color: #085FA9;
    color: #FFFFFF;
    border-radius: 5px;
    border: 0px;
    margin-left: 20px;
    min-width: 130px;
    font-weight: bold;
    width: fit-content;
    cursor: pointer;
    height: 40px;
}

.buttonAzulReg {
    padding: 10px 30px;
    background-color: #085FA9;
    color: #FFFFFF;
    border-radius: 5px;
    border: 0px;
    margin: 20px 0px 0px 20px !important;
    min-width: 400px;
    font-weight: bold;
    width: fit-content;
    cursor: pointer;
    height: 40px;
}

.buttonBlanco {
    padding: 10px 30px;
    background-color: var(--color-blanco);
    color: var(--color-naranja);
    border-radius: 5px;
    border: 0px;
    margin-left: 20px;
    min-width: 130px;
    font-weight: bold;
    width: fit-content;
    cursor: pointer;
}

span.headerText {
    color: #1775AD
}

span.nuevoTitle {
    color: #AAABAD;
    font-weight: bold;
    margin-bottom: 20px;
}

span.spanFotos {
    margin-top: 30px !important;
}

span.infoTitle {
    color: white;
    font-weight: bold;
    padding: 20px 100px 10px 60px;
    border-right: 20px solid transparent;
    border-bottom: 40px solid #FF9E1A;
    height: 0;
    line-height: 60px;
    display: inline-block;
}

span.infoTitleAm {
    display: flex;
    flex-direction: row;
    color: black;
    font-weight: bold;
    align-self: start;
    padding-bottom: 20px;
    margin-left: 0px;
}

span.dataInfo {
    font-weight: bold;
}

button.headerButton {
    border-radius: 8px;
    color: white;
    background-color: #FF9E1A;
    padding: 8px;
    border: 0px;
    width: 180px;
    height: 45px;
}

.buttonBordeNaranja {
    padding: 10px 30px;
    background-color: var(--color-blanco);
    color: var(--color-naranja);
    border-radius: 5px;
    border: 1px solid var(--color-naranja);
    font-size: 13px;
    letter-spacing: 0.26px;
    font-weight: bold;
    width: fit-content;
    cursor: pointer;
}

.imgmensaje {
    margin-left: -4.5%;
    margin-top: 5.5%;
    width: 5.5%;
    position: relative;
}

button.hideButton {
    display: none;
}

input.domDatos {
    flex: 1;
    margin: 0px 10px;
}

input.inmDatos {
    margin-top: 10px;
}

.contenedorTipoRegistro {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.textoDescMisReportes {
}
.buscarPorDireccionDiv{
    margin-left:10px;
}
.textoDescMisReportes1 {
    margin-top: 30px;
}

.contenedorTitulo, .contenedorTituloMisReportes {
    background-color: var(--color-gris3);
    padding: 7px;
    border-radius: 5px;
    width: 430px;
    display: flex;
    justify-content: space-between;
}

.particular {
    padding: 10px 30px;
    background-color: var(--color-blanco);
    border-radius: 5px;
}

.profesonal {
    padding: 10px 30px;
    border-radius: 5px;
}

.caracteristicas {
    display: flex;
    flex-direction: row;
    margin: 0px 10%
}

.contenedorCaracteristica {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.imagenCaracteristica {
    width: 134px;
    height: 101px;
    margin-bottom: 20px;
}

.noSeleccionable {
    -webkit-touch-callout: none;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.textoCaracteristica {
    color: var(--color-azul);
    font-weight: bold;
    font-size: 18px;
}

.textoCatacteristicas {
    margin: 0px 20px;
    text-align: center;
    font-size: 16px
}

span.nuevoTitle {
    color: #AAABAD;
    font-weight: bold;
    margin-bottom: 20px;
}

span.selectTitle {
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
}

span.confTitle {
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 26px;
}

span.tituloInput {
    font-weight: bold;
    margin-bottom: 10px;
}

span.tituloEspacios {
    font-weight: bold;
    min-width: 90px;
}

span.numCarac {
    font-weight: bold;
    color: #FF9E1A;
    padding-left: 15px;
    align-self: center;
}

span.espaciosDisminuir {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    width: 48px;
    height: auto;
    border-radius: 5px 0px 0px 5px;
    user-select: none;
    cursor: pointer;
    border-bottom: 1px solid #AAABAD;
}

span.espaciosContador {
    width: 48px;
    height: 48px;
    border: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #AAABAD;
    border-top: none;
    border-bottom: none;
    user-select: none;
}

span.espaciosAumentar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1892C;
    color: #FFFFFF;
    width: 48px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    user-select: none;
    cursor: pointer;
}

span.amenidadInhabilitadoI {
    background-color: #FFFFFF;
    width: 16px;
    height: 16px;
    margin: 0px 3px;
    border-radius: 50%;
}

span.amenidadHabilitadoI {
    background-color: #FFFFFF;
    width: 16px;
    height: 16px;
    margin: 0px 3px;
    border-radius: 50%;
}

span.amenidadTexto {
    font-weight: bold;
}

button.headerButton {
    border-radius: 8px;
    color: white;
    background-color: #FF9E1A;
    padding: 8px;
    border: 0px;
    width: 180px;
    height: 45px;
}

select.selectNuevo {
    display: flex;
    border: 1px solid var(--color-gris2);
    color: #000000;
    height: 40px;
    width: 425px;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0px 0px 10px;
}

select.selectNuevoForm {
    display: flex;
    border: 1px solid var(--color-gris2);
    color: #000000;
    height: 45px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.buttonBordeNaranja {
    padding: 10px 30px;
    background-color: var(--color-blanco);
    color: var(--color-naranja);
    border-radius: 5px;
    border: 1px solid var(--color-naranja);
    /* margin-left: 20px; */
    min-width: 130px;
    font-weight: bold;
    width: fit-content;
    cursor: pointer;
}

input.inmDatos {
    margin-top: 10px;
}

.loader {
    text-align: center;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    padding-top: 20%;
    background: white;
    z-index: 999;
}

.Carga {
    opacity: 0;
    visibility: hidden;
    animation: aparecer-desaparecer 1s infinite;
}

@keyframes aparecer-desaparecer {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.btnCerrarSesion {
    padding: 10px 50px;
    background-color: var(--color-blanco);
    color: var(--color-naranja);
    border-radius: 5px;
    border: 1px solid var(--color-naranja);
    min-width: 70%;
    margin-left: 0px;
    margin-top: 20px;
    align-self: center;
    height: auto;
}

.btnCancelarCerrar {
    padding: 10px 50px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    margin-left: 0px;
    min-width: 70%;
    margin-top: 20px;
    align-self: center;
    height: auto;
}

.tamañoCS {
    width: 45%;
}

.tamañoReportPer {
    width: 75%;
}

input.inputComponent {
    border: 1px solid var(--color-gris2);
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

input.inputComponentCalle {
    border: 1px solid var(--color-gris2);
    border-radius: 5px;
    padding: 10px;
    width: 97.5%;
    margin: 0px 5px 0px 5px;
}

input.inputComponentNomC {
    border: 1px solid var(--color-gris2);
    border-radius: 5px;
    padding: 10px;
    width: 98%;
}

input.inputComponentMap {
    border: 1px solid var(--color-gris2);
    border-radius: 5px;
    padding: 10px;
}

input.hideInput {
    display: none;
}

label.tituloInput {
    font-weight: bold;
    margin-bottom: 10px;
    margin: 5px 0 !important;
}

img.imgEspacios {
    width: 25px;
}

img.logoNuevoN {
    width: 5%;
    border-radius: 5px;
}

img.imgConfirmacion {
    margin-top: 5%;
    width: 10%;
    border-radius: 5px;
}

img.imgInfo {
    width: 500px;
    height: 350px;
}

img.imgCaracteristicas {
    width: 50px;
    height: 50px;
    padding-right: 15px;
}

img.amenidadCh {
    width: 30px;
    height: 30px;
    margin: 15px;
}

img.amenidadChIcon {
    width: 35px;
    height: 35px;
    margin: 15px;
}

p.confParraf {
    width: 60%;
    font-size: 13px;
    text-align: center;
}

.classtitulo {
    background: linear-gradient(0deg, var(--color-blanco) 25%, var(--color-azul) 160%);
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: round;
    margin-bottom: 60px;
}
/*****************TipoRegistroNV***********************/
.classtituloMem {
    color: #103C55;
    background-color: white;
    text-align: left;
    font-size: 32px;
    padding: 20px 0px 15px 30px;
}

.parrafoMem {
    color: #000000;
    background-color: white;
    text-align: left;
    font-size: 12px;
    padding: 10px 0px 0px 35px;
    margin: 0;
}

.classtitulo2 {
    background: linear-gradient(0deg, var(--color-blanco) 25%, var(--color-verde) 160%);
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: round;
    margin-bottom: 60px;
}

img.imgAmenidades {
    margin: 0px 12px;
}

.tituloPlanes {
    font-size: 32px;
    color: var(--color-azul);
}

.tituloPlanes2 {
    font-size: 32px;
    color: var(--color-verde2);
}

.porReporte {
    text-align: center;
    color: white;
    padding: 10px;
    margin: 0px 10px 20px 10px;
    border-radius: 15px;
    background-color: var(--color-Azul1Plan);
}

.contenedordivAP {
    display: flex;
    flex-direction: row;
}

.contenedordivAP1 {
    display: flex;
    flex-direction: row;
    flex: 2;
}

.porReporte2 {
    text-align: center;
    color: white;
    padding: 10px;
    margin: 0px 10px 20px 10px;
    border-radius: 15px;
    background-color: var(--color-Verde1Plan);
}

.porSuscripciones {
    text-align: center;
    color: white;
    padding: 10px;
    margin: 0px 10px 20px 10px;
    border-radius: 15px;
    background-color: var(--color-porSuscripciones);
}

.porSuscripciones2 {
    text-align: center;
    color: white;
    padding: 10px;
    margin: 0px 10px 20px 10px;
    border-radius: 15px;
    background-color: var(--color-Verde2Plan);
}

.colorFreemium {
    display: flex;
    flex-direction: column;
    background-color: var(--color-freemium);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    background-color: #7BA0B5;
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
}

.colorFreemium2 {
    display: flex;
    flex-direction: column;
    background-color: var(--color-freemium);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    background-color: #7BA0B5;
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
}

.colorReporteAvanzado {
    display: flex;
    flex-direction: column;
    background-color: var(--color-freemium);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    background-color: var(--color-Azul1Plan);
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
}

.colorReporteAvanzadoPro {
    display: flex;
    flex-direction: column;
    background-color: var(--color-freemium);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    background-color: var(--color-Azul1Plan);
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
}

.colorReporteAvanzado2 {
    display: flex;
    flex-direction: column;
    background-color: #7BB58F;
    align-items: center;
    margin: 8px;
    border-radius: 18px;
    height: 100%;
    padding-top: 25px;
    color: black;
}

.colorPlan1 {
    display: flex;
    flex-direction: column;
    background-color: #E8E8E8;
    align-items: center;
    margin: 8px;
    border-radius: 18px;
    height: 100%;
    padding-top: 25px;
    color: #AAABAD;
    max-width: 220px;
    text-align: center;
}

.colorPlan2 {
    display: flex;
    flex-direction: column;
    background-color: #E8E8E8;
    align-items: center;
    margin: 8px;
    border-radius: 18px;
    height: 100%;
    padding-top: 25px;
    color: #1775AD;
    max-width: 220px;
    text-align: center;
}

.colorPlan3 {
    display: flex;
    flex-direction: column;
    background-color: #E8E8E8;
    align-items: center;
    margin: 8px;
    border-radius: 18px;
    height: 100%;
    padding-top: 25px;
    color: #17AD6E;
    max-width: 220px;
    text-align: center;
    position: relative;
}

.colorPlan4 {
    display: flex;
    flex-direction: column;
    background-color: #E8E8E8;
    align-items: center;
    margin: 8px;
    border-radius: 18px;
    height: 100%;
    padding-top: 25px;
    color: #FF9E1A;
    max-width: 220px;
    text-align: center;
}

.colorPlan5 {
    display: flex;
    flex-direction: column;
    background-color: #E8E8E8;
    align-items: center;
    margin: 8px;
    border-radius: 18px;
    height: 100%;
    padding-top: 25px;
    color: #8617AD;
    max-width: 220px;
    text-align: center;
}

.animacionFadeIn {
    opacity: 0;
    animation: fadein 1s ease-in-out forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateX(100%); /* El elemento empieza desplazado hacia la derecha */
    }

    to {
        opacity: 1;
        transform: translateX(0); /* El elemento termina sin desplazamiento */
    }
}


.recomendadoPlan {
    background-color: #17AD6E;
    color: white;
    border-radius: 5px;
    padding: 4px 10px;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -10px;
    font-weight: bold;
    font-size: 14px;
}

.classPrincipalMem {
    width: 100%;
    height: fit-content;
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.PrincipalTextMem {
    color: #1775AD;
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 0rem;
}

.Parrafo2Mem {
    color: black;
    font-size: 26px;
    width: 40%;
    align-self: center;
    font-weight: 300;
}

.Parrafo3Mem {
    align-self: center;
}

.saltoChecks {
    display: none;
}
/***********************************************************/
.reportePorPagarDatos {
    display: flex;
    flex-direction: column;
    background-color: var(--color-freemium);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    background-color: var(--color-Azul1Plan);
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
    margin: 0 auto;
}

.reportePorPagarDatos2 {
    display: none;
    flex-direction: column;
    background-color: var(--color-freemium);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    background-color: var(--color-Verde1Plan);
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
    margin: 0 auto;
}

.colorPlanEstandar {
    display: flex;
    flex-direction: column;
    background-color: var(--color-freemium);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    background-color: #1775AD;
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
}

.colorPlanLite {
    display: flex;
    flex-direction: column;
    background-color: var(--color-Verde5Plan);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
}

.colorPlanPremium {
    display: flex;
    flex-direction: column;
    background-color: var(--color-freemium);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    background-color: #103C55;
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
}

.colorPlanPro {
    display: flex;
    flex-direction: column;
    background-color: var(--color-verde);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
}

.colorPlanEnterprise {
    display: flex;
    flex-direction: column;
    background-color: var(--color-Verde2Plan);
    align-items: center;
    margin: 0px 5px;
    border-radius: 18px;
    box-shadow: 0px 0px 25px #103C5527;
    height: 100%;
    padding-top: 25px;
    margin: 0px 12px;
}

img.imgStreet {
    border-radius: 4px;
    width: 100%;
    height: 144px;
    cursor: pointer;
}

.ParaQuienesContenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pq1 {
    background-image: url('/Content/Images/N/PQ1.png');
}

.pq2 {
    background-image: url('/Content/Images/N/PQ2.png');
}

.pq3 {
    background-image: url('/Content/Images/N/PQ3.png');
}

.pq {
    height: 410px;
    width: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100%; */
    display: flex;
    flex: 1;
    align-items: flex-end;
    justify-content: center;
    border-radius: 20px;
}

.ocultopqm {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: rgb(0 78 255 / 50%);
    border-radius: 5px;
    width: 265px;
    height: 390px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
}

.ocultopq {
    display: none;
}

.textoInformacionDecision {
    text-align: left;
}

.ContenedorImagenesParaQuien div span {
    padding-bottom: 20px;
    color: var(--color-blanco);
    /* font-weight: bold; */
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    text-align: center;
}

.estilosBannerPrincipal {
    /* background-image: url('/Content/Images/N/BannerPrincipal.svg'); */
    /* height: 550px; */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    display: flex;
    flex-direction: column;
    /* padding-top: 70px; */
    /* padding-left: 100px; */
}

.imgCompruebaloTuMismo1 {
    background-image: url('/Content/Images/Testimonios/LuisGarcia.jpg');
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    width: 100px;
    border: 2px solid var(--color-azul);
    z-index: 1;
}

.imgCompruebaloTuMismo2 {
    background-image: url('/Content/Images/Testimonios/MariaElenaTorre.png');
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    width: 150px;
    border: 3px solid var(--color-naranjaN);
    z-index: 1;
}

.imgCompruebaloTuMismo3 {
    background-image: url('/Content/Images/Testimonios/LetiAleman.jpeg');
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    width: 100px;
    border: 2px solid var(--color-azul);
    z-index: 1;
}

.imagenConfiaEnNosotros {
    filter: grayscale(100%);
    margin: 0px 10px;
}

    .imagenConfiaEnNosotros:hover {
        filter: grayscale(0%);
    }

.teInformamosPara {
    display: flex;
    flex-direction: row;
    padding: 20px 0px 0px 0px;
    background-color: var(--color-blanco);
}

.contenedorCambioPQ {
    display: none;
    flex-direction: row;
}

.contenedorCambioCTPRA {
    display: none;
    flex-direction: row;
}

.cambioPQ {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: black;
    margin: 0px 5px;
}

.cambioPQ2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-naranja);
    margin: 0px 5px;
    border: 2px solid black;
}

.cambioPQ3 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    margin: 0px 5px;
    border: 2px solid black;
}

.contenedorTeInformamosPara {
    /* background-image: `url(${FondoFacilitador})`; */
    background-repeat: no-repeat;
    background-size: 70%;
    /* flex: 1; */
}

#cambiarPlan00, #cambiarPlan01, #cambiarPlan10, #cambiarPlan12, #cambiarPlan21, #cambiarPlan23, #cambiarPlan32, #cambiarPlan34, #cambiarPlan30, #cambiarPlan40, #cambiarPlan45, #cambiarPlan54, #cambiarPlan56, #cambiarPlan65, #cambiarPlan67, #cambiarPlan76, #cambiarPlan78, #cambiarPlan23, #cambiarPlan21 {
    display: none;
}

#seccionSuscripciones {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#seccionPorSuscripcion {
    display: flex;
    flex-direction: column;
    flex: 6;
}

#seccionPorReporte {
    display: flex;
    flex-direction: column;
    flex: 2;
}

#contenedorAlianza {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 70px;
}

#contenedorTituloAliado {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bannerAvaclickBusiness {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(90deg, var(--color-naranja2) 30%, var(--color-amarillo) 100%);
    height: 400px;
}

.imagenesSecundariasSN {
    width: 330px;
}

.tituloBannerSN {
    font-size: 25px;
    font-weight: bold;
    color: var(--color-azul);
    z-index: 2;
}

.padbannerSN {
    padding-top: 60px;
    padding-left: 10%;
    width: 90%;
    font-weight: 800;
}

.contenedorCrearCuentaFreemium {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(90deg, var(--color-naranja2) 30%, var(--color-amarillo) 100%);
    justify-content: center;
    padding: 3%;
}

    .contenedorCrearCuentaFreemium span {
        font-size: 24px;
        color: var(--color-blanco);
        font-weight: bold;
        margin-right: 30px;
    }

#contenedorProfesional {
    display: flex;
    flex-direction: row;
    margin: 0px 50px 0px 50px;
    background-color: white;
}

#contenedorParticular {
    display: flex;
    flex-direction: row;
    margin: 120px 50px 0px 50px;
}

#iniciarSesion {
/*    width: 180px;
    max-width: 180px;
    min-width: 180px;*/
}

.tipoRegistroNVMovil{
    padding-top:120px !important;
}

.tipoRegistroNVMovilMargen{
    margin-top:130px !important;
}

.flechaCambioPlan {
    width: 100px;
    cursor: pointer;
}

.buttonFaqTR {
    font-weight: bold;
    margin-left: 0px;
    padding: 10px 90px;
}

.contenedorDudaFAQ {
    display: flex;
    flex-direction: column;
    background-image: url(/Content/Images/N/Planes/Dados.png);
    background-repeat: no-repeat;
    background-position-x: right;
    color: var(--color-blanco);
    background-color: var(--color-naranjaN);
    padding: 30px 120px;
    margin-top: 80px;
}

.contenedorMenuContacto {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contenedorSocialTP {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    justify-content: center;
}

#nombreCompruebaloTuMismo {
    font-weight: bold;
    font-size: 18px
}

#datosUsuarioComTuMis {
    margin-top: 15px
}

#imagen1CompruebaloTuMismo {
    /* background-image: url('/Content/Images/Testimonios/LetiAleman.jpeg'); */
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    width: 100px;
    border: 2px solid var(--color-azul);
}

#imagen2CompruebaloTuMismo {
    /* background-image: url('/Content/Images/Testimonios/LetiAleman.jpeg'); */
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    width: 150px;
    border: 3px solid #ff9e10;
}

#imagen3CompruebaloTuMismo {
    /* background-image: url('/Content/Images/Testimonios/LetiAleman.jpeg'); */
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    width: 100px;
    border: 2px solid var(--color-azul);
}

#testimonioDescripcionCTM {
    width: auto;
    max-width: 600px;
    margin: 30px 20px 10px 20px;
    text-align: center;
    height: 110px;
}

.contenedorimagenesTestimoniosCTM {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

.logoAliadoN {
    user-select: none;
    /* filter:brightness(0.5); */
    margin: 0px 50px;
    align-self: center;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
/* .logoAliadoN:hover {
  filter:brightness(0.9);
} */
.popupAlianzaNoCuponDescuento {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 300px;
    height: auto;
    background-color: #ffe7c7;
    margin-left: -150px;
    margin-top: 15px;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
}

.popupInformacionDOV {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 200px;
    height: auto;
    background-color: #93f1c9;
    margin-left: -150px;
    margin-top: 15px;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
}

.DOVContenidoParticular {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    text-align: center;
    background: linear-gradient(90deg, rgba(8,114,186,1) 40%, rgba(87,173,230,1) 100%);
    color: var(--color-blanco);
    padding: 40px 10px;
}

.DOVContenidoProfesional {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    text-align: center;
    background: linear-gradient(90deg, #086C42 40%, #17AD6E 100%);
    color: var(--color-blanco);
    padding: 40px 10px;
}

@keyframes efectoContenedoresDOV {
    from {
        background-color: var(--color-blanco);
    }

    to {
        background-color: #085FA9;
    }
}

.contenedorNuestroReporteDatos:hover {
    animation: efectoContenedoresDOV 800ms;
    background-color: #085FA9;
}

.contenedorNuestroReporteDatos {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 6px #00000029;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 10px;
    width: 200px;
    height: 130px;
    border-radius: 5px;
    z-index: 1;
    background-color: var(--color-blanco);
}

    .contenedorNuestroReporteDatos img {
        width: 60px;
    }

    .contenedorNuestroReporteDatos span {
        text-align: center;
    }

.creacionReporteUnidad {
    display: flex;
    min-width: 300px;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    margin: 10px;
}

    .creacionReporteUnidad img {
        height: 100px;
        margin: 10px;
    }

    .creacionReporteUnidad span {
        display: flex;
        text-align: center;
        height: 100%;
        align-items: center;
    }

.contenedorTrazoProceso {
    /* background-image: url('/Content/Images/N/TrazoProceso.svg');
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px; */
    margin-top: 30px;
}

.avaclickTextoDOP {
    color: var(--color-naranja);
}

.pasoProcesoDOV {
    display: flex;
    flex-direction: column;
    margin: 30px;
    justify-content: center;
    align-items: center;
    width: 140px;
}

    .pasoProcesoDOV img {
        width: 60px;
    }

    .pasoProcesoDOV span {
        text-align: center;
    }

#contenedorProcesoDOV {
    position: absolute;
    display: flex;
    flex-direction: row;
    margin-top: -320px;
    margin-left: 10px;
}

#pasoProcesoDOV1 {
    margin-top: -100px;
}

#pasoProcesoDOV2 {
    margin-bottom: -200px;
}

#pasoProcesoDOV3 {
    margin-top: -200px;
}

#pasoProcesoDOV4 {
    margin-bottom: -200px;
}

#pasoProcesoDOV5 {
    margin-top: -90px;
}

.contenedorCCtuR {
    display: flex;
    flex-direction: row;
    margin: 20px 0px;
}

.datosCrearReporteAvaclick {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    /* box-shadow: 13px 0px 27px #00000123; */
    width: 100%;
    padding: 10px;
}

.contenedorDOVT {
    display: flex;
    flex-direction: row;
}

.contenedorSoporteDOV {
    background-color: #EAEDF8;
    margin: 60px 20% 10px 20%;
    padding: 15px 60px;
    display: flex;
    align-items: center;
}

.contenedorPorqueUsuarioDOV {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 40px 0%;
    z-index: 1;
}

.tituloDOV {
    position: absolute;
    z-index: 3;
    color: var(--color-blanco);
    font-size: 36px;
    margin-top: 40px;
    margin-left: 70px;
    width: 500px;
    font-weight: 700 !important;
}

.hidden {
    display: none;
}

.fondoDetalle1 {
    width: 100%;
    position: absolute;
    z-index: 2;
    margin-top: -140px;
    max-width: 1350px;
}

.fondoDetalle2 {
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: -120px;
    max-width: 1350px;
}

.textoBannerDOV {
    position: absolute;
    text-align: justify;
    padding: 1%;
    font-size: 22px;
    z-index: 3;
    color: var(--color-blanco);
    margin-top: 140px;
    margin-left: 120px;
    width: 410px;
    max-width: 410px;
}

.imagenBannerPrincipal {
    z-index: 3;
    margin-top: 270px;
    width: 400px;
    height: 120px;
    position: absolute;
    margin-left: 120px;
}

.contenedorRashoAvaclick {
    position: absolute;
    display: flex;
    z-index: 4;
    margin-top: 350px;
    width: 450px;
    margin-left: 180px;
    align-items: center;
}

.seccionBannerPrincipal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1350px;
}

.fondoDetalle3 {
    width: 60%;
    margin-top: 100px;
}

.imagenAVACLICKDOP {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-blanco);
    margin-left: 30px;
    width: 260px;
}

.imagenContenidoReporteDOV {
    margin-top: 20px;
    width: 460px;
}

.imagenCirculoAzulDOV {
    position: absolute;
    left: 20px;
    margin-top: 80px;
}

.imagenCirculoAmarilloDOV {
    position: absolute;
    right: 0px;
    z-index: 0;
}

.imagenFlechitasDOV {
    position: absolute;
    left: 0px;
    margin-top: 400px;
    margin-left: 70px;
}

.contenedorAsesoriaDOV {
    display: flex;
    flex-direction: row;
    margin: 20px;
    height: auto;
    width: 59%;
    border-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(90deg, var(--color-naranja2) 30%, var(--color-amarillo) 100%);
}

.logoAsesoriaDOV {
    width: 170px;
    height: 170px;
    margin-left: 20px;
    align-self: center;
    padding: 1.5%;
}

.datosAsesoriaDOV {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.logoEsquinaAsesoriaDOV {
    /* position: absolute; */
    /* right: 0; */
    /* margin-right: 20px; */
    /* margin-top: 0px; */
    width: 150px;
    align-self: self-start;
}

.datos2DOV {
    display: flex;
}

.tituloAsesoriaDOV {
    text-align: center;
    color: var(--color-blanco);
}

.textoAsesoriaDOV {
    text-align: center;
    color: var(--color-blanco);
    width: 75%;
    margin-top: 10px;
    align-self: center;
    padding-bottom: 4%;
}

.tituloPlanPago {
    font-size: 32px;
    color: var(--color-azul);
    font-weight: bold;
    margin: 20px 0px;
}

.textoPlanPago {
    margin: 30px 20px;
    max-width: 770px;
    text-align: center;
}

#pago {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conteneorDatosPlanPago {
    display: flex;
    flex-direction: row;
}

.separacionPago {
    display: none;
}

.fiewfiuew {
    background-color: var(--color-naranja);
    height: 150px;
    width: 150px;
    border-radius: 10% 50% 50% 50%;
}

.contenedorDesplegablePlan {
    display: none;
    flex-direction: row;
    align-items: center;
}

.selectInputPago {
    height: 50px;
    border: 1px solid #AAABAD;
    outline-width: 0px;
    padding: 0px 10px;
    font-size: 16px;
    border-radius: 5px;
    background: #f5f2f2;
}

.textoNaranja {
    color: var(--color-naranja);
}

#ImagenBannerMovil {
    display: none;
}

#contenidoReporteAvanzado, #contenidoPanEstandar, #contenidoPlanPremium, #contenidoPlanLite, #contenidoPlanPro, #contenidoPlanEnterprise {
    display: none;
    flex-direction: column;
    margin-top: 10px;
}

#textoDescripcionCompraReporteAvanzado, #textoDescripcionCompraPlanEstandar, #textoDescripcionCompraPlanPremium, #textoDescripcionCompraPlanLite, #textoDescripcionCompraPlanPro {
    display: none;
}

.grupoTituloAmenidades {
    display: flex;
    flex-direction: row;
}

.dataT {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-self: flex-start;
    margin-right: 10%;
}

.contendor1Pago {
    width:50%;
}

.contendor2Pago {
    margin-left: 20px;
}

.fondoDeRegistroVivanuncios {
    background-image: url('/Content/Images/rayo.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    flex: 1;
}

.datosUsuarioBarrido {
    background: white;
    margin: 0px;
    padding: 0px;
}

.datosUsuarioBarrido:hover {
    background-color: #ffd7a1;
}

.BannerNoticias {
    display: flex;
    flex-direction: row;
    background-color: #EAEDF8;
    width: 800px;
    align-items: center;
    justify-content: center;
    width: auto;
}

.contenidoDeLasNoticias {
    gap: 20px;
    margin: 50px auto;
    flex-direction: column;
}

.noticia {
    gap: 20px;
    width: 80%;
    padding: 20px;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.noticia * {
    margin: 0;
    line-height: 100%;
}

.noticia__team {
    gap: 5px;
    flex-grow: 1;
    min-width: 80px;
    flex-direction: column;
}

.team__icon {
    width: 32px;
    height: 32px;
    padding: 2px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #172D72;
    background-color: #EAEDF8;
}

.icon__support {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team__name {
    font-size: 16px;
    text-align: center;
    font-weight: 700 !important;
}

.team__date {
    font-size: 14px;
    text-align: center;
}

.noticia__absctract {
    gap: 10px;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
}

.noticia__absctract > * {
    text-align: center;
}

.abstract__title {
    font-size: clamp(16px, 2.6vw, 32px);
}

.abstract__subtitle {
    line-height: normal;
    font-size: clamp(12px, 1.6vw, 16px);
}

.abstract__subtitle a {
    display: inline-block;
    margin-top: 15px !important;
}

@media (min-width: 480px) {
    .noticia__absctract {
        gap: 12px;
    }
}

@media (min-width: 576px) {
    .noticia__absctract {
        gap: 14px;
    }
}

@media (min-width: 768px) {
    .noticia {
        flex-direction: row;
    }
    .noticia__absctract {
        gap: 16px;
        align-items: flex-start;
    }
    .noticia__absctract > * {
        text-align: start;
    }
}

@media (min-width: 992px) {
    .noticia__absctract {
        gap: 18px;
    }
}

@media (min-width: 1200px) {
    .noticia__absctract {
        gap: 20px;
    }
}

/*Estilos de vista preliminar*/

.VistaPre {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.VistaPre > div > .control {
    flex: 1;
    padding: 0.5rem;
}

.VistaPreLabel {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: inherit;
    border-radius: inherit;
}

.VistaPreLabel:hover {
    cursor: pointer;
}



/******Rango Proceso Vista**********/


/*Todos los navegadores menos safari*/
.rangeEstadosConservacion {
    width: 100%;
    height: 30px;
    appearance: none;
    outline: none;
    z-index: 1;
    margin: 20px auto 50px;
    border-radius: 10px;
    transition: background 0.5s linear;
}

.rangeEstadosConservacion::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    appearance: none;
    background: #C2C2C2;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}

/*Solo para Safari*/
.rangeEstadosConservacionSafari {
    width: 100%;
    height: 30px;
    outline: none;
    z-index: 1;
    border-radius: 10px;
    transition: background 0.5s linear;
}

    .rangeEstadosConservacionSafari::-webkit-slider-thumb {
        width: 40px;
        height: 40px;
        background: #C2C2C2;
        border-radius: 50%;
        cursor: pointer;
        z-index: 999;
    }


input[type="radio"]:checked + .VistaPreLabel {
    outline: 4px solid #f49929;
}


.contenedorDivRango {
    gap: 20px;
    width: 75%;
    display: grid;
    position: relative;
    text-align: center;
}

.parrafoPRango {
    font-size: 24px;
    font-weight: 800;
    margin-top: 20px;
}

.texto1Rango {
    font-size: 18px;
    width: 80%;
    justify-self: center;
}

.SubcontenedorRango {
    width: 100%;
    display: grid;
    position: relative;
    justify-self: center;
}

#valueRango {
    font-size: 20px;
    font-weight: 500;
    justify-self: center;
    margin: 10px;
}

.mensajeConceptualVerde {
    position: absolute;
    background-color: #67C89F;
    border-radius: 10px;
    display: none;
    width: 140px;
    z-index: 9;
    left: 120px;
    right: -20px;
    top: -15px;
}

.mensajeConceptualVerdeDer {
    position: absolute;
    background-color: #67C89F;
    border-radius: 10px;
    display: none;
    width: 140px;
    z-index: 9;
    left: 400px;
    top: -15px;
}

.imgMensajeVerde {
    margin: 0 5px 0 15px;
    width: 140px;
}

.parrafoMensajeVerde {
    font-size: 10px;
    margin: 5px;
    line-height: 12px;
    font-weight: 600;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #67C89F;
    transform: rotate(180deg);
    bottom: -50px;
    right: 15px;
    position: relative;
}

.triangleVerdeDer {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #67C89F;
    transform: rotate(180deg);
    bottom: -50px;
    left: -110px;
    position: relative;
}

.mensajeConceptualNaranja {
    position: absolute;
    background-color: #FFE17D;
    border-radius: 10px;
    display: none;
    width: 160px;
    z-index: 9;
    left: -10px;
    right: -20px;
    top: -15px;
}

.triangleNaranja {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFE17D;
    transform: rotate(180deg);
    bottom: -50px;
    right: 15px;
    position: relative;
}

.mensajeConceptualNaranjaDer {
    position: absolute;
    background-color: #FFE17D;
    border-radius: 10px;
    display: none;
    width: 160px;
    z-index: 9;
    left: 450px;
    top: -15px;
}

.triangleNaranjaDer {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFE17D;
    transform: rotate(180deg);
    bottom: -50px;
    left: -110px;
    position: relative;
}

.mensajeConceptualRojo {
    position: absolute;
    background-color: #F8796C;
    border-radius: 10px;
    display: none;
    width: 160px;
    z-index: 9;
    left: -80px;
    right: -20px;
    top: -15px;
}

.triangleRojo {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #F8796C;
    transform: rotate(180deg);
    bottom: -45px;
    right: 15px;
    position: relative;
}

.mensajeConceptualRojoDer {
    position: absolute;
    background-color: #F8796C;
    border-radius: 10px;
    display: none;
    width: 160px;
    z-index: 9;
    right: -10px;
    left: 570px;
    top: -15px;
}

.triangleRojoDer {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #F8796C;
    transform: rotate(180deg);
    bottom: -45px;
    left: -110px;
    position: relative;
}

.colorPrecioPro {
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    margin: 5px;
    border-radius: 18px;
    box-shadow: 0px 0px 25px #8585859e;
    height: 100%;
    padding-top: 2px;
    height: 100%;
    width: 260px;
}

#contenedoReporte {
    display: flex;
    flex-direction: row;
    margin: 40px 50px 40px 50px;
}

div.alertVistaPre {
    width: 75%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

div.mainConfirmacion {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: white;
}

span.VistaPreTitle {
    font-size: 19px;
    margin-top: 10px;
    font-weight: bold;
    margin-left: 10px;
}

.VistaPreTitle {
    margin-top: 50px;
    font-size: clamp(24px, 2.2vw, 32px);
}

.VistaPreSub {
    margin-top: 25px;
    font-size: clamp(20px, 2.2vw, 28px);
}

p.VistaPreSec {
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 400 !important;
}

img.VistaPreImg {
    width: 5%;
    border-radius: 5px;
}

.contenedorEstados {
}

#datosUsuarioMiCuentaVer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 5px 0px 5px;
    padding: 2px;
    width: 450px;
}

.contenedorBotonesMiPlan {
    width: 100%;
    text-align: start;
}

.columnaBotonesMiplan {
    margin: 0;
    padding: 0;
    display: flex;
    justify-items: start;
}

#ContenedorDatosDePrimerReporte {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 50px;
    width: 100%;
}

.informacionUsuarioMiPlan {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1%;
}

.boton1MiPlanA {
    background-color: #FF9E1A;
    color: white;
    border: 0px;
    border-radius: 7px;
    margin: 17px;
    height: 45px;
    width: fit-content;
    flex: 1;
    min-width: 150px;
}

.boton2MiPlanB {
    display: none;
    background-color: #085FA9;
    color: white;
    border: 0px;
    padding: 10px;
    border-radius: 7px;
    margin: 17px;
    height: 45px;
    flex: 1;
    justify-content: center;
    min-width: 150px;
}

.contenedorOpcionesReportes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 40px 0px;
}

#botonSiguienteSeleccionPlan {
    padding: 10px 70px;
    background-color: #ffd296;
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    height: 50px;
    margin-left: 0px;
    margin-top: 20px;
    align-self: center;
}

.contenedorTrabajamosContigo {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 100%;
    background-color: white;
    padding: 20px;
}

.datosTraCont {
    display: flex;
    flex-direction: column;
    padding: 70px;
}

.textoAsesoriaDOV {
    font-size: 130%;
}

#caracteristica1, #caracteristica2, #caracteristica3, #caracteristica4 {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.contenedorS_SN {
    display: flex;
    background-color: #EAEDF8;
    height: auto;
    width: 100%;
    justify-content: safe center;
    margin-left: 10%;
}

.listadoNuestroEquipo {
    display: flex;
    flex-direction: column;
    align-items: safe center;
    margin-top: 20px;
    justify-content: right;
    margin-left: 5%;
}

.contenedorBannerPrincipal {
    height: 100%;
}

.botonContactanosSN {
    background: var(--color-azul);
    width: 260px;
    padding: 10px 30px;
    border-radius: 10px;
    border: 2px solid var(--color-azul);
    color: white;
}

.ContenedorInfoAB {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px;
}

.textoNuestroServicio1 {
    color: white;
    text-align: center;
    font-size: 30px;
    width: 590px;
    font-weight: 800;
    margin-bottom: 20px;
}

.textoNuestroServicio2 {
    color: white;
    text-align: center;
    width: 590px;
}

.SpanSN {
    font-size: 25px;
    width: 70%;
    margin-right: 0%;
    color: #103C55;
}

.SpanSN1 {
    font-size: 25px;
    width: 50%;
    margin-right: 10%;
    color: var(--color-azul);
    font-weight: 800;
}

.lineaIntermedia {
    display: inline-block;
    background: linear-gradient(to top, orange 70%, transparent 30%);
    background-size: 100% 8px;
    background-position: 0 80%;
    line-height: 1.2em;
    background-repeat: no-repeat;
}

.imagenPersonaSentada {
    width: 370px;
    display: none;
}

.textoNuestroEquipo {
    font-size: 27px;
    text-align: left;
    margin-bottom: 60px;
    font-weight: 600;
}

.contenidoNuestroEquipo {
    display: flex;
    flex-direction: column;
    margin-left: 0%;
}

.contenedorBannerPrincipal {
    height: auto;
}

/******************ESTILOS TIPO REGISTRO NV*******************************/
.letrasPequeñasDesktop {
    display: grid;
}

.letrasPequeñasMovil {
    display: none;
}
/*************************************************************************/
/**********************Estilos Tipo de Registro Detallado**************************/
.tableD {
    border-collapse: collapse;
    width: 95%;
    text-align: center;
    margin-left: 30px;
}

.tableD1 {
    border-collapse: collapse;
    width: 95%;
    text-align: center;
    margin-left: 30px;
    table-layout: fixed;
}

.colDetallado td {
    width: 175px;
    border-radius: 15px;
}

.colDetallado td, .colDetallado th {
    border-width: 5px 5px;
    border-color: #F5F5F5;
    border-style: solid;
}

.scrollableTablaDetallado {
    height: 50px;
    width: 100%;
    overflow-y: scroll;
}

.sobrePuestoEstatico {
    position: fixed;
    width: 100%;
    background-color: #F5F5F5;
    z-index: 998;
    display: grid;
}

.separacionTablaDetallado {
    margin-top: 300px;
    margin-bottom: 70px;
}

.TituloDetallado {
    text-align: left;
    width: 18%;
    color: #103C55;
    margin-right: -30px;
}

.buttonNaranjaPlanesDetallado {
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 10px;
    padding: 5px 10px;
    border: 0px;
    margin: 0;
    align-self: center;
    font-size: 18px;
    max-width: 150px;
    min-width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.T1 {
    visibility: hidden;
    background-color: white;
}

.T2 {
    visibility: hidden;
    background-color: white;
}

.T3 {
    visibility: hidden;
    background-color: white;
}

.T4 {
    visibility: hidden;
    background-color: white;
}

.T5 {
    visibility: hidden;
    background-color: white;
}

.planesDEscritorio {
    display: flex;
}

.planesDEscritorioNV {
    display: grid;
}

.contenedorPlanMovil {
    overflow: hidden;
    height: 100%;
    transition: max-height 0.6s ease-out;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    width: 100%;
}

.abrir_cerrarPlanes {
    transition: max-height 0.6s ease-in;
    max-height: 1000px;
}

.btnEsconderDet {
    padding: 5px;
    background-color: var(--color-azul);
    color: var(--color-blanco);
    border-radius: 5px;
    width: fit-content;
    margin-top: 5px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    align-self: center;
}

.colDetallado {
    background-color: #F5F5F5;
    line-height: normal;
    width: 100%;
}

.returnDetallado {
    width: 30px;
    height: fit-content;
}

.returnDivDet {
    position: absolute;
    top: 30px;
    right: 80px;
    cursor: pointer;
}

.returnDivPago {
    display: none;
    position: absolute;
    top: 30px;
    right: 80px;
    cursor: pointer;
}
/*TIPO DE REGISTRO DETALLADO MOVIL*/
.itemsCajaDet {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 90%;
    align-self: center;
    justify-self: center;
    margin-top: 15px;
    font-size: 18px;
}

.cajadeItems2 {
    line-height: 35px;
    margin-left: 60px;
    margin-top: 10px;
    font-size: 16px;
    width: fit-content;
    min-height: 150px;
}

.itemMP {
    width: 100%;
}

.TipoRegistroDMovil {
    display: none;
    flex-direction: column;
    padding-bottom: 20px;
}

.contenedorPlanD {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
    align-self: center;
    background-color: #E8E8E8;
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: normal;
    padding-bottom: 20px;
    padding-left: 0px;
}

.hiddenItem1 {
    opacity: 0;
    max-height: 0px;
    transition: max-height 0.5s ease-in-out, opacity 0.5s;
}

.hiddenItem2 {
    opacity: 0;
    max-height: 0px;
    transition: max-height 0.5s ease-in-out, opacity 0.5s;
}

.hiddenItem3 {
    opacity: 0;
    max-height: 0px;
    transition: max-height 0.5s ease-in-out, opacity 0.5s;
}

.hiddenItem4 {
    opacity: 0;
    max-height: 0px;
    transition: max-height 0.5s ease-in-out, opacity 0.5s;
}

.hiddenItem5 {
    opacity: 0;
    max-height: 0px;
    transition: max-height 0.5s ease-in-out, opacity 0.5s;
}

/**********Recomendacion**********/
.mainRecomendacion {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100%;
}

.seccion1Redomendacion {
    display: flex;
    flex-direction: row;
    align-content: center;
    padding: 3% 3% 2% 3%;
    justify-content: center;
}

.tamañoContenedorTextosSeccion1 {
    width: 60%;
}

.texto1Seccion1 {
    font-size: 45px;
    font-weight: bold;
    color: #103C55;
    line-height: normal;
}

.texto2Seccion1 {
    font-size: 24px;
    font-weight: 300;
    color: #103C55;
    width: 82%;
    line-height: normal;
}

.imagenDedoArriba {
    margin-left: 35px;
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotateZ(-5deg);
    }

    50% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(-5deg);
    }
}

/*Deslizamiento desde la izquierda*/
.fade-in-left {
    opacity: 0;
    animation: fade-in-left 1s ease-out forwards;
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/*Deslizamiento desde la derecha*/
.fade-in-right {
    opacity: 0;
    animation: fade-in-right 1s ease-out forwards;
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*Deslizamiento desde abajo*/
.fade-in-bottom {
    opacity: 0;
    animation: fade-in-bottom 1s ease-out forwards;
}

@keyframes fade-in-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*Hacer mas grande al poner mouse arriba*/
.grow-on-hover {
    transition: transform 0.3s ease-in-out;
}

    .grow-on-hover:hover {
        transform: scale(1.1);
    }

.cuadroAzulMovil {
    display: none;
}

.espaciosMovil {
    display: flex;
}

.seccion2Recomendacion {
    display: grid;
}

.dentroSeccion2Textos {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.textosSeccion2 {
    color: #103C55;
    font-weight: bold;
    border-left: 7px solid #1775AD;
    line-height: 20px;
    font-size: 20px;
    padding-left: 5px;
    margin-right: 5%;
}

.seccion3Botones {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

.btn1Seccion3 {
    border: 0;
    border-radius: 5px;
    color: white;
    background-color: #17AD6E;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.btn2Seccion3 {
    border: 0;
    border-radius: 5px;
    color: white;
    background-color: #FF9E1A;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
/*********Estilo de botones***********/
button:hover {
    outline: 1px solid currentColor;
    outline-offset: 3px !important;
}


/********BOLA DE WHATSAPP*******/
.bolaflotanteWhats {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border-radius: 50%;
    z-index: 9999;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .bolaflotanteWhats img {
        width: 100%;
        height: auto;
        cursor: pointer;
        filter: drop-shadow( 5px 5px 8px rgba(47, 47, 47))
    }

.textohoverWhatsapp {
    position: absolute;
    top: -50px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bolaflotanteWhats:hover .textohoverWhatsapp {
    opacity: 1;
}

.bolaflotanteWhats:hover .div-apuntando-abajo {
    opacity: 1;
}

.div-apuntando-abajo {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    bottom: -8px;
    right: 40px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease;
}

/*************Blog**************/
.pestañasContenedor {
    display: grid;
    height: fit-content;
}

.flotanteBlog {
    display: flex;
    flex-direction: column;
    justify-self: end;
    width: 130px;
    margin: 50px 0px 0px 0px;
    background-color: white;
    box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.4);
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 23px;
    animation: fadeinLeft 2.5s forwards;
}

.pestañasBlog {
    display: flex;
    flex-direction: column;
    margin-right: -15px;
}

.PestañaBlog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 250px;
    height: fit-content;
    margin: 5px -5px 0px 0px;
    background-color: white;
    box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.4);
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 23px;
    animation: fadeinLeft 2.5s forwards;
    cursor: pointer;
    color: #103C55;
}

.tituloBlog {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.imgLogoBlog {
    width: 45%;
    align-self: center;
}

@keyframes fadeinLeft {
    from {
        opacity: 0;
        transform: translateX(-100%); /* El elemento empieza desplazado hacia la izquierda */
    }

    to {
        opacity: 1;
        transform: translateX(0); /* El elemento termina sin desplazamiento */
    }
}

.seccionPrincipalBlog {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.contenedorBlog {
    display: flex;
    flex-direction: column;
    width: 70%;
    background-color: white;
    box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.4);
    padding: 60px;
    margin: 50px 0 50px 0;
    border-bottom-left-radius: 130px;
    border-top-right-radius: 130px;
    color: #103C55;
    animation: fadeinLeft 1s forwards;
}

.titulo1Blog {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.parrafoPrincipalBlog {
    font-size: 19px;
    font-weight: 400;
    text-align: justify;
}

.subtitulo1Blog {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin: 40px 0 20px 0;
}

.parrafo2Blog {
    font-size: 19px;
    font-weight: 400;
    text-align: justify;
}

.linksBlog a:hover {
    text-decoration: none;
}

.fechaPubBlog {
    text-align: end;
    margin-top: 20px;
    font-size: 12px;
    font-weight: bolder;
}

.textoBlogAnimado {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1s, transform 1s;
}

    .textoBlogAnimado.aparecer {
        opacity: 1;
        transform: translateX(0);
    }

    .textoBlogAnimado.aparecer {
        opacity: 1;
        transform: translateX(0);
    }

/***************Agentes**************/
.seccionPrincipalAgentes {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.seccionBuscadorAgentes {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-image: linear-gradient(to right, #0872BA, #57ADE6);
    padding-left: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
    z-index: 2;
}

#opciones {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    transition: height 0.3s ease-in-out;
    font-size: 14px;
}

#opciones2 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    transition: height 0.3s ease-in-out;
    font-size: 14px;
}

.select1PrincipalAgentes {
    align-self: center;
    display: flex;
    flex-direction: row;
    color: white;
    opacity: 0.6;
    font-size: 14px;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 250px;
}

.imgSelect1Agentes {
    width: 20px;
}

.cajaSelect1Agentes {
    position: absolute;
    max-height: 0px;
    transition: max-height 0.7s ease, opacity 0.7s ease;
    overflow: hidden;
}

.select1Agentes {
    opacity: 0;
    flex-direction: column;
    margin-top: 5px;
    width: 245px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: opacity 1s ease;
    overflow: hidden;
}

.select2Agentes {
    opacity: 0;
    flex-direction: column;
    margin-top: -5px;
    width: 245px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: opacity 1s ease;
    overflow: hidden;
}

.select1Agentes.mostrarcontentC {
    opacity: 1;
}

.select2Agentes.mostrarcontentC {
    opacity: 1;
}

.cajaSelect1Agentes.mostrarcontent {
    max-height: 600px;
}

.flechaAbajo {
    align-self: center;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    margin-left: 10px;
    margin-top: 3px;
}


.imgSelect2Agentes {
    width: 15px;
}

.select2PrincipalAgentes {
    position: relative;
    width: 250px;
    align-self: center;
    display: flex;
    flex-direction: row;
    color: white;
    opacity: 0.6;
    font-size: 14px;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

.flechaAbajo2 {
    position: absolute;
    float: right;
    align-self: center;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    right: 10px;
}

.cajaSelect2Agentes {
    position: absolute;
    max-height: 0px;
    transition: max-height 0.7s ease, opacity 0.7s ease;
    overflow: hidden;
}

    .cajaSelect2Agentes.mostrarcontent {
        max-height: 600px;
    }

.select3Agentes {
    opacity: 0;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    width: 250px;
    background-color: white;
    padding: 0px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: opacity 1s ease;
    overflow: hidden;
    margin-left: 10px;
}

    .select3Agentes.mostrarcontentC {
        opacity: 1;
    }

#opciones3 {
    display: flex;
    flex-direction: column;
}

    #opciones3 > label {
        padding: 15px 0px 15px 15px;
        border-bottom: 1px solid lightgray;
        cursor: pointer;
        transition: background-color 0.5s ease;
    }

        #opciones3 > label:hover {
            background-color: #E7E7E7;
        }


.btnBuscarAgentes {
    border: 0;
    border-radius: 5px;
    padding: 10px 40px 10px 40px;
    color: white;
    background-color: #FF9E1A;
    font-weight: 700;
    font-size: 12px;
    margin-left: 10px;
}

.btnOpinionAgentes {
    border: 0;
    border-radius: 5px;
    padding: 10px 40px 10px 40px;
    color: #FF9E1A;
    background-color: white;
    font-weight: 700;
    font-size: 12px;
    margin-left: 10px;
}

.seccionBannerAgentes {
}

.imagenBannerAgentes {
    width: 100%;
}

.textoBannerAgentes {
    position: absolute;
    font-size: 36px;
    font-weight: 800;
    color: #1775AD;
    margin-top: -500px;
    margin-left: 11%;
    width: 35%;
}

/*************Encuentra Agente*****************/
.seccionPrincipalEncuentraAgentes {
    display: grid;
}

.seccionBannerEncuentraAgentes {
    display: grid;
}

.imagenBannerEcuentraAgente {
    width: 100%;
}

.textoBannerEncuentraAgente {
    position: absolute;
    font-size: 32px;
    font-weight: 800;
    color: white;
    margin-top: 200px;
    margin-left: 11%;
    width: 45%;
}

.SeccionbusquedaEncuentraAgentes {
    background-color: rgba(16,60,85,0.8);
    position: absolute;
    width: 70%;
    height: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-self: center;
    justify-content: center;
    align-content: center;
    margin-top: 400px;
}

.select1PrincipalEncuentraAgente {
    align-self: center;
    display: flex;
    flex-direction: row;
    color: #103C55;
    opacity: 1;
    font-size: 14px;
    flex-wrap: wrap;
    align-content: center;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 260px;
    height: 100%;
}

.select2PrincipalEncuentraAgente {
    position: relative;
    width: 260px;
    display: flex;
    flex-direction: row;
    color: #103C55;
    background-color: white;
    opacity: 1;
    font-size: 14px;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

.flechaAbajoEncuentraAgente {
    align-self: center;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #103C55;
    margin-left: 18px;
    margin-top: 3px;
}

.flechaAbajo2EncuentraAgente {
    position: absolute;
    float: right;
    align-self: center;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #103C55;
    right: 10px;
}

.btnBuscarEncuentraAgente {
    border: 0;
    border-radius: 5px;
    padding: 10px 70px 10px 70px;
    color: white;
    background-color: #FF9E1A;
    font-weight: 700;
    font-size: 12px;
    margin-left: 10px;
}

.selecciontipoEncuentraAgentes {
    display: grid;
    flex-direction: column;
}

.seccionSeleccion1TipoEncuentraAgente {
    z-index: -1;
    display: grid;
    color: #103C55;
    background-color: #EAEDF8;
    justify-self: center;
    width: 80%;
    margin: 5% 5% 2% 5%;
    padding: 2%;
    position: relative;
}

.titulo1SeleccionTipoAgente {
    font-size: 24px;
    font-weight: 800;
}

.subtitulos1SeleccionTipoAgente {
    display: grid;
    font-size: 14px;
    font-weight: 400;
}

.seccionSeleccion2TipoEncuentraAgente {
    display: grid;
    color: #103C55;
    background-color: #EAEDF8;
    justify-self: center;
    width: 80%;
    margin: 0% 5% 5% 5%;
    padding: 2%;
    position: relative;
    z-index: -1;
}

.seccionTarjetasEncuentraAgentes {
    display: flex;
    flex-direction: row;
    justify-self: center;
}

.tarjetaEncuentraAgente {
    display: grid;
    width: 300px;
    text-align: center;
    justify-content: center;
}

.tituloTarjetasEncuentraAgente {
    font-weight: 800;
    color: #1775AD;
    text-align: center;
    justify-self: center;
}

.imagenTarjeta1EncuentraAgente {
    width: 120px;
    aspect-ratio: 1/1;
    justify-self: center;
    align-self: start;
}

.subtituloTarjetasEncuentraAgente {
    color: black;
    font-weight: 500;
    text-align: center;
    justify-self: center;
    margin-top: 10px;
    margin-bottom: 100px;
    width: 60%;
}

/*************Reporte Expres****************/

/***************RegistroExpres*************/
.textoRegistroExpresMovil {
    display: none;
}

.PrincipalRegistroExpres {
    display: flex;
    flex-direction: row;
}

.seccion1RegistroExpres {
    display: grid;
    flex-direction: column;
    margin: 50px 0px 0px 150px;
    width: 60%;
}

.logoRegistroExpres {
    width: 65%;
    justify-self: center;
}

@keyframes fadeinTop {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-top {
    opacity: 0;
    animation: fadeinTop 1s ease-out forwards;
}

.captchaRegistroExpres {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    position: relative;
}

.avisoPrivacidadRegistroExpres {
    display: flex;
    flex-direction: row;
    margin: 35px 0 30px 0;
}

.btnRegistroExpres {
    border: 0;
    border-radius: 10px;
    padding: 15px 70px 15px 70px;
    color: white;
    background-color: #FF9E1A;
    font-weight: 700;
    font-size: 20px;
    margin-left: 0px;
    width: 100%;
}

.sesionRegistroExpres {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.inputRegistroExpres {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border: 1px solid #aaabad;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border: 1px solid #AAABAD;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    height: 55px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.checkboxRegistroExpres {
    width: 30px;
    z-index: 1;
    margin-left: 20px;
}

.debajo {
    position: absolute;
    z-index: -1;
}


.inputRegistroExpres::placeholder {
    color: #AAABAD;
    padding-left: 0px;
    font-size: 18px;
}

.selectAgenteInmobiliarioExpres {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border: 1px solid #aaabad;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border: 1px solid #AAABAD;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    height: 55px;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}

    .selectAgenteInmobiliarioExpres::placeholder {
        color: #AAABAD;
        padding-left: 0px;
        font-size: 16px;
    }

.seccion2RegistroExpres {
    width: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-top: 50px;
    animation: fade-in-right 1.6s ease-in-out;
}

.contenedorSeccion2RegistroExpres {
    width: 60%;
    display: grid;
    justify-self: center;
}

.seccionTitulo2RegistroExpres {
    font-size: 32px;
    font-weight: 800;
    color: black;
}

.seccion2parrafoRegistroExpres {
    font-size: 24px;
    font-weight: 800;
    width: 70%;
    justify-self: center;
    color: black;
}

.imgSeccion2RegistroExpres {
    justify-self: center;
    width: 300px;
    margin-left: -70px;
    animation: fade-in-bottom 1.6s forwards;
}

.registrateSeccion1RepExpres {
    font-weight: 800;
    font-size: 20px;
    text-align: start;
    margin: 25px 0px 0px 0px;
    color: black;
}

.emailtextRepExpres {
    font-weight: 800;
    font-size: 18px;
    text-align: start;
    color: black;
}

.agenteInmobiliarioTextExpres {
    font-weight: 800;
    font-size: 16px;
    text-align: start;
    color: black;
}

.checkbox1RepExpres {
    position: absolute;
    left: 0px;
    top: 20px;
}

.robotRepExpres {
    color: #AAABAD;
    align-self: center;
    position: absolute;
    top: 15px;
    left: 60px;
    cursor: default;
    font-size: 18px;
}

.imgCaptchaRepExpres {
    margin: 10px 0px 0 0;
    position: absolute;
    right: 20px;
}

.avisoPrivacidadTextRepExpres {
    font-weight: normal;
    font-size: 17px;
    text-align: start;
    color: black;
    margin-left: 10px;
}

.sesionTextRepExpres {
    color: #FF9E1A;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    font-weight: 700;
}

#mensajeErrorAvisoEmail {
    display: none;
    color: white;
    font-weight: 700;
    font-size: 13px;
    margin-top: -35px;
    right: 10px;
    position: absolute;
    background-color: red;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
    opacity: 0.9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#mensajeErrorAviso {
    display: none;
    color: white;
    font-weight: 700;
    font-size: 13px;
    margin-top: -30px;
    position: absolute;
    background-color: red;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
    opacity: 0.9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#mensajeError {
    display: none;
    color: white;
    font-weight: 700;
    font-size: 13px;
    right: 30px;
    margin-top: 5px;
    position: absolute;
    background-color: red;
    padding: 7px 10px;
    text-align: center;
    border-radius: 20px;
    width: 20%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}


#mensajeErrorAvisoAgenteInmobiliario {
    display: none;
    color: white;
    font-weight: 700;
    font-size: 13px;
    right: 30px;
    margin-top: 5px;
    position: absolute;
    background-color: red;
    padding: 7px 10px;
    text-align: center;
    border-radius: 20px;
    width: 20%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    z-index: 1;
}
/****************ExpresNuevo****************/

/* STARTUP */
.startup {
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    align-items: center;
    flex-direction: column;
    background-color: #F5F5F5;
    justify-content: space-evenly;
    transition: padding-top 0.3s ease;
}

.startup > * {
    width: 80%;
}

.startup__notice {
    top: 0;
    left: 0;
    gap: 10px;
    width: 100%;
    position: absolute;
    padding: 10px 30px;
    background-color: #FB8500;
    max-width: none !important;
    transition: transform 0.3s ease;
}

.notice__text {
    margin: 0;
    flex-grow: 1;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600 !important;
    font-size: clamp(12px, 2.2vw, 16px);
}

.notice__icon {
    justify-self: flex-end;
}

.notice__icon:hover {
    cursor: pointer;
}

.icon__path {
}

.startup__logo {
    margin: 15px 0;
    max-width: 350px;
}

.logo__image {
    max-height: 100px;
}

.startup__message {
    gap: 10px;
    margin: 5px 0;
    color: #001C2C;
    flex-direction: column;
}

.startup__message > * {
    margin: 0;
    line-height: 100%;
    text-align: center;
}

.message__title {
    font-weight: 700 !important;
    font-size: clamp(24px, 2.8vw, 40px);
}

.message__subtitle {
    font-size: 20px;
    font-weight: 600 !important;
    font-size: clamp(14px, 2vw, 18px);
}

.startup__steps {
    gap: 20px;
    padding: 25px;
    margin: 20px 0;
    max-width: 350px;
    border-radius: 20px;
    flex-direction: column;
    background-color: #001C2C;
}

.startup__steps > * {
    width: 100%;
}

.even {
    flex-direction: row-reverse;
}

.step {
    gap: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step__info {
    gap: 5px;
    opacity: 1;
    flex-grow: 1;
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: flex-start;
}

.even .step__info {
    justify-content: flex-end;
}

.step__info > * {
    font-weight: 700;
    line-height: 100%;
}

.step__info > *:hover {
    cursor: pointer;
}

.info__number {
    color: #FCC64A;
    font-size: clamp(24px, 4vw, 44px);
}

.info__direction {
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: clamp(15px, 2vw, 24px);
}

.step__icon {
    width: 15%;
    opacity: 1;
    aspect-ratio: 1;
    align-items: flex-end;
}

.step__icon:hover {
    cursor: pointer;
}

.startup__button {
    color: #001C2C;
    padding: 15px 0;
    font-weight: 700;
    border-radius: 8px;
    border: 2px solid #001C2C;
    background-color: #FCC64A;
    max-width: 350px !important;
    outline-color: #001C2C !important;
}

.next-button:hover {
    cursor: pointer;
}

.button__text {
    line-height: 100%;
    font-size: clamp(20px, 2.2vw, 24px);
}

@media (min-width: 480px) {
    .startup__message {
        gap: 24px;
    }
    .startup__button {
        padding: 16px 0;
    }
}

@media (min-width: 576px) {
    .startup__message {
        gap: 28px;
    }
    .startup__button {
        padding: 17px 0;
    }
}

/* STARTUP MEDIA QUERIES */
@media (min-width: 768px){
    body::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .startup {
        gap: 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(2, 50%);
    }
    .startup > * {
        max-width: 500px;
        align-self: center;
        justify-self: center;
    }
    .startup__logo {
        margin: 0;
        grid-row-end: 2;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-column-start: 1;
    }
    .startup__message {
        gap: 32px;
        width: 90%;
        grid-row-end: 3;
        grid-row-start: 2;
        grid-column-end: 2;
        grid-column-start: 1;
    }
    .startup__next {
        grid-row-end: 3;
        grid-row-start: 4;
        grid-column-end: 2;
        grid-column-start: 1;
        align-self: flex-start;
    }
    .startup__steps {
        gap: 0;
        width: 100%;
        height: 100%;
        padding: 10%;
        max-width: none;
        grid-row-end: 4;
        border-radius: 0;
        grid-row-start: 1;
        grid-column-end: 3;
        grid-column-start: 2;
        justify-content: space-around !important;
    }
    .step__icon {
        width: 20%;
    }
    .step__info {
        gap: 15px;
    }
    .next__button {
        gap: 10px;
        max-width: 250px;
    }
    .startup__button {
        padding: 18px 0;
    }
    .startup__notice {
        position: absolute;
    }
    .logo__image {
        max-height: 150px;
    }
}

@media (min-width: 992px){
    .startup__message {
        gap: 36px;
        color: #001C2C;
        flex-direction: column;
    }
    .startup__button {
        padding: 19px 0;
    }
    .startup__steps {
        border-radius: 0;
    }
}

@media (min-height: 800px) and (min-width: 768px) and (max-width: 991px) {
    .startup {
        gap: 30px;
        height: auto;
        display: grid;
        padding-bottom: 0;
        overflow-y: scroll;
        grid-template-columns: 100%;
        grid-template-rows: repeat(4, auto);
    }
    .startup__logo {
        grid-row-end: 2;
        padding-top: 5%;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-column-start: 1;
    }
    .startup__message {
        grid-row-end: 3;
        grid-row-start: 2;
        grid-column-end: 2;
        grid-column-start: 1;
    }
    .startup__next {
        grid-row-end: 4;
        grid-row-start: 3;
        grid-column-end: 2;
        grid-column-start: 1;
    }
    .startup__steps {
        grid-row-end: 5;
        grid-row-start: 4;
        grid-column-end: 2;
        grid-column-start: 1;
    }
}

@media (min-width: 1200px) {
    .startup__message {
        gap: 40px;
    }
    .startup__next {
        margin-top: 30px;
    }
    .startup__button {
        padding: 20px 0;
    }
}

/* PROCESO */
.ProcesoNuevoExpres {
    display: none;
    flex-direction: row;
}
/***********PASO 1*******/
.contenedorFlujoRepExpres {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: margin 1s ease;
}

.ventanaAccionFlujoRepExpres {
    width: min(80%);
    height: fit-content;
    margin: 30px;
    margin-top: 20px;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: fadeinTop 0.7s ease-in;
}

.ventanaAccionFlujoRepExpresCorreoExistente {
    display: grid;
    justify-content: center;
    width: min(100%);
    height: fit-content;
    margin: 30px;
    margin-top: 20px;
    background-color: white;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: fadeinTop 0.7s ease-in;
}

.ventanaAccionFlujoRepExpresFinal {
    display: grid;
    justify-content: center;
    width: min(60%);
    height: fit-content;
    margin: 30px;
    margin-top: 20px;
    background-color: white;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: fadeinTop 0.5s ease-in;
}

.textoMapaPaso1 {
    font-weight: 500;
    font-size: clamp(14px, 2.2vw, 16px);
}

.contenedorFlujoRepExpresCorreoExistente {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    margin-top: 50px;
    width: fit-content;
    height: 100%;
    transition: margin 1s ease;
}

.contenedorFlujoRepExpresFinal {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    margin-top: 50px;
    width: fit-content;
    height: 100%;
    transition: margin 1s ease;
}

.columnaIzqFinalExpres {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.btnContinuarFinalExpres {
    color: white;
    font-weight: 700;
    background-color: #FF9E1A;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
}

.filaBottomFinalExpres {
    display: flex;
    justify-content: space-between;
    margin: 40px 30px 0px 30px;
    animation: fadeScaleAnimation 1.2s ease-in;
}

.imgCorreoEnviado {
    width: 80px;
    justify-self: center;
    animation: fadeScaleAnimation 1.2s ease-in;
}

.tituloCorreoFinalEnviado {
    color: #103C55;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    animation: fadeinTop 1s ease-in;
}

.parrafoFinalExpres {
    font-size: 16px;
    color: #000000;
    text-align: center;
    width: 70%;
    justify-self: center;
    animation: fadeinTop 1s ease-in;
}

.ContDireccion {
    width: 100%;
    display: flex;
    max-width: 900px;
    justify-self: center;
    justify-content: center;
    animation: fadein 1.2s ease;
}

.tituloFlujoRepExpres {
    color: black;
    margin-bottom: 10px;
    font-size: clamp(16px, 2.2vw, 18px);
}

.palabraDireccion {
    font-size: 24px;
    color: black;
    font-weight: 800;
}

.inputDireccionExpres {
    opacity: 1;
    width: 100%;
    height: 45px;
    color: #AAABAD;
    max-width: 900px;
    position: relative;
    padding-left: 25px;
    border-radius: 5px;
    margin-bottom: 15px;
    justify-self: center;
    border: 2px solid #AAABAD;
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.inputDireccionExpres::placeholder {
    color: #AAABAD;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0px;
}

.inputDireccionExpres--invalid {
    border-color: #C62828;
}

.inputDireccionExpres--invalid::placeholder {
    color: #C62828;
}

/**********************/
/* PASO TRES (INICIO) */
.code {
    gap: 20px;
    width: 90%;
    display: none;
    padding: 20px;
    margin: 30px auto;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    background-color: #FFFFFF;
    align-items: flex-start !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.code > * {
    width: 100%;
}

.code__step {
    gap: 15px;
    flex-direction: column;
}

.code__step > * {
    margin: 0;
    width: 100%;
    line-height: 100%;
}

.step__title {
    color: #000000;
    font-weight: 700 !important;
    font-size: clamp(20px, 2.6vw, 32px);
}

.step__notice {
    font-weight: 400 !important;
    font-size: clamp(14px, 2vw, 24px);
}

.code__form {
    gap: 15px;
    max-width: 380px;
    flex-direction: column;
    align-items: flex-start !important;
}

.form__telephone {
    gap: 10px;
    flex-direction: column;
}

.form__telephone > * {
    width: 100%;
}

.telephone__title {
    margin: 0;
    font-weight: 400 !important;
    font-size: clamp(14px, 2vw, 20px);
}

.telephone__input {
    outline: none;
    color: #000000;
    max-width: 380px;
    padding: 10px 10px;
    border-radius: 5px;
    align-self: flex-start;
    border: 1px solid #17AD6E;
    background-color: #F5F5F5;
    font-size: clamp(16px, 2vw, 24px);
}

.telephone__input::placeholder {
    color: #AAABAD;
}
.telephone__input:user-invalid {
    border-color: #C62828;
}

.telephone__error {
    margin: 0;
    display: none;
    color: #C62828;
    font-size: 12px;
}

.form__verification {
    gap: 10px
}

.form__verification > * {
    margin: 0 !important;
}

.verification__label {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
    border-radius: 5px;
    border: 1px solid #AAABAD;
    background-color: #EFEFEF;
}

.verification__label:hover {
    cursor: pointer;
}

.form__verification--checked .verification__label {
    border-color: #000000;
    background-color: #000000;
}

.label__icon {
    display: none;
    position: absolute;
}

.form__verification--checked .label__icon {
    display: inline-block;
}

.verification__check {
    display: none;
}

.verification__text {
    color: #000000;
    line-height: 100%;
    font-weight: 400 !important;
    font-size: clamp(14px, 2vw, 20px);
}

.verification__text:visited {
    color: #000000;
}

.verification__icon {
    width: 36px;
    height: 36px;
}

.form__error {
    margin: 0;
    display: none;
    color: #C62828;
    font-size: 12px;
}

.form__send {
    width: 100%;
    color: #FFFFFF;
    padding: 15px 0;
    max-width: 250px;
    border-radius: 5px;
    background-color: #FA8B0E;
    font-weight: 700 !important;
    font-size: clamp(16px, 2vw, 20px);
}
/* PASO TRES (FINAL) */
/*********************/

/**********************/
/* PASO CUATRO (INICIO) */
.confirm {
    gap: 40px;
    width: 90%;
    padding: 20px;
    display: none;
    margin-top: 30px;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    background-color: #FFFFFF;
    transition: margin 1s ease;
    transform: translateX(100%);
    align-items: flex-start !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.confirm > * {
    width: 100%;
}

.confirm__code {
    gap: 15px;
    flex-direction: column;
}

.confirm__code > * {
    margin: 0;
    width: 100%;
    line-height: 100%;
}

.code__title {
    color: #000000;
    font-weight: 700 !important;
    font-size: clamp(20px, 2.6vw, 32px);
}

.code__subtitle {
    margin: 0;
    color: #AAABAD;
    font-weight: 600 !important;
    font-size: clamp(14px, 2vw, 20px);
}

.subtitle__telephone {
}

.confirm__numbers {
    padding: 15px 0;
    max-width: 670px;
    align-self: center;
    border-radius: 16px;
    background-color: #F5F5F5;
    justify-content: space-evenly !important;
}

.single {
    width: 50px;
    /*overflow: hidden;*/
    flex-direction: column;
}

.single > * {
    width: 100%;
}

.single__number {
    outline: none;
    text-align: center;
    display: inline-block;
    border: none !important;
    background-color: inherit;
    font-weight: 700 !important;
    font-size: clamp(20px, 10vw, 60px);
}

.single__border {
    border-radius: 5px;
    border: 3px solid #B4262F;
}

.confirm__button {
    width: 100%;
    color: #FFFFFF;
    padding: 15px 0;
    max-width: 320px;
    align-self: center;
    border-radius: 5px;
    background-color: #FA8B0E;
    font-weight: 700 !important;
    font-size: clamp(16px, 2vw, 24px);
}

.confirm__button:hover {
    cursor: pointer;
}

.confirm__button:disabled {
    filter: grayscale(100%);
}

.confirm__button:disabled:hover {
    cursor: default;
}
/* PASO CUATRO (FINAL) */
/*********************/

/* MEDIA QUERIES DE LOS PASOS */
@media (min-width: 480px) {
    .code {
        gap: 22px;
        padding: 28px;
        border-radius: 12px;
    }
    .code__form {
        gap: 18px;
    }
    .telephone__input {
        padding: 10px 12px;
    }
    .confirm {
        gap: 44px;
        padding: 28px;
        border-radius: 12px;
    }
    .confirm__numbers {
        padding: 18px 0;
    }
    .confirm__button {
        padding: 16px 0;
    }
}

@media (min-width: 576px) {
    .code {
        gap: 24px;
        padding: 36px;
        border-radius: 14px;
    }
    .code__form {
        gap: 21px;
    }
    .telephone__input {
        padding: 11px 14px;
    }
    .confirm {
        gap: 48px;
        padding: 36px;
        border-radius: 14px;
    }
    .confirm__numbers {
        padding: 21px 0;
    }
    .confirm__button {
        padding: 17px 0;
    }
}

@media (min-width: 768px) {
    .code {
        gap: 26px;
        padding: 44px;
        border-radius: 16px;
    }
    .code__form {
        gap: 24px;
    }
    .telephone__input {
        padding: 11px 16px;
    }
    .confirm {
        gap: 52px;
        padding: 44px;
        border-radius: 16px;
    }
    .confirm__numbers {
        padding: 24px 0;
    }
    .confirm__button {
        padding: 18px 0;
    }
}

@media (min-width: 992px) {
    .code {
        gap: 28px;
        padding: 52px;
        border-radius: 18px;
    }
    .code__form {
        gap: 27px;
    }
    .telephone__input {
        padding: 12px 18px;
    }
    .confirm {
        gap: 56px;
        padding: 52px;
        border-radius: 18px;
    }
    .confirm__numbers {
        padding: 27px 0;
    }
    .confirm__button {
        padding: 19px 0;
    }
}

@media (min-width: 1200px) {
    .code {
        gap: 30px;
        padding: 60px;
        border-radius: 20px;
    }
    .code__form {
        gap: 27px;
    }
    .telephone__input {
        padding: 12px 20px;
    }
    .confirm {
        gap: 60px;
        padding: 60px;
        border-radius: 20px;
    }
    .confirm__numbers {
        padding: 30px 0;
    }
    .confirm__button {
        padding: 20px 0;
    }
}

#mapaExpres {
    width: 100%;
    height: 270px;
    max-width: 900px;
    border-radius: 10px;
    justify-self: center;
    align-content: center;
    border: 1px solid #AAABAD;
    animation: fadeScaleAnimation 2.5s forwards;
}

.btnUbicacionActual {
    border: 0;
    border-radius: 10px;
    padding: 12px 5px 15px 5px;
    color: white;
    background-color: #FF9E1A;
    font-weight: 700;
    font-size: 15px;
    width: 15%;
    height: 45px;
    margin-left: 15px;
}

.circulo {
    width: 100px;
    height: 10px;
    background-color: #F5F5F5;
    border-radius: 25px;
    display: inline-block;
    align-self: center;
}

.c1 {
    margin-left: 20px;
    background-color: #FF9E1A;
}

.c2 {
    background-color: #FF9E1A;
}

.c3 {
    background-color: #FF9E1A;
}


.contenedorBotonesInf {
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 40px;
    animation: fadein 1.2s ease;
    justify-content: space-between;
}

.contenedorBotonesRepExp {
    gap: 10px;
    margin-left: auto;
    align-self: center;
}

.contenedorProgresoRepExpres {
}

.btnContinuarRepExpres {
    border: 0;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #FF9E1A;
}

.terminosCondicionesExpresPago {
    font-weight: 800;
    text-align: left;
    font-size: 14px;
    margin-left: 120px;
    align-self: start;
}

.btnVolverRepExpres {
    border: 0;
    color: #AAABAD;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 5px;
    background-color: #F5F5F5;
}


@keyframes fadeScaleAnimation {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/***********PASO 2***********/

.contenedor2FlujoRepExpres {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: margin 1s ease;
}

.contenedor2FlujoRepExpres label {
    margin: 0;
}

.paso2RepExpres {
    gap: 20px;
    display: flex;
    padding: 15px;
    flex-direction: column;
}

.parte1Paso2 {
    justify-self: start;
    justify-content: start;
    display: flex;
    flex-direction: column;
}

.inputTipoInmuebleRepExpres {
    width: 35%;
    margin-top: 10px;
    border-color: rgba(170, 171, 173, 0.5);
    border-width: 1pt;
    background-color: #F5F5F5;
    color: #AAABAD;
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    animation: fadein 1.2s ease;
}

.contenedorPaso2Textos2 {
    gap: 25px;
    width: 100%;
    display: flex;
    height: fit-content;
}

.contenedorPaso2Textos2 > * {
    /*width: 100% !important;*/
    flex-grow: 1;
    justify-content: space-between;
}

.constPaso2 {
    gap: 10px;
    width: 35%;
    display: flex;
    position: relative;
    flex-direction: column;
}

#errorValorConstruccion {
    display: none;
    width: 50%;
    top: -10px;
    right: 0;
    text-align: center;
    color: red;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
}

.estPaso2 {
    gap: 10px;
    width: 35%;
    display: flex;
    flex-direction: column;
}

.terrPaso2 {
    gap: 10px;
    width: 35%;
    display: flex;
    position: relative;
    flex-direction: column;
}

#errorValorTerreno {
    display: none;
    width: 60%;
    top: -10px;
    right: 0;
    text-align: center;
    color: red;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
}

.edadPaso2 {
    gap: 10px;
    width: 35%;
    display: flex;
    justify-self: start;
    flex-direction: column;
}

.titulosPaso2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
}


.inputPaso2RepExpres {
    border-color: rgba(170, 171, 173, 0.3);
    background-color: #F5F5F5;
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    border-width: 0.11em;
    animation: fadein 1.3s ease;
}

    .inputPaso2RepExpres::placeholder {
        color: #AAABAD;
    }

/***Sacarlos de la pantalla**/
.sacarDeLaPantalla {
    margin-left: 2000px;
}

.regresarALaPantalla {
    margin-left: 0px;
}

.sacarALaIzquierda {
    margin-left: -2000px;
}

.input-required {
    border: 1px solid red !important;
}

.inputValidado {
    border: 1px solid #17AD6E !important;
}

.input-icon {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 18px;
    color: green;
}

.confirmacionDatosCorrectos {
    position: relative;
}
/***********PASO 3********/

.filaCandadoMovilPrecioRenta {
    display: none;
}

.contenedorPaso3FlujoRepExpres {
    display: grid;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    position: absolute;
    transition: margin 1s ease;
    margin-bottom: 10px;
}

.ventanaAccion1Paso3FlujoRepExpres {
    width: 80%;
    height: fit-content;
    padding: 25px 15px 15px 15px;
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    justify-self: center;
    position: relative;
}

.imgMapaPaso3 {
    width: 220px;
    height: 120px;
}

.estimacionPaso3 {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.direccionPaso3 {
    display: flex;
    flex-direction: column;
    padding: 0px 50px 0px 20px;
    width: 40%;
}

.tituloVentana1Paso3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}

.btnDesbloquear {
    padding: 7px 15px;
    color: white;
    background-color: #FF9E1A;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 0px;
    margin-top: 20px;
}

#direccionPaso3 {
    font-size: 18px;
}

#fechaPaso3 {
    font-size: 18px;
}

.contenedorPaso3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.avisoImagenPaso3 {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 50%;
    flex-wrap: wrap;
    background-color: #F5F5F5;
    border-radius: 5px;
    cursor: pointer;
}

.escogeTexto {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #AAABAD;
    padding: 15%;
}

.estDesbloquearPaso3 {
    padding-left: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.textosCol2Paso3 {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    width: 40%;
}

.titulosCol2Paso3 {
    font-weight: 800;
    margin-bottom: 10px;
}

.candadosImagenPaso3 {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 70%;
    background-color: #F5F5F5;
    border-radius: 5px;
    cursor: pointer;
}

.candadoDentro {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 20px 30px;
}


/***********Mensajes hover*************/
.mensajeHover {
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    top: 0px;
    left: 100px;
    transform: translate(-50%, -50%);
    width: 180px;
    height: fit-content;
    background-color: black;
    color: white;
    text-align: start;
    font-size: 11px;
    opacity: 0;
    transition: all 0.3s ease;
}

    .mensajeHover::before {
        content: "";
        position: absolute;
        bottom: -6px;
        right: 10px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid black;
    }

    .mensajeHover p {
        margin: 0;
        line-height: 15px;
    }

.mensajeHover2 {
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    top: 0px;
    left: 100px;
    transform: translate(-50%, -50%);
    width: 190px;
    height: fit-content;
    background-color: black;
    color: white;
    text-align: start;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .mensajeHover2::before {
        content: "";
        position: absolute;
        bottom: -6px;
        right: 10px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid black;
    }

    .mensajeHover2 p {
        margin: 0;
        line-height: 25px;
    }

.mensajeHover3 {
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    top: 0px;
    left: 100px;
    transform: translate(-50%, -50%);
    width: 165px;
    height: fit-content;
    background-color: black;
    color: white;
    text-align: start;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .mensajeHover3::before {
        content: "";
        position: absolute;
        bottom: -6px;
        right: 10px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid black;
    }

    .mensajeHover3 p {
        margin: 0;
        line-height: 20px;
    }

.tituloHover3 {
    line-break: anywhere;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
}

.contenedorHover {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.elementosDentroHover {
    display: flex;
    justify-self: start;
    flex-direction: column;
}

.mensajeHover4 {
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    top: 0px;
    left: 100px;
    transform: translate(-50%, -50%);
    width: 165px;
    height: fit-content;
    background-color: black;
    color: white;
    text-align: start;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .mensajeHover4::before {
        content: "";
        position: absolute;
        bottom: -6px;
        right: 10px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid black;
    }

    .mensajeHover4 p {
        margin: 0;
        line-height: 15px;
    }

.mensajeHoverVisualizar {
    opacity: 1;
}

.desbloquearTexto {
    font-size: 14px;
    font-weight: 700;
    color: #AAABAD;
    padding-left: 5px;
    align-self: center;
}

.textosTituloCandado {
    display: flex;
    font-weight: 800;
    width: 100%;
    margin-bottom: 5px;
}

.candadosContenedor {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    width: 100%;
    position: relative;
}

.col1Seccion3Paso3 {
    display: flex;
    flex-direction: column;
}

.col1Seccion3Paso3Movil {
    display: none;
}

.col2Seccion3Paso3 {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-left: 30px;
}

#precioLetra {
    width: 100%;
    font-size: 12px;
}

#precioNumero {
    color: #FF9E1A;
    font-weight: 700;
    font-size: 24px;
}

.col3Seccion3Paso3 {
    width: 20%;
    position: relative;
}

.btnDescargarPaso3 {
    padding: 10px 20px;
    border: 0;
    background-color: #FF9E1A;
    color: white;
    border-radius: 5px;
    font-weight: 800;
}

.col4Seccion2Paso3 {
    display: flex;
    align-self: center;
    margin-left: 60px;
    margin-top: 20px;
    height: 65px;
}

.tituloEstimacion {
    font-size: 18px;
    text-align: center;
    font-weight: 800;
}

.logoPaso3 {
    width: 200px;
    margin-top: 15px;
}

.contenedorPagoExpres {
    padding: 10px 80px 50px 80px;
    display: flex;
    flex-direction: row;
}


#tablaComparableExpresFinal th {
    padding: 5px 15px;
    text-align: center;
    background-color: #FF9E1A;
    color: white;
    border-radius: 20px;
    z-index: 20;
}

#tablaComparableExpresFinal {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

    #tablaComparableExpresFinal td {
        padding: 5px 15px;
        text-align: center;
        background-color: #e0e4e5;
        border-radius: 20px;
    }

    #tablaComparableExpresFinal tbody {
        position: relative;
    }

.blur-overlay {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    z-index: 1;
}

.columnaComparablesExpresFinal {
    display: grid;
    flex-direction: column;
    width: 100%;
    justify-self: center;
}

.no-column {
    display: table-cell;
}
/***************Pago***********/
/********Swals ventanas*******/
.swal-text {
    text-align: center !important;
}
/*****formulario***/
#form-checkout {
    display: flex;
    flex-wrap: nowrap
}
/**********Pop up**********/
.popUpAzulPagoExpres {
    width: 85%;
    justify-self: center;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    margin: 20px;
    position: relative;
}

.popUpCol1 {
    background-color: #1775AD;
    width: 35%;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.textoPopUp {
    color: white;
    font-size: 18px;
    width: 90%;
    font-weight: 700;
}

.botonesPopUp {
    width: 600px
}

.cancelarBlanco {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.cancelarBlanco2 {
    display: none;
    position: absolute;
}

.popUpCol2 {
    background-color: #2F92CC;
    width: 65%;
    display: flex;
    justify-content: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pagoExpresCol1 {
    animation: fade-in-left 1s ease
}

.seccionPagoExpres {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    align-items: center;
}

.tituloPagoExpres {
    font-size: 30px;
    font-weight: 800;
    color: #103C55;
    width: 100%;
}

.numeroPasoPagoExpres {
    display: flex;
    flex-wrap: wrap;
    color: white;
    font-size: 14px;
    align-content: center;
    justify-content: center;
    font-weight: 600;
    background-color: #1775AD;
    border-radius: 100px;
    width: 25px;
    aspect-ratio: 1/1;
}

.filaPasoTexto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.subtituloPasoPagoExpres {
    color: #1775AD;
    font-size: 16px;
    margin-left: 10px;
    align-self: center;
}

.TipoRegistroDMovilExpres {
    display: grid;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
}

.cajadeItems2Expres {
    line-height: 35px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 14px;
    width: fit-content;
    min-height: 150px;
}

    .cajadeItems2Expres img {
        margin-right: 5px;
    }

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 220px;
}

.slide {
    flex: 0 0 100%;
    height: 85%;
}

.carousel-indicatorsExpres {
    display: flex;
    justify-content: center;
}

.indicator {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .indicator.active {
        background-color: #FF9E1A;
    }

.carousel-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.prev-button,
.next-button {
    font-size: 20px;
    font-weight: 600;
    border: none;
    color: #AAABAD;
    cursor: pointer;
    border-radius: 50%;
    align-self: center;
}

    .prev-button:focus,
    .next-button:focus {
        outline: none;
    }

.pagoExpresCol2 {
    margin-top: 60px;
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    width: 45%;
    animation: fadeinTop 1s ease;
}

.subTituloDatosTarjeta {
    font-weight: 800;
    font-size: 16px;
    text-align: start;
    margin-top: 15px;
}

.inputTarjetaExpres {
    width: 95%;
    border: 1px solid #F5F5F5;
    background-color: #F5F5F5;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 10px;
    height: 50px;
}

    .inputTarjetaExpres::placeholder {
        opacity: 0.6;
    }

.datosTarjetaFyCvv {
    display: flex;
    flex-direction: row;
}

.metodosPagoExpres {
    width: 60px;
    aspect-ratio: 1/1;
    margin-right: 30px;
    margin-top: 10px;
    border-radius: 5px;
}


.contenedorTotal {
    width: 90%;
}

.pagoExpresCol3 {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-left: 60px;
    width: 40%;
    opacity: 0.5;
    transition: all 1s ease;
    animation: fade-in-right 1s ease;
}

.filaTotalExpres {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    margin-bottom: 7px;
}

#filaDescuentoExpres {
    display: none;
}

.contenedorPagoResumenExpres {
    width: 95%;
}

.btnPagarExpres {
    padding: 10px 20px;
    border: 0;
    color: white;
    background-color: #FF9E1A;
    font-weight: 600;
    border-radius: 10px;
    width: 95%;
    margin: 30px 0 30px 0;
}

.breakMovil {
    display: none;
}

.ocultarFooter {
    display: none !important;
}


.imgCorreoExistente {
    width: 180px;
    justify-self: center;
    animation: movimientoIzqDer 2s infinite ease-in-out, fadeinLeft 1s ease-in;
}

.contenedorCandadosMovil {
    display: none;
}

@keyframes movimientoIzqDer {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10%);
    }

    100% {
        transform: translateX(0);
    }
}

.tituloCorreoExistente {
    color: #103C55;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    animation: fadeinLeft 1s ease-in;
}

.parrafoCorreoExistente {
    font-size: 16px;
    color: #000000;
    text-align: center;
    width: 80%;
    justify-self: center;
    animation: fadeinLeft 1s ease-in;
}

#flechaPaso2 {
    margin-left: 150px;
    opacity: 0.05;
}
/***Loader Escritorio**/
.loaderExpres {
    text-align: center;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    padding-top: 20%;
    background: white;
    z-index: 2;
}

.CargaExpres {
    opacity: 0;
    visibility: hidden;
    animation: aparecer-desaparecer 1s infinite;
    margin-right: 0px;
}

/************POP UP CUENTA EXISTENTE************/
.modalVerificacionCuentaExistente {
    position: fixed;
    background-color: rgba(170, 171, 173, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.activaTexto {
    margin-bottom: -10px;
}

.contentModalCuentaExistente {
    width: 40%;
    height: fit-content;
    background-color: white;
    border-radius: 10px;
    position: relative;
    align-self: center;
    justify-self: center;
    padding: 40px;
    display: grid;
}

.contenedorTextosModal {
    text-align: center;
    transition: all 1s ease;
}

.contCirculosModal {
    justify-self: center;
}

.circuloModal {
    justify-self: center;
    width: 10px;
    height: 10px;
    background-color: #AAABAD;
    border-radius: 25px;
    display: inline-block;
    align-self: center;
    margin: 0 2px 0 2px;
}


.anteriorModalCuentaExistente {
    padding: 7px 25px;
    background-color: white;
    border-radius: 5px;
    border: 1px #AAABAD solid;
    color: #AAABAD;
    cursor: pointer;
    font-weight: 800;
}

.continuarModalCuentaExistente {
    padding: 7px 25px;
    background-color: #FF9E1A;
    border-radius: 5px;
    color: white;
    border: 0;
    font-weight: 800;
}

.contenedorBotonesValidacionExistente {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/***************COMPROBACIONES CAMPOS PAGO**************/
.relativeEspacioComprobacionPago {
    position: relative;
}


/************MIS REPORTES FUNCION ACTUALIZAR************/
.btnCancelarActualizar {
    color: #FF9E1A;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #FF9E1A;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease-in-out;
}

    .btnCancelarActualizar:hover {
        background-color: #F7F7F7;
        transform: scale(1.05);
    }

.btnEnviarActualizar {
    color: white;
    font-weight: 700;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #FF9E1A;
    margin-left: 15px;
    display: none;
}

.contenedorBotonesActualizar {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    justify-content: end;
}

#contenedorFiltrosMisReportes {
    display: flex;
    flex-direction: row;
}

#filtroMisReportes {
    margin: 0 0 0 10px;
    border: 1px solid #AAABAD;
    border-radius: 5px;
    padding: 10px;
    height:40px;
}
/************POP UP NUEVA FUNCION DE RANGO*********/
/********Aviso 1******/
.rangoContenedorOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(59, 59, 59, 0.5);
    display: none;
    z-index: 10000;
    position: fixed;
    opacity: 0;
    top: 0;
}

.rangoContenedorMain {
    width: 40%;
    height: fit-content;
    background-color: white;
    place-self: center;
    position: absolute;
    border-radius: 10px;
    display: grid;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
    padding: 2% 0 2% 0;
}

.bordeContenido {
    border: 1px solid rgba(59, 59, 59, 0.5);
    width: 90%;
    height: fit-content;
    place-self: center;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0 20px 0;
}

.textoRangoPop {
    font-size: 16px;
    font-weight: 500;
    width: 90%;
}

.tituloPopRango {
    font-size: 22px;
    font-weight: 800;
    line-height: 0.8;
}

.cerrarPopRango {
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.aparecerCerrar {
    opacity: 0;
    display: none;
    animation: aparecerAnimacionCerrarRangoPop 1s ease-in-out 4s forwards;
}

@keyframes aparecerAnimacionCerrarRangoPop {
    to {
        opacity: 1;
    }
}


.efectoCrecimientoTituloPopRango {
    animation: cambioTamanoPopRango 2s ease-in-out 1s alternate;
}

@keyframes cambioTamanoPopRango {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(-2deg);
    }
}

.imagenPopRango {
    place-self: center;
    margin: 5% 0 0 0;
    width: 50%;
}


@keyframes fade-out-left {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.fadeOutVentanaMainRango {
    animation: fade-out-left 1s forwards;
}


@keyframes fade-out-opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOutOpacidadVentanaOverRango {
    animation: fade-out-opacity 1s forwards;
}


@keyframes fade-out-opacityAparece {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeOutOpacidadVentanaOverRangoAparece {
    animation: fade-out-opacityAparece 1s forwards;
}

.contenedorImagenesAvisoRangoNuevo {
    display: flex;
    flex-direction: row;
}
/*********Pop 2 radios********/
.rangoContenedorMain2 {
    width: 40%;
    height: fit-content;
    background-color: white;
    place-self: center;
    position: absolute;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
}

.textoRangoPop2 {
    font-size: 15px;
    font-weight: 500;
    padding: 0 2% 0 2%;
}

.opcionRadiosPopRango {
    display: grid;
    margin: 0 0 0 10%;
}

.imgOpcionRango {
    width: 75%;
    place-self: center;
    cursor: default !important;
    margin: 2% 0 0 0;
}

#radioRangoPopUp {
    width: auto;
    height: auto;
    opacity: 1;
    justify-self: start;
    align-self: center;
}

.bordeContenido2 {
    border: 1px solid rgba(59, 59, 59, 0.5);
    width: 90%;
    height: fit-content;
    place-self: center;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0 10px 0;
    margin: 5%;
}


/***********PAGO ACTUALIZAR REPORTES***********/
.contenedorActualizarReportes {
    display: grid;
    text-align: center;
    background-color: #F5F5F5;
    border-radius: 10px;
    height: fit-content;
    width: 70%;
    padding: 40px;
    margin: 25px 0 0 0;
}

.tituloCajaPaso1 {
    font-weight: 800;
    font-size: 18px;
    place-self: center;
}

.parrafoCajaPaso1 {
    font-weight: 300;
    font-size: 14px;
    place-self: center;
}

.pagoActualizarCol2 {
    margin-top: 60px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    width: 50%;
    animation: fadeinTop 1s ease;
}

.pagoExpresCol1 {
}
.tituloPagoExpresAR {
    font-size: 30px;
    font-weight: 800;
    color: #103C55;
    margin-left: 45px;
    width: fit-content;
}
.filaPasoTextoAR {
    margin-left: 45px;
    display: flex;
    flex-direction: row;
    align-content: center;
}
.contenedorPagoExpresAR {
    padding: 10px 80px 50px 80px;
    display: flex;
    flex-direction: row;
}
.contenedorTotalAR {
    width: 90%;
}
/*******MENU LATERAL CAMBIOS*********/
.contenedorItemMenu {
    transition: all 0.5s ease;
}

.voltearFlechaMenu {
    transform: rotate(177deg);
}
/***********************************/


/****************POP UPS INFINANCE*********************/
.contenedorInfinancePop {
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 10001;
}

.btnPrincipalInfinance {
    background-color: #41AB34;
    display: none;
    color: white;
    font-weight: 700;
    text-align: center;
    border-radius: 15px;
    padding: 15px 20px;
    cursor: pointer;
    animation: botonInfinance 6s infinite;
    transition: transform 0.3s ease;
}

    .btnPrincipalInfinance:hover {
        animation: none;
        transform: scale(1.05);
    }

@keyframes botonInfinance {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    48% {
        opacity: 1;
        transform: scale(1.05) rotate(0deg);
    }

    49% {
        opacity: 1;
        transform: scale(1.05) rotate(1.5deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.05) rotate(-1.5deg);
    }

    51% {
        opacity: 1;
        transform: scale(1.05) rotate(1.5deg);
    }

    52% {
        opacity: 1;
        transform: scale(1.05) rotate(0deg);
    }

    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.ventanaPrincipalInfinance {
    width: 320px;
    height: 450px;
    background-color: white;
    box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.12);
    border: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    display: none;
    transition: all 0.3s ease;
}

.seccionNoAsesor {
    width: 100%;
    height: 100%;
    display: initial;
}

.seccionSiAsesor {
    width: 100%;
    height: 100%;
    display: initial;
}

.fotosPopAsesorInfinance {
    display: flex;
    flex-direction: column;
    place-items: center;
    margin-bottom: 20px;
}

.btnPopInfinance {
    position: absolute;
    background-color: #41AB34;
    color: white;
    font-weight: 700;
    text-align: center;
    border-radius: 15px;
    padding: 15px 20px;
    border: none;
    width: 90%;
    bottom: 15px;
}

.textoBtnPopInfinance {
    margin: 35px 0px;
}

.datosNoAsesor {
    display: none;
    flex-direction: column;
}

.datosSiAsesor {
    display: none;
    flex-direction: column;
}

.tituloDatosPopInfinance {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.inputDatoInfinance {
    border-radius: 10px;
    padding: 10px 20px;
    border: 0;
    background-color: #F5F5F5;
    margin: 5px 0;
}

    .inputDatoInfinance::placeholder {
        color: #AAABAD;
        font-size: 14px;
    }

.subtituloInfinancePop {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.ventanaErrores {
    background-color: #D80000;
    color: white;
    border-radius: 20px;
    display: none;
    position: absolute;
    top: 0;
    left: -320px;
    width: 300px;
    padding: 20px;
    font-size: 12px;
}

.seccionComprimida {
    display: none;
    flex-direction: column;
}

.flechaIN {
    transition: transform 0.3s ease;
    margin-left: 20px;
    margin-top: 2px;
}

.flecha-abajoIN {
    transform: rotate(180deg);
}

.ultimaPantallaPopInfinance {
    display: none;
    width: 100%;
    height: 100%;
}

.textoBtnPopInfinanceUltima {
    margin: 35px 0px;
    display: flex;
    place-items: center;
    flex-direction: column;
    text-align: center
}

.cargaPopInfinance {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    place-items: center;
    background-color: rgba(85, 85, 85, 0.5);
    border-radius: 15px;
}


/****** TUCLICK ******/
.headerTuClick {
    width: 100%;
    display: grid;
    padding: 10px 0;
    height: fit-content;
    place-content: center;
    background-color: white;
    position: relative !important;
}

.headerTuClick img {
    border-radius: 3px;
}

.imagen1HeaderTuClick {
    width: 100%;
    height: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 100px;
    place-self: center;
}

.imagen2HeaderTuClick {
    position: absolute;
    bottom: 25%;
    right: 15%;
    cursor: pointer;
}

.ayudaWhatsApp {
    position: absolute;
    top: 20%;
    left: 25%;
}

.contentTuClick1 {
    flex-direction: column;
}

.contentTuClick1 > * {
    width: 80%;
}

.Logo2MensajeTuClick {
    display: grid;
    place-items: center;
}

.colorEmpresaTuClick { /*Identificador para cambios de color seleccionado por la empresa*/
    background-color: black;
}

.colorEmpresaTuClickTexto {
    color: black;
}

.contenedorPaso4FlujoRepExpres {
    display: grid;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    position: absolute;
    transition: margin 1s ease;
    margin-bottom: 10px;
}

.ventanaAccion1Paso4FlujoRepExpres {
    width: 80%;
    height: fit-content;
    padding: 25px 15px 15px 15px;
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    justify-self: center;
    position: relative;
}

.verificationInput {
    width: 5em;
    height: 5em;
    text-align: center;
    margin: 0 0.5em;
    border: 1px solid #DEDEDE;
    font-size: 18px;
}

#verification-container {
    align-self: center;
}

#contenedorBtnVerificar {
    opacity: 0.3;
    transition: opacity 0.5s ease-in-out;
}

    #contenedorBtnVerificar.habilitado {
        opacity: 1;
    }

#precioVentaTuClick {
    font-weight: 700;
    font-size: 24px;
}

#precioRentaTuClick {
    font-weight: 700;
    font-size: 24px;
}

.parrafoTituloPrincipalTuClickF {
    padding: 1% 10%;
    font-size: clamp(16px, 2vw, 24px);
}

.parrafoTituloPrincipalTuClickF span {
    color: #DE8616;
    font-weight: 700 !important;
}

.col2Seccion3Paso3TuClick {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.textosCol2Paso3TuClick {
    display: flex;
    align-items: center;
}

.titulosCol2Paso3TuClick {
    padding-left: 65px;
    font-weight: 800;
    margin-bottom: 10px;
}


.contenedorPaso5FlujoRepExpres {
    display: grid;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    position: absolute;
    transition: margin 1s ease;
    margin-bottom: 10px;
}

.logoTuClickEmpresa {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: inline-block;
}

.botonesContactoTuClick {
    display: grid;
    place-content: center;
    width: 100%;
    margin-top: 20px;
}

.contenedorContactoTuClickFinal {
    width: 100%;
    height: 100%;
    display: none;
    justify-items: center;
    z-index: 999;
    position: absolute;
}

.ventanaContactoTuClick {
    top: 1%;
    width: 65%;
    background-color: white;
    z-index: 1100;
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 20px;
    transition: opacity 0.5s ease-in-out;
}

.fila1ContactanosFinal {
    display: flex;
    flex-direction: row;
}

.logoFinalContactanos {
    display: grid;
    place-items: center;
    padding: 5px;
    width: 50%;
}

.logoFinalContacto {
    width: 130px;
}

.fila2ContactanosFinal {
    display: grid;
    justify-items: center;
}

.fila3ContactanosFinal {
    margin: 15px 10px 10px 10px;
}

#numeroFinalContactoWhatsapp {
    color: #17AD6E;
}

.fade-from-below {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in-topTuClick {
    opacity: 0;
    animation: fadeinTop 0.5s ease-out forwards;
}

.ventana1-1TuClick {
    margin: 30px 0 0 0;
}

.btnEnviarCodigoTuClick {
    align-self: end;
    margin: 35px 0 30px;
    position: absolute;
    right: 30px;
}

.seguridadEnviarCodigoTitulo {
    font-size: 24px;
    font-weight: 700;
}

.confirmarCodigoTuClick {
    margin-top: 20px;
    flex-direction: column;
    display: flex;
    padding: 60px 70px;
}

.confirmarCodigoTextos {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 50px;
}

.col1Seccion3Paso3TuClick {
    display: flex;
    flex-direction: column;
}

.btnsInfoTuClick {
    margin: 0% 10%;
    padding-top: 10px !important;
}


/**************AvaluoComercial*****************/

/*Pago*/

.btnPagarExpresAC {
    padding: 10px 20px;
    border: 0;
    color: white;
    background-color: #FF9E1A;
    font-weight: 600;
    border-radius: 10px;
    width: 95%;
    margin: 30px 0 30px 0;
}

.metodosPagoExpresAC {
    width: 60px;
    aspect-ratio: 1/1;
    margin-right: 30px;
    margin-top: 10px;
    border-radius: 5px;
    width: 40px;
}

.pagoExpresCol3AC {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-left: 60px;
    width: 40%;
    opacity: 1;
    transition: all 1s ease;
    animation: fade-in-right 1s ease;
}

.contenedorPagoResumenExpresAC {
    width: 95%;
}

.filaTotalExpresAC {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    margin-bottom: 7px;
}

.pagoActualizarCol2AC {
    margin-top: 60px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    width: 50%;
    animation: fadeinTop 1s ease;
}

.subTituloDatosTarjetaAC {
    font-weight: 800;
    font-size: 16px;
    text-align: start;
    margin-top: 15px;
}

.tituloPagoExpresAC {
    font-size: 30px;
    font-weight: 800;
    color: #103C55;
    width: 100%;
}

    .tituloPagoExpresAC span {
        text-align: start;
    }

.metodosPagoContenedorExpresAC {
    display: flex;
    justify-content: center;
    align-content: start;
    margin-top: 5px;
}

.metodosPagoExpresAC {
    width: 40px;
}

.confirmacionDatosCorrectosAC {
    position: relative;
}

.contenedorTamañoAC {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px;
    padding: 20px 40px;
    display: grid;
    transition: margin 1s ease;
}
.contenedorTamañoACElegir {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px;
    padding: 20px 40px;
    display: grid;
    transition: margin 1s ease;
}
.preguntaPagoRealizadoAC {
    margin-top: 2%;
    position: relative;
    transition:margin 0.4s ease-in-out;
    width:100%;
}
/*Registro Principal*/
.seccionPagoExpresAC {
    display: flex;
    align-self: center;
    margin: 10px;
    flex-direction: column;
    width: 99vw;
    border-radius: 15px;
    background-color: white;
    align-items: center;
}

.contenedorPagoExpresAC {
    flex-direction: column;
    padding: 10px 80px 50px 80px;
    display: flex;
    flex-direction: row;
}


.ContenedorPrincipalRegistroAC {
    display: grid;
    place-content: center;
    padding: 2% 0%;
}

.VentanaPrincipalRegistroAC {
    display: flex;
    justify-items: center;
    flex-direction: column;
    background-color: white;
    padding: 20px 50px;
    border-radius: 25px;
    background: linear-gradient(to top, white 70%, #FFC97F);
}

.imgRegistroAC {
    width: 150px;
    align-self: center;
}

.TituloRegistroAC {
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}

.SeccionViñetasRegistroAC img {
    margin-right: 20px;
}

.ViñetaRegistroAC {
    font-weight: 500;
}

.DatosUsuarioRegistroAC {
    display: flex;
    flex-direction: column;
}

.textoCorreoRegistroAC {
    font-size: 18px;
    font-weight: 700;
}

.subtituloRegistroAC {
    line-height: normal;
    margin-bottom: 5px;
}

.inputRegistroAC {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border: 1px solid #aaabad;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border: 1px solid #AAABAD;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    height: 45px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
}

.btnContinuarAC {
    padding: 7px 15px;
    color: white;
    background-color: #FF9E1A;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

/*Registro completo AC*/
.ContenedorPrincipalRegCompletoAC {
    display: flex;
    flex-direction: row;
}

.FormularioRegistroComAC {
    display: flex;
    flex-direction: column;
}

.tituloRegistroCompletoAC {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.subtituloRegistroCompletoAC {
    font-weight: 500;
    margin-bottom: 5px;
}

.separacionBtnRegistroComAc {
    margin-bottom: 15px;
}

/*Cuenta existente*/

.ContenedorPrincipalCuentaExistenteAC {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    background-color: white;
}

.ContenidoCuentaExistenteAC {
    display: flex;
    flex-direction: column;
    width: 470px;
    padding: 30px 0 35px 0;
}

.TituloPrincipalCuentaExistenteAC {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

.ParrafoCuentaExistenteAC {
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    margin-bottom: 15px;
}

.subtituloCuentaExistenteAC {
    font-weight: 600;
    margin-bottom: 5px;
}

.btnContinuarAzul {
    padding: 15px 25px;
    border: 0;
    background-color: #003DA4;
    color: white;
    border-radius: 10px;
}

.TyCAC {
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

/*Menu Dashboard*/
.ContenedorPrincipalDashboardAC {
    display: grid;
    justify-content: center;
    align-content: start;
    width:100%;
}

.BarraInformativaSuperiorMenuAC {
    display: flex;
    flex-direction: row;
    padding: 15px 30px;
    margin: 25px 50px 20px 80px;
    justify-content:space-around;
    background-color: #F5F5F5B0;
    border-radius: 20px;
}

.TextosBarraDashboardAC {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.TituloMenuAC {
    font-size: 24px;
    font-weight: 800;
}

.subtituloMenuAC {
    font-size: 20px;
    font-weight: 700;
}

.viñetaMenuAC {
    margin-bottom: 10px;
    font-size: 16px;
}

    .viñetaMenuAC.first {
        margin-top: 15px;
    }

.btnCrearAvaluoAC {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: fit-content;
    justify-self: center;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: white;
    background-color: #FF9E1A;
}

    .btnCrearAvaluoAC:hover {
        background-color: #1775AD;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }


.botonCrearImgAc {
    transition: all 0.3s ease-in-out;
    width: 35px;
    height: 28px;
    background-image: url('/Content/Images/AvaluoComercial/casaMiniMenuACBlanco.svg');
    background-repeat: no-repeat;
}

.ListaAvaluosContenedorAC {
    margin-top: 30px;
    position: relative;
}

.BotonTutorialAC {
    padding: 15px 65px;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    background-color: #1775AD;
    width: fit-content;
    justify-self: end;
    margin-right: 5%;
    cursor: pointer;
    border: 0;
}

.ContenedorOpacoTutorialAC {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0,0,0,0.6);
    z-index: 9;
    top: 0;
}

.ContenedorTutorialAC {
    width: 70%;
    height: 70%;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    place-self: center;
    margin-top: 40px;
}

.ContenedorVideoTutorialAC {
    width: 56%;
    height: 72.5%;
    position: relative;
    margin: 0 25%;
}

.contNoMostrarTutorialAC {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.SinAvaluosContenedorAC {
    background-color: #F5F5F5;
    padding: 15px 30px;
    margin: 5px 80px 20px 80px;
    border-radius: 10px;
    display: grid;
    place-content: center;
    height: 250px;
}

.textoBotonCrearAC {
    font-weight: 600;
}

.MisAvaluosTituloAC {
    font-weight: 900;
    font-size: 18px;
    margin-left: 40px;
}

/*Nuevo Avaluo*/
.ContenedorDireccionFotosAC {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px;
    padding: 20px 40px;
    display: grid;
    transition: margin 1s ease;
}

.inputDireccionAC {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border: 1px solid #AAABAD;
    border-radius: 5px;
    opacity: 1;
    width: 99%;
    height: 45px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

#mapaAC {
    width: 99%;
    height: 320px;
    align-content: center;
    border-radius: 10px;
    animation: fadeScaleAnimation 2.5s forwards;
}

div.nuevoBorderImgAC {
    border: 3px solid #AAABAD;
    border-radius: 5px;
    margin-top: 15px;
    height: fit-content;
    margin: 15px 5px 10px 5px;
    cursor: pointer;
}

.streetImagesAC {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.LogosGuiasuperiorAC {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px 0 30px;
    padding: 25px 0px;
    display: grid;
    place-content: center;
}

.ContenidoGuiaSuperiorAC {
    display: flex;
    flex-direction: row;
}

.itemGuiaAC {
    display: flex;
    flex-direction: row;
    color: #AAABAD;
    align-items: center;
    margin-right: 40px;
    cursor: default;
}

    .itemGuiaAC .Azul {
        color: #1775AD;
    }

.imgSuperiorGuiaAC {
    margin-right: 5px
}

.FlechaAC {
    margin-left: 10px;
}

.contenedorBotonesAC {
    justify-self: end;
    margin-top: 10px;
}

.fotoNuevoAC {
    margin: 10px 15px 0px 0px;
}

/*Datos*/
.ContenedorDatosAsesorClienteAC {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px;
    padding: 40px 70px;
    display: grid;
    transition: margin 1s ease;
}

.InputsDatosAC {
    display: flex;
    flex-direction: column;
}

.TipoPropiedadAC {
    display: flex;
    flex-direction: column;
}

.InputTipoPropiedadAC {
    display: flex;
    flex-direction: row;
}

.DatosInmuebleAC {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.FilaDatosInmuebleAc {
    display: flex;
    flex-wrap: wrap;
}

.InputDatoInmuebleAC {
    display: flex;
    flex-direction: column;
    flex-basis: 35%;
}
    .InputDatoInmuebleAC:nth-child(2) {
        flex-basis: calc(35% + 20px);
    }

    .InputDatoInmuebleAC:nth-child(n+3) {
        flex-basis: 100%;
        margin-right: 0; 
    }

#Construccion {
    width: 35%;
}
#Edad {
    width: 35%;
}

#OrdenMovil1 {
    margin-right: 20px;
}

.radiosPlanosAC {
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: row;
    align-content: center;
}

.InformacionTipoPropiedad {
    font-size: 14px;
    font-weight: 600;
    place-self: center;
    background-color: #F5F5F5;
    color: #AAABAD;
    border: 1px solid #AAABAD;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 8px 0px 0px 15px;
    cursor: pointer;
}

.InformacionAvaluo {
    font-size: 22px;
    font-weight: 600;
    place-self: center;
    background-color: #F5F5F5;
    color: #AAABAD;
    border: 1px solid #AAABAD;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 5px 0px 0px 5px;
    cursor: pointer;
}

.flotanteInformacionDatosAvaluo {
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    width: 250px;
    left: 50px;
    display: none;
    opacity:0;
    transition: all 0.5s ease-in-out;
    cursor: default;
    transition: opacity 0.5s ease-in-out;
}

.InfoAvaluo:hover .flotanteInformacionDatosAvaluo {
    display: grid;
    opacity: 1;
}

.OpcionesPlanos:checked + span {
    font-weight: 700;
}

.OpcionesPlanos + span {
    transition: all 0.3s ease-in-out;
}

.OpcionesPlanos {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #AAABAD;
    border-radius: 5px;
}

    .OpcionesPlanos[type="checkbox"]:checked {
        background-color: black;
    }

        .OpcionesPlanos[type="checkbox"]:checked::before {
            visibility: visible;
        }

    .OpcionesPlanos[type="checkbox"]::before {
        content: "✔";
        display: block;
        width: fit-content;
        height: fit-content;
        text-align: center;
        line-height: 1.5;
        color: white;
        font-size: 12px;
        visibility: hidden;
        margin-left: 3px;
    }

.flotanteInformacionDatosAC {
    background-color: #F5F5F5;
    font-size: 14px;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    width: 300px;
    left: 50px;
    display: none;
    transition: all 0.5s ease-in-out;
    cursor: default;
}

.contenedorInformacionAC:hover .flotanteInformacionDatosAC {
    display: flex;
}


.flotanteInformacionDatosRNormal {
    background-color: #F5F5F5;
    font-size: 14px;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    width: 350px;
    right: 50px;
    display: none;
    transition: all 0.5s ease-in-out;
    cursor: default;
}

.contenedorInformacionAC:hover .flotanteInformacionDatosRNormal {
    display: flex;
}

.superiorDivTooltip {
    position: absolute;
    right: 13px;
    top: -30px;
}

.contenedorInformacionAC {
    position: relative;
    display: flex;
    flex-direction: row;
    width: fit-content;
}

/*Sacarlos de la pantalla personalizado para Avaluo Comercial*/
.sacarDeLaPantallaAC {
    margin-left: 2000px !important;
}

.regresarALaPantallaAC {
    margin-left: 0px !important;
}

.sacarALaIzquierdaAC {
    margin-left: -2000px !important;
}


.ContenedorInputsACAsesorCliente {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.DatosAsesorAC {
    display: flex;
    flex-direction: column;
}

.DatosClienteAC {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.campoNombreAC span {
    margin-bottom: 15px;
}

.ContenedorDatosAsesorC {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px;
    padding: 40px 70px;
    display: grid;
    transition: margin 1s ease;
}

.AsesorCampos1AC {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.AsesorCampos2AC {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    width: 30%;
}

.AsesorCampos3AC {
    width: 30%;
}


/*Datos Finales Cotizacion*/
.contenedorPrincipalPantallaOver {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 10000;
    top: 0;
    display: none;
    place-content: center;
    backdrop-filter: blur(5px);
}

.contenidoPantallaOverAC {
    width: 65%;
    place-self: center;
    display: flex;
}

.contenidoDerechaPantallaOverAC {
    display: flex;
    flex-direction: column;
    color: white;
}

.btnPantallaOverAC {
    border: 0;
    background-color: #FF9E1A;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 30px;
    width: fit-content;
    margin-top:20px;
}

.ContenedorFinalCotizacionAC {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px;
    padding: 40px 70px;
    display: grid;
    transition: margin 1s ease;
    position: relative;
}

.btnConoceMasAC {
    border-radius: 15px;
    padding: 15px;
    background-color: #1775AD;
    border: 0;
    color: white;
    position: absolute;
    width: 200px;
    right: 30px;
    top: 20px;
    font-weight: 600;
}

.btnConoceMasACmovil{
    display:none;
}

.FilaCotizacionFinalAC {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ContenedorDatosInmuebleAC {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.Col1DatosInmueble {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

.ContenedorInmuebleDAc {
    display: flex;
    flex-direction: row;
}

.Col2DatosInmueble {
    display: flex;
    flex-direction: column;
}

.DatosColumnaAC {
    display: flex;
    flex-direction: column;
    margin-right: 25px;
}

.Col3DatosInmueble {
    display: flex;
    flex-direction: row;
}

#direccionFinalAC {
    width: 80%;
}

.TituloCotizacionFinalAC {
    font-size: 19px;
    margin-bottom: 5px;
}

.tablaCotizacionFinalAC {
    border-collapse: collapse;
    border: none;
    margin-top: 20px;
}

    .tablaCotizacionFinalAC th, td {
        border: none;
        padding: 5px;
    }

    .tablaCotizacionFinalAC tr td:first-child {
        max-width: 500px;
        padding: 10px 100px 15px 10px;
        font-weight: 500;
        font-size: 15px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        display: -webkit-box;
    }

    .tablaCotizacionFinalAC tr td:nth-child(2) {
        text-align: center;
    }

    .tablaCotizacionFinalAC tr td:nth-child(3) {
        text-align: center;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .tablaCotizacionFinalAC tr td img {
        width: 22px;
    }


.ContenedorOpcionesPagoCotizacionFinal {
    background-color: white;
    border-radius: 15px;
    margin: 10px 30px 20px 30px;
    padding: 40px 70px;
    display: grid;
    transition: margin 1s ease;
}

.botonSeleccionarCotizacionAC {
    background-color: black;
    color: white;
    padding: 13px 40px;
    border: 0;
    border-radius: 10px;
}

.contenedorImportanteCotizacion {
    display: flex;
    flex-direction: column;
    text-align: start;
    font-size: 12px;
    margin: 25px 0;
    width: 500px;
}

.ventanaEmergenteCOS {
    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 15px;
    width: 250px;
    position: absolute;
    font-size: 10px;
    left: 0;
    top: -100px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
}

    .ventanaEmergenteCOS p {
        margin: 0;
    }

.trianguloAC {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    top: -12px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
}

#COS:hover .ventanaEmergenteCOS {
    opacity: 1;
    visibility: visible;
}

#COS:hover .trianguloAC {
    opacity: 1;
    visibility: visible;
}



.ventanaEmergenteCUS {
    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 15px;
    width: 250px;
    position: absolute;
    font-size: 10px;
    left: 0;
    top: -85px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
}

    .ventanaEmergenteCUS p {
        margin: 0;
    }

.trianguloAC2 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    top: -12px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
}

#CUS:hover .ventanaEmergenteCUS {
    opacity: 1;
    visibility: visible;
}

#CUS:hover .trianguloAC2 {
    opacity: 1;
    visibility: visible;
}


/*Pop up link AC*/
.ContenedorPopLinkAC {
    background-color: #F5F5F5;
    display: grid;
    place-items: center;
    height:700px;
}

.ElementoPrincipalPopLinkAC {
    width: 450px;
    border-radius: 15px;
    background-color: white;
    padding: 35px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 50px;
}

.salirLinkPopAC {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    cursor: pointer;
}

.buttonNaranjaPopAC {
    padding: 10px 30px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    min-width: 130px;
    cursor: pointer;
    height: 40px;
}

.buttonNaranjaCopiarLinkMenu {
    padding: 5px 10px;
    background-color: #FF9E1A;
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    min-width: fit-content;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    height: 35px;
    white-space: nowrap;
    display: flex;
    place-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.parrafoFaqAC {
    font-weight: 800;
    font-size: 35px;
}

.IconoCopiar {
    height: 15px;
    margin-right: 5px;
}

.tablaMenuAC {
    width: 95%;
    margin-left: 40px;
    font-size:14px;
}

.TDMenuAC {
    padding-right: 30px;
}

.btnEstados {
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: start;
    max-height: 35px;
    cursor: default;
}

.puntoMedioEstados {
    font-size: 26px;
    margin-right: 5px;
}

.ayudaAdicionalFacAC {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

/*Avaluo Static*/
.VentanaContenedorAvaluo {
    animation: fadeScaleAnimation 2.5s forwards;
}

#ImagenStreet {
    width: 350px;
    height: 250px;
    border-radius: 20px;
}

#ImagenMapa {
    width: 600px;
    height: 250px;
    border-radius: 20px;
}

/*Cliente DocumentosAC Estatica*/
.ContenedorClienteDocumentosAC {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px;
    padding: 40px 70px;
    display: flex;
    flex-direction: row;
    transition: margin 1s ease;
}

.Col1InfoClienteDocumentos {
    display: flex;
    flex-direction: column;
    text-align: start;
    justify-items: start;
    width: 50%;
}

.Col2InfoClienteDocumentos {
    display: grid;
    place-items: center;
    width: 50%;
}

/*Admin Avaluo Comercial*/
.ContenedorAdminAC {
    margin: 20px 40px;
    border-radius: 20px;
    background-color: #EAEDF8;
}

.BienvenidaAdminAC {
    display: flex;
    flex-direction: row;
}

    .BienvenidaAdminAC span {
        color: #02123B;
        font-weight: 700;
        font-size: 24px;
    }

    .BienvenidaAdminAC img {
        width: 50%;
    }

.ContenedorFraseAC {
    width: 50%;
    display: grid;
    place-items: center;
}

.contenedorContactoACFinal {
    width: 100%;
    height: 100%;
    display: none;
    justify-items: center;
    z-index: 999;
    position: fixed;
}

/*Agendar Cita*/
.ContenedorAgendarCitaAC {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px;
    padding: 20px 40px;
    display: grid;
    transition: margin 1s ease;
}

.Fila2AgendarCita {
    display: flex;
    flex-direction: row;
    position: relative;
}

.OpcionesSeleccionadasAC {
    width: 30%;
    padding-right: 40px;
}

.tdAgendarCita {
    border-radius: 80px;
}

.AgendarCitaAC {
    font-size: 22px;
    font-weight: 800;
}

.horarioAC {
    display: flex;
    flex-direction: row;
}

.DiasAC {
    display: flex;
    flex-direction: column;
    margin-left: 80px;
}

    .DiasAC span, input[type=radio] {
        margin-bottom: 15px;
    }

.cita1 {
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    position:relative;
}

.cita2 {
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

.cita3 {
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

.opcSeleccionada {
    border: 1px solid gray;
}

.sabadoNoTexto {
    transition: text-decoration-line, color 0.3s ease-in-out;
}

.sabadoNo {
    transition: all 0.3s ease-in-out;
}

.MananaTexto {
    transition: text-decoration-line, color 0.3s ease-in-out;
}

.Manana {
    transition: all 0.3s ease-in-out;
}

#btnConrifmarCitas {
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    bottom: 20px;
    position: absolute;
}

.ContenedorNegroPopUpElegirCitaAC {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(170, 171, 173, 0.5);
    z-index: 10;
    top: 0;
    display: grid;
    place-items: center;
}

.ContenedorPopUpElegirCitaAC {
    background-color: #F5F5F5;
    width: 400px;
    display: grid;
    place-items: center;
    padding: 10px;
    margin-top: 70px;
    border-radius: 20px;
    height: fit-content;
}

.ContenidoAgendarCitaAC {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    height: fit-content;
    font-size: 13px;
}

.btnGuardarCitaSeleccionada {
    padding: 10px 30px;
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    min-width: 130px;
    cursor: pointer;
    height: 40px;
}
.disabled-day {
    color: red;
    text-decoration: line-through;
    cursor: not-allowed;
}
/*Subir archivo*/
.ContenedorNegroPopUpSubirArchivoAC {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(170, 171, 173, 0.5);
    z-index: 10;
    top: 0;
    display: grid;
    place-items: center;
}

.ContenedorSubirArchivoAC {
    background-color: #F5F5F5;
    width: 400px;
    display: grid;
    place-items: center;
    padding: 10px;
    margin-top: 70px;
    border-radius: 20px;
    height: fit-content;
    position: relative;
    border: 1px;
}

/*Avaluo finalizado*/
.btnDescargarAC {
    padding: 10px 30px;
    background-color: #1775AD;
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    width: 250px;
    min-width: 130px;
    cursor: pointer;
    height: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    align-items: center;
}

    .btnDescargarAC img {
        margin-right: 10px;
        width: 15px;
    }

/*Elegir pago*/
.ContenedorOpcionesPago {
    display: grid;
    place-items: center;
    width:100%;
}

.PagoOpcAC img {
    width: 25px;
}
.btnPaginado {
    padding: 5px 10px;
    background-color: gray;
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    width: fit-content;
}

.botonesPaginadoMovil {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.checksMovil{
    display:none;
}

#pasosPago {
    font-size: 16px !important;
}

    #pasosPago img {
        width: 25px !important;
    }

/*FINADAI*/
/*Header Finadai*/
.finadaiContenedorHeader {
    display: none;
    flex-direction: row;
    margin-left: 20px;
    align-items: center;
}
.finadaiContenedorHeader img{
    width:40px;
}
.finadaiContenedorHeader span{
    margin-left:8px;
}

.Fila1Finadai{
    display:flex;
    flex-direction:row;
}

.ParrafoPrincipal {
    font-weight: 800;
    font-size: 24px;
    margin-top: 1.5rem;
}

.TextoActividadRecFinadai {
    font-weight: 800;
    font-size: 22px;
    align-self: start;
    margin-top: 20px;
}
.ContenedorFinadai {
    margin: 40px 60px
}
.TextosImagenPFinadai{
    display:flex;
    flex-direction:column;
    border-radius:20px;
    align-items:center;

}
.contenedorTextosF {
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 10px 30px;
    border-radius: 20px;
    height: 300px;
}
.textosFinadai {
    display: flex;
    flex-direction: column;
}

.TextosImagenPFinadai img {
    width: 240px;
}

.CreditosFinadai {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    margin-left: 20px;
    height: fit-content;
}

.TextoPrincipalCreditos {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 10px;
}
.ContenedorArchivosFinadai {
    display: flex;
    flex-direction:column;
    align-items:center;
    border:2px dashed gray;
    border-radius:15px;
    background-color:white;
    margin-top:20px;
    width:100%;
    height:fit-content;
    padding:20px 0;
    cursor:pointer;
    position:relative;
}

.btnSubirArchivoFinadai {
    color: white;
    font-weight:700;
    background-color: #45B058;
    border:0;
    border-radius:15px;
    padding:10px 55px;
    margin-top:15px;
}

.contenedorSinActividad{
    width:100%;
    background-color:white;
    border-radius:15px;
    display:grid;
    place-content:center;
    font-weight:800;
    padding:50px 0;
    cursor:default;
}

.ContenedorCargandoEmisionesExcel {
    display: none;
    place-items:center;
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    width:100%;
    margin-top:25px;
}
.tablaActividadesFinadai th {
    border-bottom: 1px solid gray;
    padding: 0 30px;
    text-align: center;
    white-space: nowrap;
}

.tablaActividadesFinadai td{
    text-align:center;
}
.divTDConEmitido {
    display: flex;
    justify-content: center;
}

.circuloFinadai {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3498db;
    align-self: center;
    margin-right: 5px;
    grid-column: 1;
}

.cargandoAnimacionLetra {
    display: inline-block;
    font-size: 16px;
    margin-top: 12px;
    animation: weightAnimation 1s infinite alternate;
}
@keyframes weightAnimation {
    from {
        font-weight: 100;
    }

    to {
        font-weight: 700;
    }
}

/*Subir documentos Avaluo Comercial*/
.ContenedorPSubirDocsAC {
    margin: 20px 30px 0 30px;
    padding: 30px 40px;
    background-color: white;
    border-radius: 15px;
    position:relative;
}
.InfofolioSubirDocsAC{
    display:flex;
    justify-content:space-evenly;
    font-size:18px;
}
.contenedorArchivoIndividualSubirAC {
    display: flex;
    flex-direction: row;
    z-index:1;
}

    .contenedorArchivoIndividualSubirAC .contenedorArrastreSubirAC {
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; 
    }
    .contenedorArchivoIndividualSubirAC .contenedorImagenSubirAC {
        width: 30%;
        display: flex;
        justify-content: center;
        z-index: 1;
        position: relative;
    }

.ContenedorArchivosSubirAC {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed gray;
    border-radius: 15px;
    background-color: white;
    margin-top: 20px;
    width: 100%;
    min-height: 200px;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out
}
.btnSubirArchivoAC {
    color: white;
    font-weight: 700;
    background-color: black;
    border: 0;
    border-radius: 25px;
    padding: 20px 55px;
    margin-top: 25px;
    height:auto;
}

.contenedorBotonesSubirDocsAC {
    margin: 20px;
    display: flex;
    width: 100%;
    padding: 30px 60px;
    flex-direction: row;
    justify-content: end;
}

.btnEnviarDocsAC {
    padding: 12px 25px;
    color: white;
    background-color: #FF9E1A;
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 7px;
}

.ContenedorImagenPrevia {
    display: flex;
    align-items: center;
    margin: 0 10px;
    position:relative;
}
.ContenedorImagenPreviaEs {
    display: flex;
    align-items: center;
    margin: 0 10px;
    position:relative;
}
.ContenedorImagenPreviaPred {
    display: flex;
    align-items: center;
    margin: 0 10px;
    position:relative;
}
.ContenedorImagenPreviaRec {
    display: flex;
    align-items: center;
    margin: 0 10px;
    position:relative;
}

.OjoEditarAC{
    width:22px;
    opacity:0;
    cursor:pointer;
    transition:all 0.2s ease-in-out;
}

.OjoEditarAC:hover{
    opacity:1 !important;
}

    .OjoEditarAC:hover + .ventanaEmerVerAC {
        opacity: 1;
    }

.ventanaEmerVerAC {
    position: absolute;
    background-color: #333333;
    color: white;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    font-size: 10px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    top:0;
    left: -5px;
}

.EditarInputACcliente{
    display:none;
}

.EditarInputACasesor{
    display:none;
}

.ContenedorEditarBtn{
    display:flex;
    align-items:center;
    cursor:pointer;
    padding-left:20px;
}

    .ContenedorEditarBtn img{
        width:25px;
        margin-right:5px;
    }

    .ContenedorEditarBtn span {
        font-size: 18px;
        font-weight: 700;
    }

.btnGuardarEdicionAC {
    padding: 7px 15px;
    color: white;
    background-color: #FF9E1A;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    display:none;
}

.btnAccionAC {
    color: white;
    padding: 4px 4px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 5px;
    border: 0;
    width: 100%;
    background-color: rgb(23, 117, 173);
}

.imagenEscrituraSubirDoc {
    margin-top: 20px;
    width: 200px;
    max-height: 300px;
}

.imagenPredialSubirDoc {
    margin-top: 20px;
    max-height: 70px;
}
.imagenComprobanteDomicilioSubirDoc {
    width: 230px;
    max-height: 300px;
}
.imagenPlanosSubirDoc {
    width: 350px;
    max-height: 250px;
}
/*PREGUNTAS FRECUENTES AC*/
.ContenedorPFAvaluoC {
    text-align: center;
    display: grid;
    padding: 25px;
    margin: 20px 40px;
    background-color: white;
    border-radius: 20px;
}
.ContenidoPFAvaluoC{
    display:flex;
    flex-direction:row;
    width:100%;
}
.SoporteCasillaAC{
    display:flex;
    flex-direction:column;
    text-align:start;
}

.AcordeonesPreguntasAC{
    width:100%;
    padding:0 20px;
    text-align:start;
}
.acordionAC {
    width: 100%;
    margin: 20px auto;
}

.preguntaAC {
    color: #000000;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 800;
    transition: color 0.5s ease-in-out;
    margin-top: 20px;
    position: relative;
}

.respuestaAC {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    border-top: none;
    border-bottom: 1px solid #AAABAD;
    padding: 3px;
    color: white;
    transition: max-height 0.6s ease-out, color 0.2s ease-in;
    font-size: 18px;
}

.preguntaAC.active {
    color: #1775AD;
}

.respuestaAC.active {
    color:black;
    max-height: 500px;
}

.flechaPF {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
    color: black;
    font-size: 18px;
    transition: transform 0.5s ease-out;
}

.preguntaAC.active .flechaPF {
    transform: translateY(-50%) rotate(90deg);
}

.ContenedorFAQminiAvaluoComercial {
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    padding: 20px;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #F5F5F5;
    margin: 20px 30px 10px 30px;
}

.TextMiniFaqAC{
    padding:0 0px 0 30px;
}

.TextMiniFaqAC p{
    margin-bottom:7px;
}
.btnVisitarFaqAC{
    background-color:black;
    color:white;
    border-radius:10px;
    padding:10px 35px;
    border:0;
    height:fit-content;
    font-weight:700;
    margin:0 20px;
}
#textoArrastrarArchivosEscritura {
    font-weight: 600;
    margin-top: 15px;
}
#textoArrastrarArchivosPredial {
    font-weight: 600;
    margin-top: 15px;
}
#textoArrastrarArchivosPredial {
    font-weight: 600;
    margin-top: 15px;
}
#textoArrastrarArchivosComprobanteDomicilio {
    font-weight: 600;
    margin-top: 15px;
}
#textoArrastrarArchivosPlanos {
    font-weight: 600;
    margin-top: 15px;
}
.tituloEscriturasSubir {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0px;
    width: fit-content;
}
/*VALIDAR DOCUMENTOS AC*/
.ContenedorDocumentosClienteObtenidos {
    background-color: white;
    border-radius: 15px;
    margin: 20px 30px;
    padding: 40px 70px;
    position: relative;
}

.previewValidacion{
    width:200px;
    border:1px solid lightgray;
    border-radius:10px;
    margin:5px;
    max-height:300px;
    cursor:pointer;
}

.botonesAprobarRechAC{
    display:flex;
    flex-direction:row;
}
.btnAceptar {
    padding: 10px 20px;
    border-radius: 20px;
    color: #17AD6E;
    border: 0;
    background-color: #F5F5F5;
    margin: 5px;
    transition: background-color 0.5s ease-in-out;
    font-weight:700;
}
    .btnAceptar:hover {
        background-color: #E3E3E3;
    }

.btnRechazar {
    padding: 10px 20px;
    border-radius: 20px;
    color: #F84C3B;
    border: 0;
    background-color: #F5F5F5;
    margin: 5px;
    transition: background-color 0.5s ease-in;
    font-weight: 700;
}

    .btnRechazar:hover {
        background-color: #E3E3E3;
    }

.TextAreasValidacionAC {
    width:400px;
    height:0px;
    max-width: 100%;
    max-height: 200px;
    border-radius: 10px;
    border-color: #AAABAD;
    display:none;
    transition: all 0.5s ease-in-out;
    opacity:0;
    font-weight:500;
    padding:5px 10px;
}

#TituloComentEscriturasRech {
    font-weight: 700;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin-top: 10px;
}

#ComentarioEscriturasRech {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#TituloComentPredialRech {
    font-weight: 700;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin-top: 10px;
}

#ComentarioPredialRech {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.PredialDocs{
    margin-top:50px;
}

#TituloComentReciboRech {
    font-weight: 700;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin-top: 10px;
}

#ComentarioReciboRech {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.ReciboDocs{
    margin-top:50px;
}


#TituloComentPlanosRech {
    font-weight: 700;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin-top:10px;
}

#ComentarioPlanosRech {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.PlanosDocs {
    margin-top: 50px;
}

.DivPdf{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.documento{
    display:flex;
    flex-direction:row;
}

.ActualizadoRegistro {
    position: relative;
    width: 100%;
}

.folioAnterior {
    position: absolute;
    background-color: white;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px 5px 5px 5px;
    opacity: 0;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    font-size: 12px;
    z-index: 9;
}

.ActualizadoRegistro:hover > .folioAnterior {
    display:block;
    opacity: 1;
    border: 1px solid #B2B2B2;
    border-top: none;
}

.ActualizadoRegistro:hover{
    cursor:default;
}

.RegistroFolioAnterior {
    transition: all 0.3s ease;
}
.RegistroFolioAnterior:hover{
    font-weight:600;
}


.attention-border {
    position: relative;
    padding: 10px;
    background-size: 400% 400%;
    border-radius: 5px;
    animation: growAndShake 2s ease-in-out 0s infinite;
    transform-origin: center;
    display: inline-block;
    font-weight: 400; /* Peso de fuente inicial */
}

@keyframes growAndShake {
    0% {
        transform: scale(1) rotate(0deg);
        font-weight: 400;
    }

    20% {
        transform: scale(1.05) rotate(-5deg);
        font-weight: 700;
    }

    40% {
        transform: scale(1.05) rotate(5deg);
        font-weight: 700;
    }

    60% {
        transform: scale(1.05) rotate(-5deg);
        font-weight: 700;
    }

    80% {
        transform: scale(1.05) rotate(5deg);
        font-weight: 700;
    }

    100% {
        transform: scale(1) rotate(0deg);
        font-weight: 400;
    }
}

.fuenteCreciente {
    font-weight: 400;
    animation: fuenteCreciente 2s ease-in-out infinite;
}

@keyframes fuenteCreciente {
    0% {
        font-weight: 400;
    }

    20% {
        font-weight: 700;
    }

    40% {
        font-weight: 700;
    }

    60% {
        font-weight: 700;
    }

    80% {
        font-weight: 700;
    }

    100% {
        font-weight: 400;
    }
}

/******************************************************/
/*fin de estilos preliminar*/
@media (min-width: 1428px) {
    .seccion1Redomendacion {
        display: flex;
        flex-direction: row;
        align-content: center;
        padding: 7% 3% 2% 3%;
        justify-content: center;
    }

    div .nuevoBorderImg {
        border: 0px solid #AAABAD;
        border-radius: 5px;
        width: 25%;
        height: auto;
        margin: 15px 5px 10px 5px;
        cursor: pointer;
    }

    div.nuevoBorderImgRight {
        border: 0px solid #AAABAD;
        border-radius: 5px;
        width: 25%;
        height: auto;
        margin: 15px 5px 10px 0px;
    }

    div.nuevoBorderImgLeft {
        border: 0px solid #AAABAD;
        border-radius: 5px;
        width: 25%;
        height: auto;
        margin: 15px 0px 10px 5px;
    }

    img.imgStreet {
        border-radius: 4px;
        width: 100%;
        height: auto;
        cursor: pointer;
        border: 3px solid #AAABAD;
        border-radius: 4px;
    }
}

@media (max-width: 1300px) {
    .listadoNuestroEquipo {
        align-items: center;
        margin-left: 45%;
    }

    .fondoDetalle3 {
        margin-top: 80px;
    }

    #logoAliadoN4 {
        display: none;
    }

    .imagenesSecundariasSN {
        width: 300px;
    }

    .contenedorS_SN {
        margin-left: 25%;
    }
}

@media (max-width: 1250px) {

    /*****RANGO VISTA PROCESO*****/


    .mensajeConceptualRojo {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        left: -80px;
        right: -20px;
        top: -15px;
    }

    .triangleRojo {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #F8796C;
        transform: rotate(180deg);
        bottom: -45px;
        right: 15px;
        position: relative;
    }

    .mensajeConceptualRojoDer {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        right: -10px;
        left: 425px;
        top: -15px;
    }

    .triangleRojoDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #F8796C;
        transform: rotate(180deg);
        bottom: -45px;
        left: -110px;
        position: relative;
    }

    #logoAliadoN4 {
        display: none;
    }

    .subTituloBannerPrincipal {
        margin-left: 7%;
    }

    .contenedorCCtuR {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .datosModalIS {
        padding: 0px 10%;
    }

    .listadoNuestroEquipo {
        align-items: center;
        margin-left: 35%;
    }
    /* .estilosBannerPrincipal {
    background-size: auto auto;
  } */
    #contenedorAlianza {
        position: static;
    }

    .contenedorTipoRegistro {
        flex-direction: column;
        align-items: center;
    }

    #contenedorTituloAliado {
        justify-content: center;
        margin-top: 30px;
    }
    /*Estilos Proceso/Nuevo*/
    div.nuevoBorder {
        border: 1px solid #AAABAD;
        padding: 20px 38px 20px 38px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.inmBorder {
        display: flex;
        flex-direction: row;
        border: 1px solid #AAABAD;
        padding: 20px 38px 20px 38px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.espaciosBorder {
        display: flex;
        flex-direction: row;
        justify-content: center;
        border: 1px solid #AAABAD;
        padding: 30px 40px 30px 40px;
        border-radius: 5px;
        margin-top: 15px;
    }

    .espacios {
        display: flex;
        flex-direction: row;
        width: 300px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    select.selectNuevoForm {
        display: flex;
        border: 1px solid var(--color-gris2);
        color: #000000;
        height: 45px;
        border-radius: 5px;
        padding: 10px;
        width: 100% !important;
        margin: 0px 5px 0px 5px;
    }

    input.inputComponent {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 100% !important;
        margin: 0 !important;
    }

    input.inputComponentCalle {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 97.5%;
        margin: 0px 5px 0px 5px;
    }

    label.tituloInput {
        font-weight: bold;
        margin-bottom: 10px;
        margin: 0px 4px 0px 4px;
    }

    .contenedorCCtuR {
        /* flex-direction: column; */
    }

    .textoBannerDOV {
        width: 550px;
    }
}

@media (max-width: 1150px) {
    .fondoDetalle3 {
        margin-top: 60px;
    }

    .subTituloBannerPrincipal {
        margin-left: 5%;
    }

    .buttonNaranjaPlanesDetallado {
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 10px;
        padding: 5px 10px;
        border: 0px;
        margin: 0;
        align-self: center;
        font-size: 18px;
        max-width: 150px;
        min-width: fit-content;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1100px) {

    /*******RANGO VISTA PROCESO*****/
    .mensajeConceptualVerde {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 140px;
        z-index: 9;
        left: 50px;
        right: -20px;
        top: -15px;
    }

    .mensajeConceptualVerdeDer {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 140px;
        z-index: 9;
        left: 330px;
        top: -15px;
    }

    .mensajeConceptualNaranjaDer {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        left: 380px;
        top: -15px;
    }




    .candadoDentro {
        flex-direction: column;
        width: 100px;
    }

        .candadoDentro img {
            width: 30px;
            margin-bottom: 10px;
        }

    .contenidoInfoReportes {
        padding-left: 0px;
    }

    .dataT {
        margin-left: 2%;
        margin-right: 2%;
    }

    .reportePorPagarDatos {
        margin: 0px;
    }

    .bannerNoticiasImagen, .bannerNoticiasImagen2, .bannerNoticiasImagen3 {
        width: 370px;
        height: 99px;
    }

    .contenedorTrabajamosContigo {
        flex-direction: column-reverse;
    }

    .datosTraCont {
        align-items: center;
    }
}

@media (max-width: 1050px) {
    .separacionTablaDetallado {
        margin-top: 365px;
        margin-bottom: 70px;
    }

    .textoNuestroEquipo {
        max-width: 540px;
        margin-right: 0px;
    }

    .contenidoNuestroEquipo {
        margin-right: 0px;
    }


    .contenedorAsesoriaDOV {
        margin: 20px 20px 20px 20px;
    }

    .subTituloBannerPrincipal {
        margin-left: 4%;
    }

    .OpAgVal {
        margin: 20px 5px;
    }
    /* .estilosBannerPrincipal {
    background-position: 55% 75%;
  } */

    /*Estilos Proceso/Nuevo*/
    div.selectNuevo {
        width: 75%;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    select.selectNuevo {
        display: flex;
        border: 1px solid var(--color-gris2);
        color: #000000;
        height: 40px;
        width: 90%;
        border-radius: 4px;
        padding: 10px;
        margin: 10px 0px 10px 40px;
    }

    span.selectTitle {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 40px;
    }

    .buttonNaranjaBuscar {
        padding: 10px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        min-width: 100px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
        margin-left: 30px;
        margin-right: 0px;
    }

    .buttonNaranjaSig {
        padding: 10px 30px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        margin: 20px 0px 0px 20px !important;
        min-width: 330px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
    }

    .buttonAzulReg {
        padding: 10px 30px;
        background-color: #085FA9;
        color: #FFFFFF;
        border-radius: 5px;
        border: 0px;
        margin: 20px 0px 0px 20px !important;
        min-width: 330px;
        font-weight: bold;
        width: fit-content;
        cursor: pointer;
        height: 40px;
    }

    div.nuevoBorder {
        border: 1px solid #AAABAD;
        padding: 20px 35px 20px 35px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.inmBorder {
        display: flex;
        flex-direction: row;
        border: 1px solid #AAABAD;
        padding: 20px 35px 20px 35px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.espaciosBorder {
        display: flex;
        flex-direction: row;
        justify-content: center;
        border: 1px solid #AAABAD;
        padding: 30px 40px 30px 40px;
        border-radius: 5px;
        margin-top: 15px;
    }

    .espacios {
        display: flex;
        flex-direction: row;
        width: 300px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    select.selectNuevoForm {
        display: flex;
        border: 1px solid var(--color-gris2);
        color: #000000;
        height: 45px;
        border-radius: 5px;
        padding: 10px;
        width: 100% !important;
        margin: 0 !important;
    }

    input.inputComponent {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 92%;
        margin: 0px 5px 0px 5px;
    }

    input.inputComponentCalle {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 97.5%;
        margin: 0px 5px 0px 5px;
    }

    label.tituloInput {
        font-weight: bold;
        margin-bottom: 10px;
        margin: 0px 4px 0px 4px;
    }

    img.logoNuevoN {
        width: 8%;
        border-radius: 5px;
    }

    #TrazoDOV {
        width: 650px;
    }

    #contenedorProcesoDOV {
        position: absolute;
        display: flex;
        flex-direction: row;
        margin-top: -320px;
        /* margin-left: 10px; */
    }

    #pasoProcesoDOV1 {
        margin-top: 70px;
        margin-left: 21px;
    }

    #pasoProcesoDOV2 {
        margin-bottom: -100px;
        margin-left: 17px;
    }

    #pasoProcesoDOV3 {
        margin-top: -40px;
        margin-left: 18px;
    }

    #pasoProcesoDOV4 {
        margin-bottom: -110px;
        margin-left: 20px;
    }

    #pasoProcesoDOV5 {
        margin-top: 60px;
        margin-left: 15px;
    }

    .pasoProcesoDOV {
        width: 80px;
    }

    .tituloDOV {
        margin-left: 10px;
    }

    .textoBannerDOV {
        width: 400px;
        margin-left: 60px;
    }

    .imagenBannerPrincipal {
        margin-left: 10px;
        width: 400px;
    }

    .contenedorRashoAvaclick {
        margin-left: 60px;
    }

    .tituloBannerSN {
        margin-right: 0px;
        margin-left: 0px;
        width: 70%;
    }
}

@media (max-width: 1000px) {

    /*NuevoN Movil*/
    .TooltipTipoInm{
        width:24px !important;
        height:24px !important;
        font-size:14px !important;
        margin: 0 !important;
    }
    .labelTipoMovil{
        font-size:13px !important;
    }
    .tooltipTipoMovil {
        flex-direction: row-reverse !important;
        margin-left: -15px;
    }

    .NuevoNTooltipTextMovil {
        right: unset !important;
        left: 20px !important;
        top: 15px !important;
    }
    /*****RANGO VISTA PROCESO****/
    .mensajeConceptualVerde {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 140px;
        z-index: 9;
        left: 30px;
        right: -20px;
        top: -15px;
    }

    .mensajeConceptualVerdeDer {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 140px;
        z-index: 9;
        left: 300px;
        top: -15px;
    }

    .mensajeConceptualNaranjaDer {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        left: 320px;
        top: -15px;
    }

    .mensajeConceptualRojo {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        left: -60px;
        right: -20px;
        top: -15px;
    }

    .mensajeConceptualRojoDer {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        right: -10px;
        left: 340px;
        top: -15px;
    }

    .tituloBannerPrincipal, .subTituloBannerPrincipal {
        font-size: 27px;
    }

    .decoracionImagenesBanner {
        display: none;
    }

    .contenedordivAP {
        flex-direction: column;
    }

    .amenidades3 {
        margin: 0px !important;
    }

    .fondoDetalle3 {
        margin-top: 30px;
    }

    .fondoDetalle1 {
        margin-top: -120px;
    }

    .fondoDetalle2 {
        margin-top: -100px;
    }

    #fondoModalIS {
        margin-left: -100px;
    }

    #logoAliadoN3 {
        display: none;
    }

    .subTituloBannerPrincipal {
        margin-left: 0%;
    }

    .bannerAvaclickBusiness {
        flex-direction: column;
        height: 580px;
    }

    .ContenedorInfoAB {
        padding: 20px;
    }
}

@media (max-width: 950px) {
    img.imgInfo {
        max-width: 350px;
        max-height: 350px;
    }
    /*Avaluo comercial guia*/
    .contenidoPantallaOverAC {
        display: grid;
        justify-items: center;
        width: 90%;
    }

    .contenidoDerechaPantallaOverAC {
        text-align: center;
        align-items: center;
    }

    .tituloGuiaAC{
        font-size: 26px !important;
    }

    .contenidoGuiaAC {
        font-size: 16px !important;
    }

    .pasoGuiaAC {
        font-size: 18px !important;
    }

    .imgGuiaAC{
        margin-right: 0 !important;
    }
    /*Actualizacion de precio movil*/
    .btnConoceMasAC {
        display: none;
    }
    .btnConoceMasACmovil {
        border-radius: 15px;
        padding: 15px;
        background-color: #1775AD;
        border: 0;
        color: white;
        width: 200px;
        font-weight: 600;
        display: block;
        justify-self: center;
        margin-top: 10px;
    }
    .pagoActualizarCol2{
        width:auto;
    }
    .contenedorActualizarReportes {
        width: auto;
    }
    .filaPasoTextoAR {
        margin-left: 0;
        white-space:nowrap;
    }
    .tituloPagoExpresAR {
        font-size: 28px;
        margin-left: 0;
    }
    .folioAnterior {
        left: unset;
    }
    .contenedorPagoExpresAR {
        flex-direction: column;
        padding: 10px 40px 50px 40px;
    }
    .contenedorTotalAR {
        justify-self: center;
        width:100%;
    }
    .col3AR{
        margin-left:0 !important;
    }
    /*Avaluo comercial movil*/
    .ContenedorVideoTutorialAC {
        margin: 0;
        width: 100%;
    }
    .BotonTutorialAC {
        justify-self: center;
        margin: 15px 0px 0px 15px;
        width: 75%;
        padding: 10px 65px;
        font-size: 14px;
    }
    .ContenedorTutorialAC {
        width: 90%;
    }
    .respuestaAC {
        font-size: 14px;
    }
    .ayudaAdicionalFacAC {
        font-size: 18px;
    }
    .SoporteCasillaAC {
        order: 2;
    }
    .flechaPF {
        right: 0;
    }
    .AcordeonesPreguntasAC {
        padding: 0;
        order:1;
    }
    .preguntaAC {
        font-size: 14px;
    }
    .parrafoFaqAC {
        font-size: 22px;
    }
    .ContenidoPFAvaluoC {
        flex-direction: column;
    }
    .btnAplicarCambioValidarAC {
        bottom: 20px;
        padding: 5px 15px;
        font-size: 12px;
    }
    .ContenedorDocumentosClienteObtenidos {
        padding: 40px 20px;
    }
    .previewValidacion{
        width:200px;
    }
    .documento {
        flex-direction: column;
        align-items: center;
    }
    .btnSubirArchivoAC {
        padding: 5px 40px;
        font-size: 12px;
        height: fit-content;
        border-radius: 10px;
    }
    #PopAumentarImg div  {
        display: grid;
        place-content: center;
        align-items: center;
    }
    #PopAumentarImg div img {
        max-width: 80%;
        max-height: 50%;
        aspect-ratio: 1/1;
    }
    .ContenedorFAQminiAvaluoComercial {
        flex-direction: column;
        align-content: space-between;
    }
    .InfofolioSubirDocsAC {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .tituloEscriturasSubir {
        font-size: 16px;
    }
    #textoArrastrarArchivosEscritura {
        font-size: 8px;
        text-align: center;
    }
    #textoArrastrarArchivosPredial {
        font-size: 8px;
        text-align: center;
    }
    #textoArrastrarArchivosRecibo {
        font-size: 8px;
        text-align: center;
    }
    #textoArrastrarArchivosPlanos {
        font-size: 8px;
        text-align: center;
    }
    .imagenEscrituraSubirDoc {
        width: 120px;
        max-height: 210px;
    }
    .imagenPredialSubirDoc {
        width: 120px;
    }
    
    .imagenComprobanteDomicilioSubirDoc {
        margin-top: 20px;
        width: 145px;
        max-height: 197px;
    }
    .imagenPlanosSubirDoc {
        margin-top: 20px;
        width: 145px;
        max-height: 197px;
    }
    .contenedorArchivoIndividualSubirAC .contenedorImagenSubirAC {
        width: unset;
    }
    .btnAccionAC{
        width:fit-content;
        padding:5px 25px;
    }
    .OpcionesSeleccionadasAC {
        order: 3;
    }
    .CalendarioAC {
        order:1;
    }
    .DiasAC {
        order: 2;
    }
    #ContactoMovilACCitas{
        order:4;
    }
    .InformacionTipoPropiedad {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }
    .VentanaPrincipalRegistroAC {
        justify-self: center;
        padding: 20px 20px;
    }

    .ContenedorPrincipalRegistroAC {
        padding: 6% 4%;
    }
    .ViñetaRegistroAC{
        font-size:14px;
    }
    .texto1RegAc {
        width: 90%;
        display: block;
    }

    .TituloRegistroAC{
        font-size:18px;
    }

    .ContenidoCuentaExistenteAC {
        width: 90%;
        justify-self: center;
    }

    .TituloPrincipalCuentaExistenteAC{
        font-size:18px;
    }

    #AvisoCheckbox{
        width:35px;
    }

    .imgRegistroComAC{
        display:none;
    }
    .FormularioRegistroComAC {
        padding: 5%;
    }

    .BarraInformativaSuperiorMenuAC {
        flex-direction: column;
        margin: 25px 15px 20px 45px;
        padding: 15px 20px;
    }
        .BarraInformativaSuperiorMenuAC #imgCasaMenuAc {
            width: 185px;
        }

    .TituloMenuAC{
        font-size:15px;
    }

    .subtituloMenuAC{
        font-size:15px;
    }
    .viñetaMenuAC{
        font-size:12px;
        display:flex;
    }
    .btnCrearAvaluoAC{
        width:80%;
        margin-left:15px;
    }
    .SinAvaluosContenedorAC {
        margin: 5px 20px 20px 35px;
        text-align:center;
    }
    .textoBotonCrearAC {
        font-size: 15px;
        text-align: center;
    }
    .MisAvaluosTituloAC{
        margin-left:20px;
    }
    .buttonNaranjaCopiarLinkMenu {
        min-width: 60%;
        border-radius: 20px;
        justify-self: center;
        height: auto;
        flex-direction: row;
    }
    .btnEstados{
        padding:5px 5px;
        margin-top:5px;
    }

    .siguiente{
        margin-left:10px;
    }

    .ContenedorAdminAC {
        padding: 20px 20px;
        margin: 20px 10px;
    }
    .ContenedorPopUpElegirCitaAC {
        width: 350px;
    }
    .ContenedorFraseAC span{
        font-size:18px !important;
    }
    .ContenedorSubirArchivoAC {
        width: 350px;
    }
    .ContenedorDatosInmuebleAC {
        flex-direction: column;
        margin-top:15px;
    }
    
    .Col2DatosInmueble {
        flex-direction: column;
        text-align:center;
    }
    #ImagenStreet {
        width: 110px;
        height: 80px;
        border-radius: 20px;
    }
    #ImagenMapa {
        width: 175px;
        height: 80px;
        border-radius: 20px;
    }
    .Col3DatosInmueble {
        display: grid;
        text-align: left;
        margin-left: 25px;
    }
    .ContenedorInmuebleDAc {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        text-align: left;
        margin-left:25px;
    }

    .datoMovilCliente {
        grid-column: span 2;
        text-align: left;
    }
    .itemGuiaAC span {
        display: none;
    }
    .itemGuiaAC{
        margin: 0;
    }
    .DatosColumnaAC{
        margin-bottom:4px;
        margin-right:0;
    }
    .imgSuperiorGuiaAC {
        width: 28px;
    }

    .FlechaAC{
        width:7px;
        margin:0 5px;
    }
    .ContenedorFinalCotizacionAC {
        padding: 20px 15px;
        font-size:13px;
        margin:0px 25px 20px 25px;
    }
    .Col1DatosInmueble{
        text-align:center;
    }
    #direccionFinalAC{
        width:100%;
        margin-bottom:25px;
    }

    .tablaCotizacionFinalAC{
        display:none;
    }
    .contenedorImportanteCotizacion {
        width: 100%;
    }
    .Col1DatosInmueble{
        margin-right:0;
    }
    .FilaCotizacionFinalAC{
        font-size:13px;
    }

    .elementoInformACFinal {
        display: grid;
        text-align: center;
        margin-top: 15px;
        padding: 0 0px;
    }

    .tituloElementoInformaAC {
        width: 100%;
        font-weight: 800;
        background-color: #F5F5F5;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding:7px 0;
        margin-bottom:5px;
    }

    .Col2ElementoInfoACFinal {
        display: flex;
        flex-direction: row;
        width: 100%;
        color: #FF9E1A;
        font-weight: 800;
        justify-content: center;
    }

    .checksMovil {
        display: block;
        font-size: 14px;
    }

    .ContenedorOpcionesPagoCotizacionFinal{
        padding:20px 10px;
        margin:20px 20px;
    }

    .LogosGuiasuperiorAC{
        margin:20px 20px;
    }
    .ventanaEmergenteCUS {
        top: -150px;
        width: 129px;
        left: -10px;
    }
    .trianguloAC2 {
        top: -6px;
    }

    .ventanaEmergenteCOS {
        width: 129px;
        top: -150px;
    }
    .trianguloAC {
        top: -6px;
    }
    .TituloCotizacionFinalAC{
        font-size:16px;
    }

    #textoMapaAc {
        font-size:12px;
    }

    #zonaConurbada{
        margin-bottom:15px;
    }

    .streetImagesAC{
        flex-direction:column;
    }

    #btnVolverMapaAc{
        margin-right: 10px !important;
    }
    #textoFotosStreet{
        font-size:12px;
        font-weight:500;
    }

    .contenedorBotonesAC {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .ContenedorDireccionFotosAC{
        margin: 20px 20px;
        padding:20px 30px;
    }
    .ContenedorDatosAsesorClienteAC {
        margin: 20px 20px;
        padding:20px 30px;
    }

    #ImportanteDatosAsesorCliente{
        font-size:16px !important;
    }

    .flotanteInformacionDatosAC{
        right:35px;
        left:unset;
        width:240px;
    }

    .flotanteInformacionDatosRNormal {
        right: 35px;
        left: unset;
        width: 240px;
        text-align:left;
    }

    .superiorDivTooltip{
        top:10px;
        right:-8px;
    }
    .FilaDatosInmuebleAc {
        flex-direction: column;
        flex-wrap: unset;
    }

    #OrdenMovil1{
        order:1;
        margin-right:0;
    }
    #OrdenMovil2{
        order:2;
    } 
    #OrdenMovil3{
        order:3;
    }
    #OrdenMovil4{
        order:4;
    }
    #Construccion{
        width:100%;
    }
    
    #Edad{
        width:100%;
    }

    .InputDatoInmuebleAC {
        width: unset;
    }

    #filaPlanos{
        margin-bottom:15px;
    }


    .ContenedorInputsACAsesorCliente {
        flex-direction: column;
    }

    .AsesorCampos2AC{
        margin-left:unset;
    }

    .campoNombreAC{
        width:unset;
    }

    .ContenedorDatosAsesorC {
        margin: 20px 20px;
        padding: 20px 30px;
    }

    #continuarFinal{
        justify-self: end !important;
    }

    .ElementoPrincipalPopLinkAC {
        padding: 20px;
        margin: 15px;
        width: 100%;
        justify-items: center;
        display: grid;
    }

    .ContenedorClienteDocumentosAC {
        margin: 0px 20px 20px 20px;
        padding: 20px 30px;
    }

    .Col1InfoClienteDocumentos{
        width:unset;
    }
    #imagenEscrituras{
        width:400px !important;
    }
    .Col2InfoClienteDocumentos{
        display:none;
    }

    #contenedorEscriturasimg{
        right:-25px !important;
    }

    #flotanteInfoEscrituras{
        right:-35px !important;
    }

    .ContenedorOpcionesPago{
        place-items:self-start;
    }

    .contenedorTamañoACElegir {
        margin: 20px 20px;
        padding: 20px 30px;
    }
    #closeMensajeElegirPago{
        right:-5px !important;
    }

    .contenedorTamañoAC {
        margin: 0px 20px 20px 20px;
        padding: 20px 30px;
    }

    .contenedorPagoExpresAC{
        flex-direction:column;
    }

    .pagoActualizarCol2AC{
        margin-top:25px;
        width:unset;
    }

    .pagoExpresCol3AC {
        width: unset;
        margin-left: 0 !important;
        margin-top: 30px;
    }

    #textoFoliodirecPago{
        font-size:13px !important;
    }
    .ContenedorAgendarCitaAC {
        margin: 20px 20px;
        padding: 20px 30px;
    }
    .Fila2AgendarCita {
        display:grid;
    }
    #calendario th, #calendario td {
        padding: 7px 2px;
        text-align: center;
    }
    #calendario th{
        font-size:12px;
    }
    .month-header {
        font-size: 16px !important;
        padding:0 !important;
    }
    .OpcionesSeleccionadasAC{
        width:unset;
    }
    #direccion{
        font-size:14px;
    }
    
    #folio{
        font-size:14px;
    }

    .DiasAC {
        display: grid;
        margin-left: 0;
        text-align: center;
    }

    .horarioAC {
        justify-content: center;
    }

    .cita1{
        font-size:12px;
    }
    .cita2{
        font-size:12px;
    }
    .cita3{
        font-size:12px;
    }

    #btnConrifmarCitas {
        z-index: 999;
        bottom:0px;
    }
    #guardarCita{
        justify-self:center;
    }

    #parrafoConfirmacionCitas {
        font-size: 14px;
        margin-top: 20px;
    }

    #citaEnCursoTexto{
        font-size:14px;
    }

    #FinalizadoTextoAC{
        font-size:14px;
        width:100% !important;
    }
    #tituloFinalizado{
        text-align:center;
    }
    .btnDescargarAC {
        margin-bottom: 50px;
    }

    #listaRequerimientos li{
        font-size:14px;
    }

    /*************************/
    .textoNuestroEquipo {
        margin: 30px 0px;
    }

    .SpanSN {
        margin-right: 0px;
        width: 80%;
    }

    .imagenPersonaSentada {
        display: flex;
    }

    .contenedorS_SN {
        flex-direction: column;
        align-items: center;
    }

    .imagenBannerPrincipal {
        margin-top: 250px;
    }

    #logoAliadoN4 {
        display: none;
    }

    .BusquedaAsesor {
        padding-left: 50px;
        height: 160px;
    }

    #ContenedorDatosDePrimerReporte {
        flex-direction: column-reverse;
    }

    .contenedorBotonesMiPlan {
        width: auto;
        justify-content: center;
    }

    .imagenesSecundariasSN {
        display: none;
    }

    .contenedorS_SN {
        padding: 20px;
        margin-left: 0%;
        text-align: center;
    }

    .listadoNuestroEquipo {
        align-items: center;
        margin: 0px;
    }

    .tituloBannerSN {
        width: 70%;
        margin-left: 0px;
    }

    /*Mis reportes responsive*/
    .buscarPorDireccionDiv{
        margin-left:0;
        margin-top:10px;
    }
    /* .contenedorBannerPrincipal{
    height: 290px;
  } */
}

@media (max-width: 900px) {


    /*NUEVO SITIO*/
    .tipoRegistroNVMovil {
        padding-top: 85px !important;
    }

    .tipoRegistroNVMovilMargen {
        margin-top: 90px !important;
    }

    .newSite{
        display:none;
    }
    /***************TU CLICK RESPONSIVE********/
    .contentTuClick1 {
        flex-direction: column;
    }

        .contentTuClick1 > * {
            width: auto;
        }

    .ventana1-1TuClick {
        margin: 30px 30px 0 30px;
    }

    .ayudaWhats {
        display: none;
    }

    .whatsHeaderImg {
        display: none;
    }

    .imagen2HeaderTuClick {
        background-color: #F5F5F5;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .ayudaWhatsApp {
        position: relative;
    }

    #TituloPrincipalTuClick {
        font-size: 22px !important;
    }

    .logoTuClickEmpresa {
        width: 165px;
    }

    .textosContenedorTuClick {
        margin-bottom: 10px;
    }

    .btnEnviarCodigoTuClick {
        position: relative;
        margin: 0;
    }

    .avisoPrivacidadTuClick {
        flex-direction: column !important;
    }

    .seguridadEnviarCodigoTitulo {
        font-size: 22px;
    }

    .confirmarCodigoTuClick {
        padding: 0;
    }

    #verification-container {
        display: flex;
    }

    .verificationInput {
        width: 3em;
        height: 3em;
    }

    .confirmarCodigoTextos {
        margin-bottom: 25px;
    }

    .textosCol2Paso3TuClick {
        flex-direction: column;
    }

    .parrafoTituloPrincipalTuClickF {
        padding: 1% 4%;
    }

    .titulosCol2Paso3TuClick {
        padding-left: 0;
        text-align: center;
        font-size: 21px;
    }

    .tituloEstimacionTuClick {
        display: none;
    }

    .col1Seccion3Paso3TuClick {
        display: initial;
        margin-bottom: 10px;
    }

    .datosInmuebleTextoTuClick {
        font-size: 26px !important;
    }

    .btnsInfoTuClick {
        padding-top: 25px !important;
        justify-content: center !important;
    }

    .fila1ContactanosFinal {
        flex-direction: column;
    }

    .ventanaContactoTuClick {
        width: 86%;
    }

    .logoFinalContacto {
        display: none;
    }

    .contactanosTextoPopTuClick {
        font-size: 26px;
    }

    .fila2ContactanosFinal {
        margin-bottom: 30px;
    }

    .paddingFinalTuClick {
        padding: 10px 15px !important;
    }
    /***********POP UP INFINANCE************/
    .contenedorInfinancePop {
        display: none;
    }
    /**********Mis reportes nuevos Filtros************/
    #contenedorFiltrosMisReportes {
        display: flex;
        flex-direction: column;
    }

    #filtroMisReportes {
        margin: 15px 0 0 0px;
        border: 1px solid #AAABAD;
        border-radius: 5px;
        padding: 10px;
        width: 215px;
        align-self: center;
    }

    .contenedorBotonesActualizar {
        display: flex;
        flex-direction: column;
        width: 80%;
        position: relative;
        right: 0%;
        justify-self: center;
        margin-top: 15px;
    }

    .btnEnviarActualizar {
        margin-left: 0;
        margin-top: 5px;
    }
    /****************************************/
    /******************POP UPS FUNCION RANGO******************/
    /*******POP 1*******/
    .rangoContenedorMain {
        width: 80%;
        padding: 5% 0 5% 0;
    }

    .textoRangoPop {
        padding: 5% 0 5% 0;
        font-size: 14px;
    }

    .cerrarPopRango {
        font-size: 10px;
    }

    .contenedorImagenesAvisoRangoNuevo {
        flex-direction: column;
    }

    .imagenPopRango {
        width: 250px;
    }
    /*********POP 2******/
    .rangoContenedorMain2 {
        width: 90%;
    }

    #valueRangoactual1 {
        font-size: 12px;
    }

    #valueRangominimo {
        font-size: 12px;
    }

    #valueRangoactual2 {
        font-size: 12px;
    }

    #valueRangomaximo {
        font-size: 12px;
    }

    .opcionRadiosPopRango {
        margin: 0 0 0 2%;
    }

    .tituloPopRango {
        line-height: 1;
    }
    /*******RANGO VISTA PROCESO*******/
    .mensajeConceptualVerde {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 140px;
        z-index: 9;
        left: -40px;
        right: -20px;
        top: -15px;
    }

    .mensajeConceptualVerdeDer {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 140px;
        z-index: 9;
        left: -40px;
        top: -15px;
    }

    .imgMensajeVerde {
        margin: 0 5px 0 15px;
        width: 140px;
    }

    .parrafoMensajeVerde {
        font-size: 10px;
        margin: 5px;
        line-height: 12px;
        font-weight: 600;
    }

    .triangle {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #67C89F;
        transform: rotate(180deg);
        bottom: -50px;
        right: 15px;
        position: relative;
    }

    .triangleVerdeDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #67C89F;
        transform: rotate(180deg);
        bottom: -50px;
        left: -20px;
        position: relative;
    }

    .mensajeConceptualNaranja {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        left: -40px;
        right: -20px;
        top: -15px;
    }

    .triangleNaranja {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #FFE17D;
        transform: rotate(180deg);
        bottom: -50px;
        right: 15px;
        position: relative;
    }

    .mensajeConceptualNaranjaDer {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        left: -40px;
        top: -15px;
    }

    .triangleNaranjaDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #FFE17D;
        transform: rotate(180deg);
        bottom: -50px;
        left: -20px;
        position: relative;
    }

    .mensajeConceptualRojo {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        left: -40px;
        right: -20px;
        top: -15px;
    }

    .triangleRojo {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #F8796C;
        transform: rotate(180deg);
        bottom: -45px;
        right: 15px;
        position: relative;
    }

    .mensajeConceptualRojoDer {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 160px;
        z-index: 9;
        right: -10px;
        left: -40px;
        top: -15px;
    }

    .triangleRojoDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #F8796C;
        transform: rotate(180deg);
        bottom: -45px;
        left: -40px;
        position: relative;
    }

    /*******FINAL EXPRES******/
    .blur-overlay {
        top: 35%;
    }

    #textoComparablesTabla {
        width: 80%;
        justify-self: center;
        font-size: 18px;
    }

    #flujoTablaComparable {
        padding: 25px 5px 15px 5px;
    }

    #tablaComparableExpresFinal {
        font-size: 8.2px;
    }

        #tablaComparableExpresFinal th {
            padding: 3px 5px;
            font-size: 11px;
            font-weight: 600;
        }

    .no-column {
        display: none;
    }
    /*************REGISTRO EXPRES MOVIL*****************/

    .textoRegistroExpresMovil {
        display: block;
        font-weight: 800;
        font-size: 24px;
        text-align: center;
    }

    .seccion2RegistroExpres {
        display: none;
    }

    .PrincipalRegistroExpres {
        display: grid;
    }

    .seccion1RegistroExpres {
        margin: 52px 0 0 0;
        justify-self: center;
        width: 100%;
        padding: 10px 20px 10px 20px;
    }

    .registrateSeccion1RepExpres {
        margin-bottom: 10px;
    }

    .logoRegistroExpres {
        width: 95%;
    }
    /****Mensajes de error****/

    #mensajeErrorAvisoEmail {
        width: 50%;
        margin-top: -60px;
        opacity: 0.85;
    }

    #mensajeError {
        width: 30%;
        opacity: 0.9;
    }

    #mensajeErrorAvisoAgenteInmobiliario {
        width: 30%;
    }
    /*********************************************/
    .contenedorFlujoRepExpres {
        display: grid;
    }

    .ventanaAccionFlujoRepExpres {
        width: 85%;
        padding: 20px;
        display: grid;
    }

    .ventanaTitulos {
        gap: 5px;
        width: 100%;
        max-width: 900px;
        margin-bottom: 30px;
        justify-self: center;
        justify-content: center;
    }

    .inputDireccionExpres {
        width: 100%;
        padding-left: 5px;
        justify-self: center;
    }


    .textoMapaPaso1 {
        text-align: center;
        justify-self: center;
        margin-bottom: 15px;
    }

    .palabraDireccion {
        font-size: 22px;
    }

    .circulo {
        width: 60px;
    }

    /*Paso 2*/
    
    .contenedorPaso2Textos2 {
        flex-direction: column;
    }

    .paso2RepExpres {
        padding-top: 0;
    }

    .titulosPaso2 {
        margin-top: 0;
    }

    .inputTipoInmuebleRepExpres {
        width: 100%;
    }

    .terrPaso2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .constPaso2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .edadPaso2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .estPaso2 {
        width: 100%;
    }

    .loaderExpres {
        padding-top: 70%;
    }

    .CargaExpres {
        opacity: 0;
        visibility: hidden;
        animation: aparecer-desaparecer 1s infinite;
        margin-right: 0px;
    }

    .cargandoExpres {
        margin-right: 0px;
    }

    .ventanaAccion1Paso3FlujoRepExpres {
        justify-self: center;
        display: grid;
        width: 90%;
    }

    .estimacionPaso3 {
        margin: 10px 0 0 0;
        text-align: center;
        order: 4;
        display: grid;
    }

    .btnDesbloquear {
        width: 90%;
        justify-self: center;
        padding: 14px 14px;
    }

    .direccionPaso3 {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
        order: 2;
    }

    .tituloVentana1Paso3 {
        font-size: 18px;
        margin: 0;
    }

    #direccionPaso3 {
        font-size: 16px;
    }

    #fechaPaso3 {
        font-size: 16px;
    }

    .contenedorPaso3 {
        display: grid;
    }

    .candadosContenedor {
        flex-direction: column;
    }

    .avisoImagenPaso3 {
        width: 80%;
        justify-self: center;
    }

    .imgMapaPaso3 {
        justify-self: center;
        order: 3;
    }

    .textosCol2Paso3 {
        display: block;
        margin: 10px 10px 10px 55px;
        line-height: 1.8;
        width: 100%;
    }

    #ultimoDesbloquear {
        display: none;
    }

    .breakMovil {
        display: flex;
    }

    .col1Seccion3Paso3 {
        display: none;
    }

    .col1Seccion3Paso3Movil {
        display: grid;
        justify-content: center;
        order: 1;
    }

    .logoPaso3 {
        margin: 0;
        justify-self: center;
    }

    .tituloEstimacion {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .candadosContenedor {
        display: none;
    }

    .contenedorCandadosMovil {
        display: grid;
        justify-content: center;
        margin-left: 20px;
    }

    .filaCandadoMovil {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .candadosMovil {
        width: 15px;
        margin-right: 10px;
    }

    .textosCandadosMovil {
        font-size: 18px;
        font-weight: 800;
        color: #AAABAD;
    }

    .titulosCol2Paso3 {
        margin-bottom: 0;
    }

    .col4Seccion2Paso3 {
        position: initial;
        height: fit-content;
        display: grid;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 0;
    }

    .btnDescargarPaso3 {
        justify-self: center;
    }

    .filaCandadoMovilPrecioRenta {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        justify-self: center;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .btnDesbloquearMovil {
        font-weight: 800;
        justify-self: center;
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: -30px;
        padding: 15px 25px;
        color: white;
        background-color: var(--color-naranja);
        border: 0;
        border-radius: 5px;
    }

    .col2Seccion3Paso3 {
        text-align: center;
        margin-left: 0;
        display: grid;
        width: 100%;
    }

    .textosTituloCandado {
        display: grid;
        justify-self: center;
        font-size: 22px;
    }

    #precioNumero {
        font-size: 22px;
        margin-bottom: 10px;
    }


    /*******************PAGO EXPRES MOVIL***************+*/

    #form-checkout {
        display: initial;
    }

    .metodosPagoExpres {
        width: 40px;
    }

    .popUpCol2 {
        display: none;
    }

    .popUpCol1 {
        width: 100%;
        border-radius: 15px;
        padding: 30px;
    }

    .textoPopUp {
        font-size: 14px;
    }

    .cancelarBlanco2 {
        display: block;
        width: 35px;
        top: 5px;
        right: 5px;
    }

    .contenedorPagoExpres {
        flex-direction: column;
    }

    .flechaAzulMovil {
        transform: rotate(90deg);
    }

    .pagoExpresCol2 {
        width: 90%;
        flex-wrap: nowrap;
        margin-left: 30px;
    }

    #flechaPaso2 {
        margin-left: 120px;
        opacity: 0.05;
        transform: rotate(90deg);
    }

    .pagoExpresCol3 {
        width: 100%;
        display: grid;
        margin-left: 10px;
        margin-top: 40px;
    }

    .contenedorTotal {
        justify-self: center;
    }

    .metodosPagoContenedorExpres {
        display: flex;
        justify-content: center;
        align-content: start;
        margin-top: 5px;
    }

    #cvvMovil {
        margin-top: 25px !important;
    }

    #cvv {
        margin-top: 20px !important;
    }

    .terminosCondicionesExpresPago {
        margin-left: 50px;
        width: 82%;
    }

    .checkCvv {
        top: 80px !important;
    }

    .checkFecha {
        top: 80px !important;
    }

    /**************FINAL EXPRES MOVIL**************/
    .ventanaAccionFlujoRepExpresFinal {
        width: 80%;
    }

    .contenedorFlujoRepExpresFinal {
        margin-top: 15px;
    }

    .tituloCorreoFinalEnviado {
        font-size: 18px;
    }

    .imgCorreoEnviado {
        width: 60px;
    }

    .parrafoFinalExpres {
        width: 100%;
        font-size: 15px;
    }

    .filaBottomFinalExpres {
        display: grid;
        justify-content: initial;
        margin: 40px 0px 0px 0px;
    }

    .contenedorBotonFinalExpres {
        display: grid;
    }

    .btnContinuarFinalExpres {
        margin-top: 10px;
        justify-self: end;
    }

    /*********CORREO EXISTENTE MOVIL*********/
    .tituloCorreoExistente {
        font-size: 18px;
    }

    .imgCorreoExistente {
        width: 90px;
    }

    .parrafoCorreoExistente {
        font-size: 15px;
        width: 90%;
    }
    /****************************************************/


    /*************POP UP CUENTA EXISTENTE ***********/
    .contentModalCuentaExistente {
        width: 90%;
        padding: 30px;
    }

    .contenedorBotonesValidacionExistente {
        margin-top: 10px;
    }

    .continuarModalCuentaExistente {
        margin-left: 20px;
    }
    /************************************/
    .separacionTablaDetallado {
        margin-top: 390px;
        margin-bottom: 70px;
    }

    #caracteristica2, #caracteristica3, #caracteristica4 {
        display: none;
    }

    #ImagenBannerMovil {
        display: flex;
        position: relative;
        margin-top: -50px;
        width: auto;
        height: auto;
        z-index: 0;
        margin-top: 2px;
    }

    #ImagenBannerDesktop {
        display: none;
    }

    .contenedorEstados {
        flex-direction: column;
    }

    .subTituloBannerPrincipal {
        margin-top: 27%;
    }

    .tituloBannerPrincipal {
        width: 500px;
        margin: 6% 0 0 7%;
    }

    .contenedorOpAgVal {
        flex-direction: column;
        align-items: center;
    }

    .conjuntoPorqueUsuario, .teInformamosPara {
        flex-direction: column;
    }

    .conjuntoPorqueUsuario {
        flex-direction: column;
        align-items: center;
    }

    .datosFacilitador {
        margin: 0px 0px 0px 0px;
    }

    .ContenedorImagenesParaQuien {
        margin-bottom: 20px;
    }
    /*.pq span {
    height: 410px;
  } */
    .pq2, .pq3 {
        display: none;
    }

    .contenedorCambioPQ {
        display: flex;
        margin-bottom: 30px;
    }

    .flechasCambioPQ {
        display: flex;
    }

    .contenedorTextoFooter {
        flex-direction: column;
    }
    /* .columnaFooter {
    flex-direction: row;
  } */
    .contenedorCompruebaloTuMismo {
        padding-bottom: 20px;
        margin-top: 50px;
    }

    .contenedorCirculos {
        display: none !important;
    }

    .contenedorTeInformamosPara {
        display: flex;
        justify-content: center;
    }

    .imagenInformamosPara {
        width: 80%;
    }

    .contenedorPorqueSerUsuario {
        margin: 5px 10%;
    }

    .textoInformacionDecision {
        text-align: center;
    }

    .BusquedaAsesor {
        margin: 20px;
        border-radius: 20px;
        background-image: none;
        background-color: var(--color-azul);
        height: 200px;
    }

    .imgAsesor {
        border-radius: 20px;
        margin-top: 0px;
    }
    /* .BusquedaAsesor img {
    margin-top: -30px !important;
  } */
    /*.footer {
        display: none !important;
    }

    .footer2 {
        display: flex;
        height: auto;
    }*/

    .contenedorRedesFooter {
        justify-content: unset;
    }

        .contenedorRedesFooter img {
            margin: 5px 5px;
            height: 25px;
        }

    .contenedorConfia {
        margin: 50px 0px;
    }

    .datosTestimonios {
        margin-right: 30px;
    }

    .estilosBannerPrincipal {
        background-position: 25% 75%;
        padding-left: 10px;
    }

    .caracteristicas {
        flex-direction: column;
    }

    .cambioCaracteristicas {
        justify-content: center;
        margin-top: 40px;
    }

    #caracteristica2, #caracteristica3, #caracteristica4 {
        display: none;
    }

    #seccionSuscripciones {
        display: none;
    }

    #seccionPorSuscripcion {
        display: none;
    }

    #colorFreemium {
        display: flex;
    }

    #colorPlanPremium {
        display: none;
    }

    #cambiarPlan01 {
        display: flex;
    }

    #cambiarPlan00 {
        display: flex;
    }

    #cambiarPlan10 {
        display: flex;
    }

    #cambiarPlan12 {
        display: flex;
    }

    #cambiarPlan40 {
        display: flex;
    }

    #cambiarPlan45 {
        display: flex;
    }

    #colorReporteAvanzado {
        margin: 0px;
        display: none;
    }

    #colorPlanEstandar {
        margin: 0px;
        display: none;
    }

    #contenedorDatosReporte {
        justify-content: center;
    }

    #informacionDelPlan {
        margin-right: 20px;
    }

    #contenedorDatosPorReporte {
        justify-content: center;
    }

    .contenedorTipoRegistro {
        margin-bottom: 20px;
    }

    .tituloParaQuienes {
        text-align: center;
    }

    /*.header {
        padding: 0px;
    }

        .header div {
            margin-left: 5px;
        }*/

    .tituloPorqueUsuario {
        text-align: center;
    }

    .contenedorTitulo {
        flex-direction: column;
        width: 80%;
    }

    #contenedorProfesional {
        margin: 0px;
    }

    #contenedorParticular {
        margin: 20px 0px;
    }

    .porReporte {
        margin-bottom: 10px;
    }

    #iniciarSesion {
        width: 120px;
        max-width: 120px;
        min-width: 120px;
        font-size: 13px;
        padding: 10px;
    }

    .contenedorDudaFAQ {
        padding: 30px;
        text-align: center;
    }

    .buttonFaqTR {
        align-self: center;
    }

    /*Estilos Proceso/Nuevo*/
    div.selectNuevo {
        width: 75%;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    select.selectNuevo {
        display: flex;
        border: 1px solid var(--color-gris2);
        color: #000000;
        height: 40px;
        width: 90%;
        border-radius: 4px;
        padding: 10px;
        margin: 10px 0px 10px 35px;
    }

    span.selectTitle {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 35px;
    }

    .buttonNaranjaBuscar {
        padding: 10px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        min-width: 100px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
        margin-left: 0px;
        margin-right: 212px;
    }

    .buttonNaranjaSig {
        padding: 10px 30px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        margin: 20px 0px 0px 20px !important;
        min-width: 280px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
    }

    .buttonAzulReg {
        padding: 10px 30px;
        background-color: #085FA9;
        color: #FFFFFF;
        border-radius: 5px;
        border: 0px;
        margin: 20px 0px 0px 20px !important;
        min-width: 280px;
        font-weight: bold;
        width: fit-content;
        cursor: pointer;
        height: 40px;
    }

    div.nuevoBorder {
        border: 1px solid #AAABAD;
        padding: 20px 33px 20px 33px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.inmBorder {
        display: flex;
        flex-direction: row;
        border: 1px solid #AAABAD;
        padding: 20px 33px 20px 33px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.streetImages {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    div.nuevoBorderImg {
        border: 3px solid #AAABAD;
        border-radius: 5px;
        margin-top: 15px;
        width: 60%;
        height: 250px;
        margin: 10px 0px 10px 0px;
        cursor: pointer;
    }

    div.nuevoBorderImgRight {
        border: 3px solid #AAABAD;
        border-radius: 5px;
        margin-top: 15px;
        width: 60%;
        height: 250px;
        margin: 10px 0px 10px 0px;
    }

    div.nuevoBorderImgLeft {
        border: 3px solid #AAABAD;
        border-radius: 5px;
        margin-top: 15px;
        width: 60%;
        height: 250px;
        margin: 10px 0px 10px 0px;
    }

    div.espaciosBorder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #AAABAD;
        padding: 20px 20px 20px 20px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.amenidadesBorder {
        display: flex;
        flex-direction: column;
        border: 1px solid #AAABAD;
        /* padding: 30px 165px 30px 165px; */
        border-radius: 5px;
        justify-content: center;
        margin-top: 15px;
    }

    div.logoSection {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: row;
        padding: 20px;
    }

    .espacios {
        display: flex;
        flex-direction: column;
        width: 98%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    img.imgStreet {
        border-radius: 4px;
        width: 100%;
        height: 244px;
        cursor: pointer;
    }

    img.logoNuevoN {
        width: 10%;
        border-radius: 5px;
    }

    select.selectNuevoForm {
        display: flex;
        border: 1px solid var(--color-gris2);
        color: #000000;
        height: 45px;
        border-radius: 5px;
        padding: 10px;
        width: 92%;
        margin: 0px 4px 0px 4px;
    }

    input.inputComponent {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 92%;
        margin: 0px 4px 0px 4px;
    }

    input.inputComponentCalle {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 97.5%;
        margin: 0px 4px 0px 4px;
    }

    label.tituloInput {
        font-weight: bold;
        margin-bottom: 10px;
        margin: 15px 4px 0px 4px;
    }

    #imagen3CompruebaloTuMismo {
        display: none;
    }

    #imagen1CompruebaloTuMismo {
        display: none;
    }

    .contenedorimagenesTestimoniosCTM {
        width: 90%;
    }

    #testimonioDescripcionCTM {
        width: auto;
        text-align: center;
    }

    .tituloDOV {
        margin-left: -20px;
    }

    .imagenCirculoAzulDOV {
        display: none;
    }

    .imagenCirculoAmarilloDOV {
        display: none;
    }

    .imagenFlechitasDOV {
        display: none;
    }

    .textoBannerDOV {
        text-align: justify;
        position: static;
        margin: 160px 10% 50px 10%;
        color: var(--color-negro);
    }

    .imagenBannerPrincipal {
        position: static;
        margin: 0px;
        width: 480px;
    }

    .seccionBannerPrincipal {
        align-items: center;
    }

    .tituloDOV {
        margin-left: 0px;
        position: absolute;
        left: 50px;
        text-align: left;
        padding-top: 30px;
    }
}

@media (max-width: 880px) {
    /**********Blog**********/
    .contenedorBlog {
        width: 100%;
        padding: 25px;
        padding-bottom: 30px;
    }

    .PestañaBlog {
        padding: 20px;
    }
    /*************************************************/
    /*************Tipo Registro NV********/
    .letrasPequeñasDesktop {
        display: none;
    }

    .letrasPequeñasMovil {
        display: grid;
    }
    /**********************************/


    .reportePorPagarDatosPago {
        display: none;
    }

    /*****TIPO DE REGISTRO DETALLADO MOVIL*/
    .TipoRegistroDMovil {
        display: grid;
        justify-items: center;
        padding-bottom: 20px;
        position: relative;
    }

    .returnDivDet {
        display: flex;
        position: absolute;
        top: 25px;
        right: 20px;
        cursor: pointer;
    }

    .returnDivPago {
        display: flex;
        position: absolute;
        top: 30px;
        right: 20px;
        cursor: pointer;
    }

    .colDetallado {
        background-color: white;
        line-height: normal;
        width: 100%;
        aspect-ratio: 1/1;
    }

    .planesDEscritorio {
        display: none;
    }

    .planesDEscritorioNV {
        display: none;
    }

    .tamañoReportPer {
        width: 80%;
    }

    .btnCerrarSesion {
        padding: 10px 10px;
        background-color: var(--color-blanco);
        color: var(--color-naranja);
        border-radius: 5px;
        border: 1px solid var(--color-naranja);
        width: 90%;
        margin-left: 0px;
        margin-top: 20px;
        align-self: center;
        height: auto;
    }

    .btnCancelarCerrar {
        padding: 10px 10px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        margin-left: 0px;
        width: 90%;
        margin-top: 20px;
        align-self: center;
        height: auto;
    }

    .tamañoCS {
        width: 70%;
    }

    .columnaBotonesMiplan {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .deaparecerMovil {
        display: none;
    }

    .Parrafo3Mem {
        font-size: 12px;
    }

    .parrafoMem {
        color: #000000;
        background-color: white;
        text-align: center;
        font-size: 13px;
        padding: 12px 10px 0px 10px;
        width: 80%;
        display: inline-block;
        margin: auto;
        line-height: 12px !important;
    }

    .classtituloMem {
        color: #103C55;
        background-color: white;
        text-align: center;
        font-size: 25px;
        padding: 20px 0px 10px 0px;
        line-height: 2px;
    }

    .saltoChecks {
        display: flex;
    }

    .PrincipalTextMem {
        font-size: 32px;
    }

    .Parrafo2Mem {
        font-size: 15px;
        width: 75%;
    }

    /*.animacionFadeIn {
        margin-bottom: 20px;
    }*/
    /**************************************/
    .loader {
        text-align: center;
        top: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        padding-top: 50%;
        background: white;
    }

    img.VistaPreImg {
        width: 15%;
        margin-top: 10%;
    }

    .arrow-down {
        display: flex;
    }

    div.infoBorder {
        border-top: 1px solid #FF9E1A;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: self-start;
        margin-left: 0%;
    }

    div.infoSinBorder {
        border-top: 1px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-left: 0%;
    }

    span.numCarac {
        font-weight: bold;
        color: #FF9E1A;
        align-self: center;
        margin-bottom: 0px;
        text-align: right;
    }

    div.infoSection {
        width: 100%;
        margin-top: 10px;
        line-height: 30px;
    }

    span.infoTitle {
        padding-top: 0;
        margin-bottom: 0px;
    }

    p.VistaPreSec {
        width: 100%;
        font-size: 16px;
        text-align: center;
        font-weight: 400 !important;
    }

    img.imgConfirmacion {
        width: 35%;
        border-radius: 5px;
    }

    .buttonNaranjaLoginAgregarP {
        padding: 10px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        width: fit-content;
        cursor: pointer;
        margin-left: 0px;
        margin-top: 30px;
        font-size: 13px;
    }

    .boton1MiPlanA {
        background-color: #FF9E1A;
        color: white;
        border: 0px;
        padding: 10px;
        border-radius: 7px;
        margin: 0px;
        flex: 1;
        min-width: fit-content;
        height: fit-content;
        font-size: 12px;
        align-self: center;
    }

    .boton2MiPlanB {
        background-color: #085FA9;
        color: white;
        border: 0px;
        padding: 10px;
        border-radius: 7px;
        margin: 0px;
        flex: 1;
        min-width: fit-content;
        height: fit-content;
        font-size: 12px;
        align-self: center;
    }

    .contenidoInfoUsuarioCascada {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 0px solid #AAABAD;
        border-radius: 10px;
        padding: 15px;
        width: 100%;
        color: black;
    }

    .contenidoInfoReportes {
        flex: 1;
        height: 100%;
        width: 100%;
        padding: 0px;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: Montserrat, Regular;
    }

    .informacionUsuarioMiPlan {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 1%;
        font-size: 12px;
    }

    #ContenedorDatosDePrimerReporte {
        flex-direction: column-reverse;
    }

    .buttonNaranjaLogin {
        width: 100%;
    }

    .imgAyuda {
        display: none;
    }

    .personalizarRTexto {
        font-size: 12px;
    }

        .personalizarRTexto option {
            font-size: 13px;
        }

    .previMargen {
        margin-top: 20px;
    }

    .TextoPersonalizar {
        text-align: center;
    }

    .personalizaButtonSub {
        width: 90%;
    }

    .imgPersonalizarR2 {
        width: 80%;
    }

    .textoR2 {
        font-size: 18px;
        font-weight: 800;
        padding: 10px 0 10px 0;
    }

    .btnCambiarPlanR2 {
        width: 90%;
    }

    .textoAlerta {
        text-align: center;
        font-size: 14px;
    }
    /*MI PLAN CAMBIOS A RESPONSIVE*/
    .contenedor {
        overflow: hidden;
        max-height: 65px;
        transition: max-height 0.6s ease-out;
        text-align: center;
        position: relative;
    }

    .itemsCaja {
        width: 100%;
        text-align: left;
    }

    .itemMP {
        width: 85%;
    }

    .btnEsconder {
        display: flex;
        padding: 5px;
        background-color: var(--color-azul);
        color: var(--color-blanco);
        border-radius: 5px;
        width: fit-content;
        margin-left: 23%;
        margin-top: 5px;
        border: 0px;
        cursor: pointer;
        text-align: center;
    }

    .hiddenItem {
        display: none;
    }

    .btnMas {
        display: flex;
        margin-bottom: 10%;
    }

    .abrir_cerrar {
        transition: max-height 0.6s ease-in;
        max-height: 700px;
    }

    #contenedorG {
        order: 1;
        margin-bottom: 20px;
    }
    /******************************/
}

@media (max-width: 880px) {
    .dataT {
        margin-bottom: 20px;
    }

    div.amenidades-line {
        flex-direction: column;
        margin: 0px;
        align-items: start;
        padding-left: 13%;
    }

    div.caracteristicas-line {
        flex-direction: column;
        margin-top: 0px;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20%;
        width: 10%;
    }

    /**********Recomendacion **********/
    .imagenDedoArriba {
        display: none;
    }

    .seccion1Redomendacion {
        width: 100%;
        display: grid;
    }

    .texto1Seccion1 {
        margin-top: 28px;
        text-align: center;
        font-size: 26px;
        width: 90%;
        justify-self: center;
    }

    .texto2Seccion1 {
        font-size: 24px;
        font-weight: 300;
        color: #103C55;
        width: 80%;
        line-height: normal;
        text-align: center;
        justify-self: center;
    }

    .dentroSeccion2Textos {
        display: grid;
        flex-direction: column;
    }

    .seccion3Botones {
        flex-direction: column;
    }

    .tamañoContenedorTextosSeccion1 {
        width: 100%;
        display: grid;
    }

    .seccion2Recomendacion {
        text-align: left;
    }

    .textosSeccion2 {
        position: relative;
        margin-bottom: 20px;
        font-size: 18px;
        margin-right: 0;
        border-left: 0px;
    }

    .espaciosMovil {
        display: none;
    }

    .cuadroAzulMovil {
        display: flex;
        position: absolute;
        width: 12px;
        aspect-ratio: 1/1;
        background-color: #1775AD;
        top: 4px;
        left: -13px;
    }

    .seccion3Botones {
        display: grid;
        padding-bottom: 50px;
    }

    .btn1Seccion3 {
        font-size: 17px;
        justify-self: center;
        width: 100%;
        margin-bottom: 20px;
        letter-spacing: normal;
    }

    .btn2Seccion3 {
        font-size: 17px;
        width: 100%;
        justify-self: center;
        letter-spacing: normal;
    }

    .mainRecomendacion {
        display: flex;
        justify-content: center;
        justify-items: center;
        justify-self: center;
    }

    .mainRecomendacion {
        display: flex;
        justify-content: center;
        justify-items: center;
        justify-self: center;
    }
}

@media (max-width: 850px) {
    .datosModal1 {
        align-items: center;
    }

    .bannerNoticiasImagen {
        width: 250px;
        height: 360px;
        content: url('/Content/Images/Noticias/Banner2.png');
    }

    .bannerNoticiasImagen2 {
        width: 250px;
        height: 360px;
        content: url('/Content/Images/Noticias/WebinarGinaBarraza2.png');
    }

    .bannerNoticiasImagen3 {
        width: 250px;
        height: 360px;
        content: url('/Content/Images/Noticias/Webinarmin3.png');
    }

    .NuestroServicio {
        background-color: var(--color-azul);
        height: auto;
        background-image: none;
        padding: 40px;
    }

    .textoNuestroServicio1, .textoNuestroServicio2 {
        width: auto;
    }
}

@media (max-width: 840px) {
    .BannerNoticias {
        flex-direction: column;
    }

    #miPlan1MisReportes {
        margin: 10px 0px;
    }

    #miPlan2MisReportes {
        margin: 10px 0px;
    }

    .contenedorOpcionesReportes {
        flex-direction: column;
        margin: 0px;
        align-items: center;
    }

    #botonSiguienteSeleccionPlan {
        margin: 0px;
    }
}

@media (max-width: 800px) {
    .botonSubirF {
        width: 90%;
        height: auto;
        font-size: 14px;
    }

    .formAyuda {
        width: 80%;
        margin-top: 20px;
    }

    .mainNuevo {
        font-size: 14px;
    }

    .inputNR option {
        text-align: center;
    }

    .inputNR::placeholder {
        text-align: center;
        font-size: 14px;
    }

    div.fotoNuevo {
        text-align: center;
    }

    .separacionSI {
        margin-top: 15px;
    }

    .inputNR {
        text-align: center;
        font-size: 14px;
    }

    .buttonNaranjaUb {
        padding: 10px 43px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        margin-left: 10px;
        margin-top: 15px;
        min-width: 130px;
        width: 100%;
        cursor: pointer;
        height: auto;
        font-size: 14px;
    }

    .contenedorDOVT {
        flex-direction: column;
    }

    #reportePorPagarDatos3 {
        width: 85%;
        margin-left: 6%;
        font-size: 13px;
    }

    .tituloDOV {
        left: 20px;
    }

    #contenidoMetodoPagoAgregar {
        width: 85%;
    }

    .contenedorRashoAvaclick {
        position: static;
        z-index: 4;
        margin-top: -90px;
        margin-left: 61px;
    }

    .fondoDetalle3 {
        margin-top: 20px;
    }

    #logoAliadoN2 {
        display: none;
    }

    .conteneorDatosPlanPago {
        flex-direction: column;
    }

    .separacionPago {
        display: flex;
        height: 3px;
        width: 90%;
        background-color: var(--color-gris2);
        margin: 30px 0;
    }
    /* .reportePorPagarDatos {
    display: none;
  } */
    /* .reportePorPagarDatos2 {
    display: none;
  } */
    #imagenEstiloPlanPago {
        display: none;
    }

    .contenedorDesplegablePlan {
        display: flex;
    }

    .contenedordivAP1 {
        flex-direction: column;
    }

    .dataT {
        margin: 10px 20px;
    }

    .contendor1Pago {
        margin: 10px 20px;
        width:90%;
    }

    .contendor2Pago {
        margin: 10px 60px;
    }
}

@media (max-width: 790px) {
    .seccPreguntas {
        flex-direction: column;
        margin-bottom: 30px;
        width: 90%;
    }

    .centrarAyudaT {
        text-align: center;
    }
}

@media (max-width: 780px) {
    /* .subTituloBannerPrincipal {
    font-size: 22px;
    margin-top: 23.5%;
    margin-left: -5%;
  } */
}

@media (max-width: 750px) {
    /* .contenedorBannerPrincipal {
    height: 350px;
  } */
    div.mainConfirmacion {
        padding: 0;
    }

    .imgAyuda {
        display: none;
    }

    .mapContainer {
        text-align: center;
    }

    #ContenedorNRD2, #ContenedorNRD3, #ContenedorNRD4, #ContenedorNRD5, #ContenedorNRD6 {
        display: none;
    }

    .tituloDOV {
        width: 380px;
    }

    .datosDeInmuebleSeleccionados {
        flex-direction: column;
    }

    div.infoTitles {
        padding: 0px;
    }

    div.info-line {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .bannerNoticiasImagen {
        /* width: 150px; */
        /* height: 180px; */
        content: url('/Content/Images/Noticias/Banner3.png');
    }

    .bannerNoticiasImagen {
        /* width: 150px; */
        /* height: 180px; */
        content: url('/Content/Images/Noticias/WebinarGinaBarraza3.png');
    }

    .informacionUsuarioMiPlan {
        width: 100%;
        font-size: 13px;
    }
}

@media (max-width: 720px) {
    .datos2DOV {
        flex-direction: column;
        justify-content: center;
    }

    .textoAsesoriaDOV {
        font-size: 110%;
    }

    .contenedorAsesoriaDOV {
        height: 380px;
    }
}

@media (max-width: 700px) {
    /*******RANGO VISTA PROCESO*******/
    .mensajeConceptualVerde {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -75px;
        right: -20px;
        top: -15px;
    }

    .mensajeConceptualVerdeDer {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -75px;
        top: -15px;
    }

    .imgMensajeVerde {
        margin: 0 5px 0 15px;
        width: 140px;
    }

    .parrafoMensajeVerde {
        font-size: 10px;
        margin: 5px;
        line-height: 12px;
        font-weight: 600;
    }

    .triangle {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #67C89F;
        transform: rotate(180deg);
        bottom: -50px;
        right: 15px;
        position: relative;
        z-index: -1;
    }

    .triangleVerdeDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #67C89F;
        transform: rotate(180deg);
        bottom: -50px;
        left: -20px;
        position: relative;
        z-index: -1;
    }

    .mensajeConceptualNaranja {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -75px;
        right: -20px;
        top: -15px;
    }

    .triangleNaranja {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #FFE17D;
        transform: rotate(180deg);
        bottom: -65px;
        right: 15px;
        position: relative;
        z-index: -1;
    }

    .mensajeConceptualNaranjaDer {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -75px;
        top: -15px;
    }

    .triangleNaranjaDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #FFE17D;
        transform: rotate(180deg);
        bottom: -65px;
        left: -20px;
        position: relative;
        z-index: -1;
    }

    .mensajeConceptualRojo {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -75px;
        right: -20px;
        top: -15px;
    }

    .triangleRojo {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #F8796C;
        transform: rotate(180deg);
        bottom: -55px;
        right: 15px;
        position: relative;
        z-index: -1;
    }

    .mensajeConceptualRojoDer {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        right: -10px;
        left: -75px;
        top: -15px;
    }

    .triangleRojoDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #F8796C;
        transform: rotate(180deg);
        bottom: -55px;
        left: -40px;
        position: relative;
        z-index: -1;
    }

    .amenidades2 {
        margin: 0px !important;
    }

    #TrazoDOV {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    #contenedorProcesoDOV {
        flex-direction: column;
        margin-top: -240px;
        width: 96%;
    }

    .contenedorTrazoProceso {
        display: flex;
        margin-top: 200px;
    }

    #creacionReporteUnidad2, #creacionReporteUnidad3, #creacionReporteUnidad4 {
        display: none;
    }

    .pasoProcesoDOV {
        flex-direction: row;
    }

    #botonbackDOV, #botonSiguienteDOV {
        display: flex;
    }

    #pasoProcesoDOV1 {
        margin-top: 110px;
        margin-left: 230px;
        margin-bottom: 0px;
    }

    #pasoProcesoDOV2 {
        margin-left: 160px;
        margin-top: 60px;
        margin-bottom: 0px;
    }

    #pasoProcesoDOV3 {
        margin-left: 190px;
        margin-top: 60px;
        margin-bottom: 0px;
    }

    #pasoProcesoDOV4 {
        margin-top: 56px;
        margin-left: 150px;
        margin-bottom: 0px;
    }

    #pasoProcesoDOV5 {
        margin-top: 66px;
        margin-left: 240px;
        margin-bottom: 0px;
    }

    .pasoProcesoDOV {
        width: 250px;
    }

    .contenedorSoporteDOV {
        margin: 200px 5% 10px 5%;
    }

    .contenedorPorqueUsuarioDOV {
        flex-direction: row;
        justify-content: center;
    }

    .contenedorNuestroReporteDatos {
        width: 250px;
        height: 200px;
    }

        .contenedorNuestroReporteDatos img {
            width: 80px;
            margin-bottom: 20px;
        }

        .contenedorNuestroReporteDatos span {
            font-size: 18px;
        }

    .contenedorCambioCTPRA {
        display: flex;
        margin-bottom: 20px;
    }

    .cambioCTPRA {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: black;
        margin: 0px 5px;
    }

    .cambioCTPRA2 {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: white;
        margin: 0px 5px;
        border: 2px solid black;
    }

    .contenedorAsesoriaDOV {
        margin-top: 250px;
    }
}

@media (max-width: 680px) {
    .fondoDetalle1 {
        margin-top: -90px;
    }

    .fondoDetalle2 {
        margin-top: -70px;
    }
}

@media (max-width: 650px) {
    #datosUsuarioMiCuentaVer {
        width: 90%;
        font-size: 14px;
    }

    .textoDescMisReportes, .textoDescMisReportes1 {
        text-align: center;
    }

    #headerAvaclickBussines {
        display: none;
    }

    .botonMisReportesNaranja {
        margin: 0px 10px;
    }

    .subTituloBannerPrincipal {
        margin-top: 26%;
    }

    .tituloDOV {
        font-size: 26px;
    }

    .contenedorRashoAvaclick {
        width: 0px;
        margin-top: -90px;
        width: 460px;
    }

    .logoEsquinaAsesoriaDOV {
        display: none;
    }

    .textoBannerDOV {
        margin: 100px 10% 50px 10%;
    }

    #FondoBannerAB {
        display: none;
    }

    .bannerAvaclickBusiness {
        height: auto;
    }
}

@media (max-width: 590px) {
    /* .contenedorBannerPrincipal {
    height: 350px;
  } */
    /* .tituloBannerPrincipal {
    margin: 1% 0 0 1%;
  } */
    /* .subTituloBannerPrincipal {
    margin-left: -12%;
  } */
}

@media (max-width: 580px) {
    #headerPreguntasFrecuentes {
        display: none;
    }

    .botonSubirF {
        width: 90%;
        height: auto;
        font-size: 14px;
    }

    #reporteAvaclick {
        color: var(--color-azul);
    }

    #headerContacto {
        display: none;
    }

    .contenedorCrearCuentaFreemium {
        height: 300px;
        flex-direction: column;
    }

        .contenedorCrearCuentaFreemium span {
            text-align: center;
            margin-bottom: 20px;
            margin-right: 0px;
        }

    .botonContactanosSN {
        margin-top: 20px;
    }

    .separadorTexto {
        width: 250px;
    }

    .tituloBannerPrincipal {
        width: auto;
    }

    .BusquedaAsesor {
        padding-left: 10px;
    }

    .flechaCambioPlan {
        width: 35px;
    }

    .contenedorMenuContacto {
        flex-direction: column;
    }

    .contenedorSocialTP {
        flex-direction: column;
    }

    .contenedorRedesFooter {
        justify-content: center;
        margin-bottom: 20px;
    }
    /*Estilos Proceso/Nuevo*/
    div.selectNuevo {
        width: 75%;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    select.selectNuevo {
        display: flex;
        border: 1px solid var(--color-gris2);
        color: #000000;
        height: 40px;
        width: 90%;
        border-radius: 4px;
        padding: 10px;
        margin: 10px 0px 10px 17px;
    }

    span.selectTitle {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 17px;
    }

    div.nuevoBorder {
        border: 1px solid #AAABAD;
        padding: 0px 25px 20px 25px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.inmBorder {
        display: flex;
        flex-direction: column;
        border: 1px solid #AAABAD;
        padding: 0px 10px 20px 15px;
        border-radius: 5px;
        margin-top: 15px;
    }

    .buttonNaranjaUb {
        padding: 10px 43px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        margin-left: 10px;
        margin-top: 15px;
        min-width: 130px;
        width: 100%;
        cursor: pointer;
        height: auto;
        font-size: 14px;
    }

    .buttonNaranjaBuscar {
        padding: 10px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        min-width: 100px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
        margin-left: 63px;
        margin-right: 0px;
    }

    .buttonNaranjaSig {
        padding: 10px 30px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        margin: 10px 5px 0px 5px !important;
        min-width: 170px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
    }

    .buttonAzulReg {
        padding: 10px 30px;
        background-color: #085FA9;
        color: #FFFFFF;
        border-radius: 5px;
        border: 0px;
        margin: 10px 5px 0px 5px !important;
        min-width: 170px;
        font-weight: bold;
        width: fit-content;
        cursor: pointer;
        height: 40px;
    }

    img.imgStreet {
        border-radius: 4px;
        width: 100%;
        height: 194px;
        cursor: pointer;
    }

    img.logoNuevoN {
        width: 15%;
        border-radius: 5px;
    }

    div.streetImages {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    div.nuevoBorderImg {
        border: 3px solid #AAABAD;
        border-radius: 5px;
        margin-top: 15px;
        width: 80%;
        height: 200px;
        margin: 10px 0px 10px 0px;
        cursor: pointer;
    }

    div.nuevoBorderImgRight {
        border: 3px solid #AAABAD;
        border-radius: 5px;
        margin-top: 15px;
        width: 80%;
        height: 200px;
        margin: 10px 0px 10px 0px;
    }

    div.nuevoBorderImgLeft {
        border: 3px solid #AAABAD;
        border-radius: 5px;
        margin-top: 15px;
        width: 80%;
        height: 200px;
        margin: 10px 0px 10px 0px;
    }

    div.espaciosBorder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #AAABAD;
        padding: 20px 20px 20px 20px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.amenidadesBorder {
        display: flex;
        flex-direction: column;
        border: 1px solid #AAABAD;
        padding: 20px 30px 20px 45px;
        border-radius: 5px;
        justify-content: center;
        margin-top: 15px;
    }

    div.buttonsContainer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    div.logoSection {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: row;
        padding: 20px;
    }

    .espacios {
        display: flex;
        flex-direction: column;
        width: 98%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    input.inputComponent {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 92%;
        margin: 0px 3px 0px 3px;
    }

    input.inputComponentCalle {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 97.5%;
        margin: 0px 3px 0px 3px;
    }

    select.selectNuevoForm {
        display: flex;
        border: 1px solid var(--color-gris2);
        color: #000000;
        height: 45px;
        border-radius: 5px;
        padding: 10px;
        width: 92%;
        margin: 0px 3px 0px 3px;
    }

    label.tituloInput {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
        margin: 15px 4px 0px 4px;
    }

    .pac-container, .pac-item {
        text-overflow: inherit;
        white-space: inherit;
    }

    .testimonioDescripcionCTM {
        /* margin-top: 0px; */
    }

    .imagenBannerPrincipal {
        width: 300px;
    }

    .contenedorRashoAvaclick {
        margin-top: -62px;
        margin-left: 190px;
    }

        .contenedorRashoAvaclick img {
            /* margin-left: 60px; */
            width: 50px;
        }

        .contenedorRashoAvaclick span {
            font-size: 18px;
            margin-left: 15px !important;
            width: 208px;
        }

    .contenedorSoporteDOV {
        flex-direction: column;
    }

        .contenedorSoporteDOV img {
            margin-bottom: 30px;
        }

    .imagenContenidoReporteDOV {
        width: 300px;
    }

    #logoAliadoN1 {
        display: none;
    }
}

@media (max-width: 570px) {
    .tituloDOV {
        width: 290px;
    }
}

@media (max-width: 550px) {
    .tituloBannerPrincipal {
        margin: 4% 0 0 4%;
    }

    #alertaSobreTarjeta {
        margin: 0px 20px;
    }
}

@media (max-width: 530px) {
    .fondoDetalle1 {
        margin-top: -60px;
    }

    .fondoDetalle2 {
        margin-top: -50px;
    }
}

@media (max-width: 500px) {
    .tituloBannerPrincipal {
        font-size: 25px;
    }

    .subTituloBannerPrincipal {
        margin-left: -4%;
        margin-top: 25%;
    }
}

@media (max-width: 480px) {
    span.infoTitle {
        margin-right: 0px;
    }

    span.infoTitleAm {
        margin-top: 15px;
        left: 10px;
    }

    .amenidadesEnLaVivienda {
        display: none;
    }

    div.nuevoBorder {
        border: 1px solid #AAABAD;
        padding: 0px 25px 20px 25px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.selectUbicacion {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    div.amenidadesBorder {
        display: flex;
        flex-direction: column;
        border: 1px solid #AAABAD;
        padding: 20px 10px 20px 15px;
        border-radius: 5px;
        justify-content: center;
        margin-top: 15px;
    }

    .buttonNaranjaBuscar {
        padding: 10px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        min-width: 100px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .pac-container, .pac-item {
        text-overflow: inherit;
        white-space: inherit;
    }

    .textoBannerDOV {
        width: auto;
        text-align: center;
    }

    #pasoProcesoDOV5 {
        margin-top: 54px;
        width: 230px;
    }

    .botonNaranjaDePlanesDOV {
        padding: 10px 15px;
    }

    .tituloDOV {
        /* margin-top: -200px; */
        /* margin-left: 0px; */
        /* width: 90%; */
        font-size: 17px;
        width: 200px;
    }

    .textoBannerDOV {
        margin: 100px 10% 50px 10%;
    }

    .grupoTituloAmenidades {
        flex-direction: column;
    }
}

@media (max-width: 470px) {
    .textoNuestroServicio1, .textoNuestroServicio2 {
        width: auto;
    }

    .tituloBannerPrincipal {
        font-size: 20px;
        margin-top: 15px;
    }

    #ImagenBannerNoticias {
        width: 310px;
    }

    #contenidoCompletoNoticias {
        height: auto;
        margin-bottom: 50px;
    }
}

@media (max-width: 450px) {
    .subTituloBannerPrincipal {
        font-size: 16px;
        margin-left: -13%;
    }

    #contenidoMetodoPagoNueva {
        width: auto;
    }

    #contenedorTituloParticular, #contenedorTituloProfesional {
        flex-direction: column;
        width: auto;
    }

    .contenedorBotonesMiPlan {
        flex-direction: column;
        align-items: center;
    }

    .boton1MiPlanA, .boton2MiPlanB {
        flex: none;
    }

    .botonMetodoPagoSustituir {
        margin: 0px;
    }

    .custom-contact-input {
        width: auto !important;
    }

    #colorPlanPremium, #colorPlanEstandar, #colorPlanEnterprise, #colorPlanPro, #colorPlanLite {
        margin-top: 40px;
    }
}

@media (max-width: 420px) {
    .tituloDOV {
        font-size: 17px;
        width: 180px;
        margin-top: 20px;
    }
}

@media (max-width: 400px) {
    /*******RANGO VISTA PROCESO*******/

    .mensajeConceptualVerde {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -85px;
        right: -20px;
        top: -15px;
    }

    .mensajeConceptualVerdeDer {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -85px;
        top: -15px;
    }

    .imgMensajeVerde {
        margin: 0 5px 0 15px;
        width: 140px;
    }

    .parrafoMensajeVerde {
        font-size: 10px;
        margin: 5px;
        line-height: 12px;
        font-weight: 600;
    }

    .triangle {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #67C89F;
        transform: rotate(180deg);
        bottom: -50px;
        right: 15px;
        position: relative;
        z-index: -1;
    }

    .triangleVerdeDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #67C89F;
        transform: rotate(180deg);
        bottom: -50px;
        left: -20px;
        position: relative;
        z-index: -1;
    }

    .mensajeConceptualNaranja {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -85px;
        right: -20px;
        top: -15px;
    }

    .triangleNaranja {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #FFE17D;
        transform: rotate(180deg);
        bottom: -65px;
        right: 25px;
        position: relative;
        z-index: -1;
    }

    .mensajeConceptualNaranjaDer {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -85px;
        top: -15px;
    }

    .triangleNaranjaDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #FFE17D;
        transform: rotate(180deg);
        bottom: -65px;
        left: -20px;
        position: relative;
        z-index: -1;
    }

    .mensajeConceptualRojo {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: -85px;
        right: -20px;
        top: -15px;
    }

    .triangleRojo {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #F8796C;
        transform: rotate(180deg);
        bottom: -55px;
        right: 35px;
        position: relative;
        z-index: -1;
    }

    .mensajeConceptualRojoDer {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        right: -10px;
        left: -85px;
        top: -15px;
    }

    .triangleRojoDer {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #F8796C;
        transform: rotate(180deg);
        bottom: -55px;
        left: -40px;
        position: relative;
        z-index: -1;
    }

    .fondoDetalle1 {
        margin-top: -50px;
    }

    .fondoDetalle2 {
        margin-top: -40px;
    }
}

@media (max-width: 400px) {
    .contenedorAsesoriaDOV {
        height: 460px;
    }

    #iniciarSesion {
        margin-left: 0px;
    }
}

@media (max-width: 380px) {
    .tituloBannerPrincipal {
        margin: 1% 0 0 4%;
    }
}

@media (max-width: 370px) {
    #reporteAvaclick {
        display: none;
    }

    .contendorHeader {
        justify-content: space-between;
    }
}

@media (max-width: 320px) {
    /*Estilos Proceso/Nuevo*/
    div.sobreMiReporte {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    div.selectNuevo {
        width: 75%;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    select.selectNuevo {
        display: flex;
        border: 1px solid var(--color-gris2);
        color: #000000;
        height: 40px;
        width: 100%;
        border-radius: 4px;
        padding: 5px;
        margin: 10px 0px 10px 12px;
        font-size: 14px;
    }

    span.selectTitle {
        font-weight: bold;
        font-size: 11px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 12px;
    }

    div.nuevoBorder {
        border: 1px solid #AAABAD;
        padding: 20px 15px 20px 15px;
        border-radius: 5px;
        margin-top: 15px;
    }

    span.tituloInput {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 12px;
    }

    div.selectUbicacion {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    input.inputComponentMap {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 5px;
        width: 100%;
    }

    div.buttonUbCont {
        margin: 0px 20px 0px 0px;
    }

    .buttonNaranjaUb {
        padding: 5px 15px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        margin-left: 20px;
        margin-top: 32px !important;
        min-width: 130px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
        font-size: 14px;
    }

    .buttonNaranjaBuscar {
        padding: 10px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        min-width: 100px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
        margin-left: 0px;
        margin-right: 0px;
    }


    .buttonNaranjaSig {
        padding: 10px 30px;
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        margin: 0px 0px 0px 0px;
        min-width: 120px;
        width: fit-content;
        cursor: pointer;
        height: 38px;
    }

    .buttonAzulReg {
        padding: 10px 30px;
        background-color: #085FA9;
        color: #FFFFFF;
        border-radius: 5px;
        border: 0px;
        margin: 5px 0px 0px 0px;
        min-width: 120px;
        font-weight: bold;
        width: fit-content;
        cursor: pointer;
        height: 40px;
    }

    img.imgStreet {
        border-radius: 4px;
        width: 100%;
        height: 144px;
        cursor: pointer;
    }

    img.logoNuevoN {
        width: 20%;
        border-radius: 5px;
    }

    div.streetImages {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    div.nuevoBorderImg {
        border: 3px solid #AAABAD;
        border-radius: 5px;
        margin-top: 15px;
        width: 100%;
        height: 150px;
        margin: 10px 0px 10px 0px;
        cursor: pointer;
    }

    div.nuevoBorderImgRight {
        border: 3px solid #AAABAD;
        border-radius: 5px;
        margin-top: 15px;
        width: 100%;
        height: 150px;
        margin: 10px 0px 10px 0px;
    }

    div.nuevoBorderImgLeft {
        border: 3px solid #AAABAD;
        border-radius: 5px;
        margin-top: 15px;
        width: 100%;
        height: 150px;
        margin: 10px 0px 10px 0px;
    }

    div.domDatosInputContainer {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    div.inmBorder {
        display: flex;
        flex-direction: column;
        border: 1px solid #AAABAD;
        padding: 20px 25px 20px 25px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.espaciosBorder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #AAABAD;
        padding: 20px 20px 20px 20px;
        border-radius: 5px;
        margin-top: 15px;
    }

    div.amenidadesBorder {
        display: flex;
        flex-direction: column;
        border: 1px solid #AAABAD;
        padding: 20px 20px 20px 20px;
        border-radius: 5px;
        justify-content: center;
        margin-top: 15px;
    }

    div.amenidadesContainer {
        display: flex;
        flex-direction: column;
        justify-items: center;
    }

    div.amenidadC {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }

    div.buttonsContainer {
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    div.logoSection {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: row;
        padding: 20px;
    }

    .espacios {
        display: flex;
        flex-direction: column;
        width: 98%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    select.selectNuevoForm {
        display: flex;
        border: 1px solid var(--color-gris2);
        color: #000000;
        height: 45px;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    input.inputComponent {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    input.inputComponentCalle {
        border: 1px solid var(--color-gris2);
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    label.tituloInput {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 13px;
        margin: 0px 0px 0px 0px;
    }

    span.amenidadTexto {
        font-weight: bold;
        text-align: center;
        padding-top: 5px;
    }

    .pac-container, .pac-item {
        text-overflow: inherit;
        white-space: inherit;
    }
}

/* QUERYS ARZ*/
@media(max-width: 1920px) {
    .imgmensaje {
        margin-left: -3%;
        margin-top: 3.5%;
        width: 3.5%;
        position: relative;
    }
}

@media(max-width: 1440px) {
    .imgmensaje {
        margin-left: -3.5%;
        margin-top: 4.5%;
        width: 5.5%;
        position: relative;
    }
}

@media(min-width: 1600px) {


    .mensajeConceptualVerdeDer {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: 550px;
        top: -15px;
    }


    .mensajeConceptualNaranjaDer {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: 680px;
        top: -20px;
    }

    .triangleNaranjaDer {
        bottom: -65px;
    }

    .mensajeConceptualRojoDer {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        right: -10px;
        left: 850px;
        top: -15px;
    }

    .triangleRojoDer {
        bottom: -50px;
    }
}


@media(min-width: 1400px) and (max-width: 1600px) {


    .mensajeConceptualVerdeDer {
        position: absolute;
        background-color: #67C89F;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: 445px;
        top: -15px;
    }


    .mensajeConceptualNaranjaDer {
        position: absolute;
        background-color: #FFE17D;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        left: 500px;
        top: -20px;
    }

    .triangleNaranjaDer {
        bottom: -65px;
    }

    .mensajeConceptualRojoDer {
        position: absolute;
        background-color: #F8796C;
        border-radius: 10px;
        display: none;
        width: 125px;
        z-index: 9;
        right: -10px;
        left: 600px;
        top: -15px;
    }

    .triangleRojoDer {
        bottom: -50px;
    }
}

@media(max-width: 1000px) {
    .imagenesSecundariasSN {
        display: none;
    }

    .listadoNuestroEquipo {
        display: flex;
        flex-direction: column;
        align-items: safe center;
        margin-top: 20px;
        justify-content: right;
        margin-left: 15%;
    }
}

@media(max-width: 750px) {
    .imgmensaje {
        margin-left: -4.5%;
        margin-top: 7.5%;
        width: 8%;
        position: relative;
    }

    .ContenedorTar {
        width: 80%;
        margin-left: 20px;
    }

    .contenedorOpAgVal {
        width: 99%;
    }

    .imgOP2 {
        top: -15px;
        right: -15px;
        max-width: 60%;
        height: auto;
        position: absolute;
        float: right;
    }

    .imgOP3 {
        top: -15px;
        right: -15px;
        max-width: 60%;
        height: auto;
        position: absolute;
        float: right;
    }

    .OpAgVal {
        position: absolute;
        justify-content: center;
        min-height: 350px;
        width: 100%;
        box-shadow: 0px 3px 136px #00000029;
        border-radius: 5px;
        text-align: center;
        justify-content: space-between;
        align-items: center;
        margin-left: 4.5%;
    }

    SeparacionTar {
        padding: 0%;
    }

    .CasitasOP {
        margin-top: 140px;
        width: 200px;
        height: 55px;
    }

    .tituloFacilitador {
        text-align: center;
    }

    .tituloBannerSN {
        font-size: 3.5vw;
        font-weight: bold;
        color: var(--color-azul);
        z-index: 2;
    }

    .padbannerSN {
        padding-top: 30px;
        padding-left: 110px;
        width: 90%;
    }
}

@media(max-width: 600px) {
    .imgmensaje {
        margin-left: 37%;
        margin-top: -5.5%;
        width: 10%;
        position: relative;
    }
}

@media(max-width: 480px) {
    .imgmensaje {
        margin-left: 43%;
        margin-top: -5.5%;
        width: 10%;
        position: relative;
    }
    .pop-up-wrap {
        margin-top: 135px;
        margin-bottom: 1%;
        width: 79%;
        border-radius: 5px;
    }
}

@media(max-width: 420px) {
    .imgmensaje {
        margin-left: 53%;
        margin-top: -5.5%;
        width: 12%;
        position: relative;
    }
}


/*POPUP CONFIRMACION*/
.pop-up {
    background: rgba(48, 48, 48, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.pop-up-wrap {
    opacity: 0;
    transition: .3s ease all;
    background-color: white;
    width: 60%;
    margin-left:-25px;
}

.pop-up-title {
    z-index: 4;
    width: 1vw;
    display: block;
}

.pop-up-title2 {
    display: none;
}

.pop-upsubcription::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.pop-upsubcription {
}

.imgTam {
    height: 24vw;
    margin-left: 0px;
    border-radius: 5px;
}

.pop-upsub-content {
    padding-left: 2%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.pop-upsub-contenth {
    color: #FF9E1A;
    /* font-size: 3vw;*/
}

.pop-upsub-contentp {
    font-weight: 500;
    font-size: 1.8vw;
    color: #8B8B8E;
    text-align: left;
    /*width:75%;*/
}

.pop-upsubs-send {
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    border-radius: 5px;
    border: 0px;
    width: 15vw;
    height: 3vw;
    align-self: center;
    font-size: 1.5vw;
}

#pop-upclose {
    position: absolute;
    z-index: 5;
    float: right;
    top: -40px;
    left: -20px;
    font-size: 45px;
    color: #000000;
    cursor: pointer;
    display: flex;
}

.pop-up.show {
    visibility: visible;
}

.pop-up-wrap.show {
    transform: scale(1);
    opacity: 1;
}

/*QUERY POPUP CONFIRMACION*/
@media(max-width: 1000px) {
    .pop-upsub-content {
        padding: 5% 7% 5% 7% !important;
    }

    .pop-up-wrap {
        margin-top: 145px;
        margin-bottom: 1%;
        width: 79%;
        border-radius: 5px;
        margin-left:0;
    }

    .pop-upsub-contenth {
        color: #FF9E1A;
        font-size: 22px;
        text-align: center;
    }

    .pop-upsub-contentp {
        font-weight: 450;
        font-size: 18px;
        color: #8B8B8E;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        /* width:100%;*/
    }

    #pop-upclose {
        position: absolute;
        z-index: 5;
        float: right;
        right: 5px;
        font-size: 50px;
        color: #000000;
        cursor: pointer;
        display: flex;
        margin-bottom: 5%;
    }

    .imgTam {
        width: 100%;
        height: auto !important;
        margin-left: 0px;
        border-radius: 15px;
    }

    .pop-upsubs-send {
        background-color: var(--color-naranja);
        color: var(--color-blanco);
        border-radius: 5px;
        border: 0px;
        width: 70%;
        height: fit-content;
        align-self: center;
        font-size: 16px;
        justify-self: center;
        margin-top: 10px;
    }

    .pop-up-title {
        display: none;
    }

    .pop-up-title2 {
        display: block;
        padding-right: 0px;
        padding-left: 0px !important;
    }

    .ahrefPopupAnuncio {
        display: grid;
    }
}

@media(max-width: 480px) {
    .pop-up-wrap {
        margin-top: 110px;
        margin-bottom: 1%;
        width: 79%;
        border-radius: 5px;
        margin-left: 0;
    }
}


/* CREAR FICHA - NUEVO CSS */

/* INICIO DE LA VISTA DE CREAR FICHA */

/* ELEMENTS */
.base {
    gap: 20px;
    width: 100%;
    padding: 20px;
    color: #000000;
    flex-direction: column;
}

.base * {
    margin: 0;
    padding: 0;
}

.base h1, h2, h3, p {
    line-height: normal;
}

.base > * {
    width: 100%;
    padding: 30px 7%;
    max-width: 1200px;
    border-radius: 15px;
    background-color: #FFFFFF;
}

.base__title {
    font-size: clamp(16px, 2.2vw, 22px);
}

.base__location {
    gap: 40px;
    flex-direction: column;
}

.base__location > * {
    width: 100%;
}

.info {
    gap: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.info--location {
    display: flex;
}

.info > * {
    width: 100%;
}

.info__title {
    font-size: clamp(16px, 2.2vw, 24px);
}

.info__paragraph {
    color: #555353;
    text-transform: unset;
    font-weight: 500 !important;
    font-size: clamp(12px, 2.2vw, 16px);
}

.location__type {
    gap: 20px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, 1fr);
}

.location__type > * {
    width: 100%;
}

.type {
    gap: 20px;
    display: flex;
    max-width: 300px;
    padding: 20px 15px;
    position: relative;
    align-items: center;
    border-radius: 10px;
    justify-self: center;
    flex-direction: column;
    background-color: #F5F5F5;
    justify-content: flex-start;
}

.type:hover {
    cursor: pointer;
}

.type > * {
    width: 100%;
}

.type__title {
    color: #555353;
    font-size: 16px;
    text-align: center;
}

.type__image {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 5 / 3;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
}

.image__source {
    width: 200%;
    height: 200%;
    object-fit: cover;
    aspect-ratio: inherit;
    border-radius: inherit;
    object-position: center center;
}

.type__details {
    gap: 15px;
    display: flex;
    list-style: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.type__details > * {
    width: 100%;
}

.details__paragraph {
    gap: 5px;
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: flex-start;
}

.paragraph__dot {
    top: 1px;
    width: 7px;
    height: 7px;
    aspect-ratio: 1;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    align-self: flex-start;
    background-color: #555353;
}

.paragraph__text {
    flex-grow: 1;
    color: #555353;
    font-size: 11px;
    line-height: 100%;
    font-weight: 700 !important;
}

.type__icon {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    display: none;
    aspect-ratio: 1;
    position: absolute;
}

.type--selected .type__icon {
    display: inline-block;
}

.type__border {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    border: 2px solid #F5F5F5;
}

.type--selected .type__border {
    border-color: #17AD6E;
}

.location__address {
    gap: 10px;
    display: grid;
    max-width: 500px;
    align-self: flex-start;
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, 1fr);
}

.address-container {
    gap: 10px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.address-container > * {
    width: 100%;
    flex-grow: 1;
}

.address-container:nth-child(3) > * {
    border-color: #AAABAD;
    background-color: #F5F5F5;
}

.address-container:nth-child(3) > *:hover {
    cursor: default;
}

.addressi {
    gap: 10px;
    display: flex;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    border-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid #F5F5F5;
    background-color: #F5F5F5;
    justify-content: space-evenly;
}

.addressi:nth-child(2) {
    max-width: 150px;
}

.addressi:hover {
    cursor: pointer;
}

.addressi > * {
    line-height: 100%;
}

.address--selected {
    border-color: #17AD6E;
    background-color: #FFFFFF;
}

.address--selected .type__icon {
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.addressi .address__title {
    color: #707070;
    font-size: 12px;
    font-weight: 700 !important;
}

.address--selected .address__title {
    color: #707070;
    font-size: 9px;
    font-weight: 600 !important;
}

.addressi .address__content {
    color: #707070;
    font-size: 10px;
    font-weight: 600 !important;
}

.address--selected .address__content {
    color: #000000;
    font-weight: 700 !important;
    font-size: clamp(14px, 2.2vw, 16px);
}

.info--postal {
    display: none;
}

.postal {
    gap: 5px;
    align-items: stretch;
}

.postal__image {
    align-self: flex-start;
}

.postal__title {
    flex-grow: 1;
    color: #555353;
    word-break: break-word;
    font-size: clamp(16px, 2.2vw, 20px);
}

.operation {
    gap: 8px;
    justify-content: flex-start;
}

.operation__button {
    gap: 6px;
    width: 50%;
    flex-grow: 1;
    padding: 18px 0;
    max-width: 170px;
    position: relative;
    border-radius: 12px;
    background-color: #F5F5F5;
}

.operation__button:hover {
    cursor: pointer;
}

.operation__button--selected .type__border {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    border: 2px solid #17AD6E;
}

.operation__button--selected .type__icon {
    top: 6px;
    right: 6px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.button__type {
    color: #555353;
    font-weight: 700 !important;
    font-size: clamp(16px, 2.2vw, 20px);
}

.base__price {
    gap: 25px;
    flex-direction: column;
}

.base__price > * {
    width: 100%;
}

.price__details {
    gap: 20px;
    flex-direction: column;
}

.price__details > * {
    order: 0;
}

.details__popup {
    gap: 8px;
    opacity: 0;
    display: none;
    padding: 16px;
    max-width: 260px;
    border-radius: 18px;
    flex-direction: column;
    transition: opacity .3s;
    background-color: #FF9E1A;
}

.details__popup > * {
    color: #FFFFFF;
    line-height: normal;
}

.popup__title {
    font-size: 15px;
    align-self: flex-start;
}

.popup__description {
    font-size: 12px;
}

.details__input {
    overflow: hidden;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 15px;
    align-items: stretch;
    border: 2px solid #AAABAD;
    background-color: #F5F5F5;
    justify-content: flex-start;
}

.details__input > * {
    border: none;
}

.input__sign {
    color: #AAABAD;
    font-size: 27px;
    background-color: inherit;
    font-weight: 700 !important;
}

.input__price {
    width: 50%;
    flex-grow: 1;
    outline: none;
    font-size: 24px;
    padding-left: 10px;
    background-color: inherit;
    font-weight: 700 !important;
}

.input__price, .input__price::placeholder {
    color: #AAABAD;
    caret-color: #AAABAD;
}

.price__range {
    gap: 20px;
    margin-bottom: 30px;
    flex-direction: column;
}

.price__range > * {
    width: 100%;
}

.range__title {
    color: #555353;
    text-align: center;
    font-weight: 700 !important;
    font-size: clamp(12px, 2.2vw, 14px);
}

.prices__minmax {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.price {
    font-size: 14px;
    line-height: normal;
    font-weight: 700 !important;
}

.price--min {
    justify-self: flex-end;
    transform: translateX(50%);
}

.price--max {
    grid-column-end: 4;
    grid-column-start: 3;
    justify-self: flex-start;
    transform: translateX(-50%);
}

.range__bar {
    display: grid;
    border-radius: 10px;
    background-color: #F5F5F5;
    grid-template-columns: 1fr 2fr 1fr;
}

.bar {
    width: 100%;
    height: 12px;
    position: relative;
    grid-column-end: 3;
    align-self: center;
    justify-self: center;
    grid-column-start: 2;
    background-color: #555353;
}

.bar__bound {
    height: 250%;
    position: absolute;
    border-radius: 10px;
    border: 4px solid #555353;
}

.bound--left {
    left: 0;
}

.bound--right {
    right: 0;
}

/* COLOCAR TODO ANTES DE VALIDITY */
.base__validity {
    gap: 25px;
    flex-direction: column;
}
/* FIN DE LA VISTA DE CREAR FICHA */

/* INICIO DE LA VISTA DE EDITAR CONTACTO */
.base-contact {
    width: 100%;
    background-color: #F5F5F5;
}

.contact {
    gap: 30px;
    width: 100%;
    padding: 3%;
    border-radius: 15px;
    flex-direction: column;
    background-color: #FFFFFF;
}

.contact > * {
    width: 100%;
}

.contact__header {
    overflow: hidden;
    box-shadow: none;
    height: fit-content;
    border-radius: 15px;
    background-color: #555353;
}

.header__info {
    gap: 10px;
    width: 100%;
    padding: 20px 25px;
    flex-direction: column;
    align-items: flex-start;
    background-color: #000000;
}

.info__agency {
    margin: 0;
    color: #FFFFFF;
    font-size: clamp(18px, 2.2vw, 26px);
}

.name__agency {
    display: none;
    color: #FFFFFF;
}

.method {
    gap: 10px;
}

.method__icon {
    width: 15px;
    aspect-ratio: 1;
}

.method__text {
    margin: 0;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 0.1px;
}

.header__image {
    display: none;
}

.image__agency {
    width: 30%;
    aspect-ratio: 1;
    max-width: 110px;
    border-radius: 50%;
}

.contact__data {
    overflow: hidden;
    max-width: 450px;
    border-radius: 15px;
    flex-direction: column;
}

.contact__data > * {
    width: 100%;
    max-width: 560px;
    padding: 30px 20px;
    background-color: #F5F5F5;
}

.data__user {
    gap: 10px;
    flex-direction: column;
}

.data__user > * {
    width: 100%;
}

.user__title {
    font-size: clamp(16px, 2.2vw, 24px);
}

.user__title--d::after {
    content: "Datos de la Portada";
}

.user__title--i::after {
    content: "Foto para la Portada";
}

.user__title, .user__paragraph {
    margin: 0;
    color: #555353;
    line-height: 100%;
}

.user__paragraph {
    font-size: clamp(12px, 2.2vw, 14px);
}

.user__form {
    gap: 15px;
    margin-top: 15px;
    flex-direction: column;
}

.field {
    width: 100%;
    flex-grow: 1;
    overflow: hidden;
    padding-left: 10px;
    border-radius: 10px;
    border: 1px solid #707070;
    background-color: #FFFFFF;
}

.field > * {
    background-color: inherit;
}

.field__shape {
    gap: 5px;
}

.shape__icon {
    width: 15px;
    aspect-ratio: 1;
}

.shape__text {
    display: none;
    font-size: 14px;
    font-weight: 600 !important;
}

.field__input {
    width: 100%;
    border: none;
    outline: none;
    color: #000000;
    font-size: 14px;
    padding: 8px 10px 8px 5px;
}

.field__input::placeholder { 
    color: #AAABAD;
}

.data__images {
    gap: 10px;
    flex-direction: column;
}

.data__images > * {
    width: 100%;
}

.images__container {
    gap: 30px;
    flex-grow: 1;
    margin-top: 15px;
    padding: 30px 20px;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    border: 2px dashed #AAABAD;
}

.container__image {
    max-height: 140px;
}

.container__icon {
    align-self: center;
}

.container__text {
    font-size: 13px;
    text-align: center;
    font-weight: 700 !important;
}

.container__label {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.container__label {
    cursor: pointer;
}

.container__file {
    display: none;
}

.images__form {
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border-radius: 8px;
    height: fit-content;
    outline-offset: -2px;
    outline: 2px solid #085FA9;
    transition: outline-offset 0.15s ease-in-out;
}

.images__form:hover {
    cursor: pointer;
    outline-offset: 3.5px;
}

.form__label {
    margin: 0;
    width: 100%;
    padding: 9px;
    color: #FFFFFF;
    border-radius: inherit;
    background-color: #085FA9;
    font-weight: 600 !important;
}

.form__label:hover {
    cursor: pointer;
}

.form__file {
    display: none;
}

.contact__save {
    width: 100%;
    max-width: 1120px;
}

.save__button {
    width: 100%;
    color: #FFFFFF;
    padding: 12px 0;
    max-width: 300px;
    border-radius: 8px;
    background-color: #FF9E1A;
    font-weight: 600 !important;
}

.base__features {
    gap: 15px;
    flex-direction: column;
}

.base__features > * {
    width: 100%;
}

.button__edit {
    gap: 10px;
    margin-top: 15px;
    overflow: hidden;
    padding: 8px 30px;
    border-radius: 8px;
    align-items: stretch;
    align-self: flex-start;
    background-color: #F5F5F5;
    width: fit-content !important;
}

.button__edit:hover {
    cursor: pointer;
}

.button__edit > * {
    background-color: inherit;
}

.edit__trigger {
    color: #AAABAD;
    outline: none !important;
    font-weight: 600 !important;
}

.edit__icon {
    width: 16px;
    aspect-ratio: 1;
}

.features__list {
    gap: 5px;
    display: grid;
    grid-auto-rows: 1fr;
    list-style-type: none;
    grid-template-columns: repeat(2, 50%);
}

.feature {
    gap: 10px;
    z-index: 1;
    border: none;
    padding: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    background-color: #F5F5F5;
}

.feature:nth-child(8).feature--selected.feature--display {
    overflow: visible;
    justify-content: flex-end;
}

.feature:nth-child(8) .feature__description {
    display: flex;
    flex-direction: column-reverse;
}

.feature:hover {
    cursor: pointer;
}

.feature > * {
    z-index: 1;
    position: relative;
}

.feature--selected {
    justify-content: center;
    background-color: #FFFFFF;
}

.feature--selected.feature--display {
    justify-content: space-between;
}

.feature__icon {
    width: clamp(35px, 2.6vw, 50px);
    height: clamp(35px, 2.6vw, 50px);
}

.feature__description {
    margin: 0;
    width: 100%;
    display: flex;
    color: #555353;
    flex-wrap: wrap;
    overflow: hidden;
    text-align: center;
    align-items: center;
    line-height: normal;
    text-overflow: ellipsis;
    justify-content: center;
    white-space: break-spaces;
    font-weight: 700 !important;
    flex-direction: column-reverse;
    font-size: clamp(12px, 2.2vw, 15px);
}

.feature--selected .feature__description {
    flex-direction: row;
    font-weight: 500 !important;
}

.description__quantity {
    color: #AAABAD;
    font-weight: 500 !important;
    font-size: clamp(10px, 2.2vw, 12px);
}

.feature--selected .description__quantity {
    color: #FF9E1A;
    font-weight: 700 !important;
    font-size: clamp(12px, 2.2vw, 15px);
}

.feature__control {
    gap: 3px;
    width: 100%;
    display: none;
}

.feature--selected.feature--display .feature__control {
    display: flex;
}

.feature__control > * {
    width: 40px;
    height: 40px;
    border: none;
    aspect-ratio: 1;
    border-radius: 6px;
    outline: none !important;
}

.control__button {
    display: flex;
    color: #FFFFFF;
    font-size: 36px;
    line-height: normal;
    align-items: center;
    justify-content: center;
    background-color: #AAABAD;
    font-weight: 500 !important;
}

.control__button--minus {
}

.control__button--plus {
}

.control__input {
    padding: 5px;
    color: #555353;
    text-align: center;
    caret-color: #555353; 
    background-color: #FFFFFF;
    font-weight: 600 !important;
}

.feature--selected .control__input {
    background-color: #F5F5F5;
}

.control__select {
    gap: 10px;
}

.select__type {
    font-size: clamp(14px, 2.2vw, 16px);
}

.select__icon {
}

.select__options {
    left: 0;
    gap: 8px;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: none;
    position: absolute;
    border-radius: 10px;
    flex-direction: column;
    background-color: #FFFFFF;
    transform: translateY(110%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.select__options > * {
    width: 100%;
    padding: 5px;
    font-size: 12px;
    text-align: start;
    border-radius: 5px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
}

.select__options > *:hover {
    cursor: pointer;
    border-color: #555353;
    box-sizing: border-box;
}

.feature__border {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    border-radius: inherit;
    border: 2px solid #17AD6E;
}

.feature--selected .feature__border {
    display: inline-block;
}

.feature__check {
    display: none;
    position: absolute;
    width: clamp(15px, 2.2vw, 20px);
}

.feature--selected .feature__check {
    top: 8px;
    right: 8px;
    display: inline-block;
}

.button__save {
    display: none;
    justify-content: flex-end;
}

.save__trigger {
    color: #FFFFFF;
    padding: 8px 16px;
    width: fit-content;
    border-radius: 10px;
    background-color: #FF9E1A;
    font-weight: 700 !important;
    font-size: clamp(16px, 2.2vw, 20px);
}

.base__amenities {
    gap: 30px;
    flex-direction: column;
}

.base__amenities  > * {
    width: 100%;
}

.amenities {
    gap: 15px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
}

.amenities__list {
    width: 100%;
    row-gap: 8px;
    display: grid;
    column-gap: 12px;
    grid-auto-rows: 1fr;
    list-style-type: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amenity {
    gap: 5px;
    z-index: 1;
    border: none;
    padding: 5px 2.5px;
    position: relative;
    border-radius: 8px;
    flex-direction: column;
}

.amenity:hover {
    cursor: pointer;
}

.amenity > * {
    z-index: 1;
    position: relative;
}

.amenity__check {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    border: 2px solid #F84C3B;
}

.amenity--selected .amenity__check {
    border-color: #17AD6E;
}

.check__icon {
    top: 5px;
    right: 5px;
    aspect-ratio: 1;
    position: absolute;
    width: clamp(8px, 2.2vw, 30px);
    height: clamp(8px, 2.2vw, 30px);
}

.amenity__icon {
}

.amenity__name {
    width: 100%;
    color: #555353;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: break-spaces;
    max-width: calc(100% - 2px);
    font-size: clamp(8px, 2vw, 16px);
}

.base__contact {
    gap: 40px;
    flex-direction: column;
}

.base__contact > * {
    width: 100%;
}

.base__contact .contact__header {
    padding: 5%;
    background-color: #F5F5F5;
}

.base__contact .header__info {
    border-radius: inherit;
}

.base__contact .header__image {
    background-color: #555353;
    border-radius: 0 15px 15px 0;
}

.base__contact .method__text {
    overflow-wrap: anywhere;
}

.base__contact .base-contact {
    padding: 0;
    background-color: #FFFFFF;
}

.base__contact .contact {
    gap: 0;
    padding: 0;
    border-radius: 0;
}

.base__contact .contact__data {
    gap: 0;
    display: none;
    flex-wrap: wrap;
}

.base__contact .data__user {
    border-radius: 15px 15px 0 0;
}

.base__contact .data__images {
    border-radius: 0;
}

.base__contact .images__container {
    background-color: #FFFFFF;
}

.contact__profile {
    gap: 20px;
    flex-direction: column;
}

.contact__profile .info__title {
    text-align: center;
}

.profile__selection {
    gap: 7px;
    width: 100%;
    padding: 7px;
    max-width: 400px;
    border-radius: 8px;
    align-items: stretch;
    background-color: #F5F5F5;
}

.selection__button {
    flex-grow: 1;
    color: #555353;
    padding: 4.5% 0;
    line-height: 100%;
    border-radius: inherit;
    outline: none !important;
    background-color: #FFFFFF;
    font-weight: 600 !important;
    font-size: clamp(14px, 2.2vw, 16px);
}

.selection__button--default::after {
    content: "Predeterminada";
}

.selection__button--new::after {
    content: "Nuevo contacto";
}

.selection__button--selected.selection__button--default {
    color: #FFFFFF;
    background-color: #17AD6E;
}

.selection__button--selected.selection__button--new {
    color: #FFFFFF;
    background-color: #555353;
}

.data__default {
    gap: 20px;
    max-width: none;
    width: 100% !important;
    flex-direction: column;
    border-radius: 0 0 15px 15px !important;
}

.default__text {
    gap: 10px;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
}

.text__title {
    font-size: clamp(14px, 2.2vw, 16px);
}

.text__paragraph {
    color: #555353;
    font-size: clamp(12px, 1.8vw, 16px);
}

.default__switch {
    width: 80px;
    padding: 3.8px;
    flex-shrink: 0;
    border-radius: 20px;
    align-self: flex-start;
    background-color: #AAABAD;
}

.default__switch:hover {
    cursor: pointer;
}

.switch__control {
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: .2s ease-out;
    background-color: #FFFFFF;
}

.base__buttons {
    gap: 30px;
    flex-wrap: wrap;
    border-radius: 0;
    margin: 10px 0 50px;
    padding: 0 !important;
    background-color: inherit;
}

.buttons__steps {
    gap: 15px;
    padding: 0;
    width: 100%;
    flex-grow: 1;
    max-width: 400px;
    border-radius: 0;
    margin-right: auto;
    justify-self: flex-start;
}

.steps__number {
    margin: 0;
    color: #FF9E1A;
    font-size: 16px;
    font-weight: 600 !important;
}

.steps__progress {
    gap: 3px;
    height: 14px;
    flex-grow: 1;
    position: relative;
    border-radius: 10px;
    background-color: #FFFFFF;
    justify-content: flex-start;
}

.progress__bar {
    height: 100%;
    width: calc(100% / 3);
    display: inline-block;
    border-radius: inherit;
    background-color: #FF9E1A;
}

.buttons__container {
    gap: 10px;
    margin-left: auto;
    justify-self: flex-end;
}

.buttons__container > * {
    color: #FFFFFF;
    padding: 8px 30px;
    width: fit-content;
    border-radius: 8px;
    font-weight: 600 !important;
    font-size: clamp(16px, 2.2vw, 20px);
}

.buttons__cancel {
    justify-self: end;
    background-color: #AAABAD;
}

.buttons__continue {
    background-color: #FF9E1A;
}

.base__report {
    gap: 20px;
    bottom: 0;
    z-index: 1;
    right: 2.5%;
    bottom: 2.5%;
    position: fixed;
    width: fit-content;
    align-self: flex-end;
    padding: 0 !important;
    align-items: flex-end;
    flex-direction: column;
    background-color: inherit;
}

.report__main {
    gap: 20px;
    opacity: 0;
    max-width: 270px;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 15px;
    flex-direction: column;
    background-color: #F5F5F5;
    transform: translateX(110%);
    transition: all .3s ease-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main__content {
    gap: 10px;
    align-items: flex-start;
}

.content__icon {
    width: 48px;
    height: 48px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #555353;
}

.content__icon--yellow {
    background-color: #FF9E1A;
}

.content__icon--yellow:hover {
    cursor: pointer;
}

.icon__image {
}

.content__request {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

.content__close:hover {
    cursor: pointer;
}

.content__close::after {
    content: "X";
    color: #555353;
    line-height: 100%;
    font-weight: 600 !important;
}

.request__title {
    color: #555353;
    font-size: 14px;
    line-height: normal;
}

.request__paragraph {
    color: #555353;
    font-size: 12px;
    line-height: normal;
}

.main__display {
    gap: 5px;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 8px;
    outline: none !important;
    background-color: #555353;
    outline-offset: 0 !important;
    transition: background-color .2s !important;
}

.main__display:hover {
    background-color: #FF9E1A;
}

.display__icon {
}

.display__text {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600 !important;
}

.report__request {
    gap: 5px;
    align-items: flex-start;
}

/* SECCION DE SUBIR IMAGENES */
.base__pictures {
    flex-direction: column;
}

.base__pictures > * {
    width: 100%;
    max-width: 650px;
}

.pictures__selection {
    gap: 15px;
    margin: 30px 0;
    flex-direction: column;
}

.pictures__selection > * {
    width: 100%;
}

.images__container--pictures {
    gap: 10px;
    padding: 20px;
}

.display-pictures {
    gap: 10px;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
}

.container__icon--pictures {
    width: 40px;
}

.container__text--pictures {
    color: #555353;
    font-size: clamp(12px, 2.2vw, 16px);
}

.property__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    position: relative;
}

.property__image:hover {
    cursor: default;
}

.image__entered {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
    transition: all .2s ease-out;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.image__entered:hover {
    opacity: 0.8;
    cursor: default;
    transform: scale(1.1);
}

.image__delete::after {
    top: 5%;
    right: 5%;
    width: 20px;
    content: "x";
    color: #FFFFFF;
    aspect-ratio: 1;
    font-size: 18px;
    line-height: 100%;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    background-color: #555353;
    font-weight: 500 !important;
}

.image__delete:hover::after {
    cursor: pointer;
}

.base__selection {
    display: none;
    flex-direction: column;
}

.base__selection > * {
    width: 100%;
}

.selection__grid {
    gap: 8px;
    display: grid;
    margin: 50px 0;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(8, 1fr);
}

.grid__image {
    overflow: hidden;
    max-height: 100px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 3px 4px #AAABAD;
}

.grid__image--selected {
    box-shadow: none;
}

.grid__image:hover {
    cursor: pointer;
}

.selection__grid .image__entered {
    width: 100%;
    height: 100%;
    box-shadow: none;
    object-fit: contain;
    display: inline-block;
    border-radius: inherit;
}

.grid__image:hover .image__entered {
    opacity: 0.8;
    transform: scale(1.1);
}

.grid__check {
    top: 5px;
    margin: 0;
    right: 5px;
    display: none;
    aspect-ratio: 1;
    position: absolute;
    width: clamp(16px, 2.2vw, 24px);
}

.grid__image--selected .grid__check {
    display: inline-block;
}

.grid__border {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    border: 2px solid transparent;
}

.grid__border:hover {
    cursor: pointer;
}

.grid__image--selected .grid__border {
    border-color: #17AD6E;
}

.images__form--pictures {
    outline-color: #FF9E1A;
}

.form__label--pictures {
    background-color: #FF9E1A;
    font-size: clamp(16px, 2.2vw, 24px);
}

.base__buttons--pictures {
    width: 100%;
    max-width: none;
    margin: 30px 0 0;
}

.base__buttons--pictures > * {
    flex-grow: 1;
}

.steps__progress--pictures {
    background-color: #F5F5F5;
}

.buttons__container--pictures {
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
}

.buttons__container--pictures > * {
    flex-grow: 1;
}

.buttons__cancel--pictures {
    color: #AAABAD;
    background-color: #F5F5F5;
}

/* INICIO DE LA SECCION DE CHOOSING */
.base__choosing {
    display: none;
    flex-direction: column;
}

.base__choosing > * {
    width: 100%;
}

.choosing__images {
    gap: 8px;
    width: 100%;
    display: grid;
    margin: 50px 0 0;
    overflow: hidden;
    max-height: 350px;
    aspect-ratio: 16 / 9;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.cover {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.cover:nth-child(1) {
    grid-row: span 2;
}

.cover .image__entered {
    object-fit: cover;
    opacity: 1 !important;
    border-radius: inherit;
    transform: scale(1) !important;
}

.cover .image__entered:hover {
    object-fit: cover;
}

.choosing__grid {
    gap: 8px;
    display: grid;
    margin: 50px 0;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(8, 1fr);
}

.choosing__grid .grid__image--selected .grid__border {
    border-color: #FF9E1A;
}
/* FIN DE LA SECCION DE CHOOSING */







/* INICIO DE LOS ESTILOS DE LA SECCION DE DESCRIPCION DEL INMUEBLE */
.base__description {
    flex-direction: column;
}

.base__description > * {
    width: 100%;
}

.info--description > * {
    text-align: center;
}

.info--description p {
    text-align: start;
}

.description__area {
    gap: 20px;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 15px 15px;
    border-radius: 8px;
    margin: 30px 0 20px;
    justify-content: flex-end;
    background-color: #F5F5F5;
}

.description__area:hover {
    cursor: text;
}

.area__input {
    width: 100%;
    height: auto;
    resize: none;
    border: none;
    outline: none;
    color: #555353;
    min-height: 150px;
    overflow-y: scroll;
    line-height: normal;
    caret-color: #555353;
    background-color: inherit;
    font-size: clamp(12px, 2.2vw, 16px);
}

.area__input::-webkit-scrollbar {
    width: 0;
    display: none;
}

.input__chars {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chars {
    width: 100%;
    color: #AAABAD;
    margin-bottom: 10px;
    font-size: clamp(12px, 2.2vw, 16px);
}

.chars--ia {
    margin-bottom: 0 !important;
}

.chars__number {
}

.chars__attemps {
    gap: 8px;
    padding: 10px 15px;
    border-radius: 16px;
    background-color: #085FA9;
}

.attemps__paragraph {
    color: #FFFFFF;
    font-size: clamp(12px, 2.2vw, 16px);
}

.area__button {
    width: 48px;
    height: 48px;
    transform: none;
    aspect-ratio: 1;
    border-radius: 8px;
    background-color: #AAABAD;
    transition: transform .3s ease-in-out, outline-offset 0.15s ease-in-out, background-color 0.3s ease-in-out !important;
}

.area__button:disabled {
    cursor: text;
    pointer-events: none;
}

.area__button:disabled:hover {
    transition: none;
}

.button__send {
    animation: continue 4s linear infinite;
}

.area__button:disabled .button__send {
    animation: none;
}

@keyframes continue {
    0% {
        transform: translateY(0);
    }
    6% {
        transform: translateY(-5px);
    }
    12% {
        transform: translateY(0);
    }
    18% {
        transform: translateY(-5px);
    }
    24% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }

}

.base__enhanced {
    gap: 30px;
    display: none;
    flex-direction: column;
}

.base__enhanced > * {
    width: 100%;
}

.info--enhanced {
    text-align: center;
    margin-bottom: 10px;
}

.enhanced__version {
    gap: 15px;
    flex-direction: column;
}

.version__message {
    color: #AAABAD;
    font-weight: 600 !important;
    font-size: clamp(12px, 2.4vw, 16px);
}

.version__type {
    gap: 8px;
    width: 100%;
    padding: 8px;
    overflow: hidden;
    max-width: 515px;
    border-radius: 24px;
    align-items: stretch;
    background-color: #F5F5F5;
    justify-content: space-between;
}

.version {
    gap: 5px;
    flex-grow: 1;
    display: flex;
    transition: none;
    padding: 12px 5px;
    border-radius: 16px;
    justify-content: center;
    outline: none !important;
    background-color: #FFFFFF;
    flex-direction: row-reverse;
}

.version--selected {
    background-color: #085FA9;
}

.version__name {
    display: flex;
    color: #AAABAD;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    font-size: clamp(10px, 2.4vw, 16px);
}

.version--selected .version__name {
    color: #FFFFFF;
}

.version__icon {
    display: none;
    align-self: center;
    align-items: center;
    justify-content: center;
    width: clamp(12px, 1.8vw, 24px);
    height: clamp(12px, 1.8vw, 24px);
}

.version--selected .version__icon {
    display: flex;
}

.version--selected path, .version--selected circle {
    stroke: #FFFFFF;
}

.version--selected g g path {
    fill: #FFFFFF;
}

.enhanced__description {
    gap: 20px;
    padding: 30px 15px;
    border-radius: 8px;
    flex-direction: column;
    background-color: #F5F5F5;
}

.enhanced__description > * {
    width: 100%;
}

.delimiter {
}

.delimiter--odd {
    flex-direction: row-reverse;
}

.delimiter--odd.delimiter__action > *:hover {
    cursor: default;
}

.delimiter__quotes {
    align-self: center;
}

.delimiter--odd .delimiter__quotes {
    align-self: flex-end;
}

.delimiter__action {
    gap: 10px;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.delimiter__action > *:hover {
    cursor: pointer;
}

.delimiter__action.odd > *:hover {
    cursor: default;
}

.action__icon {
}

.action__text {
    color: #AAABAD;
    font-weight: 600 !important;
    font-size: clamp(12px, 2.2vw, 16px);
}

.action__text:nth-child(2) {
    margin-right: 5px;
}

.action__text--editing {
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #085FA9;
    animation: editing 1.2s infinite ease-in-out alternate;
}

@keyframes editing {
    from {
        color: #FFFFFF;
    }
    to {
        color: transparent;
    }
}

.description__paragraph {
    resize: none;
    height: auto;
    border: none;
    outline: none;
    overflow: hidden;
    min-height: 40px;
    text-align: start;
    background-color: inherit;
    font-weight: 600 !important;
    font-size: clamp(12px, 2.2vw, 16px);
}

.blinking {
    animation: blinking 2s linear infinite;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

/* INICIO DE LA SECCION DE CONFIRMACION DE DESCRIPCION */
.base__completed {
    display: none;
}

.input__confirm {
    width: 100%;
    justify-content: space-between;
}

.area__input:nth-child(2) {
    white-space: pre-wrap;
    font-size: clamp(12px, 2.2vw, 16px);
}

.confirm__attempts {
    gap: 5px;
    padding: 12px;
    border-radius: 16px;
    background-color: #085FA9;
}

.attemps__icon {
    aspect-ratio: 1;
    width: clamp(16px, 2.2vw, 24px);
}

.attemps {
    color: #FFFFFF;
    font-size: clamp(12px, 2.2vw, 16px);
}

.attemps__number {
}
/* FINAL DE LA SECCION DE CONFIRMACION DE DESCRIPCION */

.steps__progress--description {
    background-color: #F5F5F5;
}

.container__cancel {
    color: #AAABAD;
    background-color: #F5F5F5;
}

@keyframes shake {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

.description {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 10001;
    position: fixed;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3);
}

.description__popup {
    gap: 20px;
    width: 90%;
    overflow: hidden;
    max-width: 530px;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    padding: 40px 35px 30px;
    background-color: #FFFFFF;
}

.description__popup > * {
    margin: 0;
    max-width: 400px;
    text-align: center;
}

.popup__close {
    top: 4%;
    right: 3.5%;
    padding: 5px;
    overflow: hidden;
    width: fit-content;
    position: absolute;
    border-radius: 8px;
    display: inline-flex;
    align-self: flex-end;
    outline: none !important;
    background-color: #FFFFFF;
}

.popup__close:hover {
    cursor: pointer;
    background-color: #F5F5F5;
}

.popup__close:disabled {
    display: none;
}

.close__icon {
}

.popup__title--description {
    align-self: center;
    font-size: clamp(16px, 2.2vw, 24px);
}

.popup__description--description {
    font-size: clamp(12px, 2.2vw, 16px);
}

.popup__icon {
    width: 30%;
    max-width: 125px;
    position: relative;
}

.icon__stars {
    width: 100%;
}

.icon__bright {
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    filter: blur(10px);
    position: absolute;
    background-color: #FFFFFF;
    animation: beaming 3s linear infinite normal backwards;
}

@keyframes beaming {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(200px);
    }
    100% {
        transform: translateX(200px);
    }
}

.popup__button {
    width: 100%;
    color: #FFFFFF;
    padding: 10px 0;
    font-weight: 600;
    border-radius: 10px;
    background-color: #085FA9;
    font-size: clamp(16px, 2.2vw, 22px);
}

.popup__button:disabled {
    color: #AAABAD;
    outline-offset: 0;
    cursor: not-allowed;
    outline: none !important;
    background-color: #F5F5F5;
}
/* FINAL DE LOS ESTILOS DE LA SECCION DE DESCRIPCION DEL INMUEBLE */

/* INCIO DE SECCION DE NEGOCIOS */
.business {
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 10px;
    flex-direction: column;
}

.business__title {
    margin: 0;
    text-align: center;
    color: rgb(33, 37, 41);
    font-weight: 700 !important;
    font-size: clamp(20px, 3vh, 30px);
}

.business__button {
    border: 0;
    display: flex;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    padding: 16px 30px;
    border-radius: 40px;
    background: transparent;
    color: #FFFFFF !important;
    transition: 0.3s !important;
    font-weight: 700 !important;
}

.business__button:hover {
    color: #FFFFFF;
    transform: scale(1.1);
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.business__button:before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: inherit;
    background-size: 800% !important;
    animation: glowing 50s linear infinite;
    background: linear-gradient(45deg, #8711C1, #2472FC, #8711C1, #2472FC, #8711C1);
}
/* FIN DE SECCION DE NEGOCIOS */


/* INICIO DE LA SECCION DE VISUALIZACION DE FICHA */
.property-card {
    flex-direction: column;
}

.property-card > * {
    width: 100%;
}

.datasheet {
    gap: 30px;
    padding: 30px;
    flex-direction: column;
    background-color: #FFFFFF;
}

.datasheet > * {
    width: 100%;
}

.datasheet * {
    margin: 0;
}

.main-title {
    color: #000000;
    font-size: clamp(16px, 2.2vw, 20px);
}

/* ----- PANEL DE ADMINISTRACION ----- */

/* Seccion de estadisticas */
.datasheet__stats {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.datasheet__stats > * {
    width: 100%;
}

.stats__info {
    gap: 5px;
    flex-wrap: wrap;
}

.stats__info > * {
    flex-grow: 1;
}

.info__folio {
    color: #000000;
    font-size: clamp(12px, 2.2vw, 15px);
}

.folio__id {
}

.info__count {
    gap: 2.5px;
    justify-content: flex-start;
}

.icon-stats {
    height: clamp(12px, 2.2vw, 15px);
}

.count__views {
    color: #000000;
    font-size: clamp(12px, 2.2vw, 15px);
}

.views__number {
}

.info__validity {
    gap: 2.5px;
    justify-content: flex-start;
}

.validity__days {
    color: #17AD6E;
    font-weight: 700 !important;
    font-size: clamp(12px, 2.2vw, 15px);
}

.days__number {
}

.stats__visit {
    gap: 5px;
    padding: 12px 0;
    border-radius: 8px;
    background-color: #085FA9;
}

.visit__icon {
    width: 15px;
    aspect-ratio: 1;
}

.visit__paragraph {
    color: #FFFFFF;
    font-weight: 600 !important;
}
/* Seccion de estadisticas */

/* Seccion de acciones */
.datasheet__action {
    gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
}

.datasheet__action > * {
    width: 100%;
}

.action__state {
    padding: 20px;
    border-radius: 16px;
    background-color: #F5F5F5;
    justify-content: space-between;
}

.state__notice {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.notice__title {
    color: #000000;
    font-size: clamp(12px, 2.2vw, 15px);
}

.notice__post {
    gap: 8px;
}

.post__icon {
    width: 12px;
    aspect-ratio: 1;
}

.post__message {
    font-size: 9px;
    font-size: clamp(9px, 2.2vw, 11px);
}

.state__toggle {
    gap: 5px;
    width: 115px;
    padding: 13px 0;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.state__toggle:hover {
    cursor: pointer;
}

.toggle__icon {
    width: clamp(13px, 2.2vw, 15px);
}

.toggle__text {
    color: #F84C3B;
    font-weight: 700 !important;
    font-size: clamp(11px, 1.6vw, 14px);
}

.action__edit {
    gap: 5px;
    padding: 12px 0;
    border-radius: 8px;
    background-color: #FF9E1A;
}

.edit__icon {
    width: 17px;
    aspect-ratio: 1;
}

.edit__paragraph {
    color: #FFFFFF;
    font-weight: 600 !important;
}
/* Seccion de acciones */

/* Seccion de resumen */
.datasheet__abstract {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.datasheet__abstract * {
    margin: 0;
}

.datasheet__abstract > * {
    width: 100%;
    padding: 15px;
    border-radius: 16px;
    background-color: #F5F5F5;
}

.datasheet__abstract > *:nth-child(1) {
    padding: 0;
    border-radius: 0;
    width: fit-content;
    background-color: inherit;
}

/* Articulo de valor promedio */
.abstract__price {
    justify-content: space-between;
}

.price__average {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

.price__average > * {
    color: #000000;
    font-size: clamp(12px, 2.2vw, 15px);
}

.average__notice {
    font-weight: 400 !important;
}

.average__number {
    font-weight: 700 !important;
}

.secondary-title {
    color: #000000;
    font-weight: 700 !important;
    font-size: clamp(12px, 2.2vw, 15px);
}

.secondary-title__format {
}

.price__percentage {
    gap: 5px;
    padding: 5px 10px;
    border-radius: 16px;
    align-self: flex-start;
    background-color: #FF9E1A;
}

.percentage__icon {
    width: 12px;
}

.percentage__quantity {
    color: #FFFFFF;
    font-size: clamp(12px, 2.2vw, 15px);
}

.quantity__number {
    font-weight: 600 !important;
}
/* Articulo de valor promedio */

/* Articulo de operacion */
.abstract__operation {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.operation__type {
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.type__available {
    gap: 5px;
    flex-grow: 1;
    padding: 8px 0;
    position: relative;
    border-radius: 8px;
    outline: none !important;
    background-color: #FFFFFF;
    transition: none !important;
}

.available__icon {
    height: 17px;
}

.available__text {
    color: #555353;
    font-weight: 600 !important;
    font-size: clamp(12px, 1.8vw, 15px);
}

.available__border {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    border: 2px solid transparent;
}

.type__available--selected .available__border {
    border-color: #17AD6E;
}

.available__check {
    right: 4%;
    display: none;
    position: absolute;
    width: clamp(15px, 2.2vw, 20px);
}

.type__available--selected .available__check {
    display: inline-flex;
}
/* Articulo de operacion */

/* Articulo de contacto */
.abstract__information {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.information__contact {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
}

.contact__paragraph {
    color: #000000;
    font-weight: 400 !important;
    font-size: clamp(12px, 1.5vw, 14px);
}
/* Articulo de contacto */

/* Articulo de aviso */
.abstract__important {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.important__notice {
    color: #000000;
    font-weight: 400 !important;
    font-size: clamp(12px, 1.5vw, 14px);
}
/* Articulo de aviso */

/* Seccion de resumen */

/* Seccion de compartir */
.datasheet__share {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.share__data {
    gap: 15px;
    width: 100%;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.secondary-title--gray {
    color: #555353;
}

.data__copy {
    opacity: 0;
    color: #555353;
    font-size: 10px;
    padding: 2.5px 8px;
    position: absolute;
    border-radius: 10px;
    align-self: flex-end;
    background-color: #F5F5F5;
    font-weight: 700 !important;
    transform: translateY(-100%);
    transition: opacity 0.1s ease-in;
}

.data__link {
    width: 100%;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    border-radius: 8px;
    background-color: #F5F5F5;
}

.link__text {
    width: 100%;
    flex-grow: 1;
    color: #555353;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400 !important;
    font-size: clamp(12px, 1.5vw, 14px);
}

.link__icon {
    right: 0;
    height: 100%;
    padding: 0 15px;
    position: absolute;
    background-color: inherit;
}

.link__icon:hover {
    cursor: pointer;
}
/* Seccion de compartir */

/* ----- PANEL DE ADMINISTRACION ----- */

/* ----- PANEL DE VISUALIZACION DE FICHA ----- */

/* Contenido principal */
.datasheet__main {
    gap: 25px;
    flex-direction: column;
}

.datasheet__main > * {
    margin: 0;
    width: 100%;
}

.datasheet__main .choosing__images {
    max-height: 350px;
    gap: 8px !important;
    aspect-ratio: 16 / 8;
}

.datasheet__main .cover {
    overflow: hidden;
    position: relative;
}

.datasheet__main .cover > * {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.cover__image {
    object-fit: cover;
    border-radius: inherit;
}

.cover__background {
    position: relative;
    backdrop-filter: blur(5px);
    transform: translateX(-50%);
    -webkit-backdrop-filter: blur(5px);
}

.background__link {
    gap: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
}

.link__image {
    aspect-ratio: 1;
    width: clamp(15px, 1.4vw, 150px);
}

.link__paragraph {
    color: #FFFFFF;
    line-height: 100%;
    text-align: center;
    font-weight: 600 !important;
    font-size: clamp(10px, 1.2vw, 140px);
}

.link__paragraph::after {
    content: "Ver todas";
}

.main__images {
    gap: 8px;
    display: grid;
    overflow: hidden;
    aspect-ratio: 16 / 8;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.property-image:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

.property-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.main__presentation {
    gap: 10px;
    flex-direction: column;
}

.main__presentation > * {
    width: 100%;
}

.presentation__title {
    color: #000000;
    line-height: 100%;
    font-size: clamp(16px, 2.2vw, 20px);
}

.presentation__address {
    gap: 10px;
}

.address__icon {
}

.address__postal {
    width: 100%;
    flex-grow: 1;
    color: #555353;
    line-height: 100%;
    font-weight: 600 !important;
    font-size: clamp(12px, 1.6vw, 16px);
}

.main__price {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

.price__title {
    color: #000000;
    font-size: 16px;
    font-weight: 700 !important;
}

.price__quantity {
    font-weight: 800 !important;
    font-size: clamp(16px, 2.2vw, 20px);
}

.quantity__value {
    color: #2920BF;
}

.quantity__currency {
    color: #000000;
}

.quantity__currency::after {
    content: "MXN";
}
/* Contenido principal */

/* Seccion de caracteristicas */
.datasheet__features {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.datasheet__features .features__list {
    gap: 10px;
    padding: 0;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
}

.datasheet__features .feature {
    width: 100%;
    border-radius: 16px;
}

.datasheet__features .feature:hover {
    cursor: default;
}

.datasheet__features .feature__icon {
    width: auto;
    height: 25px;
}

.datasheet__features .feature__description {
    color: #000000;
    overflow-wrap: anywhere;
    font-weight: 500 !important;
    font-size: clamp(10px, 1.4vw, 12px);
}

.datasheet__features .description__quantity {
    color: #2920BF;
    font-weight: 700 !important;
    font-size: clamp(10px, 1.4vw, 12px);
}
/* Seccion de caracteristicas */

/* Seccion de descripcion */
.datasheet__description {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.description__text {
    color: #000000;
    font-weight: 400 !important;
    font-size: clamp(12px, 1.5vw, 14px);
}
/* Seccion de descripcion */

/* Seccion de ubicacion */
.datasheet__location {
    row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.address__map {
    width: 100%;
    overflow: hidden;
    max-height: 250px;
    aspect-ratio: 17 / 10;
}

.map__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.address__google {
    color: #555353;
    padding: 8px 10px;
    border-radius: 8px;
    align-self: flex-end;
    outline: none !important;
    border: 1px solid #555353;
    background-color: #F5F5F5;
    transition: none !important;
    font-weight: 800 !important;
    font-size: clamp(14px, 2.2vw, 16px);
}

.address__google:hover {
    opacity: 0.8;
}

.google__redirection {
    line-height: 100%;
    transform: scaleY(1.05);
}
/* Seccion de ubicacion */

/* Seccion de amenidades */
.datasheet__amenities {
    gap: 30px;
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
}

.datasheet__amenities .amenities {
    width: 100%;
}

.datasheet__amenities .amenities__list {
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
}

.datasheet__amenities .amenity {
    padding: 0;
    cursor: default;
    justify-content: flex-start;
}

.datasheet__amenities .amenity__check {
    display: none;
}

.adjuster {
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
}

.datasheet__amenities .amenity__icon {
    max-width: 20px;
    max-height: 20px;
}

.datasheet__amenities .amenity__name {
    color: #000000;
    font-size: clamp(10px, 2vw, 12px);
}
/* Seccion de amenidades */

/* ----- PANEL DE VISUALIZACION DE FICHA ----- */

/* FINAL DE LA SECCION DE VISUALIZACION DE FICHA */


/* MIS REPORTES */
.reports {
    gap: 30px;
    width: 100%;
    margin: 50px 0;
    padding: 0 5%;
    flex-direction: column;
    background-color: #F5F5F5;
}

.reports > * {
    width: 100%;
}

.reports__actions {
    width: 100%;
    padding: 8px;
    max-width: 350px;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.view {
    flex-grow: 1;
    color: #707070;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    outline: none !important;
    background-color: inherit;
    font-weight: 700 !important;
    outline-offset: 0 !important;
    transition: background-color 0.2s ease-in-out, color;
}

.view:hover {
    cursor: pointer;
    outline: none !important;
    outline-offset: 0 !important;
}

.view:disabled:hover {
    cursor: not-allowed;
}

.view--selected {
    color: #1775AD;
    background-color: #F5F5F5;
}

.reports__selection {
    gap: 10px;
    margin-bottom: 50px;
    align-items: stretch;
    background-color: inherit;
    justify-content: flex-start;
}

.reports__selection > * {
    gap: 5px;
    height: 40px;
    padding: 10px;
    max-width: 200px;
    border-radius: 8px;
    background-color: #FFFFFF;
    justify-content: space-between;
}

.selection__search {
    gap: 0;
    overflow: hidden;
    max-width: 250px;
}

.selection__search:hover {
    cursor: text;
}

.search__input {
    flex: 1;
    border: none;
    min-width: 0;
    outline: none;
    color: #AAABAD;
    line-height: normal;
    caret-color: #AAABAD;
    font-weight: 400 !important;
    font-size: clamp(14px, 2.2vw, 16px);
}

.search__input::placeholder {
    color: #AAABAD;
    line-height: normal;
    font-weight: 400 !important;
}

.search__icon {
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
}

.search__icon:hover {
    cursor: pointer;
}

.selection__filter {
    gap: 10px;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}

.selection__filter:hover {
    cursor: pointer;
}

.filter__current {
    margin: 0;
    color: #AAABAD;
    font-weight: 400 !important;
    font-size: clamp(14px, 2.2vw, 16px);
}

.current__option {
}

.filter__icon {
    width: 15px;
    height: 15px;
    aspect-ratio: 1;
    position: relative;
}

.filter__icon:hover {
    cursor: pointer;
}

.filter__icon > * {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon__down {
    z-index: 0;
    position: relative;
    object-fit: contain;
    transition: transform 0.15s linear;
}

.filter__actions {
    left: 0;
    gap: 5px;
    z-index: 1;
    width: 100%;
    bottom: -5px;
    display: none;
    padding: 10px;
    position: absolute;
    border-radius: inherit;
    flex-direction: column;
    background-color: #FFFFFF;
    transform: translateY(100%);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}

.action {
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #AAABAD;
    line-height: 100%;
    border-radius: 5px;
    background-color: #FFFFFF;
    font-weight: 400 !important;
    font-size: clamp(12px, 2.2vw, 14px);
}

.action:hover {
    background-color: #F5F5F5;
}

.action--selected, .action--selected:hover {
    color: #FFFFFF;
    background-color: #1775AD;
}

.reports__table {
    width: 100%;
    margin: 20px 0;
}

.report-child {
}

.reports__table * {
    margin: 0;
    padding: 0;
}

.table__body {
    display: grid;
    column-gap: 20px;
    grid-auto-rows: 1fr;
    grid-template-columns: 100%;
}

.reports__warning {
    gap: 20px;
    display: none;
    flex-direction: column;
}

.warning__icon {
    max-width: 100px;
}

.warning__title {
    text-align: center;
    font-size: clamp(18px, 2.2vw, 32px);
}

.body__header {
    display: none;
}

.table-header {
    flex-grow: 1;
    overflow: hidden;
    flex-basis: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report {
    width: 100%;
    row-gap: 15px;
    padding: 15px;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto 20px;
    border-radius: 16px;
    align-items: flex-start;
    background-color: #FFFFFF;
    justify-content: flex-start;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}

.report * {
    color: #000000;
}

.report__title {
    width: 100%;
    font-size: 20px;
}

.report-data-title {
    font-size: 16px;
}

.report__status {
    gap: 5px;
    width: 70%;
    flex-direction: column;
    align-items: flex-start;
}

.status__tag {
    gap: 5px;
    padding: 4px 10px;
    border-radius: 16px;
}

.tag__circle {
    width: 8px;
    height: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.tag__name {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 100%;
    font-weight: 500 !important;
}

.data {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

.data__days {
    gap: 5px;
    position: relative;
}

.data__days--show {
}

.days__circle {
    width: 8px;
    height: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.days__paragraph {
    font-size: 12px;
    font-weight: 300 !important;
}

.days__eye {
    max-width: 10px;
}

.days__eye:hover {
    cursor: pointer;
}

.days__history {
    left: 0;
    gap: 5px;
    width: 100%;
    bottom: -5px;
    padding: 5px;
    z-index: 100;
    display: none;
    overflow: hidden;
    position: absolute;
    border-radius: 5px;
    flex-direction: column;
    background-color: #F5F5F5;
    transform: translateY(100%);
}

.data__days--show .days__history {
    display: flex;
}

.days__history > * {
    width: 100%;
    line-height: 100%;
}

.history__title {
    font-size: 12px;
    letter-spacing: 0.1px;
    font-weight: 500 !important;
}

.history__paragraph {
    font-size: 10px;
    overflow: hidden;
    padding: 5px 2.5px;
    border-radius: 2.5px;
    background-color: #FFFFFF;
    font-weight: 300 !important;
}

.history__paragraph:hover {
    cursor: pointer;
}

.report__expiration {
    width: 30%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.expiration__clock {
    gap: 5px;
}

.clock__text {
    font-size: 16px;
    font-weight: 700 !important;
}

.clock__icon {
    flex-shrink: 0;
    min-width: 12px;
}

.expiration__paragraph {
    font-size: 12px;
    font-weight: 300 !important;
}

.report__actions {
    gap: 10px;
    width: 100%;
    margin-top: 10px;
    align-items: stretch;
    align-self: flex-start;
    justify-content: space-between;
}

.report__actions > * {
    gap: inherit;
    flex-grow: 1;
    padding: 8px 0;
    border-radius: 8px;
}

.report__deploy {
    gap: 5px;
    height: 40px;
    overflow: hidden;
    transition: none;
    margin-right: 5px;
    border-radius: 8px;
    outline: none !important;
    flex-basis: calc(50% - 5px);
    outline-offset: 0 !important;
}

.report__deploy:disabled:hover {
    cursor: not-allowed;
}

.deploy__text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600 !important;
}

.deploy__icon {
    width: 18px;
}

.report__pdf {
    gap: 5px;
    height: 40px;
    margin-left: 5px;
    position: relative;
    border-radius: 8px;
    outline: none !important;
    background-color: #F5F5F5;
    flex-basis: calc(50% - 5px);
}

.report__pdf:hover {
    outline: none !important;
    transition: none !important;
    outline-offset: 0 !important;
}

.report__pdf:disabled {
    opacity: 0.5;
}

.report__pdf:disabled:hover {
    cursor: not-allowed;
}

.pdf__text {
    color: #707070;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700 !important;
}

.pdf__icon {
    width: 18px;
}

.pdf__type {
    left: 0;
    top: -5px;
    margin: 0;
    opacity: 0;
    width: 100%;
    display: none;
    color: #FFFFFF;
    padding: 8px 0;
    font-size: 12px;
    line-height: 100%;
    position: absolute;
    border-radius: 16px;
    background-color: #000000;
    font-weight: 600 !important;
    transform: translateY(-100%);
    transition: opacity 0.3s ease-in-out;
}

.pdf__type:hover {
    cursor: default;
}

.type__tag {
    white-space: normal;
    display: inline-block;
    text-overflow: ellipsis;
}
/* MIS REPORTES */

/* PERSONALIZAR */
.base-customize {
    width: 100%;
    padding: 0 5%;
    display: none;
    margin: 50px 0;
}

.customize {
    gap: 30px;
    margin: auto;
    flex-wrap: wrap;
    max-width: 900px;
    padding: 30px 20px;
    border-radius: 16px;
    align-items: flex-start;
    background-color: #FFFFFF;
    justify-content: space-between;
}

.customize * {
    margin: 0;
    padding: 0;
}

.customize > * {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
}

.customize__colors {
    gap: 30px;
    flex-direction: column;
}

.customize__colors > * {
    width: 100%;
}

.colors__paragraph {
    font-size: clamp(14px, 2.2vw, 16px);
}

.colors__pick {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.colors__pick > * {
    gap: 10px;
    width: 100%;
}

.pick__color {
    flex-direction: column;
    align-items: flex-start;
}

.color__title {
    font-size: 16px;
}

.color__selection {
    width: 100%;
    max-width: 200px;
    position: relative;
}

.selection__type {
    gap: 30px;
    height: 40px;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #F5F5F5;
    border-left: 8px solid #FFA500;
    justify-content: space-between;
}

.selection__type:hover {
    cursor: pointer;
}

.selection__type > * {
    user-select: none;
}

.type__name {
    color: #AAABAD;
    font-size: 14px;
    font-weight: 600 !important;
}
.type__down {
    transition: transform 0.2s ease-out;
}

.color__selection--show .type__down {
    transform: rotateX(180deg);
}

.selection__list {
    left: 0;
    gap: 5px;
    width: 100%;
    bottom: -5px;
    padding: 8px;
    display: none;
    list-style: none;
    position: absolute;
    border-radius: 8px;
    flex-direction: column;
    background-color: #F5F5F5;
    transform: translateY(100%);
}

.color__selection--show .selection__list {
    display: flex;
}

.list__item {
    width: 100%;
    padding: 5px;
    color: #AAABAD;
    font-size: 12px;
    user-select: none;
    border-radius: 5px;
    background-color: #FFFFFF;
    transition: background-color 0.1s ease-in-out;
}

.list__item:hover {
    color: #FFFFFF;
    cursor: pointer;
}

.list__item--selected {
    color: #FFFFFF;
}

.list__item--orange:hover, .list__item--selected.list__item--orange {
    background-color: #FFA500;
}

.list__item--deep:hover, .list__item--selected.list__item--deep {
    background-color: #020659;
}

.list__item--light:hover, .list__item--selected.list__item--light {
    background-color: #6FBF92;
}

.list__item--green:hover, .list__item--selected.list__item--green {
    background-color: #3E7E32;
}

.list__item--gold:hover, .list__item--selected.list__item--gold {
    background-color: #C0AF83;
}

.list__item--red:hover, .list__item--selected.list__item--red {
    background-color: #EA0B2A;
}

.list__item--gl:hover, .list__item--selected.list__item--gl {
    background-color: #00A6EC;
}

.list__item--guia:hover, .list__item--selected.list__item--guia {
    background-color: #020659;
}

.list__item--vecore:hover, .list__item--selected.list__item--vecore {
    background-color: #0C403C;
}

.list__item--luxury:hover, .list__item--selected.list__item--luxury {
    background-color: #E3E204;
}

.list__item--abba:hover, .list__item--selected.list__item--abba {
    background-color: #3D474F;
}

.pick__logo {
    flex-direction: column;
    align-items: flex-start;
}

.logo__title {
    font-size: 16px;
}

.logo__pack {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    background-color: #F5F5F5;
    border: 2px dashed #AAABAD;
}

.pack__icon {
}

.pack__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo__upload {
    width: 100%;
}

.upload__label {
    width: 100%;
    color: #FFFFFF;
    margin-top: 15px;
    line-height: 100%;
    padding: 12px 16px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #FFA500;
    font-weight: 600 !important;
}

.upload__label:hover {
    cursor: pointer;
}

.upload__input {
    display: none;
}

.customize__preview {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.preview__title {
    font-size: 20px;
}

.preview__color {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}

.color__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
}
/* PERSONALIZAR */


/* PAGINACION */
.reports__spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    aspect-ratio: 1;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
    border: 8px solid #FFFFFF;
    border-bottom-color: #1775AD;
    animation: spin 1.2s infinite linear;
}

.description-spinner {
    width: 100%;
    display: none;
    padding: 150px 0 100px;
}

/* MI PLAN */
.plan {
    gap: 30px;
    margin: 100px 0 50px;
    flex-direction: column;
}

.plan__title {
    margin: 0;
    font-size: clamp(24px, 3vw, 40px);
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.reports__pagination {
    gap: 15px;
    display: none;
}

.pagination__indexes {
    gap: 5px;
    margin: 0;
    padding: 0;
}

.index {
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    aspect-ratio: 1;
    line-height: 100%;
    user-select: none;
    border-radius: 5px;
    background-color: #AAABAD;
}

.index:hover {
    background-color: #FF9E1A;
}

.index--selected {
    background-color: #1775AD;
}

.index--selected:hover {
    background-color: #1775AD;
}

.index:hover {
    cursor: pointer;
}

.pagination__bound {
    padding: 0;
    outline: none !important;
    background-color: inherit;
    outline-offset: 0 !important;
}

.pagination__bound:hover {
    outline: none !important;
    background-color: inherit;
    outline-offset: 0 !important;
}

.pagination__bound--start {
}

.pagination__bound--end {
}

.pagination__button {
    padding: 0;
    outline: none !important;
    background-color: inherit;
    outline-offset: 0 !important;
}

.pagination__button:hover {
    outline: none !important;
    background-color: inherit;
    outline-offset: 0 !important;
}

.button__icon {
}
/* PAGINACION */

/* POPUP */
.popup {
    top: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 10001;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
}

.popup * {
    margin: 0;
    padding: 0;
}

.popup__background {
    gap: 5px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    backdrop-filter: blur(5px);
}

.background__box {
    gap: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    aspect-ratio: 5 / 4;
    border-radius: 16px;
    flex-direction: column;
    padding: 40px 40px 30px;
    background-color: #FFFFFF;
    justify-content: space-between;
    box-shadow: 0px 3px 26px #585858;
}

.background__box--hidden {
    display: none;
}

.background__box > * {
    width: 100%;
}

.box__close {
    top: 4%;
    right: 3%;
    width: auto;
    opacity: 0.5;
    position: absolute;
    border-radius: 5px;
    align-self: flex-end;
    transition: background-color 0.1s ease-in-out;
}

.box__close:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #F5F5F5;
}

.box__title {
    color: #000000;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px;
    font-size: clamp(16px, 3.2vw, 24px);
}

.box__notice {
    color: #000000;
    text-align: center;
    line-height: normal;
    font-weight: 300 !important;
    font-size: clamp(12px, 2.6vw, 16px);
}

.box__circles {
    gap: 8px;
    margin: 20px 0;
}

.circle {
    width: 12px;
    height: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #AAABAD;
}

.circle__marked {
    background-color: #FF9E1A;
}

.box__button {
    color: #FFFFFF;
    padding: 10px 0;
    line-height: 100%;
    border-radius: 8px;
    font-weight: 600 !important;
    font-size: clamp(16px, 2.2vw, 22px);
}

.box__button--first {
    background-color: #085FA9;
}

.box__button--second {
    background-color: #FF9E1A;
}

.box__stages {
    gap: 10px;
    flex-direction: column;
}

.stage {
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
}

.stage__icon {
    width: 20px;
    flex-shrink: 0;
    align-self: flex-start;
}

.stage__paragraph {
    width: 100%;
    flex-grow: 1;
    line-height: 100%;
    font-weight: 300 !important;
    font-size: clamp(12px, 3vw, 16px);
}
/* POPUP */


/* SECCION DE PLANES SUPERIORES DE MIS REPORTES */
.superior {
    gap: 10px;
    padding: 20px;
    display: none;
    margin-bottom: 50px;
    flex-direction: column;
}

.superior * {
    margin: 0;
    padding: 0;
}

.superior__report {
    margin-bottom: 20px;
}

.report__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.superior__paragraph {
    line-height: 100%;
    text-align: center;
    font-weight: 400 !important;
    font-size: clamp(14px, 2.2vw, 18px);
}

.superior__title {
    line-height: 100%;
    text-align: center;
    font-size: clamp(20px, 2.2vw, 32px);
}

.superior__button {
    width: 100%;
    color: #FFFFFF;
    padding: 8px 0;
    max-width: 300px;
    margin-top: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #FF9E1A;
    font-weight: 500 !important;
}
/* SECCION DE PLANES SUPERIORES DE MIS REPORTES */


/* MEDIA QUERIES */
@media (min-width: 480px) {
    .base > * {
        padding: 34px 7%;
    }
    .location__type {
        gap: 23px;
    }
    .type {
        padding: 22px 18px;
    }
    .base__features {
        gap: 18px;
    }
    .features__list {
        gap: 7px;
    }
    .feature {
        padding: 12px 10px;
    }
    .amenity {
        padding: 10px 2.5px;
    }
    .display-pictures {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid__check {
        top: 6px;
        right: 6px;
    }
    .choosing__images {
        gap: 9.6px;
    }
    .description__area {
        padding: 19px 17px;
        border-radius: 12.8px;
    }
    .description__popup {
        gap: 22px;
    }
    .business {
        margin: 60px auto 20px;
    }
    .enhanced__description {
        padding: 30px 18px;
        border-radius: 13px;
    }
    .datasheet__features .features__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .datasheet__amenities .amenities__list {
        grid-template-columns: repeat(4, 1fr);
    }
    .customize {
        padding: 34px 26px;
    }
    .report {
        padding: 17.5px;
    }
}

@media (min-width: 576px){
    .base > * {
        padding: 38px 7%;
    }
    .location__type {
        gap: 26px;
    }
    .type {
        padding: 24px 21px;
    }
    .base__features {
        gap: 21px;
    }
    .features__list {
        gap: 9px;
        grid-template-columns: repeat(3, 1fr);
    }
    .feature {
        padding: 14px 10px;
    }
    .amenity {
        padding: 15px 2.5px;
    }
    .grid__check {
        top: 7px;
        right: 7px;
    }
    .choosing__images {
        gap: 11.2px;
    }
    .description__area {
        padding: 23px 19px;
        border-radius: 17.6px;
    }
    .description__popup {
        gap: 24px;
    }
    .business {
        margin: 70px auto 30px;
    }
    .enhanced__description {
        padding: 30px 15px;
        border-radius: 21px;
    }
    .property-card {
        gap: 16px;
        padding: 16px 0;
        align-items: stretch;
        flex-direction: row-reverse;
    }
    .datasheet {
        width: 50%;
        border-radius: 16px;
        justify-content: flex-start;
    }
    .datasheet:nth-child(1) {
        max-width: 450px;
    }
    .datasheet__features .features__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .datasheet__amenities .amenities__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .customize {
        padding: 38px 32px;
    }
    .table__body {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 722px) {
    .gto {
        display: block;
    }
}

@media (min-width: 768px) {
    .base > * {
        padding: 42px 7%;
    }
    .location__type {
        gap: 29px;
        display: flex;
        align-items: stretch;
        grid-template-rows: none;
        justify-content: flex-start;
        grid-template-columns: none;
    }
    .type {
        padding: 26px 24px;
    }
    .type__image {
        aspect-ratio: 9 / 6;
    }
    .operation {
        gap: 20px;
    }
    .operation__button--selected .type__icon {
        width: 20px;
        height: 20px;
    }
    .price__details {
        flex-direction: row;
        justify-content: flex-start;
    }
    .details__popup {
        order: 1;
    }
    .base-contact {
        padding: 2%;
    }
    .contact__header {
        display: grid;
        max-width: 1120px;
        grid-template-columns: repeat(2, 1fr);
    }
    .header__info {
        padding: 25px;
    }
    .header__image {
        display: flex;
    }
    .contact__data {
        gap: 2.5%;
        max-width: 1120px;
        width: fit-content;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }
    .contact__data > * {
        width: 50%;
        flex-grow: 1;
        padding: 3.5% 3%;
        border-radius: inherit;
        justify-content: flex-start;
    }
    .user__title--d::after {
        content: "Editar datos de la Portada";
    }
    .user__title--i::after {
        content: "Editar foto para la Portada";
    }
    .base__contact .user__title--d::after {
        content: "Datos de la Portada";
    }

    .base__contact .user__title--i::after {
        content: "Foto para la Portada";
    }
    .contact__save {
        justify-content: flex-end;
    }
    .base__features {
        gap: 24px;
    }
    .features__list {
        gap: 11px;
        grid-template-columns: repeat(4, 1fr);
    }
    .feature {
        padding: 16px 10px;
    }
    .features__save {
        justify-content: flex-start;
    }
    .amenities__list {
        gap: 12px;
        width: 100%;
    }
    .amenity {
        gap: 10px;
        padding: 0;
        border-radius: 0;
        flex-direction: row;
    }
    .amenity__check {
        z-index: 1;
        border: none;
        width: fit-content;
        position: relative;
        height: fit-content !important;
    }
    .check__icon {
        top: 0;
        right: 0;
        position: relative;
    }
    .amenity__name {
        max-width: none;
        text-align: start;
        font-weight: 700 !important;
    }
    .base__contact .data__user {
        border-radius: 15px 0 0 0;
    }
    .base__contact .data__images {
        border-radius: 0 15px 0 0;
    }
    .base__contact .contact__header {
        padding: 2.5% 5%;
    }
    .base__contact .header__info {
        border-radius: 15px 0 0 15px;
    }
    .selection__button--new::after {
        content: "Crear nuevo contacto";
    }
    .data__default {
        flex-direction: row;
        padding: 0% 3% 8% !important;
    }
    .base__buttons {
        margin: 50px 0;
    }
    .info--pictures {
        text-align: center;
    }
    .display-pictures {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid__check {
        top: 8px;
        right: 8px;
    }
    .selection__grid {
        row-gap: 15px;
        column-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }
    .selection__grid > * {
        grid-column: initial !important;
    }
    .grid__image--selected .grid__border {
        border-width: 3px;
    }
    .grid__image {
        max-height: 160px;
    }
    .choosing__grid {
        row-gap: 15px;
        column-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }
    .choosing__grid > * {
        grid-column: initial !important;
    }
    .choosing__images {
        gap: 12.8px;
    }
    .choosing__images {
        grid-template-columns: 3fr 1fr 1fr;
    }
    .info--description p {
        text-align: center;
    }
    .description__area {
        padding: 27px 21px;
        border-radius: 22.4px;
    }
    .description__popup {
        gap: 26px;
    }
    .business {
        margin: 80px auto 40px;
    }
    .version__icon {
        display: inline-flex;
    }
    .enhanced__description {
        padding: 30px 24px;
        border-radius: 23px;
    }
    .quantity__currency::after {
        content: "pesos mexicanos";
    }
    .datasheet__main .choosing__images {
        aspect-ratio: 16 / 7;
    }
    .datasheet__amenities .amenities__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .datasheet__amenities .amenity {
        flex-direction: column;
    }
    .datasheet__amenities .amenity__name {
        max-width: none;
        text-align: center;
        font-weight: 500 !important;
    }
    .customize {
        padding: 42px 38px;
    }
}

@media (min-width: 992px){
    .base > * {
        padding: 46px 7%;
    }
    .location__type {
        gap: 32px;
    }
    .type {
        padding: 28px 27px;
    }
    .field {
        padding: 0;
        border: none;
        display: grid;
        overflow: initial;
        background-color: transparent;
        grid-template-columns: 1fr 3fr;
    }
    .field > * {
        width: 100%;
    }
    .field__shape {
        background-color: inherit;
        justify-content: flex-start;
    }
    .field__input {
        border: inherit;
        padding: 8px 10px;
        border-radius: 8px;
        border: 1px solid #707070;
        background-color: #FFFFFF;
    }
    .shape__text {
        display: inline-block;
    }
    .base__features {
        gap: 27px;
    }
    .features__list {
        gap: 13px;
    }
    .feature {
        padding: 18px 10px;
    }
    .grid__check {
        top: 9px;
        right: 9px;
    }
    .choosing__images {
        gap: 14.4px;
    }
    .description__area {
        padding: 31px 23px;
        border-radius: 27.2px;
    }
    .description__popup {
        gap: 28px;
    }
    .business {
        margin: 90px auto 50px;
    }
    .enhanced__description {
        padding: 30px 27px;
        border-radius: 28px;
    }
    .datasheet__features .features__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .datasheet__amenities .amenity {
        flex-direction: row;
    }
    .datasheet__amenities .amenity__check {
        display: block;
    }
    .datasheet__amenities .amenity__name {
        text-align: start;
    }
    .customize {
        padding: 50px 50px;
    }
    .customize {
        padding: 46px 44px;
    }
    .table__body {
        grid-template-columns: 100%;
    }

    .body__header {
        display: flex;
    }
    .report__title {
        display: none;
    }
    .report-data-title {
        display: none;
    }
    .report__expiration {
        gap: 5px;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }
    .clock__text {
        display: none;
    }
    .table__body {
        gap: 10px;
    }
    .body__header {
        gap: 10px;
        display: grid;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #AAABAD;
        grid-template-columns: repeat(10, 1fr);
    }
    .report__title {
        display: none;
    }
    .report-data-title {
        display: none;
    }
    .report__expiration {
        gap: 5px;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }
    .clock__text {
        display: none;
    }
    .table__body {
        gap: 10px;
    }
    .report {
        gap: 10px;
        margin: 0;
        padding: 0;
        display: grid;
        max-width: none;
        box-shadow: none;
        border-radius: 0;
        height: fit-content;
        align-items: center;
        grid-template-rows: auto;
        background-color: inherit;
        grid-template-columns: repeat(10, 1fr);
    }
    .report > * {
        grid-row: 1 / 2;
        width: 100% !important;
    }
    .status__tag {
        padding: 0;
        background-color: inherit;
    }
    .report > *:nth-child(2) {
        grid-column: 7 / 8;
    }
    .report > *:nth-child(3) {
        grid-column: 8 / 9;
    }
    .report > *:nth-child(4) {
        grid-column: 2 / 3;
    }
    .report > *:nth-child(5) {
        grid-column: 5 / 6;
    }
    .report > *:nth-child(6) {
        grid-column: 3 / 4;
    }
    .report > *:nth-child(7) {
        grid-column: 4 / 5;
    }
    .report > *:nth-child(8) {
        grid-column: 6 / 7;
    }
    .report > *:nth-child(9) {
        max-width: 150px;
        grid-column: 1 / 2;
    }
    .report > *:nth-child(10) {
        max-width: 150px;
        grid-column: 9 / 10;
    }
    .report > *:nth-child(11) {
        grid-column: 10 / 11;
    }
    .report__deploy {
        margin: 0;
    }
    .deploy__icon {
        display: none;
    }
    .report__pdf {
        margin: 0;
        background-color: #FFFFFF;
    }
    .pdf__icon {
        display: none;
    }
    .expiration__paragraph {
        font-weight: 500 !important;
    }
    .days__history {
        background-color: #FFFFFF;
    }
    .history__paragraph {
        background-color: #F5F5F5;
    }
}

@media (min-width: 1200px) {
    .base > * {
        padding: 50px 7%;
    }
    .location__type {
        gap: 35px;
    }
    .type {
        padding: 30px 30px;
    }
    .base__features {
        gap: 30px;
    }
    .features__list {
        gap: 15px;
        grid-template-columns: repeat(5, 1fr);
    }
    .feature {
        padding: 20px 10px;
    }
    .grid__check {
        top: 10px;
        right: 10px;
    }
    .choosing__images {
        gap: 16px;
    }
    .description__area {
        padding: 35px 25px;
        border-radius: 32px;
    }
    .description__popup {
        gap: 30px;
    }
    .business {
        margin: 100px auto 60px;
    }
    .enhanced__description {
        padding: 30px 35px;
        border-radius: 32px;
    }
    .datasheet__features .features__list {
        grid-template-columns: repeat(4, 1fr);
    }
    .customize {
        padding: 50px 50px;
    }
    .pdf__icon {
        display: block;
    }
    .deploy__icon {
        display: block;
    }
}

@media (min-width: 1400px) {
    .base > * {
        padding: 54px 7%;
    }
    .location__type {
        gap: 38px;
    }
    .type {
        padding: 32px 33px;
    }
    .grid__check {
        top: 11px;
        right: 11px;
    }
    .datasheet__features .features__list {
        grid-template-columns: repeat(5, 1fr);
    }
}









/* GUATEMALA */

/* Desviacion */
.deviation {
    gap: 25px;
    width: 100%;
    height: 100vh;
    padding: 25px;
    flex-direction: column;
    min-height: fit-content;
    justify-content: space-evenly;
    background: transparent linear-gradient(180deg, #001238 0%, #090909 100%) 0% 0% no-repeat padding-box;
}

.deviation * {
    margin: 0;
    padding: 0;
}

.deviation > * {
    width: 100%;
    max-width: 825px;
}

.deviation p, 
.deviation h1 {
    color: #FFFFFF;
    line-height: 100%;
    text-align: center;
}

.deviation__logo {
    max-width: 380px;
}

.logo__picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.deviation__title {
    font-weight: 700 !important;
    font-size: clamp(32px, 4vw, 56px);
}

.deviation__message {
    font-weight: 300 !important;
    font-size: clamp(16px, 2.2vw, 32px);
}

.deviation__country {
    width: 70%;
    max-width: 480px;
}

.country__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.deviation__links {
    gap: 10px;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.redirection {
    flex-grow: 1;
    padding: 15px 0;
    overflow: hidden;
    line-height: 100%;
    text-align: center;
    border-radius: 10px;
    font-weight: 600 !important;
    font-size: clamp(16px, 2.8vw, 28px);
}

.redirection:hover {
    cursor: pointer;
    animation: pulse 0.8s 1;
}

.redirection--stay {
    color: #085FA9 !important;
    background-color: #FFFFFF;
    font-weight: 700 !important;
}

.redirection--stay:hover {
    color: #085FA9 !important;
}

.redirection--leave {
    color: #FFFFFF !important;
    background-color: #085FA9;
}

.redirection--leave:hover {
    color: #FFFFFF !important;
}

/* Pre-registro */
.soon {
    gap: 80px;
    padding: 65px 15px;
    flex-direction: column;
}

.soon * {
    margin: 0;
    padding: 0;
}

.soon > * {
    width: 100%;
    max-width: 400px;
}

.soon__start {
    overflow: hidden;
    position: relative;
}

.start__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.start__image--mobile {
}

.start__image--desktop {
    display: none;
}

.start__introduction {
    top: 0;
    left: 0;
    gap: 25px;
    width: 100%;
    padding: 5%;
    max-width: 625px;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
}

.start__introduction * {
    margin: 0;
    padding: 0;
}

.start__introduction > * {
    text-align: center;
}

.introduction__logo {
    width: 90%;
    margin: auto;
    max-width: 300px;
}

.logo__icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.introduction__title {
    color: #FFFFFF;
    line-height: 100%;
    font-weight: 800 !important;
    font-size: clamp(28px, 3.2vw, 56px);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.introduction__subtitle {
    color: #FFFFFF;
    line-height: 100%;
    font-size: clamp(18px, 2.4vw, 32px);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.introduction__paragraph {
    color: #FFFFFF;
    font-weight: 300 !important;
    font-size: clamp(20px, 2.4vw, 32px);
}

.introduction__button {
    margin: auto;
    color: #000000;
    line-height: 100%;
    padding: 12px 60px;
    border-radius: 24px;
    background-color: #FFFFFF;
    font-weight: 700 !important;
    font-size: clamp(20px, 2.2vw, 24px);
}

.introduction__button:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.soon__register {
    gap: 25px;
    padding: 18px;
    display: grid;
    overflow: hidden;
    border-radius: 40px;
    grid-template-rows: repeat(2, auto);
    background: transparent linear-gradient(191deg, #005A8D 0%, #002E48 100%) 0% 0% no-repeat padding-box;
}

.register__content {
    gap: 25px;
    flex-direction: column;
}

.register__content > * {
    width: 100%;
}

.content__title {
    color: #FFFFFF;
    margin-top: 25px;
    line-height: 100%;
    font-weight: 700 !important;
    font-size: clamp(28px, 4vw, 64px);
}

.content__message {
    color: #FFFFFF;
    text-align: center;
    font-weight: 300 !important;
    font-size: clamp(16px, 2.2vw, 24px);
}

.content__message::after {
    content: "Valora tu propiedad con tecnología precisa y sin sesgos. Obtén un precio justo al instante. ¿Eres asesor o tienes una inmobiliaria? Regístrate y accede al lanzamiento exclusivo de Avaclick.";
}

.register__form {
    gap: 15px;
    width: 100%;
    padding: 6% 10%;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 24px;
    align-items: flex-start;
    background-color: #FFFFFF;
}

.register__form > * {
    width: 100%;
}

.entry {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.entry__label {
    line-height: 100%;
    font-size: clamp(20px, 2.2vw, 22px);
}

.entry__input {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px;
    border-radius: 16px;
    caret-color: #000000;
    background-color: #F5F5F5;
    border: 2px solid transparent;
    font-size: clamp(16px, 2.2vw, 18px);
}

.entry__input::placeholder {
    color: #AAABAD;
}

.entry--empty .entry__input {
    border-color: #800000;
}

.entry__error {
    display: none;
    color: #FF9E1A;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400 !important;
}

.entry--invalid .entry__error {
    display: block;
}

.entry--empty .entry__error {
    display: none;
}

.form__captcha {
    transform: scale(0.9);
}

.form__button {
    color: #FFFFFF;
    padding: 12px 0;
    border-radius: 24px;
    font-weight: 600 !important;
    font-size: clamp(18px, 2.2vw, 24px);
    background: transparent linear-gradient(273deg, #FFA336 0%, #FF6A04 100%) 0% 0% no-repeat padding-box;
}

.button__register::after {
    content: "Registrarme";
}

.form__warning {
    font-weight: 400 !important;
    font-size: clamp(12px, 2.2vw, 14px);
}

/* Crear reporte */
.center.column.espacios {
    gap: 10px;
}

/* Recomendacion */
.latest {
    gap: 30px;
    width: 100%;
    height: 100vh;
    padding: 100px 0;
    position: relative;
    flex-direction: column;
    min-height: fit-content;
    background-color: #FFFFFF;
}

.latest * {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.latest > * {
    width: 90%;
    max-width: 1190px;
}

.latest__congratulations {
    gap: 20px;
    display: grid;
    overflow: hidden;
    justify-items: center;
    grid-template-rows: repeat(3, auto);
}

.congratulations__title {
    color: #103C55;
    font-weight: 700 !important;
    font-size: clamp(32px, 4vw, 48px);
}

.congratulations__subtitle {
    color: #103C55;
    text-align: center;
    font-size: clamp(18px, 2.8vw, 32px);
}

.congratulations__icon {
    width: 30%;
    max-width: 100px;
}

.latest__benefits {
    flex-direction: column;
}

.benefit {
    width: 100%;
    color: #103C55;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #1775AD;
    font-size: clamp(16px, 2vw, 24px);
}

.latest__buttons {
    gap: 15px;
    flex-wrap: wrap;
    white-space: nowrap;
    margin-top: 30px;
}

.selection {
    width: max-content;
    padding: 15px 20px;
    text-align: center;
    border-radius: 24px;
    font-weight: 700 !important;
    font-size: clamp(18px, 2.2vw, 26px);
}

.selection--pdf {
    color: #103C55;
    background-color: #F5F5F5;
}

.selection--price {
    color: #FFFFFF;
    background-color: #FF9E1A;
}

.publicity-popup {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    padding: 10px;
    z-index: 10001;
    position: fixed;
    min-height: 100vh;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.5);
}

.publicity-popup * {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.publicity-popup__main {
    gap: 10px;
    width: 90%;
    opacity: 0;
    overflow: hidden;
    max-width: 450px;
    flex-direction: column;
    transform: translateX(-100%);
    transition: all 0.5s ease-out;
}

.appearing-from-left {
    opacity: 1;
    transform: translateX(0);
}

.main__close {
    width: 32px;
    height: 32px;
    color: #555353;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    align-self: flex-end;
    background-color: #F5F5F5;
    transition: background-color 0.1s ease-in-out, color;
}

.main__close:hover {
    color: #FFFFFF;
    cursor: pointer;
    background-color: #AAABAD;
}

.main__publicity {
    overflow: hidden;
    border-radius: 40px;
    flex-direction: column;
}

.main__publicity > * {
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 25px 15px;
    flex-direction: column;
}

.publicity__first {
    background-color: #FFFFFF;
}

.publicity__first > * {
    text-align: center;
}

.first__title {
    font-weight: 700 !important;
    font-size: clamp(26px, 3.2vw, 40px);
}

.first__subtitle {
    color: #555353;
    font-size: clamp(16px, 2.2vw, 32px);
}

.first__button {
    color: #FFFFFF;
    overflow: hidden;
    padding: 15px 30px;
    border-radius: 24px;
    background-color: #FF9E1A;
    font-weight: 600 !important;
    font-size: clamp(16px, 2.2vw, 26px);
}

.publicity__second {
    background: transparent linear-gradient(232deg, #005A8D 0%, #002E48 100%) 0% 0% no-repeat padding-box;
}

.second__icon {
    width: 50%;
    max-width: 225px;
}

.second__notice {
    color: #FFFFFF;
    text-align: center;
    font-weight: 700 !important;
    font-size: clamp(18px, 2.2vw, 32px);
}

.second__notice .orange {
    text-shadow: 0 0 4px rgba(255, 158, 26, 0.8);
}

/* IMPORTANT */
.select-header {
    position: relative;
    justify-content: space-between;
}

.select-header:hover {
    cursor: pointer;
}

.select-info {
    width: 25px;
    height: 25px;
    margin: 5px 0;
    aspect-ratio: 1;
    position: relative;
    border-radius: 50%;
    border: 1px solid #9E9FA0;
    background-color: #F5F5F5;
}

.option-warning {
    color: #9E9FA0;
    font-weight: 700 !important;
}

.select-options {
    top: 0;
    left: -10px;
    width: 455px;
    padding: 15px;
    display: none;
    z-index: 1000;
    overflow: hidden;
    position: absolute;
    border-radius: 8px;
    background-color: #F5F5F5;
    transform: translateX(-100%);
}

.select-info:hover .select-options {
    display: block;
}

.option-detail {
    font-size: 12px;
}
/* IMPORTANT */
/* Media Queries */
@media (min-width: 480px) {
    .redirection {
        padding: 19px 0;
    }
    .soon__register {
        gap: 34px;
    }
    .register__form {
        gap: 16px;
    }
    .form__button {
        padding: 13px 0;
    }
    .latest__buttons {
        gap: 20px;
    }
    .selection {
        padding: 17.5px 55px;
    }
    .main__publicity > * {
        gap: 22.5px;
    }
    .first__button {
        padding: 17.5px 35px;
    }
}

@media (min-width: 576px) {
    .redirection {
        padding: 23px 0;
    }
    .soon__start {
        max-width: 1750px;
    }
    .start__image--mobile {
        display: none;
    }
    .start__image--desktop {
        display: block;
    }
    .start__introduction {
        gap: 15px;
    }
    .introduction__logo {
        width: 70%;
        margin: unset;
        max-width: 400px;
    }
    .introduction__paragraph {
        display: none;
    }
    .introduction__button {
        margin: unset;
    }
    .soon__register {
        gap: 43px;
    }
    .register__form {
        gap: 17px;
    }
    .form__button {
        padding: 14px 0;
    }
    .latest__buttons {
        gap: 25px;
    }
    .selection {
        padding: 20px 60px;
    }
    .main__publicity > * {
        gap: 25px;
    }
    .first__button {
        padding: 20px 40px;
    }
}

@media (min-width: 768px) {
    .redirection {
        padding: 27px 0;
    }
    .start__introduction {
        align-items: flex-start;
    }
    .start__introduction > * {
        text-align: start;
    }
    .introduction__paragraph {
        display: block;
    }
    .soon__register {
        gap: 52px;
        padding: 5%;
        max-width: 1450px;
        align-items: flex-start;
        grid-template-rows: 1fr;
        grid-template-columns: 6fr 7fr;
        background: transparent linear-gradient(222deg, #005A8D 0%, #002E48 100%) 0% 0% no-repeat padding-box;
    }
    .register__content > * {
        text-align: start;

    }
    .content__message {
        line-height: 100%;
    }
    .content__message::after {
        content: "Valora tu casa o apartamento con nuestra herramienta digital, precisa y sin sesgos. Usamos tecnología avanzada para darte un precio justo y confiable. ¿Eres asesor inmobiliario o tienes una empresa del sector? Regístrate ahora y asegura tu acceso al lanzamiento exclusivo de Avaclick.";
    }
    .title__contrast {
        background: transparent linear-gradient(96deg, #F29A29 0%, #EA5C0C 52%, #EAAD08 100%) 0% 0% no-repeat padding-box;
        background-clip: text;
        color: transparent;
    }
    .register__form {
        gap: 18px;
    }
    .entry:nth-child(2), .entry:nth-child(3) {
        width: calc(50% - 10px);
    }
    .form__button {
        padding: 15px 0;
    }
    .button__register::after {
        content: "Registrarme para el lanzamiento";
    }
    .latest {
        gap: 50px;
    }

    .latest__congratulations {
        grid-template-columns: auto 25%;
        grid-template-rows: repeat(2, auto);
    }
    .congratulations__title,
    .congratulations__subtitle {
        text-align: start;
    }
    .congratulations__icon {
        width: 100%;
        grid-row: 1 / 3;
        max-width: 245px;
        grid-column: 2 / 3;
    }
    .latest__benefits {
        flex-direction: row;
        align-items: stretch;
    }
    .benefit {
        padding: 0 20px;
        text-align: left;
        border-bottom: none;
        align-items: flex-start;
        justify-content: flex-start;
        border-left: 4px solid #1775AD;
    }
    .latest__buttons {
        gap: 30px;
    }
    .selection {
        padding: 22.5px 65px;
    }
    .publicity-popup__main {
        max-width: 1310px;
    }
    .main__publicity {
        flex-direction: row;
        align-items: stretch;
    }
    .main__publicity > * {
        gap: 27.5px;
        padding: 30px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .publicity__first > * {
        text-align: start;
    }
    .first__button {
        padding: 22.5px 45px;
    }
    .publicity__second {
        max-width: 500px;
    }
    .second__notice {
        text-align: start;
    }
}

@media (min-width: 992px) {
    .redirection {
        padding: 31px 0;
    }
    .soon__register {
        gap: 61px;
    }
    .register__form {
        gap: 19px;
    }
    .form__button {
        padding: 16px 0;
    }
    .benefit {
        border-left: 6px solid #1775AD;
    }
    .latest__buttons {
        gap: 35px;
    }
    .selection {
        padding: 25px 70px;
    }
    .main__publicity > * {
        gap: 30px;
    }
    .first__button {
        padding: 25px 50px;
    }
}

@media (min-width: 1200px) {
    .deviation__links {
        gap: 25px;
    }
    .redirection {
        padding: 35px 0;
    }
    .introduction__button {
        padding: 20px 60px;
    }
    .soon__register {
        gap: 70px;
    }
    .register__form {
        gap: 20px;
    }
    .form__button {
        padding: 17px 0;
    }
    .benefit {
        border-left: 8px solid #1775AD;
    }
    .latest__buttons {
        gap: 40px;
    }
    .selection {
        padding: 27.5px 75px;
    }
    .main__publicity > * {
        gap: 32.5px;
    }
    .first__button {
        padding: 27.5px 55px;
    }
}

@media (min-width: 1400px) {
    .form__button {
        padding: 18px 0;
    }
    .benefit {
        border-left: 10px solid #1775AD;
    }
    .latest__buttons {
        gap: 45px;
    }
    .selection {
        padding: 30px 80px;
    }
    .main__publicity > * {
        gap: 35px;
    }
    .first__button {
        padding: 30px 60px;
    }
}
/* GUATEMALA */