/*carrito caruseñ del inicio*/
.imash{
    height: 90vh;
    background-size: cover;
    object-fit: cover;
}

/*contenido nosotros en la pagina principal*/
.nosotros__div{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 5rem;

}
.nosotros__titulo{
font-size: 3rem;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
text-align: center;

}
.nosotros__icono{
padding-top: 0;
margin-top: 0;
border-top: 0;
width: 2.5rem;
}
.nosotros__parrafo{
padding-top: 2.7rem;
text-align: center;
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}


/*grid de promocionales*/
.card__grid{
    padding-top: 4rem;
    display: grid;
    
    
}
.card{
    margin-bottom: 2rem;
    margin-right: 4rem;
    margin-left: 4rem;
    text-align: center;
}

.card-img-top{
    margin: 0 auto;
}
@media (min-width: 968px){
    
    .card{
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .card__grid{
        grid-template-columns: repeat(3, 1fr);
        gap: 4rem;
    margin-left: 4rem;
    margin-right: 4rem;
                }
}

.card-img-top{
    margin-top: 2rem;
    width: 13rem;
}
.card-text{
    height: 4rem;
}

/*parte para los servicios*/
/*intro a servicios*/
.serviciosintro__div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5rem;
    
    }
    .serviciosintro__titulo{
    font-size: 3rem;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    text-align: center;
    
    }
    .serviciosintro__icono{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    width: 2.5rem;
    }

    /*servicios*/
.servicios{
    margin-top: 4rem;
}
.servicios__plantilla{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 5rem;
}
.servicios__imagen{
    margin: 0 auto;
    width: 10rem;
}

