:root {
     --cafecomrh:#D6AF46;
}

.container-footer {
     background-color:var(--cafecomrh3);
     color: rgb(255, 255, 255);
     display: flex;
     flex-direction: column;
     padding: 10px 0;
     text-align: center;
     width: 100%;
     /*height: 10vh;*/
}

.logo-details {
     align-items: center;
     display: flex;
     justify-content: center;
}

.logo-details h1 {
     font-size: 24px;
     margin: 10px auto 30px auto;
     text-shadow: 1px 1px 2px #000000a6;
}

footer::before {
     content: "";
     position: absolute;
     left: 0;
     top: 30vh;
     height: 1px;
     width: 100%;
     background: #afafb6;
}

.content-footer {
     align-items: center;
     display: flex;
     flex-direction: column;
     justify-content:space-between;
     margin: 0 auto;
     max-width: 1200px;
     padding: 10px 30px;
     width: 100%;
}

               footer .content-footer .top {
                    align-items: center;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    margin-bottom: 30px;
                    width: 100%;
               }

footer.content-footer .top .logo-details {
     color: #fff;
     font-size: 30px;
}

footer .content-footer .top .media-icons {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-around;
     gap: 30px;
}

footer .content-footer .top .media-icons a {
     height: 40px;
     width: 40px;
     margin: 0 8px;
     border-radius: 50%;
     text-align: center;
     line-height: 40px;
     color:#fff;
     font-size: 17px;
     text-decoration: none;
     transition: all 0.4s ease;
}

footer .content-footer .top .media-icons a:nth-child(1) {
     background: #4267b2;
}

footer .content-footer .top .media-icons a:nth-child(1):hover {
     color:#4267b2;
     background: #fff;
}

.content-footer .link-boxes {
     width: 100%;
     display: flex;
     justify-content: space-around;
     flex-direction: row;
}

.content-footer .link-boxes .box {
     width: calc(100% / 5 -10px);
}

.content-footer .link-boxes .box .link-name {
     color: var(--cafecomrh2);
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 20px;
     position: relative;
}

.content-footer .link-boxes .box .link-name::before{
     content: "";
     position: absolute;
     left: 0;
     bottom: -2px;
     height: 2px;
     width: 40px;
     background: var(--cafecomrh2);
}

.content-footer .link-boxes .box li{
     list-style: none;
     margin: 8px 0;
}

.content-footer .link-boxes .box li a {
     color: #fff;
     text-decoration: none;
     font-size: 16px;
     font-weight:400;
     text-decoration:none;
     opacity: 0.8;
     transition: all 0.4s ease;
}

.content-footer .link-boxes .box li a:hover {
     opacity: 1;
     color:var(--cafecomrh2);
}

.content-footer .link-boxes .input-box {
     margin-right: 55px;
}

.content-footer .link-boxes .input-box input {
     height: 40px;
     width: calc(100% + 55px);
     outline: none;
     border: 2px solid #afafb6;
     background: #eaeaea;
     border-radius: 4px;
     padding: 0 15px;
     font-size: 15px;
     color: #fff;
     margin-top: 5px;
}



.bottom-details .bottom_text span, a {
     font-size: 14px;
     font-weight: 300;
     color: #fff;
     opacity: 0.8;
     text-decoration: none;
     text-align: center;
}
               
.bottom-details {
     width: 100%;
     background-color: var(--cafecomrh4);
     margin: auto;
}

.bottom-details .bottom_text {
     max-width: 1200px;
     margin: auto;
     padding: 20px 40px;
     display: flex;
     justify-content: space-between;
}

.bottom-details .bottom_text a {
     margin-right: 10px;
}

.bottom-details .bottom_text a:hover {
     opacity: 1;
     text-decoration: underline;
}