/***************************
Add your custom styles below
****************************/
body {
    font-family: 'Hind', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Ubuntu', sans-serif;
        color: #0097fd;
            text-transform: uppercase;
}
.bg--white h1, .bg--white h2, .bg--white h3, .bg--white h4, .bg--white h5, .bg--white h6, .bg--white i {
    color: #0097fd;
}
.imagebg:not(.image--light) h1, .imagebg:not(.image--light) h2, .imagebg:not(.image--light) h3, .imagebg:not(.image--light) h4, .imagebg:not(.image--light) h5, .imagebg:not(.image--light) h6 {
    color: #2eabff;
}
.bg--primary {
    background: #0097fd;
}
.imagebg .feature:not(.bg--primary):not(.bg--dark) i, .bg--primary .feature:not(.bg--primary):not(.bg--dark) i {
    color: #0098ff9e;
}
.bg_plasti:before {
  opacity: 0.8;
    position: absolute;
    content: '';
    background: #232323;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,10,23,1);
background: -moz-linear-gradient(top, rgba(0,10,23,1) 0%, rgba(0,63,145,1) 68%, rgba(0,152,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,10,23,1)), color-stop(68%, rgba(0,63,145,1)), color-stop(100%, rgba(0,152,254,1)));
background: -webkit-linear-gradient(top, rgba(0,10,23,1) 0%, rgba(0,63,145,1) 68%, rgba(0,152,254,1) 100%);
background: -o-linear-gradient(top, rgba(0,10,23,1) 0%, rgba(0,63,145,1) 68%, rgba(0,152,254,1) 100%);
background: -ms-linear-gradient(top, rgba(0,10,23,1) 0%, rgba(0,63,145,1) 68%, rgba(0,152,254,1) 100%);
background: linear-gradient(to bottom, rgba(0,10,23,1) 0%, rgba(0,63,145,1) 68%, rgba(0,152,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a17', endColorstr='#0098fe', GradientType=0 );
}
.menu > li {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.btn {
    font-family: 'Ubuntu', sans-serif;
}
a.btn_whatsapp{
  border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: #ffffff3d;
    font-size: 0.8em;
    padding: 9px 30px;
    letter-spacing: 1px;
    opacity: 0.8;
    transition: all 0.3s;
}
a.btn_whatsapp i{
  margin-right: 5px;
border-color: rgba(255, 255, 255, 0.1);
color: #ffffff;
border-color: #ffffff;
font-size: 1.2em;
opacity: 0.8;
transition: all 0.3s;
vertical-align: middle;
}
a.btn_whatsapp:hover{
  margin-right: 10px !important;
border-color: rgba(255, 255, 255, 0.1);
color: #ffffff;
border-color: #ffffff;
font-size: 0.8em;
padding: 14px 40px;
letter-spacing: 1px;
opacity: 1;
}
.nav-bar.nav--absolute:not(.nav--fixed) .nav-module.right:not(.logo-module):not(.menu-module):not( :nth-last-child(2)) {
    border-left: none;
}
.nav-bar .nav-module.right:not(.logo-module):not(.menu-module):not( :nth-last-child(2)) {
    border-left: none;
    padding-right: 0;
}
.nav--fixed a.btn_whatsapp{
  color: #0c0c0c;
    border-color: #10101047;
}
.nav--fixed a.btn_whatsapp i{
  color: #0c0c0c;
}
.features-3 .feature:not(:last-child) {
    margin-bottom: 1.25em;
}
h4, .h4 {
    margin-bottom: 0.530435em;
}
.feature-3 p {
    min-height: 2.875em;
}



/* TABLET Landscape */
@media screen and (max-width:1200px) {

}
/* TABLET Portrait */
@media screen and (max-width:900px) {

}
/* MOBILE */
@media screen and (max-width:750px) {

}