@media (min-width: 768px){
    .servicios__plantilla{
        margin-bottom: 2rem;
    }
    .servicios__grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1000px){
    .servicios__grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .servicios__imagen{
        width: 5rem;
    }
}
.divimagen{
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicios__contenido-plantilla{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    padding-right: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.servicios__titulo{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}
.servicios__parrafo{
    font-size: 1rem;
}
@media (min-width: 768px){
   .servicios__titulo{
    font-size: 1.6rem;
   }
}
@media (min-width: 1000px){
  
}


/*tarjeta de contacto*/

/*Header*/
.nombre_header{
    margin-top: 10px;
    font-size: 1.5rem;
}
.logoynombre{
    display: flex;
    align-items: center;
}
.logo-inicial{
    width: 3.5rem;
}
.contacto{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgb(48, 47, 47);
}
.degradado-verde{
    color: transparent;
    background: linear-gradient(to right, #45ccd8 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.contacto__tarjeta{
    text-align: center;
}
.nombre__contacto{
    font-size: 2rem;
    margin: 0;
}
@media (min-width: 768px) {
    .nombre__contacto{
        font-size: 4rem;
        line-height: 1;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .contacto__grid{
        display: grid;
        grid-template-columns: repeat(2,1fr);

    }
}
.contacto__presentacion{
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 2;
}
@media (min-width: 768px){
    .contacto__presentacion{
        font-size: 2rem;
    }
    .contacto__frame{
        border: 3px solid #127d85;
        width: 700px;
        height: 500px;
    }
}
.contacto__beterinario{
    border-radius: 90px;
    width: 15rem;
    border: 4px solid #24b1db;
    rotate: 100grad;

}

.contacto__imagen{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}
@media (min-width: 768px){
    .contacto__beterinario{
        width: 20rem;
        border-radius: 120px;
    }
}
.contacto__enlace{
    text-decoration: none;
    color: #127d85;
}
.contacto__sheep{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
}
.contacto__sheep:nth-child(1){
    margin-top: 1rem;
}
.contacto__icono{
    width: 2rem;
}
.contacto__direccion{
    text-align: center;
    color: #fff;
}
@media (min-width: 768px){
    .contacto__direccion{
        margin-top: 3rem;
    }
}
.contacto__mapa{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*galeria*/
.contenedor{
    max-width: 120rem;
    width: 90%;
    margin: 0 auto;
}
.galeria__imagen{
    width: 80%;
}
.galeria__grid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding-bottom: 2rem;
}
@media (min-width: 768px){
    .galeria__grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .galeria__imagen{
        width: 100%;
        object-fit: cover;
    }
    .galeria__grid .galeria__imagen:nth-child(2){
        height: 100%;
    }
    .galeria__grid .galeria__imagen:nth-child(1){
        grid-column: 1 / span 2 ;
    }
    .galeria__grid .galeria__imagen:nth-child(4){
        grid-row: 2 / span 3 ;
        grid-column: 2;
        height: calc(100% - 1rem);
        margin-bottom: 1rem;

    }
    .galeria__grid .galeria__imagen:nth-child(3){
        height: 100%;
    }
    .galeria__grid .galeria__imagen:nth-child(5){
        height: 100%;
    }
    .galeria__grid .galeria__imagen:nth-child(6){
        height: 100%;
    }
    .galeria__grid .galeria__imagen:nth-child(7){
        height: 100%;
    }
    
    
}

.galeria__tarjeta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
}
.galeria__titulo{
    font-size: 3rem;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    text-align: center;
    
    }
    .galeria__icono{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    width: 2.5rem;
    }

    /*seccion visual*/

    .cita{
        background-image: url(img/visual1.jpg);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 5rem 0;
        text-align: center;
        margin-bottom: 3rem
    }
   
        .cita__heading{
            
            color: #fff;
            font-size: 6rem;
        }
        .cita__texto{
            max-width: 60rem;
            margin: 0 auto;
            text-align: center;
            color: #fff;
            line-height: 2;
            background-color: rgb(0, 0, 0, .3);
        }
      
    
        /*boton flotante*/

.float-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #55c4cf;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.float-button:hover {
    background-color: #084d11;
}
.boton-flotante{
    width: 3rem;
}

/*parte del droop boton verde whatsapp*/
.drope{
    background-color: #55c4cf;
    border-radius: 2rem;
    color: #000;
}

/*Footer*/
.footer__grid{
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.footer__1, .footer__2, .footer__3{
    text-align: center;
}
.footer__sheep:nth-child(1){
    margin-bottom: 1rem;
}

.footer__ubicacion{
    text-decoration: none;
    color: #000;
}
.footer__ubicacion:hover{
    color: #449ea7;
}
@media (min-width: 768px){
    .footer__grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

.coppy{
    background-color: rgb(48, 47, 47);
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

/* letras del baner de hasta arriba */
.banner{
    border-radius: 2rem;
    background-color: rgb(0, 0, 0, .5);
}


/*Pagina de nosotros sola*/
.nosotrosc__titulo{
    text-align: center;
    padding-bottom: 1rem;
}
.nosotrosc{
    margin-top: 7rem;
}
.nosotrosc__imagendiv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nosotrosc__imagen{
    max-width: 100%;
}
.nosotrosc__mision, .nosotrosc__vision{
    text-align: center;
}
.nosotrosc__span{
    font-weight: bold;
}

@media (min-width: 868px){
    .nosotrosc__subgeneral{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .nosotrosc__valores{
        text-align: center;
    }
    

}
@media (min-width: 1100px){
    .nosotrosc__parrafo1{
        padding-top: 1rem;
    }
}
@media (min-width: 1190px){
    .nosotrosc__parrafo1{
        padding-top: 2rem;
    }
}


/*pagina de contacto*/
/*tarjeta de contacto*/

/*Header*/

.contactop{
    padding-top: 11rem;
    padding-bottom: 4rem;
    background-color: rgb(48, 47, 47);
}

.contactop__tarjeta{
    text-align: center;
}
.nombre__contactop{
    font-size: 2rem;
    margin: 0;
    max-height: 100%;
}

@media (min-width: 768px) {
    .nombre__contactop{
        font-size: 4rem;
        line-height: 1;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .contactop__grid{
        display: grid;
        grid-template-columns: repeat(2,1fr);

    }
}
.contactop__presentacion{
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 2;
}
@media (min-width: 768px){
    .contactop__presentacion{
        font-size: 2rem;
    }
    .contactop__frame{
        border: 3px solid #127d85;
        width: 700px;
        height: 500px;
    }
}
.contactop__beterinario{
    border-radius: 90px;
    width: 15rem;
    border: 4px solid #24b1db;
    rotate: 100grad;

}

.contactop__imagen{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}
@media (min-width: 768px){
    .contactop__beterinario{
        width: 20rem;
        border-radius: 120px;
    }
}
.contactop__enlace{
    text-decoration: none;
    color: #127d85;
}
.contactop__sheep{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
}
.contactop__sheep:nth-child(1){
    margin-top: 1rem;
}
.contactop__icono{
    width: 2rem;
}
.contactop__direccion{
    text-align: center;
    color: #fff;
}
@media (min-width: 768px){
    .contactop__direccion{
        margin-top: 3rem;
    }
}
.contactop__mapa{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Vacunas pagina completa*/
.vacunas{
    margin-top: 7rem;
}
.titulos__vacunas, .titulos2__vacunas, .divequinos__vacunas{
    text-align: center;
    padding-top: 2rem;
}
.span__vacunas{
    font-weight: bolder;

}

/*tablas de vacunas*/
.divperros__vacunas{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 700px){
    .perros__vacunas{
        font-size: .7rem;
    
    }  
}
@media (max-width: 480px){
    .perros__vacunas{
        font-size: .6rem;
    
    }  
}

th, td {
    width: 20%;
    text-align: left;
    vertical-align: top;
    border: 1px solid #000;
 }

 .divaves__vacunas{
    display: flex;
    justify-content: center;
    align-items: center;
 }

 @media (max-width: 410px){
    .aves__vacunas{
        font-size: .8rem;
    
    }  
    
}
@media (max-width: 768px){
    .equinos__vacunas{
        font-size: .8rem;
    
    }  
}
@media (max-width: 660px){
    .equinos__vacunas{
        font-size: .7rem;
    
    }  
}
@media (max-width: 590px){
    .equinos__vacunas{
        font-size: .6rem;
    
    }  
}
.col-12{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.btnvac{
    background-color: #2be043;
}

/*Pagina de alimentos completa*/
.alimentosp{
    padding-top: 7rem;
    text-align: center;
}
.imagenes__alimentos{
    width: 100%;
}
.imgrande__alimentos{
    padding-right: 15%;
    padding-left: 15%;
}
@media (max-width: 650px){
    .linea{
        display: none; /* Muestra el div */
      }
}
@media (min-width: 650px){
    .primeralimento__alimentos, .segundoalimento__alimentos, .terceralimento__alimentos, .cuartoalimento__alimentos{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        align-items: center;
    }
    .quintoalimento__alimentos{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-items: center;
    }
    .imagenes__alimentos{
        width: 80%;
    }
    .linea{
        display: block; /* Muestra el div */
      }
}

.imagen1__alimentos, .imagen2__alimentos, .imagen3__alimentos{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.btn-comida{
    width: 30%;
    margin-bottom: 3rem;
}
.boton-gde{
    margin-top: 3rem;
}
.comida-rosa{
    margin-top: 2rem;
}
.alimento-pequeño{
    margin-top: 7rem;
}