/*
 Theme Name:   Life Length 
 Description:  Life Lenth - Idento
 Author:       Idento
 Author URI:   https://idento.es
 Template:     identofmk
 Version:      1.0.0
 Text Domain:  identofmk
*/
/* WP Core */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

#gform_wrapper_8{display: block !important;}

/*GENERAL*/

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-BlackIt.eot') format('embedded-opentype'),
        url(fonts/ProximaNova-BlackIt.ttf) format('truetype'),
         url(fonts/ProximaNova-BlackIt.otf) format('opentype'),
         url(fonts/ProximaNova-BlackIt.woff) format('woff');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Black.eot') format('embedded-opentype'),
       url(fonts/ProximaNova-Black.ttf) format('truetype'),
       url(fonts/ProximaNova-Black.otf) format('opentype'),
       url(fonts/ProximaNova-Black.woff) format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Bold.eot') format('embedded-opentype'),
       url('fonts/ProximaNova-Bold.ttf') format('truetype'),
       url('fonts/ProximaNova-Bold.otf') format('opentype'),
       url('fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Light.eot') format('embedded-opentype'),
       url('fonts/ProximaNova-Light.ttf') format('truetype'),
       url('fonts/ProximaNova-Light.otf') format('opentype'),
       url('fonts/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Regular.eot') format('embedded-opentype'),
       url('fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('fonts/ProximaNova-Regular.otf') format('opentype'),
       url('fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

body{
    border-top: 23px solid #012441;
    font-family: 'ProximaNova';
}

a:focus {
    outline: none;
}
a:active {
    outline: none;
}

input[type=button]:focus{
	outline:none;
}


b, italic, a, p, ul, li{
    font-size: 16px;
}

p, li{
    font-family: 'ProximaNova';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 0px;
}

a{
    font-weight: 700;
    color: #00aac8;
}

b{
    font-weight: 800;
}
h1,.h1{
    color: #00aac8;
    font-size: 48px;
    font-weight: 800;
}

h2, .h2 {
    font-weight: 800;
    color: #575858;
    font-size: 34px;
}

h3, .h3{
    color: #b9baba;
    font-weight: 800;
    font-size: 30px;
}

h4, .h4{
    color: #3c9bc8;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
        line-height: 26px;
    margin-bottom: 15px;
    margin-top: 15px;
}

h5, .h5{
    color: #575858;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

h6, .h6{
    color: #b9baba;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

button{
    background-color: #00aac8;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 0 15px;
    font-size: 12px;
    border: 0px;
}

.ancho_30{
	width:30%;
}

.ancho_80 img{
	width:80%;
}


.bordes-imagen img{
	 border-radius: 0 25px 0 25px;
}
.content-section{
    margin-bottom: 40px;
}

.white{
    color: #ffffff;
}

.dark-blue{
    color: #012441;
}

.dark-blue-bg{
    background: #012441;
}


.grey{
	background-color: #eee;
}

.background-blue{
    height: 100%;
    width: 100%;
	padding-bottom: 6em;
}

body.page-template-template-flexible .background-blue{padding-bottom: 0px;}

.bg-img{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .7;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    top: 0px;
    z-index: -999999;
}

 .cover{
    position: relative!important;
        padding-top: 0rem!important;
    padding-bottom: 165px;
    background-color: rgba(0, 30, 56, 0.69);
}

.mb-50{
	margin-bottom:50px;
}

/*TOP MENÚ*/


#top-menu .topmenu{
    width: 100%;
}

#top-menu img{
    max-height: 15px;
    margin-right: 3px;
	vertical-align: middle;
}
#top-menu .dark-blue-bg{
    float: right;
    border-radius: 0 0 50px 50px;
    padding: 0 40px 5px 40px;
	background: #012441;
}

#top-menu .dark-blue-bg i{
	color: white;
    vertical-align: initial;
    margin-right: 2px;
}

#top-menu ul{
    padding-left: 0px;
}

#top-menu li{
    list-style: none;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

#top-menu li a{
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 1px;
	padding: 0 0.3em;
}

#top-menu li a:hover, #top-menu li a:active, #top-menu li a:focus{
    text-decoration: none;
    color: #01aad3;
}

#masthead, .home #masthead{
    width: 100%;
    z-index: 999;
	margin-bottom: 7em;
    position: fixed;

}

.home #masthead{
    position: fixed;
}

.main-section{
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    padding-top: 18rem;
    margin-bottom: 40px;
}

.main-section {
    margin-bottom: 75px;
    height: 370px;
}


.home .main-section{
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    padding-top: 18rem;
    margin-bottom: 0px;
}

.home .main-section {
    margin-bottom: 0px;
}


.main-navigation{
}

.main-navigation li{
    padding-left: 1rem;
}

.main-navigation a{
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    float: left;
    font-weight: 400;
}

#menu-menu-superior li a{
    font-size: 11px;
}

.main-navigation.toggled .sub-menu{
     width: 100%!important;

    }

.main-navigation.toggled .sub-menu li{
    background-color: #01aad3!important;
}

.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus{
    text-decoration: none;
    color: #01aad3;
}

.border-bottom-white{
/*     margin-bottom: -2px; */
    width: 103%;
	
	max-width: 104%;
	    margin-left: -3vw;
	margin-bottom: -1px;

}

.site-main-head{margin-top: 5em;}

.cover .border-bottom-white{
        
    position: absolute;
    z-index: 99;
    bottom: 0;
}

.main-navigation .menu-item-has-children > a:after{
    content: '\f107';
	font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-style: normal;
    text-decoration:none;
    display: inline-block;
    margin-left: 0.4em;
    float: right;
	    font-weight: 900;
}

.main-navigation .sub-menu li:first-child{padding-top: 1rem;}
.main-navigation .sub-menu li{margin-top: 0rem;}

.main-navigation .sub-menu{
    padding-top: 1rem;
}

.contenedor-menu i{
    font-size: 24px;
    color: #ffffff;
}

.menu-toggle{
    margin-top: 0px;
    
    position: absolute;
    right: 0;
    top: -42px;    

}

.menu-toggle:focus{
    outline: none;
    border:0;
}



@media only screen and (max-width : 1999px) {
    .main-section{
        padding-bottom: 80px;
    }
    
    .home .main-section{
    padding-bottom: 0px;
    height: 190px;
}
  
}

@media only screen and (max-width : 991px) {
    .main-section{
        padding-bottom: 60px;
    }

    .main-navigation ul li {
        height: 24px;
    }
	
	.h3_mercados h3{font-size: 22px;}
    
    .main-navigation.toggled ul{
        background-color: #012441!important;
        width: 100%;
        float: right;
        padding: 20px;
       position: relative;
        z-index: 999;

    }

    .main-navigation.toggled ul a{
        text-align: center;
        width: 100%;
        
    }
    
    .main-navigation .menu-item-has-children > a:after{
        float: none;
    }
    

    .sub-menu{
        background-color: #012441;
        width: 100%;
        padding: 20px 0px 0 0;  
    }
    
    .sub-menu li{
        background-color: #3c9bc8;
    }
}

