* {
    margin: 0;
    padding: 0;
}

/* scroll */
/* Estilos de la barra de desplazamiento */
::-webkit-scrollbar {
    width: 10px;
    /* Ancho de la barra de desplazamiento */
}

/* Estilo del riel de la barra de desplazamiento */
::-webkit-scrollbar-track {
    background-color: #4279a1b4;
    /* Color del riel de la barra de desplazamiento */
}

/* Estilo del pulgar de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
    background-color: #427AA1;
    /* Color del pulgar de la barra de desplazamiento */
    border-radius: 4px;
}

/* Estilo del pulgar de la barra de desplazamiento cuando se le pasa el mouse por encima */
::-webkit-scrollbar-thumb:hover {
    background-color: #3971B6;
    /* Color del pulgar de la barra de desplazamiento al pasar el mouse */
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    transition: 0.7s;
    padding: 30px 20px;
    z-index: 10;
}

.headerPadre nav .navmenu {
    font-size: 10px;
    margin-right: 10px;
    height: 50px;
    border: solid 1px white;
    color: white;
}

header.abajo {
    background: #427AA1;
    padding: 15px 20px;
}

header .logo {
    position: relative;
    width: 70px;
    margin-left: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    transition: 1.5s;
    text-decoration: none;
}

nav {
    display: flex;
    width: 100%;
    margin-top: 8px;
}

nav ul li a::before {
    content: '';
    border-bottom: 7px solid white;
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    transition: 0.3s;
    opacity: 0;
}

nav ul li a:hover::before {
    content: '';
    border-bottom: 2px solid white;
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    opacity: 1;
}

header ul {
    position: relative;
    display: flex;
}

header ul li {
    list-style: none;
}

header ul li a {
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 600;
    transition: 0.7s;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -999;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
}

.titulo-header {
    padding: 30px;
    margin-top: 10%;
    display: flex;
    height: 80vh;
    flex-direction: row;
}
.titulo-header p{
    font-size: 1.4rem;
}
.titulo-header .text-header .locationMovil {
    display: none;
}

