*{
    box-sizing: border-box;
}
#TitlePage{
    position: relative;
    text-align: center;
    background-image: url(/static/img/img1.jpg);
    /* background-image: url(/static/img/hero-phone.jpg); */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
}
.TitlePageTransparency{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(26, 26, 26,0), rgb(26, 26, 26,0.9) 75%,rgb(26, 26, 26) 95%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0px;
}
.transparencyContent2{
    margin-bottom: 10px;

}
.Title{
    margin-bottom: 2px;
    color: white;
    font-size: 2.7rem;
    font-weight: 600;
}
.Subtitle{
    color: rgb(255, 255, 255);
    margin-bottom: 1px;
}
.transparencyContent2 a{
    text-decoration: none;
}
#Services{
    background-color: rgb(231, 235, 222);
}
#card-conteiner{
    display: flex;
    flex-wrap: wrap;
}
.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(206, 207, 205);
    margin: 20px auto 10px auto;
    border-radius: 25px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    border-style: none;
    animation: appear  linear;
    animation-timeline:view();
    animation-range: entry 0% cover 40%;
}
.imageCard{
overflow: hidden;
height: 300px;
margin: 10px;
border-radius: 20px;
transition: box-shadow 0.8s,transform 0.8s;
}
.imageCard:hover{
    box-shadow: 1px 1px 20px 0 rgb(255, 255, 255);
    transform: scale(1.02,1.02);
}
.descriptionCard{
    width: 100%;
    height: 176px;
    background-color: rgb(141,139,139);
}
.titleCard{
    width: 90%;
    background-color: rgb(206, 207, 205);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
}
.card ul{
    text-align: start;
    color: white;
    font-size: 1.2em;
    margin: 2%;
}
.card a {
    color: rgb(114, 114, 114);
    text-decoration: none;
}
.card a:hover{
    color: rgb(255, 255, 255);
}

#Reviews, #Why-us, #Areas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Reviews{
    background-color: rgba(135, 141, 115, 0.993);
}
.reviewDescription{
    width: 60%;
    align-items: center;
    align-self: center;
}
.reviewGoogle{
    overflow: hidden;
    width: 40%;
    text-align: left;
    border-radius: 10px;
    /* margin-bottom: 5%; */
}
#aboutUs{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#projectsCounter{
    background-color: white;
    padding: 35px 0;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.counter{
    font-family: "Quantico";
    font-size: 4rem;
    font-weight: 700;
}
#socials a{
    font-size: 3em;
    margin: 0 30px 0 0;
    color: black;
}
.schedule{
    font-family: sans-serif;
    font-size: 20px;
}
/* Animacion para las tarjetas de servicios. */
@keyframes appear
{
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}
/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
    #TitlePage{
        height: 94vh;
        /* background-image: url(/static/img/hero-phone.jpg); */
        background-position:bottom center;

    }
    .Title{
        font-size: 3.3rem;
        font-weight: 700;
    }
    .TitlePageTransparency{
        padding: 0 20px;
    }
    .card{
        width: 350px;
        height: 500px;
        margin-bottom: 20px;
    }

    .reviewDescription,.reviewGoogle{
        width: 100%;
        font-size: 1em;
    }
    .text-section,.content-section{
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #TitlePage{
        background-position:top center;
    }
    .card{
        width: 350px;
        height: 500px;
        margin-bottom: 20px;
    }
    .reviewDescription,.reviewGoogle{
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .Title{
        font-size: 4em;
    }
    .Subtitle{
        font-size: 1.3em;
    }
    .card{
        width: 340px;
        height: 500px;
    }
    .text-section,.content-section{
        width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* #TitlePage{
        background-image: url(/static/img/hero-desk.jpg);
    } */
    .Title{
        font-size: 6rem;
    }
    .Subtitle{
        font-size: 1.5em;
    }
    .card{
        width: 340px;
        height: 500px;
    }
    .text-section,.content-section{
    width: 50%;
    }
    #Why-us p{
        padding-right: 30px;
    }
    .reviewDescription,.reviewGoogle{
        width: 100%;
    }
    #Areas{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #Areas .text-section{
        text-align: end;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .TitlePageTransparency{
        padding-bottom: 2px;
        /* background-image: linear-gradient(to bottom, rgba(255,0,0,0)20%, rgba(26, 26, 26, 0.5) 40%, rgba(26, 26, 26,0.93) 93%); */
        
    }
    .card{
        width: 360px;
        height: 500px;
        margin-bottom: 30px;
    }
    .reviewDescription{
        width: 50%;

    }
    .reviewGoogle{
        width: 45%;
    }
 }

 /* XX-Large devices (larger desktops, 1400px and up)*/
 @media (min-width: 1400px) {
    .transparencyContent1{
        margin-top: 5%;
    }
    .Title{
        font-size: 8rem;
        font-weight:600;
    }
    .Subtitle{
        font-size: 1.8em;
    }
    .card{
        width: 360px;
        height: 500px;
        margin-bottom: 50px;
    }


 }