@media only screen and (max-width : 780px) {
    .main-section{
        padding-top: 15rem;
        margin-bottom: 70px;
    }
    
    .main-section{
        padding-bottom: 50px;
    }

    .home .main-section{
        padding-top: 15rem;
        margin-bottom: 0px;
    }
    
    .home .main-section{
        padding-bottom: 0px;
    }
    
    .main-navigation.toggled ul{
        background-color: #012441!important;
        width: 100%;
        float: right;
        padding: 20px 0px;
        border-radius: 0px;
		z-index: 999999;
    }
    
    .main-navigation.toggled ul a{
        text-align: center;
        width: 100%;
        
    }
    
    .main-navigation ul li{
        padding-left: 0;
    }
    
    .main-navigation a{
        font-size: 12px;
    }
}

@media only screen and (max-width : 480px) {
    #top-menu .dark-blue-bg {
        float: none;
        border-radius: 0;
        text-align: center;
    }
    
    #top-menu{
        background-color: #012441;
        margin-bottom: 10px;
    }
}

/*MAIN SECTION HOME*/

.main-section h1, .main-section .h1{
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 60px;
    padding-top: 185px;
}

.main-section h1 strong,.main-section .h1 strong{
    color: #00aac8;
    font-weight: 800;
}

.destacados .destacado{
    color: #ffffff;
}

.destacados p{
   color: #ffffff; 
}

.destacados img{
    padding-bottom: 20px;
}

.destacados .h2{
    padding-bottom: 15px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

.cta{
    background-color: #00aac8;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 0 15px;
    font-size: 12px;
}

.cta:hover, .cta:focus, .cta:active{
    text-decoration: none;
    background-color: #2271aa;
    color: #ffffff;
}

.sub-menu li{
    background-color: #012441;
}

.sub-menu li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.sub-menu li:hover,.sub-menu li:active,.sub-menu li:focus{
    background-color: #00aac8;
    
}

.sub-menu li:hover a,.sub-menu li:active a,.sub-menu li:focus a{
    color: #ffffff;
}

@media only screen and (max-width : 1999px) {
    .main-navigation li {
        padding-left: 1rem;
    	margin-top: 0px;
    }   
    
}


@media only screen and (max-width : 767px) {
    .main-section h1, .main-section .h1 {
        font-size: 42px!important;
    }
    
    .destacados .destacado {
        margin-bottom: 25px;
    }
	
	
	.site-main-head {
    	margin-top: 4em;
	}
}

@media only screen and (max-width : 480px) {
    .main-section h1,.main-section .h1 {
        font-size: 32px!important;
    }
}

/*BLOQUE 1*/
.bloque-1{
    padding-bottom: 100px;
}

.bloque-1 .h2{
    margin-bottom: 30px;
}

.bloque-1 .pretitle{
    color: #b9baba;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 2px;
}

.bloque-1 .pretitle:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00aac8;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: 300;
}

.bloque-1 #player{
	max-width:100%;
	height:100%;
}

@media only screen and (max-width : 767px) {
    .bloque-1 .pretitle {
        margin-top: 30px;
    }
    
    .bloque-1{
        padding-bottom: 50px;
    }
	
	.bloque-1 iframe{
		height:230px!important;
	}
}

/*ESPACIO*/

