/*
Theme Name: Lovmaipet
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseño ha sido creado por SA Publicidad de manera exclusiva para usted.
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad.
*/

*{
    font-family: "Open Sans", serif;
    padding: 0;
    margin:0;
}

body {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}



.wrap{
    max-width: 1200px;
    margin:auto;
    width: 90%;
}

/* header */
header{
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: all .3s ease;
}

header.stick{
    position: fixed;
    transform: translateY(-100%);
    background-color:var(--color4);
    z-index: 9999;
}

header.show{
    padding: 10px 0;
    transform: translateY(0);
    box-shadow: 0 5px 30px rgba(0,0,0,.1);
}

@media(max-width:800px){
    header, header.stick, header.show{
        padding: 10px 0;
        transform: translate(0);
        box-shadow: none;
        background-color: var(--color4);
        position: relative;
    }
}



header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .wrap .logo{
    max-width: 130px;
    overflow: hidden;
    flex:1;
    transition: all .3s ease;
}



@media(max-width:800px){
    header .wrap{
        display: block;
        text-align: center;
    }
}


header .wrap .logo img{
    width: 100%;
}
header.stick .wrap .logo{
    max-width: 80px;
}


@media(max-width:800px){
    header.stick .wrap .logo,
    header .wrap .logo{
        max-width: 120px;
        display: block;
        margin:auto;
    }
}

#btn-nav{
    display: none;
}

@media(max-width:800px){
    header label{
        position: absolute;
        width: 45px;
        height: 45px;
        top:10px;
        right: 10px;
        cursor: pointer;
    }

    header label span{
        width: 50%;
        left: 25%;
        height: 2px;
        position: absolute;    
        transition: all .3s ease;
        background-color: var(--color1);
    }

    header label span:nth-child(1){
        top:15px;
    }

    header label span:nth-child(2){
        top:30px;
        transition-delay: .3s;
    }

    #btn-nav:checked ~ label span:nth-child(1){
        transform: rotate(45deg);
        top:20px;
    }

    #btn-nav:checked ~ label span:nth-child(2){
        transform: rotate(-45deg);
        top:20px;
    }


}


/* nav */
header nav.header--nav{
    flex:4;
}

header nav.header--nav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap:4%;
}

header nav.header--nav ul li a{
    display: block;
    text-decoration: none;
    color: var(--color5);
    font-size: 16px;
}

@media(max-width:800px){
    header nav.header--nav{
        position: absolute;
        width: 60%;
        background-color: var(--color5);
        top:0;
        left: 0;
        transform: translateY(-100%);
        transition: all .3s ease;
        z-index: 9999;
    }

    #btn-nav:checked ~ nav.header--nav{
        transform: translateY(0);
    }

    header nav.header--nav ul{
        display: block;
    }

    header nav.header--nav ul li a{
        color: var(--color4);
        padding: 15px 20px;
        text-align: left;
    }
}

/* search-box */
.search-box{
    flex:2;
    display: flex;
    align-items: center;
}

.search-box form{
    display: flex;
    flex:5;
}

@media(max-width:800px){
    .search-box{
        display: block;
    }
    .search-box form{
        width: 100%;
        padding: 50px 0;
        justify-content: center;
    }
}

