body {
  font-family: 'Public Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #4e4e4e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
	background:#000;
}
*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 
-moz-box-sizing: border-box; /* Firefox, other Gecko */ 
box-sizing: border-box; /* Opera/IE 8+ */
}
body.open-menu {
    left: -250px;
}
.container {
    max-width: 1200px;
}
.container.full {
    max-width: 1800px;
}
section {
  position: relative;
  width: 100%;
	padding-top:50px;
	padding-bottom:50px;
 }
section.titles{
	padding-bottom:0;
}
 a {
  text-decoration: none !important;
  outline: none;
	color:#ffffff;
}
a, button, input, input:focus{
	outline:none;
	box-shadow:none;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}
/*------------------------------------
titles
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans', sans-serif;
}
h1{
	font-size:60px;
	text-align:center;
	color:#ffffff;
	font-weight:300;
}
.title-section h1 {
	position:relative;
	padding-top:60px;
	background:url("../img/e-planning.svg") no-repeat top center transparent;
}
.light .title-section h1 {
	background:url("../img/e-planning-dark.svg") no-repeat top center transparent;
	background-size: 150px;
}

strong{
	font-weight:600;
}
h1 strong{
	font-weight:500;
}
h2{
	color:#ffffff;
	font-size:47px;
}
h3.tit{
	font-size:34px;
	font-weight: 300;	
	margin-bottom:30px;
}
h3.tit.light{
	color: #ffffff;
	padding: 10px 0 10px 35px;
	background: url(../img/icon-why.svg) no-repeat 0 22px transparent;
 }
h3.tit.dark{
	color: #3e4c57;
	padding: 10px 0 10px 35px;
	background: url(../img/icon-whats.svg) no-repeat 0 22px transparent;
 }
 
h4 {
	font-size:24px;
}
h4.tit strong {
		font-weight:500;

}

.dark{
	color:#ffffff;
}
.light{
	color:#3E4C57;
 }
.light h1 {
		color:#3E4C57;

} 
.btn {
	position:relative;
	padding:8px 20px;
	background:transparent;
	border:1px solid white;
	text-align:center;
	border-radius:0;
	color:#fff;
  font-family: 'Public Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	margin-left:5px;
	margin-right:5px;
	    min-width: 180px;
}
.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
		
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn:hover {
	color:black; 
 }
.btn:hover:before{
	    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn.goto-contact {
	min-width:145px;
	display:block;
 }

a.goto-section {
	padding:8px 20px 8px 0;
	border-radius:0;
	color:#fff;
  font-family: 'Public Sans', sans-serif;
	font-size:14px;
	font-weight:600;
 
	position:relative;
	
		background: url(../img/flecha-abajo.png) no-repeat;
	background-position: right 14px;
	background-size: 10px 7px;
	transition: all 0.6s linear;
	
}
.light .btn,
.light a.goto-section {
	color:#3E4C57;
}
.light .fixea .btn.goto-contact  {
	color:#ffffff;
	border-color: #fff;
}

.light a.goto-section {
	color:#3E4C57;
		
		background: url(../img/flecha-abajo-dark.png) no-repeat;
	background-position: right 14px;
	background-size: 10px 7px;
	transition: all 0.6s linear;
}
.light .btn {
	border-color:#3E4C57;
}
.fixea.light .btn,
.fixea.light a.goto-section {
	color:#ffffff;
}
.fixea.light .btn {
	border-color:#ffffff;
}


a.goto-section:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.light a.goto-section:before{
	background-color: #3e4c57;
}

a.goto-section:hover {
	color:#ffffff;
 
}
.light a.goto-section:hover {
	color:#3e4c57;
 
}
a.goto-section:hover:before {
  visibility: visible;
  width: 100%;
}


[class^="btnhvr-"] {
    margin: 10px 0;
    padding: 8px 20px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    color: #ffffff;
		border:1px solid white;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btnhvr-slide-to-right.darkness {
	color: #3E4C57;
	border:1px solid #3E4C57;
}
/* Slide To Right */
.btnhvr-slide-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btnhvr-slide-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btnhvr-slide-to-right.darkness:before {
	 background: #3E4C57;
}

.btnhvr-slide-to-right:hover, 
.btnhvr-slide-to-right:focus, 
.btnhvr-slide-to-right:active {
  color: black;
}
.btnhvr-slide-to-right.darkness:hover, 
.btnhvr-slide-to-right.darkness:focus, 
.btnhvr-slide-to-right.darkness:active {
  color: #fff;
}
.btnhvr-slide-to-right:hover:before, 
.btnhvr-slide-to-right:focus:before, 
.btnhvr-slide-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btnhvr-slide-to-right.go-form {
	width:150px;
	text-align:center;
}

@media (max-width: 600px) {
	.btnhvr-slide-to-right.go-form {
		display: none !important;
	}
}

a.read-more{
	text-align:left;
	font-weight: 600;
	position: relative;
	padding-bottom: 8px;
	width: 95px;
	background: url(../img/flecha-izquierda.png) no-repeat;
	background-position: right 8px;
	background-size: 7px 10px;
	transition: all 0.6s linear;
}
a.read-more.peque{
	width:80px;
}

a.read-more:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
a.read-more:hover {
	color:#ffffff;
 
}
a.read-more:hover:before {
  visibility: visible;
  width: 100%;
}
.access a.btnhvr-slide-to-right {
	margin-left:10px ;
	margin-right:10px ;
}

.resize-message {
  margin: 40vh auto 0;
  display: table;
}

.resize-message span {
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #666;
}

.resize-message span i {
  font-size: 30px;
}


.item-menu-desk{display:flex;}
.item-menu-mob{display:none!important;}
.menuHide { display:none;}


/*-----------------------------------------------------------*/
/*---------------HEADER - MENU ---------------------*/
/*----------------------------------------------------------*/

header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  width: 100%;
   position: fixed;
  z-index: 10;
}
 
 
.logo-adn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  position: relative;
  display: table;
  z-index: 1;
}

 .logo-adn a {
  background-image: url("../img/e-planning.svg");
  background-position: 0;
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 240px;
  height: 40px;
  font-size: 0;
	  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.light .logo-adn a {
	background-image: url("../img/e-planning-dark.svg");
}
.light .fixea .logo-adn a {
	background-image: url("../img/e-planning.svg");
}

 .navigation-gral {
	 position:relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1800px;
	margin: auto;	
	padding:10px;
}

 .navigation-gral .login {
		position: relative;
    text-transform: uppercase;
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 8px;
    display: block;
    color: #ffffff;
    margin-left: 30px;
}
 .navigation-gral .login a {
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
 }
 .light .navigation-gral .login a{
	 color:#3E4C57;
 }
  .navigation-gral .login:hover a{
	 color:rgba(255, 255, 255, 0.35);
 }
 
 .light .fixea .navigation-gral .login a{
	 color:rgba(255, 255, 255, 1);
 }
 
 .navigation-gral .lang {
 	margin-left:15px;
	padding-left:15px;
	border-left:1px solid white;
}
.light .navigation-gral .lang {
	border-left:1px solid #3E4C57;
}

.navigation-gral .lang a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999999px;
	background:url("../img/global.svg") no-repeat center transparent;
	background-size:contain;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.light .navigation-gral .lang a {
	background:url("../img/global-dark.svg") no-repeat center transparent;
	background-size:contain;
}
.light .fixea .navigation-gral .lang a {
	background:url("../img/global.svg") no-repeat center transparent;
	background-size:contain;
}
 
a.epl-media  {
	width:120px;
	height:30px;
	margin:0 10px;
	text-indent:-9999999px;
	background:url("../img/epl-media.svg") no-repeat center transparent;
	background-size:contain;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.epl-media-mob{
	margin:0 10px;
}

.light a.epl-media {
	background:url("../img/epl-media-dark.svg") no-repeat center transparent;
	background-size:contain;
}
.light .fixea a.epl-media,
.light .menuchu.open a.epl-media {
	background:url("../img/epl-media.svg") no-repeat center transparent;
	background-size:contain;
}

a.epl-media:hover {
	opacity:.3;
}
 
 
header  .social a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  border-radius: 50%;
  background: #797c82;
  width: 29px;
  height: 29px;
}
header  .social a:last-child {
  margin: 0;
}
header  .social a:hover {
  background: #a4a7ac;
}
 
.menuchu {
  float: left;
  padding: 0;
  margin: 0 0;
  list-style: none;
  position: relative;
 
}

.menuchu > li {
 
  margin: 0 0 0 10px;
  float: left;
  cursor: pointer;
  position: relative;
  overflow: inherit;
}
.menuchu > li a {
  position: relative;
  text-transform: uppercase;
  font-family: 'Public Sans', sans-serif;
	font-weight:700;
  font-size: 13px;
  padding: 19px 8px;
  display: block;
  color: #ffffff;
}
.light .menuchu > li a {
	 color: #3E4C57;

}
.menuchu > li > a {
  padding: 19px 8px 19px 8px;
  position: relative;
}
 
 .menuchu > li.line {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0px;
  pointer-events: none;
  border: 1px solid #fff;
  background: #4285f4;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  opacity: 0;
  display: block;
}

.menuchu > li:hover > a {
  color: #ffffff;
}
.light .menuchu > li:hover > a {
  color: #3E4C57;
}

header.fixea {
 	 background:rgba(0, 0, 0, 0.8);
} 
header.fixea .logo-adn a {
   width: 140px;
	 height:30px;
}
header.fixea.light .logo-adn a {
  background-image: url("../img/e-planning.svg");

}
header.fixea.light  .navigation-gral .lang {
	border-left-color:#fff;
}
header.fixea.light  .navigation-gral .lang a {
	background:url("../img/global.svg") no-repeat center transparent;
	background-size:contain;
} 

header.fixea.light a.epl-media {
	background:url("../img/epl-media.svg") no-repeat center transparent;
	background-size:contain;
}


.menuchu > li.line {
	border: 1px solid #ffffff;
}
.light .menuchu > li.line {
	border: 1px solid #3E4C57;
}

nav{
	position:relative;
	width:100%;
	margin:0 auto;
	}

#cssmenu{
 	display: flex;
	align-items: center;
	justify-content: flex-end;
	}