.claro{
    background: #c7ebf4;
    background: -moz-linear-gradient(-45deg, #c7ebf4 0%, #c6d2dd 100%);
    background: -webkit-linear-gradient(-45deg, #c7ebf4 0%,#c6d2dd 100%);
    background: linear-gradient(135deg, #c7ebf4 0%,#c6d2dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7ebf4', endColorstr='#c6d2dd',GradientType=1 );
    padding: 20px 30px;
    border-radius: 50px 50px 0px 50px;
    text-align: center;
    min-height:100px;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    justify-content: space-evenly;
	height: 100%;
}

.azul{
    background-color: #012441;
    border-radius: 100px;
    text-transform: uppercase;
    min-height: 100px;
    height: 100%;
	width: 100%;
    display: table;
}

.uno{
    background: #c7ebf4;
    background: -moz-linear-gradient(-45deg, #c7ebf4 0%, #c6d2dd 100%);
    background: -webkit-linear-gradient(-45deg, #c7ebf4 0%,#c6d2dd 100%);
    background: linear-gradient(135deg, #c7ebf4 0%,#c6d2dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7ebf4', endColorstr='#c6d2dd',GradientType=1 );
    width: 40%;
    background-color: #c7ebf4;
    display: inline-block;
    border-radius: 100px;
    text-align: left;
    padding: 0px 30px;
    font-size: 18px;
    margin-left: -2px;
    /* min-height: 100px; */
    vertical-align: top;
    height: 100%;
	display: table-cell;
    vertical-align: middle;
}

.uno p{
     color: #575858;
}

.uno p, .dos p, .dos .bloque p{
	margin-top: 6px;
	text-align: center;
}


.uno strong{
    font-weight: 800;
    color: #012441;
}

.dos{
    width: 59%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0px 30px;
    border-radius: 50px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.dos .bloque{
	/*
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 8%;
    width: 100%;
	*/
}

.uno .bloque, .dos .bloque{text-align: center; line-height: 2em;}
.dos .bloque img{margin: 0 0;}

.dos .bloque a:hover{text-decoration:none;}
.dos .bloque a img {
    transition: ease 0.3s;
    text-decoration: none;
    margin-right: 20px;
}
.dos .bloque a:hover img{transform: scale(0.8); text-decoration: none;}
.dos .bloque .list-inline{margin-bottom: 0px;}

.espacio-2 .uno p{
    margin-top: 6px;
	text-align: center;
}

.dos p{
    
    color: #ffffff;
}

.dos p strong{
    font-weight: 800;
    color: #3c9bc8;
}

.espacio{
    padding-bottom: 90px;
}

@media only screen and (max-width : 1200px){
    
    .dos .bloque{
            top: 0%;
        transform: translateY(0%);

    }
    
    .espacio p{
        text-align: center;
    }
    
    .espacio-2 .dos{
        padding: 25px 0;
    }
 
}

@media only screen and (max-width : 991px) {
    .azul{
        background-color: transparent;
    }
  
	
	.opiniones {
    	padding-bottom: 30px !important;
	}
    
    .uno, .dos {
        width: 100%;
		display: block;
    }
	
	.uno{
		height: auto;
		padding: 1em 2em;
		padding-top: 1.3em;
	}
    
    .dos p{
        padding: 0px;
    }
    
    .dos .bloque{
        background-color: #012441;
		
        border-radius: 100px;
		padding: 2em 2em;
    }
	
	.dos .bloque p{
		display: block !important;
    }
	
	.dos .bloque p img{margin-bottom: 15px;}
    
    .espacio p{
        text-align: center;
    }
	
	.explicar-TAT h2{text-align: left !important; width: 100% !important;}
	.explicar-TAT p{text-align: left !important; width: 100% !important;}
	.explicar-TAT .col2_1{margin-bottom: 30px !important;}
	.explicar-TAT img{margin: 0 0 !important;}
	
	.que_es_tat .col2_1 {margin-bottom: 65px !important;}
	
	.contenedor-video a{width: 90%; margin: 0 auto;}
}
@media only screen and (max-width : 767px) {
    .dos .bloque{
        padding: 20px;
    }
    
    .espacio2 .dos .bloque img{
        max-width: 33%;
    }
    
    .espacio {
        padding-bottom: 60px;
    }
}

/*VALORES*/

.valores .h2{
    text-align: center;
    margin-bottom: 40px;
}

.valor{
    height: 400px;
    border-radius: 0 25px 0 25px;
    transition: .2s all ease-in;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.texto-valor{
    position: relative;
    
    
}

.valor .alinear-centro-vertical{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

.valor .texto-valor{background: rgba(255,255,25,0); transition: ease 0.5s;}

.valor:hover .texto-valor{
    background-color: rgba(255,255,255,.9);
    display: block;
    height: 100%;
    padding: 20px;
}

.valor:hover .descripcion-valor p{
	opacity: 1;
}

.valor .descripcion-valor p{
    color: #575858;
	opacity: 0;
}

.valor .titulo-valor{
    text-transform: uppercase;
    font-weight: 800;
    color: #3c9bc8;
    line-height: 2.5rem;
}

@media only screen and (max-width : 991px) {
    .valor{
        margin-bottom: 30px;
        height: 300px;
    }
    
    .texto-valor{
    background-color: rgba(253, 253, 253, 0.7) !important;
        display: block;
        height: 100%;
        padding: 20px;
    }
	
	.valor .descripcion-valor p {
    	opacity: 1;
	}
	
}

/*ACREDITACIONES*/

.acreditaciones{
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 235px;
    margin-top: -146px;
    margin-bottom: 90px;
}

.acreditaciones ul {
    padding-left:10px!important;
}

body.page-template-template-home .acreditaciones{
    padding-top: 235px;
}


.acreditaciones .container{padding-bottom: 60px;}

.acreditaciones .h2{
    padding-bottom: 50px;
}
.acreditaciones li, .acreditaciones p{
    color: #ffffff;
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.acreditaciones strong{
    color: #3c9bc8;
    width: 100%;
    display: block;
    font-weight: 400;
}

.acreditaciones a{
	color:#fff;
}

@media only screen and (max-width : 991px) {
    .acreditaciones{
        padding-top: 180px;
    }
    
    .bloque-acreditaciones ul{
        padding-left: 0px;
    }
    
    .acreditaciones .h2 {
        padding-bottom: 0px;
    }
}

/*PROCESO*/

.proceso{
    margin-bottom: 90px;
}

.proceso .h2{
    margin-bottom: 70px;
    text-align: center;
}

.proceso .paso{
    text-align: center;
	padding-right:55px;
}

.proceso .h3{
    color: #b9baba;
    font-weight: 800;
    font-size: 30px;
    margin-top: 10px;
}

.arrow-right::after{
	content: '⤑';
	color:#b9baba;
    position: absolute;
    right: 0;
    top: 8%;
    font-size: 60px;
}
@media only screen and (max-width : 767px) {
    .proceso .paso{
        margin-bottom: 50px;
		padding-right:0;
    }
	.arrow-right{
		padding-bottom:40px;
	}
	.arrow-right::after{
		    content: '⤑';
    transform: rotate(90deg);
    color: #b9baba;
    position: absolute;
    top: 300px;
    font-size: 40px;
    left: 45%;
    right: auto;
	}
	.mb-45{
	margin-bottom:45px;
}

}
@media only screen and (max-width : 350px) {
	.arrow-right::after{
		top: 350px;
	}
}
/*CTA HOME*/

.cta-home{
    padding-top: 90px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 90px;
}

.cta-home .container{
	margin-bottom: 50px;
}


.cta-home .h2{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
}

.cta-home p{
    font-size:24px;
    margin-bottom: 20px;
}

@media only screen and (max-width : 767px) {
    .cta-home{
        padding-top: 50px;
        
    }
    
    .cta-home a{
        margin-bottom: 20px;
    }
}

/*TESTIMONIOS*/

.opiniones{
    padding-bottom: 90px;
}

.opiniones .h2{
    padding-bottom: 15px;
}

.testimonios .autor{
    width: 30%;
    float: left;
}

.testimonios .testimonio{
    width: 70%;
    float: left;
    padding-left: 10px;
    min-height: 140px;
}

.testimonios .testimonio p{
    
}

.testimonios .testimonio_nombre{
    color: #00aac8;
    padding-left: 10px;
    font-weight: 800;
    font-style: italic;
    font-size: 18px;
    width: 70%;
    float: left;
    letter-spacing: 2px;
}

.testimonios .testimonio_empresa{
    width: 70%;
    float: left;
    font-size: 18px;
    color: #8b8d8d;
    padding-left: 10px;
}

@media only screen and (max-width : 767px) {
    .testimonios .testimonio{
        width: 100%;
    }
    .testimonios .autor{
    width: 100%;
    float: left;
}
    .testimonios .testimonio_nombre{
        width: 100%;
        float: left;
    }

    .testimonios .testimonio_empresa{
        width: 100%;
    }
    
    .carousel{
        height: 470px;
    }
}

/*ULTIMAS NOTICIAS*/

.ultimas-noticias {
    padding-bottom: 60px;
}

.ultimas-noticias .h2{
    text-align: center;
    margin-bottom: 45px;
}

.noticia{
    background-color: #ffffff;
    border-radius: 0 25px 0 25px;
    box-shadow: 0px 0px 25px rgba(0,0,0,.1);
    overflow: hidden;
    position: relative;
	margin-bottom: 20px;
}

.noticia:hover{
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.noticia .texto-noticia{
    padding:45px 35px 60px 35px;
    display: block;
}

.noticia .view-article{
    display: none;
}

.noticia .img-post{
    height: 265px;
    overflow: hidden;
    display: block;
}

.noticia .h3, .noticia .h3 strong{
    color: #00aac8;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 15px;
	font-size: 18px;

}

.noticia a.link-article{
       height: 100%;
    width: 100%;
    display: block;
    top: 0;
    position: absolute;
}

.noticia p{
    color: #8b8d8d;
    font-size: 16px;
}

.noticia a:hover{
    text-decoration: none;
}
noticia:hover a, noticia:hover p, noticia:hover .h3{
    text-decoration: none;
    color: #00aac8;
}

@media only screen and (max-width : 991px) {
    .noticia{
        margin-bottom: 30px;
        width: 100%;
    }
    
    .noticia img{
        width: 100%!important;
    }
    
    .ultimas-noticias {
        padding-bottom: 50px;
    }
}

/*BLOQUE INFERIOR HOME*/

.bloque-inferior{
    text-align: center;
    padding-bottom: 90px;
}
.bloque-inferior .h2{
        color: #b9baba;
    font-weight: 800;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-style: italic;
    letter-spacing: 1px;
    display: block;
}

.bloque-inferior p{
    margin-bottom: 10px;
}

@media only screen and (max-width : 767px) {
    .bloque-inferior .cta{
        margin-bottom: 50px;
    }
}

/*NEWSLETTER FOOTER*/

.newsletter{
    background-image: url('./img/footer-bg.svg');
    background-repeat: no-repeat;
    text-align: center;
    background-size:101% auto;
    padding-bottom: 90px;
    text-align: left;
}

.newsletter .formulario-newsletter .gform_body{
    width: 75%;
    float: left;
}

.newsletter .formulario-newsletter .gform_wrapper .gform_footer {
    padding: 10px;
    margin: 16px 0 0;
     clear: none; 
    width: 25%;
    float: left;
}

.newsletter .formulario-newsletter .gform_wrapper .top_label .gfield_label{
    display: none;
}

.newsletter .ginput_container{
    padding-right: 20px!important;
}

input[type="submit"]{
    background-color: #00aac8;
    color: #ffffff;
    padding: 17px 30px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 0 20px;
    font-size: 15px!important;
    text-transform: uppercase;
    font-weight: 600;
}

input[type="submit"]:hover{
    background-color: #012441;
}

input[type="text"], textarea{
    border-radius: 50px;
    padding: 16px 30px!important;
    font-size: 15px!important;
    /* text-transform: uppercase; */
    color: #999999;
    font-weight: 600;
    outline: none;
    border: 2px solid #efeeee;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

select{
    padding: 16px 30px!important;
    font-size: 15px!important;
    /* text-transform: uppercase; */
    color: #999999;
    font-weight: 600;
    outline: none;
    border: 2px solid #efeeee!important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

input[type="text"]:focus, textarea:focus{
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
	border: 2px solid #efeeee!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}

.casilla-privacidad{
    color: #999999;
}

.casilla-privacidad a{
    color: #999999;
    font-weight: 700;
}

li.gfield_error{
    background-color:transparent!important;
}

.gform_confirmation_message{
    font-size: 24px;
    font-weight: 700;
    color: #00aac8;
    margin-top: 20px;
}

.map_box {
    margin-top: 0px;
}

@media only screen and (max-width : 767px) {
    .newsletter .formulario-newsletter .gform_body{
        width:100%;
    }
    
    .newsletter .formulario-newsletter .gform_wrapper .gform_footer{
        width: 100%;
    }
}

/*FOOTER*/

footer{
    background-color:#012441;
    padding-top: 75px;
    padding-bottom: 65px;
}

footer p, footer a,footer span{
    color: #ffffff;
    font-size: 14px!important;
    line-height: 24px;
    font-weight: 400;
}

footer a:hover, footer a:active, footer a:focus{
    text-decoration: none;
    color: #00aac8;
}

footer .h4{
    color: #2271aa;
    font-size: 18px!important;
    font-weight: 700;
    margin-top: 30px;
    display: block;
}

footer .logo-footer{
    margin-bottom: 30px;
}

footer .columna-footer{

    border-right: 2px solid #003766;
    padding-left: 30px;
    padding-right: 30px;

}

footer .columna-footer:last-child{
    border-right: 0px solid #003766;
}

footer .social_bar_box{
    padding-left: 0px;
}
footer .social_bar{
    margin-top: 30px;
}

footer .social_bar a{
    color: #2271aa;
    margin-top: 30px;
}

footer .social_bar a:hover, footer .social_bar a:focus, footer .social_bar a:active{
    color: #00aac8;
}

footer .menu-footer .menu{
    padding-left: 0px;
}

footer .menu-footer .menu li{
    width: 100%;
    padding-left: 0px;
    margin-bottom: 5px;
}

footer .contact-block{
    margin-bottom: 5px;
}

footer .gfield_label{
    display: none!important;
}

footer .gform_wrapper .top_label li.gfield.gf_left_half, footer .gform_wrapper .top_label li.gfield.gf_right_half{
    width: 100%!important;
    padding-left: 0px;
}

footer .gform_wrapper ul li.gfield{
    margin-top: 0px;
}

footer .gfield input[type="text"]{
    background-color:#012441!important;
    border: 2px solid #ffffff!important;
    color: #ffffff;
    padding: 9px 30px!important;
    box-shadow: 0px 0px 15px rgba(0,0,0,0);
    font-size: 14px;
}

.site-info small{
	padding-right:10px!important;
}

footer .casilla-privacidad label {
    color: #ffffff;
}

footer input[type="submit"]{
    font-size:14px;
    padding: 10px 20px
}

footer input[type="submit"]:hover{
    background-color: #2271aa!important;
    color: #ffffff;
}

footer input[type="submit"]:hover, footer input[type="submit"]:active, footer input[type="submit"]:focus{
    color: #ffffff;
}

footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
footer ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
footer :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
footer :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

footer .gform_wrapper .gform_footer{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px!important;
}

.footer-bottom{
    background-color: #012849;
}

footer .gform_wrapper .gfield_checkbox li label{
    max-width: 90%;
}

footer .gform_wrapper .gfield_checkbox li label a {
    color: #fff;
    line-height: 1.4em;
}

.site-info{
    color: #ffffff;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-info .logo-img{
    margin-right: 15px;
}

.idento{
    padding-top: 15px;
}
.copyright{
    font-size: 16px;
    position: relative;
    top: -2px;
}

footer .casilla-privacidad label, footer .casilla-privacidad label a{
    font-size: 11px!important;
}

body footer .gform_wrapper ul li.gfield {
    margin-top: 0px;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0px!important;
}
@media only screen and (max-width : 991px) {
    footer{
        padding-bottom: 20px;
    }
    
    .idento{
        text-align: center;
    }
    
    footer .columna-footer{
        border-right: 0px;
    }
    
    .site-info{
        text-align: center;
    }
    
    .casilla-privacidad li{
        width:100%;
    }
    
    .newsletter .ginput_container {
        padding-right: 0px!important;
    }
}

/*CONTENIDO*/

.cover p{
    color: #ffffff;
    font-size: 14px;
}

.cover .h1{
    padding-bottom: 0px;
    padding-top: 160px;
}

.cover .cta{
    margin-bottom:50px;
    margin-top: 30px;
}

.basico{
    /*padding-bottom: 80px;*/
}

.basico ._flexcontent{
    margin-bottom: 50px;
}
.cromosomas ._flexcontent, .cromosomas  ._flexcontent{
    margin-bottom:0;
    margin-top:40px;
}
.basico ._flexcontent iframe{
    max-width: 100%;
}

.basico p{
    margin-bottom: 8px;
}

.separator{
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
}

.separator img{
    width: 100%;
	 margin-bottom: 50px;
}

.separator:after {
    background: url(./img/border-bottom.svg);
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    background-size: 116%;
    background-position: top center;
    bottom: -66%;
    background-repeat: no-repeat;
}

.bg-grey-separator{
    background-color: #eee;
    margin-bottom: 55px;
    padding-top: 13px;
}

.bg-light-grey-separator{
    background-color: #f9f9f9;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 25px;
}
.bg-light-grey-separator:last-of-type{
    margin-bottom: 0;
}
/* FAQS */
.anchor-sections a{
    line-height: 40px;
}
.cromosomas{
    background-image: url(img/cromosoma_azul.jpg);
    min-height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ancho_70 img{
    max-width: 70%;
}

/* Módulo follow us*/


.followus{
    margin-top: 35px;
    margin-bottom: 75px;
    min-height: 100px;
}

body.page-template-template-home .followus{
    margin-top: 35px;
    margin-bottom: 35px;
}


.followus .uno .bloque .h5{
    display: inline-block;
    color: #012441;
	margin-bottom: 0px;
    font-weight: 300;
    line-height: 30px;
}

.followus .dos ul li{
    margin: 10px;
	margin-top: 0px;
	vertical-align: text-bottom;
}

.followus .dos ul li a:hover{
    color: #fff;
    text-decoration: none;
}

/* Módulo logos */
.menu-logos ul{
    list-style: none;
    text-align: center;
}
.menu-logos ul li{
    display: inline-block;
    margin: 5px 15px;
}
.menu-logos ul li a{
    padding: 10px 15px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    display: inline-block;
}

.menu-logos ul li a:hover, .menu-logos ul li a:hover img{
    background-color: #e9e9e9;
}



/* Página de contacto */

.page-template-template-contacto .ginput_container_select, .page-template-template-contacto .ginput_container_text, .page-template-template-contacto .ginput_container_email, .gf_progressbar_wrapper .gform_page .ginput_container_text{
    max-width: 90%;
}

.gform_wrapper .ginput_container_select, .gform_wrapper .ginput_container_text, .gform_wrapper .ginput_container_email, .gf_progressbar_wrapper .gform_page .ginput_container_text , .gform_wrapper .ginput_container_phone{
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.gform_wrapper  label.gfield_label{
	padding-left: 30px;
}
    


.social_bar_box .social_bar a{
    padding: 5px;
    margin: 5px;
}
.page-template-template-contacto .link-item{
    font-weight: 700;
    color: #00aac8;
    font-size: 16px;
}
.page-template-template-contacto #field_1_5 .gfield_label{
    display: none;
}

/* Página de blog */

.img-post-blog{
	height: 265px;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.sidebar .widget_categories ul li{
	list-style:none;
	padding-left: 0px;
}

.sidebar{
	margin-bottom: 20px;
}

/*Paginación*/

nav.page_nav_box, .pagination {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.page_nav_box span.page-numbers.current, .page_nav_box a, a.page-numbers, span.page-numbers.current {
    padding: 10px;
    font-size: 16px;
    display: inline-block;
	outline:none;
}

span.page-numbers.current, .page_nav_box a:hover, a.page-numbers:hover {
    color: #ffffff;
	font-weight: 700;
    background-color: #012441;
	border-radius: 0 5px 0 5px;
    box-shadow: 0px 0px 25px rgba(0,0,0,.1);
}


/* Single blog */

.comment-author img{
	display:none;
} 

span.date,span.author,p.category,span.comments{
	color: #999999;
    margin-top: 17px;
    font-size: 14px;
	padding-right: 8px;
    font-weight: 400;
    display: inline-block;
	text-transform: uppercase;
}

span.date a,span.author a,p.category a,span.comments a{
	font-size:14px;
}

p.category:before,span.author:before,span.comments:before{
	content:'/';
	position:relative;
	left:-5px;
}

p.tags{
	margin-bottom:25px;
	margin-top:25px;
	font-size:18px;
	font-weight:700;
}

.noticia-single .blog-single img{
	width:100%;
	margin-bottom:30px;
}

 p.category{
    padding-bottom: 20px;
    margin-right: 10px;
    display: inline-block;
}

.noticia a{
    color: #8b8d8d;
    font-size: 14px;
}
    
/* table */
table, td, th{
    border: 3px #eee solid;
    font-family: 'ProximaNova';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 0px;
}
td, th{
    padding: 5px 10px;
}

.tags a{
	border: 1px solid #999999;
    padding: 0 15px;
    line-height: 32px;
    display: inline-block;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
	color:#999999;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom: 7px;
}

.tags a:hover{
	color:#fff;
	border-color:#999999;
	background-color:#999999;
	text-decoration:none;
}




/* Módulo de equipo */
.team .img-profile{
    margin-bottom: 15px;
	    width: 30%;
    height: 100%;
    display: inline-block;
}

.team h3, .team .h3 {
    margin-bottom: 10px;
}

.team ul li{
    margin: 5px 10px;
}

.team .description-profile h3 , .team .description-profile h3{
    color: #3c9bc8;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    margin-top: 0px;
}

.team .description-profile h4{
    font-family: 'ProximaNova';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    margin-bottom: 0px;
    width: 70%;
    line-height: 1.5em;
    text-transform: capitalize;
    margin-top: 0.3em;
}

.team .description-profile>h4 {
    padding-bottom: 15px;
}

.team .description-profile i{
	  font-size:18px;
}

.team .description-profile p{
	  margin-top: 0px;
}

.img-profile img{width: 100%;}

.team .list-inline {
    border-top: 2px solid #00aac8;
	margin-bottom: 0px;
}

.team .description-profile {
    height: 100%;
    vertical-align: top;
    width: 60%;
    display: inline-block;
    padding-left: 7%;
}

.team2{margin-bottom: 50px;}

.team .cta {
    margin-top: 20px;
	margin-bottom: 20px;
}

.team ul {
    padding-top: 15px;
}

.about-us-2 .row > div {
    margin-top: 45px;
    margin-bottom: 45px;
}

.about-us-2 .acreditaciones {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 53px;
    margin-top: 0px;
    margin-bottom: 75px;
}

.about-us-2 .acreditaciones .container{padding-bottom: 0px;}
.about-us-2 .acreditaciones .col-12{margin-bottom: 0px;}

.about-us-2 .laboratorio .row > div{margin-top: 0px; margin-bottom: 0px;}
.about-us-2 .laboratorio .row h3{margin-bottom: 1em;}
.about-us-2 .laboratorio .ngg-galleryoverview{margin-top: 1em; margin-bottom: 0px;}

.contacto img{margin : 0 0;}

@media only screen and (max-width : 767px) {
	.team .description-profile{
		width:100%;
		 display: block;
		text-align:center;
	}
	.team .img-profile{
	    width: 100%;
		display: block;
		height: auto; 
		text-align:center;
	}
	.about-us-2 .row > div {
    margin-top: 20px;
    margin-bottom: 20px;
	}	
	.img-profile img{width: auto;max-width: 147px;}
	span.date , span.author, p.category, span.comments {
    font-size: 12px;  
}
	
}

/* Gallery */


.ngg-galleryoverview{
	margin-bottom:50px;
}

.about-us-2 .ngg-gallery-thumbnail{
	 border: 0px solid #a9a9a9!important;
    border-radius: 0 25px 0 25px;
    overflow: hidden;
	max-width: 94%!important;
	margin-bottom: 20px;
}
 

.ngg-gallery-thumbnail img{
	width:100%!important;
}

.ngg-gallery-thumbnail a{
	margin:0px!important;
}

.slideshowlink a{
	display:none;
}

.ngg-gallery-thumbnail-box {
    width: 33%!important;
}

@media only screen and (max-width : 991px) {


}

@media only screen and (max-width : 767px) {
	.ngg-gallery-thumbnail-box{
		width:100%!important;
	}
		.ngg-template-caption .ngg-gallery-thumbnail-box{
		width:100%!important;
	}
}



/* acordeón contrat research */
#publicaciones .card-body{
	min-height:430px!important;
	    background-size: contain;
    background-repeat: no-repeat;
}

#publicaciones a.publi{
	display:block;
	outline:none;
	color:#fff;
	text-decoration:none;
	padding-top:10px;
	font-size: 18px;
	    width: 100%;
}

#publicaciones a.publi i{
	margin-left:20px;
}



.bloque-azul{
	    background-color: #00a0bf;
	padding:30px 30px;
}

.content._flexcontent_box.container-fluid.bg-gradient{
	background: rgba(238,238,238,1);
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	    margin-bottom: 70px;
    padding-top: 45px;
}



.casilla-privacidad{
	width:100%
}


/* formularios pop up */

div.pum-container.popmake {
	    padding: 65px 124px!important;
}

img.video{
	 width:20%; 
	 transition: ease 0.3s;
	cursor: pointer;
}


img.video:hover{
    filter: brightness(0.8);
    transform: scale(0.9);
}

.contenedor-video{
	display:flex;
	text-align:center;
	align-items:center;
    margin-top: 72px;
}

.popmake-content input{	
	padding: 10px 24px!important;
}

.gform_page_footer input{
	background-color: #00aac8;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 0 15px;
    font-size: 12px;
	border: none;
}

.gform_page_footer input:hover, .gform_page_footer input:focus, .gform_page_footer input:active {
    text-decoration: none;
    background-color: #2271aa;
    color: #ffffff;
}

li.felicidades label.gfield_label{
	font-size: 30px;
	padding-left: 0px!important;
}

.gfield_description{
	font-size:18px;
}

#popmake-1966 .gfield_label, #popmake-1973 .gfield_label, input#input_8_39, #popmake-18945 .gfield_label , #popmake-18943 .gfield_label ,#popmake-18943 input#input_11_36, #popmake-21033 .gfield_label, #popmake-21027 .gfield_label, #popmake-21044 input#input_11_36,#popmake-21044 .gfield_label{
	display:none;
}

#popmake-1966 .gform_wrapper textarea.large, #popmake-1973 .gform_wrapper textarea.large{
	    height: 186px;
}

#popmake-1966 #field_8_5 .gfield_label, #popmake-1966 #field_8_6 .gfield_label ,#popmake-1966 #field_8_39 .gfield_label ,#field_11_36 .gfield_label,#popmake-21027 #field_8_5 .gfield_label,#popmake-21027 #field_8_6 .gfield_label, #popmake-21027 #field_8_39 .gfield_label,#popmake-21044 #field_11_5 .gfield_label, #popmake-21044 #field_11_6 .gfield_label, #popmake-21044 #field_11_36 .gfield_label{
    display: initial;
}

@media only screen and (max-width : 768px) {
	div.pum-container.popmake {
    padding: 20px 20px!important;
}
		input[type="text"], textarea,select {
    padding: 5px 28px!important;
	}
}




body.page-template-template-home .followus{margin-top: 20px; margin-bottom: 85px;}
.followus .dos i{    font-size: 23px;vertical-align: middle; margin: 0 10px;}


.practica_tat .alignnone{margin: 0 0;}
.cta.pum-trigger{color: white !important;}

.explicar-TAT h2, .explicar-TAT p{width: 90%;}
.explicar-TAT {padding-bottom: 20px;}
.explicar-TAT h2{font-size: 29px; margin-bottom: 20px;}
.explicar-TAT p{margin-bottom: 20px;}

.video-enlace{
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.video-enlace:before{
    background: url(img/play.png);
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-size: 60px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
	transition: ease 0.3s;
}

.video-enlace:hover:before{
	transform: scale(0.8);
}

.followus.no-space {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.with-margin-bottom.contacto{margin-bottom: 3em;}

.about-us acreditaciones .h2 {padding-bottom: 10px;}

.que_es_tat {margin-bottom: 50px;}
.que_es_tat .row .col2_1{padding-right: 80px;}
.que_es_tat .alignleft {
	margin: 0 0;
    padding-top: 30px;
    margin-right: 20px;
}

.que_es_tat .col2_2 p{float: left;}



.practica_tat.col1_1 {
    display: grid;
    grid-template-rows: repeat(6, auto);
    grid-template-columns: repeat(3, auto);
    grid-auto-flow: column;
    width: 100%;
}

.proceso_telomeros.col1_1{
	display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(5, auto);
    grid-auto-flow: column;
	column-gap: 35px;
    width: 100%;
	margin-bottom: 10px;
}

.proceso_telomeros .flecha { grid-row: 1 / 4; padding-top: 50px; }

.followus .azul img{vertical-align: middle;}

@media only screen and (max-width : 768px) {
	.practica_tat.col1_1 {
		grid-template-rows: repeat(6, auto);
		grid-template-columns: repeat(1, 100%);
		grid-auto-flow: unset;
	}
	
	.proceso_telomeros.col1_1{
		display: grid;
		grid-template-rows: repeat(1, auto);
		grid-template-columns: repeat(1, auto);
		grid-auto-flow: unset;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.proceso_telomeros .flecha {display: none;}
	
	
	.practica_tat.col1_1 h3{margin-top: 50px;}
	.practica_tat.col1_1 h3:nth-child(1){margin-top: 0px;}
}

.espacio-3{margin: 45px 0px;}
.espacio-4{margin-bottom: 30px;}
.flexible-final .alignnone{margin: 0 0;}

.faq.page-template .alignnone {margin: 0px 20px;}
.faq.page-template .bg-grey-separator {
    background-color: #eee;
    /* margin-bottom: 55px; */
    padding-top: 16px;
}

footer .gform_wrapper .ginput_container_text,
footer .gform_wrapper .ginput_container.ginput_container_email{padding-left: 0px !important;}

footer .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    width: 100%;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#00BAE8;
    
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index:998;
		
}
#scroll i {
    position:absolute;
    top:50%;
    left:50%;
        margin-left: -6px;
    margin-top: -7px;
    height:0;
    width:0;
	z-index:999;
  
}
#scroll:hover {
    background-color:#2271aa;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

#commentform{
	margin-bottom:40px;
}

#commentform input[type="text"], textarea, #commentform textarea{
	width:100%;
}


#popmake-18943 .gform_title ,#popmake-18945 h3.gform_title{
	display:none;
}

#popmake-18943 #field_11_5 label, #popmake-18943 #field_11_6 label{
	display:initial;
}


#field_8_34 p ,#field_11_34 p, #field_7_18 p{
	text-transform:initial;
}

.page_nav_box{
	    margin-top: 20px;
}

._loop{
	    margin-bottom: 20px;
}

body.nuestros-servicios .followus .list-inline {line-height: 0.5em;}


.cabecera-link h2:hover{
    color: #00aac8;
	text-decoration:none;
}

a.cabecera-link {
	text-decoration:none;
}

.bg-light-grey-separator-block{
	    background-color: #f9f9f9;
    padding-top: 35px;
    padding-bottom: 30px;
}
.margin-30{
	margin-top:30px;
}
.our-markets .our-markets{
	padding-bottom:0;
}
.our-markets .container{
	margin-bottom:0;
}
.our-markets h3, .color-h3 h3{
	color:#575858;
}

.wpml-ls-native:before{content: '|'; display: inline; margin-right: 12px;}
.wpml-ls-native:hover:before{color: white;}
@media screen and (max-width: 991px) {.wpml-ls-native:before{display: none;}}

.gform_wrapper .gf_progressbar_wrapper span.gf_progressbar_title {
    font-size: .813em;
    line-height: 1!important;
    margin: 0 0 8px 12px!important;
    padding: 0!important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
    display: block;
}


/** CSS Out **/
.single-post h2{
    font-size: 25px;
}

#popmake-21697 .gform_wrapper .gfield_required, #popmake-21713 .gform_wrapper .gfield_required{
	display:none;
}

#input_2_6, #input_1_8{
	border-radius: 50px;
    padding: 16px 30px!important;
    font-size: 15px!important;
    /* text-transform: uppercase; */
    color: #999999;
    font-weight: 600;
    outline: none;
    border: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#field_15_29 > div{
	padding:0 10px!important;
}

#gform_page_16_1 .gfield_label{
	display:none;
}

.owl-carousel .owl-item > div{
	max-height: 170px;
    padding: 0 4em;
}

.owl-carousel.owl-carousel-bigger .owl-item > div{
	max-height: 140px;
    padding: 0 4em;
}

.owl-carousel .owl-item a{
    display: block;
    width: 100%;
    max-height: inherit;
}

.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
	max-height: 110px;
    max-width: 252px;
}

.owl-carousel .owl-stage{
	display: flex;
	align-items: center;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    margin: 0;
    display: flex;
    transform: translateX(-1.7%);
    width: 102.8%;
    justify-content: flex-end;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #c6d7e1 !important;
    color: white !important;
    display: block !important;
    width: 25px;
    font-weight: bold !important;
    height: 25px;
    font-size: 1.5em !important;
    border-radius: 100%;
    margin: 0px;
    font-weight: bold;
}

.owl-carousel .owl-nav button.owl-prev{
	display: none !important;
}

section.carousel{
	margin-bottom: 5vh;
}

.centrar-logo-cliente{
	 display: flex;
    justify-content: center;
    align-items: center;
}

.centrar-logo-cliente p{
	text-align:center!important;
}

.centrar-logo-cliente img{
	width:90%!important;

}

/*---- Nuevos estilo ----*/

/*Carrusel*/

/*.page-id-22923 .opiniones .carousel, .page-id-22663 .opiniones .carousel, .page-id-22806 .opiniones .carousel, .page-id-23163 .opiniones .carousel,
.page-id-23552 .opiniones .carousel, .page-id-22922 .opiniones .carousel, .page-id-22662 .opiniones .carousel, .page-id-22805 .opiniones .carousel,
.page-id-23162 .opiniones .carousel, .page-id-23551 .opiniones .carousel
{ 
    display: none;
}*/

/*Botones Book online*/

.btn-page-en, .btn-page {
    margin-bottom: 50px;
}


.container.site-main-head.sticky-js1 {
    max-width: 100%;
    height: 150px;
    padding-top: 80px;
    z-index: 999;
    position: absolute;

}

.home .site-main-head.sticky-js1, .site-main-head.sticky-js1 {
    margin-top: -2.5em !important;
}


.sticky-js1 .row.align-items-center.sticky-container {
    margin: 0 auto;
    width: 59%;
}

/*Logotipo y menú*/


.main-navigation ul#menu-menu-en li:first-child {
    padding-left: 0rem;
}

.main-navigation .sub-menu li:first-child {
    padding-left: 1rem !important;
}

.main-navigation {
    text-align: left !important;
}


.home .site-main-head {
    margin-top: 4em !important;
}


.page-template .site-branding, #page .site-branding {
    position: relative;
    top: -49px;
}

.home.page-template .site-branding {
    position: relative;
    top: -38px !important;
    margin-bottom: 11px;
}

.home.page-template .main-navigation, .page-template .main-navigation, #page .main-navigation {
    text-align: left !important;
    margin-top: -11px !important;
}

