@charset "utf-8";
/* CSS Document */
/*===  $$ @font-face // Google fonts  ====*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arapey:400italic);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i');
@import 'royalslider.css';
/*==========  $$Etiquetas  ==========*/
html{
	font-size:16px;
}


body {
	font-size:1em; /*Fallback*/	
	font-size:1rem;
    font-family: 'Oswald', sans-serif;
	background:#fff6e8;
	/*	font-family: Arial, Helvetica, sans-serif;*/
}



main{/*Influye en la estructura*/
	display:block;
	width:auto;
	height:auto;
	min-height:100%;


}
main:after{/*Influye en la estructura*/
	width: 100%;
	height: 2em;/*la misma altura del footer*/
	display: block;
	clear: both;
	overflow:hidden;
}
p {
}
i {
}
b {
}
strong {
	font-weight:bold;
}
em{
}
small {
	font-size:80%;
}
big {
	font-size:120%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
a {
}
a:link {
	/*text-decoration:underline;*/
}
a:hover {
	/*text-decoration:underline;*/	
}
a:active {
}
a:visited {
}
a:visited:hover {
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
aside{
	overflow:hidden;
	display:block;
}
/*==========  $$Wrapper  ==========*/
.wrapper{
/*Mantener la relación de con la altura del Footer*/
	padding-bottom:-5em;
}
.wrapper:after{
	height: 5em;
}
/*=========  $$Form  =========*/
/*=========  Validación  ========*/
input:required:focus:invalid {
	background-color: red; 
	border: 1px solid black;
}
input:required:focus:valid {
	background-color: green; 
	border: 1px solid black;
}
/*=========  $$Estilos utilitarios  ========*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.space {
	height:1em;
	clear:both;
}
.img-responsive{
	width:100%;
	height:auto;
}
.invisible {
    visibility: hidden;
}
.not-desktop{
	display:none;
	/*los estilos not-tablet y no-mobile se definen en los media queries*/
}
.only-desktop{
	display: block;
}
.only-tablet, .only-mobile{
	display:none; 
}
.fullheight{
	width: 100%;
	height:450px; /*Modificar*/
}
#ir-arriba {
	display:none;
	text-align: right;
	right:1em;
	position: fixed;
	bottom: 4em;
}
#ir-arriba a {
	display:inline-block;
	width: 5em;
	padding:1em;
	font-size:0.8em;
}
#ir-arriba a:hover {
}
.go-top{
	position: fixed;
    height: 42px;
    width: 42px;
    right: 30px;
	bottom: 70px;
	opacity: 0.8;
	display: none;
	cursor: pointer;
	z-index: 6000000000;
}
/*=========  $$Layout  ========*/
/*=========  $$Header  ========*/
header{
	padding:30px 0 0 0;
	text-align:center;
	overflow:hidden;
	z-index:-5;
		background:url(../../img/bg_entrevistas.jpg) center top no-repeat #42392d;
	
}

.header-titulo{
		margin-top:55px;
		margin-bottom:55px;
}
header h1 {
	background:url(../../img/logo-diariomedico.png) no-repeat;
	width:225px;
	height:60px;
	margin:auto;
}
header h1 span{
	display:none;
}
header h2 {
	color:#FFF;
	font-size:2.5em;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
}
header h3 {
	font-size:1em;
	font-weight:400;
	color:#006666;
	text-align:center;
	text-transform:uppercase;
	padding:3px;
	background:#ff9900;
	display:block;
	max-width:350px;
	margin:auto;
	font-family: 'Oswald', sans-serif;
}

header nav{
	margin:25px 0 25px 0;
}

header aside {
	position:absolute;
	right:25px;
	top:40px;
}

header aside li{
	list-style:none;
	display:inline;
	margin-right:10px;
}

header .header-mouse{
	height:90px;
	padding:40px 0 0 0;
	margin-top:30px;
	background:url(../../img/ico-mouse.png) center top no-repeat;
}

@keyframes mouse-arrows-anima {
0%   { opacity: 1; margin-top: 0px; }
98% { opacity: 0; margin-top: 20px; }
99% { opacity: 0; margin-top: 0px; }
100% { opacity: 1; margin-top: 0px; }
}
@-webkit-keyframes mouse-arrows-anima {
0%   { opacity: 1; margin-top: 0px; }
98% { opacity: 0; margin-top: 20px; }
99% { opacity: 0; margin-top: 0px; }
100% { opacity: 1; margin-top: 0px; }
}