#cssmenu > ul > li.item-m{
	float:left;
	margin-left: 10px;
	margin-right: 10px;
}

#cssmenu > ul > li.item-m > a{
	text-decoration:none;	
	position: relative;
	text-transform: uppercase;
	font-family: 'Public Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 8px;
	display: block;
	color: #ffffff;
}
.light #cssmenu ul ul li.item-m a,
.light #cssmenu ul ul li.item-m a:hover,
.light #cssmenu > ul > li.item-m > a {
	color:#3E4C57;
}
.light .fixea #cssmenu > ul > li.item-m > a,
.light .fixea #cssmenu ul ul li.item-m a,
.light .fixea #cssmenu ul ul li.item-m a:hover {
	color:#fff;
}
 
#cssmenu > ul > li.item-m:hover,
#cssmenu ul li.item-m.active:hover,
#cssmenu ul li.item-m.active,
#cssmenu ul li.item-m.has-sub.active:hover{
	color:#fff;
}
 
.light #cssmenu ul.open  ul li.item-m a,
.light #cssmenu ul.open  ul li.item-m a:hover,
.light #cssmenu > ul.open  > li.item-m > a {
	color:#ffffff;
}
#cssmenu ul ul{
	position:absolute;
	left:-9999px;
	display:flex;
 }

#cssmenu ul ul li.item-m{
	background:rgba(0, 0, 0, 0.8);
	margin-top:10px;
 	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
	}
.light #cssmenu ul ul li.item-m {
	background: rgba(0, 0, 0, 0);
 }

.light .fixea #cssmenu ul ul li.item-m {
	background: rgba(0, 0, 0, 0.8);
 }

#cssmenu li.item-m:hover > ul{
	left:auto;
}

 
 
#cssmenu ul ul li.item-m a{
	text-transform: none;
	padding:11px 15px;
 	text-decoration:none;
	color:#ffffff;
	font-weight:400;
	 width: max-content;
	 	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
	}




#cssmenu ul ul li.item-m:hover > a,
#cssmenu ul ul li.item-m a:hover{
	color:rgba(255, 255, 255, 0.5);
	}

/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/
 .title-solutions {
	 position:relative;
	 margin-top:50px;
 }
 .title-solutions:after {
	 content:'';
	 position:absolute;
	 height:140px;
	 background:#4AB0E4;
	 width:72%;
	 top:0;
	 left:0;
	 z-index:-1;
 }
 .tit-solution{
	 display:flex;
	 justify-content:space-between;
	 align-items:center;
	 width:100%;
 }
 .tit-solution h6{
	 font-weight:600;
	 margin:0;
 }
 
 .title-solutions.exchange:after {
   	 background:#4AB0E4;
 
 }
 .title-solutions.adserver:after {
   	 background:#4EA0D9;
 
 }
 
 .title-solutions.admagic:after {
   	 background:#4489C8;
 }
 .title-solutions.hb:after {
   	 background:#3D76BA;
 
 }
 .title-solutions.vp:after {
   	 background:#386DB3;
 
 }
 

/*------------------------------------
MAIN SECTION
------------------------------------*/
.main-section {
	min-height:100vh;
	background:url("../img/fondo.svg") no-repeat top center ;
	background-size:cover;
}
.header-section {
	min-height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
    position: relative;
}
.header-section.dark{
	color:#ffffff;
}
.header-section p{
	padding:10px 80px;
}

.header-section > div {
    position: relative;
    z-index: 1;
}

/*------------------------------------
HOMEPAGE
------------------------------------*/
#wrap.for-publisher .header-section:after {
	background:url("../img/headers/desktop/publisher.jpg") no-repeat bottom center #000;
}

#wrap.homepage{
    background:url("../img/headers/desktop/home.jpg") no-repeat top center #000;
    background-size: inherit;
}

#wrap.for-publisher .header-section  {
    background:url("../img/headers/desktop/publisher.jpg") no-repeat bottom center #000;
    background-size:100%;
}
#wrap.for-partners .header-section  {
    background:url("../img/headers/desktop/partners.jpg") no-repeat top center #000;
		    background-size:100%;

}
#wrap.work-with-us .header-section  {
    background:url("../img/headers/desktop/work-with-us.jpg") no-repeat bottom center #000;
    background-size:100%;
}
#wrap.locations .header-section  {
    background:url("../img/headers/desktop/location.jpg") no-repeat bottom center #000;
    background-size:100%;
}
#wrap.about-us .header-section {
    background:url("../img/headers/desktop/about-us.jpg") no-repeat bottom center #000;
    background-size:100%;
}
#wrap.our-vision .header-section {
    background:url("../img/headers/desktop/our-vision.jpg") no-repeat bottom center #000;
    background-size:100%;
}
#wrap.ad-gallery .header-section {
    background:url("../img/headers/desktop/ad-gallery.jpg") no-repeat top center #000;
    background-size:100%;
}
#wrap.our-team .header-section {
    background:url("../img/headers/desktop/team.jpg") no-repeat bottom center #000;
    background-size:100%;
}
#wrap.marketplace .header-section {
    background:url("../img/headers/desktop/marketplace.jpg") no-repeat bottom center #000;
    background-size:100%;
}
#wrap.dsp .header-section {
    background:url("../img/headers/desktop/dsp.jpg") no-repeat bottom center #000;
    background-size:100%;
}

#wrap.exchange .header-section {
    background:url("../img/headers/desktop/exchange.jpg") no-repeat top center #000;
    background-size:100%;
}

#wrap.adserver .header-section {
    background:url("../img/headers/desktop/section-as.jpg") no-repeat top center #000;
    background-size:100%;
}

#wrap.admagic .header-section {
    background:url("../img/headers/desktop/rm.jpg") no-repeat top center #000;
    background-size:100%;
}

#wrap.hb .header-section {
    background:url("../img/headers/desktop/hb.jpg") no-repeat top  center #000;
    background-size:100%;
}

#wrap.vp .header-section {
    background:url("../img/headers/desktop/vp.jpg") no-repeat bottom center #000;
    background-size:100%;
}
#wrap.privacy .header-section {
    background:url("../img/headers/desktop/privacy-policy.jpg") no-repeat bottom center #000;
    background-size:100%;
}

/*----------------counter--------------------*/
.love_counter  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
		width: 70%;
    margin: 0 15%;
}
.love_counter > div {
	width:50%;
	text-align:center;
}
.love_count {
	font-size:48px;
	font-family:'Work Sans';
	color:#fff;
	text-align:center;
}
.love_count.more:before {
	content:'+';
}
.love_counter p{
	color:#ffffff;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:13px;
}
/*----------------brands-----------------*/

.brands{
	margin-top:50px;
	width:100%;
	height:180px;
	background:#fff;
	position:relative;
	padding:20px 40px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.brands:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 94%;
    left: 3%;
    height: 20px;
    background: rgba(255, 255, 255, 0.18);
}

.brands .item-brands {
	display: inline;
}

.brands .item-brands:hover img {
	opacity: 0.7;
}

/*----------------banners-----------------*/
.banners {
	width:100%;
	margin-top:80px;
	margin-bottom:80px;
	display:flex;
	justify-content:space-between;
}

.banner-home{
	position:relative;
	width:calc(50% - 20px);
 	min-height:350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.banner-home.publishers{
	padding:40px;
	padding-left:25%;
	background:url("../img/banner_publishers.jpg") no-repeat center black;
	background-size: cover;
}
.banner-home.publishers:before{
	content:'';
	position:absolute;
	width:50%;
	left:25%;
	top:-50px;
	height:50px;
	background:#40AFDF;
}
.banner-home.publishers:after{
	content:'';
	position:absolute;
	width:50%;
	left:25%;
	bottom:-30px;
	height:30px;
	background:#40AFDF;
}
.banner-home.partners{
	padding:40px;
	padding-right:25%;
	background:url("../img/banner_partners.jpg") no-repeat center black;
background-size: cover;
}
.banner-home.partners:before{
	content:'';
	position:absolute;
	width:50%;
	left:25%;
	top:-30px;
	height:30px;
	background:#D20F5F;
}
.banner-home.partners:after{
	content:'';
	position:absolute;
	width:50%;
	left:25%;
	bottom:-50px;
	height:50px;
	background:#D20F5F;
}
.banner-home h3{
	color:#ffffff;
	font-size:28px;
	font-weight: 500;
}

/*----------------sellos-----------------*/


/*----------------sellos-----------------*/
.sello img{/* 
	background:url("../img/pixalate.png") no-repeat center transparent;
	background-size:contain; */
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sello:hover img{
	opacity:0.5;/* 
 	background:url("../img/pixalate-hvr.png") no-repeat center transparent;
	background-size:contain */
}

/*----------------why epl-----------------*/
 
 .boxes {
	width:100%;
	margin-top:80px;
	margin-bottom:80px;
	position:relative;
	display:flex;
	justify-content:space-between;
}
 #boxes-home.slick-initialized .slick-slide.box{
	width:30%;
	max-width:310px;
	border:1px solid white;
	height:330px;
	padding:30px;
	margin:15px;
	position:relative;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
#boxes-home .box .tit-box{
	margin:20px 0;
	color:#ffffff;
}
 #boxes-home .box:after{
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    background: transparent;
    border-bottom: 15px solid white;
    border-right: 15px solid white;
}
#boxes-home .slick-list {
	width: 100%!important;
}
 
