@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;
}

@font-face {
    font-family: 'TheSansC4s';
    src: url('../thesans/TheSans-3_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'TheSansC4s';
    src: url('../thesans/TheSans-5_Plain.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'TheSansC4s';
    src: url('../thesans/TheSans-7_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'TheSansC4s';
    src: url('../thesans/TheSans-9_Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}


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

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

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

a {
    text-decoration: none !important;
}

p {
    line-height: 1.7;
    font-size: 20px;
    color: #000000;
    font-family: 'Georgia', serif !important;
}

.mobile {
    display: none;
}

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

.videoapertura {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.video-block {
    margin-bottom: -6px !important;
    padding-bottom: 0 !important;
}

.desk {
    display: block;
}

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

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

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

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

.texto h5 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.texto-exp{
    color:#00ab95;
    font-family: 'TheSansC4s';
}

.texto-manuel{
    color:#7b848b;
    font-family: 'TheSansC4s';
}

.texto-verde{
    color:#00ab95;
    font-family: 'TheSansC4s';
    text-transform: uppercase;
}

/******** QUOTES *********/
.quote {
    margin: 60px 10px;
    padding: 20px;
    border-radius: 15px;
    border: #000000 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: 14px 20px;
  position: fixed;
  display: block;
  top: 0px;
  left: 0;
  z-index: 99;
  width: 18%;
  -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;
    font-size: 35px;
}

.seccion h2 {
    font-family: 'Druk Text Web Bold', sans-serif !important;
    color: #fff;
    padding: 15px 0;
    font-size: 80px;
}

.capitularintro {
    background-color: #e5e9e5;
    padding: 0 150px 40px;
    margin-right: 15px;
}

.capitularintro h2 {
    font-size: 320px !important;
    line-height: 0.7;
    text-align: center;
    font-family: 'Druk Text Web Bold', sans-serif !important;
    /* padding-bottom: 60px; */

}

.resumen {
    background-color: #e9edea;
}

.resumen p {
    font-family: 'TheSansC4s', Verdana, sans-serif !important;
    font-weight: 300;
    font-size: 29px;
    color: #000000;
    line-height: 1.3;
    padding: 1em 1em;
    letter-spacing: 0;
    z-index: 1;
}

.resumen p b {
    font-weight: 700;
}

.botoness h6 {
    color: #ffffff !important;
    padding: 20px;
    margin: 20px auto;
    position: relative;
    font-size: 33px !important;
    font-family: 'Druk Text Web Medium', sans-serif !important;
    background-color: #00ab95;
    text-align: left;
}

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

.botoness h6:hover {
    background-color: #e5e9e5;
    color: #000000 !important;
    border: solid #000000;
}

.botoness {
    transition: transform .7s;
}

.firma {
    padding: 30px 0;
}


.firma p {
    font-family: 'TheSansC4s', Verdana, sans-serif !important;
    font-weight: 300;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    letter-spacing: 0;
}

.firma p b {
    font-weight: 700;
    text-transform: uppercase;
}


.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: #ffffff;
}
.apertura img {
    z-index: -6;
    position: relative;
}
/* ************ home ************ */



/***************** ESTILOS DE SECCIONES ****************/
.s-1 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.fondo-secciones{
    background-image: url("../img/fondo-secciones.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo-claro{
    background-color: #e5e9e5;
}

.titular-bg {
    padding: 110px 0 60px;
}

.titulo-apartado h1 {
    font-size: 2em;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    font-family: 'TheSansC4s', Verdana, sans-serif !important;
    background-color: #000000;
    padding: 1% 0;
}

.titulo-apartado h3 {
    color: #000000;
    text-align: center;
    font-family: "nocturne-serif", serif !important;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5em;
    padding: 3% 0;
}

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

.capitular-seccion h2 {
    font-size: 240px !important;
    line-height: 1.1;
    font-family: 'Druk Text Web Bold', sans-serif !important;
    background-color: #e5e9e5;
}

.pie-foto p {
    font-family: "TheSansC4s", Verdana, sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
    line-height: 1.2em;
    font-size: .9em;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}

.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: 13px;
    color: #000000 !important;
    text-align: center !important;
}

.creditos strong {
    font-family: 'Roboto', sans-serif;
}

.bg-azul{
    background-color: #05171d;
}

.bg-verdeclaro{
    background-color: #e5e9e5;;
}

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


/******** QUOTES *********/
.quote2 {
    margin: 60px 10px;
    padding: 20px;
    background-color: #D1EBE2;
}

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

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

.quote2 h5 {
    font-family: 'TheSansC4s', Verdana, sans-serif !important;
    font-weight: 300;
    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 0px;
    padding: 20px;
    border-right: #000000 solid 15px;
    background-color: #D1EBE2;
}

.cifra-destacado h3 {
    color: #000000;
    text-align: right;
    font-size: 150px !important;
}

.cifra-destacado h4 {
    color: #000000;
    text-align: right;
    font-size: 35px !important;
}

.cifra-destacado-izq {
    margin: 60px 0px;
    padding: 20px;
    border-left: #000000 solid 15px;
    background-color: #D1EBE2;
}

.cifra-destacado-izq h3 {
    color: #000000;
    text-align: left;
    font-size: 110px !important;
}

.cifra-destacado-izq h4 {
    color: #000000;
    text-align: left;
    font-size: 35px !important;
}

/* --------------------------- 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;
}

.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;
}

.infografia-circulo{
    padding-bottom: 2em;
}

.foto-complete {
    padding: 2em 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;
}

.fotos-especialistas{
    width: 40%;
}

.fotos-especialistas-doble{
    width: 60%;
}

/* Menu hamburguesa */
.hamburger {
    position: fixed;
    background-color: #000000;
    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-size: 1.3rem;
    line-height: 2em;
    height: 3em;
    color: #fff;
    text-transform: none;
    font-weight: bold;
}

.menuppal ul li a {
    text-decoration: none;
    color: #ffffff !important;
}

.menuppal ul li a:hover {
    text-decoration: underline !important;
     color: #00ab95 !important;
}


/***************** FINAL ESTILOS DE SECCIONES ****************/



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

}

@media (min-width: 200px) and (max-width: 800px) {
    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;
    }
    .head_exp {
        top: 0px;
        background-color: #ed1c24;
        padding: 7px 20px;
        left: 0;
        position: fixed;
        display: block;
        width: 100%;
        z-index: 99;
    }

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

    .fixed-top {
        background-color: #00000079;
    }

    .redes {
        margin-top: 52px;
        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;
    }

    .video-block {
        margin-top: 50px;
        margin-bottom: -6px !important;
    }

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

    .capitularintro {
        padding: 30px;
        margin: 0 0 25px;
    }

    .capitularintro h2 {
        font-size: 180px !important;
        text-align: center !important;
    }

    .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: 120px 0 0 0;
    }

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

    .titulo-apartado h3 {
        text-align: center !important;
        font-size: 19px;
    }

    .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 {
        padding: 0 !important;
    }

    .botoness h5 {
        font-size: 21px;
    }

    .botoness h6 {
        padding: 6px;
        margin: 5px auto;
        font-size: 21px !important;
    }

    .botoness h6 img {
        width: 36px;
        padding-right: 6px;
    }

    .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;
    }

    .quote2 h3 {
        font-size: 38px !important;
    }

    .cifra-destacado {
      margin: 0 0 35px 0;
      padding: 20px;
    }
    .cifra-destacado h3 {
      font-size: 130px !important;
    }
    .cifra-destacado h4 {
      font-size: 31px !important;
    }

    .foto-complete {
        padding: 1em 0;
    }

    .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: #000000;
        right: 0;
        height: 62px;
        width: 61px;
        padding: 20px 17px;
    }
    .menuppal ul li h2{
        font-size: 1.1em !important;
        line-height: 1 !important;
        height: 3em;
        color: #fff;
    }

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

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

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

.titulo-apartado h1 {
    font-size: 1.5em;
}

.titulo-apartado h3 {
    font-size: 2.2em;
}

.fondo-secciones{
    background: none;
}

.fotos-especialistas{
    width: 80%;
}

.fotos-especialistas-doble{
    width: 80%;
}

}






