* , body {
    padding: 0;
    margin: 0;
    box-sizing:border-box;
}
.bg-textura{
    background-image: url('../img/telon/head_limpio.jpg');
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items:center;
}

section.footer__brands_secction {
    background-color: black;
}

.logo {
    width: 20%;
    margin-bottom: 2rem;
}

@media (max-width: 481px)  {
    .logo{
        width: 75%;
    }
    
}
/******FOOTER *******/
.footer__wrapper_background {
    background: #000;
    min-height: 200px;
    background-image: url('../img/telon/patron.jpg');
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
}
.footer__newsletter_title {
    text-align: center;
    font-size: 32px;
    color: #8d7b66;
    font-weight: 700;
    padding: 16px 0;
}
.footer__wrapper_form {
    display: flex;
    justify-content: center;
}
.footer__wrapper_form input.email {
    width: 25%;
    text-align: center;
    height: 40px;
    border-radius: 20px 0 0 20px;
    border: none;
    font-size: 15px;
}
button#subscribe_me {
    height: 40px;
    border: none;
    border-radius: 0 20px 20px 0;
    background-color: #8d7b66;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}
.footer__newsletter_parrafo {
    text-align: center;
    padding-top: 32px;
    font-size: 16px;
    color: black;
}
.footer__newsletter_privacypolicy {
    text-align: center;
    font-size: 18px;
    padding-top: 8px;
}
.footer__newsletter_privacypolicy a {
    color: black;
}
.wrapper__container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: super;
}
.wrapper__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    border: solid 1px #8d7b66;
}
.wrapper__container:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.wrapper__container input:checked ~ .checkmark:after {
    display: block;
}
.wrapper__container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer__brans_container {
    min-height: 150px;
    padding-bottom: 32px;
}
.footer__brans_container .swiper-slide img {
    width: 100%;
}
.main_brand {
    display: flex;
    justify-content: center;
    padding: 32px 0 0;
}
.footer__mainbeand_img {
    width: 190px;
}
.footer__display_desk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.swper__brands .swiper-slide {
    width: auto;
}
.footer__brans_container .swiper-slide .footer__brand_img {
    width: 150px;
    margin: 16px 13px;
<<<<<<< HEAD
    height:auto;
=======
    height: auto;
>>>>>>> f9d18eec9b69f6076557120291aa63d448db174d
}
.swiper-pagination-bullet {
    background-color: transparent;
    border: solid 1px #fff;;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
.footer__section_social {
    padding: 32px 0;
    background-color: #000;
}
.footer__social_wrapper {
    display: flex;
    justify-content: center;
}
.footer__social_icons {
    height: 25px;
    margin: 10px;
    width: auto;
    cursor: pointer;
}
.footer__copy {
    text-align: center;
    margin: 16px 0;
    color: #fff;
}
.social_list_links li {
    list-style: none;
    padding: 5px 0;
    font-size: 14px;
}
.footer__copy a{
    color: #ffffff;
}
.btn_float_ot {
    transition: transform 1000ms;
}
.end_footer {
    transform: translatey(200px);
}
.social__list_title {
    background-color: #1a191a;
    font-size: 22px;
    text-align: center;
    padding: 15px;
    color: #7f7d7f;
    font-weight: 700;
}
.social_list_links {
    background-color: #323030;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 0px;
}
.social_list_links li a {
    padding: 15px 10px;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
}
.footer__social_list {
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease-out;
}
.footer__social_list.active {
    height: 120px;
    transition: height 0.8s ease-in;
}
@media only screen and (max-width: 992px) {
    .footer__wrapper_form input.email {
        width: 50%;
    }
    .nav__div {
        min-height: 60px;
    }
    .footer__brand_img {
        width: 150px;
        margin: 16px 34px;
    }
}
@media only screen and (max-width: 768px) {
    .header__nav__btn {
        display: none;
    }
    .footer__wrapper_background {
        background-size: auto;
    }
}
@media only screen and (max-width: 576px) {
    #wrapper_gral {
        min-height: 66px;
    }
    .nav__ {
        padding: 5% 8%;
        font-size: 16px;
    }
    .header__nav_head {
        justify-content: space-around;
    }
    .wrapper__nav {
        min-width: 315px;
    }
    a.nav__a {
        width: 180px;
    }
    .footer__wrapper_background {
        background-image: none;
    }
    section.footer__brands_secction {
        background-color: black;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    section.footer__brands_secction {
        background-color: black;
    }
    .footer__wrapper_background {
        background-image: url('../img/telon/patron.jpg');
        background-repeat: repeat;
        background-position: top;
    }
    #subscribe_me {
        padding: 0 10px;
        font-size: 12px;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }
    .footer__wrapper_background .swiper {
        height: 215px;
    }
    .footer__brans_container .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .footer__brans_container .swiper-slide img {
        width: auto;
        height: 120px;
    }
    .social_list_links {
        flex-wrap: wrap;
    }
    .social_list_links li {
        width: 50%;
        border: solid 1px #000;
    }
    span.social__list_pipeline {
        display: none;
    }
    .footer__social_list.active {
        height: 200px;
    }
    .social_list_links li a {
        display: block;
        text-align: center;
        height: 50px;
    }
}
