/* ------  Generales ------ */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
	background: #F3F4FA;
}
  
 .contenedor{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}
  
 .contenedor h5 a{
    color: #6b6b6b;
}
  
a{
    color: #6b6b6b;
}
  
.contenedor h5 a:hover{
    color: #0e68b7;
}
  
.titulo-seccion a:hover{
    color: #0e68b7;
}
  
 .titulo-seccion{
    text-align: center;
    margin-bottom: 40px;
}
  
.titulo-seccion a{
   color: #6b6b6b;
}

.titulo-seccion h2{
    color: #0e68b7;
    font-size: 3.125rem;
    margin-bottom: 15px;
    font-weight: 500;
}
  
.titulo-seccion p{
    color: #6b6b6b;
    font-size: 1rem;
    font-weight: 400;
}
  
.titulo-seccion2 p{
    color: #0e68b7;
    font-size: 1.25rem;
    font-weight: 400; text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4)
}
  
ul li{
    color: #6b6b6b;
    font-size: 1rem;
    font-weight: 400;
}  
  
/* ------ Fin Generales ------ */  
/* ------ Boton Volver Arriba ------ */

.btn-volver-arriba{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    border-radius: 30%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    margin-right: -60px;
    transition: all .4s ease;
}
  
.btn-volver-arriba a{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 30%;
    text-align: center;
}
  