#boxes-home .slick-track {
	display: flex;
	justify-content: space-between;
	min-width: 100%!important;
}

.boxes h4,
.boxes p,
.boxes .icon {
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-ms-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}

p.desc-box {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 95%;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.box:hover p.desc-box {
	opacity: 1;
	top: 55%;
}

.boxes .icon { margin-top: 0%;}
.box:hover .icon { margin-top: -60px;}
 
.integrations .boxes {
 
	 position:relative;
	 margin-top:120px;
 }
 .integrations .sello {
	position:absolute;
	right:0;
	top:-290px;
}
.integrations .box{
    width: 23%;
   /*  max-width: 230px; */
    height: 240px;
    padding: 20px;
	border:1px solid white;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} 
 .integrations .box:hover{
	 background:#101010;
 }
 .integrations .box:after{
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
		z-index:-1;
    width: 100%;
    height: 100%;
    background: transparent;
    border-bottom: 15px solid white;
    border-right: 15px solid white;
}
 .integrations .box p{
	font-size:12px;
	text-align:left;
 }
 
 /*------ ------------*/
 .whats-epl {
	 padding:60px 0;
	 background:#ffffff;
 }
 
 .item.news {
    /* width: calc(25%);  */
    padding: 16px;
		position:relative;
}
.news-home{
    display: flex;
    align-items: flex-start;
		margin-top:80px;
}

.contenido-news {
    width: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background-size: cover;
    height: 430px;
    overflow: hidden;
     transition: all 0.3s ease 0s;
}
.contenido-news figure{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.0s;
		transform: scale(1);
}
.contenido-news:hover figure{
	transform: scale(1.2);
}

.contenido-news .text{
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    padding: 24px;
	color:#ffffff;
}

.owl-item:nth-child(1n+4) .item.news {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 80px;
}
.owl-item:nth-child(2n+4) .item.news {
    margin-top: 40px;
}
.owl-item:nth-child(3n+4) .item.news {
    margin-top: 0;
}
.owl-item:nth-child(4n+4) .item.news {
    margin-top: 40px;
}

.owl-item:nth-child(1n+4) .item.news:after {
	content:'';
	position:absolute;
	background:#D20F5F;
	left:0px;
	top:60px;
	bottom:60px;
	width:20px;
}
.owl-item:nth-child(2n+4) .item.news:after {
	content:'';
	position:absolute;
	background:#40AFDF;
	right:0px;
	top:60px;
	bottom:-20px;
	left: inherit;
	width:80%;
}
.owl-item:nth-child(3n+4) .item.news:after {
	content: '';
    position: absolute;
    background: #D20F5F;
    left: 10%;
    right: 10%;
    bottom: 5px;
    width: 80%;
	height: 25px;
	top: inherit;
}
.owl-item:nth-child(4n+4) .item.news:after {
	content:'';
	position:absolute;
	background:#40AFDF;
	right:0px;
	top:0px;
	bottom:40px;
	left:inherit;
	width:80%;
}

.nav-news,
.owl-nav {
	position:absolute;
	right:  0px;
	top: -90px;
}

.nav-news button,
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	position:relative;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 2px solid #D20F5F;
    display: inline-flex;
    transition: border 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
	background-color: transparent;
	margin: 0 2px;
	outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
	 border-color:#D20F5F;
}
.owl-carousel .owl-nav button.owl-next {
	 border-color:  #40AFDF;
}

		.owl-carousel .owl-nav button.owl-prev:hover {
			background-color: rgba(210,15,95,1);
		}
		.owl-carousel .owl-nav button.owl-next:hover {
			background-color: rgba(64,175,223,1);
		}

.owl-prev:before, 
.owl-next:before {
	background-color: #D20F5F;
	content: "";
	height: 12px;
	left: 15px;
	position: absolute;
	top: 16px;
	transform: rotate(45deg);
	width: 12px;
}
.owl-next:before {
	left: auto;
	right: 15px;
	background-color: #40AFDF;
}
.owl-prev:after, 
.owl-next:after {
  background-color: white;
  content: "";
  height: 12px;
  left: 18px;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 12px;
}
.owl-next:after {
  left: auto;
  right: 18px;
}

.owl-carousel .owl-nav button.owl-prev:hover:after {
	background: #D20F5F;
}
 
.owl-carousel .owl-nav button.owl-next:hover:after {
	background: #40AFDF;
}

.owl-carousel .owl-nav button.owl-prev:hover:before, 
.owl-carousel .owl-nav button.owl-next:hover:before {
	background: white;
}


.owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  top: -80px;
  right: 150px;
  margin-top: 0px;
}
.owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-size: 16px;
   padding-left: 15px;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;
}
.owl-dot span {
  display: none;
}
.owl-dot.active:before {
  content: counter(slides-num) " /";
  /* Use the same counter to get current item. */
  display: inline-block;
   font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
/*------------------------------------
PUBLISHER
------------------------------------*/
.pmp{}

.pmp .banner{
	margin:40px 0;
	padding:50px;
	background:url("../img/banner_pmp.jpg") left center no-repeat transparent;
	background-size:80%;
}
.dsp .banner{
    margin: 40px 0;
    padding: 80px 60px;
    background: url(../img/banner_dsp.jpg) left center no-repeat transparent;
    background-size: 80%;
		color:#3E4C57
}
.banner .banner-contenido{
	width:50%;
}
.banner .banner-contenido.esp{
	width:46%;
}
.dsp .banner a.btn{
	color:#3E4C57;
	border-color:#3E4C57;
	margin-top:20px;
	position:relative;
}
.dsp .banner a.btn:hover{
	color:#ffffff;
	border-color:#ffffff;
	background:#3E4C57;
}

.dsp .banner a.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 
.dsp .banner a.btn:hover:before{
	    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.banner{
	position:relative;
}
.banner:after{
	content:'';
	width:480px;
	height:480px;
	border:1px solid white;
	position:absolute;
	    z-index: -1;
	right:10px;
	top:50%;
	margin-top:-240px;
}

.benefits {
	display:flex;
	margin-top:50px;
	margin-bottom:50px;
}
.selector ul li {
  font-size:24px;
	color:#666;
	font-weight:600;
	position:relative;
	margin-bottom:15px;
 }
.selector ul li a{
	font-size:36px;
	color:#666;
	font-weight:600;
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
}
.selector ul li a:before {
  content: '';
  position: absolute;
  width: 0; 
	height: 3px;
  display: block;
	bottom:0;
  margin-top: 5px;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
.selector ul li a:hover,
.selector ul li a.active{
	color:#D20F5F;
}

.selector.blue ul li a:hover,
.selector.blue ul li a.active{
	color:#4AB0E4;
}
.selector ul li a:hover:before ,
.selector ul li a.active:before {
  width: 100%;
  left: 0;
  background: #D20F5F;
}
.selector.blue ul li a:hover:before,
.selector.blue ul li a.active:before {
  width: 100%;
  left: 0;
  background: #4AB0E4;
}
.selector {
	width:40%;
}
 
.outcome {
	width:60%;
}
.desc-benefit {
	width:370px;
	height:370px;
	background:#D20F5F;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
	 padding: 50px 80px 40px 40px;
  }
.blue .desc-benefit	{  
	background: #4AB0E4;
}
	.desc-benefit p{
		font-size:16px;
		font-weight:600;
	}

.tit-benefit-mobile {
	display:none;
}
.picture-benefit {
	width:370px;
	height:370px;
	background:#fff;
	overflow:hidden;
	position: relative;
	display: block;
	margin-top: -300px;
	margin-left: 300px;
}

.benefits-content {
	width:100%;
	position:relative;
}
.picture-benefit-big {
	width:63%;
 	background:#fff;
	overflow:hidden;
	position: relative;
	display: block;
}

.benefits-content .desc-benefit {
	position:absolute;
	width:370px;
	height:370px;
	background:#D20F5F;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
	 padding: 50px 80px 40px 40px;
  }
	.benefits-content .desc-benefit.top{
		right:10%;
		top:10%;
		background:#4489C8;
	}
	.benefits-content .desc-benefit.bottom{
		right:0%;
		bottom:0;
		background:#3D76BA;
	}
	
.solutions ul{
	display:flex;
}
.solutions li{
	display:flex;
	width:20%;
	height:234px;
	padding:0px;
	box-sizing: border-box;
	align-items:flex-start;
	flex-direction:column;
	justify-content:space-between;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
 }
.solutions li a{
	display:flex;
	width:100%;
	height:100%;
	padding:40px 20px 20px;
	box-sizing: border-box;
	align-items:flex-start;
	flex-direction:column;
	justify-content:space-between;
	font-size:11px;
	color:#ffffff;
	font-weight:700;
 }
.solutions p{
	margin-bottom:0;
		font-weight:400;

}

.solutions li:hover{
transform: scale(1.15);
z-index: 1;
}
.solutions li:nth-child(1){
	background:#4AB0E4;
}
.solutions li:hover:nth-child(1) {
   background: rgba(74, 176, 228, 0.5);
  background: #255872; 
}
.solutions li:nth-child(2){
	background:#4EA0D9;
}
.solutions li:hover:nth-child(2) {
    background: rgba(78, 160, 217, 0.5);
    background: #27506d;
 }
.solutions li:nth-child(3){
	background:#4489c8;
}
.solutions li:hover:nth-child(3) {
    background: rgba(68, 137, 200, 0.5);
  background:#224564;
 }
.solutions li:nth-child(4){
	background:#3D76BA;
}
.solutions li:hover:nth-child(4) {
    background: rgba(61, 118, 186, 0.5);
     background: #1f3b5d;
 }
.solutions li:nth-child(5){
	background:#386DB3;
}
.solutions li:hover:nth-child(5) {
    background: rgba(56, 109, 179, 0.5);
     background: #1c375a;
 }


/*------------------------------------
SHIELD
------------------------------------*/
.shield{
	margin-top:60px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
    position: relative;	
}
.grafic-shield{
	width:324px;
	height:338px;
	position:relative;
	background:url("../img/escudo_trazo.svg")no-repeat center transparent;
	background-size:contain;
	margin:0px auto;
	z-index: 1;

}
.shield .box-shield {
	width:28%;
	position:absolute;
	z-index: 2;
}
.shield .box-shield.quality{
	left:0;
	top:30px;
	text-align:right;	
}
.shield .box-shield.safety{
	left:0;
	bottom:0;
	text-align:right;
}
.shield .box-shield.efficiency{
	right:0;
	top:30px;
}
.shield .box-shield.transparency{
	right:0;
	bottom:0;
}
.shield .box-shield.quality.active{
	left:0;
	top:30px;
	text-align:right;	
}
.shield .box-shield.safety.active{
	left:0;
	bottom:0;
	text-align:right;
}
.shield .box-shield.efficiency.active{
	right:0;
	top:30px;
}

.grafic-shield .grafic{
	position:absolute;
	width:162px;
	height:169px;
}
.grafic-shield .grafic.quality{
	background:url("../img/escudo_quality.svg")no-repeat center transparent;
	background-size: contain;
	left:0;
	top:0;
}
.grafic-shield .grafic.safety{
	background:url("../img/escudo_safety.svg")no-repeat center transparent;
	background-size: contain;
	left: 9px;
	bottom: 0;
	width: 158px;
}

.grafic-shield .grafic.efficiency{
	background: url(../img/escudo_efficiency.svg)no-repeat center transparent;
	right: 0px;
	top: 3px;
	width: 163px;
	height: 165px;
	background-size: contain;
}
.grafic-shield .grafic.transparency{
	background:url("../img/escudo_transp.svg")no-repeat center transparent;
	background-size: contain;
	right: 11px;
	bottom: 0;
	width: 155px;
}
.grafic-shield .grafic.quality.active{
	background-image: url("../img/escudo_quality-active.svg");
}

.grafic-shield .grafic.safety.active{
	background-image: url("../img/escudo_safety-active.svg");
}

.grafic-shield .grafic.efficiency.active{
	background-image: url(../img/escudo_efficiency-active.svg);
}

.grafic-shield .grafic.transparency.active{
	background-image: url("../img/escudo_transp-active.svg");
}

.box-shield .tit-box:after, 
.box-shield .tit-box:before {
	content: "";
	display: block;
	height: 1px;
	width: 0;
	background: white;
	position: absolute;
	z-index: 1;
	top:15px;
	-webkit-transition: all 0.53s ease-in-out;
	-moz-transition: all 0.53s ease-in-out;
	-ms-transition: all 0.53s ease-in-out;
	-o-transition: all 0.53s ease-in-out;
    transition: all 0.53s ease-in-out;
}

.box-shield .tit-box:after {
	height: 1px;
}

.box-shield .tit-box:before{
	height: 5px;
	margin-top: -2px;
	border-radius: 100%;
}

/* .box-shield .tit-box:after { */
.box-shield.active .tit-box:after {
	width: 50%;
}

/* .box-shield .tit-box:before{ */
.box-shield.active .tit-box:before{
	width: 5px;
    -webkit-transition-delay: .55s;
    -moz-transition-delay: .55s;
    -ms-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s;
}

.box-shield.quality .tit-box:after,
.box-shield.safety .tit-box:after {
	right: -60%;
}

.box-shield.quality .tit-box:before,
.box-shield.safety .tit-box:before {
	right: -11%;
}

.box-shield.efficiency .tit-box:after,
.box-shield.transparency .tit-box:after {
	left: -60%;
}

.box-shield.efficiency .tit-box:before,
.box-shield.transparency .tit-box:before {
	left: -11%;
}


/*------------------------------------
TABS
------------------------------------*/
#tabs-datacenter .nav-tabs a.nav-link ,
#tabs-work .nav-tabs a.nav-link ,
#tabs-comscore .nav-tabs a.nav-link {
	position:relative;
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Public Sans', sans-serif;
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #fff;
 }
#tabs-datacenter .nav-tabs a.nav-item:after,
#tabs-work .nav-tabs a.nav-item:after,
#tabs-comscore .nav-tabs a.nav-item:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#tabs-datacenter .nav-tabs a.nav-item:hover:after,
#tabs-work .nav-tabs a.nav-item:hover:after,
#tabs-comscore .nav-tabs a.nav-item:hover:after,
#tabs-datacenter .nav-tabs a.nav-item.active:after,
#tabs-work .nav-tabs a.nav-item.active:after,
#tabs-comscore .nav-tabs a.nav-item.active:after{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	  background-color: #fff;
}
.nav-tabs {
	border:0;
}

#tabs-datacenter .nav-tabs .nav-item.show .nav-link, 
#tabs-work .nav-tabs .nav-item.show .nav-link, 
#tabs-comscore .nav-tabs .nav-item.show .nav-link, 
#tabs-datacenter .nav-tabs .nav-link.active ,
#tabs-work .nav-tabs .nav-link.active ,
#tabs-comscore .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 0px solid !important;
 
}
 
#tabs-datacenter .tab-content ,
#tabs-work .tab-content ,
#tabs-comscore .tab-content {
	padding-top:40px;
}
#tabs-datacenter .tab-content .contentLocation {
	width:100%;
	display:flex;
	align-items:center;
}
#tabs-comscore .tab-content .contentComscore {
	width:100%;
	display:flex;
	align-items:center;
}

#tabs-comscore .tab-content .tab-pane .map{
	width:70%;
	text-align:center;
}

#tabs-datacenter .tab-content .tab-pane .map{
	width:80%;
	text-align:center;
}
 #tabs-comscore .tab-content .tab-pane .data{
	width:25%;
	margin-left:5%;
	padding:60px 0 60px 60px;
	border-left: 1px solid white;
	color:#ffffff;
}
#tabs-datacenter .tab-content .tab-pane .data {
	width:22%;
	margin-right:3%;
	padding:60px 60px 60px 0;
	border-right: 1px solid white;
	color:#ffffff;
	text-align:left;
}

#tabs-datacenter .tab-content .tab-pane .data > div ,
#tabs-comscore .tab-content .tab-pane .data > div {
	margin-bottom:30px;
}
#tabs-comscore .tab-content .tab-pane .data .logoComscore{
	margin-top:70px;
	margin-bottom:20px;
	width:170px;
	
}

#tabs-datacenter .tab-content .tab-pane .data > div h5{
	text-align:left;
	margin-bottom:5px;
	font-size:14px;
	text-transform:uppercase;
}
#tabs-datacenter .tab-content .tab-pane .data > div .address{
	font-size: 12px;
	margin-bottom: 30px;
}
#tabs-datacenter .tab-content .tab-pane .data > div.sin h5{
	text-align:left;
	margin-bottom:5px;
	font-size:14px;
	text-transform:uppercase;
}
#tabs-datacenter .tab-content .tab-pane .data > div p{
	text-align:left;
	margin-bottom:5px;
	font-size:13px;
}

#tabs-comscore .tab-content .tab-pane .data > div h5{
	font-size:13px;
	text-transform:uppercase;
}
#tabs-datacenter .tab-content .tab-pane .data > div h3,
#tabs-comscore .tab-content .tab-pane .data > div h3{
	font-size:52px;
	text-transform:uppercase;
	font-weight:300;
}


/*------------------------------------
CONTACT
------------------------------------*/
.work{
	width:100%;
	border:1px solid white;
	padding:20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:20px;
}

