*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

body{
    background-color: #21010c;
    font-family: Arial, Helvetica, sans-serif
}

/*Encabezado------------------------------------------------*/

.encabezado{
    color: rgb(255, 225, 212);
    padding: 30px 30px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 120px;
}

.header-container{
    display: flex;
    background: url(../IMG/Fondo\ granos\ de\ café.jpg);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.logonav{
    margin-left: 19px; 
    height:116px;
    border-radius: 25px;
}

nav{
    padding: 25px 25px 0px 0px;
    position: absolute;
    right: 20px;
    top: 22px;
    left: 885px;
    font-size: 16px;
}

nav > a{
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

nav > a:hover{
    text-decoration: underline;
}

.carrito{
    position: absolute;
    right: 75px;
    top: 20px;
}
.registro{
    position: absolute;
    right:20px;
    top: 18px;
}

main{
    background: rgb(127,120,255);
    background: linear-gradient(90deg, rgba(127,120,255,1) 0%, rgba(255,133,101,1) 100%);
    border-top: 7px solid #21010c;
}

/* Logo y eslogan ITA ------------rgb(153, 92, 66)--------------------*/

.escudo-ita{
    height: 320px;
    margin: 20px;
    border-radius: 50px;
}

.infoita{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    color: #191947;
    padding: 100px;
}

.infoita p{
    color: #21010c; 
    font-size: 17px;
}

/* Titulo e información --------------------------*/

.title-infocafe{
    font-size: 46px;
    color: #21010c;
}

.infocafe{
    text-align: center;
    margin-bottom: 100px;
    margin-top: 70px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.infocafe h3{
    color: #811111;
}

.infocafe h4{
    color: #610e23;
    font-size: 20px;
    padding: 30px;
}

.informacion{
    padding-top: 60px;
}

.informacion h2{
    color: #21010c;
    padding: 30px;
    font-size: 40px;
}

.informacion p{
    color: #610e23;
    font-size: 20px;
}

.inf{
    padding: 30px;
}

/* Boton de tienda -------------------------------*/

.productos{
    text-align: center;
}

.botonpro > a{
    background-color: #21010c; 
    color: rgb(255, 255, 255); 
    font-size: 22px; 
    padding: 15px 25px; 
    border: rgb(255, 255, 255);
    border-style: double; 
    border-radius: 7px; 
    cursor: pointer; 
    text-decoration: none; 
} 

.botonpro > a:hover{
    background-color: rgb(255, 255, 255); 
    color: rgb(0, 0, 0); 
    border: #21010c;
    border-style: double;
}

/* Footer y menu--------------------------------*/

footer{
    color: #fff;
    background-color: rgb(0, 0, 0);
    display: flow-root;
}

.footermenu{
    background-color: #21010c;
    padding: 40px;
    margin-left: 40px;
}

.footermenu > a{
    text-decoration: none;
    color: #fff;
}

.footermenu > a:hover{
    text-decoration: underline;
}

.fmenu{
    display: flex;
    background-color: #21010c;
}

.coontet-foo{
    margin-right: 80px;
}

.coontet-foo > a{
    color: #3b52b8;
    text-decoration: none; 
}

.coontet-foo > a:hover{
    text-decoration: underline;
}

.infopag{
    text-align: center;
    display: flex;
    position: absolute;
    left: 362px;
    margin-top: 60px;
}

.logocafedecolombia{
    height: 65px;
}

.foot{
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 3px;
}

/* Carrusel -----------------------------------------*/

.CarruselG {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 8px solid #21010c;
}

.carousel {
    width: 100%;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 1s ease-in-out;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

/* TIENDA----------------------------------------------------------------------------------- */

main h1{
    font-size: 70px;
    padding: 20px 0 0 0;
    text-align: center;
    color: #fff;
}

.infocafe p{
    font-size: 25px;
}

main h3{
    font-size: 50px;
    padding: 30px 30px;
    text-align: center;
    color: #21010c;
}

.tienda{
    background: url(..//IMG/Fondo\ 1.jpeg);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    padding: 20px;
}

.producto{
    margin: 150px 100px 100px 100px;
    padding: 20px 20px;
    border: 5px solid #fff;
    border-radius: 16px;
    background-color: #21010c9c;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
}

.producto >a{
    text-decoration: none;
    color: #fff;
}

.producto >a:hover{
    text-decoration: underline;
}

.bolsas{
    border-radius: 15px;
    height: 250px;
}

.descripcionpro{
    padding: 20px 20;
    display: flex;
}

.desc{
    margin: 50px 10px 70px 100px;
}

.desc h2{
    padding-bottom: 20px;
    color: #21010c;
}

.desc h4{
    color: #000000;
}

/* Contacto----------------------------------------------------------------------------------- */

.contacto{
    text-align: center;
}

/* Sobre nosotros------------------------------------------------------------------------------*/

.sobre-nosotros{
    text-align: center;
    margin: 30px;
}

