/*!
 * DH
 */

.heading-font {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

.body-font {
    font-family: 'Didact Gothic', sans-serif;
}

.alt-font {
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Didact Gothic', sans-serif;
}

a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #BF1728;
}

a:hover,
a:focus {
    color: #fcbd20;
    /* color: #000; */
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    color: #BF1728;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #fcbd20;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #222222;
    padding: 8px 10px;
}

.navbar-default .nav>li>a {
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 0px;
    font-size: 13px;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    color: #222222;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #BF1728;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    /* color: #BF1728 !important; */
    background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    nav#mainNav:hover {
        background-color: rgba(255, 255, 255, 1.0);
    }
    .navbar-default {
        background-color: rgba(255, 255, 255, 0.7);
        /* background-color: transparent; */
        border-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgb(191, 23, 40, 1.0);
        /* color: rgb(137, 137, 137, 0.7); */
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #898989;
    }
    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        color: rgb(191, 23, 40, 1.0);
        /* color: rgb(137, 137, 137, 0.7); */
    }
    .navbar-default .nav>li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        /* color: #898989; */
        color: #222222;
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.1);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #222222;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #BF1728;
    }
    .navbar-default.affix .nav>li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222222;
    }
    .navbar-default.affix .nav>li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #BF1728;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #e8fff0;
    color: #00F;
}

header .header-content {
    text-align: center;
    padding: 150px 0 50px;
    position: relative;
}

header .header-content .header-content-inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
}

header .header-content .header-content-inner .list-badges {
    margin-bottom: 25px;
}

header .header-content .header-content-inner .list-badges img {
    height: 50px;
    margin-bottom: 25px;
}

header .device-container {
    max-width: 300px;
    margin: 0 auto 100px;
}

header .device-container .screen img {
    border-radius: 3px;
}



/* @media (min-width: 768px) { */
    header {
        min-height: 100%;
    }
    header .header-content {
        text-align: left;
        padding: 0;
        height: 100vh;
    }
    header .header-content .header-content-inner {
        max-width: none;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    header .header-content .header-content-inner h1 {
        font-size: 35px;
    }
    header .device-container {
        max-width: none;
        max-height: calc(0vh);
        margin: 100px auto 0;
    }
/* } */

.carousel-dh-container {
    width: 100%;
    height: 100%;
}

#carousel-dh {
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    header .header-content {
        height: 80vh;
    }
}

@media (max-width: 768px) {
    header .header-content {
        height: 40vh;
    }
    .carousel-dh-container {
        width: 100%;
        height: auto;
    }
    #carousel-dh {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
}

@media (max-height: 400px) {
    header .header-content {
        height: 100vh;
    }
    
    .carousel-dh-container {
        width: 100%;
        height: 100%;
    }
    
    #carousel-dh {
        width: 100%;
        height: 90%;
        margin-top: 50px;
    }
}





@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
}






section {
    padding: 100px 0;
}

section h2 {
    font-size: 50px;
}

section.section-about,
section.section-clients,
section.section-technology,
section.section-creativity,
section.section-recruitment,
section.section-contacts {
    padding: 0px 0;
    position: relative;
    background: #FFF;
}

section.section-about h2 {
    margin-top: 0;
    font-size: 50px;
}

section.section-about .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.section-about .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.section-about .badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    section.section-about .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.section-about h2 {
        font-size: 70px;
    }
}

section.features .section-heading {
    margin-bottom: 100px;
}

section.features .section-heading h2 {
    margin-top: 0;
}

section.features .section-heading p {
    margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
    max-width: 300px;
    margin: 0 auto;
}

section.features .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }
}

section.features .feature-item {
    text-align: center;
    margin-bottom: 100px;
}

section.features .feature-item h3 {
    font-size: 30px;
}

section.features .feature-item i {
    font-size: 80px;
    background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) {
    section.features .device-container,
    section.features .feature-item {
        max-width: none;
    }
}

section.cta {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../img/bg-cta.jpg');
    padding: 250px 0;
}

section.cta .cta-content {
    position: relative;
    z-index: 1;
}