/*------------------------------------
CONTACT
------------------------------------*/
.timeline {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.timeline-nav {
	position:relative;
}
.timeline-nav:after {
	content:'';
	position:absolute;
	width:100%;
	border-bottom:1px solid white;
}
.timeline-nav__item {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 0.5;
  background: transparent;
  color: #ffffff;
  margin: 15px 25px !important;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}
.timeline-nav__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}
.timeline-nav__item.slick-current {
  color: #ffffff;
  opacity: 1;
}
.timeline-nav__item.slick-current::before {
  background-color: #ffffff;
}
.timeline-wrapper {
  position: relative;
  width: 100%;
   margin: 60px auto;
}
@media (max-width: 500px) {
  .timeline-wrapper {
    height: 1000px;
    max-height: 900px;
  }
}
.timeline-slider {
  height: 100%;
}
.timeline .slick-list {
  height: 100%;
}
@media (min-width: 1080px) {
  .timeline .slick-list {
    padding: 0 180px !important;
  }
}
.timeline .slick-track {
  height: 100%;
}
.timeline-slide {
  position: relative;
  overflow: hidden;
   outline: none;
 
  margin: 0 24px;
  width: 80%;
  z-index: 1;
}
.timeline-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.timeline-slide__content {
  z-index: 5;
  width: 100%;
  padding: 20px;
  opacity: 0.6;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.timeline-text {
	color:#ffffff;
}
@media (max-width: 500px) {
  .timeline-slide__content {
    width: 100%;
  }
}
.timeline-year {
  z-index: 5;
  font-size: 35px;
  color: #ffffff;
   padding: 15px 26px;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
    opacity: 0.6;
}
.timeline-title {
  color: #ff9900;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
.timeline-text {
  color: #ffffff;
}
.timeline .slick-current:after {
  background-color: rgba(0, 0, 0, 0);
}
.timeline .slick-current .timeline-year {
  opacity: 1;
}
.timeline .slick-current .timeline-slide__content {
  opacity: 1;
}
/*------------------------------------
CONTACT
------------------------------------*/

.content-values {
	width:100%;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.content-values .value{
	width: 49%;
	border: 1px solid white;
	border-right:0;
	min-height: 200px;
	margin-bottom: 2%;
	padding-left: 60px;
	padding-right: 20%;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.content-values .value:after{
	content: "";
	display: block;
	background-color: rgba(255,255,255,0.1);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0%;
	height: 0%;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.content-values .value:hover:after{
	height: 100%;
}

.content-values .value:nth-child(2n+1) {
	padding-left: 20%;
	padding-right: 60px;
	border-right:1px solid white;
	border-left:0;
}

.content-values .value:hover{
	padding-left: 80px;
	padding-right: 19%;
}

.content-values .value:hover:nth-child(2n+1){
	padding-right: 80px;
	padding-left: 19%;
}

/*------------------------------------
TEAM
------------------------------------*/
.content-team {
	width:100%;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.content-team .team{
	width:18%;
	margin:1%;
	text-align:center;
}
.content-team .team img {
	margin-bottom:20px;
	  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.content-team .team p {
	font-size:14px;
	font-weight:300;
}
.content-team .team:hover img{
		visibility: visible;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*------------------------------------
CONTACT
------------------------------------*/
#contact{
	width:100%;
	position:relative;
	padding:0;
	z-index:1;
}


#contact .call-to {
	width:100%;
	min-height:420px;
	text-align: center;
	display:flex;
	align-items:center;
	justify-content:center;
	/* background:url("../img/contact.png") no-repeat top center #000; */
	background:url("../img/contact-v2.jpg") no-repeat top center #000;
	background-size:cover;
}
#contact .call-to h2{
	font-weight:300;
	margin-bottom:40px;
}
#contact .call-to p{
	color:#ffffff;
	margin-bottom:20px;
}
#contact .call-to a{
	color:#ffffff;
 	position:relative;
	padding-right:15px;
	cursor:pointer;

	font-weight: 600;
	position: relative;
	padding-bottom: 5px;
	width: 95px;
	background: url(../img/flecha-abajo.png) no-repeat;
	background-position: right 8px;
	background-size: 10px 7px;
	transition: all 0.6s linear;
}

#contact .call-to a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#contact .call-to a:hover {
	color:#ffffff;
 
}
#contact .call-to a:hover:before {
  visibility: visible;
  width: 100%;
}
#form-contact{
  display: none;
  padding:60px 60px 30px;
	background:#E3E3E3;
	 
    z-index: 200;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
 
    font-size: calc(11px + .1vw);
 
  }

#form-contact .form-row{
	margin-bottom:30px;
}
#form-contact .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: .45rem .75rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: none;
}
#form-contact textarea.form-control {
    display: block;
    width: 100%;
	height: 105px;
}
#form-contact label {
	color:#3E4C57;
	font-weight:700;
}
#form-contact button.btn-submit {
	background:#40AFDF;
	border:1px solid #707070;
	width:450px;
	height:55px;
	margin:auto;
	color:#ffffff;
}
#form-contact .form-row p{
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
#form-contact .form-row p a {
	color:#4e4e4e;
}
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
	text-indent:-9999999px;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.box-thanks {
	display:none;
	text-align:center;
	padding-bottom: 50px;
}
.box-thanks h4{
    font-size: 21px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.box-thanks h3{
	font-weight:300;
}
/*------------------------------------
FOOTER
------------------------------------*/

footer{
	background:#1a2b40;
	padding:50px 0;
}
footer .brand-footer{
	padding:0px 0 40px;
}
footer .legales{
	padding:30px 0 20px;
	display:flex;
	justify-content:flex-end;
}
footer .legales img{
	margin-left:15px;
}
footer .bottom{
	 width:100%;
	 border-top:1px solid #707070;
	 padding:20px 0;
 }
footer .social a {
    width: 35px;
    height: 35px;
    background: white;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 21px;
    border-radius: 100%;
		color:#1a2b40;
		margin-right:5px;
 }
footer .bottom .copy {
	width:100%;
	padding-top:15px;
	display:flex;
	justify-content:space-between;
} 
footer .bottom .copy a,
footer .bottom .copy p{
	font-size:12px;
	color:#ffffff;
}
footer .bottom .copy a.bo{
    margin-right: 10px;
    border-right: 2px solid #fff;
    padding-right: 15px;
}
#accordion-footer.panel-group{
	margin-bottom:20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#accordion-footer .panel {
	border:none;
	-webkit-box-shadow:none; 
    box-shadow:none;
}
#accordion-footer .panel a {
	color:#fff;
	font-size:14px;
}
#accordion-footer .panel .btn,
#accordion-footer .panel .btn:hover {
    border: none;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 15px 10px;	color:#fff;

}
#accordion-footer .panel p {
	color:#fff;
	margin-bottom:0;
 }
.div-collapse {
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.div-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch; 
}
.div-collapse ul {
	padding-left:30px;
  padding-top: 10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	 #accordion-footer .div-collapse.collapse {
		 display: block !important;
		 height: auto !important;
		 overflow: visible !important;
	 }
	#accordion-footer.panel-group{
		flex-direction: row;
	}
	#accordion-footer .div-collapse ul {
	padding-left:0px;
  padding-top: 10px;
}
}

/*------------------------------------
FORMS
------------------------------------*/
#tabs-datacenter img {
	width:80%;
}

  #tabs-datacenter .tab-content {
    padding-top: 40px;
    text-align: center;
}
/*------------------------------------
FORMS
------------------------------------*/
.main-section.forms {
    padding-top: 150px;
    padding-bottom: 100px;
}
.content-form {
	padding:30px 40px;
	background:transparent;
	width:100%;
	border:1px solid #fff;
	margin-bottom:100px;
}
.main-section.forms button.btn-submit {
    background: #40AFDF;
    border: 1px solid #707070;
    width: 450px;
    height: 55px;
    margin: auto;
    color: #ffffff;
}
.main-section.forms h4{
	margin-bottom:40px;
}

.main-section.forms .form-control{
	    border-radius: 0;
    background: black;
    border: 1px solid white;
    padding: 3px 8px;
    color: #ffffff;
		resize: none;
}
.main-section.forms .form-row {
	margin-bottom:40px;
}

.donate-now {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.donate-now li {
	text-align:center;
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}

.donate-now label,
.donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.donate-now input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.donate-now input[type="radio"]:checked+label,
.Checked+label {
  background: #f3f3f3;
}

.donate-now label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
}

.donate-now label:hover {
  background: #DDD;
}


/*------------------------------------
OPTOUT
------------------------------------*/
.main-section.optout {
    padding-top: 150px;
    padding-bottom: 100px;
}
.main-section.optout h3 {
	font-size: 34px;
    font-weight: 300;
    margin-bottom: 50px;
}
	 .main-section.optout button.btn-cookie {
    background: #40AFDF;
    border: 0;
    width: 450px;
    height: 55px;
    margin:50px auto 0;
    color: #ffffff;
}

	 .main-section a.btn-big{
    background: #40AFDF;
    border: 0;
    height: 55px;
    margin: 50px auto 0;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 55px;
	 }
	 
/*------------------------------------
LOGIN
------------------------------------*/
.light .login-box.hide,
.login-box.hide {
	display:none;
}
.login-box {
	display: block;
	position: absolute;
	background: #000;
	padding: 30px;
	right: 5%;
	width: 320px;
	text-align: left;
	box-shadow: none;
	border: 1px solid rgba(255, 255, 255, 1);
	top: 70px;
}
.light .login-box {
	display: block;
	position: absolute;
	background: #ffffff;
	padding: 30px;
	right: 5%;
	width: 320px;
	text-align: left;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 1);
	top: 70px;
}

.login-box .form-control{
    border-radius: 0;
    background: black;
    border: 1px solid white;
    padding: 3px 8px;
    color: #ffffff;
    resize: none;
		margin-bottom:20px;
}
.light .login-box .form-control{
    border-radius: 0;
    background: #fff;
    border: 1px solid black;
    padding: 3px 8px;
    color: #000;
    resize: none;
		margin-bottom:20px;
}

.login-box .form-check {
	margin:8px 0;
	padding: 0;
}
.login-box  label {
    margin-bottom: 0;
    color: white;
}
.light .login-box  label {
    margin-bottom: 0;
    color: black;
}
.login-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.login-box input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.login-box input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.login-box input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.login-box button.btn-ingresa {
    background: #000000;
    border: 1px solid #707070;
    width: 100%;
    height: 45px;
    margin:10px auto 20px;
    color: #ffffff;
}
.light .login-box button.btn-ingresa {
    background: #ffffff;
    border: 1px solid #000000;
    width: 100%;
    height: 45px;
    margin:10px auto 20px;
    color: #000000;
}
.light .login-box a {
	color:#000;
}
.login-box [type="radio"]:checked,
.login-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.login-box [type="radio"]:checked + label,
.login-box [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
.light .login-box [type="radio"]:checked + label,
.light .login-box [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}

.login-box [type="radio"]:checked + label:before,
.login-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.login-box [type="radio"]:checked + label:after,
.login-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #40AFDF;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.login-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.login-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
/* END MENU.CSS */
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
.login-mobile,
#menu-mobile,
 .hamburger-menu {
	 display:none;
 }

/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */

/* EB.CSS */

/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
.anima { 
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#wrap .header-section:after {
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
    transition: all 3s ease;
    animation: bckgSize 40s ease 1;
} 

@keyframes bckgSize {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



/* ============ +++ ========== +++ ============= */

.shield .box-shield.active {
color: #D20F5F;
}

.grafic.quality.active,
.grafic.safety.active,
.grafic.efficiency.active,
.grafic.transparency.active {
    fill: #D20F5F;
}

#tabs-comscore .tab-content .tab-pane .map,
#tabs-comscore .tab-content .tab-pane .data div,
#tabs-comscore .data:before{
    opacity: 0;
}

#tabs-comscore .tab-content .tab-pane .map {
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-ms-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}

