@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
/*RESET*/
* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    //-webkit-text-stroke-width: .05px;
  //-webkit-text-stroke-color: white;
  -webkit-font-smoothing:antialiased;
  text-rendering: optimizeLegibility;
}
html, body, header, macontein, footer, section, article, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-image: url(/gnfactory/LNC/GNF/2017/03/22/0004/svg/bg.svg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;    

}
li {
  list-style: none;
}
a {
    outline: none;
    text-decoration: none;
}
/*RESET*/
/*TEMPLATE*/
header {
	width: 100%;
	height: 60px;
/*
	position: fixed;
*/
	background-color: #fff;
	box-shadow: 0px 0px 10px #888888;
	z-index: 100;
}
header .content {
	position: relative;
}
header a {
	transition: background-color 1s ease;
}
nav#menu {
	position: absolute;
	top: 10px;
	left: 0px;	
}
nav#menu .icon {
	width: 40px;
	height: 40px;
	position: relative;
	background-image: url(/gnfactory/LNC/GNF/2017/03/22/0004/svg/icon_menu.svg);
	transition: background-color 1s ease;
	cursor: pointer;
}
nav#menu .icon:hover {
	background-color: #dedede;
}
nav#menu #sections {
	width: 200px;
	padding: 10px;
	position: absolute;
	top: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px #d3d3d3;	
	z-index: 100;
}
nav#menu #sections li a {
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #404040;
	letter-spacing: -0.3px;
	transition: color 1s ease;
}
nav#menu #sections li a:hover {
	color: #000;
}
#logo {
	position: absolute;
	left: 50px;
}
#logo a {
	float: left;
}
#logo.ln a {
	width: 122px;
	height: 26px;
	left: 15px;
	margin: 16px 0 0 5px;
	background: url(/gnfactory/LNC/GNF/2017/03/22/0004/svg/logo_ln-desktop.svg) no-repeat center center;
	background-size: contain;
}
#logo.ln_70 a {
	width: 152px;
    height: 39px;
	left: 15px;
	margin: 13px 0 0 5px;
	background: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/logo_ln-desktop_70.png) no-repeat center center;
	background-size: contain;
}
#logo.ln_70-bv a {
	width: 192px;
    height: 39px;
	left: 15px;
	margin: 13px 0 5px 0;
	background: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/logo_ln-desktop_70-bv.png) no-repeat center center;
	background-size: contain;
}

#logo span {
	margin-left: 15px;
    color: #222222;
	line-height: 60px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.3px;
	font-family: Roboto Slab;
}
#logo.ln_70-bv span {
	display: none;
}
.bonus .contenidos .logo {
    width: 205px;
    height: 135px;
    margin: auto;
    background: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/logo_portada.png) no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 570px) {
	#logo span {	
		display: none;
	}
	#logo.ln a {
		width: 29px;
		height: 26px;
		background: url(/gnfactory/LNC/GNF/2017/03/22/0004/svg/logo_ln-phone.svg) no-repeat center center;
		background-size: contain;
	}
    #logo.ln_70 a {
		width: 73px;
    	height: 39px;
    	margin: 13px 0 5px 0;
		background: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/logo_ln-phone_70.png) no-repeat center center;
		background-size: contain;
	}
    #logo.ln_70-bv a {
		width: 107px;
    	height: 39px;
    	margin: 13px 0 5px 0;
		background: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/logo_ln-phone_70-bv.png) no-repeat center center;
		background-size: contain;
	}	
}
#social {
	position: absolute;
	right: 10px;
	top: 15px;
}
#social li {
	display: inline-block;
}
#social li a {
	width: 50px;
	height: 30px;
	display: block;
	margin-left: 5px;
	background-size: auto;
	background-repeat: no-repeat;
}
#social li a.facebook {
	background-image: url(/gnfactory/LNC/GNF/2017/03/22/0004/svg/icon_facebook.svg);
}
#social li a.twitter {
	background-image: url(/gnfactory/LNC/GNF/2017/03/22/0004/svg/icon_twitter.svg);
}
#social li a.google {
	background-image: url(/gnfactory/LNC/GNF/2017/03/22/0004/svg/icon_google.svg);
}
#sponsor {
	padding-top: 60px;
	position: relative;
	z-index: 10;
}
#sponsor .title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #e2e2e2;
}
#sponsor .logo {
	height: 50px;
	padding-top: 5px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