section.cta .cta-content h2 {
    margin-top: 0;
    margin-bottom: 25px;
    color: white;
    max-width: 450px;
    font-size: 50px;
}

@media (min-width: 768px) {
    section.cta .cta-content h2 {
        font-size: 80px;
    }
}

section.cta .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

section.contact {
    text-align: center;
}

section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

section.contact h2 i {
    color: #dd4b39;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 100%;
    color: white;
}

section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925;
}

footer {
    background-color: #222222;
    padding: 25px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.bg-primary {
    background: #FFFFFF;
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
    color: #BF1728;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border-color: white;
    border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background-color: #BF1728;
    border-color: #BF1728;
}


/*
.btn {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    padding: 15px 45px;
    font-size: 11px;
}
*/

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}


/* ===================================================================================== */

.navbar-links {
    background: transparent;
    border-radius: 3px;
    height: 5px;
    box-shadow: 0 23px 0 0 #981321;
}

.section-top-bar,
.section-top-bar-secondary,
.section-top-bar-wb {
    height: 100px;
    padding: 0px 0;
    background: #BF1728;
    color: #FFF;
    padding-top: 5px;
    font-size: 17px;
}

.section-top-bar-secondary {
    height: 150px;
    padding-top: 75px;
    font-size: 28px;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: bold;
    text-align: center;
}

.section-top-bar-wb {
    background: none;
    color: #5B5B5B;
    margin-top: 10px;
    height: 40px;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
}

.section-content-icon-big {
    font-size: 70px;
    color: rgba(0, 0, 0, 0.5);
}

.section-icon {
    margin-top: -18px;
    font-size: 38px;
    color: rgba(255, 255, 255, 0.5);
}

.section-content {
    padding: 20px 20px 20px 20px;
}
.section-content-secondary {
    padding: 0px 0px 0px 0px;
}
.section-content-secondary .breadcrumb {
    margin-top: 15px;
    text-align: left;
}


.text,
.text-white {
    font-size: 14px;
    color: #5B5B5B;
    text-align: justify;
}

.text-white {
    color: #FFF;
}


/* ==== CIRCLES & LINES ================================================================= */

.year {
    width: 350px;
    margin: auto;
}

.yearmini {
    width: 100%;
}

.lines {
    height: 2px;
    /* Line width */
    background: #2B2A29;
    /* Black fill */
    transform-origin: 0px 0px 0px;
    position: relative;
}

.circles {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #FFF;
    position: relative;
}

.circlesmini {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #FFF;
    position: relative;
}

.circles-info-area {
    position: relative;
}

.texts {
    width: 230px;
    margin-left: 0px;
    margin-top: 5px;
}

.textsmini {
    width: calc(100% - 75px);
    margin-left: 75px;
    margin-top: 5px;
}


/* ==== 2012 ============================================================================ */

.year2012 {
    height: 40px;
    margin-top: 60px;
    left: -145px;
    position: relative;
}

.circle-info-area2012 {
    bottom: 90px;
}

.circle2012 {
    height: 110px;
    width: 110px;
    font-size: 24px;
    border: 12px solid #AE0002;
    color: #AE0002;
    left: 263px;
}

.line2012_1 {
    width: 230px;
    background: #AE0002;
}

.line2012_2 {
    width: 50px;
    background: #AE0002;
    -ms-transform: translate(230px, 0px) rotate(45deg);
    /* IE 9 */
    -webkit-transform: translate(230px, 0px)rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: translate(230px, -2px) rotate(45deg);
}

.text2012 {}


/* MINI ****************************************************************** */
/* 2013: 878787 2014: 595959 2015: 981321 2016: 595959 2017: AE0000 */

.yearmini2012,
.yearmini2013,
.yearmini2014,
.yearmini2015,
.yearmini2016,
.yearmini2017,
    margin-top: 20px;
    left: 0px;
    position: relative;
}

.circlemini-info-area2012,
.circlemini-info-area2013,
.circlemini-info-area2014,
.circlemini-info-area2015,
.circlemini-info-area2016,
.circlemini-info-area2017 {
    bottom: 0px;
}