.search-box input[type="text"]{
    padding: 12px 4%;
    border:none;
    border-radius: 50px 0 0 50px;
    outline: none;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder{
    color: var(--color4);
}

.search-box button{
    padding: 12px 10%;
    border:none;
    background-color: var(--color1);
    color: var(--color5);
    border-radius: 0 50px 50px 0;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background .3s ease;
}

.search-box button:hover,
.search-box button:focus{
    background-color: var(--color3);
}

.search-box .btn-cart{
    position: relative;
    width: 45px;
    line-height: 45px;
}

@media(max-width:800px){
    .search-box .btn-cart{
        position: fixed;
        top: 20px;
        left: 20px;
    }
}

.search-box .btn-cart a{
    display: block;
    text-decoration: none;
    width: 45px;
    text-decoration: none; 
    text-align: center;
    border-radius: 45px;
    color: var(--color5);
    font-size: 20px;
}

.search-box .btn-cart em{
    position: absolute;
    top: -5px;
    right: -5px;
    font-style: normal;
    background-color: var(--color1);
    line-height: 20px;
    width: 20px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 60%;
}

/* slider */
.slider{
    position: relative;
    background-color: #000000;
}
.slider .single{
    position: relative;
    height: 100%;
}

.slider .single img{
    transform: scaleX(-1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top:0;
    left: 0;
    opacity: .5;
}

.slider .single:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 160px;
    z-index: 99;
    bottom: -2px;
    left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23FFFFFF"><path d="M0 100V48C62.5 72 125 96 250 96c250 0 250-96 500-96 125 0 187.5 24 250 48v52H0Z"></path></svg>');
    background-position: bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: 100%;
    
}

.slider .slidesjs-navigation{
    position: absolute;
    width: 100%;
    height: 50px;
    top:50%;
    transform: translateY(-50%);
}

.slider .slidesjs-previous,
.slider .slidesjs-next{
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    font-size: 20px;
    text-align: center;
    z-index: 20;
    text-decoration: none;
    color: var(--color3);
    border:solid 1px var(--color3);
    border-radius: 50px;
    transition: all .3s ease;
}

@media(max-width:800px){
    .slider .slidesjs-previous,
    .slider .slidesjs-next{
        display: none;
    }
}

.slider .slidesjs-previous{
    left: 2%;
    text-decoration: none;
}

.slider .slidesjs-next{
    right: 2%;
}

.slider .slidesjs-previous:hover,
.slider .slidesjs-next:hover{
    background-color: var(--color3);
    color: var(--color5);
}

.slider .single .info-slider{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
    color: #ffffff;
}

.slider .single .info-slider h2{
    font-size: 4em;
    max-width: 60%;
}

.slider .single .info-slider h3{
    font-size: 2em;
    max-width: 60%;
    font-weight: 400;
    line-height: 1.5;
    margin:20px 0 0 0;
}

@media(max-width:800px){
    .slider .single .info-slider h2{
        font-size: 20px;
        max-width: 100%;
        text-align: center;
    }

    .slider .single .info-slider h3{
        font-size: 30px;
        max-width: 100%;
        text-align: center;
    }
}

.slider .single .info-slider p a{
    display: inline-block;
    color: var(--color5);
    text-decoration: none;
    border:solid 3px var(--color5);
    text-decoration: none;
    border-radius: 50px;
    padding: 14px 40px;
    margin:50px 0 0 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background .3s ease, border-color .3s ease;
}

.slider .single .info-slider p a:hover{
    background-color: var(--color1);
    border-color: var(--color1);
}

@media(max-width:800px){
    .slider .single .info-slider{
        text-align: center;
    }
    .slidesjs-container, 
    .slidesjs-control {
        width: 100% !important;
        height: 70vh !important;
    }
    .slidesjs-slide {
        height: 70vh !important;
    }
}
/* wellcome */
.wellcome .wrap{
    display: flex;
    gap:4%;
    justify-content: space-between;
    padding: 100px 0 50px 0;
    flex-wrap: wrap;
    align-items: center;
}

.wellcome .wrap section{
    width: 48%;
}

.wellcome .wrap section h2{
    font-size: 3em;
    font-weight: 700;
    color: var(--color4);
    max-width: 90%;
    margin:0 0 20px 0;
}

@media(max-width:800px){
    .wellcome .wrap{
        display: block;
        padding: 0;
    }

    .wellcome .wrap section{
        width: 100%;
        padding: 50px 0;
    }

    .wellcome .wrap section h2{
        font-size: 30px;
    }
}

.wellcome .wrap section > p:nth-child(2){
    font-size: 17px;
    line-height: 2;
    color: var(--color4);
    opacity: .8;
}

.wellcome .wrap section p a{
    display: inline-block;
    text-decoration: none;
    color: var(--color5);
    background-color: var(--color1);
    padding: 12px 30px;
    border-radius: 60px;
    opacity: 1;
    margin:20px 0 0 0;
    transition: background-color .3s ease, color .3s ease;
}

.wellcome .wrap section p a:hover{
    background-color: var(--color2);
    color: var(--color5);
}

.wellcome .wrap section:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    gap:2%;
    justify-content: space-between;
}

