*
{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body
{
    font-size: 16px;
    font-family: "Poppins", "Arial";
}

/* Para cuadro de registro */
.contenedor-registro
{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.699);
    z-index: 100000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.contenedor-registro .cuadro-registro
{
    width: 350px;
    height: 100vh;
    background-color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    margin: auto;
}

.contenedor-registro .cuadro-registro .contenedor-btn-cerrar-registro { position: relative; }
.contenedor-registro .cuadro-registro .btn-cerrar-registro
{
    position: absolute;
    left: 100%;
    bottom: 100%;
    color: #57A048;
    cursor: pointer;
    font-size: 1.5rem;
}

.contenedor-registro .cuadro-registro .btn-cerrar-registro:hover { color: #F56C6C; }

.contenedor-registro .cuadro-registro img
{
    vertical-align: top;
    width: 200px;
    align-self: center;
}

.contenedor-registro .cuadro-registro h5
{
    font-family: "Poppins", "Arial";
    font-size: 1.125rem;
    line-height: 27px;
    color: #57A048;
    text-align: center;
    font-weight: 600;
    margin: 20px auto;
}

.contenedor-registro .cuadro-registro form
{
    display: flex;
    flex-direction: column;
}

.contenedor-registro .cuadro-registro form label
{
    font-family: "Poppins", "Arial";
    font-size: 0.75rem;
    font-weight: 600;
    color: #57A048;
}

.contenedor-registro .cuadro-registro form label input[type="text"],
.contenedor-registro .cuadro-registro form label input[type="password"]
{
    padding: 10px;
    border-radius: 50px;
    outline: none;
    border: 1px solid rgb(80, 80, 80);
    width: 100%;
    margin-bottom: 20px;
}

.contenedor-registro .cuadro-registro form button
{
    background: none;
    background-color: #57A048;
    padding: 15px;
    border-radius: 100px;
    border: none;
    color: #fff;
    width: 70%;
    margin: 0 auto 20px auto;
    font-family: "Poppins", "Arial";
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 15px;
    cursor: pointer;
    transition: all .3s ease;
}
.contenedor-registro .cuadro-registro form button:hover { background-color: #F56C6C; }

.contenedor-registro .cuadro-registro a
{
    font-family: "Poppins", "Arial";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
    color: #F56C6C;
    text-align: center;
}

.contenedor-registro .cuadro-registro p
{
    font-family: "Poppins", "Arial";
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
    color: #57A048;
    text-align: center;
    margin-top: 40px;
}

/* Para botón de subida del index */
.contenedor-cart
{
    width: 300px;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    position: fixed;
    padding: 30px;
    right: -300px;
}

.cart-activo
{
    right: 0px;
    transition: all .3s ease;
    box-shadow: 0px 10px 50px #6d6d6d;
}

.cart-oculto
{
    transition: all .3s ease;
    right: -300px;
}

.contenedor-cart .contenedor-btn-cerrar { position: relative; }

.contenedor-cart p
{
    display: inline-block;
    margin-top: 50px;
}
.contenedor-cart .contenedor-btn-cerrar .btn-cerrar
{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 2rem;
    color: #889097;
}

/* ----------HEADER---------- */
header
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 500;
    padding: 5px 0 15px 0;
    position: fixed;
    z-index: 10;
    background-color: #fff;
    width: 100%;
}

header .logo-alivia-header { margin-left: 50px; }

header nav a
{
    font-size: 15px;
    text-decoration: none;
    color: #57A048;
    margin: 0 20px;
}

header nav a:hover 
{
    color: #F4607A;
    transition: all .3s ease;
}

header .sub-nav ul
{
    display: flex;
    margin-top: 10px;
    margin-right: 50px;
}

header .sub-nav ul li
{
    font-weight: 500;
    color: #57A048;
    list-style: none;
    margin: 0 15px;
    font-size: 1.7em;
}

header .sub-nav .btn-cart,
header .sub-nav .btn-registro{ cursor: pointer; }

/* ---------- MAIN ---------- */
main { padding-top: 87px; }

main .cabecera-main
{
    background-image: url("../img/imgs_contacto/HBG-GREEN-BLUE.jpg");
    background-size: contain;
    object-fit: contain;
}

main .cabecera-main .contenedor-contacto
{
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

main .cabecera-main .contenedor-contacto h1
{
    font-family: "Montserrat", "Arial";
    font-size: 2.1875rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    line-height: 2.1875rem;
}

main .cabecera-main .contenedor-contacto span a,
main .cabecera-main .contenedor-contacto .breadcrumb-seleccionado
{
    font-family: "Poppins", "Arial";
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5625rem;
    display: inline-block;
    padding-bottom: 15px;
    text-decoration: none;
}

main .cabecera-main .contenedor-contacto span a { color: #fff; }
main .cabecera-main .contenedor-contacto .breadcrumb-seleccionado
{
    color: #E1F887;
    border-bottom: 3px solid #E1F887;
}

main .cabecera-main .contenedor-contacto span a::after
{
    content: "→";
    padding: 0 10px;
    font-family: "Poppins", "Arial";
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5625rem;
    color: #fff;
}

main h2
{
    font-family: "Poppins", "Arial";
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 35px;
    color: #57A048;
    text-align: center;
    width: 50%;
    margin: 100px auto 20px auto;
}
main h2 span { color: #1A5E63; }

main .contenedor-noticias
{
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 50px;
    margin-bottom: 100px;
}

main .contenedor-noticias .noticia
{
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main .contenedor-noticias .noticia img
{
    width: 100%;
    vertical-align: top;
    border-radius: 10px;
    margin-bottom: 10px;
}

main .contenedor-noticias .noticia .texto-titulo-noticia
{
    /* width: 100%;
    white-space: wrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    margin-bottom: 15px;
}

main .contenedor-noticias .noticia p a
{
    text-decoration: none;
    font-family: "Poppins", "Arial";
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 25px;
    color: #1A5E63;
}

main .contenedor-noticias .noticia .texto-noticia
{
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    font-family: "Poppins", "Arial";
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 25px;
    color: #1A5E63;
}

main .contenedor-noticias .noticia .btn-leer-mas a
{
    text-decoration: none;
    font-family: "Poppins", "Arial";
    font-weight: 400;
    font-size: 0.9375rem;
    color: #fff;
    background-color: #57A048;
    padding: 10px 20px;
    border-radius: 100px;
}
main .contenedor-noticias .noticia .btn-leer-mas a:hover { background-color: #F46060; }

/* ---------- FOOTER ---------- */
footer
{
    border-top: 4px solid #57a048;
    background-color: #F9F9F9;
}

footer .contenedor-footer
{
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    padding: 50px 0 20px 0;
    justify-content: space-between;
}

footer .contenedor-footer .info-descripcion { width: 30%; }

footer .contenedor-footer .info-descripcion img
{
    vertical-align: top;
    width: 138px;
    margin-bottom: 20px;
}

footer .contenedor-footer .info-descripcion p
{
    font-family: "Poppins", "Arial";
    font-size: 0.875rem;
    color: #1A5E63;
    line-height: 21px;
    font-weight: 500;
}

footer .contenedor-footer .info-descripcion p > span
{
    font-weight: 600;
    margin: 30px 0 20px 0;
    display: inline-block;
    width: 60%;
}

footer .contenedor-footer .info-descripcion input[type="email"]
{
    padding: 10px 40px 10px 15px;
    border-radius: 5px;
    border: 1px solid #818A91;
    background-color: #fff;
    outline: none;
    margin-bottom: 10px;
}
footer .contenedor-footer .info-descripcion input[type="email"]::placeholder
{
    font-family: "Poppins", Arial;
    font-size: .95rem;
    color: #87898A;
}

footer .contenedor-footer .info-descripcion a
{
    display: inline-block;
    text-decoration: none;
    font-family: "Poppins", "Arial";
    font-weight: 400;
    font-size: 0.9375;
    line-height: 15px;
    background-color: #57A049;
    padding: 15px 40px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all .3s ease;
}
footer .contenedor-footer .info-descripcion a:hover { background-color: #F46464; }

footer .contenedor-footer .contacto
{
    display: flex;
    flex-direction: column;
    width: 30%;
}

footer .contenedor-footer .contacto h5
{
    font-family: "Poppins", "Arial";
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 37.5px;
    color: #1A5E63;
    padding-bottom: 5px;
}

footer .contenedor-footer .contacto .linea
{
    width: 120px;
    height: 3px;
    background-color: #57A048;
    margin-bottom: 20px;
}

footer .contenedor-footer .contacto span { margin-bottom: 20px; }

footer .contenedor-footer .contacto span  a
{
    font-family: "Poppins", "Arial";
    font-size: 0.875rem;
    font-weight: 500;
    color: #1D6065;
    line-height: 27px;
    text-decoration: none;
    transition: all .3s ease;
}

footer .contenedor-footer .contacto .direccion { width: 75%; }

footer .contenedor-footer .contacto span a:hover { color: #E55056; }

footer .contenedor-footer .contacto .siguenos h6
{
    font-family: "Poppins", "Arial";
    font-size: 1.0625rem;
    font-weight: 600;
    color: #1D6065;
    line-height: 25.5px;
    margin-bottom: 5px;
}

footer .contenedor-footer .contacto .siguenos span i
{
    padding: 10px;
    background-color: #fff;
    border: 2px solid #57A049;
    color: #57A049;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s ease;
}

footer .contenedor-footer .contacto .siguenos span i:hover
{
    color: #fff;
    background-color: #57A049;
}

footer .contenedor-footer .informacion h5
{
    font-family: "Poppins", "Arial";
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 37.5px;
    color: #1A5E63;
    padding-bottom: 5px;
}

footer .contenedor-footer .informacion .linea
{
    width: 155px;
    height: 3px;
    background-color: #57A048;
    margin-bottom: 20px;
}

footer .contenedor-footer .informacion ul li
{
    list-style: none;
    margin-bottom: 20px;
}

footer .contenedor-footer .informacion ul li a
{
    text-decoration: none;
    color: #1D6065;
    font-family: "Poppins", "Arial";
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 27px;
    transition: all .3s ease;
}
footer .contenedor-footer .informacion ul li a:hover { color: #E55056; }

footer .contenedor-footer .informacion img
{
    vertical-align: top;
    width: 300px;
}

footer .pie-pagina
{
    background-color: #57A048;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-family: "Poppins", "Arial";
    font-size: 0.875rem;
    line-height: 21px;
    font-weight: 400;
}