#sponsor {
  padding-top: 60px;
  position: relative;
  z-index: 10;
}
#sponsor .title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  background: #e2e2e2;
}
#sponsor .logo {
  height: 50px;
  padding-top: 5px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}
.main > p {
    text-align: center;
    padding: 50px 20px;
}
@media screen and (max-width: 832px) {
    footer {
        position: relative;
        /*margin-top: 210px;*/
        padding: 20px;
        /*bottom: -140px;*/
    }
}

/*** BANNER **/
.banner {
    margin: 0 0 1px 0;
    padding: 20px 0; 
}

.banner p {
    width: 300px;
    height: 25px;
    margin: 1px auto;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 25px;
}

.banner .content {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    background: #ffffff
}

.banner_m{
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    display: none;
}

/*********************/

footer .link {
    width: 320px;
    display: none;
    position: absolute;
    right: 10px;
    top: -120px;
    padding: 15px;
    background: #000;
    border-radius: 4px;
    opacity: .9;
    z-index: 100;
}
footer .link .close {
  width: 100%;
    display: block;
    position: relative;
}
footer .link .close img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}
footer .link a img {
    width: 75px;
    float: left;
}
footer .link a span {
    width: 190px;
    float: left;
    margin-left: 20px;
    font-family: 'Roboto Slab', serif;
    color: #004a80;
  font-size: 16px;
  line-height: 22px;
}
footer .link a span strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
  line-height: 12px;
    color: #616161;
}
footer .main {
    max-width: 100%;
    margin: 0 auto;
    background-image: url(/gnfactory/LNC/GNF/2017/03/22/0004/svg/footer.svg);
    background-position: left;
    background-repeat: no-repeat;
}
footer .main p {
  color: #616161;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
}
footer .main p strong {
  color: #848484;
}
footer .main p a {
    text-decoration: underline;
    color: #616161;
}
footer .main p span {
    color: #a5a5a5;
}
/*TEMPLATE*/
header #back {
    position: absolute;
    right: 123px;
    top: 15px;
    z-index: 1001;
}
header #back a {
    height: 25px;
    padding-left: 22px;
    line-height: 25px;
    color: #004a80;
    font-size: 14px;
    font-weight: 600;
    background: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/btn_back.png) no-repeat left;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
