*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "lato";
    src: url("../fonts/Lato-Regular.eot");
    src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Lato-Regular.woff") format("woff"),
        url("../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "lato-bold";
    src: url("../fonts/Lato-Bold.eot");
    src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Lato-Bold.woff") format("woff"),
        url("../fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "lato-hair";
    src: url("../fonts/Lato-Hairline.eot");
    src: url("../fonts/Lato-Hairline.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Hairline.woff") format("woff"),
    url("../fonts/Lato-Hairline.ttf") format("truetype");
}
@font-face {
    font-family: "lato-italic";
    src: url("../fonts/Lato-Italic.eot");
    src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Italic.woff") format("woff"),
    url("../fonts/Lato-Italic.ttf") format("truetype");
}
@font-face {
    font-family: "lato-thin";
    src: url("../fonts/Lato-Thin.eot");
    src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Thin.woff") format("woff"),
    url("../fonts/Lato-Thin.ttf") format("truetype");
}

body {
    font-family: 'lato';
    color: #58595b;
    font-size: 16px;
    overflow-x: hidden;
}

a{
    color: #767778;
}
a:hover{
    color:black;
}

.header .container-full.navbar{
    background-color: #fff;
    margin-top: 1px;
}
.center{
    text-align: center;
}

/*Header*/
#slogan{
    color: #02366b;
    min-height: 113px;
}
#slogan h3{
    margin-top: 45px;
    font-size: 18px;
    font-family: lato-bold;
    letter-spacing: 6px;
    margin-bottom: 4px;
}
#slogan p{
    font-family: lato-thin;
    letter-spacing: 3px;
    font-size: 13px;
}
#kpmg{
    /*min-height: 113px;*/
}
#kpmg img{
    padding: 32px 15px 35px 0;
}
#kpmg p{
    letter-spacing: 3px;
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
    color: #02366b;
}
nav .container{
    padding: 0px 10px;
}
.navbar{
    margin-bottom: 0;
}
#search-nav{
    padding: 22px 15px;
}
#search-nav input[type="text"]{
    border: none;
    padding: 5px 15px;
    font-size: 12px;
    width: 145px;
    margin-left: 15px;
}
#search-nav form{
    border-left: 2px solid #001a57;
}
.lupa-nav{
    background-image: url("../img/head/search.png");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 26px;
    right: 30px;
}

/*CSS general*/
p.desc{
    text-align: justify;
    word-wrap: break-word;
    margin-bottom: 35px;
    line-height: 24px;
    font-size: 14px;
    color: #58595b;
}
.navbar-header{
    width: 100%;
}
.navbar-nav{
    width: 100%;
}
.title-thin{
    font-family: "lato-thin";
    margin: 75px auto;
    text-align: center;
}
.justify{
    text-align: justify;
}
.row-news{
    border: 2px solid #d1d3d4;
    margin-bottom: 30px;
    padding: 18px 5px;
}
.row-news h3{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-right: 20%;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 3px solid #048a89;
}
.row-news p{
    font-size: 18px;
    margin-bottom: 0px;
}
.row-news .date{
    background-color: #324877;
    padding: 5px 20px;
    width: 200px;
    max-width: 100%;
    position: absolute;
    bottom: 35px;
    left: -12px;
    font-size: 16px;
    color: #fff;
}
.btn_bca{
    background-color: #048a89;
    letter-spacing: 4px;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
    padding: 8px 30px;
    text-transform: uppercase;
}
.btn_bca:hover{
    color: white;
    background-color: #0e6d78;
}
.btn_bca.com_blue{
    background-color: #324877;
}
.btn_bca.com_small{
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 25px;
    float: right;
    background-color: #324877;
    text-transform: uppercase;
}
.see_more{
    margin: 30px auto 100px auto;
}
#page-title{
    margin: 52px auto;
    color: #fff;
    text-align: left;
}
.page-title-container{
    min-height: 142px;
    margin-bottom: 100px;
}
.header.header-scroll{
    position: fixed;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.5);
    z-index: 1000;
}
.header.header-scroll .navbar-brand>img{
    max-height: 60px;
    padding-top: 15px;
}
.header.header-scroll .navbar-nav>li>a{
    padding-top: 25px;
    padding-bottom: 25px;
}
.header.header-scroll #top-header{
    display: none;
}


