@font-face {
  font-family: 'Druk Text Web Bold';
  src: url('../druk/DrukText-Bold-Web.eot');
  src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
  url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
  url('../druk/DrukText-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Text Web Medium';
  src: url('../druk/DrukText-Medium-Web.eot');
  src: url('../druk/DrukText-Medium-Web.eot?#iefix') format('embedded-opentype'),
  url('../druk/DrukText-Medium-Web.woff2') format('woff2'),
  url('../druk/DrukText-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}


body {
  font-size: 1rem;
  font-family: 'Georgia';
  color: #000000;
  background-color: #F0F8F1 !important;
}

.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/* .col-12{
	padding-left: 0 !important;
	padding-right: 0 !important;
} */

a {
  color: #222B38 !important;
  text-decoration: none !important;
}

p{
  line-height: 1.7;
  font-size: 1.2em;
  color: #222B38;
  font-family: 'Georgia' !important;
}

.mobile {
  display: none;
}

.block video{
  margin-top: -100px;
}

.desk{
  display: block;
 }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: 'Druk Text Bold', sans-serif !important; 
  text-transform: uppercase;
}

.titulo{
  font-weight: 900;
  text-transform: uppercase;
}

.texto h2{
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #222B38 !important;
  padding-top: 50px !important;
}

.texto h3{
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #222B38 !important;
 font-size: 40px !important;
}

.texto h5{
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 24px;
  color: #222B38;
}

.texto p{
  text-align: left;
  font-family: 'Georgia', serif !important;
}

.graficos{
  padding: 0 20px !important;
}

.graficos h4{
font-family: 'Druk Text Medium', sans-serif !important;
text-align: center;
color: #222B38 !important;
font-size:34px !important;
}

.graficos p{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  line-height: 1.3;
  font-size: 20px;
}

.datos-destacados{
  background-color: #4d5399;
  padding: 20px;
  margin: 30px 0;
}

.datos-destacados h3{
font-family: 'DrukText-Medium-Web', sans-serif;
color: #ffffff;
font-size: 90px !important;
}

.datos-destacados h3 span{
  font-family: 'DrukText-Medium-Web', sans-serif !important;
color: #fec558;
font-size: 90px !important;
}

.datos-destacados h4{
  font-family: 'DrukText-Medium-Web', sans-serif;
  color: #fec558;
  font-size: 30px !important;

  }

/******** QUOTES *********/
.quote{
  margin: 60px 10px;
  padding: 20px;
  border-radius: 15px;
  border: #222B38 solid 3px;
}

.quote h3{
  font-family: 'Druk Text Medium', sans-serif !important;
  font-size: 45px !important;
}

.quote h3 span{
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #fec558;
    font-size: 45px !important;
}

.quote h5{
  font-family: 'Roboto Condensed', sans-serif !important;
  text-transform: none;
}
/******** FINAL QUOTES *********/

.intro{
  padding-top: 2em;
  padding-bottom: 1em;
}
.intro h1{
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-size: 80px;
}
.intro p{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
}

.s-1{
  padding-top: 2em;
  padding-bottom: 2em;
}

.s-1 h2{
  text-transform: uppercase;
  color: #000;
  padding: 15px 0;
  font-size: 50px;
}

.s-2{
  padding-top: 3em;
  padding-bottom: 3em;
}


.redes{
  opacity: 1;
  max-width: 40px !important;
  transition: transform .3s; /* Animation */
}
.redes:hover{
  opacity: 0.8;
  transform: scale(1.2);
}

.subtitulo{
  width: 80%;
  padding-left: 20%;
  margin: 0;
}
.iframe{width: 100%;
  height: 400px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  padding: 50px;

}
.text-center button{
  color:#fff;
  font-family: "Open Sans", sans-serif !important;
  padding:4px;
  margin:4px;
  text-transform: uppercase;
  font-size: .9em ;
}

.head_exp{
  background-color: #ed1c24;
  padding: 17px 17px;
  position: fixed;
  display: block;
  top: 0;
  /* left: 0; */
  z-index: 99;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.head_exp img{ 
  width: 210px;
  text-align: center;
}

.head_exp:hover{ 
  background-color: #000;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

.botX{
      width: 35px;
    max-width: 80px;
    margin: 10px;
    position: fixed;
    right: 0px;
    top: 0px;
   -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.botX:hover{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);

}

.mobile{ 
  display: none;
}
.desk{
  display: block;
}

.seccion {
	width: 100%;
	padding-top: 60px;
	position: relative;
	float: left;
	text-align: center;
	color: #fff;
	z-index: 0;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	font-size: 35px;
}
.seccion h2{
  font-family: 'Druk Text Web Bold', sans-serif !important;
  color: #fff;
  padding: 15px 0;
  font-size: 80px;
}

.resumen p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 29px;
  font-weight: 300;
  color: #222B38;
  line-height: 1.3;
  margin-top: -180px;
  padding: 1em 1em 0;
  z-index: 1;
  position: relative;
}

.botoness h6{
  color: #222B38 !important;
  padding: 10px;
  margin: 20px auto;
  position: relative;
  font-size: 33px !important;
  font-weight:medium;
border: #222B38 2px solid;
}

.botoness:hover{
  transform: scale(1.2);
}

.botoness {
  transition: transform .7s;
  text-align: center;

}

.btn-menu {
  display:block;
  width:20%;
  color:#fff;
  position: fixed;
  left:-30px;
  top:155px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  z-index:999;
}

.btn-menu :hover{
  width: 120%;
}

.btn-menu-seccion {
  display:block;
  width:4%;
  position: fixed;
right:85px;
  top:7px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  z-index:999;
}

.btn-menu-seccion :hover{
  width: 120%;
}


/* ************ home ************ */

#home {
	background:#F0F8F1;
}

.apertura img{
  z-index:-6;
  position: relative;
}


/* ************ home ************ */


/***************** ESTILOS DE APARTADOS ****************/

#background-violencia{
  background-color: #F0F8F1;
}

.titular-bg{
  padding: 110px 0 60px;
  background-color: #4d5399;
}

.titulo-apartado h1{
  font-size: 4.4em;
  color: #ffffff;
  line-height: 1;
  text-align: right !important;
  font-family: 'Druk Text Web Medium', sans-serif !important;
}

.titulo-apartado h3{
  color: #ffffff;
  text-align: right !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 300;
  letter-spacing:6px;
}

.intro-apartado{
  margin-left: 30px;
  border-left: solid #ffffff 2px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.intro-apartado p{
  font-family: 'Roboto', sans-serif !important;
  padding-top: 1.5em;
  padding-bottom: 20px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 300;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.3;
}

.nota-alcredito {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size:19px !important;
  color: #ffffff !important;
  text-align: left !important;
  text-transform: uppercase;
}

.creditos{
	padding:40px 0 7px;
  }
  
  
  .creditos h6{
	font-size: 0.8em;
	color: #000000 !important;
	padding-bottom: 6px;
  }
  
  .creditos p{
	font-family: 'Georgia',serif !important;
	font-size: 12px;
	color: #000000 !important;
	text-align: center !important;
  }
  
  .creditos strong{font-family: 'Roboto',sans-serif;}

/***************** FINAL ESTILOS DE APARTADOS ****************/


/* --------------------------- PENSIONES Y VIVIENDA ------------------------- */
/******** QUOTES *********/
.quote2{
  margin: 60px 10px;
  padding: 20px;
  border: #222B38 solid 2px;
}

.quote2 h3{
  font-family: 'Druk Text Medium', sans-serif !important;
  font-size: 45px !important;
}

.quote2 h3 span{
  font-family: 'Druk Text Bold', sans-serif !important;
  color: #fec558;
}

.quote2 h5{
  font-family: 'Roboto Condensed', sans-serif !important;
  text-transform: none;
}
/******** FINAL QUOTES *********/
.personaje img{
  width: 40%;
}

.subtema{
  padding: 1.5em 0;
}

.subtitular-line h3{
  padding-left: 13%;
  padding-top: 40px;
  font-size: 3.5em !important;
}

.subtitular-line p{
  padding-left: 13%;
}

.subtitular-line img{
  position: absolute;
}

.nota-alcredito2 {
  font-family: 'Roboto', sans-serif !important;
  font-size:19px !important;
  color: #000000 !important;
  text-align: left !important;
  text-transform: uppercase;
}
.cifra-destacado{
  margin: 60px 10px;
  border: #222B38 solid 1px;
}
.cifra-destacado h3{
  color: #ffffff;
  text-align: center;
  font-size: 140px !important;
  border-top: #4d5399 solid 90px;
}
.cifra-destacado h4{
  color: #ffffff;
  font-size: 40px !important;
}

@media (min-width: 200px) and (max-width: 770px) {
  .capitular img{
    width: 30% !important;
  }

  .subtitular-line img{
    width: 15% !important;
    left: -3px;
  }

  .capitular2 img{
    width: 25% !important;
    padding-bottom: 20px;
  }

}
/* --------------------------- PENSIONES Y VIVIENDA ------------------------- */

/*----------------EMPIEZA QUE ESTUDIAR---------------------*/
.capitular{
  text-align: center;
  padding: 5% 0;
}

.capitular img{width: 35%;}

.s-3{
	padding: 1em 0;
}

.s-3 h2{
	color: #000000;
    text-align: center;
    line-height: 1.3;
    font-size: 3em;
}
.s-3 h3 {
    font-family: 'Georgia', serif;
    /* color: #bbbbbb; */
    font-size: 1.5em;
    font-weight: 800;
    text-transform: none;
}
.s-3 h4 {
	/*text-transform: uppercase;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 0.9em;
}

.s-3 span{
	font-size: 3em;
	line-height: 0.1;
	color: #000000;
	vertical-align: -webkit-baseline-middle;
}

.porcentaje{
  font-size: 2em ;
  line-height: 100% ;
  font-family: 'Druk Text Web Bold', sans-serif !important;
}

/*----------------termina QUE ESTUDIAR---------------------*/

/*--------------Empieza VIDA DIGITAL--------------------*/

.s-1 {
	padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.s-1 p {
	
	text-align: left
}
.s-1 h2 {
	font-size: 4em;
	padding: 0 0 0.5em 0;
	line-height: 0.95;
	font-weight: 300;
}
  
.s-1 span {
	color: #000000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 0.3em !important;
}
.s-1 h4 {
	text-transform: uppercase;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 200;
	font-size: 1em;
}

.quotew-comillas{
	padding: 1em 0;
}

.quotew-comillas h2{
	color: #000000;
    text-align: right;
    line-height: 1.3;
    font-size: 2.5em;
	margin-bottom: 70px;
}
.quotew-comillas h3 {
    font-family: 'Georgia', serif;
    /* color: #bbbbbb; */
	text-align: right;
    font-size: 1.5em;
    font-weight: 800;
    text-transform: none;
}
.quotew-comillas h4 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-align: right;
	font-weight: 200;
	font-size: 0.9em;
}

.quotew-comillas h5{
	font-size: 13em !important;
	text-align: right;
	line-height: 0.1;
	color: #ffffff;
	vertical-align: -webkit-baseline-middle;
	font-family: 'Druk Text Web Medium', sans-serif;
}

/*--------Termina VIDA DIGITAL-------------------*/


/*-------------Empieza ELEVADOR SOCIAL---------------*/

.foto-complete{
	padding: 3em 0;
}
.quote h4 {
/*background-color: #ffbb00;*/
 padding:15px 15px 0 15px;
	font-size: 3em;
line-height:1 !important;
padding: 15px;
font-weight: 300;
}

.quote p {
  /*background-color: #ffbb00;*/
  padding:0;
  font-size: 1.3em;
  line-height: 1.5;
  font-family: 'Georgia', serif !important;
 /* text-transform: uppercase;*/
  margin-bottom: 0px;
}

/*-------------Termina ELEVADOR SOCIAL---------------*/

/* Menu hamburguesa */
.hamburger{
	position:fixed;
  background-color:#222B38;
	right: 0;
	height: 70px;
	width: 70px;
	padding: 20px 20px;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:9002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.hamburger.is-active{
  background-color:none;
}
._layer{
	background:#ffffff;
	margin-bottom:4px;
	border-radius:2px;
	width:28px;
	height:4px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger:hover .-top{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}
.hamburger:hover .-bottom{
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	}
.hamburger.is-active .-top{
	-webkit-transform:translateY(200%) rotate(45deg) !important;
	-ms-transform:translateY(200%) rotate(45deg) !important;
	transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
	opacity:0;
}
.hamburger.is-active .-bottom{
	-webkit-transform:translateY(-200%) rotate(135deg) !important;
	-ms-transform:translateY(-200%) rotate(135deg) !important;
	transform:translateY(-200%) rotate(135deg) !important;
}

.menuppal.is_active{
  transform: translate3d(0px, 0px, 0px);
}

.menuppal{
   background-color:rgba(0,0,0,0.85); 
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
}
.menuppal ul{
  margin:0;padding:0;
}
.menuppal ul li { 
  list-style: none;
	text-align:center;
	font-family: Verdadna, Arial, Helvetica;
	font-size:1.5rem;
	line-height:2em;
	height:3em;
  color:#fff;
	text-transform:none;
	font-weight:bold;
}
.menuppal ul li a{
  text-decoration:none;
  color:#fff !important;
}

.menuppal ul li a:hover{
  text-decoration:none;
  /* color:#333; */
}


/* CSS Slider */

.container {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.content {
  width: 150%;
}

.content-text {
  float: left;
  width: 30%;
  /* padding-top:70px; */
}

.transition {
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}

@media(max-width:700px){
  .col{
    width: 100%;
  }
}

/*    Termina CSS Filtrado */

@media only screen and (max-width: 550px) {
  .hide_element{
  display: none !important;
 }

}

@media (min-width: 200px) and (max-width: 770px) {
  .head_exp{
    top:0px;
    background-color: #ed1c24;
    padding: 21px 15px;
    left: 0px;
    position: fixed;
    display: block;
    width: 14.4%;
    z-index: 99;
  }
  .fixed-top {
    background-color: #00000079;
  }
  .redes {
    max-width: 30px !important;
  }
  .seccion {
    width: 100%;
    padding-top: 80px;
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    z-index: 0;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1px;
    font-size: 35px;
  }

  .desk {
    display: none;
  }

  .mobile {
    display: block;
  }

  .texto h3 {
    font-size: 31px !important;
    line-height: 1.1;
}

  .intro-home img{
    width: 360px;
  }
  .intro-home {
    padding-top: 5em;
  }
  .cloumna-abajo {
    margin-top: 100px;
  }
  .sec2 {
    padding-top: 100px;
  }  

  .intro h1 {
    text-align: center;
    font-size: 66px;
  }
  .intro p {
    text-align: left;
    font-size: 1.3em;
  }

  .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-sm-6 h4{
    font-size: 1em;
    font-weight: 700;
    padding-top: 10px;

    }
  
    .titular-bg {
      padding: 80px 0 0;
    }  

  .titulo-apartado h1 {
    font-size: 3.4em;
    text-align: center !important;
  }

  .titulo-apartado h3 {
    text-align: center !important;
  }

  .intro-apartado {
    margin-left: 0 !important;
    border-left: none;
    
  }
  .intro-apartado p {
    padding:10px !important;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3;
  }
  .nota-alcredito {
    font-size: 18px !important;
    text-align: center !important;
  }

  .texto h2{
    padding-top: 0 !important;
    font-size: 2.9em;
  }

  .texto h5 {
    font-size: 20px;
}

.botoness h6 {
  padding: 10px 0;
  margin: 5px auto;
  font-size: 28px !important;

}

.graficos {
padding: 0 0 !important;
}

  .datos-destacados h3 {
    font-size: 80px !important;
}

.datos-destacados h4 {
    font-size: 23px !important;
}

  .quote {
    margin: 20px 10px;
  }

  .quote h3 {
    font-size: 25px !important;
}

.quote h5 {
    font-size: 20px !important;
}

}

/*    Termina CSS Filtrado */

@media (min-width: 200px) and (max-width: 770px) { 
  
  p {
    font-size: 19px;
    line-height: 1.4;
  } 
  .s-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .desk {
    display: none;
  }
  .mobile {
    display: block;
  }


  .card_texto p{
    font-size: 1em;
  }
 

}


@media (min-width: 200px) and (max-width: 770px) {
  .btn-menumovil {
  display:block;
  width:10%;
  color:#fff;
  opacity: 100%;
  position: fixed;
  top:180px;
  left: 0px;
  text-align:center;
  line-height: 60px;
  z-index:999;
  }

  .btn-menu-seccion {
    display:block;
    width:11%;
    position: fixed;
    left:25px;
    top:140px;
    border-radius:50%;
    line-height:50px;
    text-align:center;
    z-index:999;
  }

  .hamburger{
    position:fixed;
    background-color:#222B38;
    right: 0;
    height: 62px;
    width: 61px;
    padding: 20px 17px;
  }

  .resumen p {
    font-size: 20px;
    margin-top: 0px;
    padding: 1em 0 0 !important;
  }


}

@media (min-width: 200px) and (max-width: 770px) {
  .seccion h2{
    font-size: 2em;
  }

  .seccion button{
    font-size: 15px;
  }

  /* .seccion img{
    width: 70%;
  } */

  .seccion span img{
    width: 30%;
  }

}





