@font-face {
    font-family: 'conduit_itc_lightitalic';
    src: url('fuentes/conduit_itc_light_italic-webfont.woff2') format('woff2'),
         url('fuentes/conduit_itc_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'conduit_itc_lightregular';
    src: url('fuentes/conduit_itc_light-webfont.woff2') format('woff2'),
         url('fuentes/conduit_itc_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'conduit_itc_bold';
    src: url('fuentes/conduit_itc_bold-webfont.woff2') format('woff2'),
         url('fuentes/conduit_itc_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
   font-family: 'conduit_itc_lightregular';
    font-size: 1.1rem;
}

.navbar{
    background-color: white;
}    

.navbar-light .navbar-nav .nav-link {    
    color: #d9232f;
}

.navbar-light .navbar-nav .nav-item{ 
    margin-left: 15px;
    margin-right: 15px;
}

.lang {
    margin-left: 50px !important;
    margin-right: 0 !important;
    font-size: 0.90rem;
    margin-top: 3px;
}

.lang a {    
    color: grey !important;
    display: block;
    padding: .5rem 1rem;
}

.navbar-light .navbar-nav .active>.nav-link {
    font-family: 'conduit_itc_bold';
    color: #d9232f;
}

.navbar-brand {
    position: absolute;
    top: -8px;
}

.navbar-brand img {
    width:90px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.scrolled {
    width: 80px !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.logo-emedical {
    position: absolute;
    left: 230px;
}

.nav-item a {text-transform: uppercase;}

/* HOME */

#home {
    height: 95vh;
    background-image: url(../img/back-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 55px;
    margin-top: 55px;
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home .home-message {    
    position: absolute;
    color: #fafafa;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.home-message div {
    background-color: #d9232f;
    padding: 4% 10%;
    margin: auto;
    position: relative;
}

#home .home-message img {
    width: 120px;
    margin-bottom: 50px;
}

#home .home-message h2 {
    margin-bottom: 30px;
}


/* PRODUCTS */


#products {
    height: 80vh;
    background-image: url(../img/back-products.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fafafa;
    background-attachment: fixed;
    background-position: center;
}

.info-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    
}

#products .info .col-md-6 {
    padding: 4%;
    background-color: rgba(115,115,116,0.9);
    height: 80vh;
}

#products .info-title {
    margin-top: 250px;
}

/* TECHNOLOGY */


#technology {
    background-image: url(../img/back-tech.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fafafa;
    background-attachment: fixed;
    background-position: center;
}

#technology .info .col-md-6 {
    padding: 1% 4%;
    background-color: rgba(62,62,62,0.9);
}


#technology .info .col-md-3 p {
    text-align: center;
    font-size: 16px;
}

#technology .info .col-md-3 img {
    width: 100%;
}

#technology #tech-focus li span {
    font-family: 'conduit_itc_bold';
}

#technology h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

#technology h4 {
   font-size: 1.3rem;
   margin-top: 1.3rem;
   margin-bottom: 1.3rem;   
}

#technology #tech-focus {
    padding-left: 15px;
}


/* TEAM */

#team {
    height: 90vh;
    background-image: url(../img/back-team.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fafafa;
    background-attachment: fixed;
    background-position: center;
}

#team .info .first {
    padding: 4%;
    background-color: rgba(31,31,31,0.9);
    height: 90vh;
    margin-bottom: 50px;
}

#team .info a {
    color: #fafafa;
    text-decoration: none;
}

#team .name {
   font-size: 1.2rem;
}

#team .info a:hover {
    text-decoration: none;
}

#team .info img {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

#team .italic {
    font-style: italic;
}

#team .cv {
    display: none;
    padding: 1% 2%;
    background-color: rgba(20,20,20,0.9);
    height: 90vh;
}

#team .cv .name {
    margin-left: 4%;
}

#team .cv ul li {
    margin-bottom: 0.3rem;
    font-size: 0.93rem;
}


#team .cv_link {
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

#team .cv_link:hover {
    opacity: 1 !important;
}

#team .cv_link img{
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

#team .cv_link img:hover{
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}



/* CONTACT */

#contact {
    background-color: #d9232f;
    color: #fafafa;
}

#contact .container {
    padding: 4%;
    border-bottom: 20px solid white;
}

#contact-form, #contact-text {
    padding: 2% 4%;
}

#contact-form input, #contact-form textarea {
    border-radius: 0;
    margin-bottom: 1.8rem;
}

#contact-form button{
    border-radius: 0;
    border-color: #fafafa;
    color: #fafafa;
    background-color: #d9232f;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

#contact-form button:hover{
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

#contact-text .logo-contact {
    width: 100px;
    margin-bottom: 1.5rem;
}

#contact-text p {
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
}

#contact-text .emedical-group {
    width: 120px;
}

#messages {
	margin-top:20px;
	margin-bottom:20px;	
}


@media only screen and (max-width:610px) {
    
    .logo-emedical {
    position: absolute;
    left: 130px;
    top: 15px;
    }
    
    body {
        overflow-x: hidden;
    }
    
    .navbar-toggler {
        position: relative;
        left: 80%;
    }
    
    .navbar-collapse  {
       text-align: right;
        margin-right: 20px;
        margin-top: 20px;
    }
    
    #home .home-message img {
        width: 90px;
        margin-bottom: 50px;
    }
    
    #home #future_logo {
        display: none;
    }
    
    #home .home-message h2 {
        font-size: 1.8rem;
    }
    
    #home, #products, #technology, #team {
        background-attachment: inherit;
    }
    
    
    #technology .info .col-md-3 {
        width: 45% !important;
    }
    
    #team .info .col-md-6 {
        left: 0 !important;
        right: 0 !important;
    }
    
    #team .info .cv-container {
        width: 45% !important;
    }
    
    #team .info .first {
        height: auto;
        margin-bottom: 10px;
    }
        
    #team {
        height: auto !important;
    }
    
    #team .cv{
        height: auto !important;
    }
    
    #team .float-right { float: none !important;}
    
}

@media only screen and (min-width:1400px) {
    
    .logo-emedical {
    position: absolute;
    left: 27%;
    }
    
    #home {
        margin-bottom: 85px;
    }
    
    #team .cv .name {
        margin-left: 4%;
        margin-top: 8%;
    }
    
    #technology {
        height: 80vh;
    }
    
    #technology h3 {
      margin-top: -20px;
    }
    
    #technology .info .col-md-3 p {
    text-align: center;
    font-size: 18px;
    }   

    #technology .info .col-md-6 {
        padding: 7% 4%;
        height: 80vh;
    }
    
    #team, #team .cv, #team .info .first {
        height: 80vh;
    }  
    

}


@media only screen and (max-width:1399px) {
    
    #products .info-title {
        margin-top: 150px;
    }
    

}

