@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

body p {
    font-size: var(--normal-font-size);
}
.call {
    position: fixed;
    background: var(--blue-color);
    z-index: 100;
    bottom: 15px;
    right: 15px;
    color: #fff;
    width: 400px;
    height: 60px;
    display: flex;
    border-radius: 20px;
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}
.call p {
    margin: auto;
    font-size: 30px;
    font-weight: bold;
}
.call:hover {
    background: #000;
    color: #fff;
    
}

@keyframes zoomInOut {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

.number {
  animation: zoomInOut 10s infinite ease-in-out;
  
}
.banner-home {
    margin: 100px 0;

}
.banner-home-tittle {
    padding: 10px;
    text-align: center;
    margin-bottom: 50px;
}
.banner-home-tittle h1 {
    font-size: 35px;
    margin-bottom: 20px;
}
.banner-home-img {
    width: 100%;
    height: 700px;
    overflow: hidden; /* Esto es clave */
    position: relative;
}

.banner-home-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    cursor: pointer;
    transition: transform 0.5s ease;
    
} 

.banner-home-img img:hover {
    transform: scale(1.1);
}
.description-home {
    margin-bottom: 20px;
    
}
.services-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.services-home p {
    font-size: 17px;
}
.services-home a {
    background: var(--blue-color);
    margin: 5px;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s
}
.actionbtn {
    margin-top: 30px;
    font-weight: bold;
}
.action {
    margin: 10px auto;
    border: 2px solid var(--blue-color);
    border-radius: 15px;
    padding: 15px;
    display: block;
    width: 200px;
    font-weight: bold;
    color: var(--blue-color);
    transition: all 0.5s;
}
.action:hover {
    background: #000;
    color: #fff;
    
    border: none;
}
.services-home a:hover {
    background: #000;
    color: #fff;
}
.keyservices {
    background-image: url('../img/newtextura.png');
    background-repeat: repeat; /* Se repite naturalmente */
    background-size: auto;
    width: 100%;
    min-height: 700px; /* Altura mínima: pantalla completa */
    display: flex;
    padding: 40px 0;
}
.keyservices-content {
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 40px;
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: 1px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.keyservices h2 {
    margin-bottom: 40px;
    font-size: 35px;
}
.keyservices p {
    margin: 20px 0;
    font-size: 20px;
    
}
.content_image {
    display: none;
}
.reviewsapp {
    display: flex;
}
.reviewsapp img {
    width: 33%;
}
.contactus {
    margin-top: 40px;
}
.contactus a {
    background: var(--blue-color);
    color: #fff;
    width: 250px;
    display: flex;
    height: 45px;
    border-radius: 10px;
    font-size: 22px;
    margin: auto;
    transition: all 0.5s;
}
.contactus p {
    margin: auto;
}
.contactus a:hover {
    background: #000;
    color: #fff;
}

.servicesoption {
    background: #fff;
    padding: 100px 20px
}
.servicesoption h3 {
    font-size: 35px;
    margin-bottom: 35px;
}
.services_tittle p {
    margin: 15px 0;
    font-size: 20px;
}
.services_itemflex {
    margin-top: 50px;
}
.services_flex img {
    width: 100%;
    border-top-left-radius:  25px;
    border-top-right-radius: 25px;
    height: 450px;
    object-fit: cover;
}
.services_flex {
    border-radius: 25px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 1px 5px 5px 5px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}
.services_content {
    padding: 30px;
    color: #000;
}
.services_content h4 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.services_content p {
    margin: 15px 0;
    text-align: center;
}

.whychoice {
    background: var(--blue-color);
    color: #fff;
    padding: 120px 20px;
}
.whychoice h5 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 70px;
}
.choiceflex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.choicecontent {
    width: 45%;
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
    
} 
.choicecontent svg {
    width: 100px;
} 
.choicecontent h6 {
    font-size: 22px;
    margin: 20px 0;
    
}
.choicecontent p {
    
}
.inspiration {
    padding: 100px 20px;
}
.inspiration h7 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: var(--blue-color);
}
.inspiration_img {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.inspiration_img img {
    width: 100%;
    border-radius: 15px;
    height: 400px;
    object-fit: cover;
    margin: 5px 0;
    transition: filter 0.7s ease;
    cursor: pointer;
}
.inspiration_img img:hover {
    filter: brightness(0.6);
}

.star {
    font-size: 35px;
    color: gold;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.keyservices h8 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    display: block
}
.review_img {
    display: flex;
    width: 50%;
    padding: 0 0 0 20px;
    height: 100%;
    margin: auto;
    height: 600px;
    display: none;
}
.image_review {
    height: 600px
}
.image_review img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.form {
    padding: 100px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0,0,0,0.4)), url('../img/interior-painting-1.webp'); /* ← Ruta de tu imagen */
    background-size: cover;       /* Que cubra toda el área */
    background-position: center;  /* Centrada */
    background-repeat: no-repeat; /* No se repita */
    
}
.prom {
    font-size: 35px;
    text-align: center;
    margin-top: 30px;
    color: var(--blue-color);
}
.form h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
    color: #fff;
    
}
.form form {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    display: grid
}
.form input {
    margin: 5px 0;
    padding: 10px; 
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.03);
    font-size: 20px;
    height: 60px
}
.form textarea {
    margin: 5px 0;
    padding: 15px 10px; 
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.03);
    font-size: 20px;
    height: 100px;
    resize: none;
}