.mouse-arrows{
	margin-top: 0px; 
	-webkit-animation: mouse-arrows-anima 2s infinite; 
	animation:        mouse-arrows-anima 2s infinite; 
}

.header-twitter{
	max-width:500px;
	min-height: 25px;
	color:#FFF;
	text-align:left;
	background:url(../../img/ico-twitter.png) left top no-repeat;
	padding-left:40px;
	margin:150px auto 30px auto;

	
	
}

/*=========  $$Menu  ========*/

nav ul{
	text-align:center;
	margin:auto;
}
nav li{
	list-style:none;
	display:inline;
	margin-right:20px;
}

nav li:last-child{
	margin-right:0;
}
nav a{
	text-decoration:none;
	color:#FFF;
}
nav a:hover{
	text-decoration:none;
	color:#ff9900;
}

nav .seleccionado{
	text-decoration:none;
	color:#ff9900;
	border-bottom: solid #ff9900 4px;
}

.navegacion .menuIcon span {
    display: block;
    margin: 6px 3px 4px 0px;
    height: 2px;
    background: #ffffff;
    width: 20px;
		
}

.navegacion .menuIcon {
		display: none;
		width: 30px;
		height: 30px;
		text-align: center;
		cursor:pointer;
	}
	
.navegacion .menuIcon:hover {
}

.navegacion .menuIcon a {
	
	display: inline-block;
	color: #01076b;
}

.navegacion .menuIcon a img {
	vertical-align: middle;
}

/*=========  $$Contenido  ========*/

.modulo-txtinicio{
	color:#01076b;
	font-size:1.2em;
	font-weight:300;
	max-width:400px;
	width:90%;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}

.modulo-lideres {
	/*background-color:red;*/
	max-width: 60em;
    max-width: 60rem;
	margin:0 auto;
	font-size: 0.8em;
}

.listadolideres {
	text-align:center;
	margin: 3em 0;
}

.listadolideres li {
	display:inline-block;
	/*width:18%;
	margin:0.5%;*/
	width: 14%;
    margin: 1%;
	padding-bottom:1em;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
}

.listadolideres li:hover .lider-foto, .listadolideres .activo .lider-foto{
	opacity:1;
}

.listadolideres li:hover .lider-nombre, .listadolideres .activo .lider-nombre{
	color:#006666;
	background-color:#ff9900;
}
.listadolideres .lider-nombre p .activo{
	color:#006666;
	background-color:#ff9900;
}


.listadolideres .lider-foto {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
	margin-bottom:0.8em;
	opacity:0.5;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
	transition:all 0.2s ease-in;
	width: 7em;
}

.listadolideres .lider-nombre {
	color:#ffffff;
	background-color:#22979f;
	padding:3px 0;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
	transition:all 0.2s ease-in;
	font-family: 'Oswald', sans-serif;
}

figure.logo-merck{
	right: 10%;
	top:330px;
	position: absolute;
}

.listadolideres .lider-cargo {
	font-size:0.9em;
	font-weight:300;
	color:#333333;
	font-style: normal;
	margin-top: 0.4em;
	font-family: 'Oswald', sans-serif;
}
.modulo-lideres1 {
    display: table;
    width: auto;
    margin: 10px auto;
	padding: 2em 0;
}
.modulo-lideres h1 {
    display: block;
    float: left;
    font-size: 1.3em;
    font-weight: normal;
    margin-right: 1em;
}
section.combobox {
    width: 100%;
}
.content_combobox {
    display: block;
    float: left;
}
.modulo-lideres1 select {
    padding: 3px;
    margin: 0;
    color: #ffffff;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../../img/icon_select.jpg) no-repeat #339999 315px;
    width: 350px;
}
.modulo-discurso {
	position:relative;
	font-size:1em;
	background-color:#FFFFFF;
}