/*Home*/
#carousel_home{
    max-height: 90vh;
    overflow-y: hidden;
}
#carousel_home .carousel-inner>.item>img{
    width: 100%;
}
#carousel_home .carousel-caption{
    margin: auto;
    text-align: left;
    font-size: 17px;
    padding-bottom: 0;
    z-index: 300;
    height: 100%;
    display: flex;
    align-items: center;
    right: 0;
    left: 0;
}
#carousel_home .carousel-caption p{
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#carousel_home .carousel-caption .row{
    width: 100%;
}
#carousel_home .carousel-caption h1{
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
    font-size: 50px;
}
#carousel_home .carousel-caption img{
    margin: 20px auto 0 auto;
}
#carousel_home .carousel-indicators .active{
    background-color: #048a89;
    border: 1px solid #048a89;
}
#carousel_home .carousel-indicators li{
    border: 1px solid #52555a;
}

#desc-home{
    margin-bottom: 150px;
}
.title-line{
    margin-top: 0;
    margin-bottom: 30px;
    font-family: lato-bold;
    line-height: 45px;
    color: #071138;
}
#desc-home h1{
    margin-top: 0;
    margin-bottom: 30px;
    font-family: lato-bold;
    line-height: 45px;
    color: #071138;
}
#desc-home .col-xs-12 p{
    text-align: justify;
    word-wrap: break-word;
    margin-bottom: 35px;
    line-height: 24px;
    font-size: 14px;
    font-family: lato;
    color: #58595b;
}
.separator-green{
    margin-bottom: 55px;
    height: 5px;
    background-color: #048a89;
    width: 55px;
}
.tabs-green-line {
    margin-bottom: 100px;
}
.tabs-green-line img{
    margin: auto;
}
.tabs-green-line li{
    margin-left: 0!important;
    text-align: center;
    z-index: 100;
}
.tabs-green-line li>a{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}
.tabs-green-line li>a:hover,.tabs-green-line li>a:focus{
    background-color: transparent!important;
    color: #048a89!important;
}
.tabs-green-line li.active>a{
    background-color: transparent;
    color: #048a89;
    font-weight: bold;
}
.tabs-green-line .tab-pane{
    padding-top: 100px;
}
.tabs-green-line .tab-pane .title-thin{
    color: #048a89;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 35px;
    display: flex;
    align-items: center;
}
.tabs-green-line .tab-pane p{
    font-size: 20px;
    padding-right: 10px;
    line-height: 30px;
    word-wrap: break-word;
    display: flex;
    align-items: center;
}
.pill-title{
    transition-property: color;
}
.pill-title:after{
    content: "\2022";
    color: #2f4163;
    font-size: 30px;
}
.pill-title.active.dot-active:after{
    color: #048a89;
}
.pill-title span{
    color: #048a89;
    float: right;
    font-size: 22px;
    margin-top: -7px;
    margin-right: -30px;
}
#line-container{
    position: relative;
    display: block;
    height: 3px;
}
#line-blue{
    position: absolute;
    top: 0;
    background-color: #2f4163;
    height: 4px;
    width: 75%;
    margin: -20px 12.5% 0 12.5%;
    z-index: 0;
}
#line-green{
    position: absolute;
    top:0;
    background-color: #048a89;
    height: 4px;
    width: 0;
    margin: -20px 12.5% 0 12.5%;
    transition-property: width;
    transition-duration: 400ms;
    transform-origin: left;
    z-index: 1;
}
.circle-container {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    padding: 0;
    list-style: none;
    margin: 150px auto 380px auto;
    border: solid 2px #048988;
}
.circle-container > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin: -50px;*/
}
.circle-container > #uno-mision {
    -webkit-transform: rotate(306deg) translate(15.5em) rotate(-306deg);
    transform: rotate(306deg) translate(15.5em) rotate(-306deg);
    margin-left: 5px;
}
.circle-container > #dos-vision {
    -webkit-transform: rotate(22deg) translate(14.3em) rotate(-22deg);
    transform: rotate(22deg) translate(14.3em) rotate(-22deg);
}
.circle-container > #tres-politica {
    -webkit-transform: rotate(90deg) translate(14.6em) rotate(-90deg);
    transform: rotate(90deg) translate(14.6em) rotate(-90deg);
    margin-left: -385px;
}
.circle-container > #cuatro-aliados {
    -webkit-transform: rotate(158deg) translate(14.3em) rotate(-158deg);
    transform: rotate(158deg) translate(14.3em) rotate(-158deg);
    margin-left: -252px;
}
.circle-container > #cinco-valores {
    -webkit-transform: rotate(234deg) translate(15.5em) rotate(-234deg);
    transform: rotate(234deg) translate(15.5em) rotate(-234deg);
    margin-left: -180px;
}
.circle-container p{

    transition: all 500ms;
}