#tabs-comscore .tab-content .tab-pane .data div,
#tabs-comscore .data:before{
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
#tabs-comscore .tab-content .tab-pane.active .data{
    border:none;
    position: relative;
}
#tabs-comscore .tab-content .tab-pane .map.active,
#tabs-comscore .tab-content .tab-pane .data.active div{
    opacity: 1;
}
#tabs-comscore .data:before {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    top: 50%;
    height: 0;
    background-color: white;
    left:0
}
#tabs-comscore .tab-content .tab-pane .data div {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

#tabs-comscore .tab-content .tab-pane .data.active:before{
    top: 0;
    bottom: 0;
    height: inherit;
    opacity: 1;
}


/* === +++  === +++  === +++  === +++  === +++ */
/*  === +++ MARKETPLACE  +++  === +++  === +++ */
/* === +++  === +++  === +++  === +++  === +++ */
.pmp-benefits, 
.vp-benefits,
.admagic-benefits,
.hb-benefits { position: absolute; opacity: 0;}

.pmp-benefits.active,
.vp-benefits.active,
.admagic-benefits.active,
.hb-benefits.active {opacity: 1; z-index: 1;}

.desc-benefit,
.picture-benefit { opacity: 0;}

.picture-benefit {
    opacity: 0;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    margin-left: 260px;
}

.pmp-benefits.active .desc-benefit,
.pmp-benefits.active .picture-benefit,
.vp-benefits.active .desc-benefit,
.vp-benefits.active .picture-benefit,
.admagic-benefits.active .desc-benefit,
.admagic-benefits.active .picture-benefit,
.hb-benefits.active .desc-benefit,
.hb-benefits.active .picture-benefit { opacity: 1; }

.admagic-benefits.active .picture-benefit,
.pmp-benefits.active .picture-benefit,
.vp-benefits.active .picture-benefit,
.hb-benefits.active .picture-benefit,
.hb-benefits.active .picture-benefit { margin-left: 300px;}


@media screen  and (max-width:1024px) {
	.picture-benefit,
	.pmp-benefits.active .picture-benefit,
	.vp-benefits.active .picture-benefit,
	.hb-benefits.active .picture-benefit,
	.hb-benefits.active .picture-benefit { margin-left:220px;}
}

@media screen  and (max-width:768px) {
.picture-benefit,
.pmp-benefits.active .picture-benefit,
.vp-benefits.active .picture-benefit,
.hb-benefits.active .picture-benefit,
.hb-benefits.active .picture-benefit { margin-left:150px;}
}

@media screen  and (max-width:767px) {
	
.picture-benefit {
    width: 280px;
    height: 280px;
    margin-top: -30px;
    margin-left: 40px;
}

.pmp-benefits.active .picture-benefit,
.vp-benefits.active .picture-benefit,
.hb-benefits.active .picture-benefit,
.hb-benefits.active .picture-benefit { margin-left:40px;}

#tabs-comscore .tab-content .tab-pane .data.active:before {
	display:none;
}


/* === +++  === +++  === +++  === +++  === +++ */
/*  === +++ BENEFITS MOBILE  +++  === +++  === +++ */
.pmp-benefits, .vp-benefits, .admagic-benefits, .hb-benefits {
    position: relative;
    opacity: inherit;
}

.desc-benefit, .picture-benefit {
    opacity: inherit;
}

#tabs-comscore .tab-content .tab-pane .data {
	margin-top:0;
	padding:0 10px 10px;
    flex-direction: column
}




}
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
/* END EB.CSS */
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */









/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */

/* RESPONSIVE.CSS */

/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
@media screen and  (max-width:1920px) {
	.banner-home {
		min-height:380px;
	}
	.pmp .banner {
			min-height:380px;
	}
	.banner:after {
    content: '';
    width: 480px;
    height: 480px;
    border: 1px solid white;
    position: absolute;
    z-index: -1;
    right: 10px;
    top: 50%;
    margin-top: -240px;
}
.title-solutions:after {
    content: '';
    position: absolute;
    height: 140px;
    background: #4AB0E4;
    width: 85%;
    top: 0;
    left: 0;
    z-index: -1;
}
}



@media screen and  (max-width:1400px) {
	.banner-home,
	.pmp .banner 	{
    min-height: 350px;
}
.banner-home h3 {
	font-size: 24px;
}
.title-solutions:after {
    content: '';
    position: absolute;
    height: 140px;
    background: #4AB0E4;
    width: 91%;
    top: 0;
    left: 0;
    z-index: -1;
}
}
	/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */

/* MENU.CSS */

/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */

@media screen  and (max-width:1200px) {
	.navigation-gral {
  align-items: flex-start;
	}
	#cssmenu {display:none;}
	.item-menu-mob{display:block!important;}
		.btn.goto-contact{
			    min-width: 145px;
    margin-top: 0px;
    right: 90px;
    position: absolute;
		}
 .hamburger-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
		display: block;
    position: absolute;
    top: 8px;
    bottom: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 5px;
    z-index: 11;
  }
   .hamburger-menu span {
    text-transform: uppercase;
    left: calc(-100% + -5px);
    padding: 8px 9px 8px 0;
    top: calc(50% - 18px);
    position: absolute;
    font-size: 13px;
    color: #FFF;
  }
   .hamburger-menu .bar,
   .hamburger-menu .bar::after,
   .hamburger-menu .bar::before {
    width: 35px;
    height: 3px;
  }
   .hamburger-menu .bar {
    position: relative;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #ffffff;
    top: -7px;
  }
   .hamburger-menu .bar::before, 
	 .hamburger-menu .bar::after {
    position: absolute;
    background: #ffffff;
    content: '';
    left: 0;
    border-radius: 5px;
  }
	.light .hamburger-menu .bar,
	.light .hamburger-menu .bar::before, 
	.light .hamburger-menu .bar::after	 {
		 background:#3E4C57
	 }

	.light .fixea .hamburger-menu .bar,
	.light .fixea .hamburger-menu .bar::before, 
	.light .fixea .hamburger-menu .bar::after	 {
		 background:#ffffff
	 }
	 
   .hamburger-menu .bar::before {
    bottom: 10px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
   .hamburger-menu .bar::after {
    top: 10px;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
	.light .fixea .hamburger-menu .bar.animate,
   .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
   .hamburger-menu .bar.animate::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
   .hamburger-menu .bar.animate::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
.login-mobile {
	display: block;
	text-indent: -99999px;
	width: 40px;
	height: 40px;
	background: url(../img/login_white.svg) no-repeat center -4px;
	margin-right: 40px;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.light .login-mobile,
.login-mobile:hover {
	background: url(../img/login_grey.svg) no-repeat center -4px;
 }
.light .fixea .login-mobile {
	background: url(../img/login_white.svg) no-repeat center -4px;
 }

#menu-mobile{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	height: 100%;
	width: 250px;
	right: -250px;
	top: 0;
	    padding: 20px 0px 20px 20px;
	float: left;
	display: flex;
	align-items: flex-start;
	margin-right: 0;
	flex-direction: column;
		}

body.open-menu #menu-mobile {
    right: 0 !important;
		min-height: 100vh;
}

#accordion-header.panel-group{
	margin-bottom:10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#accordion-header .panel {
	border:none;
	border-bottom: 1px solid white;
	-webkit-box-shadow:none; 
	box-shadow:none;
}
#accordion-header .panel:last-child{
	border-bottom:0;
}
#accordion-header .panel a {
	color:#fff;
	font-size:13px;
}
#accordion-header .panel .btn-lg{
	padding:5px 0 5px 10px;
}

#accordion-header .panel .btn-chevron,
#accordion-header .panel .btn-chevron:focus,
#accordion-header .panel .btn-chevron:hover {
    border: none;
    border-left: 1px solid #fff;
 float: right;
		background: black;
		padding: 5px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
		width: 45px;
    text-align: center;
		outline:none;
		box-shadow:none;
     transition: all 0.6s linear;

}
#accordion-header .panel p {
	color:#fff;
	margin-bottom:0;
 }
.div-collapse {
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.div-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch; 
}
.div-collapse ul {
	padding-left:30px;
  padding-top: 0px;
}
 
  div.idioma{
    display: inline-block;
    margin: 10px;
}
 .idioma a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.idioma a:first-child  {
    padding-right: 10px;
    border-right: 2px solid #fff;
}

#menu-mobile .logo {
	width:150px;
	margin: 5px 0px 15px;
}
#menu-mobile a.epl-media {
margin-top: 15px;
    margin-bottom: 10px;
}
#menu-mobile .menu-foot {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
}
}


/* ------------------------------
tablets APAISADO
------------------------------ */
@media screen  and (max-width:1024px) {
	 /*------------------------------------
HOMEPAGE
------------------------------------*/

.header-section {
	    align-items: flex-start;
    padding-top: 150px;
}


#wrap.ad-gallery .header-section{
		background:url("../img/headers/mobile/ad-gallery.jpg") no-repeat top center #000;
	background-size: 100%;
	    padding-bottom: 600px;

 }

#wrap.dsp .header-section{
		background:url("../img/headers/mobile/DSP_main_im.jpg") no-repeat bottom center #000;
		background-size: 100%;
		    padding-bottom: 600px;

 }

#wrap.exchange .header-section{
		background:url("../img/headers/mobile/exchange.jpg") no-repeat bottom center #000;
		background-size: 100%;
		    padding-bottom: 600px;
}