.botton {
    cursor: pointer;
    background: var(--blue-color);
    display: flex;
    height: 55px;
    width: 250px;
    margin: 20px auto 0;
    border-radius: 10px;
    transition: all 0.5s;
} 
.botton p {
    font-size: 22px;
    color: #fff;
    margin: auto;
}
#button {
    display: none;
}
.botton:hover {
    background: #000;
    color: #fff;
}

.form div {
    height: 100%;
    display: flex
}



@media (min-width: 868px) {
    .banner-home {
        display: flex;
        margin: 0 0 100px 0;
    }
    .banner-home-tittle {
        margin: auto;
        width: 50%;
        max-width: 550px;
    }
    .banner-home-img {
        width: 50%;
        
    }
    .banner-home-img img {
        height: 700px
    }
    .keyservices-content {
        display:flex;
    }
    .key-content {
        width: 60%
    }
    
    .keyservices {
        padding: 130px 0;
    }
    .keyservices-content {
        box-shadow: 5px 5px 15px 15px rgba(0, 0, 0, 0.1);
    }
    
    
    
    
    .content_image {
        display: flex;
        width: 50%;
        padding: 0 0 0 20px;
        height: 100%;
        margin: auto;
        height: 800px;
    }
    .content_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        
    }
    
    
    .services_itemflex {
        display: flex;
        justify-content: space-between
    }
    .services_flex {
        width: 31%;
    }
    
    .choicecontent {
        width: 30%;
    }
    
    .inspiration_img img {
        width: 47%;
        height: 300px
    }
    
    .review_img {
        display: block;
    }
    
    .form {
        display: flex;
    }
    .form div {
        align-items: center;     /* Centrado vertical */
        justify-content: center; /* Centrado horizontal */
        height: 100vh;           /* O el alto que tenga tu sección */
        width: 45%;
        text-align: right;
    }
    .form div h9 {
        font-size: 70px;
        font-weight: normal;
        padding-right: 30px;
    }
    .form form {
        width: 45%;
    }
    .form input {
        margin: -30px 0;
    }
    .form textarea {
        margin: -30px 0
    }
    
}
@media (min-width: 1108px) {
    .banner-home-tittle {
        width: 45%
    }
    .banner-home-img {
        width: 55%;
    }
    
    
    .backgound_services {
        background: #fff;
    }
    .servicesoption {
        display: flex;
        max-width: 1200px;
        margin: auto;
    }
    .services_tittle {
        margin: auto;
        width: 25%;
        padding-right: 35px;
        
    }
    .services_itemflex {
        width: 75%;
    }
    .services_img {
        overflow: hidden;
        height: 350px;
        position: relative;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    
    .services_flex img {
        height: 100%;
        width: 100%;
        transition: transform 0.9s ease;
        display: block;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        
    }
    .services_flex:hover .services_img img {
        transform: scale(1.2);
        
    } 
    
    .services_flex {
        width: 32%;
    }
    .services_content {
        padding: 0;
        margin-top: 40px;
    }
    .services_content p {
        padding: 0 15px
    }
    
    .choiceflex {
        max-width: 1100px;
        margin: auto
    }
    
    .choicecontent {
        width: 17%;
    }
    .inspiration_img img {
        width: 24%;
        height: 220px;
    }
    
    
}