.circle-container .title-circle{
    display: block;
    position: relative;
}
.circle-container .dot-circle{
    width: 30px;
    height: 30px;
    background-color: #314777;
    border-radius: 50%;
    display: inline-block;
}
.middle-circle{
    text-align: center;
}
.middle-circle .dot-circle{
    display: block;
    margin: auto;
}
.middle-circle h1{
    display: block;
}
.circle-container h1{
    margin: 0;
    /*font-family: lato-thin;*/
    color: #048988;
}
#uno-mision h1{
    top: -23px;
    position: absolute;
    margin: 0 0 0 30px;
    display: inline-block;
    cursor: pointer;
}
#uno-mision p{
    text-align: left;
    margin-left: 120px;
    width: 270px;
    font-size: 18px;
}
#dos-vision h1{
    display: inline-block;
    position: absolute;
    margin-left: 30px;
    top: -5px;
    cursor: pointer;
}
#dos-vision p{
    text-align: justify;
    margin-left: 60px;
    margin-top: 30px;
    width: 270px;
    font-size: 18px;
}
#tres-politica h1{
    margin-top: 30px;
    cursor: pointer;
}
#tres-politica p{
    width: 800px;
    font-size: 18px;
    margin-top: 30px;
    text-align: justify;
}
#cuatro-aliados h1{
    top: -25px;
    position: absolute;
    margin: 0 60px 0 0;
    display: inline-block;
    cursor: pointer;
    text-align: right;
}
#cuatro-aliados .title-circle{
    min-width: 252px;
    height: 30px;
}
#cuatro-aliados .dot-circle{
    right: 0;
    position: absolute;
}
#cuatro-aliados p{
    margin-top: 50px;
    font-size: 18px;
    margin-left: -45px;
}
#cinco-valores h1{
    top: -23px;
    position: absolute;
    margin: 0 30px 0 0;
    display: inline-block;
    cursor: pointer;
}
#cinco-valores .title-circle{
    min-width: 175px;
    height: 30px;
}
#cinco-valores .dot-circle{
    right: 0;
    position: absolute;
}
#cinco-valores p{
    margin-top: 5px;
    font-size: 18px;
    margin-left: -140px;
}

/*.circle-container img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: solid 5px tomato;
    transition: .15s;
}
.circle-container img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}*/

/*Soluciones*/
#soluciones-page{
    background: url("../img/banner-soluciones.png") center center no-repeat #161d34;
}
#soluciones-lines{
    margin-bottom: 200px;
}
#soluciones-lines .pill-title{
    width: 20%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#soluciones-lines.tabs-green-line li>a{
    padding: 10px 2px;
}
#soluciones-lines .pill-title span{
    margin-right: -28px;
}
#soluciones-lines #line-blue{
    width: 80%;
    margin: -20px 10% 0 10%;
}
#soluciones-lines #line-green{
    margin: -20px 10% 0 10%;
}
#soluciones-lines h2{
    margin-top: 0;
    color: #048a89;
}
#soluciones-lines img{
    margin-bottom: 100px;
}
#soluciones-lines ul.normal-ul li{
    text-align: left;
    font-size: 20px;
}
#soluciones-lines .tabs-animated {
    overflow: hidden;
}
#soluciones-lines .tab-content{
    position: relative;
}