#wrap.adserver .header-section{
		background:url("../img/headers/mobile/as_main_im.png") no-repeat bottom center #000;
		background-size: 100%;
		    padding-bottom: 600px;
}

#wrap.admagic .header-section{
		background:url("../img/headers/mobile/admagic_main_im.jpg") no-repeat bottom center #000;
		background-size: 100%;
		    padding-bottom: 600px;
}

#wrap.hb .header-section{
		background:url("../img/headers/mobile/HB_main_im.jpg") no-repeat bottom center #000;
		background-size: 100%;
		    padding-bottom: 600px;
}

#wrap.vp .header-section{
		background:url("../img/headers/mobile/VP_main_im.jpg") no-repeat bottom center #000;
		background-size: 100%;
		    padding-bottom: 600px;
}


.btn.goto-contact {
    min-width: 145px;
    margin-top: 0px;
    right: 90px;
    position: absolute;
}
header .desk-menu .navigation-gral .lang {
	margin-top: 0;
}

 .header-section p {
    padding: 10px 0px;
}
.slick-initialized .slick-slide.box {
	max-width: 280px;
	height: 280px;
}
.banner-home {
 min-height: 300px;
	width: calc(50% - 10px);
}
.banner-home h3 {
   font-size: 21px;
 }
.banner-home.publishers {
    padding: 20px;
	padding-left: 20%;
}
.banner-home.partners {
    padding: 20px;
	padding-right: 20%;
}
.contenido-news {
	    height: 360px;
}



.integrations .box {
    width: 22%;
    max-width: 220px;
    height: 197px;
	padding: 40px 20px 30px;
}
.integrations .box h4 {
    font-size: 21px;
}

.selector ul li a {
	font-size: 32px;
}

.desc-benefit {
    width: 320px;
    height: 320px;
    padding: 40px 40px;
}
.picture-benefit {
    width: 320px;
    height: 320px;
    margin-top: -130px;
    margin-left: 270px;
}

.pmp .banner {
    background: url(../img/banner_pmp.jpg) left center no-repeat transparent;
    background-size: 95%;
}
.dsp .banner {
    margin: 40px 0;
    padding: 40px 60px;
    background: url(../img/banner_dsp.jpg) left center no-repeat transparent;
    background-size: 95%;
    color: #3E4C57;
}
.banner:after {
    content: '';
    width: 400px;
    height: 400px;
    border: 1px solid white;
    position: absolute;
    z-index: -1;
    right: 10px;
    top: 50%;
    margin-top: -200px;
}
.banner .banner-contenido {
	width:55%;
}
	.banner .banner-contenido h3 {
		font-size:24px;
	}
	.content-values .value,
	.content-values .value:nth-child(2n+1) {
    padding-left: 10%;    padding-right: 10%;
	}
.title-solutions:after {
    content: '';
    position: absolute;
    height: 140px;
    background: #4AB0E4;
    width: 95%;
    top: 0;
    left: 0;
    z-index: -1;
}

/***/ 
}




@media screen and (min-width:769px) and (max-width:1024px) {



}

/*iphone X apaisado*/
@media screen and (min-width:737px) and (max-width:812px) {
	

}


/* ------------------------------
tablets VERTICAL
------------------------------ */
@media screen and (min-width:700px) and (max-width:768px) {


}

@media screen  and (max-width:768px) {
	h1 {
		font-size:52px;
	}	
	.desc-benefit p {
	font-size: 13px;
	}
	.logo-adn a {
		width:140px;
		height: 30px;
	}
 /*------------------------------------
HOMEPAGE
------------------------------------*/
#wrap.homepage{
		background:url("../img/headers/desktop/home.jpg") no-repeat top center #000;
 }
.header-section {
	    align-items: flex-start;
    padding-top: 150px;
}
#wrap.for-publisher .header-section{
	background:url("../img/headers/mobile/publisher.jpg") no-repeat bottom center #000;
	background-size:100%;
	align-items: flex-start;
	padding-top: 150px;
}
#wrap.for-partners .header-section{
	background: url(../img/headers/mobile/partners.jpg) no-repeat bottom center #000;
	background-size: 100%;padding-bottom: 0px;
}
#wrap.work-with-us .header-section{
		background:url("../img/headers/mobile/work-with-us.jpg") no-repeat bottom center #000;
	background-size: 100%;padding-bottom: 0px;
}

#wrap.locations .header-section{
		background:url("../img/headers/mobile/location.jpg") no-repeat bottom center #000;
	background-size: 100%;padding-bottom: 0px;
}

#wrap.about-us .header-section{
		background:url("../img/headers/mobile/about-us.jpg") no-repeat bottom center #000;
	background-size: 100%;padding-bottom: 0px;
}

#wrap.our-team .header-section{
	background:url("../img/headers/mobile/team.jpg") no-repeat bottom center #000;
	background-size: 100%;padding-bottom: 0px;
}
	
#wrap.our-vision .header-section{
	background:url("../img/headers/mobile/our-vision.jpg") no-repeat bottom center #000;
	background-size: 100%;padding-bottom: 0px;
	}

#wrap.marketplace .header-section{
		background:url("../img/headers/mobile/marketplace.jpg") no-repeat bottom center #000;
	background-size: 100%;padding-bottom: 0px;
}

#wrap.ad-gallery .header-section{
		background:url("../img/headers/mobile/ad-gallery.jpg") no-repeat top center #000;
	background-size: 100%;padding-bottom: 0px;

 }

#wrap.dsp .header-section{
		background:url("../img/headers/mobile/DSP_main_im.jpg") no-repeat bottom center #000;
		background-size: 100%;padding-bottom: 0px;

 }

#wrap.exchange .header-section{
		background:url("../img/headers/mobile/exchange.jpg") no-repeat bottom center #000;
		background-size: 100%;padding-bottom: 0px;
}

#wrap.adserver .header-section{
		background:url("../img/headers/mobile/as_main_im.png") no-repeat bottom center #000;
		background-size: 100%;padding-bottom: 0px;
}

#wrap.admagic .header-section{
		background:url("../img/headers/mobile/admagic_main_im.jpg") no-repeat bottom center #000;
		background-size: 100%;padding-bottom: 0px;
}

#wrap.hb .header-section{
		background:url("../img/headers/mobile/HB_main_im.jpg") no-repeat bottom center #000;
		background-size: 100%;padding-bottom: 0px;
}

#wrap.vp .header-section{
		background:url("../img/headers/mobile/VP_main_im.jpg") no-repeat bottom center #000;
		background-size: 100%;
		    padding-bottom: 0px;
}
#wrap.privacy .header-section{
		background:url("../img/headers/mobile/privacy-policy.jpg") no-repeat bottom center #000;
		background-size: 100%;
}
.love_counter {
      align-items: flex-start;
 }
 .banners {
	 flex-direction:column;
 }
 .banner-home {
		width: calc(100% - 0px);
		margin:40px 0;
	}
 .banner-home.publishers {
		padding-left: 50%;
	}
	.banner-home.partners {
		padding-right:50%;
	}
	.slick-initialized .slick-slide.box {
    max-width: 200px;
    height: 280px;
    padding: 15px;
}
.contenido-news {
    height: 350px;
}
.integrations .box p,
.solutions p {
 display:none;
}
.picture-benefit {
    width: 280px;
    height: 280px;
    margin-top: -50px;
    margin-left: 160px;
}
.solutions li {
	height: 150px;
	}
	.solutions li a {
	padding: 30px 20px 20px;
	}
	
	.banner .banner-contenido {
    width: 90%;
	}
	.banner .banner-contenido h3 {
		font-size:21px;
	}
.grafic-shield {
	    margin: 150px auto;
}
	
.shield .box-shield {
    width: 40%;
    position: absolute;
}
.shield .box-shield.efficiency,
.shield .box-shield.quality{
	top:0;
}
.box-shield .tit-box:after, .box-shield .tit-box:before {
	/* display:none; */
}
.shield .box-shield.quality.active,
.shield .box-shield.efficiency.active {
    right: 0;
    top: 0;
}
.content-team .team {
    width: 42%;
    margin: 4%;
    text-align: center;
}

.content-values .value, .content-values .value:nth-child(2n+1) {
    padding-left: 10%;
    padding-right: 10%;
    padding: 5% 10%;
}

#tabs-datacenter .tab-content .tab-pane .data, 
#tabs-comscore .tab-content .tab-pane .data {
	padding-left:20px;
}
.tit-solution h6 {
	display:none;
}


.box-shield .tit-box:after, 
.box-shield .tit-box:before {
    height: 0;
    width: 1px;
}

.box-shield.active .tit-box:after {
    height: 75%;
    width: 1px;
}

.box-shield.quality .tit-box:after,
.box-shield.efficiency .tit-box:after {
    top: inherit;
    bottom: -80%; 
}

.box-shield.safety .tit-box:after {
    bottom: inherit;
    top: -120%
}

.box-shield.transparency .tit-box:after {
    bottom: inherit;
    top: -90%
}

.box-shield.quality .tit-box:before,
.box-shield.quality .tit-box:after,
.box-shield.safety .tit-box:before,
.box-shield.safety .tit-box:after {
    right: 5%;
    left: inherit
}

.box-shield.efficiency .tit-box:before,
.box-shield.efficiency .tit-box:after,
.box-shield.transparency .tit-box:before,
.box-shield.transparency .tit-box:after {
    left: 5%;
}

.shield .box-shield.efficiency.active {
    top: inherit;
}

.box-shield.safety.active .tit-box:after {
    height: 105%;
}

.box-shield.active .tit-box:before{
      height: 5px;
      margin-left: -2px;
      bottom: -5%;
      top: inherit;
}

.box-shield.safety .tit-box:before,
.box-shield.transparency .tit-box:before {
    bottom: inherit;
    top: -15%;
}

