.servi{
    max-width: 1200px;
    background:url(../img/a4.png);
    background-position: center;
    background-size:contain;
    
}
.ap-p{
    display: none;
}
.ap-p1{
    display: none;
}
.servicio1{
 background:rgba(188, 231, 248, 0.753);
    margin: 30px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    padding: 30px 30px;   
}
.servicio2{
    margin: 30px auto;
    padding: 30px 30px; 
}
.serviciosp{
    display: flex;
    flex-direction: row;   
}
.cont-serv{
    width: 55%;
    padding: 10px 30px;
    
}
.cont-serv h2{
    color: rgb(139, 139, 139);
    margin: 0 auto;
    font-size: 36px;
    line-height: 35px;
    width: 400px;
    font-weight: 900;
    text-align: center;
}
.cont-serv hr{
    border: none;
    margin-top: 10px;
    width: 200px;
    height: 4px;
    background-color: red;
}
.cont-serv p{
    margin-top: 20px;
    text-align: center;
}
.cont-serv h3{
    text-align: center;
}
.cont-serv span{
    font-weight: 600;
}
.serv-1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 1100px;
    
}
.list-l0{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.list-l0 p{
    
    margin-left: 8px;
    font-weight: 600;
   
}
.list-l0 img {
    width: 25px;
    margin-left: 0;
}
.serv-img{
    
    width: 300px;
    height: 200px;
    color: var(--color-title);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(10, 1fr);
    /* align-items: center; */
}
.serv-about{
    z-index: -1;
    align-self: center;
    width: 260px;
    height: 270px;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    background:rgba(255, 0, 0, 0.986);
    grid-column: 2/-1;
    grid-row: 1/-1;
    border-radius: 10PX;
    
}

.serv-picture{
    width: 260px;
    height: 260px;
    margin:0;
    grid-column: 1/-1;
    grid-row: 2/-1;
    

}

.serv_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10PX;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    background-color: rgb(255, 255, 255);
}
.serv-picture--right{
    grid-column: 1/3;
}

.serv-about--left{
    grid-column: 3/-1;
}


.cont-serva{
    width: 55%;
    padding: 10px 30px;
    margin-top: 5px;
}
.cont-serva h2{
    color: rgb(139, 139, 139);
    text-align: center;
    font-size: 36px;
    line-height: 35px;
    width: 400px;
    font-weight: 900;
    
    
}
.cont-serva hr{
    border: none;
    margin-top: 10px;
    width: 120px;
    height: 4px;
    background-color: red;
}
.cont-serva h3{
   
    text-align:center;
}
.cont-serva span{
    font-weight: 600;
}
.cont-serva p{
    margin-top: 20px;
    text-align: center;
}
.cont-serva1{
    width: 55%;
    padding: 10px 30px;
    margin-top: 5px;
}
.cont-serva1 h2{
    color: rgb(139, 139, 139);
    text-align: center;
    font-size: 36px;
    line-height: 35px;
    width: 400px;
    font-weight: 900;
    
    
}
.cont-serva1 hr{
    border: none;
    margin-top: 10px;
    width: 200px;
    height: 4px;
    background-color: red;
}
.cont-serva1 h3{
   
    text-align: center;
}
.cont-serva1 span{
    font-weight: 600;
}
.cont-serva1 p{
    margin-top: 20px;
    text-align: center;
}
.cont-serva2{
    width: 55%;
    padding: 10px 30px;
    margin-top: 5px;
}
.cont-serva2 h2{
    color: rgb(139, 139, 139);
    text-align: center;
    font-size: 36px;
    line-height: 35px;
    width: 400px;
    font-weight: 900;   
}
.cont-serva2 hr{
    border: none;
    margin-top: 10px;
    width: 160px;
    height: 4px;
    background-color: red;
}
.cont-serva2 h3{
   
    text-align: center;
}
.cont-serva2 span{
    font-weight: 600;
}
.cont-serva2 p{
    margin-top: 20px;
    text-align: center;
}
.serva-img{
    width: 300px;
    height: 200px;
    color: var(--color-title);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(10, 1fr);
    /* align-items: center; */
}
.serva2-img{
    width: 200px;
}
.container__vector{
    background: none;
    z-index: 100;    
}
.container__vector img{
    padding-top: 50px;
    width: 100%;
    background-image: none;
    animation: move_vector 6s ease-in-out infinite;
    transition: all 300ms;
}