header #back a:hover {
    opacity: 1;
}
main {
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
}
/*INDEX*/
#cover {
    position: absolute;
    top: 15%;
    right: 10%;
    text-align: right;
}
#cover h1 {
    margin-bottom: 25px;
    color: #000;
    font-size: 4em;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    line-height: 70px;
}
#cover h2 {
    color: #000;
    font-size: 3em;
    font-weight: 600;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    line-height: 60px;
}
#cover h1, #cover h2 {
    opacity: 0;
}
@media screen and (max-width: 570px) {
#cover {
    top: 15%;
    left: 5%;
}
}
#cover ul {
    margin-top: 20px;
}
#cover li {
    display: inline-block;
    opacity: 0;
}
#cover li a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
	font-family: 'Roboto Slab', serif;
}
#cover li a:hover {
    text-decoration: underline;
}
/*INDEX*/
/*SLIDER*/
#slider {
    width: 100%;
    height: 100%;
    background: #000;
    color: #004a80;
}
@media screen and (max-width: 570px) {
    #slider {
        height: calc(100vh + 100px);
    }
}
#slider .controls {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
}
#slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
#slider .controls ul.tabs li {
    margin: 0 10px 0 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
	color: #004a80;
    cursor: pointer;
    opacity: .5;
}
#slider .controls ul.tabs li.current {
    opacity: 1;
}
#slider .controls ul.tabs li span {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
    border-radius: 20px;
    background: #004a80;
}
#slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%;
}
#slider .controls ul.arrows li  {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
#slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/arrow_backward.png);
}
#slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/arrow_forward.png);
}
#slider .controls ul.arrows li:hover {
    opacity: 1;
}
#slider .disabled {
    visibility:hidden !important;
}
#slider .items {
    width: 100%;
    position: absolute;
    top: 0;
}
#slider .items .item {
    width: 100%;
    height: calc(100vh - 150px);
	position: absolute;
	display: none;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;

    animation: animationFrames linear 10s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: animationFrames linear 10s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames linear 10s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: animationFrames linear 10s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: animationFrames linear 10s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
}
@media screen and (max-width: 570px) {
    #slider .items .item {
        height: calc(100vh + 100px);
    }
}
#slider .items .item .content {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/img_pattern.png) repeat;
}
#slider .items .item .content .info {
    width: 60%;
    position: absolute;
    top: 30%;
    left: 20%;
}
#slider .items .item .content .info h1 {
    margin-bottom: 20px;
	color: #bebebe;
    font-size: 48px;
    font-family: 'Roboto Slab', serif;
    line-height: 48px;
}
#slider .items .item .content .info p {
	color: #004a80;
    font-size: 17px;
    font-weight: 400;
}
@media screen and (max-width: 570px) {
#slider .items .item .content .info {
    top: 20%;
    left: 15%;
}
}
/*SLIDER*/
/*ANIMATION*/
@keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
/*ANIMATION*/


/****/
.logo{
    margin: 0 auto;
    text-align: center;
}

.bonus{
   max-width: 1038px;
   margin: auto;
}

.bonus .contenidos {
  width: 100%;
  margin: auto;
  margin-top: 75px;
}

.bonus .contenidos h1{
    color: #004a80;
    font-size: 0.6em;
    font-weight: 100;
}
.bonus .contenidos p{
    color: #7B7B7B;
    max-width: 750px;
    margin: auto;
}


.bonus .contenidos .titulod{
  font-family: "Open Sans",sans-serif;
  font-size: 60px;
  color: #004a80;
  font-weight: normal;
  /*text-shadow: 0px 9px 16px rgba(10, 0, 6, 0.56);*/
  margin: auto;
  text-align: center;
line-height: 132px;
}

.bonus .contenidos .titulod p{
  font-size: 18px;
    line-height: 24px;
}

.bonus .contenidos .titulod span{
  font-size: 18px;
}


.bonus .contenidos .notas_bonus {
  margin-top: 30px;
  display: block;
}
.bonus .contenidos .notas_bonus:after {
  clear: both;
  content: "";
  display: table;
}

.bonus .contenidos .notas_bonus_m{
 display: none;
}


.bonus .contenidos .notas_bonus .nota {
   float: left;
   width: 252px;
   position: relative;
   margin-right: 10px;
}
.open-video { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10; }
.bonus .contenidos .notas_bonus .nota:last-child {
  margin-right: 0;
}

.bonus .notas_bonus .cuadro {
  background-color: #1993a1;
  width: 100%;
  height: 75px;
  cursor: pointer;
}

.bonus .notas_bonus .titulo {
  font: 400 14px / 15px 'Open Sans',sans-serif;
  color: #f4f7eb;
  text-shadow: none;
  text-transform: none;
  position: relative;
  padding: 4px 0 10px 10px;
}

.bonus .notas_bonus .titulo a {
   color: #f4f7eb;
   font-weight: 100;
}