.page-template .main-navigation, #page .main-navigation {
    text-align: left !important;
    margin-top: -33px !important;
}

.page-template .background-blue, #page .background-blue {
    padding-bottom: 1em;
}

.page-template .about-us-2 .row > div {
    margin-top: 0px;
}

.sticky-js1 {
    background: #3f5466;
    top: 0px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.sticky-js1 .dark-blue-bg {
    display: none;
}

/*Cabecera*/

.oncologia .titulo p {
    font-size: 13px;
    margin-top: 0px;
}

.oncologia .cover .h1 {
    padding-bottom: 0px;
    padding-top: 170px;
}

.oncologia .contenedor-video, .oncology .contenedor-video {
    margin-top: 148px;
}


.bakcground-blue .cover .cta {
    margin-bottom: 50px;
    margin-top: 17px;
}

/*Blog*/

h1._title {
    margin-top: -26px;
}


/*Slider*/

#flex_slider {
    margin-bottom: 50px;
}

#flex_slider .carousel-item {
    height: 400px;
    max-width: 100%;
    overflow-x: hidden;
}

#flex_slider .h1{
    color: #ffffff;
    font-size: 48px;
    font-family: 'ProximaNova';
    width: 80%;
    display: block;
}

#flex_slider .content-caption {
    padding-top: 65px;
}