.wellcome .wrap section article{
    width: 48%;
    margin:4% 0;
}

.wellcome .wrap section article h3{
    font-size: 24px;
    color: var(--color4);
    margin:20px 0 10px 0;
}

.wellcome .wrap section article p{
    font-size: 17px;
    line-height: 1.5;
    opacity: .8;
    color: var(--color4);
    margin:10px 0;
}

.wellcome .wrap section article .icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 65% 35% 32% 68% / 62% 56% 44% 38%;
}



@media(max-width:800px){
    .wellcome .wrap section article{
        width: 80%;
        margin:20px auto;
        text-align: center;
    }

    .wellcome .wrap section article .icon{
        margin:auto;
    }
}

.wellcome .wrap section article .icon span{
    font-size: 40px;
}

.wellcome .wrap section article:nth-child(1) .icon{
    background-color: color-mix(in srgb, var(--color6) 20%, white 80%);
    color: var(--color6);
}

.wellcome .wrap section article:nth-child(2) .icon{
    background-color: color-mix(in srgb, var(--color7) 20%, white 80%);
    color: var(--color7);
}

.wellcome .wrap section article:nth-child(3) .icon{
    background-color: color-mix(in srgb, var(--color8) 20%, white 80%);
    color: var(--color8);
}

.wellcome .wrap section article:nth-child(4) .icon{
    background-color: color-mix(in srgb, var(--color9) 20%, white 80%);
    color: var(--color9);
}

/* showcase-category */
.showcase-category .gallery{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0 0;
    flex-wrap: wrap;
}

.showcase-category .gallery article{
    width: 20%;
    height: auto;
    position: relative;
    aspect-ratio: 1/1;
    margin:0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.showcase-category .gallery article:after{
    content: "";
    position: absolute;
    pointer-events: none;
    top:-20px;
    left: -20px;
    width: 100%;
    height: 100%;
    padding: 0px;
    border-radius: 50%;
    border-top: solid 20px transparent;
    border-left: solid 20px transparent;
    border-bottom: solid 20px var(--color1);
    opacity: .1;
    border-right: solid 20px transparent;
    transition: all .3s ease;
}

.showcase-category .gallery article:hover:after{
    border-bottom: solid 20px var(--color6);
    opacity: 1;
}

.showcase-category .gallery article img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    object-fit: cover;
    transition: all .3s ease;
    border-radius: 50%;
}

.showcase-category .gallery article:hover img{
    transform: scale(1.3);
    opacity: .4;
    filter: blur(3px);
}

.showcase-category .gallery article h3{
    position: relative;
    z-index: 2;
    font-size: 30px;
    transition: all .3s ease;
    pointer-events: none;
}

@media(max-width:800px){
    .showcase-category .gallery {
        flex-wrap: wrap;
        justify-content: center;
    }
    .showcase-category .gallery article{
        width: 48%;
        margin:20px 0;
    }
    .showcase-category .gallery article h3{
        font-size: 18px;
    }
}

.showcase-category .gallery article:hover h3{
    transform: scale(1.5);
}

/* showcase */
.showcase{
    text-align: center;
    padding: 50px 0;
}

.showcase h2{
    font-size: 40px;
    font-weight: 700;
    color: var(--color4);
    opacity: .8;
}

.showcase .gallery{
    display: flex;
    justify-content: left;
    gap:2%;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
}

.showcase .gallery article,
.related li{
    width: 23%;
    overflow: hidden;
    margin:2% 0;
    transition: box-shadow .3s ease,  transform .3s ease;
    padding: 0 0 30px 0;
    border-radius: 10px;
    position: relative;
}

@media(max-width:800px){
    .showcase h2{
        font-size: 30px;
    }
    .showcase .gallery article,
    .related li{
        width: 48%;
    }
}


.related{
    display: none;
}

