@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Ubuntu:wght@400;700&display=swap');
body{
    font-family: 'Arvo', serif;
}
.newpelhero-simple{
    /* background-image: url(../img/landing-hero.jpg); */
    background-image: url(../landing/generica/background-02.jpg);
    background-size: cover;
    background-position: top center;
    min-height:90vh;
    padding-bottom:60px;
}
.navbar-nav{
    transition: all .5s;
}
.header-go-white{
    background-color: rgba(0,0,0,.4);
    height: 70px;
}
.header-go-white .navbar-brand{
    padding-top:0;
}
.navbar-brand img{
    height:95px;
    transition: height .5s;    
}
.header-go-white .navbar-brand img{
    height: 60px;
}
.nav > li > a:focus, .nav > li > a:hover{
    background-color:transparent;
}

.nav-special{
    margin-top:15px;
}
.nav-special a{
    padding:5px;
}
.navbar-nav i,
.nav-special i{
    font-size:24px;
    color:#fff;
    background-color:#e70188;
    border-radius: 20px;
    padding:4px;
}
.navbar-nav li{
    text-align: right;
}
.newpelhero-simple{
    padding-top:220px;
}
.newpelhero-simple h2{
    font-size:24px;
    color:#fff;
    padding-top:40px;
}
.newpelhero-simple h1{
    color:#fff;
    font-size:40px;
    font-weight: 700;
}

.newpelhero-simple h4{
    font-family: 'Ubuntu', sans-serif;
    color:#4e327a;
    font-size: 22px;
    margin-bottom:40px;
}

form input.form-control,
form select.form-control,
form textarea.form-control
{
    border-radius: 15px;
    border: 0;
    box-shadow: none;
    color:#e70188;
    font-family: 'Ubuntu', sans-serif;
}
form input.form-control::placeholder,
form select.form-control::placeholder,
form textarea.form-control::placeholder{
    color:#e70188;
    font-family: 'Ubuntu', sans-serif;
}
#enviarForm{
    color:#fff;
    background-color:#522c79;
    border-radius: 15px;
    border: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    padding:5px 15px;
}
.newpel-description{
    padding-top:60px;
    padding-bottom:60px;
}
h5{
    color:#8c8c8c;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
}
.newpel-products{
    color:#fff;
    padding-top:60px;
    padding-bottom:60px;
}
.newpel-products-top{
    background-color:#5e3c89;
    
}
.newpel-products-bottom{
    background-color:#572e7c;
    
}

.newpel-product-element h4{
    font-size: 22px;
    font-weight: 700;
}
.newpel-product-element h5{
    font-size:17px;
    color:#fff;
    font-family: 'Arvo', serif;
    font-weight: 700;
}
                        
.newpel-product-element .linea-description{
    font-family: 'Ubuntu', sans-serif;
    font-size:16px;
    margin-top:20px;
    margin-bottom:20px;
}
.newpel-product-element .linea-description.hogar{
    background-color:#e70188;
    border: 0;
    padding:5px;
    width:150px;
    display: inline-block;
}
.newpel-product-element .linea-description.pro{
    border:1px solid #fff;
    background-color:transparent;
    width:150px;
    display: inline-block;
    padding:5px;
    
}
.newpel-product-element .linea-code{
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    font-weight: 700;
    border-bottom:1px solid #fff;
    width:150px;
    display: inline-block;
}
.newpel-product-element .linea-detail{
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    color:#e70188;
}
.newpel-nosotros {
    
    padding-top:60px;
    padding-bottom:60px;
}
.newpel-nosotros h3{
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    color:#e70188;
    font-weight: 400;
}

.newpel-nosotros p{
    color:#572e7c;
    font-size: 16px;
    font-weight: 700;
    padding-top:40px;
}
.newpel-foto-primera{
    background-image: url(../img/foto-circulo01.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-color:#f2f2f2;
    min-height: 360px;
    background-size: contain;
}
.newpel-foto-segunda{
    background-image: url(../img/foto-circulo02.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color:#f2f2f2;
    min-height: 360px;
    background-size: contain;
}
.newpel-foto{
    padding-top:80px;
}
.newpel-foto h2{
    font-size: 28px;
    color:#e70188;
    font-weight: 700;
}
.newpel-foto-text{
    
}

footer{
    background-color:#1f163d;
    color:#fff;
    font-size: 16px;
    padding-top:60px;
    padding-bottom:10px;
}
footer .footer-social{
    text-align: right;
}
footer .footer-social a{
    color:#fff;
}
footer .footer-social a i{
    font-size: 24px;
}
.livom-link{
    padding-top:40px;
}
.livom-link a{
    font-size:12px;
}
label.error{
    color:#fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
@media(max-width:768px){
    .newpel-foto-primera,
    .newpel-foto-segunda{
        background-image: none;
    }
    .newpel-product-element .linea-description.pro,
    .newpel-product-element .linea-description.hogar{
        width:200px;
        
    }
    .newpel-product-element .linea-code{
        width:200px;
    }
    footer .footer-social{
        margin-top:20px;
        text-align: center;
    }
    
}

@media(max-width:664px){
    
    footer .footer-text{
        text-align: center;
    }
    .navbar-brand{
        padding-left:0;
        padding-top:0;
    }
    .navbar-brand img{
        margin-left:-15px;
    }
    .newpelhero-simple h2{
        padding-top:0;
    }
    .newpelhero-simple{
        padding-top:100px;
    }
}