@import url('https://fonts.googleapis.com/css2?family=Yrsa:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Londrina+Shadow&display=swap');

body {
    margin: 0;
    overflow-x: hidden;
}

header {
    background-color: rgba(74, 126, 50);
    color: white;
    font-family: "Yrsa", serif;
    font-style: normal;
    display: flex;
    font-size: 15px;
}

header div {
    display: flex;
    margin-left: 350px;
    width: 503px;
}

header div i {
    margin-top: 20px;
    margin-right: 10px;
}

header .cara {
    color: rgb(248, 185, 69);
}

header .fuego {
    color: rgb(255, 83, 83);
}

nav {
    display: flex;
    background-color: black;
    color: white;
}

nav .logo {
    margin-left: 4%;
    width: 250px;
}

nav .logo img {
    width: 250px;
}

nav .menu {
    display: flex;
    font-family: "Yrsa", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    margin-left: 100px;
    margin-top: 35px;
}

nav .menu div {
    padding: 10px;
}

nav .menu a {
    color: white;
    text-decoration: none;
}

nav .menu a:hover {
    border-bottom: solid 3px white;
    transition: 0.5s;
}

nav .boton {
    margin-top: 25px;
    margin-left: 60px;
}

nav .boton button {
    font-family: "Yrsa", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    background-color: rgba(74, 126, 50);
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    height: 70px;
    width: 280px;
    padding-top: 2%;
    margin-left: -15px;
}

nav .boton button:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.5s;
}

nav .derecha {
    display: flex;
    margin-top: 25px;
    margin-left: 200px;
    width: 80px;
}

nav .derecha div {
    margin-right: 10%;
}

nav .derecha button {
    background-color: transparent;
    color: white;
    border: none;
    font-size: 50px;
}

nav .derecha button:hover {
    cursor: pointer;
    color: rgba(74, 126, 50);
    transition: 0.5s;
}

nav .derecha .number {
    position: absolute;
    background-color: rgb(255, 83, 83);
    color: white;
    border-radius: 100px;
    width: 20px;
    height: 25px;
    font-size: 18px;
    padding-top: 5px;
    padding-left: 10px;
    margin-left: 40px;
    margin-top: 10px;
}

nav .idiomas {
    display: flex;
    width: 80px;
}

nav .derecha .es img {
    width: 40px;
}

nav .derecha .ing img {
    width: 50px;
}