.bonus .notas_bonus .imagen {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.bonus .notas_bonus .imagen img {
  width: 100%;
  height: auto;
}

.bonus .notas_bonus .irnota {
  position: relative;
  top: -36px;
  /*text-align: center;
  background-color: rgba(0, 0, 0, 0.18);*/
  width: 160px;
  /*height: 36px;
  margin: auto;*/
  left: 11px;
}
.bonus .notas_bonus .irnota  a{
    color: #f4f7eb;
    font: 700 12px / 21px 'Open Sans',sans-serif;
    text-transform: uppercase;
    line-height: 37px;
    text-decoration:none;
}

@media screen and (max-width: 1024px) {
 main .pulicidad_fixed  {
   display: none;
 }

.bonus .contenidos .notas_bonus .nota {
   margin-right: 5px;
}

}


@media screen and (max-width: 768px) {
 main .pulicidad_fixed  {
   display: none;
 }

 .banner {
    display:none;
 }

}

@media screen and (max-width: 832px) {
    .bonus .contenidos .logo {
       margin-top: 80px;
    }

    .bonus .contenidos .titulod {
      font-size: 30px;   
      line-height: 30px;
    }

    .bonus .contenidos {
        width: calc(100vh + 100px);
        margin: 150px auto auto;
        max-width: 80%;
      }
    .bonus .contenidos .titulod{
    font-size: 42px;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 110px;
    }
    .bonus .contenidos .titulod p {
        font-size: 16px;
        padding: 10px;
    }
    .bonus .contenidos .notas_bonus {
        margin: 30px auto auto;
        width: 272px;
    }
    .bonus .contenidos .notas_bonus .nota {
      margin-top: 20px;
      margin-right: 0;
    }
    .bonus .contenidos .notas_bonus .nota:first-child {
      margin-top: 0;
    }
}

@media screen and (max-width: 570px) {
        #slider .items .item {
            height: calc(100vh + 100px);
        }
        .bonus .contenidos {
        width: calc(100vh + 100px);
        margin: auto;
        max-width: 90%;
        }
    .bonus .contenidos .titulod{
    font-size: 32px;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 20px;
    }
    .bonus .contenidos .titulod p {
    display: none;
    }
    .logo {
    margin-top: 80px;
    }
}


/*CAPITULO UNO */

#contenedor{
    max-width: 800px;
    margin: 0 auto;
}
.logoVisionarios{
    background-image: url(/gnfactory/LNC/GNF/2017/03/22/0004/img/logo_detalle.png);
    width: 157px;
    height: 103px;
    background-repeat: no-repeat;
    margin-top: 70px;
    cursor: pointer;

}

.contenidosrelacionados .contenidos {
  width: 800px;
  height: auto;
  margin: auto;
}
.contenidosrelacionados .contenidos .titulod{
  font-family: "Open Sans",sans-serif;
  font-size: 0.6em;
  color: #00bbce;
  margin: auto;
  margin-top: 20px;
  text-transform: uppercase;
}
.contenidosrelacionados .contenidos .titulod span{
  font-family: "Open Sans",sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #004a80;
  Margin: 5px 0 15px 0;
  text-transform: none;
}

.contenidosrelacionados .contenidos p{
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #7B7B7B;
  width: 100%;
  margin: 10px auto;
}
.contenidosrelacionados .contenidos p span{
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  padding-left: 11px;
}

.contenidosrelacionados .contenidos .notas {
  margin-top: 30px;
  display: block;
}
.contenidosrelacionados .contenidos .notas_m{
 display: none;
}


.contenidosrelacionados .contenidos .notas .nota {
  display: block;
  position: relative;
  left: 15px;
}

.contenidosrelacionados .contenidos .notas .nota .cuadro {
  background-color: rgba(0, 0, 0, 0.18);
  width: 805px;
  border: solid 1px #1993a1;
  margin-left: -15px;
}

.contenidosrelacionados .contenidos .notas .nota .titulo {
  font: 600 17px / 21px 'Open Sans',sans-serif;
  color: #f4f7eb;
  width: 245px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  position: relative;
  top: 10px;
  margin: auto;
}

.contenidosrelacionados .contenidos .notas .video {
  width: 800px;
  height: 465px;
  margin: auto;
  position: relative;
  top: 22px;
left: 1px;
}

.contenidosrelacionados .contenidos .notas .nota .cuadro2 {
  /*background-color: #1993a1;*/
  background-color: rgba(255, 255, 255, 0.18);
  width: 805px;
  height: 45px;
  position: relative;
  margin-left: -15px;
  padding: 10px;
  cursor: pointer;
}