#perfectTitle{
    font-size: 60px;
}
.location-Header .ubi{
    font-size: 2rem;
}
.ubi,
.perfectTitle,
h3,
.avala,
.servi-Padre h2,
.modal .modal-content h5,
.text-mision h2,
.text-vision h2,
.miviMovil {
    background: linear-gradient(to right, #313E87, #3971B6, #62C5E8);
    -webkit-background-clip: text;
    background-clip: text;
    /* Agrega esta línea para soporte no webkit */
    color: transparent;
    /* En lugar de -webkit-text-fill-color */
    background-size: 400% 400%;
    animation: bg-animation 5s ease-in-out infinite;
    font-weight: 800;
}


/* contenido header */
.titulo-header .text-header {
    height: 80%;
    padding: 30px;
    color: white;
    font-size: 17px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.location-Header ul h3 {
    font-size: 40px;
}


/* servicios */
.card {
    margin-top: 30px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.265);
    margin: 20px;
}

.card .card-body p {
    text-align: justify;
}

.servi-Padre {
    width: 100vw;   
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom:150px;
}

.servi-Padre .container-card .card-body p {
    margin-bottom: 100px;
}

.servi-Padre h2 {
    padding: 25px;
    font-size: 50px;
    letter-spacing: 6px;
}

.container-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.servi-Padre .container-card {
    padding: 25px;
}

/* modales */
.card .modal p {
    text-align: justify;
    margin: 0;
}

.modal-dialog .modal-content .modal-body p {
    margin-bottom: 0px;
}

.card figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card .card-body .modal button {
    background-color: #427AA1;
    border: none;
    border-color: #427AA1;
}

.learn-more {
    position: absolute;
    bottom: 20px;
    left: 37%;
    transform: translateX(-50%);
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}


button.learn-more {
    width: 12rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(to right, #6cb1e2, #404add, #3971B6);
    -webkit-text-fill-color: transparent;
    background-size: 400% 400%;
    animation: bg-animation 6s ease-in-out infinite;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

/* ////////////////////////77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777 */

/* Nosotros */
.usPadre {
    position: relative;
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    /* Evita que la imagen se muestre fuera del contenedor */
}



.glass-container,
.glass-content {
    border-radius: 10px 80px 10px;
}

.glass-container {
    border-radius: 30% 150% 0 3000px;
    width: 100%;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #313E87, #3971B6, #62C5E8);
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: white;
    background-size: 400% 400%;
    animation: bg-animation 8s ease-in-out infinite;
    padding: 20px;
}

.glass-content {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    text-align: center;
}

.imgNosotros {
    border-radius: 8px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.265);
    margin-bottom: 50px;
}

.usPadre .glass-container p {
    padding: 15px;
    margin-bottom: 10px;
    text-align: justify;
}

.usPadre h2 {
    font-size: 50px;
    color: white;
}

.usPadre p {
    color: white;
}

/* Mision y Vision */
.container-misionHijos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 100px;
}




.misionVision,
.img-mision,
.img-vision {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.text-mision h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: end;
}

.text-vision h2 {
    margin-bottom: 20px;
}

.text-mision,
.text-vision {
    padding: 0px 80px;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

.text-mision{
    margin-bottom: 150px;
}

.img-mision figure img,
.img-vision figure img {
    width: 40%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.416);
}
.miviMovil{
    display: none;
}

/* Carros Antiguos */
.container-Carros {
    width: 100vw;
    height: 100%;
    margin-top: 5%;
    background-color: #3971B6;
}

.container-Carros .tituloCar h2 {
    font-size: 40px;
    padding: 50px;
    text-align: center;
    color: white;
}

.content-all {
    width: 210px;
    margin: auto;
    perspective: 800px;
    position: relative;
    margin-top: 50px;
}

.content-carrousel {
    width: 100%;
    position: absolute;
    animation: rotar 30s infinite linear;
    transform-style: preserve-3d;
}

.content-carrousel:hover {
    animation-play-state: paused;
    cursor: pointer;
}


.content-carrousel figure {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 0px 20px 0px black;
    transition: all 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-carrousel figure:hover {
    box-shadow: 0px 0px 0px 0px black;
    transition: all 300ms;
}

.content-carrousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(300px);
}

.content-carrousel figure:nth-child(10) {
    transform: rotateY(360deg) translateZ(300px);
}

.content-carrousel img {
    width: 210px;
    height: 200px;
    object-fit: cover;
    transition: all 300ms;
}

.content-carrousel img:hover {
    transform: scale(1);
    transition: all 300ms;
}


@keyframes rotar {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.container-Carros .text-Autos {
    text-align: justify;
    margin-top: 25%;
    color: white;
    font-size: 25px;
}

/* Promo */
.container-promo {
    text-align: center;

}

.container-promo h3 {
    margin: 30px;
    font-size: 40px;
    text-align: center;
}

.container-Carros .container-promo .img-promo {
    width: 55%;
    margin-bottom: 30px;
    /* -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, transparent); */

}

/* Seccion Experiencia */
.expeciencia-container {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 0%;
    display: flex;
    position: relative;
}

#linea::before {
    content: '';
    position: absolute;
    top: 1;
    left: 1;
    width: 7px;
    height: 80px;
    margin-left: -10px;
    border-radius: 3px;
    background-color: #3971B6;
    margin-bottom: 10%;
}

.expeciencia-container .contenido-expe {
    z-index: 2;
    width: 80vw;
    height: 100%;
    display: flex;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 3px 4px 19px rgba(0, 0, 0, 0.3);
    animation: bg-animated 80s linear infinite;
}

@keyframes bg-animated {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.expeciencia-container .contenido-expe .text-exp {
    text-align: start;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.expeciencia-container .contenido-expe .text-exp .text-black{
    margin-top: 80px;


}

.expeciencia-container .contenido-expe .text-exp .btn-whats {
    justify-content: center;
    border: none;
    background-color: #40c631;
    margin-top: 90px;
}

.expeciencia-container .contenido-expe .text-exp .btn-whats:hover {
    border: none;
    background-color: #04cf6d;
    transform: scale(1.05);
    box-shadow: 0px 1px 15px #1bee889c;
}

.expeciencia-container .contenido-expe .text-exp p {
    text-align: justify;
}

.expeciencia-container .contenido-expe .carrusel {
    margin-top: 50px;
    height: 100%;
}

.expeciencia-container .contenido-expe .carrusel .img-exp {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

.expeciencia-container .contenido-expe .btn-whats-movil {
    display: none;
}


/* form */
.FormPadre {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0;
    flex-direction: row;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
    margin: 170px 0px 150px 0px;
}

.FormPadre .container-cont {
    position: relative;
    height: 100%;
    flex-direction: row;
    border-radius: 10px;
    background: linear-gradient(45deg, #313E87, #3971B6, #146987);
    background-size: 400% 400%;
    animation: bg-animation 20s ease-in-out infinite;
    color: white;
}


.container-info-form h3 {
    font-size: 33px;
    letter-spacing: 5px;
    color: white;
}

.container-info-form a {
    margin: 20px;
    color: white;
}

.container-info-form {
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

.wrapper {
    display: inline-flex;
    list-style: none;
    height: 120px;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    font-family: "Poppins", sans-serif;
    justify-content: center;
}

.wrapper .icon {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #fff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    background: #1DA1F2;
    color: #fff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background: linear-gradient(45deg, #FFD600, #FF7A00, #FF0069, #D300C5, #7638FA);
    color: #fff;
}

.wrapper .facebook {
    color: #1877F2;
}

.wrapper .instagram {
    color: #FF0069;
}

.wrapper .twitter {
    color: #1DA1F2;
}

.form {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, #313e8713, #3971b600, #14688713);
    backdrop-filter: blur(10px);
    padding: 20px;
    left: -300px;
    top: -38px;
    border-radius: 20px;
    position: absolute;
    box-shadow: 3px 3px 4px rgba(85, 85, 85, 0.753);
}

.title {
    font-size: 28px;
    color: royalblue;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.title::before,
.title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background: linear-gradient(to right, #313E87, #3971B6, #146987);
    background-size: 400% 400%;
    animation: bg-animation 12s ease-in-out infinite;
}

.title::before {
    width: 18px;
    height: 18px;
    background-color: royalblue;
}

.title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
}

.message,
.signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
}

.signin {
    text-align: center;
}

.signin a {
    color: royalblue;
}

.signin a:hover {
    text-decoration: underline royalblue;
}

.flex {
    display: flex;
    width: 100%;
    gap: 6px;
}

.form label {
    position: relative;
}

.form .input {
    margin-bottom: 5px;
}

.form label .input,
textarea {
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
}

.form label .input+span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
    top: 15px;
    font-size: 0.9em;
}

.form label .input:focus+span,
.form label .input:valid+span {
    top: 0px;
    font-size: 0.7em;
    font-weight: 600;
}

.form label .input:valid+span {
    color: rgb(0, 64, 100);
}

.submit {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
}

.submit:hover {
    background-color: rgb(56, 90, 194);
    cursor: pointer;
}

.bt {
    border: none;
    user-select: none;
    font-size: 18px;
    color: white;
    text-align: center;
    background: linear-gradient(to right, #313E87, #3971B6, #146987);
    background-size: 400% 400%;
    animation: bg-animation 12s ease-in-out infinite;
    font-weight: 700;
    box-shadow: #cacaca 2px 2px 10px 1px;
    border-radius: 12px;
    height: 60px;
    line-height: 60px;
    width: 155px;
    transition: all 0.2s ease;
    position: relative;
}

.bt .msg {
    color: white;
    margin: 0;
    padding-top: 0;
}

.msg {
    height: 0;
    width: 0;
    border-radius: 2px;
    position: absolute;
    left: 15%;
    top: 25%;
}

.bt:active {
    transition: all 0.001s ease;
    background-color: #5d9fcd;
    box-shadow: #97989a 0 0 0 0;
    transform: translateX(1px) translateY(1px);
}

.bt:hover .msg {
    animation: msgRun 2s forwards;
}

@keyframes msgRun {
    0% {
        border-top: #d6d6d9 0 solid;
        border-bottom: #f2f2f5 0 solid;
        border-left: #f2f2f5 0 solid;
        border-right: #f2f2f5 0 solid;
    }

    20% {
        border-top: #d6d6d9 14px solid;
        border-bottom: #f2f2f5 14px solid;
        border-left: #f2f2f5 20px solid;
        border-right: #f2f2f5 20px solid;
    }

    25% {
        border-top: #d6d6d9 12px solid;
        border-bottom: #f2f2f5 12px solid;
        border-left: #f2f2f5 18px solid;
        border-right: #f2f2f5 18px solid;
    }

    80% {
        border-top: transparent 12px solid;
        border-bottom: transparent 12px solid;
        border-left: transparent 18px solid;
        border-right: transparent 18px solid;
    }

    100% {
        transform: translateX(150px);
        border-top: transparent 12px solid;
        border-bottom: transparent 12px solid;
        border-left: transparent 18px solid;
        border-right: transparent 18px solid;
    }
}

.container-botones-form button {
    display: flex;
    justify-content: space-around;
    height: 60px;
}

@keyframes pulse {
    from {
        transform: scale(0.9);
        opacity: 1;
    }

    to {
        transform: scale(1.8);
        opacity: 0;
    }
}




/* Footer */
.footer {
    margin-top: 5%;
    width: 100vw;
    height: 300px;
    background-color: #7638FA;
    display: flex;
    flex-direction: row;
}

.footer .img-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4B91C4;
}

.footer .img-footer figure img {
    width: 70%;
    padding: 0px;
}

.footer .inf-footer {
    display: flex;
    flex-direction: row;
}

.footer .inf-footer .contacto-footer,
.footer .inf-footer .datos-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #111344;
}


/* Copy & rigth */
.derechos {
    background: linear-gradient(to right, #313E87, #3971B6, #146987);
    background-size: 400% 400%;
    animation: bg-animation 12s ease-in-out infinite;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
    text-decoration: none;
    height: 30px;
}

.derechos p {
    margin: 0px;
}

/* -------------------------------------------------------------------------------------------------------------- */

/* Responsive cel */
@media (max-width: 767px) and (max-width: 1023px) {

    /* Contenido header */
    .titulo-header {
        margin-top: 20%;
        margin-left: 0;
        height: 100vh;
    }

    .titulo-header h3 {
        font-size: 30px;
    }

    .titulo-header h1 {
        font-size: 37px;
    }

    .titulo-header .text-header p {
        margin-top: 0;
    }

    .titulo-header .text-header .locationMovil {
        display: flex;
        font-size: 13px;
    }

    .titulo-header .text-header p {
        font-size: 16px;
    }

    .location-Header {
        display: none;
    }

    .titulo-header {
        flex-direction: column;
    }

    header .logo {
        width: 60px;
        margin-left: 8px;
    }

    .usPadre {
        height: 200vh;
    }

    .usPadre .glass-container .glass-content .imgNosotros {
        width: 90%;
        margin-bottom: 50px;
    }

    .glass-container {
        border-radius: 0 0 0 3000px;
    }


    /* mision y vision */
    .container-misionHijos {
        height: 100%;
    }


    .misionVision .text-mision {
        order: 2;
    }

    .text-mision,
    .text-vision{
        padding: 10px;
    } 

    .img-mision figure img,
    .img-vision figure img {
        width: 90%;
        flex: 1;
    }
    .text-mision{
        margin-bottom: 50px;
    }
    
    .misionVision,
    .text-mision h2,
    .text-vision h2 {
        font-size: 50px;
        margin-bottom: 0;
    }

    .img-mision {
        order: -1;
    }

    .miviMovil {
        display: flex;
        font-size: 50px;
        margin: 18px;
    }

    .text-vision h2,
    .text-mision h2 {
        display: none;
    }

    .misionVision,
    .text-mision,
    .text-vision {
        height: 20%;
    }

    .misionVision,
    .text-mision p,
    .text-vision p {
        padding: 0px;
    }

    .container-Carros {
        height: 100%;
        overflow-x: hidden;
    }

    .container-Carros .tituloCar h2 {
        font-size: 27px;
        padding: 20px;
        margin-top: 50px;
    }

    .container-Carros .text-Autos {
        font-size: 23px;
        margin-top: 95%;
        margin-bottom: 20px;
    }


    .container-promo h3 {
        font-size: 27px;
        margin-top: 40px;
    }

    .container-Carros .container-promo .img-promo {
        width: 100%;
    }

    .usPadre {
        margin-bottom: 70px;
        height: 100%;
    }

    /* Seccion experiencia */

    .expeciencia-container {
        margin-top: 10%;
        margin-bottom: 100px;
        height: 100%;
        flex-direction: column;
    }

    .expeciencia-container .contenido-expe {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .expeciencia-container .contenido-expe .btn-whats {
        display: none;
    }

    .expeciencia-container .carrusel {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .expeciencia-container .carrusel .btn-whats-movil {
        display: block;
        background-color: #31C631;
        border: none;
        text-decoration: none;
        width: 80%;
        border: none;
    }

    .FormPadre {
        flex-direction: column;
        margin-top: -30px;
        height: 100%;
    }

    .FormPadre .container-cont {
        display: flex;
        width: 90%;
        height:1250px;
        flex-direction: column;
        flex-wrap: wrap;
        border-radius: 100px 100px 35px 35px;
    }

    .FormPadre .container-cont .form {
        width: 100%;
        margin-top: 30px;
        left: 0;
        background-color:white;
        box-shadow: 5px 5px 10px black;
        ;
        ;
    }

    .FormPadre .container-info-form {
        position: absolute;
        top: 700px;
        height: auto;
        }

    .footer {
        flex-direction: row;
        margin-top: -100px;
    }

    .footer .img-footer {
        display: none;
    }

    .footer .inf-footer {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .footer .inf-footer .contacto-footer {
        height: 100%;
    }

    .derechos {
        height: 50px;
    }

    .derechos p,
    a {
        font-size: 10px;
    }


        
    .input:hover {
        color: #2879f3;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    }

    .password-group {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }

    .checkbox-group {
        color: black;
        font-size: 14px;
        font-weight: 500;
    }

    .forget-password {
        font-size: 14px;
        font-weight: 500;
        color: #2879f3;
        text-decoration: none;
    }

    .forget-password:hover {
        text-decoration: underline;
        color: #f37e10;
    }

    .btn {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 8px 16px;
        border: none;
        background-color: #2879f3;
        color: white;
        font-size: 16px;
        font-weight: 700;
        border-radius: 8px;
    }

    .btn:hover {
        background-color: #0653c7;
    }

    .no-account {
        font-size: 16px;
        font-weight: 400;
    }

    .link {
        font-weight: 800;
        color: #2879f3;
    }

    .link:hover {
        color: #f37e10;
        text-decoration: underline;
    }
    #perfectTitle{
        font-size: 2rem;
    }

}

@keyframes bg-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Media query para tablets en orientación vertical (portrait) */
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .titulo-header {
        height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .titulo-header .text-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        height: 60vh;
        order: 2;
    }

    .text-header>h3 {
        margin-bottom: 40px;
    }

    .text-header>p {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .text-header>a {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .titulo-header .location-Header {
        width: 100%;
        height: 200px;
    }

    .titulo-header .location-Header h3 {
        margin-top: 3%;
        font-size: 30px;
    }

    .titulo-header .text-header a #btnWhats {
        width: 100%;
        height: 70px;
    }

    .usPadre {
        height: 100%;
    }

    .text-mision {
        margin-bottom: 100px;
    }

    .img-mision figure img {
        margin-top: 30%;
    }

    .img-vision figure img {
        margin-top: 30%;
    }

    .container-Carros {
        height: 100%;
    }

    .container-Carros .content-all {
        margin-bottom: 300px;
    }

}


@media (min-width: 768px) and (max-width: 800px) and (min-height: 1200px) and (max-height: 1300px) {
    .expeciencia-container .contenido-expe {
        height: 87%;
        flex-direction: column;
        width: 100%;
    }

    .expeciencia-container .carrusel,
    .expeciencia-container .text-exp {
        width: 100%;
        height: 30%;
    }

    .expeciencia-container .text-exp {
        margin-bottom: 100px;
    }

    .expeciencia-container .text-exp p {
        font-size: 25px;
    }

    .expeciencia-container .carrusel .btn-whats-movil {
        display: block;
        background-color: #31C631;
        border: none;
        text-decoration: none;
        width: 80%;
        border: none;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .expeciencia-container .contenido-expe .btn-whats {
        display: none;
    }
}

/* Media query para tablets en orientación horizontal (landscape) */
@media (min-width: 1025px) and (max-width: 1280px) {

    /* Estilos específicos para tablets en orientación horizontal */

}