#flex_slider .pretitle{
    display: block;
    font-size: 20px;
    font-family: 'ProximaNova';
    width: 72%;
    display: block;
    color: #ffffff;
}

#flex_slider .pretitle a {
    color: #00aac8;
    font-size: 20px !important;
    font-family: 'ProximaNova' !important;
    font-weight: normal !important;

}

#flex_slider .cta, .home-2-2 #flex_slider .cta, .btn-page .cta, .btn-page-en .cta  {
    background-color: #D92356;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 0px;
    font-size: 23px;
    position: relative;
    margin-top: 10px;
    top: 20px;
    left: 40%;
}



.home-2-2 #flex_slider .cta, .btn-page-en .cta {
    left: 33%;
}

.btn-page-en .cta {
    left: 33%;
}

#flex_slider .cta:hover, .btn-page .cta:hover, .btn-page-en .cta:hover {
    background-color: #2271aa;
    
}

/*Nuevo slider*/

.n2-section-smartslider {
    margin-bottom: 50px;
}

.n2-font-6ff9e65f07f27df4018cd47c391e4887-hover  {
    color: #ffffff !important;
    font-size: 48px !important;
    font-family: 'ProximaNova' !important;
    width: 80%;
    display: block;
    font-weight:bold;
    margin-top: 36px;
}

