/* handle spacing for the "hero" page */

.showcase {
    position: relative;
    height: 100vh;
    display: flex;
    /* to center all */
    flex-direction: column;
    /* so we can use align-items */
    align-items: center;
    justify-content: center;
    /*so the content is center in x and y*/
    /*text-align: center;*/
}

.dex-bg-blue {
    background-color: #263369;
}

.dex-bg-section {
    background-color: lightslategray;
}

.dex-bg-green {
    background-color: #2eb541;
}

.dex-bg-gray {
    background-color: #e5e5e5;
}

.dex-bg-white {
    background-color: #ffffff;
}

.dex-bg-black {
    background-color: #000000;
}

.dex-bg-darkgray {
    background-color: darkslategray;
}

.dex-text-blue {
    color: #263369 !important;
}

.dex-text-green {
    color: #2eb541 !important;
}

.dex-text-white {
    color: #ffffff !important;
}

.dex-text-black {
    color: #000000 !important;
}

.dex-text-header-clear {
    color: white !important;
}

.dex-text-header-dark {
    color: #2eb541 !important;
}

.dyn-font-dark {
    color: #212224;
}

.dyn-font-blue {
    color: #0074B3;
}

.dyn-font-orange {
    color: #FF9000;
}

.dyn-font-gray {
    color: #36657F;
}

.dyn-font-white2 {     color: #e2e2e2 }
.dyn-font-dex { font-family:Montserrat; font-weight:900;}
.dyn-font-firma { font-family:Cantarell;}

.dex-bg-blue {
    background-color: #263369;
}

.dex-bg-section {
    background-color: lightslategray;
}

.dex-bg-green {
    background-color: #2eb541;
}

.dex-bg-gray {
    background-color: #e5e5e5;
}

.dex-bg-white {
    background-color: #ffffff;
}

.dex-bg-black {
    background-color: #000000;
}

.dex-bg-darkgray {
    background-color: darkslategray;
}

.dex-bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.9);
}

.dex-bg-white-transparent-2 {
    background-color: rgba(255, 255, 255, 0.5);
}

.dex-logo-dex {
    color: #263369 !important;
    font-family: 'Arial', Arial, sans-serif;
    font-weight: 1000;
    letter-spacing: 2px;
}

.dex-logo-firma {
    color: #2eb541 !important;
    font-family: 'Cantarell', sans-serif;
    font-weight: normal;
    letter-spacing: -2px;
}

a, a:hover {
    color: inherit;
}

.dex-link {
    text-decoration: underline;
}

.dex-font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.dex-font-opensans {
    font-family: 'Open Sans', sans-serif;
}

.dex-font-ibm {
    font-family: 'IBM Plex Sans', sans-serif;
}

.dex-font-rubik {
    font-family: 'Rubik', sans-serif;
    font-weight: lighter;
    color: #000000;
    /*color: #004400;*/
}

.dex-text-normal-size {
    font-size: 2.5vh;
}

body {
    overflow-x: hidden;
    /*margin-top:50px;*/
    font-size: 16px;
}

footer {
    padding: 10px;
    background-color: #ffffff;
}

hr .dex-hr-blue {
    width: 40%;
    border-color: blue;
    background-color: blue;
    color: blue;
}

hr .dex-hr-red {
    width: 50%;
    border-color: red;
    background-color: red;
    color: red;
}

.navbar {
    margin: 0 !important;
    border-radius: 0;
    min-height: 25px !important;
    padding: .5rem 1rem !important;
}

.navbar-brand {
    padding-top: 1px !important;
    padding-bottom: 1 !important;
}

.navbar-bg-img {
    height: 40px;
    background-image: url('/images/menu_bg.gif');
    background-repeat: repeat-x;
    background-size: contain;
}

.navbar-nav>li>a {
    color: #263369;
    font-weight: bold;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/* For the scroll spy */

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff !important;
    /*background-color: rgb(92, 7, 32);*/
    background-color: #3097D1;
}

/* for the scroll spy*/