/*Casos de Exito*/
#exito-page{
    background: url("../img/banner-contacto.png") center center no-repeat #161d34;
}
.row-exito{
    background-color: #f1f2f2;
    border: 2px solid #d1d3d4;
    padding: 20px;
    margin-bottom: 50px;
}
.row-exito h1{
    color: #58595b;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 0;
    padding-right: 20%;
    font-weight: bold;
    line-height: 50px;
}
.row-exito h3{
    margin-top: 0;
}
.row-exito img{
    width: 100%;
    margin-bottom: 20px;
}
.row-exito p{
    margin-bottom: 20px;
}
.row-exito .date{
    background-color: #324877;
    padding: 8px 20px;
    width: 50%;
    max-width: 100%;
    position: absolute;
    bottom: -17px;
    left: -35px;
    font-size: 16px;
    color: #fff;
}
.subrayado-green{
    width: 120px;
    max-width: 100%;
    position: relative;
    display: block;
    height: 3px;
    background-color: #048a89;
    margin-bottom: 35px;
}
.row-buttons-bottom{
    padding: 0;
    margin-bottom: 50px;
}
.row-buttons-bottom .col-xs-6{
    padding: 0;
}
.img-container{
    display: block;
    position: relative;
    width: 100%;
}

/*Recursos Humanos*/
#recursos-page {
    background: url("../img/rrhh-comtel.png") center center no-repeat #161d34;
}
#cv {
    margin-bottom: 150px;
}
#cv .title-thin {
    margin: 0 auto 75px auto;
    font-size: 45px;
}
#cv .form-control {
    border-radius: 0;
    margin-bottom: 15px;
    padding: 18px;
}
#cv .fileContainer {
    overflow: hidden;
    position: relative;
    background: #333;
    padding: 10px 0;
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 30px;
    width: 100%;
}
#cv .fileContainer:hover{
    cursor: pointer;
}
#cv input.form-control {
    background: #e6e6e6;
}
#cv .fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
#cv #p-left{
    padding-right: 0;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}
#cv textarea.form-control {
    background: #e6e6e6;
}
.rc-anchor-dark.rc-anchor-normal {
    border: 1px solid #525252;
    background: #222;
    color: #fff;
}
#maps-iframe{
    padding:0;
}

/*Noticias*/
#noticias-page{
    background: url("../img/banner-noticias.png") center center no-repeat #161d34;
}
#news-all-page .row-news{
    width: 44%;
}
#news-all-page .row-news h3{
    padding-right: 5%;
}
#news-all-page .row-news .date {
    bottom: -14px;
    left: -16px;
}
#sidebar{
    padding: 0;
}
#sidebar h3{
    margin-top: 0;
    color: #324877;
}

/*Contacto*/
#contacto-page{
    background: url("../img/contacto-comtel.png") center center no-repeat #161d34;
}

/*Empresa*/
#empresas-slide{
    background-color: #f1f2f2;
    padding: 80px 0;
}
#empresas-slide img {
    width: 100%;
    height: auto;
    padding: 5px;
    transition: all 200ms;
}
#empresas-slide img:hover {
    transform: scale(1.05);
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.slick-dots li{
    display:inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.slick-dots li button:before{
    font-size: 15px;
}
.slick-prev, .slick-next{
    display: none!important;
}
#empresas-slide .slick-dots li.slick-active button:before{
    color: #06b2be;
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
}

#empresas-slide .slick-dotted.slick-slider{
    margin-bottom: 15px;
}
#empresas-slide .slick-dots{
    bottom: -60px;
}

