body{
    font-family: 'Montserrat', sans-serif;
}

header {
    align-items: center;
    background-color: #252525;
    padding: 20px 0;
}

/* CAJA NAVBAR*/

.caja {
    display: flex;
    padding-left: 20%;
   
}
.caja img {
    max-width: 100px;
    max-height: 100px;
}
nav{
    padding-right: 20%;
    position: absolute;
    top: 110px;
    right: 0;
}
nav ul {
    text-align: center;
}
nav li{
    display: inline;
    margin: 0 0 0 15px;
}
nav a{
    text-transform: uppercase;
    color: aliceblue;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
}
nav a:hover{
    color: #c78c19;
}

.active {
    color: orange;
}

/* SECTION PRINCIPAL*/

.sobre-barber {
    padding-top: 10px;
}

.back-principal {
    background: #D6D6D2;
}

.principal {
    background: #D6D6D2;
    width: 940px;
    margin: 0 auto;
}

.titulo-principal {
    text-align: center;
    font-size: 2em; 
    margin: 0 0 1em;
    font-weight: 800;
    color: aliceblue;
}

.principal p {
    line-height: 1.2;
    margin: 0 0 1em;
    color: #35211D;
    font-weight: 600;
    font-size: 1.3rem;
}

/*========MEDIA QUERIES (SMALL DEVICES)========*/
@media screen and (max-width: 600px) {
    .principal .utensilios{
        width: 400px;
        float: left;
        margin: 0 20px 20px 0;
    }
}

em strong{
    color: #0a3296;
    font-weight: 800;
}

.principal em{
    font-style: italic;
}
.utensilios{
    width: 220px;
    float: left;
    margin: 0 20px 20px 0;
}


/* UBICACION*/

.titulo-ubicacion {
    text-align: center;
    font-size: 2em; 
    margin: 0 0 1em;
    font-weight: 800;
    color: #0e54d5;
}

.mapa{
    padding: 3em 0;
}

.mapa p{
    margin: 0 0 2em;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}

.mapa-contenido{
    width: 940px;
    margin: 0 auto;
}
iframe {
    height: 400px;
}

/* DIFERENCIALES*/

.titulo-diferenciales {
    text-align: center;
    font-size: 2em; 
    margin: 0 0 1em;
    font-weight: 800;
    color: #0e54d5;
}

.contenido-diferenciales{/*img*/
    width: 640px;
    margin: 0 auto;
}

.lista-diferenciales{
    padding-left: 25%;
    column-gap: 75px;
    column-count: 2;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.8rem;
    padding-top: 30px;
}

.items{
    line-height: 1.5;
}

.items:before{
    content: "✹";
}

.items:first-child{
    font-weight: bold;
}

.imagen-diferenciales{
    width: 100%;
    transition: 400ms;   
}

.imagen-diferenciales:hover{
    opacity: 0.3;
}

.video{
    width: 560px;
    margin: 1em auto;
}

/* FOOTER*/

.logo-footer {
    width: 150px;
}

footer{
    text-align: center;
    background: #252525;
    padding: 40px; 
 }
 
 .copyright{
     color: #ffffff;
     font-size: 18px;
     margin: 20px;
 }

.barberia{
    width: 100%;
}




