
 body{
    position: relative; 
}

.cabecera{
    background-image: url(img/fondo-menu.PNG);
    border-bottom: 2px solid #ffff;
}

.logo{
    min-width: 150px;
    max-width: 170px;
    margin-left:  -20px;;
}

.textoNav{
    /* align-items: right;  */
    font-style: italic;
    font-style: oblique;
    font-size: 20PX;  
}

/* .contenedorImagen{
    min-width: 320px;
    max-width: 640px;
    height: auto;
} */

.contenedorTexto{   
    height: auto;
    /* max-height: 428px; */
    font-style: italic;
    /* font-size: 4vw; */
    font-size: 3vmax;
    /* font-size: 5vmax; */
    /* background-color: rgba(169, 169, 169, 0.287); */
}

.textoNombreComercial{
    font-size:5vw;
    color:white;
   
} 
.textoTitulo{
    font-size:6vw;
    color: #000;
    /* padding-top:100px */
}


.textoMedio{
    font-size:3.2vw;
    color:#fff;
}

.fondo{
    background-image: url(img/background-1481478_640.jpg);
}

.contenedorPie{
    white-space: auto;
    height: auto;
    font-style: italic;
    font-weight: bolder;
    font-size: 2vmin;
    font-size: 2.2vmax;
    background-color: rgba(169, 169, 169, 0.287);
    padding-bottom: 10px;
}

.pie{
    font-style: italic;
    font-weight: bolder;
    font-size: 2vmin;
    font-size: 2.2vmax;
    background-color: rgba(169, 169, 169, 0.287);
    padding-bottom: 10px;
}

.menuPie{
    width: 100%;
    height: auto;
    border: 2px solid black;
    
}

.enlacePie{
    font-size: 2vmin;
    font-size: 2vmax;
    color:black;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
}