/*Footer*/
footer{
    padding: 75px 0;
    background-color: #324877;
    color: #fff;
}
.logo-footer{
    width: 180px;
    max-width: 100%;
}
#footer-social{
    margin-top: 100px;
}
.social-icon{
    display: inline-block;
    position: relative;
    padding: 0 5px;
}
.footer-row{
    margin-bottom: 20px;
    font-size: 18px;
}
.footer-row:last-child{
    margin-bottom: 0;
}
.footer-row img{
    margin: auto;
}
.footer-row a{
    color: #fff;
}
.footer-row a:hover{
    color: #fff;
}
#sgs{
    margin: 40px auto 0 auto;
}

.navbar-nav>li>a{
    text-transform: uppercase;
}
.navbar-nav>li>a.active{
    /*color: #767778;
    text-decoration: underline;
    text-decoration-color: #003266;*/
    font-weight: bold;
    color: #1a8b8a;
}
.navbar-nav>li>a.active:hover{
    background-color: transparent;
    color: #048a89;
}

@media screen and (min-width: 768px) {
    .navbar-brand{
        float: left;
        padding: 40px 0px 35px 0px;
    }
    #navbar{
        padding: 0;
    }
    .navbar-nav>li.first-nav-li{
        padding: 0!important;
    }
    .navbar-nav>li.last-nav-li{
        padding-right: 0!important;
    }
    .navbar-nav>li>a:focus, .navbar-nav>li>a:hover{
        background-color: transparent;
        color: #048a89;
    }
    .navbar-nav>li>a{
        padding-left: 0;
        padding-right: 0;
    }
    .header.header-scroll .navbar-brand{
        padding: 0;
        height: 30px;
    }
    .header.header-scroll .navbar-brand>img{
        padding-top: 10px;
        max-height: 30px;
    }
    .header.header-scroll #kpmg p{
        margin: 10px auto 0 auto;
    }
    .header.header-scroll #kpmg img{
        padding: 5px 15px 5px 0;
    }
    .header.header-scroll .navbar-nav>li>a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #slogan {
        min-height: 1px;
    }
    .header.header-scroll .container-full.navbar{
        min-height: 1px;
    }
}
@media screen and (min-width:992px){
    .first-nav-li .navbar-nav>li>a{
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .first-nav-li .navbar-nav>li>a>.fa {
        font-size: 20px;
    }
    .navbar-nav>li>a {
        padding-top: 26px;
        padding-bottom: 26px;
        font-size: 14px;
        line-height: 12px;
    }
    #art_footer_title{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    ul#art_footer{
        max-width: 80%;
        margin: auto;
    }
    .navbar-nav>li{
        padding-left: 1.9%;
        padding-right: 1.9%;
    }
}
@media (min-width: 1200px){
    #kpmg{
        padding-right: 0;
    }
    #logo{
        padding-left: 0;
        width:15%;
    }
    nav .container{
        padding: 0;
    }
    #desc-home .col-sm-7{
        margin-right: 3.5%;
        padding-left: 5px;
        padding-right: 25px;
    }
    #desc-home .col-sm-5{
        width: 38%;
        padding: 0;
    }
    .navbar-nav>li{
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}