.showcase .gallery article:hover{
    transform: translateY(-20px);
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
}

.showcase .gallery article .sale{
    width: 60px;
    height: 60px;
    right: 10px;
    padding: 10px;
    top:10px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    color: var(--color7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: color-mix(in srgb, var(--color7) 20%, white 80%);
    border-radius: 65% 35% 32% 68% / 62% 56% 44% 38%;
    transition: background-color .3s ease, color .3s ease;
}

.showcase .gallery article:hover .sale{
    background-color: color-mix(in srgb, var(--color8) 20%, white 80%);
    color: var(--color8);

}

.showcase .gallery article .image{
    width: 100%;
    height: 300px;
}

.showcase .gallery article .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.showcase .gallery article h3{
    font-size: 1.2em;
    font-weight: 500;
    padding: 20px 20px 10px 20px;
}

.showcase .gallery article .price{
    font-size: 1.5em;
    font-weight: 800;
    padding: 0px 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:4%;
}

.showcase .gallery article .price-regular{
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    text-decoration: line-through;
}

.showcase .gallery article .btn-add{
    display: table;
    margin:10px auto 0px auto;
}

.showcase .gallery article .btn-add a{
    background-color: var(--color1);
    color: var(--color5);
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    display: block;
    transition: background-color .3s ease;
}

.showcase .gallery article .btn-add a:hover{
    background-color: var(--color6);
}



/* banner-1 */
.banner-1{
    padding: 60px 0;
}
.banner-1 .wrap{
    display: flex;
    gap:10%;
    align-items: center;
    flex-wrap: wrap;
}

.banner-1 .wrap section{
    width: 45%;
    overflow: hidden;
}

.banner-1 .wrap section h3{
    font-size: 3em;
    font-weight: 700;
    margin:0 0 20px 0;
    color: var(--color4);
}

.banner-1 .wrap section h4{
    font-size: 1.2em;
    font-weight: 400;
    margin:0 0 10px 0;
    color: var(--color4);
    opacity: .8;
    line-height: 2;
}

.banner-1 .wrap section .gallery{
    display: flex;
    flex-wrap: wrap;
    gap:5%;
}

.banner-1 .wrap section .gallery article{
    width: 43.5%;
    padding: 30px 2%;
    margin:2.5% 0;
    color: #ffffff;
    border-radius: 10px;
}

.banner-1 .wrap section .gallery article h5{
    font-size: 2.5em;
    font-weight: 800;
    margin:0 0 10px 0;
}

.banner-1 .wrap section .gallery article p{
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media(max-width:800px){
    .banner-1{
        padding: 30px 0;
    }

    .banner-1 .wrap{
        display: block;
        text-align: center;
    }

    .banner-1 .wrap section{
        width: 100%;
    }

    .banner-1 .wrap section h3{
        font-size: 30px;
    }

    .banner-1 .wrap section .gallery article h5{
        font-size: 20px;
    }

    .banner-1 .wrap section .gallery article p{
        letter-spacing: 0px;
        text-transform: capitalize;
    }
}

.banner-1 .wrap section .gallery article:nth-child(1){
    background-color: var(--color6);
}

.banner-1 .wrap section .gallery article:nth-child(2){
    background-color: var(--color7);
}

.banner-1 .wrap section .gallery article:nth-child(3){
    background-color: var(--color8);
}

.banner-1 .wrap section .gallery article:nth-child(4){
    background-color: var(--color9);
}


.banner-1 .wrap section img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 10px;
}

@media(max-width:800px){
    .banner-1 .wrap section img{
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        margin:1% 0 0 0;
    }
}

/* blog */
.blog{
    padding: 100px 0 200px 0;
    background-color: color-mix(in srgb, var(--color1) 20%, white 80%);
    position: relative;
}


/* page-banner */
.page-banner{
    padding: 200px 0 180px 0;
    background-color: var(--color4);
    text-align: center;
    color: var(--color5);
    position: relative;
}

@media(max-width:800px){
    .page-banner{
        padding: 50px 0 100px 0;
    }
}

.page-banner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 160px;
    z-index: 99;
    bottom: -2px;
    left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23FFFFFF"><path d="M0 100V48C62.5 72 125 96 250 96c250 0 250-96 500-96 125 0 187.5 24 250 48v52H0Z"></path></svg>');
    background-position: bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: 100%;
    
}

