body{
    margin: 0;
    font-family: sans-serif;
}

.cabecera{
    background-image: url(cafee.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(167 119 58 / 62%);
    color: rgb(187, 175, 160);
    padding: 10px 0;
    z-index: 1000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center
}

.cajaprincipal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img{
    height: 90px;
    
}
.menubotones ul li:last-child{
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    background-color: rgb(92, 42, 10);
    color: rgb(255, 255, 255);
    transition: 0.3 ease;
    border-radius: 5px;
   
}

.menubotones ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menubotones ul li{
    display: inline-block;
    margin-left: 20px;
}

.menubotones ul li a {
    color: rgb(250, 250, 250);
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3 ease;
}

.menubotones ul li a:hover {
    color: rgb(2, 2, 2);
    background-color: rgb(233, 171, 121);
}

 /*Banner*/
.banner {
	background-image: linear-gradient(100deg, #000000, #00000020),
		url(../imagen/brent-ninaber-UTdA-_U4DQw-unsplash.jpg);
	height: 960px;
	background-size: cover;
	background-position: center;
}

.content-banner {
	max-width: 90rem;
	margin: 0 auto;
	padding: 25rem 0;
}

.content-banner p {
	color: #c7a17a;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

.content-banner h2 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.content-banner a {
    margin-top: 2rem;
    text-decoration: none;
    color: #fff;
    background-color: #c7a17a;
    display: inline-block;
    padding: 1rem 3rem;
    text-transform: uppercase;
    border-radius: 3rem;
}
.content-banner a:hover{
    background-color: rgb(255, 255, 255);
    color: #000000;
}

.contenedoruno{
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
    border-radius: 0px;
    color: blanchedalmond;
    background-image: url(../imagen/cafee.jpg);
}
.division-imagen {
   padding: 0;
   position: center;
}
.division-imagen img{
    width: 100%;
}
.contenedoruno h1{
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 20px;
    color: #635491;
}
.contenedoruno p{
    font-size: 24px;
    margin-top: 20px;
    color: #666666;
}
.contenedoruno a{
    display: inline-block;
    padding: 10px 50px;
    text-decoration: none;
    background-color: cadetblue;
    color: beige;
    transition: 0.3 ease;
    border-radius: 5px;
}


.contenedordos{
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0px;
    color: blanchedalmond;
    background-color: rgb(243, 218, 195);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
    
}
.segunda-seccion{
    background-color: rgb(243, 218, 195);
    padding: 40px 0;
    border-radius: 5px;
    text-align: center;
}
    
.logoitem{
    display: flex;
    justify-content: center;
}
.logoitem img{
    height: 59px;
    align-items: center;
}
.imagenitem img{
    padding: 2px 10px;
}
.segunda-seccion h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    color: rgb(66, 34, 21);
}
.segunda-seccion p{
    color: rgb(255, 255, 255);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #2b1103;
    border-radius: 4px;
}
.diseño3d p{
    background-color: rgb(243, 218, 195);
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(8, 8, 8);
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 2px 100px;
}
.column{
    flex: 1 1 25%;
    border-radius: 5px;
    text-align: center;
    height: 400px;
}

.column img{
    max-width: 300px;
    height: 300px;
}

.botonmenu a{
    display: inline-block;
    text-align: center;
    padding: 15px 40px;
    background-color: rgb(92, 69, 58);
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    margin: 10px;
}
.botonmenu a:hover{
    color: #200315;
    background-color: #ffffff;
}
.contenedoruno a:hover{
    color: rgb(155, 218, 243);
    background-color: rgb(19, 2, 59);
}
.column img{
    border: 4px solid #000000;
    border-radius: 20px;
    transition: all 300ms;
}
.column img:hover{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 55%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.15);
}



.contenedortres{
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
    border-radius: 0px;
    color: blanchedalmond;
    text-align: center;
}
.tercera-seccion{
    background-color: #493208;
    padding: 90px 0;
    border-radius: 5px;
    text-align: center;
}
.contenedortres{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 30px;
}
.logoitem3{
    display: flex;
    justify-content: center;
}
.logoitem3 img{
    height: 59px;
    align-items: center;
}
.imagenitem3 img{
    padding: 2px 10px;
}
.logoitem3 h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    color: rgb(225, 237, 248);
}
.tercera-seccion p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, bold;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 15px;

}
.tercera-seccion a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.tercera-seccion a:hover{
    color: rgb(252, 179, 63);
}
.diseñoweb p{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(211, 210, 210);
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 2px 100px;
}
.column1{
    background-color:#dbd2c5;
    flex: 1 1 25%;
    border-radius: 5px;
    text-align: center;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 55%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.column1 img{
    border-radius: 7px;
    max-width: 300px;
    height: 300px;
    transition: all 300ms;
}

.column1 img:hover{
    transform: scale(1.15);
}
.boton1 a{
    display: inline-block;
    text-align: center;
    padding: 15px 40px;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    color: #46032c;
    border-radius: 5px;
}
.boton1 a:hover{
    color: #ffffff;
    background-color: #b8b8b8;
}




.contenedorcuatro{
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
    border-radius: 0px;
    color: blanchedalmond;
    text-align: center;
}
.cuarta-seccion{
    background-color: #ffffff;
    padding: 80px 0;
    border-radius: 5px;
    text-align: center;
}
.contenedorcuatro{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 55px;
}

.logoitem4{
    display: flex;
    justify-content: center;
}
.logoitem4 img{
    height: 59px;
    align-items: center;
}
.imagenitem4 img{
    padding: 2px 10px;
}
.cuarta-seccion h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    color: rgb(66, 34, 21);
}
.cuarta-seccion p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 15px;

}
.cuarta-seccion a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.cuarta-seccion a:hover{
    color: rgb(147, 225, 245);
}
.diseñoia p{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(24, 24, 24);
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 2px 105px;
}
.column2{
    background-color: #c5c6db;
    flex: 1 1 25%;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    margin: 20px;
    overflow: hidden;
    background: #caa186;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;
}
.column2:hover{
    box-shadow: 5px 5px 20px rgb(0, 0, 0, 5);
    transform: translateY(-3%);
}
.column2 img{
    border-radius: 500px;
    border:5px solid#000000;
    max-width: 300px;
    height: 300px;
    transition: all 300ms;
}
.boton2 a{
    display: inline-block;
    text-align: center;
    padding: 15px 40px;
    background-color: rgb(126, 79, 26);
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
}
.boton2 a:hover{
    color: #000000;
    background-color: #f0d3b8;
}
.column2 a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    color: #000000;
    border-radius: 5px;
    margin: 10px;
}

