* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;

    font-family: "Montserrat",
        sans-serif;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body::-webkit-scrollbar {
    width: 12px;

}

body::-webkit-scrollbar-thumb {
    background: #797979;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
    border-radius: 100px;
}

body {
    background: #F2994A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F2C94C, #F2994A);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F2C94C, #F2994A);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: rgb(44, 44, 44);
}

.fa-arrow-circle-left {
    color: #ffffff;
    font-size: 50px;

    padding: 10px;
    padding-bottom: 5px;
}

.fa-arrow-circle-left:hover {
    color: #c0c0c0;
    font-size: 50px;

    padding: 10px;
    padding-bottom: 5px;
}

@media (max-width: 1000px) {



    .fa-arrow-circle-left {
        color: #ffffff;
        font-size: 35px;

        padding: 10px;
        padding-left: 20px;
    }

    .fa-arrow-circle-left:hover {
        color: #c0c0c0;
        font-size: 35px;

        padding: 10px;
        padding-left: 20px;
    }
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;

    margin-left: auto;
    margin-right: auto;

    background-color: #ffffff;
    color: rgb(44, 44, 44);

    padding: 20px;
    margin-top: 20vh;
    width: 650px;

    border-radius: 5px;
    box-shadow: 2px 2px 10px #24252a3f;

}

.texts-main {
    font-family: "Montserrat",
        sans-serif;
    font-weight: 600;
    font-size: 25px;

    background: -webkit-linear-gradient(#F2C94C, #F2994A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.metodos-forms {
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.padding-metodos {
    padding: 30px;
    color: rgb(44, 44, 44);

    font-size: 55px;
}


.texto-del-metodo {
    color: rgb(44, 44, 44);
    font-weight: 600;
    font-size: 20px;
    font-family: "Montserrat",
        sans-serif;
    padding: 10px;
}


.fa-whatsapp {
    color: rgb(255, 255, 255);

    padding: 10px;
}

.fa-envelope {
    color: rgba(44, 44, 44);
}

.fa-envelope:hover {
    color: #5c5c5c;
}

@media (max-width: 1000px) {


    .main-content {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;


        background-color: #ffffff;
        color: rgb(44, 44, 44);

        padding: 20px;
        margin: 10px;
        margin-top: 15.9vh;
        width: 300px;

        margin-left: auto;
        margin-right: auto;

        border-radius: 5px;
        box-shadow: 2px 2px 20px rgba(255, 185, 92, 0.384);

    }

    .texts-main {
        font-family: "Montserrat",
            sans-serif;
        font-weight: 600;
        font-size: 14.4px;

        padding: 5px;
    }

    .metodos-forms {
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .padding-metodos {
        padding: 30px;
        color: rgb(44, 44, 44);

        font-size: 55px;
    }

    .texto-del-metodo {
        color: rgb(44, 44, 44);
        font-weight: 600;
        font-size: 20px;
        font-family: "Montserrat",
            sans-serif;
        padding: 10px;
    }

    .fa-envelope {
        color: rgba(44, 44, 44);
    }

    .fa-envelope:hover {
        color: #5c5c5c;
    }

}











.contacto-producto {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: auto;
    margin-right: auto;

    padding: 15px;
    font-size: 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    background: #F2994A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F2C94C, #F2994A);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F2C94C, #F2994A);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border-radius: 7px;
    color: #ffffff;

    width: 350px;

    margin: 30px;


    box-shadow: 2px 2px 10px #24252a3f;
}

.contacto-producto:hover {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: auto;
    margin-right: auto;

    padding: 15px;
    font-size: 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    background: #F2994A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f2c84cce, #f2984ace);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f2c84cce, #F2994Ace);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border-radius: 7px;
    color: #ffffff;

    width: 350px;

    margin: 30px;


    box-shadow: 2px 2px 10px #24252a3f;
}

@media (max-width: 1320px) {
   

    .contacto-producto {
        display: flex;
        justify-content: center;
        align-items: center;

        margin-left: auto;
        margin-right: auto;

        padding: 15px;
        font-size: 20px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        background: #F2994A;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #F2C94C, #F2994A);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #F2C94C, #F2994A);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

        border-radius: 7px;
        color: #ffffff;

        width: 250px;

        margin: 10px;


        box-shadow: 2px 2px 10px #24252a3f;
    }

    .contacto-producto:hover {
        display: flex;
        justify-content: center;
        align-items: center;

        margin-left: auto;
        margin-right: auto;

        padding: 15px;
        font-size: 25px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        background: #F2994A;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #f2c84cce, #f2984ace);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #f2c84cce, #F2994Ace);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

        border-radius: 7px;
        color: #ffffff;

        width: 250px;

        margin: 10px;


        box-shadow: 2px 2px 10px #24252a3f;
    }
}








































































/*
<div class="main-content">
        <h1 class="texts-main">Elegir metodo para hacer el pedido</h1>
        <p class="texts-main">Sin ningun compromiso estamos a la orden</p>

        <div class="metodos-forms">
            <div class="sett-metodo">
                <a class="padding-metodos" href="./pedidoPorWhatsApp.html">
                    <i class="fab fa-whatsapp"></i>
                </a>
                <p class="texto-del-metodo">WhatsApp</p>
            </div>

            <div class="sett-metodo">
                <a class="padding-metodos" href="#" target="_blank">
                    <i class="far fa-envelope"></i>
                </a>
                <p class="texto-del-metodo">Email</p>
            </div>
        </div>
    </div>
*/