/* content */
.content{
    padding: 20px 0 180px 0;
    position: relative;
}

.content:after{
    
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    z-index: 99;
    bottom: -2px;
    left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23212121"><path d="M0 100V48C62.5 72 125 96 250 96c250 0 250-96 500-96 125 0 187.5 24 250 48v52H0Z"></path></svg>');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}


.content input[type="text"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="number"],
.content input[type="file"],
.content input[type="date"],
.content textarea,
.content select{
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    padding: 8px 2%;
    width: 96%;
    border:solid 1px #f0f0f0;
    border-radius: 5px;
    outline: none;
    resize: none;
    margin:0 0 10px 0;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
}

.content select{
    color: var(--color4);
    cursor: pointer;
}

.content label{
    font-size: 14px;
    font-weight: bold !important;
    color: #777777 !important;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content input[type="tel"]:focus,
.content input[type="number"]:focus,
.content input[type="date"]:focus,
.content textarea:focus,
.content select:focus{
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    transition: all .3s ease;
}

.content input[type="text"]::placeholder,
.content input[type="email"]::placeholder,
.content input[type="tel"]::placeholder,
.content input[type="number"]::placeholder,
.content input[type="date"]::placeholder,
.content textarea::placeholder{
    color: var(--color4);
}

.content input[type="submit"]{
    background-color: var(--color1);
    color: #ffffff;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin:0 0 20px 0;
    transition: all .3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-page{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
}

.search-page h2{
    width: 100%;
    text-align: center;
    color: var(--color4);
    margin:0 0 5px 0;
}

.search-page form{
    display: flex;
    width: 600px;
    max-width: 90%;
    margin:auto;
    border:solid 1px var(--color1);
    border-radius: 50px;
    margin:0 0 0 0;
}

.search-page input[type="text"]{
    padding: 18px 4% !important;
    border:none;
    border-radius: 50px 0 0 50px;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    margin:0 0 0 0;
    width: 80%;
}

.search-page input[type="text"]::placeholder{
    color: var(--color4);
}

.search-page button{
    padding: 18px 10% !important;
    border:none;
    background-color: var(--color1);
    color: var(--color5);
    border-radius: 0 50px 50px 0;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background .3s ease;
}

.search-page button:hover,
.search-page button:focus{
    background-color: var(--color3);
}


.not-found{
    padding: 100px 0;
    margin:auto;
}

.not-found h2{
    font-size: 100px;
    text-align: center;
    color: var(--color4);
    font-weight: 900;
}

.not-found h3{
    font-size: 24px;
    text-align: center;
    color: var(--color4);
    margin:auto;
    max-width: 500px;
    font-weight: 300;
}

@media(max-width:800px){
    .not-found{
        padding: 50px 0;
    }

    .not-found h2{
        font-size: 50px;
    }

    .not-found h3{
        font-size: 17px;
        width: 80%;
    }
}


/* sub-footer */
.sub-footer{
    background-color: #212121;
    padding: 50px 0 50px 0;
}

.sub-footer .wrap{
    display: flex;
    gap:2%;
    flex-wrap: wrap;
}

.sub-footer .wrap article{
    width: 21%;
}


.btn-bottom{
    display: inline-block;
}

.btn-bottom a{
    display: block;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    background-color: var(--color4);
    color: var(--color5);
    margin:20px 0 0 0;
    transition:background-color .3s ease;
}

.btn-bottom a:hover{
    background-color: var(--color9);
}

.sub-footer .wrap article:nth-child(1){
    width: 30%;
}

.sub-footer .wrap article h2{
    color: var(--color5);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 10px 0;
    margin:0 0 40px 0;
}

.sub-footer .wrap article h2:after{
    width:70px;
    height: 1px;
    background-color: var(--color5);
    top:120%;
    left: 0;
    position: absolute;
    content: "";
}


.sub-footer .wrap article p{
    font-size: 15px;
    font-weight: 400;
    color: var(--color5);
    opacity: .8;
    line-height: 1.9;
}

.sub-footer .wrap article  ul li{
    list-style-type: none;
    line-height: 1.9;
    font-size: 15px;
    margin:10px 0;
}

.sub-footer .wrap article  ul li a{
    display: block;
    text-decoration: none;
    color: var(--color5);
    opacity: .8;
    transition: color .3s ease;
}

.sub-footer .wrap article  ul li a:hover{
    color: var(--color3);
}

.sub-footer .wrap article form{
    margin:0 0 0px 0;
    width: 100%;
}



@media(max-width:800px){
    .sub-footer .wrap{
        display: block;
        text-align: center;
    }

    .sub-footer .wrap article{
        width: 100% !important;
        margin:20px 0;
        padding: 40px 0;
    }

    .sub-footer .wrap article h2:after{
        left: 50%;
        transform:translateX(-50%);
    }

    .sub-footer .wrap article form{
        max-width: 90%;
        margin:auto;
    }
}

.sub-footer .wrap article form input[type="text"],
.sub-footer .wrap article form input[type="password"]{
    padding: 12px 2%;
    border-radius: 10px;
    margin:0 0 20px 0;
    border:none;
    outline: none;
    width: 96%;
    display: block;
}

.sub-footer .wrap article form input[type="submit"]{
    background-color: var(--color3);
    padding: 13px 10%;
    cursor: pointer;
    border:none;
    border-radius: 50px;
    transition: all .3s ease;
    color: var(--color5);
}

.sub-footer .wrap article form input[type="submit"]:hover,
.sub-footer .wrap article form input[type="submit"]:focus{
    background-color: var(--color8);
}

.sub-footer .wrap article .url-1 a{
    display: inline-block;
    margin:10px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--color5);
    text-decoration: none;
    transition: color .3s ease;
}

.sub-footer .wrap article .url-1 a:hover{
    color: var(--color3);
}


.sub-footer .wrap article .saludo{
    text-align: center;
    padding: 50px 0;
}

.sub-footer .wrap article .saludo a{
    display: block;
    text-align: center;
    color: var(--color4);
}

/* footer */
footer{
    padding: 50px 0;
    background-color: #212121;
    text-align: center;
}

footer .wrap p span{
    opacity: .8;
    color: var(--color5);
}

footer .wrap p a{
    color: var(--color5);
    opacity: 1 !important;
    text-decoration: none;
}


.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--color1);
    color: var(--color5);
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    z-index: 99;
    cursor: pointer;
}