.franja-azul { 
	background-color: #22979f;
    height: 2.6em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

/*
.discurso-contenido {
	max-width: 60em;
    max-width: 60rem;
    margin: 0 auto;
	display:none;
}
*/

[class^="discurso-contenido-"] {
	max-width: 60em;
    max-width: 60rem;
    margin: 0 auto;
	display:none;
}

.discurso-titulo {
	color: #ffffff;
	text-transform:uppercase;
	font-size:1.5em;
	line-height: 1.8em;
}

[class^="discurso-contenido-"] .parrafo {
	font-weight:300;
	text-align:justify;
	padding: 1em 0 1em 0;
	line-height: 2;
	font-family: 'Roboto', sans-serif;
}

[class^="discurso-contenido-"] .sumario {
	text-align:center;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	color: #22979f;
	border: solid 1px #22979f;
    padding: 21px;
    width: 50%;
    margin: 10px auto;
	
}
.parrafo a, .texto-entradilla a {
    color: #22979f;
    text-decoration: underline;
	text-decoration: none;
}
[class^="discurso-contenido-"] .parrafo a {
    color: #22979f;
    text-decoration: underline;
	text-decoration: none;
}
[class^="discurso-contenido-"] .parrafo img {
    float: left;
    display: block;
    margin: 5px 1em 1em 0;
}
img.imagen_a_la_derecha {
    float: right !important;
    margin: 5px 0 2em 2em !important;
}

[class^="discurso-contenido-"] .parrafo span {
	display: inline-block;
	margin-top: 1em;
	color: #006666;
	font-weight: 300;
}
[class^="discurso-contenido-"] ul{
	display: table;
	width: 100%;
	
}
[class^="discurso-contenido-"] li{
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
}
[class^="discurso-contenido-"] li.derecha{
	text-align: right;
}

[class^="discurso-contenido-"] .tribuna {
    border-top: 8px solid #22979f;
    background: #f3f3f3;
    line-height: 2;
    display: block;
    padding: 2em;
}
[class^="discurso-contenido-"] .tribuna p {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1em;
    text-align: justify;
}

.discurso-autor {
	color:#000000;
	line-height: 2.6em;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
}

.discurso-autor span {
	font-weight:300;
	margin-left:0.4em;
	font-style:normal;
	font-family: 'Roboto', sans-serif;

}
.texto-entradilla{ 
	max-width: 584px;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 1em;
	line-height: 2;
}

.datos-autor {
	position: relative;
    top: 0;
    z-index: 0;
}

.datos-autor figcaption {
	display:inline-block;
	vertical-align:top;
	margin-left: 1em;
}

.datos-autor img {
	width:22em;
}





/*=========  $$Footer  ========*/
footer{
	clear:both;
	display:block;
	bottom:0;
	margin: 0 auto 0;
	font-family: 'Arapey', serif;
	font-size:1em;
	color:#01076b;
	text-align:center;
}
footer h1{
	color:#22979f;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	margin: 3em auto;

}

/*=========  $$Swiper  ========*/
.swiper-slide{
	width: 300px !important;
	display: inline-block!important;
	margin:0 90px;
}
.swiper-img{
	height:auto;
	float:none;
	display: block;
}
.swiper-img span{
	color: #006666;
	background: #ff9900;
	padding: 0 5px;
	width: auto;
	float: left;
	margin: 0 0 15px 0;
	font-family: 'Oswald', sans-serif;
}

.swiper-txt{
	width:100%;
	text-align:left;
	float:none;
}


.swiper-txt h1{
	text-align:left;
	color:#22979f;
	font-size:1.4em;
	text-transform:uppercase;
	width:100%;
	margin: 0;
	padding: 10px 0;
	line-height: 1.2em
}


.swiper-txt input{
	background:none;
	border:1px #FFF solid;
	padding:5px;
	margin:10px 0 0 0;
	font-size:0.7em;
	font-weight:400;
	text-transform:uppercase;
	color:#FFF;
}

.swiper-txt input:hover{
	background:#01076b;
	color:#FFF;
}
.swiper-txt h2{
	text-align:left;
	color:#FFF;
	display:block;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	background:#e44a36;
	padding:3px;
	width:110%;
}
.swiper-txt p{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #22979f;
	font-size:0.8em;

}

.swiper-visiondelider{
	top: 0;
}

.swiper-pagination {
  position: relative;
  float:left;
  text-align: center;
	margin: 40px auto;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
  left: 0;
  width: 100%;
}
.swiper-container  {
	width: 100%;
	overflow: auto;
	margin: 40px auto !important;
}



.swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../../img/arrow-right_.png)!important;
	
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../../img/arrow-left_.png)!important;
	}

