.pkr-tittle {
    margin: 60px 0;
    padding: 15px;
    text-align: center;
}
.pkr-tittle h1 {
    font-size: 35px;
    margin-bottom: 15px;
}
.pkr-tittle p {
    font-size: var(--normal-font-size);
    
}
.pkr-tittle a {
    margin: 15px auto 0 auto;
    display: block;
    background: var(--blue-color);
    color: #fff;
    font-weight: bold;
    width: 200px;
    padding: 15px 10px;
    border-radius: 10px;
}
.pkr-img-banner {
    position: relative;
    height: 450px;
}
.pkr-img-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pkr-banner-tittle {
    background: #000;
    color: #fff;
    position: absolute;
    bottom: -30px; /* Ajusta la distancia desde la parte inferior */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px
}
.pkr-banner-tittle h2 {
    font-size: 22px;
    width: 350px;
    display: block;
    text-align: center;
    padding: 10px;
    
}
.pkr-content-one {
    margin: 55px auto;
    padding: 15px;
    font-size: var(--normal-font-size);
    max-width: 900px;
}
.form-content-tittle {
    padding: 90px 0;
}
.form-content h3 {
    color: #fff;
    font-size: 35px;
    text-align: center;
}

.pkr-why {
    margin: 70px auto;
    padding: 15px;
    max-width: 900px;
}
.pkr-why h3 {
    font-size: var(--tittle-font-size);
    text-align: center;
    margin-bottom: 40px;
}
.pkr-why .description {
    margin-bottom: 30px
}
.pkr-why .content {
    display: flex;
    margin: 25px 0;
}
.pkr-why .icon {
    font-size: 70px;
    display: flex;
    padding: 10px;
    color: var(--blue-color);
}
.pkr-why .icon i {
    margin: auto;
}
.pkr-why h4 {
    font-size: 20px;
    margin-bottom: 10px;
}


.pkr-services {
    margin: 50px 0;
    padding: 15px;
}
.pkr-services h3 {
    text-align: center;
    font-size: var(--tittle-font-size);
} 
.pkr-services-enlace {
    margin: 40px auto;
    display: grid;
    max-width: 800px
}
.pkr-services-enlace a {
    font-size: var(--normal-font-size);
    color: gray;
    margin: 5px 0;
}





.pkr-proces h5 {
    font-size: var(--tittle-font-size);
    text-align: center;
    margin-bottom: 50px;
}
.pkr-process-cont {
    display: flex;
    flex-wrap: wrap;
}
.pkr-process-cont div {
    width: 50%;
    padding: 20px
}
.pkr-process-cont i{
    font-size: 60px;
    text-align: center;
    width: 100%;
    display: block;
}
.pkr-process-cont p {
    text-align: center;
    margin-top: 20px;
}
.pkr-img-recents {
    margin: 60px 0;
    padding: 15px;
}
h6 {
    font-size: var(--tittle-font-size);
    margin-bottom: 60px;
    text-align: center;
}
.pkr-img-recents div {
    display: flex;
    flex-wrap: wrap;
}
.pkr-img-recents img {
    width: 100%;
    border-radius: 15px;
    margin: 15px 0;
    max-height: 400px;
    object-fit: cover;
}
.content_next p{
    margin: 20px 0;
    text-align: center;
    margin-top: 20px;
} 
.whychoosegoogle {
    display: flex;
    margin-bottom: 100px;
    
}
.flex50 {
    width: 50%;
    display: flex;
    background: var(--blue-color);
    color: #fff;
}
.flex50 div {
    margin: 50px 0;
    padding: 20px;
    
}
.flex50 p {
    margin: 20px 0;
    font-size: var(--normal-font-size);
}
.flex50 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.flex50 b {
    font-size: 22px;
}
.content_next a {
    background: var(--blue-color);
    display: flex;
    width: 300px;
    height: 50px;
    margin: auto;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.content_next a p {
    margin: auto;
    font-size: 20px;
}


@media (min-width: 600px) {
    .pkr-process-cont {
        max-width: 1100px;
        margin: auto;
    }
    .pkr-process-cont div {
        width: 25%;
    }
    .pkr-process-cont i {
        font-size: 80px;
    }
    .pkr-img-recents div{
        justify-content: space-between
    }
    .pkr-img-recents img {
        width: 48%;
    }
    
}
@media (max-width: 600px) {
    .whychoosegoogle {
        display: block;
    }
    .flex50 {
        width: 100%
    }
}
@media (min-width: 868px) {
    .form-content-tittle {
        padding: 50px 0px;
    }
}