.bg-servicios {
    background-image: /*linear-gradient(rgb(190, 209, 213, .7), rgb(190, 209, 213, .7)), */
    linear-gradient(rgb(25, 25, 100, .7), rgb(25, 25, 100, .7)), url('/images/digitalTeam.jpg');
    height: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-nosotros {
    background-image: /*linear-gradient(rgba(0, 0, 50, 0.7), rgba(0, 0, 50, 0.2)), */
    url('/images/Background-Fade-Tech.jpg');
    /* height: 400px; */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-focus {
    background-image: linear-gradient(rgba(240, 240, 255, 0.3), rgba(240, 240, 255, 0.3)), /*linear-gradient(rgba(240, 240, 255, 0.7), rgba(240, 240, 255, 0.7)), */
    url('/images/BlueFocus3.jpg');
    /* height: 400px; */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax1 {
    background-image: linear-gradient(rgba(0, 0, 50, 0.7), rgba(0, 0, 50, 0.2)), url('/images/BlueHandshake2.jpg');
    height: 400px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('/images/BlueTeam.png');
    height: 650px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7)), url('/images/Team.jpg');
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    background-image: linear-gradient(rgba(100, 144, 155, 0.6), rgba(100, 144, 155, 0.7)), url('/images/Team.jpg');
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Rounded borders*/

.rcorners {
    border-radius: 20px !important;
    border: 3px solid #263369 !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 50px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 20%;
    border: 1px solid gray;
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 55px;
    color: darkblue;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: darkblue;
}

/* carousel slides */

.slide1 {
    background-image: url('/images/BlueTeamm.jpg');
    height: 400px;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide2 {
    background-image: url('/images/BlueHandshake2.jpg');
    height: 400px;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide3 {
    background-image: url('/images/will.jpg');
    height: 400px;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.zoom {
    padding: inherit;
}

.zoom:hover {
    /* make bigger */
    -ms-transform: scale(1.02);
    /* IE 9 */
    -webkit-transform: scale(1.02);
    /* Safari 3-8 */
    transform: scale(1.02);
    /* make darker*/
    /*background-color:rgba(0, 0, 0, 0.05);*/
    box-shadow: 5px 0px 30px rgba(0, 0, 0, .8);
}

.zoom1 {
    padding: inherit;
    box-shadow: 1px 1px 1px grey;
}

.zoom1:hover {
    /* make bigger */
    -ms-transform: scale(1.02);
    /* IE 9 */
    -webkit-transform: scale(1.02);
    /* Safari 3-8 */
    transform: scale(1.02);
    /* make darker*/
    box-shadow: 5px 0px 30px rgba(0, 0, 0, .8);
}

.dex-border-blue {
    border: 1px solid #263369;
}

/* Manage responsive fonts  */

/* If the screen size is 1024px wide or more */

@media screen and (min-width: 993px) {

    .dyn-font-h1 {
        font-size:6rem; font-weight: 800; 
        line-height: 1.2; margin-bottom: 0.5rem;}
    .dyn-font-h1-slim {
        font-size:6rem; font-weight: 500; 
        line-height: 1.2; margin-bottom: 0.5rem;}
    .dyn-font-hero {
            color:#00a4ff; font-size:4rem; font-weight:700;     
            line-height: 1;
            /*line-height: 1.2; margin-bottom: 0.5rem;*/
        }
    .dyn-font-h2 {font-size:2rem;font-weight: 500;
        line-height: 1; margin-bottom: 0.5rem;
    }
    .dyn-font-h3 {font-size:1.7rem;font-weight: 600;
        line-height: 1.2; margin-bottom: 0.5rem;
    }
    .dyn-font-h4 {font-size:1.4rem;font-weight: 500;
        line-height: 1.2; margin-bottom: 0.5rem;
    }
    .dyn-font-h5 {font-size:1.125rem;font-weight: 500;
        line-height: 1.2; margin-bottom: 0.5rem;
    }
    .dyn-font-section {        font-size: 4rem;   line-height: 1.2  }
    .dyn-font-services {        font-size: 2.7rem;   line-height: 1.2  }
    .dyn-font-we { font-size:6rem; line-height:80%; }

    .dyn-circle-blue{
        background:url('/images/blueCircle.svg');
        background-position:center;
        background-repeat:no-repeat;
        background-size:50px 50px;
        background-attachment: fixed;
    }
    .dyn-circle-red{
        background:url('/images/orangeCircle.svg');
        background-position:center;
        background-repeat:no-repeat;
        background-size:50px 50px;
        background-attachment: fixed;
    }

    .dyn-border-top{
        border-top:10px solid #00a4ff;
    }
    .dyn-font-color-hero{ color:#1d1d1d; }

}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .dyn-font-hero {         
        color:#00a4ff; font-size:2.5rem; font-weight:700;     
        line-height: 1; margin-bottom: 0.5rem;
    }
    .dyn-font-h2 {font-size:1.5rem;font-weight: 500;
        line-height: 1; margin-bottom: 0.5rem;
    }
    .dyn-font-h3 {font-size:1.6rem;font-weight: 600;
        line-height: 1.2; margin-bottom: 0.5rem;
    }
    .dyn-font-h4 {font-size:1.3rem;font-weight: 500;
        line-height: 1.2; margin-bottom: 0.5rem;
    }
    .dyn-font-h5 {font-size:1.1rem;font-weight: 500;
        line-height: 1.2; margin-bottom: 0.5rem;
    }
    .dyn-font-section {        font-size: 3rem;   line-height: 1.2 }
    .dyn-font-services {        font-size: 2.5rem;   line-height: 1.2  }
    .dyn-font-we { font-size:4rem; line-height:80%; }
    
    .dyn-border-top{
        border-top:10px solid #00a4ff;
    }
    .dyn-font-color-hero{ color:#1d1d1d; }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    .dyn-font-hero {         
        color:#00a4ff; font-size:2.1rem;font-weight:700;     
        line-height: 1; margin-bottom: 0.5rem;
    }
    .dyn-font-h2 {font-size:2rem;font-weight: 500;
        line-height: 1; margin-bottom: 0.5rem;
    }
    .dyn-font-h3 {font-size:1.5rem;font-weight: 600;
        line-height: 1.2; margin-bottom: 0.5rem;
    }
    .dyn-font-h4 {font-size:1.2rem;font-weight: 500;
        line-height: 1.; margin-bottom: 0.5rem;
    }
    .dyn-font-h5 {font-size:1.05rem;font-weight: 500;
        line-height: 1.2; margin-bottom: 0.5rem;
    }
    .dyn-font-section {        font-size: 2rem;   line-height: 1.1  }
    .dyn-font-services {        font-size: 1.8rem;   line-height: 1.2  }
    .dyn-font-we { font-size:4rem; line-height:80%; }

    .dyn-border-top{
        border-top:10px none #00a4ff;
    }
    .dyn-hero-bg{
        background:url('/images/pexReclutamiento11.jpg') rgba(0, 0, 0, .8);
        background-blend-mode: overlay;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        
    }
    .dyn-font-color-hero{ color:white; }
}

@media screen and (max-width: 576px) {
    .dyn-font-hero {         
        color:#00a4ff; font-size:2.5rem;font-weight:700;     
        line-height: 1; margin-bottom: 0.5rem;
    }
    .dyn-font-h2 {font-size:1.3rem;font-weight: 500;
        line-height: 1; margin-bottom: 0.5rem;
    }
    .dyn-font-h3 {font-size:1.2rem;font-weight: 600;
        line-height: 1.2; margin-bottom: 0.5rem;
    }
    .dyn-font-h4 {font-size:1.0rem;font-weight: 500;
        line-height: 1.1; margin-bottom: 0.5rem;
    }
    .dyn-font-h5 {font-size:1rem;font-weight: 500;
        line-height: 1.1; margin-bottom: 0.5rem;
    }
    .dyn-font-section {        font-size: 2rem;  line-height: 1.1  }
    .dyn-font-services {        font-size: 1.4rem;   line-height: 1.1  }
    .dyn-font-we { font-size:3rem; line-height:80%; }

    .dyn-border-top{
        border-top:10px none #00a4ff;
    }

    .dyn-hero-bg{
        background:url('/images/pexReclutamiento11.jpg') rgba(0, 0, 0, .8);
        background-blend-mode: overlay;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        
    }
    .dyn-font-color-hero{ color:white; }

}


.dyn-image-center1 {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* animation hero*/
.dyn-hero-img-pre {
    border-left: 10px solid #00a4ff;
    border-right: 10px solid #00a4ff;
    background: url('/images/pexreclutamiento_pre.jpg') rgba(220, 220, 220, 0.95);
    background-blend-mode: overlay;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover; 
    min-height: 200px;
    /*min-height: 40%;*/
    display:block;
    abackground-attachment: fixed;


    animation-name: ahero-pre;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
}
@keyframes hero-pre {
    0% { opacity:.2; }
    50% { opacity:.5; }
    100% { opacity:1; }
}
.dyn-hero-img-post {
    /*background: url('/images/pexreclutamiento.jpg') rgba(220, 220, 220, 0.95);*/
    /** background: url('/images/pexreclutamientoMd.jpg') rgba(160, 220, 220, 0.7);*/
    background: url('/images/pexreclutamiento.jpg');
    
    background-blend-mode: overlay;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    display:block;
    abackground-attachment: fixed;


    animation-name: hero-post;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
}
@keyframes hero-post {
    0% { opacity:.0; }
    45% { opacity:.0; }
    60% { opacity: 0.1; }
    100% { opacity:1; }
}
/* animation hero*/

