:root{
    --negrogris: #242323F7
    --negro: # 000000
    --gris: #767676
    
    --fuentetituloschicos: 'Merriweather', serif;
    --fuenteprincipal: 'Roboto Mono', monospace;
}


.bg-color{
    
    background-color: #767676;
}

.navbar-titulo{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 2rem;
    text-decoration: none;
    white-space: nowrap;
    color: #242323F7;
    font-weight: 800;
    font-family: 'Roboto Mono', monospace; 
    border-bottom: 3px solid #242323F7;
    border-top: 3px solid #242323F7;
}.navbar-titulo:hover{color: #242323F7;}


.link{
    color: #242323F7;
    padding: .7rem;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Roboto Mono', monospace;
    font-weight: 800;
}
@media (min-width: 768px){
    .link{
        font-size: 1.5rem;
    }
}

.link:hover{
    color: #242323F7;
}
/* fin de navegación */



/* main */

.img{
    background-image: url(../img/barber.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.textoimg{
    margin: 1rem;
    border-bottom: 4px solid #242323F7;
    border-top: 4px solid #242323F7;
    color: #242323F7;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 2rem;

}

@media (min-width: 668px){
    
.textoimg{
    font-size: 5rem;
}  

}  

.boton{
    background-color:rgb(0, 0, 0); 
    border-radius: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    border: white;
    font-family:'Roboto Mono', monospace;
    font-weight: 800;
    color: white;
    text-decoration: none;
    padding: 0.5rem;
}    
.boton:hover{
    
    color:#242323F7 ;
}

/* fin main */

/* servicios */

.titulo2{
    font-family:'Merriweather', serif; 
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 4rem;
    text-align: center;
    font-size: 2.5rem;
}

.especialisitas{
    font-family:'Merriweather', serif; 
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

.barber{
    display: flex;
    justify-content: space-around;
}

.barbers{
    font-family:'Merriweather', serif; 
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
}



.btnesCol{
    background-color: #000;
    color: white;
}

.p{
    color: #242323F7;
    font-size: .8rem;
    padding: .5rem;
    font-weight: 800;
    font-family: 'Merriweather', serif; 
    text-transform: uppercase;
    
}

@media (min-width: 768px){
    p{
    font-size: 1.5rem;
    }
}

.footer{

    background-color: #242323F7;
    padding: 1rem;
}


.footerTexto{
    font-size: 8px;
    color: white;
    margin: 0%;
    padding: 1rem;
    text-align: center;
}

.divF{
    text-align: center;
}

@media (min-width: 500px){
   .footerTexto{
       font-size: 1rem;
   }
   .divF{
       padding: 0%;
       display: flex;
       align-items: center;
       justify-content: space-between;
   }

}

/* Nosotros  FOTOS*/


.foto{
    width: 100%;
    height:25rem;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    padding: 0%;
    margin-bottom: 1rem;
    
}

@media (min-width: 500px){

    .grid-container{
        display: flex;
    }

    .fotos{
        margin: 0 auto;
        width: 30rem;
        height: 30rem;
        
    }
    
}

/* fin de fotos */
 
.imgubi{
    width: 350px;
    height: 300px;
}



@media (min-width: 768px){
    .ubicacion{
    display: flex;
    flex-direction: column;
    align-items: center;

    
}

}