.btn-volver-arriba a i{
    font-size: 1rem;
    color: #fff;
    line-height: 40px;
}
/* ------ Fin Boton Volver Arriba ------ */
/* ------ Menu ------ */
.menu-bar-pc{
    width: 100%;
    min-height: 70px;
    border-bottom: 1px solid rgba(255,255,255, 0.15);
    padding: 0 36px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100; align-content:center;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
  
.logo{
    display: inline-block;
    width: 130px; 
}
  
.logo img{
    width: 120px;
    vertical-align: top ; 
}

/* ------------ */  
    .logomarca{
    width: 345px;
	vertical-align: top ; 
  }
/* ------------ */  
  
/* ------------ */  
.logobanner img{
    width: 330px;
    vertical-align: top;
}
/* ------------ */  
  
.navbar-nav a, .top-redes a{
    display: inline-block;
    padding: 0 10px;
    color: #6b6b6b;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.876rem;
    letter-spacing: 0;
    line-height: 1.5em;
    transition: all .3s ease; 
}
  
.navbar-nav a:last-child, .top-redes a:last-child{
    padding-right: 0;
}
  
.top-redes a i{
    font-size: 1rem;
}
  
.navbar-nav a:hover, .top-redes a:hover{
    color: #0e68b7;
}
  
.fixed-header{
    width: 100%;
    min-height: 68px;
    border-bottom: 1px solid rgba(204,204,204,0.5);
    padding: 0 36px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all .4s ease;
    margin-top: -68px;
}
  
.fixed-header .navbar-nav a, .fixed-header .top-redes a{
    color: #6b6b6b;
}
  
.nav-link a:hover{
    color: #0e68b7;
}
  
.fixed-header a:hover, .top-redes a:hover{
    color: #0e68b7;
}
  
/* ------ Fin Menu ------ */
/* ------ Mobile menu ------ */
.menu-mobile{
    display: none;
	 min-height: 12px;
	 padding: 0 15px;
	 flex-direction: row;
    justify-content: space-between;
    align-items: center;
	position: fixed;
    top: 0;
    z-index: 30;
	transition: all .4s ease;
    margin-top: -12px;
}
  
/* ------ Fin Mobile menu ------ */  
/* ------ Main Banner principal ------ */

.main{
    width: 100%;
    margin-top: -68px;
	flex-direction: row;
	background: #F3F4FA;
}
  
.main .banner-principal{
    width: 100%;
    position: relative;
	flex-direction: row;
}
  
.main .banner-principal .banner{
    width: 100%;
    height: 100vh;
    background-image: url(../img/BannerPrincipal6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
  
.main .banner-principal .texto-banner{
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	flex-direction: row; 
}
  
.main .banner-principal .texto-banner h2{
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}
  
/* ------------ */    
.main .banner-principal .texto-banner h5{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 30px;
    color: #0e68b7;
    margin-bottom: 30px; 
	text-align:center
}
 /* ------------ */   
  
.main .banner-principal .texto-banner h1{
    font-size: 5rem;
    font-weight: 700;
    line-height: 90px;
    color: #fff;
    margin-bottom: 30px; text-align:center
}
  
.main .banner-principal .texto-banner a{
    text-decoration: none;
    display: inline-block;
    padding: 8px 20px;
    background: #0089E0;
    color: #fff;
    transition: all .7s ease;
}
  
.main .banner-principal .texto-banner a:hover{
    background: #fff;
    color: #0089E0;
}
  
@media screen and (max-width: 100px)  {
.banner-principal h1 {
	font-size: 1.0rem
}
}
@media (min-width:1200px) {
.banner-principal h1 {
    font-size: 2rem
}
}
/* ------ Fin Main Banner principal ------ */
/* ------ Marcas Reconocidas ------ */
.main .proyectos{
    background: #F3F4FA;
    padding: 108px 0 54px 0;
}
  
.main .proyectos .galeria-proyectos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 34px;
/*    border-bottom: 1px solid #ccc;*/
}
  
.main .proyectos .galeria-proyectos .proyecto{
    width: 32%;
    margin-bottom: 2%;
    cursor: pointer;	
}
  
.main .proyectos .galeria-proyectos .proyecto img{
    width: 100%;
    vertical-align: top;
	border-radius: 20px;
}
  
/* ------ Modal fotos proyectos ------ */
.modal{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;	
}
  
.modal img{
    width: 90%;
    max-width: 600px;
}
  
/*.modal .btn-cerrar{
    position: fixed;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    background: #0e68b7;
    text-align: center;
    cursor: pointer;
}
  
.modal .btn-cerrar i{
    color: #fff;
    font-size: 1rem;
    line-height: 50px;
}*/

/* ------ Fin Modal fotos proyectos ------ */
/* ------ Fin Marcas Reconocidas ------ */
  
/* ------ Nosotros ------ */
.main .acerca-de{
    background: #F3F4FA;
}
  
.main .acerca-de .contenedor{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
  
.main .acerca-de .contenedor .titulo-seccion{
    width: 33.33%;
    text-align: left;
}
  
.main .acerca-de .contenedor .titulo-seccion h2{
    margin-bottom: 0;
}
  
.main .acerca-de .texto-acerca-de{
    width: 66.66%;
    text-align: left;
}
  
.main .acerca-de .texto-acerca-de p{
    color: #6b6b6b;
    font-size: 1rem;
    font-weight: 400;
}
/* ------ Fin Nosotros ------ */  
/* ------ Slider ------ */

.main .contenedor-slider{
    width: 100%;
    overflow: hidden;
    background: #F3F4FA;
    padding: 54px 0;
    position: relative;
}
  
.main .contenedor-slider .slider{
    width: 400%;
    display: flex;
}
  
.main .contenedor-slider .slider .slide{
    width: 15%;
    max-width: 950px;
    margin-right: 0.7%;
    box-shadow: 0px 20px 40px #aaa;
}
  
.main .contenedor-slider .slider .slide img{
    width: 100%;
    vertical-align: top;
}
  
.main .contenedor-slider .btn-anterior, .main .contenedor-slider .btn-siguiente{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
  
.main .contenedor-slider .btn-anterior{
    left: 2%;
}
  
.main .contenedor-slider .btn-siguiente{
    right: 2%;
}
  
.main .contenedor-slider .btn-anterior i, .main .contenedor-slider .btn-siguiente i{
    color: #fff;
}
  
.main .contenedor-slider .btn-anterior i:hover, .main .contenedor-slider .btn-siguiente i:hover{
     color: #0e68b7;
}
/* ------ Fin Slider ------ */ 
/* ------ Valores ------ */

.main .nuestro-equipo{
    background: #F3F4FA;
    padding-top: 54px;
    padding-bottom: 108px;
}
  
.main .nuestro-equipo .equipo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
  
.main .nuestro-equipo .equipo .persona-equipo{
    background: #fff;
    padding: 50px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
    text-align: center;
}
  
.main .nuestro-equipo .equipo .persona-equipo:first-child, .main .nuestro-equipo .equipo .persona-equipo:last-child{
    position: relative;
    top: 20px;
}
  
.main .nuestro-equipo .equipo .persona-equipo .foto{
    width: 50%;
    max-width: 100px;
    display: inline-block;
    margin-bottom: 10px;
}
  
.main .nuestro-equipo .equipo .persona-equipo .foto img{
    width: 100%;
    border-radius: 100%;
}
  
.main .nuestro-equipo .equipo .persona-equipo .texto h3{
    font-size: 1.3rem;
    font-weight: 500;
     color: #0e68b7;
}
  
.main .nuestro-equipo .equipo .persona-equipo .texto h4{
    color: #6b6b6b;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 15px;
}
  
.main .nuestro-equipo .equipo .persona-equipo .texto p{
    color: #6b6b6b;
    font-size: 0.9rem;
    font-weight: 400;
}
/* ------ Fin Valores ------ */ 
/* ------ Misión - Visión ------ */
.main .info-extra{
    background: #0e68b7;
    padding: 40px 0;
}
  
.main .info-extra .contenedor{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
  
.main .info-extra .contenedor .info{
    width: 50%;
}
  
.main .info-extra .contenedor .info .contenido-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
  
.main .info-extra .contenedor .info .contenido-info:first-child{
    margin-bottom: 60px;
}
  
.main .info-extra .contenedor .info .contenido-info .icono-info{
    width: 5%;
}
  
.main .info-extra .contenedor .info .contenido-info .icono-info i{
    font-size: 1.5rem;
    color: #fff;
}
  
.main .info-extra .contenedor .info .contenido-info .texto-info{
    margin-left: 3%;
}
  
.main .info-extra .contenedor .info .contenido-info .texto-info h4{
    font-size: 1.875rem;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
  
.main .info-extra .contenedor .info .contenido-info .texto-info p{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
}
  
.main .info-extra .contenedor .foto{
    width: 50%;
    height: 300px;
    box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.5);
    background-image: url(../img/mision-vision.jpg);
    background-position: left;
    background-size: cover;
}

/* ------ .espacio ------ */
.main .info-extra .contenedor .espacio{
    width: 20%;
    height: 60px;
    background: #0e68b7;

    background-position: left;
    background-size: cover;
}
/* ------  fin .espacio ------ */

/* ------ Fin Misión - Visión ------ */
/* ------ Contacto ------ */  

.main .contacto{
    padding: 190px 0;
 background-image: url(../img/bg-contacto-cytbio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
  
.main .contacto .contenedor-formulario{
    background: #fff;
    min-height: 485px;
    border-radius: 3px;
    box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.3);
    display: flex;
    justify-content: space-between;
}
  
.main .contacto .contenedor-formulario .formulario{
    width: 100%;
    padding: 70px;
}
  
.main .contacto .contenedor-formulario .formulario h2{
    font-size: 1.375rem;
    line-height: 24px;
    color: #0e68b7;
    font-weight: 500;
    margin-bottom: 10px;
}
  
.main .contacto .contenedor-formulario .formulario p{
    color: #979797;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 30px;
}
  
.main .contacto .contenedor-formulario .formulario form input[type="text"], .main .contacto .contenedor-formulario .formulario form input[type="email"]{
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    outline: none;
    width: 100%;
    margin-bottom: 10px;
    color: #979797;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}
  
.main .contacto .contenedor-formulario .formulario form textarea{
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    outline: none;
    width: 100%;
    max-width: 100%;
    max-height: 88px;
    min-height: 88px;
    color: #979797;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}
  
.main .contacto .contenedor-formulario .formulario form input[type="submit"]{
    width: 100%;
    border: none;
    border: 1px solid #0089E0;
    padding: 8px;
    background: #0089E0;
    color: #fff;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all .7s ease;
}
  
.main .contacto .contenedor-formulario .formulario form input[type="submit"]:hover{
    background: #fff;
    color: #0e68b7;
}
  
/*.main .contacto .contenedor-formulario .foto{
    width: 50%;
}*/

/* ------ Fin Contacto ------ */ 
/* ------ Gracias ------ */  
.main .gracias{
    padding: 70px 0;
    background-image: url(../img/gracias-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
  
.main .gracias h2{
    color: #5e5e5e;
}

.main .gracias h4{
    color: #6b6b6b;
}

/* ------ Fin Gracias ------ */
/* ------ Validacion formulario ------ */ 

.main .contacto .contenedor-formulario .formulario form .error{
    display: none;
    color: #ff8c8c;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
} 
/* ------ Fin Validacion formulario ------ */
/* ------ Footer ------ */  

.fdb-block {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	
	padding: 100px 0;
	color: #212529;
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	background-color: #FFFFFF; 
}

.fdb-block.fdb-viewport {
 	min-height: calc(100% - 2 * 100px); 
}

.fdb-block.fdb-viewport .container {
  	min-height: calc(100% - 2 * 100px); 
}

.fdb-block .font-weight-light {
 	font-weight: 300; 
 }
 
.fdb-block .col-fill-left {
	 width: 50%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 background-size: cover;
	 background-position: center;
	 z-index: 1; 
 }
 
.fdb-block .col-fill-left + div {
	 position: relative;
	 z-index: 2; 
 }
 
.fdb-block .col-fill-right {
	 width: 50%;
	 position: absolute;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 background-size: cover;
	 background-position: center;
	 z-index: 1; 
 }
 
.fdb-block .col-fill-right + div {
	position: relative;
	z-index: 2; 
}

.fdb-block .row-100 {
	height: 100px;
	width: 100%; 
}

.fdb-block .row-50 {
	height: 50px;
	width: 100%; 
}

.fdb-block .row-70 {
	height: 70px;
	width: 100%; 
}

footer {
	padding: 30px 0 !important; 
}

footer.footer-large {
	padding: 100px 0 !important; 
	background: #F3F4FA;
	text-decoration: none;
	color: #6b6b6b;
}

footer .flex-column .nav-link {
	padding-left: 0; 
}

footer a {
	color: #6b6b6b; 
}

footer a:hover {
	color: #0e68b7;
}

.br {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden; 
}

.br-0 {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important; 
}

*.text-light {
	font-weight: 300 !important; 
}

table tr.no-border th, table tr.no-border td {
	border-top: 0; 
}
/* ------ Fin Footer ------ */  
/* ------ Media Queries ------ */ 

@media screen and (max-width:1040px){
/* ------ Valores ------ */

.main .nuestro-equipo .titulo-seccion{
    margin-bottom: 60px;
}
.main .nuestro-equipo .equipo .persona-equipo{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
}
.main .nuestro-equipo .equipo .persona-equipo:first-child{
      top: -20px;
}
.main .nuestro-equipo .equipo .persona-equipo .foto{
      margin-right: 20px;
}
	
/* ------ Fin Valores ------ */	
/* ------ Misión - Valores ------ */

.main .info-extra .contenedor .info{
      width: 100%;
}
.main .info-extra .contenedor .foto{
      display: none;
}
}

/* ------ Fin Misión - Valores ------ */
 
 @media screen and (max-width: 900px){
/* ------ Menu ------ */

.menu-bar-pc{
      display: none;
}
  
.menu-mobile{
      display: block;
      width: 100%;
	  min-height: 12px;
      padding: 5px 18px;
      background: #fff;
      color: #444444;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
}

.menu-mobile .barra{
      display: flex;
	  min-height: 12px;
      justify-content: space-between;
      align-items: center;
}

.menu-mobile .barra .logo{
      width: 20px;
}
.menu-mobile .barra a i{
      font-size: 1.4rem;
      color: #444444;
}
  
.menu-mobile .menu-principal{
      width: 100%;
	  min-height: 12px;
      display: block;
      position: fixed;
      top: 56px;
      left: -100%;
      border-bottom: 1px solid rgba(204,204,204,0.5);
      border-right: 1px solid rgba(204,204,204,0.5);
      box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.2);
      background: #fff;
      text-align: center;
}
  
.menu-mobile .menu-principal a{
      display: block;
      padding: 10px;
      color: #444444;
      border-bottom: 1px solid rgba(204,204,204,0.5);
}
  
.menu-mobile .menu-principal a:hover{
      background: #f7f7f7;
}

.fixed-header{
      display: none;
}
/* ------ Fin Menu ------ */
/* ------ Main ------ */ 
    
.main{
      margin-top: 0;
}

/* ------ Fin Main ------ */ 
/* ------ Nosotros ------ */

.main .acerca-de .contenedor .titulo-seccion, .main .acerca-de .contenedor .texto-acerca-de{
      width: 100%;
      text-align: center;
}

/* ------ Fin Nosotros ------ */ 
/* ------ Contacto ------ */

.main .contacto .contenedor-formulario .formulario{
      width: 100%;
      text-align: center;
}
  
.main .contacto .contenedor-formulario .foto{
      display: none;
}
  
.main .contacto .contenedor-formulario .formulario form input[type="text"], .main .contacto .contenedor-formulario .formulario form input[type="email"], .main .contacto .contenedor-formulario .formulario form textarea{
      text-align: center;
}
}

/* ------ Fin Contacto ------ */ 
@media screen and (max-width:550px){
	  
/* ------ Banner principal ------ */	

.main .banner-principal .texto-banner h1{
      font-size: 4rem;
}
	
/* ------ Titulo secciones ------ */	
 
.titulo-seccion h2{
      font-size: 2.125rem;
}
	
/* ------ Marcas Reconocidas ------ */
	
.main .proyectos .galeria-proyectos .proyecto{
      width: 49%;
}
	
/* ------ Valores ------ */	

.main .nuestro-equipo .equipo .persona-equipo{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
	
/* ------ Misión - Visión ------ */	
.main .info-extra .contenedor .info .contenido-info{
      flex-wrap: wrap;
      text-align: center;
}

.main .info-extra .contenedor .info .contenido-info .icono-info{
      width: 100%;
      margin-bottom: 25px;
}

.main .info-extra .contenedor .info .contenido-info .icono-info i{
      font-size: 3.5rem;
}

.main .info-extra .contenedor .info .contenido-info .texto-info{
      margin-left: 0;
}

.main .info-extra .contenedor .info .contenido-info .texto-info h4{
      font-size: 1.175rem;
}

.main .info-extra .contenedor .info .contenido-info:first-child{
      margin-bottom: 40px;
}
	
/* ------ Contacto ------ */	

.main .contacto .contenedor-formulario .formulario{
      padding: 70px 40px;
}
}
  
/* ------ Tabla ------ */		

.table{
    color: #6b6b6b;
    font-size: 1rem;
    font-weight: 400;
	line-height: 1.5;
}


.table a{
    color: #6b6b6b;
}
  
.table a:hover{
    color: #0e68b7;
}
  
/* ------ FinTabla ------ */	
  
.contenedor p{
    color: #444444;
    font-size: 1rem;
    font-weight: 400;
	line-height: 1.5;
}
  
.contenedor h4{
    color: #444444;
}
  
.contenedor h5{
    color: #444444;
}

.icons i {
  color: #444444; 
  align-content: center
}