.section1 {
    background-image: url("../img/fondo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 1300px;
}

.section1 .logo {
    text-align: center;
    padding-top: 240px;
}

.section1 .logo img {
    width: 25%;
}

.section1 h1 {
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 150px;
    text-align: center;
    text-shadow: 2px 2px 2px black;
}

.section1 button {
    font-family: "Yrsa", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    background-color: rgba(74, 126, 50);
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    height: 100px;
    width: 400px;
    margin-left: 40%;
    animation-name: tienda;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.section1 button:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.5s;
}

@keyframes tienda {
    0% {
        margin-top: 1500px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section1 button:hover {
    cursor: pointer;
}

.section2 {
    font-family: "Londrina Shadow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    background-color: white;
    color: rgba(74, 126, 50);
    height: 200px;
}

.section2 h2 {
    margin-top: 30px;
    width: 8500px;
}

.section3 {
    display: flex;
    background-color: white;
}

.section3 .left {
    margin-left: 350px;
    animation-name: izquierda;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes izquierda {
    0% {
        margin-left: -1500px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section3 h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 60px;
}

.section3 .mensaje {
    font-family: "Yrsa", serif;
    font-style: normal;
    font-size: 20px;
    width: 600px;
}


.section3 .numeros {
    display: flex;
    text-align: center;
}

.section3 .numeros h3 {
    color: rgba(74, 126, 50);
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 50px;
    margin-left: 30px;
}

.section3 .numeros p {
    font-size: 20px;
}

.section3 button {
    font-family: "Yrsa", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    background-color: rgba(74, 126, 50);
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    height: 60px;
    width: 240px;
    margin-top: 30px;
    padding-top: 5px;
}

.section3 button:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.5s;
}

.section3 .right {
    margin-left: 100px;
    animation-name: derecha;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes derecha {
    0% {
        margin-left: 3500px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section3 .right img {
    margin-top: 35px;
    border-radius: 10px;
    width: 650px;
}

.section4 {
    position: relative;
    background-color: white;
    margin-top: 200px;
    width: 1350px;
    margin-left: 300px;
    animation-name: latas;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes latas {
    0% {
        margin-top: 1500px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section4 .container {
    background-color: rgba(215, 228, 209);
    display: flex;
    border-radius: 30px;
    height: 400px;
}

.section4 h2,
.section4 h3 {
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
    text-transform: uppercase;
    margin-left: 50px;
}

.section4 h2 {
    font-size: 60px;
    margin-bottom: 20px;
}

.section4 h3 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
}

.section4 button {
    color: white;
    background-color: black;
    text-transform: uppercase;
    font-family: "Yrsa", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    border: none;
    margin-left: 50px;
    padding: 10px;
    width: 150px;
    border-radius: 50px;
}

.section4 button:hover {
    cursor: pointer;
}

.section4 .container .right {
    display: flex;
}

.section4 .container .right:hover {
    transform: rotate(10deg) scale(1.1);
    transition: 0.5s;
    margin-top: -50px;
}

.section4 .container .right img {
    width: 550px;
}

.section4 .container .right .lata1 {
    position: absolute;
    margin-left: -50px;
    margin-top: -105px;
}

.section4 .container .right .lata1:hover {
    transform: rotate(10deg) scale(1.2);
    transition: 0.5s;
}

.section4 .container .right .lata2 {
    position: absolute;
    margin-left: 250px;
    margin-top: -105px;
}

.section4 .container .right .lata2:hover {
    transform: rotate(10deg) scale(1.2);
    transition: 0.5s;
}

.section5 {
    background-color: white;
    display: flex;
    margin-top: 200px;
    animation-name: CEO;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes CEO {
    0% {
        margin-left: -2500px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section5 .left {
    margin-left: 300px;
}

.section5 .left img {
    width: 800px;
    border-radius: 10px;
}

.section5 .right {
    margin-left: 50px;
    width: 550px;
}

.section5 .right h2 {
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 60px;
    margin-top: 0px;
}

.section5 .right h3 {
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 0px;
    color: rgba(74, 126, 50);
}

.section5 .right p {
    font-family: "Yrsa", serif;
    font-style: normal;
}

.section5 .right strong {
    font-size: 20px;
    color: rgba(74, 126, 50);
}

.section6 h2 {
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 60px;
    text-align: center;
}

.section6 h3 {
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 3px;
}

.section6 .container {
    display: flex;
    margin-left: 400px;
}

.section6 .container .left {
    text-align: right;
    animation-name: cervezaleft;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes cervezaleft {
    0% {
        margin-left: -2500px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section6 .container .left div {
    background-color: rgba(74, 126, 50);
    font-size: 20px;
    color: white;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 20px;
    height: 25px;
    margin-left: 360px;
}

.section6 .container .left p {
    font-family: "Yrsa", serif;
    font-style: normal;
    font-size: 20px;
    height: 100px;
}

.section6 .container .middle {
    position: absolute;
    margin-left: 450px;
}

.section6 .container .middle img {
    width: 350px;
}

.section6 .container .right {
    text-align: left;
    animation-name: cervezaright;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    width: 500px;
    height: 800px;
    margin-left: 400px;
}

@keyframes cervezaright {
    0% {
        margin-left: 5000px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section6 .container .right div {
    background-color: rgba(74, 126, 50);
    font-size: 20px;
    color: white;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 20px;
    height: 25px;
}

.section6 .container .right p {
    font-family: "Yrsa", serif;
    font-style: normal;
    font-size: 20px;
    width: 500px;
    height: 120px;
}

.section7 {
    background-image: url("../img/buho.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 800px;
}

.section7 .container {
    background-color: rgba(0, 0, 0, 0.44);
    height: 800px;
}

.section7 h2 {
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 60px;
    width: 500px;
    padding-top: 300px;
    margin-bottom: 0px;
    margin-left: 400px;
}

.section7 hr {
    border: 1px solid white;
    width: 600px;
    margin-left: 400px;
}

.section7 h3 {
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 40px;
    width: 500px;
    margin-top: 0px;
    margin-left: 400px;
}

.section7 .web {
    display: flex;
    width: 1000px;
    height: 100px;
    font-family: "Yrsa", serif;
    font-style: normal;
    font-size: 20px;
    margin-left: 400px;
    animation-name: web;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes web {
    0% {
        margin-left: 2500px;
        opacity: 0;
    }

    100% {
        margin-left: 400px;
        opacity: 1;
    }
}

.section7 .icono {
    background-color: rgba(74, 126, 50);
    font-size: 20px;
    color: white;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 20px;
    height: 25px;
}

.section7 .texto {
    margin-top: -20px;
    margin-left: 20px;
}

.section7 .texto a {
    position: absolute;
    width: 1000px;
    margin-top: -20px;
    text-decoration: none;
    color: white;
}

footer {
    background-color: black;
    color: white;

}

footer .container {
    display: flex;
    margin-left: 400px;
}


footer .container .logo img {
    width: 200px;
}

footer .container .logo p {
    font-family: "Yrsa", serif;
    font-style: normal;
}

footer .container .menu {
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
    margin-left: 150px;
}

footer .container .menu div {
    margin-top: 6px;
}

footer .container .menu a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

footer .container .menu a:hover {
    color: rgb(230, 255, 203);
}

footer .container .contacto {
    margin-left: 150px;
}

footer .container .contacto h2 {
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
}

footer .container .correo {
    display: flex;
    font-family: "Yrsa", serif;
    font-style: normal;
    font-size: 20px;
}


footer .container .correo i {
    color: rgba(74, 126, 50);
}

footer .container .correo a {
    color: white;
    text-decoration: none;
    padding-left: 10px;
}

footer .container .contactos {
    display: flex;
}

footer .container .contactos button {
    background-color: rgba(74, 126, 50);
    font-size: 15px;
    color: white;
    border-radius: 5px;
    padding: 15px;
    margin-right: 10px;
    border: none;
    margin-top: 10px;
}

footer .container .contactos button:hover {
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: 0.5s;
    background-color: rgba(74, 126, 50, 0.77);
    color: rgba(255, 255, 255, 0.77);
}

footer .container .tienda {
    margin-left: 150px;
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
}

footer .container .tienda p {
    font-family: "Yrsa", serif;
    font-style: normal;
    font-size: 20px;
}

footer .container .tienda button {
    background-color: rgba(74, 126, 50);
    color: white;
    border: none;
    font-size: 25px;
    font-family: "Yrsa", serif;
    font-style: normal;
    width: 200px;
    padding: 10px;
    border-radius: 30px;
}

footer .container .tienda button:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.2s;
}

footer hr {
    border-bottom: 0.1px solid rgba(74, 126, 50);
}

.footer2 .up {
    display: flex;
    margin-left: 650px;
}

.footer2 .up button {
    background-color: transparent;
    color: white;
    border: none;
    font-family: "Roboto Condensed",
        sans-serif;
    font-style: normal;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.footer2 .up button:hover {
    cursor: pointer;
    border-bottom: 4px solid white;
    transition: 0.2s;
    color: rgb(230, 255, 203);
}

.footer2 .down {
    display: flex;
    margin-top: 20px;
    margin-left: 550px;
}

.footer2 .down div {
    margin-right: 10px;
}

.footer2 .down .logo1 img {
    width: 200px;
}

.footer2 .down .logo2 img {
    width: 200px;
    margin-top: -25px;
}

.footer2 .down .logo3 img {
    width: 200px;
}

.footer2 .down .logo4 img {
    width: 80px;
    margin-top: -10px;
}

.footer2 .down .logo5 img {
    width: 250px;
    margin-top: -10px;
}

@media(max-width: 1700px) {
    header {
        font-size: 10px;
    }

    header div {
        display: flex;
        margin-left: 2%;
    }

    header div i {
        margin-top: 8px;
        margin-right: 5px;
    }

    nav .logo {
        margin-left: 4%;
        margin-top: 4%;
        width: 100px;
    }

    nav .logo img {
        width: 150px;
    }

    nav .menu {
        font-size: 15px;
        margin-left: 55px;
        margin-top: 10px;
        display: block;
    }

    nav .menu div {
        padding: 2px;
    }

    nav .boton {
        margin-top: 10px;
        margin-left: 40px;
    }

    nav .boton button {
        font-size: 15px;
        height: 30px;
        width: 130px;
        padding-top: 2%;
    }

    nav .derecha {
        display: flex;
        margin-top: 50px;
        margin-left: -105px;
    }

    nav .derecha div {
        margin-right: 20px;
    }

    nav .derecha button {
        background-color: transparent;
        color: white;
        border: none;
        font-size: 23px;
    }

    nav .derecha .number {
        position: absolute;
        background-color: rgb(255, 83, 83);
        color: white;
        border-radius: 100px;
        width: 12px;
        height: 12px;
        font-size: 13px;
        padding-top: 0px;
        padding-left: 0px;
        margin-left: 20px;
        margin-top: 5px;
        padding-left: 5px;
        padding-bottom: 3px;
    }

    nav .idiomas {
        margin-top: 30px;
        margin-left: -110px;
    }

    nav .derecha .es img {
        width: 22px;
    }

    nav .derecha .ing img {
        width: 25px;
    }

    .section1 .logo {
        height: 300px;
    }

    .section1 .logo {
        padding-top: 150px;
    }

    .section1 .logo img {
        width: 50%;
    }

    .section1 h1 {
        font-size: 100px;
        margin-top: -100px;
    }

    .section1 button {
        font-size: 30px;
        height: 100px;
        width: 250px;
        margin-left: 22%;
        animation-name: tienda;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }

    @keyframes tienda {
        0% {
            margin-top: 0px;
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .section2 {
        font-size: 50px;
        height: 100px;
    }

    .section2 h1 {
        width: 350px;
        margin-left: 30px;
    }

    .section3 .left {
        margin-left: 50px;
    }

    .section3 h2 {
        font-size: 30px;
    }

    .section3 .mensaje {
        font-size: 15px;
        width: 300px;
    }

    .section3 .numeros {
        margin-top: 330px;
    }

    .section3 .numeros h3 {
        font-size: 30px;
        margin-right: 0px;
        margin-left: -15px;
    }

    .section3 .numeros p {
        font-size: 16px;
        margin-right: 0px;
        margin-top: 0px;
        width: 100px;
    }

    .section3 button {
        font-size: 25px;
        height: 60px;
        width: 240px;
        margin-top: 10px;
        margin-left: 25px;
        padding-top: 5px;
    }

    .section3 .right {
        margin-left: -300px;
        margin-top: 370px;
    }

    .section3 .right img {
        margin-top: 0px;
        width: 300px;
    }

    .section4 {
        position: relative;
        background-color: white;
        margin-top: 200px;
        width: 100px;
        margin-left: 302px;
        animation-name: latas;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }

    @keyframes latas {
        0% {
            margin-top: 0px;
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .section4 .container {
        display: block;
        height: 200px;
        width: 370px;
        margin-left: -280px;
        margin-top: -50px;
    }

    .section4 h1,
    .section4 h2 {
        margin-left: 20px;
    }

    .section4 h1 {
        font-size: 30px;
        padding-top: 10px;
    }

    .section4 h2 {
        margin-top: 0px;
        font-size: 12px;
        font-weight: 400;
        width: 200px;
    }

    .section4 button {
        font-size: 15px;
        margin-left: 20px;
        width: 130px;
    }

    .section4 .container .right img {
        width: 130px;
    }

    .section4 .container .right:hover {
        transform: rotate(0deg) scale(1);
        transition: 0.5s;
        margin-top: 0px;
    }

    .section4 .container .right .lata1 {
        position: absolute;
        margin-left: 170px;
        margin-top: -150px;
        width: 50px;
    }

    .section4 .container .right .lata1:hover {
        transform: rotate(5deg) scale(1.1);
        transition: 0.5s;
    }

    .section4 .container .right .lata2 {
        position: absolute;
        margin-top: -150px;
        margin-left: 250px;
        width: 50px;
    }

    .section4 .container .right .lata2:hover {
        transform: rotate(5deg) scale(1.1);
        transition: 0.5s;
    }

    .section5 {
        display: block;
        animation-name: CEO;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }

    @keyframes CEO {
        0% {
            margin-left: 0px;
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .section5 .left {
        margin-left: 25px;
    }

    .section5 .left img {
        width: 365px;
    }

    .section5 .right {
        margin-left: 25px;
        width: 350px;
    }

    .section5 .right h1 {
        font-size: 30px;
    }

    .section5 .right h2 {
        font-size: 15px;
    }

    .section5 .right strong {
        font-size: 15px;
    }

    .section6 h1 {
        width: 250px;
        font-size: 25px;
        margin-left: 80px;
    }

    .section6 h2 {
        font-size: 15px;
    }

    .section6 .container {
        display: block;
        margin-left: 10px;
    }

    .section6 .container .left {
        text-align: left;
        animation-name: cervezaleft;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        width: 250px;
    }

    @keyframes cervezaleft {
        0% {
            margin-left: 0px;
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .section6 .container .left div {
        margin-left: 0px;
    }

    .section6 .container .left p {
        font-size: 15px;
        width: 200px;
    }

    .section6 .container .middle {
        position: absolute;
        margin-left: 270px;
        margin-top: -100px;
    }

    .section6 .container .middle img {
        width: 0px;
    }

    .section6 .container .right {
        margin-left: 0px;
        margin-top: 70px;
        animation-name: cervezaright;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        width: 250px;
    }

    @keyframes cervezaright {
        0% {
            margin-left: 0px;
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    .section6 .container .right p {
        font-size: 15px;
        width: 300px;
    }

    .section7 {
        height: 400px;
    }

    .section7 .container {
        height: 400px;
    }

    .section7 h1 {
        font-size: 25px;
        padding-top: 100px;
        margin-left: 30px;
        width: 350px;
    }

    .section7 hr {
        width: 350px;
        margin-left: 30px;
    }

    .section7 h2 {
        font-size: 15px;
        margin-top: 20px;
        margin-left: 30px;
        width: 350px;
    }

    .section7 .web {
        width: 300px;
        height: 100px;
        font-size: 15px;
        margin-left: 400px;
        animation-name: web;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }

    @keyframes web {
        0% {
            opacity: 0;
        }

        100% {
            margin-left: 30px;
            opacity: 1;
        }
    }


    .section7 .texto {
        margin-top: -20px;
    }

    .section7 .texto a {
        width: 300px;
    }

    footer .container {
        margin-left: 30px;
    }

    footer .container .menu {
        margin-left: 70px;
        font-size: 15px;
    }

    footer .container .contacto {
        margin-left: -370px;
        margin-top: 230px;
        font-size: 15px;
    }

    footer .container .contacto a {
        font-size: 15px;
    }


    footer .container .tienda {
        margin-left: 60px;
        margin-top: 220px;
    }

    footer .container .tienda p {
        font-size: 15px;
    }

    footer .container .tienda button {
        font-size: 15px;
        width: 100px;
    }

    .footer2 .up {
        display: flex;
        margin-left: 30px;
    }

    .footer2 .up button {
        font-size: 10px;
        margin-right: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer2 .down {
        display: flex;
        margin-top: 20px;
        margin-left: 40px;
    }

    .footer2 .down .logo1 img {
        width: 100px;
    }

    .footer2 .down .logo2 img {
        width: 100px;
        margin-top: -13px;
    }

    .footer2 .down .logo3 img {
        width: 100px;
    }

    .footer2 .down .logo4 img {
        width: 50px;
        margin-top: 35px;
        margin-left: -260px;
    }

    .footer2 .down .logo5 img {
        width: 150px;
        margin-top: 35px;
        margin-left: -190px;
    }
}