@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800&display=swap');

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: 'Nunito', sans-serif;
    background: #fff;
    color: #000;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 500;
    line-height: 1.25rem;
}

a, .Web-Header.Sticky, .cta, img, .menu,
.menu_overlay, a::after {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 1.5px;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: initial;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Nunito', sans-serif;
}

/* WEB UTILITIES */

.Web-Wrapper {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    border: 1px solid #0BD561;
    background-color: #0BD561;
    padding: 5px 20px;
    color: #fff;
    width: 265px;
    max-width: 100%;
    height: 44px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 50px;
}
.cta i {
    font-size: 1.5rem;
}
.cta:hover{
    color: #fff;
    text-decoration: none;
}
.cta-2 {
    display: inline-block;
    color: #fff;
    font-size: 1.243rem;
    line-height: 1.159rem;
    font-weight: 800;
    padding-bottom: 2px;
    border-bottom: 2px solid #16A4BF;
}
.cta-2:hover {
    color: #fff;
}

/* WEB HEADER /////////////////////////////////////////////////////////////*/

.Web-Header {
    padding: 24px 0;
}
.bgHeaderMillo {
    background-image: url('../../assets/img/header-detalle.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 602px;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    width: 200px;
}

/* WEB HERO /////////////////////////////////////////////////////////////*/

.ms-hero {
    color: #fff;
    margin: 0 15px;
}
.hero-img {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../../assets/img/ElectroClimax_Hero-02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 659px;
}
.hero_content {}
.hero_content h1 {
    font-size: 2.5rem;
    line-height: 2.813rem;
    font-weight: 800;
}
.hero_content .cta-2 {}

/* WEB LO NUEVO /////////////////////////////////////////////////////////////*/

.ms-lo-nuevo {
    padding: 8rem 0;
}
.loNuevo_content {}
.loNuevo_content .loNuevo_text {
    max-width: 60%;
}
.loNuevo_content h2 {
    font-size: 3.75rem;
    line-height: 3.625rem;
    font-weight: 800;
}
.loNuevo_content p {}
.loNuevo_content .cta {
    width: 224px;
}
.box_flex {
    display: flex;
    align-items: center;
    position: relative;
}
.box_left {
    position: absolute;
    z-index: 1;
}
.box_right {
    margin-left: auto;
    max-width: 70%;
}

/* WEB VESTITE /////////////////////////////////////////////////////////////*/

.ms-vestite {
    padding: 4rem 0;
}
.ms-vestite .box_flex {
    align-items: start;
}
.box_left_vestite {
    margin-top: 6rem;
}
.box_left_vestite .loNuevo_text {
    max-width: 53%;
}
.box_left_vestite .cta {
    width: 190px;
}
.item-vestite {
    position: relative;
}
.item-vestite img {}
.item-vestite .item-vestite_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}
.item-vestite .item-vestite_content span {
    color: #fff;
    font-size: 2.375rem;
    line-height: 2.341rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
}
.item-vestite .item-vestite_content span::after {
    content: '';
    display: block;
    width: 90%;
    height: 10px;
    background-color: #16A4BF;
    position: absolute;
    left: -5px;
    bottom: 5px;
    z-index: -1;
}


/* WEB PRODUCTOS /////////////////////////////////////////////////////////////*/

.ms-productos {
    position: relative;
    padding: 4rem 0;
}
.productos_head {
    display: flex;
    justify-content: center;
    text-align: center;
}
.productos_head h2 {
    color: #000;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 2.813rem;
}
.producto_wrapper_slide {
    position: relative;
}
.box_producto {
    background-color: #000;
    color: #fff;
    /* max-width: 300px; */
    border-radius: 35px;
    overflow: hidden;
    margin-left: 1px;
}
.box_producto .producto_img {}
.box_producto .producto_img img {
    max-height: max-content;
    object-fit: contain;
    width: 100%;
}
.box_producto .producto_detalle {
    text-align: center;
    padding: 24px 16px;
    border-top: 5px solid #16a4bf;
    max-width: 380px;
    overflow: hidden;
}
.box_producto .producto_detalle p {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.box_producto .producto_detalle a {
    font-size: 0.9rem;
    width: 220px;
    border-radius: 10px;
}
.control_slide {
    position: absolute;
    top: 45%;
    z-index: 6;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}
.control_slide li {
    position: relative;
    cursor: pointer;
    padding: 10px;
    color: #000;
    width: 55px;
    height: 55px;
    background-color: #F7F7F7;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 20px;
}
.control_slide li.prev {
    left: -70px;
}
.control_slide li.next {
    right: -70px;
}

/* WEB MAPA /////////////////////////////////////////////////////////////*/

.ms-mapa {
    position: relative;
    margin-top: 4rem;
}
.floatText {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 40px;
}
.floatText::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #16A4BF;
    position: absolute;
    left: 0;
    top: 9px;
}
.ms-mapa .box_flex {
    align-items: start;
}
.box_left_mapa {
    margin-top: 6rem;
}
.box_left_mapa .cta-2 {
    color: #000;
}
.container_mapa {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid transparent;
}
.container_mapa:hover {
    border: 1px solid #16a4bf;
}
.container_mapa:hover img {
    transform: scale(1.1);
}

/* WEB WHATSAPP /////////////////////////////////////////////////////////////*/

.ms-whatsapp {
    position: relative;
}
.box_wsp {
    width: 820px;
    max-width: 100%;
    border-radius: 10px;
    background-color: #0BD561;
    text-align: right;
    padding: 54px 32px;
}
.box_wsp .cta-2 {
    border-bottom: 2px solid #fff;
}
.box_icon_inner {
    display: flex;
    align-items: center;
    margin-left: 2rem;
}
.box_icon_inner i {
    font-size: 7rem;
}
.box_wsp_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box_wsp_inner p {
    color: #000;
    font-weight: 800;
    font-size: 1.625rem;
    position: relative;
    left: -134px;
}

/* WEB FOOTER /////////////////////////////////////////////////////////////*/

.Web-Footer {
    background-color: #222222;
    padding: 78px 0;
    color: #fff;
}
.Web-Footer p {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.BoxBotonWhatsappFlotante {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 10;
}
.BoxBotonWhatsappFlotante .BtnLink {
    background: linear-gradient(180deg, rgba(95,252,123,1) 0%, rgba(40,209,70,1) 100%);
    width: 60px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
}