.n2-font-bc5856ee9cd72fc1f947c841a265dda1-paragraph  {
    width: 75% !important;
    font-family: 'ProximaNova' !important;
    margin-bottom:40px;
}

div#n2-ss-3 .n2-style-fdbab5c76e557fc18061d910d748989f-heading, div#n2-ss-2 .n2-font-f7ef39dd46c616ca6be22555153a68ac-link a {
    font-family: 'ProximaNova' !important;
    margin-top: 30px;
}


@media only screen and (max-width: 1440px) {

.sticky-js1 .row.align-items-center.sticky-container {
    margin: 0 auto;
    width: 79%;
}

}


@media only screen and (max-width: 1280px) {

.sticky-js1 .row.align-items-center.sticky-container {
    margin: 0 auto;
    width: 79%;
}

}


@media only screen and (max-width: 1100px) {

.main-navigation .contenedor-menu {
    text-align: left;
}

.main-navigation a {
    font-size: 11px;
}
}

@media only screen and (max-width: 1024px) {

#flex_slider .content-caption {
    padding-top: 55px;
}

#flex_slider .carousel-item {
    height: 350px;
}

#flex_slider .pretitle{
    font-size: 18px;
    width: 90%;
}

#flex_slider .pretitle a {
    font-size: 18px !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 8%;
}