.contenidosrelacionados .contenidos .notas .nota .cuadro2 imagen {
    width: 20px;
    height: 20px;
    position: relative;
    top: 22px;
    left: 1px;
    margin: auto;
}


.contenidosrelacionados .contenidos .notas .nota .cuadro2 .imagen {
    background-image: url('/gnfactory/LNC/GNF/2017/03/22/0004/img/play.png');
    width: 20px;
    height:20px;

}


.contenidosrelacionados .contenidos .notas .nota .cuadro2 .subtitulo {
  font: 600 12px / 14px 'Open Sans',sans-serif;
  color: #004a80;
  position: relative;
  line-height: 14px;
  width: auto;
  padding: 0px;
  margin-left: 0px;
  margin-top: 5px;

}
.contenidosrelacionados .contenidos .notas .nota .cuadro2 .subtitulo span {
  font: 800 12px / 14px 'Open Sans',sans-serif;
  color: #004a80;
    margin: 0 5px 0 0;
}

.contenidosrelacionados .contenidos .notas  .nota .descripcion {
  color: #f4f7eb;
  font: 400 14px / 18px 'Open Sans',sans-serif;
  width: 273px;
  position: relative;
  top: 30px;

}

.contenidosrelacionados .contenidos .notas .nota .irnota {
  position: relative;
  top: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.18);
  width: 160px;
  height: 36px;
  margin: auto;
}
.contenidosrelacionados .contenidos .notas .nota .irnota  a{
    color: #f4f7eb;
    font: 700 12px / 21px 'Open Sans',sans-serif;
    text-transform: uppercase;
    line-height: 37px;
    text-decoration:none;
}

.list li, .listvideo li{
    color: #f4f7eb;
    font: 700 12px / 21px 'Open Sans',sans-serif;
    line-height: 37px;
    text-decoration: none;
    width: 805px;
    height: 50px;
    background-color: #2bbbd3;
    padding: 10px;
    margin: 1px auto;
    cursor: pointer;
}
.list li span, .listvideo li span{
    margin: 1px 5px 0 auto;
    left:10px;
    padding-left: 11px;
}

.list li.active, .listvideo li.active { background-color: #1993A1; }

@media screen and (max-width: 570px) {
        #contenedor{
        margin: 0 auto;
        overflow: hidden;
        }
        .contenidosrelacionados .contenidos .titulod {
        font-size: 0.5em;
        line-height: 25px;
        width: 100%;
        margin-top: 12px;
        }
        .contenidosrelacionados .contenidos p {
        font-size: 12px;
        line-height: 14px;
        width: 100%;
        margin: 10px auto;
        }
        .contenidosrelacionados .contenidos .notas .video {
        width: 295px;
        height: 245px;
        }

}

/*segundaparte Cap1*/


.bonusLanzadores{
    /*height:600px;*/
    max-width:840px;
    margin: 0 auto;
}

.bonusLanzadores .contenidos {
  width: 100%;
  margin: auto;
  margin-top: 50px;
}

.bonusLanzadores .contenidos .titulod{
  font-family: "Open Sans",sans-serif;
  font-size: 60px;
  color: #f4f7eb;
  font-weight: normal;
  /*text-shadow: 0px 9px 16px rgba(10, 0, 6, 0.56);*/
  margin: auto;
  text-align: center;
        line-height: 132px;
}

.bonusLanzadores .contenidos .titulod p{
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    color: #004a80;
}

.bonusLanzadores .contenidos .titulod span{
  font-size: 18px;
}


.bonusLanzadores .contenidos .notas_bonus_lanzadores {
  margin-top: 10px;
  display: block;
}
.bonusLanzadores .contenidos .notas_bonus_lanzadores:after { content: ""; display: table; clear: both; }
.bonusLanzadores .contenidos .notas_bonus_lanzadores_m{
 display: none;
}