.box-shield.safety.active .tit-box:before,
.box-shield.quality.active .tit-box:before{
      margin-left: inherit;
      margin-right: -2px;
}

/* ----------ojo con el cierre------------*/
}

/* ------------------------------
mobile APAISADO
------------------------------ */

/*iphone 5 apaisado*/
@media screen and (min-width:501px) and (max-width:568px) {

 
	
}


/*iphone 6 apaisado*/
@media screen and (min-width:569px) and (max-width:667px) {
 

}

/*iphone 6 PLUS apaisado*/
@media screen and (min-width:668px) and (max-width:736px) {

 }

/* ------------------------------
mobile VERTICAL
------------------------------ */



/*mobile generico*/
@media screen and (min-width:200px) and (max-width:599px) {
h1 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 21px;
}
.header-section {
	    align-items: flex-start;
    padding-top: 100px;
}
.title-section h1,
.light .title-section h1 {
	background:none;
	padding-top:0;
}
.btn.goto-contact {
min-width: 100px;
    padding: 5px 10px;
    position: absolute;
    top: 12px;
    right: 90px;
    font-size: 13px;
 
}
.love_count {
	font-size: 32px;
}
.brands {
    height: auto;
    padding: 40px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.item-brands {
	margin:10px  auto;
	width: 50%;
}
.banner-home h3 {
	font-size:21px;
}

.banner-home.publishers {
    padding:80px 20px 30px;
     background: url(../img/banner_publishers-mob.jpg) no-repeat center black;
    background-size: cover;
}
.banner-home.partners {
    padding:80px 20px 30px;
     background: url(../img/banner_partners-mob.jpg) no-repeat center black;
    background-size: cover;
}
.banner-home.publishers:before {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    top: -25px;
    height: 25px;
    background: #40AFDF;
}
.banner-home.publishers:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -15px;
    height: 15px;
    background: #40AFDF;
}
.banner-home.partners:before {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    top: -15px;
    height:15px;
    background: #D20F5F;
}
.banner-home.partners:after {
    content: '';
    position: absolute;
    width:80%;
    left: 10%;
    bottom: -30px;
    height: 30px;
    background: #D20F5F;
}

#boxes-home .slick-track {
    display: block;
  }
#boxes-home.slick-initialized .slick-slide.box {
    max-width: none;
    height: 280px;
    padding: 15px;
}
#boxes-home .box:after {
  content: '';
  position: absolute;
  bottom: -8px;
	right: -8px;
}
.box .icon {
    margin-top: -60px!important;
}
p.desc-box {
	display:block!important;
	opacity: 1;
    top: 55%;
}

/* .benefits {
    display: flex;
    margin-top: 50px;
    margin-bottom: 0px;
    flex-direction: column;
} */
.outcome ,
.selector {
    width: 100%;
}

.selector,
.picture-benefit {
    display: none;
}

.picture-benefit {
    margin-top: -30px;
    margin-left: 65px;
}


/* .selector, 
.picture-benefit {
    display: none;
}
 
.outcome {
	width: 100%;
}
.tit-benefit-mobile {
	display:block;
	font-size: 16px;
	margin-bottom:15px;
}
.desc-benefit {
    width: 280px;
    height: 280px;
    padding: 40px 40px 40px 20px;
		    -webkit-box-pack: start;
    justify-content: flex-start;
} */



.integrations .boxes {
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    margin-top: 50px;
    flex-wrap: wrap;
}
.integrations .box {
    width: 45%;
    max-width: 220px;
    height: 160px;
    padding: 30px 10px 20px;
		margin-bottom:15px;
}
.integrations .box:after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 100%;
    height: 100%;
    background: transparent;
    border-bottom: 8px solid white;
    border-right: 8px solid white;
}

.solutions ul {
	display: flex;
	flex-direction: column;
}
.solutions li {
	height: 120px;
	width: 100%;
}
.solutions li a {
	 align-items: center;
}

.pmp .banner {
    background: url(../img/banner_pmp-mob.jpg) left center no-repeat transparent;
    background-size: cover;
		padding:30px;
}
.dsp .banner {
    background: url(../img/banner_dsp-mob.jpg) left bottom no-repeat transparent;
    background-size: cover;
    padding: 30px 15px 270px;
}
.banner:after {
    content: '';
    width: 90%;
    height: 400px;
    border: 1px solid white;
    position: absolute;
    z-index: -1;
    right: 5%;
    top: 50%;
    margin-top: -200px;
    left: 5%;
}
#tabs-datacenter .tab-content .tab-pane .data,
#tabs-datacenter .tab-content .contentLocation,
#tabs-comscore .tab-content .contentComscore {
    flex-direction: column;
}
#tabs-comscore .tab-content .tab-pane .map {
    width: 100%;
}
#tabs-datacenter .tab-content .tab-pane .data,
#tabs-comscore .tab-content .tab-pane .data {
    width: 100%;
    margin-left: 0;
    padding: 30px;
		border-left:0;
		border-right:0;
     color: #ffffff;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}
#tabs-comscore .tab-content .tab-pane .data .logoComscore {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 90%;
}
.grafic-shield {
	    margin: 250px auto;
}
.shield .box-shield {
    width: 45%;
    position: absolute;
}



.content-values .value, .content-values .value:nth-child(2n+1) {
	width:90%;
	padding-left: 10%;
	padding-right: 10%;
	padding: 5% 10%;
	border: 1px solid white;
	min-height: auto;
	margin: 10px auto;
}
.work {
    width: 100%;
    border: 1px solid white;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-direction: column;
}
.item.news {
width: calc(100%);}

#tabs-datacenter .nav-tabs a.nav-link, 
#tabs-work .nav-tabs a.nav-link, 
#tabs-comscore .nav-tabs a.nav-link {
	width:31%;
	margin-left:1%;
	margin-right:1%;
}


#tabs-datacenter nav ,
#tabs-comscore nav {
	width:48%;
	margin-right:2%;
}
#tabs-datacenter nav {
	width: 40%;
	margin-left: 0;
	display: flex;
	align-items: center;
		
}

#tabs-datacenter .nav-tabs a.nav-link ,
#tabs-comscore .nav-tabs a.nav-link {
	width:100%;
}
#tabs-datacenter .nav-tabs a.nav-link {
	margin: 0 1% 40px;
}

#tabs-datacenter .tab-content .tab-pane .map ,
#tabs-comscore .tab-content .tab-pane .map {
	display:none;
}

#tabs-comscore .tab-content{
	width:48%;
	margin-left:1%;
	padding-left:1%;
	padding-top:0;
	border-left:1px solid white;
}
#tabs-datacenter .tab-content{
	width:58%;
	margin-left:1%;
	padding-left:1%;
	padding-top:0;
	border-left:1px solid white;
}

#tabs-datacenter .tab-content .contentLocation ,
#tabs-comscore .tab-content .contentComscore {
	width:100%;
}
#tabs-datacenter .convert ,
#tabs-comscore .convert {
	display:flex;
}

#tabs-datacenter .tab-content .tab-pane .data > div h3, 
#tabs-comscore .tab-content .tab-pane .data > div h3 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 300;
}
#tabs-datacenter .nav-tabs a.nav-item:hover:after, 
#tabs-work .nav-tabs a.nav-item:hover:after, 
#tabs-comscore .nav-tabs a.nav-item:hover:after, 
#tabs-datacenter .nav-tabs a.nav-item.active:after, 
#tabs-work .nav-tabs a.nav-item.active:after, 
#tabs-comscore .nav-tabs a.nav-item.active:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #fff;
		display:none;
}
/*-----------------------*/
footer .bottom .copy {
    width: 100%;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/*-----------------------*/
#form-contact {
	    padding: 60px 10px 30px;
}
#form-contact .form-row {
    margin-bottom: 0;
}
#form-contact .form-row > div{
	margin-bottom:10px;
}
#accordion-footer .panel p {
    display:none;
}

#form-contact .form-control {
	
    height: 35px;
}
#form-contact button.btn-submit {
	    width: 100%;
    height: 40px;
}
#form-contact textarea.form-control {
    display: block;
    width: 100%;
    height: 60px;
}

/*-----------ojo con el cierre------------*/
}



 
/*iphone 6 PLUS vertical*/
@media screen and (min-device-width : 414px)  and (max-device-width : 736px){ 
 
}
/*iphone 6 vertical*/
@media screen and (min-width:321px) and (max-width:374px) {

 
}

/*iphone X vertical*/
@media screen and (min-width:375px) and (max-width:399px) {

 
}
/*iphone 5s vertical*/

@media screen and (min-width:200px) and (max-width:320px) {
 header .logo-adn a,
 header.fixea .logo-adn a {
    width: 120px;
    height: 25px;
}

.btn.goto-contact {
    min-width: 90px;
    padding: 5px 5px;
    position: absolute;
    top: 12px;
    right: 80px;
    font-size: 10px;
}
.grafic-shield .grafic.quality {
    top: 9px;
    width: 143px;
    left: 1px;
}

.grafic-shield .grafic.efficiency {
    top: 12px;
    width: 144px;
    height: 164px;
    right: 1px
}

.grafic-shield .grafic.safety {
    left: 14px;
    bottom: 10px;
    width: 130px;
    height: 171px;
}

.grafic-shield .grafic.transparency {
    height: 159px;
    bottom: 15px;
    right: 15px;
    width: 131px;
}
}

/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */
/* END RESPONSIVE.CSS */
/* ===== +++++ ===== +++++ ===== +++++ ===== +++++ ===== +++++ */

.contenido-news figure img {
	width: auto !important;
	height: 100%;
	opacity: 0.7;
}

.contenido-news figure {
    background: #000000;
}