@media screen and (max-width: 992px) {
    #slogan h3{
        margin-top: 30px;
    }
    .navbar-nav{
        text-align: center;
    }
    .navbar-nav>li{
        float: none;
        display: inline-block;
    }
    nav .container{
         padding: 0;
    }
    .navbar-nav>li{
        padding-left: 3.34%;
        padding-right: 3.34%;
    }
    #wh-widget-send-button{
        bottom: 50px!important;
    }
    .tabs-green-line li>a {
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0 0 15px 0;
    }
    #line-container{
        display: none;
    }
    .pill-title:after{
        display: none;
    }
    .pill-title span{
        display: none;
    }
    .row-news img{
        margin: auto;
    }
    .row-news{
        margin-left: 0;
    }
    .row-news p{
        margin-bottom: 20px;
    }
    .logo-footer{
        margin: auto;
    }
    #footer-social{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    #cv #p-left{
        margin-bottom: 50px;
        padding-right: 15px;
    }
    #cv .title-thin{
        font-size: 30px;
    }
    #news-all-page .row-news{
        width: 50%;
    }
    #sidebar{
        text-align: center;
        margin-bottom: 100px;
    }
    #sidebar .fb_iframe_widget span{
        max-height: 400px;
    }
    #sidebar .fb_iframe_widget iframe{
        max-height: 400px;
    }
    #cv .fileContainer{
        padding: 10px;
    }
}
@media screen and (max-width: 768px) {
    .header .container-full.navbar{
        background-color: #00346a;
    }
    .navbar{
        min-height: auto;
    }
    .navbar-nav{
        margin: 0px 15px;
    }
    .navbar-nav>li{
        display: block;
        text-align: left;
    }
    .navbar-nav>li>a{
        /*text-transform: uppercase;*/
        padding: 7px 5px;
        border-bottom: 1px solid rgba(154, 155, 156, 0.5);
        color: white;
    }
    .navbar-nav>li>a:hover{
        color:#000;
    }
    .navbar-brand{
        float: none;
        height: auto;
        width: 84px;
        left: 50%;
        margin-left: -42px;
        position: absolute;
        padding: 14px 0px;
    }
    .navbar-toggle{
        border: 1px solid rgba(255, 255, 255, 0.7);
        background-color: #00346a;
        margin: 20px 10px 20px 0px;
    }
    .navbar-toggle .icon-bar{
        background-color: rgba(255, 255, 255, 0.7);
    }
    #btn-nav-mobile{
        padding: 0;
    }
    #footer_top{
        padding: 50px 0 50px 0;
    }
    #footer_top .row{
        margin: 0;
    }
    #footer-social{
        padding: 0;
    }
    #footer-social .col-xs-6{
        padding: 0;
    }
    #footer_newsletter form{
        max-width: 100%;
        margin-left: 0;
    }
    #footer_top h3{
        text-align: left;
        margin-top: 20px;
    }
    #footer_newsletter form input[type="submit"].btn{
        width: 100%;
    }
    #footer_bottom{
        padding: 15px;
    }
    #search-nav{
        padding: 15px 0;
    }
    #search-nav form{
        border: none;
    }
    #search-nav input[type="text"]{
        margin: 0;
        padding: 12px 7px;
        width: 100%;
    }
    .lupa-nav{
        top: 25px;
        right: 10px;
    }
    #op-home .col-sm-6{
        padding-left: 15px;
    }
    #op-home .col-sm-4{
        text-align: center;
        padding-right: 15px;
    }
    .tabs-green-line li>a {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        padding: 0 0 15px 0;
    }
    #line-container{
        display: none;
    }
    .pill-title span{
        display: none;
    }
    .tabs-green-line .tab-pane{
        padding-top: 50px;
    }
    .pill-title:after{
        display: none;
    }
    .nav.nav-pills{
        margin: 0;
        text-align: center;
    }
    .tabs-green-line .tab-pane .row{
        margin: 0;
    }
    #wh-widget-send-button.wh-widget-right{
        bottom: 50px!important;
    }
    .row-news{
        margin-left: 0;
    }
    .row-news p{
        margin-bottom: 20px;
    }
    .row-news h3{
        padding-right: 0;
    }
    .navbar-brand{
        width: 110px;
        margin-left: -50px;
        padding: 27px 0px;
    }
    #soluciones-lines .pill-title{
        width: 40%;
        display: inline-block;
        float: none;
        text-align: center;
        margin: auto!important;
        padding: 0;
    }
    #carousel_home .carousel-caption{
        height: 80%;
    }
    #carousel_home .carousel-caption .row{
        margin-left: 0;
        margin-right: 0;
    }
    #carousel_home .carousel-caption h1{
        margin-top: 12px;
        text-align: left;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .carousel-caption .btn.btn_bca{
        font-size: 13px;
        padding: 4px 10px;
        letter-spacing: 0;
    }
    #carousel_home .carousel-caption img{
        margin: 10px auto 0 auto;
    }
    #carousel_home .carousel-caption p{
        margin-top: 5px;
        margin-bottom: 15px;
        letter-spacing: 0;
        font-size: 12px;
    }
    #news-all-page .row-news{
        width: 100%;
    }
    .g-recaptcha{
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    #rc-imageselect {
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .page-title-container {
        background: #161d34!important;
    }
    .row-exito{
        margin-left: 0;
    }
    .row-exito .date{
        width: 90%;
    }
    .row-exito h1{
        padding-right: 0;
    }
    .row-buttons-bottom{
        margin-left: 0;
    }
    #carousel_home .carousel-indicators{
        bottom: -45px;
    }
    .header.header-scroll .navbar-brand>img {
        padding-top: 0;
    }
}