@keyframes move_vector {
    0%{
        transform: translateY(18px);
    }
    25%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(18px);
    }
}
.serva-about{
    z-index: -1;
    align-self: center;
    width: 260px;
    height: 270px;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    background:rgba(250, 7, 7, 0.568);
    grid-column: 1/-1;
    grid-row: 2/-1;
    border-radius: 10PX;
    
}

.serva-picture{
    width: 260px;
    height: 260px;
    margin:0;
    
    grid-column: 2/-1;
    grid-row: 1/-1;

}

.serva_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10PX;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.serva_img1{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10PX;
    background-color: aliceblue;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.serva-picture--right{
    grid-column: 1/3;
}

.serva-about--left{
    grid-column: 3/-1;
}


.hr hr{
    height: 8px;
    border: none;
    background: rgb(17, 0, 0);
}
.footerh{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1000px;
}

.img-ubic{
    width: 40px;
}
.img-hor{
    width: 40px;
}
.horario {
    width: 260px;
    margin-bottom: 10px;
}
.contact{
    width: 260px;
    margin-bottom: 10px;
}
.horario h3{
    color: rgb(139, 139, 139);
}
.contact h3{
    color: rgb(139, 139, 139);
}
@media  screen and (max-width:1300px){
    .servi{
        max-width: 1000px;
    }
}
@media  screen and (max-width:840px){
    .serv-img{
        width: 230px;
        height: 150px;
    }
    .serv-about{
        width: 200px;
        height: 210px;
     
    }
    .serv-picture{
        width: 200px;
        height: 200px;
    }
    .serva-img{
        width: 230px;
        height: 150px;
    }
    .serva-about{
        width: 200px;
        height: 210px;
     
    }
    .serva-picture{
        width: 200px;
        height: 200px;
    }
    .cont-serv h2{
        font-size: 30px;
        line-height: 25px;
        width: 200px;
    }
    .cont-serv hr{
        width: 100px; 
    }
    .cont-serv p{
        margin-top: 20px;
        font-size: 15px;
    }
    .cont-serv h3{
        font-size: 16px;
    }
    .list-l0 p{
        font-size: 15px;
    }
    .cont-serva h2{
        font-size: 30px;
        line-height: 25px;
        width: 200px;
    }
    .cont-serva hr{
        width: 100px;
    }
    .cont-serva h3{
       font-size: 16px;
    }
    .cont-serva p{
        font-size: 15px;
    }
    .cont-serva1 h2{
        font-size: 30px;
        line-height: 25px;
        width: 280px;
    }
    .cont-serva1 hr{
        width: 150px;
    }
    .cont-serva1 h3{
       font-size: 16px;
    }
    .cont-serva1 p{
        font-size: 15px;
    }
    .cont-serva2 h2{
        font-size: 30px;
        line-height: 25px;
        width: 280px;  
    }
    .cont-serva2 hr{
        width: 150px;
    }
    .cont-serva2 h3{
        font-size: 16px;
    }
    .cont-serva2 p{
        font-size: 15px;
    }
    .horario p{
        font-size: 15px;
    }
    .contact p{
        font-size: 15px;
    }
    .horario h3{
        font-size: 16px;
    }
    .contact h3{
        font-size: 16px;
    }
}
@media  screen and (max-width:670px){
    .cont-serv p {
        display: none;
    }
    .cont-serva p {
        display: none;
    }
    .cont-serva1 p{
        display: none;
    }
    .cont-serva2 p{
        display: none;
    }
    .cont-serv h3 {
        display: none;
    }
    .cont-serva h3 {
        display: none;
    }
    .cont-serva1 h3 {
        display: none;
    }
    .cont-serva2 h3 {
        display: none;
    }
    .container__vector {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container__vector img{
        padding-top: 0px;
        width: 80%;
    }
    .ap-p{
        display:inline-table;
    }
    .ap-p span{
        font-weight: 600;
    }
    .ap-p p{
        font-size: 15px;
    }
    .ap-p1{
        display:inline-table;
    }
    .ap-p1 span{
        font-weight: 600;
    }
    .ap-p1 p{
        font-size: 15px;
    }
    .cont-serv h2{
        font-size: 30px;
        line-height: 29px;
        width: 250px;
        margin-top: 55px;
    }
    .cont-serv hr{
        margin-bottom: 50px;
        height: 3px;
    }

    .cont-serva h2{
        
        line-height: 29px;
        width: 250px;
        margin-top: 50px;
    }
    .cont-serva hr{
        margin-bottom: 64px;
        height: 3px;
    }
    .cont-serva1 h2{
        font-size: 30px;
        line-height: 29px;
        width: 250px;
        margin-top: 40px;
    }
    .cont-serva1 hr{
        margin-bottom: 44px;
        width: 100px;
        height: 3px;
    }
    .cont-serva2 h2{
        font-size: 30px;
        line-height: 29px;
        width: 250px;
        margin-top: 40px;
    }
    .cont-serva2 hr{
        margin-bottom: 44px;
        width: 100px;
        height: 3px;
    }
    .serv-1 {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .list-l0{
        margin-top: 5px;
    }
    .list-l0 p{
        font-size: 14px;
    }
    .list-l0 img {
        width: 18px;
    }
}
@media  screen and (max-width:625px){
    .serv-img{
        width: 190px;
        height: 110px;
    }
    .serv-about{
        width: 160px;
        height: 170px;
     
    }
    .serv-picture{
        width: 160px;
        height: 160px;
    }
    .serva-img{
        width: 190px;
        height: 110px;
    }
    .serva-about{
        width: 160px;
        height: 170px;
     
    }
    .serva-picture{
        width: 160px;
        height: 160px;
    }
    .cont-serv h2{
        font-size: 25px;
        line-height: 22px;
        width: 150px;
    }
   
    .cont-serva h2{
        font-size: 25px;
        line-height: 22px;
        width: 150px;
    }
   
    .cont-serva1 h2{
        font-size: 25px;
        line-height: 22px;
        width: 150px;
    }
    .cont-serva2 h2{
        font-size: 25px;
        line-height: 22px;
        width: 150px;
    }
    
    .serviciosp{
        flex-direction: column;
    }
    .cont-serv h2{
        margin-top: 0;
        width: 100%;
    }
    .cont-serv{
        width: 100%;
        text-align: center;
        padding: 10px 0px;
    }
    .cont-serv hr{
        margin-bottom: 0;
        margin-left: auto;
    }
    .cont-serva h2{
        margin-top: 70px;
        width: 100%;
        margin-right: auto;
        text-align: center;
    }
    .cont-serva{
        width: 100%;
        padding: 10px 0px;
    }
    .cont-serva hr{
        margin-bottom: 0;
        margin-right: auto;
    }
    .cont-serva1 h2{
        margin-top: 70px;
        width: 100%;
        margin-right: auto;
        text-align: center;
    }
    .cont-serva1{
        width: 100%;
        padding: 10px 0px;
    }
    .cont-serva1 hr{
        margin-bottom: 0;
        margin-right: auto;
    }
    .cont-serva2 h2{
        margin-top: 70px;
        width: 100%;margin: 0;
        margin-right: auto;
        text-align: center;
    }
    .cont-serva2{
        width: 100%;
        padding: 0px 0px;
        height: 10%;
    }
    .cont-serva2 hr{
        margin-bottom: 0;
        margin-right: auto;
        
    }
    
    .ap-p{
        margin-top: 78px;
    }
    .ap-p1{
        margin-top: 0px;
    }
}
@media  screen and (max-width:425px){
    .horario{
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 10px;
    }
    .contact{
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 10px;
    }
    .horario p{
        font-size: 14px;
        text-align: center;
    }
    .contact p{
        font-size: 14px;
        text-align: center;
    }
}