.portada{
    height: 600px;
}
.foto__fija{
    
    height: 725px;
    width: 100%;
    object-fit: cover;
}



.cubierta{
    position: relative;
    margin-top: 0px
}

.cubierta:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 200;
    z-index: 0;
}

.titulo__logo{
    color: #fff;
    font-size: 20px;
    margin: 10px;
}

.inpu{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.inpu input{
    margin:10px auto;
    padding: 10px;
    width: 98%;
    color: #fff;
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border-color: #fff;
    
}

::placeholder{
    color: #fff;
}

.chek{
    
    
    width: 98%;
    margin: auto;
    display: flex;
}

.chek input{
    margin-left: 5px;
    height: 20px;
    display: inline;
} 

.chek label{
    padding: 10px;
    width: 70%;
    display: inline;
    color: #fff;
} 

.chek a{
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.btn__conestar{
    background: rgba(255,255,255,0.5) !important;
}

.btn__conestar:hover{
    background: rgba(255,255,255,0.7) !important;
    cursor: pointer;
}

.texto__accede{
    color: #fff;
    font-size: 20px;
}

.muestra{
    width: 90%;
    margin: auto;
}

.capamuestra1{
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 90%;
    margin: auto; 
    background: rgba(254, 149, 149, 0.2);  
    border-radius: 10px;
}



.footer{
 margin-top: 125px;
    
}

/* Modal aÃ±adir mascota */
       .modal {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000; align-items: center; justify-content: center; padding: 20px;}
       .modal-content {background: white; border-radius: 16px; padding: 24px; max-width: 500px; width: 100%; max-height: 90vh; overflow-y: auto;}
       .modal-header {display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
       .close-modal {font-size: 28px; cursor: pointer; color: #6b7280;}
       .form-group {margin-bottom: 16px;}
       .form-group label {display: block; font-weight: 600; margin-bottom: 6px; font-size: 14px;}
       .form-group input {width: 100%; padding: 12px; border: 2px solid #d1d5db; border-radius: 8px; font-size: 16px;}


.btn {display: inline-block; background: #16a34a; color: white; padding: 12px 20px; border-radius: 8px; font-size: 16px; font-weight: bold; text-decoration: none; text-align: center; border: none; cursor: pointer;}

