/*
	NORMALIZE
*/
  
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body { margin: 0; }

a {
  text-decoration: none;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none; }

b, strong {
  font-weight: bold; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

small {
  font-size: 80%; }

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

ul, ol {
  padding: 0; }

ul, li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0; }

ol li {
  list-style-type: decimal; }

p {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  margin: 0;
  padding: 0; }

/*
  FUENTES
*/

    @font-face {
      font-family: 'Montserrat';
      src: url('/fonts/especiales/montserrat/montserrat-light-webfont.woff2') format('woff2'),
           url('/fonts/especiales/montserrat/montserrat-light-webfont.woff') format('woff');
      font-weight: 300;
      font-style: normal;
    }

    @font-face {
      font-family: 'Montserrat';
      src: url('/fonts/especiales/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
           url('/fonts/especiales/montserrat/montserrat-regular-webfont.woff') format('woff');
      font-weight: 400;
      font-style: normal;
    }

   
    @font-face {
      font-family: 'Montserrat';
      src: url('/fonts/especiales/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
           url('/fonts/especiales/montserrat/montserrat-bold-webfont.woff') format('woff');
      font-weight: 700;
      font-style: normal;
    }


@keyframes appear {
    0%   {opacity:0; margin-top: 300px;}
    100% {opacity:1; margin-top: 0;}
}

@keyframes shrink {
    0%   { -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1); 
          }
    100% {  -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
}

 body,html{width: 100%; height: 100%; background-color: #fff; color: #000; }



/*
  GENERALES
*/
.contenedor_general{font-family: 'Montserrat'; 
    background: url(../img/fondo-general.svg?70422a) no-repeat left 45% bottom -12%;
    background-size: 37%;
    padding-left: 65%;
    margin-left: -65%;
}

.content{position: relative; height:100vh; width: 100%; display: block; max-width: 1600px; margin: 0 auto;}


 .content__interior{
    position: absolute;
    top:50%; 
    transform: translate(0, -50%);
    left: 0;
  }

.elpais{
  background: url(//elpais.com/iconos/v2.x/v2.0/logos/el_pais.svg) center no-repeat;
  background-size: auto 28px; 
  height: 26px;
  width: 120px;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 5;display: block;text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 27px 0;
}
.barra_compartir{z-index: 5;position: absolute;left: 180px;top: 10px; padding: 27px 15px;pointer-events: auto;}
.barra_compartir ul{margin: 0;padding: 0;list-style: none;}
.barra_compartir ul li{display: inline;margin: 0;padding: 0;}
.barra_compartir ul li a{display: inline-block;text-indent: 100%;white-space: nowrap;
overflow: hidden;width: 28px;height: 24px;background-position: center; background-size: auto 16px;background-repeat: no-repeat; }
.barra_compartir .facebook{background-image: url(../img/facebook.svg);}
.barra_compartir .twitter{background-image: url(../img/twitter.svg);}
.barra_compartir .googlemas1{background-image: url(../img/google.svg);}

.sharer-toggle{display: none;}


.verne{
  background: url(/verne/iconos/v1.x/v1.0/logos/verne_negro.svg) center no-repeat;
  background-size: contain; 
  height: 26px;
  width: 120px;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 5;display: block;text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 27px 0;
}

.foto{
  width: 40%;
  height: 100%;
  position:relative; 
  float:left;
}

.foto .foto__interior{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1.1, 1.1) translate(-50% , -50%);
  -moz-transform: scale(1.1, 1.1) translate(-50% , -50%);
  -ms-transform: scale(1.1, 1.1) translate(-50% , -50%);
  -o-transform: scale(1.1, 1.1) translate(-50% , -50%);
  transform: scale(1.1, 1.1) translate(-50% , -50%);
  /*-webkit-animation-name: shrink;
  -moz-animation-name: shrink;
  -ms-animation-name: shrink;
  -o-animation-name: shrink;
  animation-name: shrink;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;*/
  width: 100%;
}

.foto .foto__interior:after{
  content:"Ilustración: Bel Martín"; 
  right: 3%; bottom: -4%;
  position: absolute;
  font-size: 12px; 
  font-weight: 300;
  color: rgba(0,0,0, .8);
}


.col7{ 
  width: 60%;
  float: right; 
  max-width: 830px; 
  height: 100%;
  position: relative;
}

.col7__interior{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 90%;
}

.intro{
  position: relative;
} 

.intro h1{
  padding: 0;
  line-height:100%;
  text-indent: -99999999px; 
  background: url(../img/titulo-principal.svg) no-repeat center left;
  background-size: contain;
  height: 150px;
}

.intro p{
  font-weight: 300;
  font-size: 21px;
  line-height: 125%;
  margin-top: 40px;
}

.intro p a{
  font-weight: 400;
  color: #ffc31a;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}


.botones{ 
  margin-top: 80px;
  overflow: hidden;
}

.botones__interior{
  margin: 0;
  position: relative;
  width: 100%;
  animation-name: appear;
  animation-duration: 2s;
}

.botones a {
  width: auto; 
  display: inline-block; 
  line-height: 120%; 
  background-color:#000; 
  color: #FFF; 
  transition: all 1s;
  font-weight: 700;
  font-size: 22px; 
  padding: 30px 0;
  text-align: center;
  float: left;
} 

.botones .botones__interior a {
  width: 49%;
  margin: 10px 0;
  float: left;
}
.botones .botones__interior a:first-of-type{
  margin-right: 2%
}


/* página inicio */
.portada-especial .contenedor_general{  width: 100%;   margin: 0 auto;  padding: 0 5%;  background-position: left 60% bottom -10%;  background-size: 1450px; background-image: url(../img/fondo-general-portada.svg?22);}
.portada-especial .contenedor_general .content{ background: url(../img/apertura-fondo.svg) no-repeat;   background-size: 380px;  background-position: right 14% top 57%;  max-width: 1200px;  min-height: 1060px;}
.portada-especial .intro{  height: auto;  max-width: none;}
.portada-especial .intro h1{   height: 205px;  margin-bottom: 75px;}
.portada-especial .intro p{  font-weight: 400;  font-size: 27px;  line-height: 120%;  width:100%;  max-width: 660px;   color: #000;  text-align: left;}
.portada-especial .botones{  margin-top: 100px;}
.portada-especial .botones a {   margin: 17px 1.5%;  width: 47%;  float: left;  font-size: 33px;}

/* fin página de inicio */

/* dejar-el-trabajo */
.dejar-el-trabajo .intro h1{  background-image: url(../img/dejar-el-trabajo.svg);  height: 100px;}
.dejar-el-trabajo .foto .foto__interior{  width: 80%; bottom: 2;}
.dejar-el-trabajo .foto .foto__interior:after {bottom: -2%; }

/* dar-la-vuelta-al-mundo */
.dar-la-vuelta-al-mundo .intro h1{  background-image: url(../img/dar-la-vuelta-al-mundo.svg);  height: 100px;}
.dar-la-vuelta-al-mundo .foto .foto__interior:after {right: 10%; }

/* montar-un-restaurante */
.montar-un-restaurante .intro h1{  background-image: url(../img/un-restaurante.svg);  height: 115px;}
.montar-un-restaurante .foto .foto__interior:after{right: auto; left: 42%; }

/*contratar-a-un-asesor*/
.contratar-a-un-asesor .intro h1 {  background-image: url(../img/contratar-a-un-asesor.svg);  height: 100px;}
.contratar-a-un-asesor .foto .foto__interior{  width: 70%;}
.contratar-a-un-asesor .foto .foto__interior:after{right: 10%;}

/*Invertir con tu cuñado*/
.invertir-con-tu-cunado .intro h1 {  background-image: url(../img/invertir-con-tu-cunado.svg);  height: 90px;}

/*pagar-mis-deudas*/
.pagar-mis-deudas .intro h1 {  background-image: url(../img/pagar-mis-deudas.svg);  height: 120px;}
.pagar-mis-deudas .foto .foto__interior{  width: 85%;}
.pagar-mis-deudas .foto .foto__interior:after{right: auto; left: 12%;}

/*comprar-un-tesla*/
.comprar-un-tesla .intro h1 {  background-image: url(../img/comprar-un-tesla.svg);  height: 120px;}
.comprar-un-tesla .foto .foto__interior:after{right: 39%}

/*montar-un-negocio*/
.montar-un-negocio .intro h1 {  background-image: url(../img/montar-un-negocio.svg);  height: 100px;}
.montar-un-negocio  .foto .foto__interior:after {right: 5%;  }

/*una-startup-tecnologica*/
.una-startup-tecnologica .intro h1 {  background-image: url(../img/una-startup-tecnologica.svg);  height: 100px;}
.una-startup-tecnologica  .foto .foto__interior:after {right: 7%;}

/*ahorrar*/
.ahorrar .intro h1 {  background-image: url(../img/ahorrar.svg);  height: 90px;}
.ahorrar  .foto .foto__interior:after {right: 8%;}


/*de mochilero*/
.de-mochilero  .intro h1 {  background-image: url(../img/de-mochilero.svg);  height: 90px;}
.de-mochilero .foto .foto__interior:after {right: 4%;  }

/*a lop grande*/
.a-lo-grande .intro h1 {  background-image: url(../img/a-lo-grande.svg);  height: 90px;}
.a-lo-grande .foto .foto__interior{  width: 70%;}
.a-lo-grande .foto .foto__interior:after {right: 47%;}

@media(max-width: 1350px){
   body,html{overflow: visible; }
  .foto {
    height: 100vh;
    position: fixed;
    float: left;
    top: 50%;
    left: 0;
    transform: translate(0, -42%);
  }
  .foto .foto__interior{
    padding-right: 3%;
  }
  .content{
    height: auto; 
    overflow: hidden;
  }
  .col7{
    height: auto;
  }
  .col7__interior{
    padding-top: 100px;
    padding-bottom: 50px;
    transform: translate(0, 0%);
    top:0;
    width: 95%;
    position: relative;
  }
  .intro p{
    font-size: 20px; 
    margin-top: 20px; 
  }

  .botones {
    margin-top: 50px;
  }
  


  /*portada especial*/
  .portada-especial .contenedor_general{background-size: 1140px;    background-position: left 60% bottom -12%;}
  .portada-especial .contenedor_general .content{ height: 100vh; min-height: 768px; background-size: 270px; background-position: right 20% top 57%;}
  .portada-especial .intro h1 {height: 194px; margin-bottom: 35px;}
  .portada-especial .intro p {font-size: 22px;}
  .portada-especial .botones { margin-top: 50px;}
  .portada-especial .botones a { margin: 5px .5%; width: 49%; font-size: 30px; padding: 20px 0;}
  
  /*pagar-mis-deudas*/
  .pagar-mis-deudas .foto .foto__interior { width: 100%;}

}

@media(max-width: 1150px){
  .contenedor_general{
    background: url(../img/fondo-general.svg?22) no-repeat center bottom -200px;
    background-size: 1150px;
    padding-left: 0;
    margin-left: 0;
  }

  .content{min-height: 768px;}

   .elpais {
    background-size: auto 22px;
    height: 50px;
    top: 0;
    left: 0;
    padding: 0;
  }

  .verne {
      height: 24px;
      width: 88px;
      top: 14px;
      right: 17px;
      padding: 0;
  }

  .barra_compartir {
      left: 123px;
      top: 15px;
      padding: 0;
    }

  .portada-especial .contenedor_general { background-size: 1145px;background-position: left 60% bottom -128px;}
  .portada-especial .contenedor_general .content { background-size: 300px; background-position: right 0 top 93%;}
  
}

@media(max-width: 999px){
  .contenedor_general{position: relative;}
  .content{min-height: 1024px;}
  .col5{
    float: none;
    width: 90%;
    position: relative;
    top:0;
    left: 0;
    display: block;
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .content .foto .foto__interior{
    position: relative;
    width: auto; 
    max-height: 350px;
    top: 0; left: 0; 
    transform: translate(0,0);
    display: block;
    margin: 100px auto 0;
    animation: none;
  }

  .foto img{
    position: relative;
    width: auto; 
    max-height: 350px;
    top: 0; left: 0; 
    transform: translate(0,0);
    display: block;
    margin: 0 auto;
    animation: none;
  }

  .col7{
    float: none;
    width: 90%;
    position: relative;
    top:0;
    left: 0;
    display: block;
    margin: 0 auto;
  }

  .col7__interior{
    padding-top: 0;
    margin: 0 auto; 
    margin-top: -20px; 

  }

  .botones .botones__interior a{
    width: 100%;
    padding: 18px 0;
  }
  
  .portada-especial .contenedor_general .content{ min-height: 850px;background-position: right 0 top 48%;}
  .portada-especial .intro h1 { height: 120px;}
  .portada-especial .intro p { font-size: 20px; max-width: 400px;}
  .portada-especial .botones { margin-top: 85px;}
  .portada-especial .botones a { margin: 5px 0%; width: 100%; font-size: 24px; padding: 17px 0;}

  .foto .foto__interior:after{
    display: none;
  }

  .contenedor_general:after{
    content:"Ilustración: Bel Martín"; 
    right: 20px; bottom: 20px;
    position: absolute;
    font-size: 12px; 
    font-weight: 300;
    color: rgba(0,0,0, .8);
  }
}

@media(max-width: 766px){
  .content .foto .foto__interior {
    max-height: 320px;
    margin: 55px auto 0;
}
.content .foto .foto__interior img{
  opacity: .8;
}

  .contenedor_general{
    background: url(../img/fondo-general.svg?22) no-repeat center bottom -70px;
    background-size: 610px; 
  }
  .col7__interior{
    margin-top: -75px;
  }
  .content .intro h1{
    height: 65px;
    background-position: top center;
  }
  .intro p{
    font-size: 18px; 
    line-height: 25px;
  }
  .botones {
    margin-top: 30px;
  }
  .botones .botones__interior a { margin: 5px 0; text-align: left;padding: 17px 25px;}

  .portada-especial .contenedor_general { background-size: 715px; background-position: left 60% bottom -58px;}
  .portada-especial .contenedor_general .content { min-height: 740px; background-position: right 0 top 40%; background-size: 230px;}
  .portada-especial .intro h1 { height: 100px; margin-bottom: 10px;}
  .portada-especial .intro p {font-size: 18px; line-height: 23px}
  .portada-especial .botones { margin-top: 45px;}
  .portada-especial .botones a {font-size: 22px; text-align: left; padding: 17px 25px;}

}

@media(max-width: 599px){

  .elpais {
    background-size: auto 20px;
    height: 44px;
    width: 105px;
  }

  .verne {
      height: 16px;
      width: 88px;
      top: 15px;
      right: 10px;
  }
  .barra_compartir {
      left: 116px;
      top: 12px;
  }

   .col5, .col7{
    width: 95%;
  }

  .content .foto .foto__interior {
    max-height: 267px;
    margin: 55px auto 0;
  }
  .intro p {
    font-size: 16px;
    line-height: 24px;
  }

  .botones a{
    font-size: 18px;
  }


  .portada-especial .contenedor_general .content{background-image:none;}
  .portada-especial .intro h1 { height: 88px;}
  .portada-especial .intro p{max-width: none; font-weight: 300;} 

  
}

@media(max-width: 450px){
  .portada-especial .contenedor_general { background-size: 465px; background-position: left 60% bottom -48px;}
  .portada-especial .contenedor_general .content{min-height: 810px}
  .portada-especial .intro h1 {height: 140px; background-image: url(../img/titulo-principal-mv.svg);}
  .portada-especial .intro p { font-size: 17px; line-height: 21px;}
  .portada-especial .botones { margin-top: 30px;}
  .portada-especial .botones a {font-size: 19px; padding: 16px 20px; font-weight: 500; text-align:center}
  .col7__interior { margin-top: 20px;}

}

@media(min-width: 1351px){
   .a-lo-grande .content{ min-height: 1250px;}
  .pagar-mis-deudas .content{  min-height: 1150px; }
  .invertir-con-tu-cunado .content{  min-height: 1100px; }
  .dejar-el-trabajo .content, .una-startup-tecnologica .content, .montar-un-restaurante .content, .comprar-un-tesla .content, .de-mochilero .content{  min-height: 1000px; }
  .contratar-a-un-asesor .content, .ahorrar .content, .dar-la-vuelta-al-mundo .content{  min-height: 920px; }
}


@media(min-width: 1150px){
.invertir-con-tu-cunado .contenedor_general, .montar-un-negocio .contenedor_general, .una-startup-tecnologica .contenedor_general, .ahorrar .contenedor_general, .dar-la-vuelta-al-mundo .contenedor_general, .de-mochilero .contenedor_general { background: url(../img/fondo-general.svg) no-repeat right -40% bottom -12%;  background-size: 68%;  padding-left: 0; margin-left: 0;}

.portada-especial .contenedor_general{ background-image: url(../img/fondo-general-portada.svg?70422a);}

}