.buttomSpecial {
  margin: 10px 0 0;
height: 30px;
}
.buttomYellow {
  margin: 10px 0 0;
}
.buttom a {
  background: none;
  border: 1px solid #22979f;
  font-size: 0.7em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  color: #22979f;
  white-space:nowrap;
}
.buttomSpecial a{
  width: 25%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #22979f;
  color: #22979f;
  font-size: 0.7em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center;
   white-space:nowrap;
}
.buttomYellow a{
  width: 25%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ff9900;
  color: #ff9900;
  font-size: 0.7em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center;
   white-space:nowrap;
}
.buttom a:hover, .modulo-regalos-1 .buttom a:hover{
	background:#1b797f;
	color:#FFF;
}
.buttomSpecial a:hover{
	border: 1px solid #fff;
	background:#1b797f;
	color:#FFF;
}
.inactivo{opacity: 0.4;}	
/*=========  $$Media queries & Breakpoints  ========*/	
  @media only screen and (min-width: 1200px) {
}

@media screen and (max-width: 980px){
	[class^="discurso-contenido-"] { padding: 0 2em; }
}

/*=====  Tablet ====*/
  @media only screen and (min-width: 768px) and (max-width: 979px) {
}
 @media screen and (max-width: 800px) {
	.modulo-lideres { font-size:1em; }
	.listadolideres li { width:20%; }
}
/*=====  Mobile landscape====*/
 @media only screen and (min-width: 581px) and (max-width: 767px) {
}
 @media only screen and (max-width: 768px) {
	body{
		font-size:0.8em;
	}
	
	header {
		padding: 30px;
		background-size: cover;
	}
	
	
	header h1 {
		margin: auto;
	}
	
	header aside {
		top: 90px;
	}
	
	.header-titulo {
		margin-top: 100px;
	}
	
	.header-twitter{
	margin: 30px auto 30px auto;
	}

	.navegacion .menu {
		max-height: 0;
		overflow: hidden;
		float: none;
		text-align: center;
		width: 100%;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position:absolute;
		left: 0;
	}
	.navegacion .menu.menuOpen {
		max-height: 1000px;
		margin-top: 30px;
		z-index:5000;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.navegacion .menu ul li {
		display: block;
		width: 100%;
		padding:10px;
		background: rgba(255,255,255,0.9);
		
	}
	.navegacion .menu ul li:hover {
		background: #FFFFFF;
	}
	.navegacion .menu ul li a {
		color: #22979f;
		font-size:1.2em;
		width: 100%;
	}
	
	.navegacion .menu ul li:hover a {
		color:#ff9900;  
	}
	
	.navegacion .menuIcon {
		display: inline-block;
		position: absolute;
		left: 30px;
		margin-top: -15px;
	}
	
	.modulo-discurso { font-size:1.2em; }
	
	
	
}


	
/*=====  Display only-tablet // only-mobile //  only-desktop  ===== */
 @media only screen and (min-width: 768px) and (max-width: 979px) {
	.only-tablet{
		display:block;
	}
	.only-desktop{
		display:none !important;
	}
	.not-tablet{
		display:none;
	}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
	 .only-mobile{
		 display:block;
	 }
	 .only-desktop{
		display:none !important;
	}
	.not-mobile{
		display:none;
	}
}

/*=====  $$Mobile portrait  ====*/
@media screen and (max-width: 540px) {
	.datos-autor figcaption { margin-left: 0; display: block; }
	.discurso-autor { line-height: 0.6em; }
	[class^="discurso-contenido-"] .parrafo { padding: 11em 0 5em 0; }
	.listadolideres li { width:30%; }
	
	
}

 @media only screen and (min-width: 80px) and (max-width: 479px) {
	.only-mobile{
		display: block;
	}
	.only-desktop{
		display:none !important;
	}
	.not-mobile{
		display:none;
	}
	.bg{
		display:none;
	}
	body{
	
	}
	header h1 {
		background-size:contain;
		width:50%;
	}

}

/*=========  $$ Breakpoints  ========*/	
@media screen and (max-width: 360px) {
	
	.listadolideres li { width:45%; }

}

@media screen and (max-width: 320px) {
	.datos-autor figcaption { margin-top:0.8em; }
	.discurso-titulo { line-height: 1.3em; }
	.discurso-autor { line-height: 1.6em; }
	[class^="discurso-contenido-"] .parrafo { padding: 13em 0 5em 0; }
}

@media only screen and (max-width: 1200px) and (min-width: 980px) {

}

@media only screen and (min-width: 581px) and (max-width: 979px) {

}




.suscribete {
  background: #00ffd2;
  color: #01076b;
  font-size: 0.9em;
  padding: 10px;
}
.suscribete:hover {
  background: #01076b;
  color: #fff;
  font-size: 0.9em;
  padding: 10px;
}