/*Contacto Page*/
#contacto-page .form-control{
    border-radius: 0;
    margin-bottom: 17px;
    border-color: #ebebeb;
    padding: 22px;
    line-height: 22px;
    color: #222223;
}
#contacto-page select{
    height: 45px;
    padding: 0 22px!important;
    color: #9f9999!important;
    cursor: pointer;
    text-transform: uppercase;
}
#contacto-page #map{
    width: 100%;
    max-width: 100%;
    height: 500px;
}
@media screen and (max-width: 992px) {
    #contacto-page .btn_bca{
        width: 100%;
        margin-bottom: 50px;
    }
}

/*Quienes Home*/
#quienes-home{
    background-color: #f1f2f2;
}

/*Articulos*/
#news-all-page{
    /*margin-bottom: 150px;*/
}
.news-top{
    float: left;
    width: auto;
    padding-right: 15px;
    max-width: 100%;
    display: block;
}
.bca-icon{
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
}
.user-icon{
    background-image: url("../img/noticias/user-icon.png");
}
.cat-icon{
    background-image: url("../img/noticias/cat-icon.png");
}
.date-icon{
    background-image: url("../img/noticias/date-icon.png");
}
.box-gray{
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding: 20px;
}
.box-gray h2{
    color: #061037;
    font-family: lato-bold;
    margin-top: 0;
}
#news-all-page .btn_bca{
    padding: 15px;
    font-size: 11px;
}
.news-card{
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.news-card a{
    text-decoration: none;
}
.news-attr{
    color: #061037;
}
.news-card h2{
    margin-top: 25px;
    color: #061037;
    font-family: lato-bold;
}
.news-card p{
    line-height: 25px;
    font-size: 15px;
    color: #909092;
}
.news-card .img-container{
    padding-left: 0;
}
.news-card img{
    min-height: 290px;
}
.news-card .extract-container{
    padding: 25px;
}
#categories-sidebar ul{
    padding: 0;
    list-style: none;
}
#categories-sidebar a{
    text-decoration: none;
    color: #061037;
    padding: 10px;
    background-color: #f3f4f5;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}
#categories-sidebar a:hover{
    background-color: #061037;
    cursor: pointer;
    color:#fff;
}
#pub-sidebar .row{
    margin: 0 0 20px 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
