@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,700');


.price2 {
  font-family: Poppins, "Trebuchet MS", Verdana, sans-serif;
}
.wavebox-product {
    background: rgb(248, 248, 248);
}

.core {
    position: relative;
    padding-top: 30px;
}

.core .core-heading {
    display: -webkit-inline-box;
    vertical-align: middle;
}

.core-heading h1 {
    font-size: 4.8em;
    line-height: 1;
    color: rgb(10, 10, 10);
    margin-bottom: 10px;
    font-weight: 300;
    font-family: Poppins, sans-serif;
}
.core .core-btn {
    display: -webkit-inline-box;
    margin-left: 15px;
    vertical-align: middle;
}

.core a.button {
    margin-bottom: 0px;
}

.core-text h2 {
    font-size: 2.2em;
    font-weight: 100;
    color: rgb(0, 0, 0);
    font-family: Poppins, sans-serif;
}
.coresub {
    position: relative;
    padding-top: 30px;
}
.coresub-btn {
    padding-right: 18px;
}
.coresub .coresub-btn {
    display: -webkit-inline-box;
    vertical-align: middle;
}

.coresub .coresub-heading {
    display: -webkit-inline-box;
    vertical-align: middle;
}
.coresub-heading h1 {
    font-size: 4.8em;
    line-height: 1;
    color: rgb(10, 10, 10);
    margin-bottom: 10px;
    font-weight: 300;
    font-family: Poppins, sans-serif;
}

.coresub a.button {
    margin-bottom: 0px;
}

.coresub-text h2 {
    font-size: 2.2em;
    font-weight: 100;
    color: rgb(0, 0, 0);
    font-family: Poppins, sans-serif;
}

.newsletter-footer {
    background: rgb(0, 0, 0);
}

input.newsletter-form {
    max-width: 95%;
    border-radius: 1px !important;
    background: rgb(255, 255, 255) !important;
}

.newsletter-heading .section-title-normal {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.newsletter-btn {
    border-radius: 1px !important;
    background: url(newsletter-arrow.png) 95% 50% no-repeat red !important;
}

.footer-top-text {
    color: rgba(255,255,255,0.5);
    font-size: .9em;
}
.footer-top-text {
    font-size: .9em;
    color: rgba(255,255,255,0.5);
}

.wavebox-product-page{
    padding: 30px 0;
    border-radius: 4px;
    margin-top: 30px;
}


.wavebox-product-page h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.wavebox-product-page p {
    font-size: 14px;
    text-align: justify;
    color: #000;
}

.wavebox-product-page img {
    padding: 30px 0;
}

.wavebox-feature {
    padding: 30px 0;
}
.wavebox-feature h3 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #000;
}
.wavebox-feature p {
    font-size: 14px;
    color: #000;
    text-align: justify;
}
.wavebox-feature img {
    margin-top: 40px;
    margin-bottom: 30px;
}

.wavebox-feature table {
    margin-top: 15px;
    margin-bottom: 15px;
}

.wavebox-feature td {
    padding: 10px 10px;
    color: #404040db;
}
hr.line {
    background: #000;
    width: 100%;
    border-top: 2px solid #000;
    margin-bottom: 50px;
}
.footer-contact-details a {
    color: #919191;
}
.footer-contact-details .contact-icon {
    border: 2px solid currentColor;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px;
    background: transparent;
    color: #b7b7b7;
}
.button.icon {
    margin-right: 15px;
}
.press a {
    color: #919191;
}
.pd-btm-20 {
    padding-bottom: 20px;
}
@media only screen and (max-width: 1038px) {
.footer-contact-details a {
    font-size: 13px;
     }
}
/* Start - boton chat */

#chat_sidebar {
                background: url("assets/img/chat-button.png") no-repeat scroll left top transparent;
                height: 162px;
            
                position: fixed;
                right: -4px;
                top: 50%;
                width: 46px;
                z-index: 999;
            }