/***********
 Seccion Servicios ***********/
.what-we-do {
    background-color: #fff;
    /*padding-bottom: 80px;*/
}

.what-we-do .tabs li a {
    text-decoration: none;
    color: #121212;
}

.what-we-do .tabs .list-item {
    background-color: #071e33;
}

.what-we-do .tabs .list-item p {
    color: #ffffff;
}

.what-we-do .tabs .active .list-item {
    background-color: #09afdf !important;
    color: #ffffff !important;
}

.what-we-do .tabs .active .list-item p {
    color: #fff;
}

.what-we-do .tabs .active .list-item .icon-service{
    fill: #ffffff;
}
.icon-service{
    fill: #09afdf;
}

.what-we-do .list-item {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    text-align: center;
    padding: 30px 0px;
    /*margin: 15px 0px;*/
    transition: all 0.5s;
    min-height: 170px;
}

.what-we-do .list-item:hover{
    background-color: #09afdf;
}

.what-we-do .list-item:hover p{
    color: #ffffff;
}

.what-we-do .list-item:hover  .icon-service{
    fill: #ffffff;
}

.what-we-do .list-item .icon {
    border-radius: 50%;
    display: inline-block !important;
    text-align: center;
    line-height: 90px;
    background-color: transparent;
}

.what-we-do .list-item p {
    margin-bottom: 0px;
    /*font-size: 17px;*/
    font-size: 13px;
    font-weight: 300;
}

.what-we-do .tab-content-services {
    margin-top: 40px;
}

.what-we-do .tab-content-services .right-image img {
    width: 100%;
    overflow: hidden;
}

/*.what-we-do .tab-content-services .left-text p {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
}*/

/*.what-we-do .tab-content-services .left-text p {
    font-size: 15px;
    line-height: 1.7;
}*/

.what-we-do .tab-content-services .left-text .primary-button {
    margin-top: 35px;
    margin-bottom: 50px;
}

ul.tabs {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.large-default{
    font-size: 42px;
    line-height: 1.2;
    color: #071e33;
}
.what-we-do .tabs .active .list-item .large-default{
    color: #0db6f8;
}
.what-we-do .tabs .active .list-item h4{
    color: #ffffff;
}

/********
Sliders *********/

.slideshow .dark-translucent-bg {
    background-color: rgba(7, 30, 51, 0.81) !important;
}
.dark-translucent-bg:after{
    background-color: rgba(0, 0, 0, 0.8);
}

/*******
 Header *********/

.btn-bordered-default {
    border: 1px solid #09afdf !important;
    background-color: transparent !important;
    color: #09afdf !important;
}
.header-top{
    padding: 7px 0 !important;
}
@media (min-width: 768px){
    .navbar-default .navbar-nav > li > a {
        padding: 41px 28px;
    }

}
#logo_img{
    margin: 22px 10px;
}
.tp-bannertimer{
    background-color: rgb(13, 182, 248) !important;
}

/*******
Miscelanius *********/

.light-translucent-bg{
    border: none !important;
}
.light-translucent-bg.section-clients-bg:after{
    background-color: rgba(238, 246, 251, 0.9);
}
.clients .owl-item{
    width: 270px !important;
}
.testimonial-image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 2rem auto;
}
.img-circle{
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    border-radius: initial;
}
@media (min-width: 1200px){
    .full-text-container {
        padding: 80px 150px;
    }
}
.primary-bg{
    background-color: #071e33;
    color: #cdcdcd;
}
.primary-bg h2{
    color: #cdcdcd;
}
ul.list-icons li{
    font-size: 15px;
}

#trabaje-con-nosotros.dark-translucent-bg:after{
    background-color: rgba(7, 30, 51, 0.94);
}
.mlr-50{
    margin-left: 50px;
    margin-right: 50px;
}
.xlarge-icon{
    font-size: 50px;
}
.nosotros-image{
    width: 90%;
    padding-top: 10%;
}
.full-width-section{
    overflow: hidden;
}
.clients .client-image{
    width: 215px;
    height: 180px;
    margin: 5px;
}
.overlay-container p.large{
    line-height: 1.1;
}
@media (max-width: 767px) {
    .navbar-default,
    .navbar.navbar-default {
        background: none;
        border: none;
    }
    .logo-header{
        margin-top: 0;
    }
    #logo_img{
        margin: 0;
    }
    .full-width-section{
        padding: 10px;
    }
    .clients .client-image{
        width: 100px;
        height: 100px;
        margin: 5px;
    }
}
.navbar-brand{
    padding: 0;
}
.right-image{
    padding-top: 25px;
}