#pub-sidebar .row:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.col-img-sidebar{
    float: left;
    display: inline-block;
    width: 90px;
}
.col-img-sidebar img{
    min-height: 80px;
}
.col-content-sidebar{
    float: left;
    width: 60%;
    display: inline-block;
    padding-left: 15px;
    line-height: 14px;
}
.col-content-sidebar a{
    font-size: 12px;
    line-height: 9px;
    font-family: lato-bold;
    color: #061037;
}
.col-content-sidebar a:hover{
    text-decoration: none;
}
.col-content-sidebar .news-top{
    padding: 0;
    margin-top: 10px;
}
.col-content-sidebar .news-attr{
    font-size: 10px;
    font-family: lato-bold;
}
#search-sidebar input[type="text"]{
    width: 100%;
    padding: 10px;
    border: 1px solid #ebebeb;
}
#search-sidebar .lupa-nav{
    top: 74px;
    right: 44px;
}
@media screen and (max-width: 992px) {
    .news-card h2{
        margin-top: 45px;
    }
    .news-card img.img-responsive{
        height: auto;
        min-height: 1px;
    }
    .news-card .img-container{
        padding: 0;
    }
    .news-card .extract-container {
        padding: 35px;
    }
    #news-all-page .btn_bca{
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .col-content-sidebar{
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .col-img-sidebar{
        float: none;
        margin: 0px auto 15px auto;
        display: block;
    }
}
@media screen and (max-width: 992px) {
    .col-content-sidebar {
        width: 70%;
    }
    .col-content-sidebar a {
        font-size: 13px;
        line-height: 16px;
        display: block;
    }
}

/*Que hacemos*/
h2.hidden-title{
    padding: 15px 50px 15px 30px;
    margin: 25px 0;
    font-weight: bold;
    color: white;
    font-size: 28px;
}
.blue-section h2{
    background-color: #18234c;
}
.green-section h2{
    background-color: #048a89;
}
h2.hidden-title span.plus{
    background-image: url("../img/que_hacemos/plus.png");
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    float: right;
    top: 10px;
    right: -20px;
}
h2.hidden-title span.plus:hover{
    cursor: pointer;
}
h2.hidden-title span.open{
    background-image: url("../img/que_hacemos/minus.png");
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    float: right;
    top: 10px;
    right: -20px;
}
h2.hidden-title span.open:hover{
    cursor: pointer;
}
.hidden-section{
    display: none;
}
#content-hacemos .box-gray{
    padding: 30px;
}
#content-hacemos p{
    text-align: justify;
    color: #58595b;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
}
#content-hacemos p>span{
    font-family: lato-bold;
}
#content-hacemos h1{
    font-size: 36px;
    padding: 15px 20px;
    display: inline-block;
    margin: 0 0 35px 0;
    font-family: lato-bold;
    color: #061037;
}
#content-hacemos img{
    display: inline-block;
    vertical-align: top;
}
.affix{
    width: 270px;
    margin-top: -380px;
}
@media screen and (max-width: 1200px) {
    .affix{
        width: 18.5%;
        margin-top: -430px;
    }
    #uno-mision p{
        text-align: left;
        margin-left: 120px;
        width: 180px;
        font-size: 18px;
    }
    #dos-vision p {
        text-align: left;
        margin-left: 30px;
        width: 200px;
    }
    #cuatro-aliados p {
        margin-left: 35px;
    }
    #cinco-valores p {
        margin-left: -100px;
    }
}

#comtel-mobile-titles{
    margin: 70px auto;
}
#comtel-mobile-titles h1{
    color: #048a89;
}
#comtel-mobile-titles p{
    margin-bottom: 25px;
}

#catalogo-page img{
    max-width: 80%;
    margin: 0 auto 20px auto;
}
#catalogo-page p{
    max-width: 80%;
    margin: auto;
}
#catalogo-page .text-center{
    margin-bottom: 45px;
    min-height: 400px;
}

svg#circuits {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 30%);
    background-color: transparent;
    border-radius: 50%;
}
.path {
    animation: draw 20s infinite;
    animation-timing-function: linear;
}
.path-2 {
    animation: draw 20s infinite;
    animation-delay: 1s;
    animation-timing-function: linear;
}
@keyframes draw {
    0% {
    }
    100% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
    }
}
#new-single{
    margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
    .header.header-scroll .navbar-nav>li>a{
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
}
@media screen and (max-width: 992px) {
    .affix, .affix-top{
        position: relative!important;
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }
    #content-hacemos .box-gray{
        margin-right: 0;
        margin-left: 0;
    }
    .orbit{
        transform: scale(.8);
    }
    svg#circuits{
        transform: translate(-50%, 30%) scale(.8);
    }
}