.circlemini2012,
.circlemini2013,
.circlemini2014,
.circlemini2015,
.circlemini2016,
.circlemini2017 {
    height: 60px;
    width: 60px;
    font-size: 14px;
    font-weight: bold;
    border: 6px solid #AE0002;
    color: #AE0002;
    left: 0px;
}
.circlemini2013 {border: 6px solid #878787; color: #878787;}
.circlemini2014 {border: 6px solid #595959; color: #595959;}
.circlemini2015 {border: 6px solid #981321; color: #981321;}
.circlemini2016 {border: 6px solid #595959; color: #595959;}
.circlemini2017 {border: 6px solid #AE0000; color: #AE0000;}

.linemini2012_1,
.linemini2013_1,
.linemini2014_1,
.linemini2015_1,
.linemini2016_1,
.linemini2017_1 {
    width: calc(100% - 80px);
    background: #AE0002;
    -ms-transform: translate(230px, 0px) rotate(0deg);
    -webkit-transform: translate(230px, 0px)rotate(0deg);
    transform: translate(79px, -49px) rotate(0deg);
}
.linemini2013_1 {background: #878787;}
.linemini2014_1 {background: #595959;}
.linemini2015_1 {background: #981321;}
.linemini2016_1 {background: #595959;}
.linemini2017_1 {background: #AE0000;}

.linemini2012_2,
.linemini2013_2,
.linemini2014_2,
.linemini2015_2,
.linemini2016_2,
.linemini2017_2 {
    width: 30px;
    background: #AE0002;
    -ms-transform: translate(230px, 0px) rotate(-45deg);
    -webkit-transform: translate(230px, 0px)rotate(45deg);
    transform: translate(58px, -30px) rotate(-45deg);
}
.linemini2013_2 {background: #878787;}
.linemini2014_2 {background: #595959;}
.linemini2015_2 {background: #981321;}
.linemini2016_2 {background: #595959;}
.linemini2017_2 {background: #AE0000;}

.textmini2012, 
.textmini2013, 
.textmini2014, 
.textmini2015, 
.textmini2016, 
.textmini2017 {
    margin-top: -42px;
    padding-left: 4px;
}

/* ==== 2013 ============================================================================ */

.year2013 {
    height: 130px;
    left: 195px;
    top: 50px; /* 50 */
    position: relative;
}

.circle-info-area2013 {
    bottom: 90px;
    left: 130px;
}

.circle2013 {
    height: 130px;
    width: 130px;
    font-size: 24px;
    border: 12px solid #878787;
    color: #878787;
    left: 0px;
}

.line2013_1 {
    width: 230px;
    background: #878787;
    -ms-transform: translate(0px, 0px);
    /* IE 9 */
    -webkit-transform: translate(0px, 0px);
    /* Chrome, Safari, Opera */
    transform: translate(33px, -8px);
}

.line2013_2 {
    width: 50px;
    background: #878787;
    -ms-transform: translate(-2px, 25px) rotate(-45deg);
    /* IE 9 */
    -webkit-transform: translate(-2px, 25px)rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: translate(-2px, 25px) rotate(-45deg);
}

.text2013 {
    margin-top: 0px;
    margin-left: 33px;
}






/* ==== 2014 ============================================================================ */

.year2014 {
    height: 100px;
    left: 150px;
    position: relative;
    top: 280px; /* 50 */
}

.circle-info-area2014 {
    bottom: 90px;
    left: 149px;
}

.circle2014 {
    height: 150px;
    width: 150px;
    font-size: 28px;
    border: 12px solid #595959;
    color: #595959;
    left: 0px;
}

.line2014_1 {
    width: 230px;
    background: #595959;
    -ms-transform: translate(0px, 0px);
    /* IE 9 */
    -webkit-transform: translate(0px, 0px);
    /* Chrome, Safari, Opera */
    transform: translate(33px, -8px);
}

.line2014_2 {
    width: 50px;
    background: #595959;
    -ms-transform: translate(230px, 0px) rotate(-45deg);
    /* IE 9 */
    -webkit-transform: translate(230px, 0px)rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: translate(-2px, 25px) rotate(-45deg);
}

.text2014 {
    margin-top: -5px;
    margin-left: 33px;
    width: 230px;
}


/* ==== 2015 ============================================================================ */

.year2015 {
    height: 95px;
    left: 85px;
    top: 470px;
    position: relative;
}

.circle-info-area2015 {
    bottom: 90px;
    left: 170px;
}

.circle2015 {
    height: 190px;
    width: 190px;
    font-size: 38px;
    border: 16px solid #981321;
    color: #981321;
    left: 0px;
    font-weight: bold;
}

.line2015_1 {
    width: 230px;
    background: #981321;
    -ms-transform: translate(-188px, -39px);
    /* IE 9 */
    -webkit-transform: translate(54px, -39px);
    /* Chrome, Safari, Opera */
    transform: translate(-434px, -39px);
}

.line2015_2 {
    width: 50px;
    background: #981321;
    -ms-transform: translate(-170px, -4px) rotate(225deg);
    /* IE 9 */
    -webkit-transform: translate(-170px, -4px) rotate(225deg);
    /* Chrome, Safari, Opera */
    transform: translate(-170px, -4px) rotate(225deg);
}

.text2015 {
    margin-top: -33px;
    margin-left: -434px;
}


/* ==== 2016 ============================================================================ */

.year2016 {
    height: 150px;
    left: 230px;
    top: 890px;
    position: relative;
}

.circle-info-area2016 {
    bottom: 240px;
    left: 25px;
}

.circle2016 {
    height: 230px;
    width: 230px;
    font-size: 48px;
    border: 20px solid #595959;
    color: #595959;
    left: 0px;
    font-weight: bold;
}

.line2016_1 {
    width: 230px;
    background: #595959;
    -ms-transform: translate(-288px, 94px);
    /* IE 9 */
    -webkit-transform: translate(-288px, 94px);
    /* Chrome, Safari, Opera */
    transform: translate(-288px, 94px);
}

.line2016_2 {
    width: 50px;
    background: #595959;
    -ms-transform: translate(-58px, 92px) rotate(45deg);
    /* IE 9 */
    -webkit-transform: translate(-58px, 92px)rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: translate(-58px, 92px) rotate(45deg);
}

.text2016 {
    margin-top: 99px;
    margin-left: -288px;
}


/* ==== 2017 ============================================================================ */

.year2017 {
    height: 330px;
    left: -30px;
    top: 1190px;
    position: relative;
}

.circle-info-area2017 {
    bottom: 90px;
    left: 170px;
}

.circle2017 {
    height: 270px;
    width: 270px;
    font-size: 56px;
    border: 20px solid #AE0000;
    color: #AE0000;
    left: 0px;
    font-weight: normal;
}

.line2017_1 {
    width: 230px;
    background: #AE0000;
    -ms-transform: translate(134px, -73px);
    /* IE 9 */
    -webkit-transform: translate(134px, -73px);
    /* Chrome, Safari, Opera */
    transform: translate(134px, -73px);
}

.line2017_2 {
    width: 50px;
    background: #AE0000;
    -ms-transform: translate(98px, -40px) rotate(45deg);
    /* IE 9 */
    -webkit-transform: translate(98px, -40px)rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: translate(98px, -40px) rotate(-45deg);
}

.text2017 {
    margin-top: -67px;
    margin-left: 134px;
}

div.anotitulo {
    display:        block;
    font-size:      18px;
    font-weight:    bold;
    line-height:    20px;
    text-align:     left;
    margin-bottom:  10px;
}

.quemsomos {
    background: #000 url("../imgs/quemsomos_bg4.jpg") no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    /* height: 550px; */
    background-color: #E71B23;
}

@media (max-width: 767px) {
    .quemsomos {
        background-size: 150%;
        text-shadow: 1px 1px 1px #E71B23;
    }
}

.quemsomos-text {
    padding-top: 40px;
}

.quemsomos-titulo {
    font-size: 24px;
    /* color: #981321; */
    /* color: #2B2E2F; */
    color: #FFF;
    font-weight: bold;
    /* text-shadow: 1px 1px 1px #FFF; */
    font-weight: bold;
}


/*
.quemsomos-img {
    -webkit-filter: opacity(.4);
    filter: opacity(.4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*/

.quemsomos-img {
    -webkit-filter: opacity(.4);
    filter: opacity(.4);
}


/* ==== TECNOLOGIA ============================================================================ */

.tecnologia-titulo {
    font-size: 20px;
    color: #898989;
    font-weight: normal;
    display: block;
    text-align: left;
    bottom: 0px;
    position: relative;
    height: 67px;
    overflow: hidden;
    margin-bottom: 17px;
}

.tecnologia-titulo-subtext {
    display: block;
    padding: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 80px;
}

.tecnologia-icones {
    font-size: 20px;
    /* color: rgb(174, 0, 2, 0.2); */
    color: #EEE;
    text-align: left;
    margin: -5px 10px -20px 0px;
    float: left;
    
}

.tecnologia-image-container {
    position: relative;
    padding-left: 0px;
}
.tecnologia-txt-container {
    padding-right: 0px;
}

.tecnologia-image {
    /*
    position: absolute;
    left: 0;
    top: 0;
    */
    border-bottom-right-radius: 2em;
    margin-bottom: 20px !important;
}

.tecnologia-image-text {
    width: 200px;
    z-index: 1000;
    position: absolute;
    /* color: #BF1728; */
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
    right: 50px;
    top: 20px;
    text-align: right;
}

.tecnologia-image-icon {
    width: 200px;
    z-index: 1000;
    position: absolute;
    color: #BF1728;
    font-size: 16px;
    font-weight: normal;
    right: 7px;
    top: 2px;
    text-align: right;
    text-shadow: none !important;
}

.tecnologia-separador0 {
    background: #000 url("../imgs/tecnologia_cloud.png") no-repeat bottom center;
}
.tecnologia-separador1 {
    background: #000 url("../imgs/tecnologia_security.png") no-repeat bottom center;
}
.tecnologia-separador2 {
    background: #000 url("../imgs/tecnologia_infrastructures.png") no-repeat bottom center;
}
.tecnologia-separador3 {
    background: #000 url("../imgs/tecnologia_projects.png") no-repeat bottom center;
}
.tecnologia-separador0,.tecnologia-separador1,.tecnologia-separador2,.tecnologia-separador3 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    height: 2px;
    opacity: 1.0;
    margin-bottom: 55px;
}

@media (max-width: 767px) {
    
    .tecnologia-separador0,.tecnologia-separador1,.tecnologia-separador2,.tecnologia-separador3 {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .tecnologia-image-container {
        padding-left: 15px;card-title
    }
    .tecnologia-txt-container {
        padding-right: 15px;
    }
}

/* ==== CRIATIVIDADE ============================================================================ */

.criatividade-txt-title, .criatividade-txt-title2 {
    color: #981321;
    font-size: 28px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 28px;
}

.criatividade-txt-title2 {
    color: #981321;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 28px;
}

criatividade-txt-content {
    font-size: 14px;
    color: #5B5B5B;
    text-align: justify;
    margin-bottom: 15px;
}

.criatividade-bg {
    background: url("../imgs/criatividade_bg2.jpg") no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
}

.circle-criatividade {
    height: 270px;
    width: 270px;
    font-size: 42px;
    color: #AE0000;
    font-weight: normal;
    margin: auto;
    border-radius: 50%;
    color: #fff;
    line-height: 270px;
    text-align: center;
    background: #AE0000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.filtro-cinza {
    opacity: 0.5;
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}


/* ==== CRIATIVIDADE (imagem com textos) ======================================================== */

criatividade-img {
    position: relative;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    margin-bottom: 30px;
    padding: 0px;
}
.card-right {
    margin-left: 10px;
}
.card-left {
    margin-right: 10px;
}
.card-title {
    color: #981321;
    font-size: 20px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 28px;
}
.card-txt {
    font-size: 14px;
    color: #5B5B5B;
    text-align: justify;
    margin-bottom: 15px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.card-container {
    padding: 2px 16px;
}

.card-img {
    border-radius: 5px 5px 0 0;
}

@media (max-width: 767px) {
    
    .card-right {
        margin-left: 0px;
    }
    .card-left {
        margin-right: 0px;
    }
}

/*
.line-desktop {
    position: absolute;
    background: #878787;
    width: 280px;
    background: #981321;
    bottom: 75%;
    right: 0%;
}

.text-desktop {
    position: absolute;
    padding-bottom: 10px;
    bottom: 75%;
    right: 0%;
}

.line-tablet {
    position: absolute;
    /* vertical */
    width: 2px;
    height: 250px;
    background: #981321;
    bottom: 10%;
    right: 20%;
}

.text-tablet {
    position: absolute;
    padding-right: 15px;
    bottom: 10%;
    right: 20%;
}

.line-tabletmini {
    position: absolute;
    /* vertical */
    width: 2px;
    height: 250px;
    background: #981321;
    bottom: 5%;
    right: 75%;
}

.text-tabletmini {
    position: absolute;
    padding-right: 15px;
    bottom: 5%;
    right: 75%;
}

.line-phone {
    position: absolute;
    /* vertical */
    width: 2px;
    height: 390px;
    background: #981321;
    top: 5%;
    left: 10%;
}

.text-phone {
    position: absolute;
    padding-left: 15px;
    padding-top: 0px;
    margin-top: -5px;
    top: 5%;
    left: 10%;
}
*/

figcaption h3 {
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 0px 10px 0px;
}

figcaption {
    width: 102%;
    overflow: hidden;
    opacity: 0.0;
    -webkit-filter: opacity(0.0);
    filter: opacity(0.0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

figure:hover figcaption {
    opacity: 1;
    transform: translateY(-57px);
    /* transition: transform 0.4s, opacity 0.1s; */
    -webkit-filter: opacity(1.0);
    filter: opacity(1.0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

figure figcaption.activedd {
    opacity: 1;
    transform: translateY(-57px);
    /* transition: transform 0.4s, opacity 0.1s; */
    -webkit-filter: opacity(1.0);
    filter: opacity(1.0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logoDH {
    text-align: left;
    position: relative;
    padding-top: 0px;
    margin-top: -10px;
}

.logoDH>svg {
    height: 40px;
}




/*
header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50px;
    transform: translateY(0%);
}

#carousel-dh {
    width: 100%;
    height: auto;
}

#carousel-dh {
    width: auto;
    height: auto;
    margin-top: 50px;
}
*/

.item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.ontop_dhnews {
    position: absolute;
    bottom: 81px;
    pointer-events: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    color: #626262;
    font-size: 13px;
    height: 128px;
    -webkit-box-shadow: 0px 14px 27px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 27px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 27px -16px rgba(0, 0, 0, 0.75);
    overflow: hidden;
}

.onmobile_dhnews {
    margin: 0px 0px 30px 0px;
    padding-bottom: 15px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    color: #626262;
    font-size: 13px;
    height: auto;
    -webkit-box-shadow: 0px 14px 17px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 17px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 17px -16px rgba(0, 0, 0, 0.75);
    overflow: hidden;
}

.onmobile_dhnews-mobile {
    margin: 15px 0px 0px 0px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #981321;
}


.dhnew, .dhnew-off {
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 11px;
    pointer-events: all;
    cursor: pointer;
    /*
    opacity: 1;
    transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -ms-transform: translate(0px, 0px); 
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    */
}

.dhnew-mobile {
    margin-top: 10px;
    cursor: pointer;
}

.dhnew-off {
    /*
    opacity: 0;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transform: translate(0px, 100px); 
    -webkit-transform: translate(0px, 100px); 
    transform: translate(0px, 100px);
    */
}

.btn_dhnews_next {
    padding-top: 2px;
    height: 32px;
    width: 32px;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    /* margin: auto; */
    border-radius: 50%;
    color: #AE0000;
    line-height: 32px;
    text-align: center;
    background: #FFF;
    position: relative;
    left: 0;
    pointer-events: all;
    cursor: pointer;
    cursor: hand;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 84px;
}


.news-number, .news-number-mobile {
    min-width: 56px;
    
    line-height: 12px;
    font-size: 10px;
    color: #FFF;
    font-weight: normal;
   
    text-align: center;
    /* background: #626262; */
    /* background: #165D64; */
    background: #AE0000;

    pointer-events: all;
    position: relative;
    margin: 0px 7px 0px 0px;
    float: left;
}

.news-number-mobile {
    float: none;
}











.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


/* ==== RECRUTAMENTO ======================================================== */

form#form-recruitment {
    font-size: 14px;
    color: #5B5B5B;
    /* text-align: justify; */
}


/* ==== CONTACTOS ======================================================== */

.img-contacts {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-image: url('../imgs/contactos_bg1.jpg');
    height: 650px;
}

.sep-socialbar-DH {
    height: 60px;
    padding: 0px 0;
    background: #FFF;
    color: #717171;
    font-size: 16px;
}

.fa-stack {
    transition: all 0.1s ease-in 0s;
    position: relative;
    top: 0px;
}

.fa-stack:hover {
    color: #BF1728;
    cursor: pointer;
    top: -5px;
}

.sep-color-DH {
    height: 20px;
    padding: 0px 0;
    background: #BF1728;
    color: #FFF;
    padding-top: 5px;
    font-size: 17px;
}

.contacts-txt-container {
    height: 100%;
}

.contacts {
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    bottom: 25px;
    right: 0px;
    width: 100%;
}

div.contacts>div {
    margin-top: 20px;
}


/* ==== CLIENTES (IMAGENS) ==  HOVER EFFECT ======================================= */
.box {
    overflow: hidden;
    position: relative;
}

.box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(191, 23, 40, 0.7);
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.3s ease-in 0s;
}

.box:hover:after {
    left: 0;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    width: 100%;
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
}

.box:hover .box-content {
    opacity: 1;
}

.box .title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

@media (max-width: 767px) {
    .box .title {
        font-size: 12px;
    }
}

.box .post {
    display: block;
    font-size: 15px;
    color: #fff;
}

.box .social {
    list-style: none;
    padding: 30px 20px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
}

.box:hover .social {
    opacity: 1;
}

.box .social li {
    display: inline-block;
}

.box .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    transition: all 0.5s ease-in 0s;
}

.box .social li a:hover {
    background: #fff;
    color: rgba(191, 23, 40, 1.0);
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}


/* ==== RECRUTAMENTO ======================================= */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-color: rgba(191, 23, 40, 0.2) !important;
    outline: 0 none !important;
    border-radius: 13px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(191, 23, 40, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(191, 23, 40, 0.6) !important;
    outline: 0 none !important;
    border-radius: 13px !important;
}

textarea {
    resize: none;
}

.btn {
    border-color: rgba(191, 23, 40, 1.0) !important;
    background: rgba(191, 23, 40, 0.8);
    border-radius: 13px;
    width: 100%;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    background: rgba(191, 23, 40, 0.8);
    outline: 0 none;
}

.btn-primary {
    background: rgba(191, 23, 40, 0.8);
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background: rgba(191, 23, 40, 1.0);
}

.btn-primary:active,
.btn-primary.active {
    background: rgba(191, 23, 40, 0.9);
    box-shadow: none;
}

.sent-area,
.new-area,
.nomobile-area {
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    background: #BF1728;
    font-size: 44px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    top: 100px;
    padding-top: 100px;
    z-index: 10;
    opacity: 0.5;
}

.new-area {
    left: 0;
    text-align: justify;
    color: #626262;
    font-size: 13px;
    text-shadow: none;

    height: calc(100% - 50px);
    width: 100%;
    background: #FFFFFF;
    top: 50px;
    opacity: 0.8;
    overflow: none;
    margin: auto;
}

.new-area-txt {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 0px 100px 0px 100px;
    color: #000;
}

.sent-area,
.new-area {
    display: none;
}

.nomobile-area {
    height: 35%;
    font-size: 18px;
    padding-top: 40px;
    top: 0px;
    background: #BF1728;
}

.sent-close {
    float: right;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.0;
    top: -70px;
    right: 20px;
    position: absolute;
}

.new-close {
    float: right;
    text-shadow: 0 1px 0 #000;
    opacity: 1.0;
    top: -70px;
    right: 20px;
    position: absolute;
}

.close-button, .close-news-button {
    height: 40px;
    width: 40px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: block;
    filter: alpha(opacity=80);
    opacity: 0.8;
    cursor: pointer;
}

.close-button:before,
.close-button:after,
.close-news-button:before,
.close-news-button:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    display: block;
    height: 8px;
    width: 40px;
    background-color: #fff;
    transition: all 0.2s ease-out;
}

.close-news-button:before,
.close-news-button:after {
    background-color: #BF1728;
}

.close-button:after,
.close-news-button:after {
    transform: rotate(45deg);
}

.close-button:hover:before,
.close-button:hover,
.close-button:hover:after,
.close-news-button:hover:before,
.close-news-button:hover,
.close-news-button:hover:after {
    transform: rotate(0deg);
    filter: alpha(opacity=100);
    opacity: 1.0;
}



/* fix para alteração de altura do menu */
.navbar-collapse { max-height: 100% !important; }


/* fix para alteração de breakpoint do breakpoint da navbar */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
    
    
    .navbar-links {
        background: transparent;
        height: 23px;
        box-shadow: none;
        color: #981321;
        /*
        border-radius: 3px;
        height: 20px;
        box-shadow: 0 23px 0 0 #FF0;
        */
    }
    
    
    .tecnologia-image-text {
        width: 200px;
        z-index: 1000;
        position: absolute;
        /* color: #BF1728; */
        color: #FFF;
        font-size: 24px;
        font-weight: normal;
        right: 30px;
        top: 10px;
        text-align: right;
    }
}

/* toggle button */
.navbar-bars {
    color: #AF212F;
}
.navbar-default .navbar-toggle {
    border-color: #ffe4e7;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #AF212F;
    border-color: #520f15;
}

.navbar-default .navbar-toggle:focus > .navbar-bars, .navbar-default .navbar-toggle:hover > .navbar-bars{
    color: #FFF;
}


.clientes-active {
    margin-left: -15px;
}
.clientes-active-text {
    padding-right: 0px;
}
.section-clients-text {
    margin: -100px 0;
}
@media (max-width: 767px) {
    .clientes-active {
        margin-left: 0px;
    }
    .clientes-active-text {
        padding-right: 15px;
        padding-top: 0px;
    }
    .section-clients-text {
        margin: -150px 0;
    }
}

/*
.navbar-nav {
  height: 100vh;
}

.navbar-collapse.in {     
   overflow-x: hidden;
}
*/


@media (max-width: 768px) {
    .scrollable-menu {
        height: 75vh;
        max-height: 280px;
        overflow-x: hidden;
    }
}







/* =================================================== */
/* DH News: mobile */
/* =================================================== */
/*
.ontop_dhnews {
    position: relative;
    bottom: 0px;
    margin: 20px 10px 20px 10px;
    -webkit-box-shadow: 0px 14px 27px -16px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 14px 27px -16px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 14px 27px -16px rgba(0, 0, 0, 0.0);
}

.btn_dhnews_next {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFF;
    position: relative;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.new-area {
    left: 0;
    text-align: justify;
    color: #626262;
    font-size: 13px;
    text-shadow: none;

    height: 100%;
    width: 100%;
    background: #FFFFFF;

    top: 0px;
    opacity: 0.9;
    overflow: auto;
    margin: auto;
}

.new-area-txt {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 0px 10px 0px 10px;
    color: #000;
}
*/


.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 90%;
    overflow-y: auto;
}

.btn-color-white, .btn-color-white:focus, .btn-color-white:active {
    color: #FFF;
}

.btn-color-white:hover {
    /* color: rgba(191, 23, 40, 1.0); */
    color: #FFF;
}


.truncate, .truncate-main-news {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

.truncate-main-news {
    width: 50%;
    height: 18.5px;
}

.modal_news_close {
    font-size: 46px;
}

.modal-subtitle {
    font-size: 12px;
}

.index1 {
    
}

@media screen and (max-width: 810px) {
    .tit-subpage {
        text-align: center;
        margin-left: 15px;
    }
}



/* ==== ACESSIBILIDADE ======================================================== */
a span.content_accessibility { display: none; }
.bold_text { font-weight: bold; }