@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
:root{
    --azul-dark: #00345F;
    --azul1: #009BDD;
    --azul2: #027BE4;
    --deg1: #027BE4;
    --deg2: #06BFE2;
    --morado: #660EFF;
    --rosa: #DA0080;
    --azul-light: #E6F0FA;
    --gris: #E1E1E1;
}

h1{
    font-family: "El Messiri", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h2{
    font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
h3{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}
.Nunito{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}
.NunitoLight{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}
.BigNunito{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

body{
    margin: 0;
    font-family: 'Centrale', sans-serif;
    line-height: 1.2;
    background-color: white;
}
label{
    color: black;
}
.one{
    background: url(../img/fotos/mudanza_residencial.png);
    background-size: cover;
    color: white;
    padding-top: 110px;
    text-align: center;
    display: grid;
    grid-template-columns: 50% 40%;  
}
.one video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(17 17 17 / 62%);
    backdrop-filter: blur(0px);
    z-index: 0;
}
.one-sectionA , .one-sectionB{
    z-index: 110;
}
.one-sectionA{
    display: grid;
    align-content: center;
    color: white;
    padding: 80px;
}
.one-sectionA h1{
    font-size: 40px
}
.one-sectionA h3{
    font-size: 20px;
}
.one-sectionB{
    background-color: #f2f0f0;
    padding: 20px;
    border-radius: 20px;
}
.superiorForm{
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 20px;
    justify-content: center;
    align-items: center;
    justify-items: start;
    align-content: center;
    padding: 20px;
    background: #f2f0f0;
    border-radius: 10px;
    z-index: 2;

}
.superiorForm h3{
    color: black;
    text-align: start;
    padding-left: 70px;
}

.two{
    display: grid;
    grid-template-columns: 50% 50%;
    z-index: 119;
    padding-top: 110px;
    padding: 50px 0px 50px 50px;
    background-color: white;
}
.btnBlack{
    background-color: black;
    color: white;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin-top: 50px;
}
.bundleimages{
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.image-container {
    position: relative;
    perspective: 1000px;
}

.back-card{
    background-color: white;
    color: black;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo negro semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    font-family: 'Nunito', sans-serif !important;
    color: white;
    font-weight: 300;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.card.flip {
    transform: rotateY(180deg);
}

.content {
    padding: 20px;
    text-align: center;
    font-size: 18px;
}
.overlay2 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 72%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo negro semitransparente */
    display: flex;
    justify-content: center;
    align-items: end;
}
.text2 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 50px;
}
.numerated-list {
    background: white;
    padding: 60px 20px 12px 20px;
    border-radius: 8px;
}
.numerated-list p {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 300;
    font-size: 25px !important; 
}
.list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.cintillo{
    background-color: white;
    color: black;
    padding: 20px 85px 20px 85px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.number {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right: 10px;
}

.list-item p {
    margin: 0;
}

.list-item strong {
    font-weight: bold;
}
.contact-form {
    background-color: #ffffff;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.form-header img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.form-header h2 {
    font-size: 24px;
    color: #333;
}
.mediocoloreado{
    display: grid;
    grid-template-columns: 20% 75%;
    color: black;
    background-color: white;
    padding: 20px;
    border-radius: 20px 10px 0px 0px;
    font-size: 10px;
    align-items: center;
}
.mediocoloreado img{
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.sincolorear{
    display: grid;
    grid-template-columns: 100%;
}
.arribaform{
    display: grid;
    grid-template-columns: 45% 55%;
}
.envolverForm{
    box-shadow: #00345F 0px 0px 10px;
}   
form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background-color: white;
    text-align: start;
    padding: 20px;
    font-size: 10px;
    border-radius: 0px 10px 10px 10px;
}
form section {
    grid-column: span 2; /* Span both columns */
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.form-group input,
.form-group textarea {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.form-group.textarea {
    grid-column: span 2;
}

button {
    grid-column: span 2;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #ffc107;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    width: 50%;
}

button:hover {
    background-color: #e0a800;
}
.btnForm{
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
}
.threelements{
    padding: 30px 150px 20px 150px;
    background-color: white;
}
.twoelements{
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 25px;
}
.twoelements2{
    display: grid;
    grid-template-columns: 30% 70%;
}
.twoelements2 p{
    font-size: 18px !important;
}
.twoelements2 img{
    width: 70%;
}
.maspq{
    width: 68% !important;
}
.oneelement{
    display: grid;
    grid-template-columns: 100%;
    place-items: center;
    justify-content: center;
    padding: 50px 130px 20px 130px;
}
.twofirst{
    padding: 40px 50px 50px 25px;
}
.ajustado{
    font-size: 20px;
}
/* Multiples Elementos */
.multifotos {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(4, auto);
    gap: 15px;
    padding: 50px 100px 20px 100px;
}

.box {
    background-color: #f2f0f0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.466);
    text-align: center;
}

.personalized-moves {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: grid;
    justify-items: center;
    background-color: #eaeaea;
}
.circle {
    width: 200px;
    height: 200px;
    border: 10px solid #ffcd00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 48px;
    font-weight: bold;
    background-color: transparent;
    margin: 0px;
}
.clients {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: grid;
    grid-template-rows: 50% 50%;
    padding: 20px;
    justify-items: stretch;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}
.Cuadrar{
    font-size: 25px;
}
.clients strong{
    font-size: 42px;
    font-weight: bold;
    color: #ffcd00;
    width: 100%;
    top: 0%;
    right: 10px;
}

.vision {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    background-color: #eaeaea;
}
.vision p{
    font-weight: bold;
    color: #000000;
}
.sustainable {
    grid-column: 4 / 4;
    grid-row: 1 / 3;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #bcbcbc;
    flex-direction: column;
}
.sustainable img{
    border-radius: 5px;
    z-index: 0;
    position: absolute;
    right: -15px;
    bottom: -34px;
    margin: 0px;
    width: 50%;
}
.experience {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.services {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.truck {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
    display: flex;
    background-color: #eaeaea;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.truck img {
    max-width: 120%;
    height: auto;
}

.easy-move {
    grid-column: 4 / 4;
    grid-row: 3 / 4;
}

.qualified-staff {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f4f4f4;
}

.qualified-staff h3 {
    font-size: 1.2em;
    color: #000;
    padding: 0px;
    text-align: left;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 1; /* Ensure it overlays the image */
}
.highlighted-text {
    position: relative;
    display: inline-block;
    line-height: 1.5;
}

.highlighted-text mark {
    background-color: #ffcd00; /* Fondo amarillo para el texto */
    color: black; /* Color del texto */
    padding: 3px;
}
.qualified-staff img {
    margin-left: auto;
    border-radius: 5px;
    z-index: 0; /* Ensure the image is behind the text */
    position: absolute;
    right: -69px;
    bottom: 0px;
    width: 98%;
}
.care {
    grid-column: 2 / 3;
    grid-row: 4 / 4;
    background-color: #bcbcbc;
}

.comprehensive-service {
    grid-column: 3 / 5;
    grid-row: 4 / 4;
    background-color: #d3d3d3;
}
.comprehensive-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 20px;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-content h3 {
    margin: 0 0 10px 0;
    font-size: 1.5em;
}

.text-content p {
    margin: 0;
    font-size: 1em;
}

.globoamarillo {
    position: relative;
    width: 200px; /* Ajusta el tamaño según sea necesario */
    height: 200px; /* Ajusta el tamaño según sea necesario */
    background-color: #ffcd00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.globoamarillo img {
    width: 80%; /* Ajusta el tamaño según sea necesario */
    height: auto;
    position: absolute;
    bottom: 10px; /* Ajusta la posición según sea necesario */
    left: 70px;
}

.testimonials-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.testimonial {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: left;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.profile-pic {
    width: 40px;
    height: 40px;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 10px;
}

.profile-info h3 {
    margin: 0;
    font-size: 30px;
    font-family: 'Nunito', sans-serif !important;  
    font-weight: 700; 
}

.profile-info p {
    margin: 0;
    font-size: 0.9em;
    color: #666;
}

.dots-container {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.activa{
    background-color: #ffcc00 !important;
}
.dot {
    width: 55px;
    height: 55px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #ffcc00;
}
.footer {
    display: grid;
    grid-template-rows: 50% 50%;
    background-color: #000;
    color: white;
    padding: 20px 30px 10px 30px;
    justify-items: center;
    font-weight: normal;
}
.masfuerte{
    font-weight: normal;
    font-size: 20px;
}
.nextimage img{
    width: 100%;
    height: 77%;
    background: rgb(17 17 17 / 62%);
    /* filter: brightness(0.5); */
}
.nextimage{
    color: white;
    padding-top: 50px;
    text-align: center;
}

/* .nextimage::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background: rgb(17 17 17 / 62%);
    backdrop-filter: blur(0px);
    z-index: 0;
} */

/* Responsive */

@media(max-width: 866px){
    .desk{
        display: none;
    }
    .movil{
        display: block;
    }
    .BigNunito{
        font-size: 30px !important;
    }
    h3{
        font-size: 20px;
    }
    .one {
        background: url(/assets/img/fotos/mudanza_residencial.png);
        background-size: 100% auto;  /* Make the background image 50% of the width */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Position the image to the left */
        color: white;
        padding-top: 120px;
        grid-template-columns: 100%;
        width: auto;
        padding: 60px 30px 30px 30px;
        display: grid;
        align-items: center;
    }
    .one video{
        display: none;
    }
    .one-sectionA{
        padding: 20px;
        font-size: 20px
    }
    .one-sectionA h1{
        font-size: 30px
    }
    .one-sectionB{
        padding: 10px;
        font-size: 15px
    }
    .superiorForm{
        padding: 5px;
        font-size: 10px;
        gap: 0px;
    }
    .superiorForm img{
        width: 50px;
    }
    .mediocoloreado{
        display: grid;
        grid-template-columns: 20% 75%;
        color: black;
        background-color: white;
        padding: 5px 10px 5px 10px;
        border-radius: 20px 10px 0px 0px;
        font-size: 7px;
        align-items: center;
    }
    form{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        background-color: white;
        text-align: start;
        padding: 20px;
        font-size: 10px;
        border-radius: 0px 10px 10px 10px;
    }
    form input{
        width: 100%;
    }
    form button{
        width: 100%;
    }
    .nextimage{
        display: none
    }
    .two{
        display: grid;
        grid-template-columns: 100%;
        z-index: 119;
        align-items: center;
        padding: 0px 10px 20px 10px;
        background-color: white;
    }
    .two h1{
        font-size: 23px;
        font-weight: bold;
    }
    .two p{
        font-size: 10px;
        font-weight: normal;
    }
    .twofirst {
        padding: 10px 10px 50px 10px;
    }
    .numerated-list {
        background: white;
        padding: 20px;
        border-radius: 8px;
    }
    .numerated-list p {
        font-family: 'Nunito', sans-serif !important;
        font-weight: 300;
        font-size: 15px !important; 
    }
    .btnBlack {
        background-color: black;
        color: white;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        font-size: 15px !important;
        margin-top: -18px;
        padding: 20px;
        width: 100%;
    }
    .horizontales{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .bundleimages {
        display: grid;
        grid-template-columns: 100%;
    }
    .threelements {
        padding: 20px;
        background-color: white;
    }
    .twoelements {
        display: grid;
        grid-template-columns: 100%;
        gap: 25px;
    }
    .twoelements h3{
        font-size: 15px;
    }
    .twoelements p{
        font-size: 15px;
    }
    .twoelements strong{
        font-size: 15px;
    }
    .oneelement {
        display: grid;
        grid-template-columns: 100%;
        place-items: center;
        justify-content: center;
        padding: 0px;
    }
    .maspq {
        width: 100% !important;
    }    
    .oneelement h3{
        font-size: 15px;
    }
    .oneelement p{
        font-size: 15px;
    }
    .oneelement strong{
        font-size: 15px;
    }
    .cintillo h1{
        font-size: 25px !important;
    }
    .cintillo h3{
        font-size: 15px !important;
    }
    .testimonials-container{
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
        padding: 10px 20px 10px 20px;
    }
    .testimonials-container h3{
        font-size: 13px;
    }
    .testimonials-container p {
        font-size: 8px;
    }
    .testimonial{
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        max-width: 300px;
        text-align: left;
    }
    .dots-container {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .dot {
        width: 25px;
        height: 25px;
        background-color: #ddd;
        border-radius: 50%;
        cursor: pointer;
    }
    .multifotos{
        display: grid;
        grid-template-columns: repeat(2, 50% 50%);
        grid-template-rows: repeat(7, auto);
        max-height: fit-content;
        gap: 10px;
        padding: 20px 50px 20px 50px;
    }
    .personalized-moves {
        grid-column: 1 / 1;
        grid-row: 1 / 3;
        display: grid;
        justify-items: center;        
    }
    .personalized-moves h2{
        font-size: 10px;
    }
    .personalized-moves p{
        font-size: 10px;
    }
    .circle {
        width: 70px;
        height: 70px;
        border: 5px solid ffcd00;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 30px !important;
        font-weight: normal;
        background-color: transparent;
        margin: 0px;
    }
    .clients {
        grid-column: 2 / 2;
        grid-row: 1 / 1;
        
    }
    .clients strong{
        font-size: 25px;
        font-weight: bold;
        color: #ffcd00;
    }
    .clients p{
        font-size: 8px;
    }
    .vision {
        grid-column: 2 / 2;
        grid-row: 2 / 2;
        background-color: #bcbcbc;
    }
    .vision p{
        font-weight: bold;
        color: #000000;
        font-size: 10px;
    }
    .vision strong{
        font-size: 10px;
        font-weight: bold;
    }
    .sustainable {
        grid-column: 2 / 2;
        grid-row: 6 / 6;
        background-color: #eaeaea
    }
    .sustainable h3{
        font-size: 8px;
    }
    .sustainable p{
        font-size: 7px;
    }
    .sustainable img{
        width: 100%;
        display: none;
    }
    .experience {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    
    .services {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    
    .truck {
        grid-column: 1 / 3;
        grid-row: 3 / 5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .truck img {
        width: 150px;
        height: auto;
        position: relative;
        overflow: visible;
        transform: scale(1.5);
    }
    
    .easy-move {
        grid-column: 2 / 2;
        grid-row:  7 / 7;
        background-color: #f4f4f4;
    }
    .easy-move p{
        font-size: 8px;
    }
    #Sostenible{
        display: none;
    }
    .qualified-staff {
        grid-column: 1 / 2;
        grid-row: 6 / 8;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-color: #eaeaea;
    }
    
    .qualified-staff h3 {
        font-size: 10px;
        color: #000;
        padding: 5px;
        border-radius: 5px;
        position: absolute;
        top: 12px;
        left: 1px;
        z-index: 1; 
        /* Ensure it overlays the image */
    }
    
    .qualified-staff img {
        margin-left: auto;
        border-radius: 5px;
        z-index: 0; /* Ensure the image is behind the text */
        position: absolute;
        right: -30px;
        bottom: 0px;
        width: 100%
    }
    .care {
        grid-column: 1 / 2;
        grid-row: 5 / 5;
        display: none;
    }
    
    .comprehensive-service {
        grid-column: 1 / 3;
        grid-row: 5 / 6;
    }
    .comprehensive-service img{
        width: 70%;
    }
    .comprehensive-service {
        display: grid;
        grid-template-columns: 75% 25%;
        gap: 20px;
        align-items: center;
        padding: 20px;
        background-color: #e0e0e0; /* Ajusta este color según sea necesario */
    }
    
    .text-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .text-content h3 {
        margin: 0 0 10px 0;
        font-size: 1.5em;
    }
    
    .text-content p {
        margin: 0;
        font-size: 10px;
    }
    .moverglobo{
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        align-items: center;
    }
    .globoamarillo {
        position: relative;
        width: 50px; /* Ajusta el tamaño según sea necesario */
        height: 50px; /* Ajusta el tamaño según sea necesario */
        background-color: #f4eaf4;
        border-radius: 50%;
        display: flex;
        justify-content: right;
        align-items: center;
    }
    
    .globoamarillo img {
        width: 80%; /* Ajusta el tamaño según sea necesario */
        height: auto;
        position: absolute;
        bottom: 5px; /* Ajusta la posición según sea necesario */
        left: -5px;
    }
};