.bonusLanzadores .contenidos .notas_bonus_lanzadores .nota {
  display: block;
  width: 272px;
  position: relative;
  margin-right: 10px;
  float: left;
}

.bonusLanzadores .contenidos .notas_bonus_lanzadores .nota:last-child {
  margin-right: 0;
}

.bonusLanzadores .notas_bonus_lanzadores .cuadro {
  background-color: #1993a1;
  width: 100%;
  height: 75px;
  margin: auto;
}

.bonusLanzadores .notas_bonus_lanzadores .titulo {
  font: 400 14px / 15px 'Open Sans',sans-serif;
  color: #f4f7eb;
  text-shadow: none;
  text-transform: none;
  position: relative;
  padding: 10px;
}

.bonusLanzadores .notas_bonus_lanzadores .titulo a {
  color: #f4f7eb;
  font-weight: 600;
}

.bonusLanzadores .notas_bonus_lanzadores .imagen {
    width: 100%;
    margin: auto;
    position: relative;
    height: auto;
}

.bonusLanzadores .notas_bonus_lanzadores .imagen img {
  width: 100%;
  height: auto;
}

.bonusLanzadores .notas_bonus_lanzadores .irnota {
  position: relative;
  top: 270px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.18);
  width: 160px;
  height: 36px;
  margin: auto;
  left: -23px;
}
.bonusLanzadores .notas_bonus_lanzadores .irnota  a{
    color: #f4f7eb;
    font: 700 12px / 21px 'Open Sans',sans-serif;
    text-transform: uppercase;
    line-height: 37px;
    text-decoration:none;
}

#comentarios {width: 840px;margin: auto;margin-top: 40px;font-size: 10px;background: #fff;}

@media screen and (max-width: 832px) {
   #seek-list-video ul.listvideo{
        width: 90%;
        margin: auto;
   }

       .bonusLanzadores .contenidos {
        width: calc(100vh + 100px);
        margin: auto;
        max-width: 80%;
        }
    .bonusLanzadores .contenidos .titulod{
    font-size: 42px;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 110px;
    }
    .bonusLanzadores .contenidos .titulod p {
        font-size: 16px;
        padding: 10px;
    }
    .contenidosrelacionados .contenidos, #seek-timer { width: 90%; margin: auto; }
    .contenidosrelacionados .contenidos .notas .nota .cuadro,
    .contenidosrelacionados .contenidos .notas .nota .cuadro2,
    .list li, .listvideo li  { width: 100%; margin-left: 0; }
    .contenidosrelacionados .contenidos .notas .nota { left: 0; }
    .bonusLanzadores .contenidos .notas_bonus_lanzadores .nota { margin-bottom: 10px; }
}

@media screen and (max-width: 705px) {
  .bonusLanzadores .contenidos .notas_bonus_lanzadores { width: 272px; margin: 30px auto auto; }
  .bonusLanzadores .contenidos .notas_bonus_lanzadores .nota { margin-right: 0px; }
  #comentarios {width: 100%}
}

@media screen and (max-width: 570px) {
        #slider .items .item {
            height: calc(100vh + 100px);
        }
        .bonusLanzadores .contenidos {
        width: calc(100vh + 100px);
        margin: auto;
        max-width: 90%;
        }
    .bonusLanzadores .contenidos .titulod{
    font-size: 32px;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 80px;
    }
    .bonusLanzadores .contenidos .titulod p {
    display: none;
    }
}

#footer_cap1{
    position: relative;
    background-repeat: no-repeat;
    background-position: left;
}


.comentarios {text-align:center;}
.comentarios p {text-align: center;color:#fff;}

@media screen and (max-width: 768px) {
  .banner_m{display: block;z-index: 1;margin-bottom: -5px;text-align: center;}
  .banner{display: none;}
}

@media screen and (max-width: 320px) {
  body, html { width: 320px; }
}

main .pulicidad_fixed {
    height: 1px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 150px;
    width: 98%;
}

main .pulicidad_fixed .publiA {
    float: left;

}

main .pulicidad_fixed .publiB {
    float: right;

}

