/* --------------------------------------------------
    [1. General]
----------------------------------------------------  */
body {
    font-family: "Roboto", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Arial, sans-serif;
}
::-moz-selection {
    color: #fff;
    background: #3498db;
}
::selection {
    color: #0a38cc;
    background: #3498db;
}

.g-heading-v7 .h2 .block-name {
    font-size: 12px;
    font-style: normal;
    display: block;
    color: #3498db;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

/* Navbar  */
.one-page-header {
    background: #337ab7;
}

.custom_text1 {
    background: #1f58dc;
}
.promo-block--cover:after {
    background: rgba(192, 187, 230, 0.2);
}

.promo-block__item {
    z-index: 2;
    color: #fff;
    padding: 60px 20px;
    letter-spacing: 3px;
    position: relative;
    background: #337ab7;
}



.g-bg-dark-blue1 {
    background: #337ab7;
}

.g-bg-dark-blue1, .g-bg-dark-blue2 {
    color: #f5f5f5;
}

.g-heading-v7 .h2:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 10px;
    background: #2fb0dc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-box-v1--business .service-block:hover {
    box-shadow: none;
    padding-top: 35px;
    transition: all .2s ease-in;
    border-bottom-color: #3498db;
    border-bottom-width: 2px;
}

.service-box-v1 .service-block {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 20px;
}

.g-bg-dark-blue2 {
    background: #3498db;
}

.service-block-light, .service-block-default {
    background: #f5f5f5;
    border: solid 1px #eee;
}

.service-box-v1--business p:after {
    height: 2px;
    background: #3d39a0;
}

/* Icons colors inside the blocks */
.service-box-v1--business .icon {
    color: #3964a0;
    font-size: 40px;
}

/* Buttons */
.btn-u--dark-blue, .btn-u--dark-blue:hover, .btn-u--dark-blue:focus {
    color: #ffff;
    background: #2fb0dc;
}

/* Icons for Contact Information */
.g-color-primary, .g-color-primary:hover {
    color: #57ace4;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,#3498db 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,#3498db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(right,rgba(0,0,0,.0001) 0,#3498db 100%);
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,#3498db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

/* Estilos de las listas */
.service-box-v1--business li {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    border-top: solid 1px #e5e5e5;
}

.btn-u.btn-u-red {
    background: #3ca7e7;
}

.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 10px 25px;
}

.btn-u {
    border: 2;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}