.column2 a:hover{
    background-color: #462303;
    color: #ffffff;
}



.contenedorcinco{
    
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
    border-radius: 0px;
    color: blanchedalmond;
    text-align: center;
}
.quinta-seccion{
    padding: 40px 0;
    text-align: center;
    background-color: #f0b680;
}
.contenedorcinco{
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 100px;
    padding: 30px;
    flex-wrap: wrap
}
.logoitem5{
    display: flex;
    justify-content: center;
}
.logoitem5 img{
    height: 59px;
    align-items: center;
}
.imagenitem5 img{
    padding: 2px 10px;
}
.quinta-seccion h2{
    font-size: 40px;
    margin-bottom: 20px;
    color: rgb(66, 34, 21);
}
.quinta-seccion p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 15px;

}
.contenedorcinco p{
    font-family: Arial, Helvetica, sans-serif, bold;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.item{
    flex: 1 1 25%;
    border-radius: 5px;
    width: 100%;
    margin: 20px;
    overflow: hidden;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;
    background-color: #b26f36de;

}
.item:hover{
    box-shadow: 5px 5px 20px rgb(0, 0, 0, 5);
    transform: translateY(-3%);
}
.item img{
    border: 5px;
    height: 300px;
    transition: all 300ms;
}

/*FOOTER*/
*{
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.footer{
    font-family: sans-serif;
    text-transform: capitalize;
    background-color: #83573f;
    padding: 80px 0;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.footer-row{
    display: flex;
    flex-wrap: wrap;
}

.footer-links{
    width: 25%;
    padding: 0 15px;
}
.footer-links h4{
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 500;
    border-bottom:  2px solid #af6635;
    padding-bottom: 10px;
    display: inline-block;
}
.footer-links ul li a{
    font-size: 18px;
    text-decoration: none;
    color: #b1b1b1;
    display: block;
    margin-bottom: 15px;
    transition: all .3s ease;
}
.footer-links ul li a:hover{
    color: #ffffff;
    padding-left: 6px;
}

.social-links a{ 
    display: inline-block;
    min-height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all .5s ease;
}
.social-links a:hover{
    background-color: #462303;
}

@media(max-width:991px){
    .footer-row{
        text-align: center;
    }

    .footer-links{
        width: 100%;
        margin-bottom: 30px;
    }
}