#flex_slider .cta, .btn-page .cta {
    top: 0px;
    left: 37%;
}

.home-2-2 #flex_slider .cta, .btn-page-en .cta {
    left: 29%;
}

.btn-page-en .cta {
    left: 35%;
}

.main-navigation .contenedor-menu {
    text-align: left;
}

.main-navigation a {
    font-size: 11px;
}

.sticky-js1 .row.align-items-center.sticky-container {
    width: 94%;
}

/*Nuevo slider*/

div#n2-ss-2 .n2-font-6ff9e65f07f27df4018cd47c391e4887-hover{
    margin-left: 29px;
}

div#n2-ss-2 .n2-font-bc5856ee9cd72fc1f947c841a265dda1-paragraph {
    margin-left: 20px;
    font-size:18px !important;
    width: 85%;
}

}

@media only screen and (max-width: 780px) {

.home .main-section {
    height: 195px;
}

#flex_slider .pretitle {
    font-size: 17px;
    width: 100%;
}

#flex_slider .pretitle a {
    font-size: 17px !important;

}

#flex_slider .content-caption {
    padding-top: 45px;
}

#flex_slider .h1{
    font-size: 40px;
    width: 90%;
}

#flex_slider .cta, .btn-page .cta {
    left: 34%;
    top: 20px;
}