.go-top.visible {
    opacity: 1;
    visibility: visible;
}

.go-top:hover {
    opacity: 1;
}



.btn-whatsapp{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

.btn-whatsapp i{
    line-height: 65px;
    width: 65px;
    background-color: #25D366;
    display: block;
    line-height: 65px;
    width: 65px;
    font-size: 28px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    transition: transform .3s ease;
}

.btn-whatsapp:hover i{
    transform: scale(1.2);
}

.btn-whatsapp .bounce{
    position: absolute;
    left: 100%;
    top:0;
    width: 180px;
    pointer-events: none;
    height: 65px;
    display: flex;
    align-items:center ;
    margin:0 0 0 20px;
    padding: 0 10px;
    background-color:#E4E6EB;
    justify-content: center;
    color: #4C4F56;
    border-radius: 10px;
    opacity: 0;
    transition: opacity .3s ease;
    font-weight: 600;
}

.btn-whatsapp:hover .bounce{
    opacity: 1;
}

.btn-whatsapp .bounce::before{
    content: "";
    position: absolute;
    border-right: solid 10px #E4E6EB;
    border-top:solid 10px transparent;
    border-bottom: solid 10px transparent;
    left: -10px;
    top:50%;
    transform: translateY(-50%);
}

.content input[type="submit"]{
    padding: 15px 40px;
    background-color: var(--color1);
    color: var(--color5);
    font-weight: 600;
    font-size: 16px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all .3s ease;
}