.home-2-2 #flex_slider .cta, .btn-page-en .cta {
    left: 22%;
}

.btn-page-en .cta {
    left: 32%;
}

.home .main-navigation a {
    font-size: 11px;
}

.home.page-template .site-branding {
    position: relative;
    top: 0px !important;
}

.home .main-navigation.toggled ul {
    top: 30px;
}

.page-template .site-branding {
    top: 0px; 
}

.sticky-js1 {
    padding-bottom: 0px; 
    padding-top: 0px; 
}

.home.page-template .sticky-js1 .site-branding {
    top: -10px !important;
}


.home.page-template .sticky-js1 .menu-toggle {
    top: -71px;
}

.page-template .sticky-js1 .site-branding{
    top: -24px;
}

.page-template .sticky-js1  .menu-toggle {
    top: -62px;
}
.page-template .main-navigation {
    margin-top: -11px;
}

.page-template .site-branding, #page .site-branding {
    top: -11px;
}

.home .menu-toggle {
    top: -50px;
}

/*Nuevo slider*/


.n2-font-bc5856ee9cd72fc1f947c841a265dda1-paragraph {
    margin-left: 22px;
    font-size:17px !important;
    width: 95% !important;
}

.n2-font-6ff9e65f07f27df4018cd47c391e4887-hover {
    font-size: 41px !important;
}

div#n2-ss-2 .n2-font-6ff9e65f07f27df4018cd47c391e4887-hover {
    margin-left: 20px;
}

}


@media only screen and (max-width: 640px) {

.home.page-template .site-branding {
    top: 0px !important;
}

.menu-toggle {
    top: -40px!important;
}


}

@media only screen and (max-width: 425px) {


#flex_slider .content-caption {
    padding-top: 45px;
}

#flex_slider .h1{
    font-size: 23px;
    width: 100%
}

#flex_slider {
    margin-bottom: 0px; 
}

#flex_slider .carousel{
        height: 350px !important;
    }

 #flex_slider .pretitle {
    width: 100%;
    line-height: 21px;

}  

#flex_slider .carousel-item {
    height: 370px;
} 

.home .main-section {
    height: 218px;
}

.home .carousel {
    height: 361px;
}

#flex_slider .cta, .btn-page .cta {
    top: 10px;
    left: 16%;
    font-size: 16px;
}

.btn-page .cta {
    left: 20%;
}

.home-2-2 #flex_slider .cta {
    left: 8%;
    font-size: 18px;
}

.btn-page-en, .btn-page {
    margin-bottom: 50px;
}


.btn-page-en .cta {
    left: 21%;
    font-size: 18px;
}

.home.page-template .site-branding, .page-template .site-branding {
    top: 0px !important;
}

.menu-toggle {
    top: -50px !important;
}


.home .sticky-js1 .menu-toggle {
    top: -73px !important;
}



.container.site-main-head.sticky-js1 {
    height: 106px;
    padding-top: 58px;

}

.page-template .menu-toggle {
    top: -52px !important;
}

.home .page-template .menu-toggle {
    top: -54px !important;
}

.main-section h1, .main-section .h1 {
    font-size: 26px!important;
    margin-top: 30px;
}


.oncology .contenedor-video{
    margin-top: 29px !important;
    text-align: center;
}

.oncologia .contenedor-video{
    margin-top: 8px !important;
    text-align: center;
}


.contenedor-video {
    text-align: right;
    margin-top: 17px !important;
}


.background-blue .cta {
    z-index: 888;
    position: absolute;
}


img.video {
    width: 14%;
}

.oncology .main-section, .oncologia .main-section {
    height: 465px;
}


/*Nuevo slider*/

.n2-font-6ff9e65f07f27df4018cd47c391e4887-hover{
    margin-left: 9px;
   font-size:23px !important;
   margin-top: 10px;
   margin-left: 11px;
}

div#n2-ss-2 .n2-font-bc5856ee9cd72fc1f947c841a265dda1-paragraph {
    margin-left: 0px;
    font-size: 17px !important;
    width: 98%;
    line-height: 21px !important;
}

div#n2-ss-2 .n2-font-6ff9e65f07f27df4018cd47c391e4887-hover {
    margin-left: 0px;
    width: 100% !important;
}


.n2-section-smartslider {
    margin-bottom: 0px;
}

div#n2-ss-2 .n2-ss-slider-2 {
    height:400px;
}


}

@media only screen and (max-width: 375px){

#flex_slider .carousel-item {
    height: 405px;
}

.home-2-2 #flex_slider .cta{
    left: 2%;
    font-size: 18px;
}

.btn-page-en .cta {
    left: 16%;
    font-size: 17px;
}

.home #masthead .container-fluid {
    width: 95.5%;
    display: inline-block;
}

.page-template .sticky-js1 .menu-toggle {
    top: -62px !important;
}


 .page-template .sticky-js1 .site-branding {
    top: -20px !important;
}

.cover p {
    line-height: 17px;
}

/*Nuevo slider*/
.n2-font-6ff9e65f07f27df4018cd47c391e4887-hover {
    margin-left: 0px;
}

.n2-font-6ff9e65f07f27df4018cd47c391e4887-hover {
    width: 100%;
}

div#n2-ss-3 .n2-font-bc5856ee9cd72fc1f947c841a265dda1-paragraph {
    line-height: 21px !important;
}

}
.main-section .border-bottom-white{
	display: none;
}

#menu-item-22925 a{
	color:red;
	font-weight:900;
    font-size: 12px !important;
    line-height: 14px;
}

#menu-item-24962 a, #menu-item-24668 a, #menu-item-23169 a, #menu-item-22921 a, #menu-item-23624 a, #menu-item-25420 a, #menu-item-22908 a{
	color:#fff;
	font-weight:400;
}

#menu-item-22937 a{
	color:red;
	font-weight:900;
    font-size: 13px !important;
    line-height: 16px;
}

#menu-item-22711 a, #menu-item-24961 a, #menu-item-24670 a, #menu-item-23172 a, #menu-item-22932 a, #menu-item-23623 a, #menu-item-25421 a{
	color:#fff;
	font-weight:400;
}

#masthead #top-menu{
	display: none !important;
}

.menu-item-22937 .sub-menu li a{
	color:#fff !important;
		font-weight:400 !important;
}

.menu-item-22925 .sub-menu li a{
	color:#fff !important;
		font-weight:400 !important;
}

/*.home .site-main-head{
	margin-top: 8em !important;
}

.home .provi-1{
    background: #3f5466;
    top: 0;
    padding-bottom: 55px;
}
.home .logo-provi-1{
    padding-top:20px;
}*/

@media only screen and (min-width: 1200px){
	.main-section {
    height: 310px;
}
}