/* Generated by less 2.5.1 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
img,
a img {
  border: none;
}
a:focus {
  outline: 0px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0px;
}
input::-moz-focus-inner {
  outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: none !important;
}
input[type="submit"],
input[type="text"],
input[type="mail"],
input[type="tel"] {
  -webkit-appearance: none;
}
.img {
  max-width: 100%;
}
/* IE (all versions) */
/* ----------------------------------------- */
/* VARIABLES */
/* ----------------------------------------- */
/* Tipografías */
@font-face {
  font-family: 'noto_serifbold';
  src: url('fonts/notoserif-bold-webfont.woff2') format('woff2'), url('fonts/notoserif-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaybold';
  src: url('fonts/raleway-bold-webfont.woff2') format('woff2'), url('fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayregular';
  src: url('fonts/raleway-regular-webfont.woff2') format('woff2'), url('fonts/raleway-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Iconos */
@font-face {
  font-family: 'icomoon';
  src: url('icons/icomoon.eot?w1unsh');
  src: url('icons/icomoon.eot?w1unsh#iefix') format('embedded-opentype'), url('icons/icomoon.ttf?w1unsh') format('truetype'), url('icons/icomoon.woff?w1unsh') format('woff'), url('icons/icomoon.svg?w1unsh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-google-plus:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
/*Colores*/
/* Background */
.back_azul {
  background: #13acec !important;
}
.back_rojo {
  background: #e8342a !important;
}
.back_gris {
  background: #a69e97 !important;
}
.back_gris_claro {
  background: #c9c4c0;
}
.back_blanco {
  background: white !important;
}
.blanco {
  color: white;
}
/* CLASES GENERALES */
/* ----------------------------------------- */
/* Align */
.cont_centrado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.centrado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.centrado_centrado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.centrado_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.centrado_full_center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.centrado_full_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.full_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top_centrado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}
.top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.base_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.base_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.centrado_left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* Float */
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
/* Positions */
.absolute {
  position: absolute;
  z-index: 1;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
  z-index: 2;
}
.clear {
  clear: both;
}
/* Ancho columnas */
.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  clear: both;
}
.column {
  float: left;
  margin-left: 2%;
}
.column:first-child {
  margin-left: 0;
}
/* Una columnas */
.column.full {
  width: 100%;
  margin-left: 0 !important;
  float: none !important;
}
/* Dos columnas */
.column.half {
  width: 49%;
}
/* Tres columnas */
.column.one-third {
  width: 32%;
}
.column.two-third {
  width: 66%;
}
/* Cuatro columnas */
.column.one-fourth {
  width: 23.5%;
}
.column.two-fourth {
  width: 49%;
}
.column.three-fourth {
  width: 74.5%;
}
/* Cinco columnas */
.column.one-fifth {
  width: 18.4%;
}
.column.two-fith {
  width: 38.8%;
}
.column.three-fith {
  width: 59.2%;
}
.column.four-fith {
  width: 79.6%;
}
/* Seis columnas */
.column.one-sixth {
  width: 15%;
}
.column.two-sixth {
  width: 32%;
}
.column.three-sixth {
  width: 49%;
}
.column.four-sixth {
  width: 66%;
}
.column.five-sixth {
  width: 83%;
}
/* Margins */
.alpha {
  margin-left: 0!important;
}
.omega {
  margin-right: 0 !important;
}
/* CABECERA */
/*------------------*/
#cabecera {
  width: 100%;
  padding: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
#fecha p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14.399999999999999px;
  line-height: 1.44rem;
  font-family: "ralewayregular";
}
#fecha p strong {
  font-family: "ralewaybold";
}
#menu li {
  margin-right: 24px;
}
#menu li:last-child {
  margin-right: 0;
}
#perfil p {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "ralewaybold";
}
#perfil span {
  font-size: 24px;
  font-size: 2.4rem;
}
/* FOOTER */
/*------------------*/
#footer {
  width: 100%;
  padding: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* HOME */
/*------------------*/
p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14.399999999999999px;
  line-height: 1.44rem;
  font-family: "ralewayregular";
}
#cont_principal {
  width: 100vw;
  min-height: 100vh;
}
#texto_principal {
  width: 100%;
  padding: 0 36px;
  max-width: 822px;
}
#texto_principal h1 {
  color: #3d3834;
}
#texto_principal h1 span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28.799999999999997px;
  line-height: 2.88rem;
  font-family: "ralewayregular";
}
#texto_principal h1 strong {
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 46.4px;
  line-height: 4.64rem;
  font-family: "noto_serifbold";
  display: initial;
}
.borde_negro {
  width: 100%;
  background: #3d3834;
  height: 2px;
  border: none;
  margin: 24px 0;
}
.borde_blanco {
  width: 100%;
  background: white;
  height: 2px;
  border: none;
  margin: 24px 0;
}
#texto_principal h2 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 57.800000000000004px;
  line-height: 5.78rem;
  font-family: "ralewayregular";
  color: #3d3834;
}
.boton_grande {
  font-size: 18px;
  font-size: 1.8rem;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
}
.boton_peq {
  font-size: 12px;
  font-size: 1.2rem;
}
.boton {
  font-family: "ralewayregular";
  color: white;
  padding: 15px;
  text-decoration: none;
  border-radius: 27px;
  display: inline-block;
}
.boton:hover,
.boton.activo {
  background: #e8342a !important;
}
.boton:active {
  background: #e8342a !important;
  box-shadow: inset 5px 5px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 5px 5px 8px 0 rgba(0, 0, 0, 0.5);
}
#cont_inferior {
  text-align: right;
}
.cont_anim {
  overflow: hidden;
  position: relative;
}
.anim_cuadrado {
  -webkit-animation-name: anim_cuadrado;
  -moz-animation-name: anim_cuadrado;
  -o-animation-name: anim_cuadrado;
  animation-name: anim_cuadrado;
  transition-delay: 3s;
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
}
.bloque_animado {
  height: 100%;
  width: 0;
  background: #3d3834;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-animation-name: anim_cuadrado_before;
  -moz-animation-name: anim_cuadrado_before;
  -o-animation-name: anim_cuadrado_before;
  animation-name: anim_cuadrado_before;
  transition-delay: 3s;
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
}
.anim_1 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.anim_1_5 {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.anim_2 {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
.anim_3 {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}
@keyframes anim_cuadrado_before {
  0% {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: 0;
  }
  98% {
    width: 100%;
    left: 200%;
    height: 100%;
    position: absolute;
    opacity: 1;
  }
  99% {
    display: none;
    opacity: 0;
    width: 0;
    left: 0;
    height: 0;
    position: none;
  }
}
@-webkit-keyframes anim_cuadrado_before {
  0% {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: 0;
  }
  98% {
    width: 100%;
    left: 200%;
    height: 100%;
    position: absolute;
    opacity: 1;
  }
  99% {
    display: none;
    opacity: 0;
    width: 0;
    left: 0;
    height: 0;
    position: none;
  }
}
@-moz-keyframes anim_cuadrado_before {
  0% {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: 0;
  }
  98% {
    width: 100%;
    left: 200%;
    height: 100%;
    position: absolute;
    opacity: 1;
  }
  99% {
    display: none;
    opacity: 0;
    width: 0;
    left: 0;
    height: 0;
    position: none;
  }
}
@-ms-keyframes anim_cuadrado_before {
  0% {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: 0;
  }
  98% {
    width: 100%;
    left: 200%;
    height: 100%;
    position: absolute;
    opacity: 1;
  }
  99% {
    display: none;
    opacity: 0;
    width: 0;
    left: 0;
    height: 0;
    position: none;
  }
}
@-o-keyframes anim_cuadrado_before {
  0% {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: 0;
  }
  98% {
    width: 100%;
    left: 200%;
    height: 100%;
    position: absolute;
    opacity: 1;
  }
  99% {
    display: none;
    opacity: 0;
    width: 0;
    left: 0;
    height: 0;
    position: none;
  }
}
@keyframes anim_cuadrado {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-webkit-keyframes anim_cuadrado {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-moz-keyframes anim_cuadrado {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-ms-keyframes anim_cuadrado {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-o-keyframes anim_cuadrado {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
/* CAPAS MODALES */
/*------------------*/
#capas_modales {
  background: rgba(61, 56, 52, 0.4);
  position: fixed;
  overflow: hidden;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  transition: height 0.3s;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
}
.on_capa_modal {
  height: 100vh !important;
}
.cont_capa_modal {
  width: 100%;
  max-width: 520px;
  max-height: 100vh;
  overflow: scroll;
  display: none;
  margin: 36px;
  padding-top: 56px;
  text-align: center;
  background: white;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.5);
}
.cont_padding_modal {
  padding: 24px 80px;
}
.cont_capa_modal h3 {
  font-family: "ralewayregular";
  color: #59514b;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 57.599999999999994px;
  line-height: 5.76rem;
  margin-bottom: 24px;
}
.cont_capa_modal h4 {
  font-family: "ralewayregular";
  color: #59514b;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 24px;
}
#no_cuenta {
  background: #d5d1ce;
}
.btn_cerrar {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  background: url(img/boton-cerrar.png) top center no-repeat;
  background-size: cover;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.btn_cerrar:hover {
  background: url(img/boton-cerrar.png) bottom center no-repeat;
  background-size: cover;
  cursor: pointer;
}
#alerta p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19.2px;
  line-height: 1.92rem;
  font-family: "ralewayregular";
  margin-bottom: 24px;
}
/* FORMULARIOS */
/*------------------*/
form {
  max-width: 270px;
  margin: 0 auto;
}
.marginBottom_21 {
  margin-bottom: 21px;
}
.marginBottom_6 {
  margin-bottom: 6px;
}
.marginTop_21 {
  margin-top: 21px;
}
.cont_input label {
  position: absolute;
  bottom: 12px;
  left: 0;
  color: #a69e97;
  transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s, font-size 0.3s;
  -moz-transition: bottom 0.3s, font-size 0.3s;
  -ms-transition: bottom 0.3s, font-size 0.3s;
  -o-transition: bottom 0.3s, font-size 0.3s;
  z-index: 0;
  font-family: "ralewayregular";
  font-size: 16px;
  font-size: 1.6rem;
}
.cont_input input {
  border: none;
  border-bottom: 2px solid #a69e97;
  height: 42px;
  width: 100%;
  background: none;
  color: #a69e97;
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
.cont_input input:focus,
.cont_input input.valid {
  border-bottom: 2px solid #13acec !important;
}
.cont_input input:focus + label,
.cont_input input.valid + label {
  font-size: 10px;
  font-size: 1rem;
  bottom: 37px;
  color: #13acec !important;
}
.cont_input a {
  color: #a69e97;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "ralewayregular";
  display: block;
  margin-top: 12px;
}
.cont_input a:hover {
  color: #13acec;
}
.cont_input_checkbox label {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "ralewayregular";
  color: #a69e97;
}
.error {
  display: block;
  text-align: left;
  color: #e8342a;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "ralewaybold";
  margin-top: 6px;
}
.cont_input input.invalid {
  border-bottom: 2px solid #e8342a !important;
}
.cont_input input.invalid + label {
  font-size: 10px;
  font-size: 1rem;
  bottom: 37px;
  color: #e8342a !important;
}
input[type="submit"] {
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
}
input[type="submit"]:hover {
  cursor: pointer;
}
/* TU EJERCICIO */
/*------------------*/
#tu_ejercicio {
  background: #3d3834;
}
#tu_ejercicio #cabecera,
#tu_ejercicio #footer {
  display: none;
}
#tu_ejercicio #texto_principal h1 strong {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: "noto_serifbold";
  display: initial;
}
.none {
  display: none;
}
#ejercicio {
  width: 100%;
  padding: 0 36px;
  max-width: 822px;
}
#ejercicio h2 {
  color: white;
}
#ejercicio h2 span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28.799999999999997px;
  line-height: 2.88rem;
  font-family: "ralewayregular";
}
#ejercicio h2 strong {
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 46.4px;
  line-height: 4.64rem;
  font-family: "noto_serifbold";
  display: initial;
}
#cont_inferior p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ralewayregular";
}
#cont_inferior a {
  margin-left: 12px;
}
#cont_inferior span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19.2px;
  line-height: 1.92rem;
  font-family: "ralewayregular";
  max-width: 345px;
  display: block;
}
.btn_rrss {
  width: 34px;
  height: 34px;
  background: white;
  color: #3d3834;
  border-radius: 34px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.7rem;
}
.btn_rrss_negro {
  background: #3d3834;
  color: white;
}
.btn_rrss:hover {
  background: #e8342a !important;
  color: white;
}
.btn_rrss:active {
  background: #e8342a !important;
  box-shadow: inset 5px 5px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 5px 5px 8px 0 rgba(0, 0, 0, 0.5);
}
/* CONTENEDOR TEXTOS */
/*------------------*/
#cont_textos {
  width: 77%;
  padding: 0 36px;
  margin: 0 auto;
  max-width: 880px;
}
#cont_titulares {
  width: 42%;
  padding-right: 24px;
}
#cont_titulares h1 {
  color: #3d3834;
}
#cont_titulares h1 strong {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: "noto_serifbold";
}
#cont_titulares h1 span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  font-family: "ralewayregular";
}
#cont_bloque_texto {
  width: 58%;
  margin-top: 70px;
}
#cont_bloque_texto p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19.2px;
  line-height: 1.92rem;
  font-family: "ralewayregular";
  margin-top: 16px;
}
/* HISTORICO */
/*------------------*/
#cont_historico {
  width: 58%;
  margin-top: 70px;
}
.historico_ejercicio {
  padding: 24px 0;
  border-bottom: 1px solid #3d3834;
  width: 100%;
  opacity: 1;
  transition: width 0.5s,opacity 0.3s;
  -webkit-transition: width 0.5s,opacity 0.3s;
  -moz-transition: width 0.5s,opacity 0.3s;
  -o-transition: width 0.5s,opacity 0.3s;
  -ms-transition: width 0.5s,opacity 0.3s;
}
.historico_ejercicio_desaparecido {
  width: 0;
  opacity: 0;
}
.no_visible {
  display: none;
}
#cont_historico p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19.2px;
  line-height: 1.92rem;
  font-family: "ralewayregular";
  width: 45%;
  margin-right: 24px;
  display: block;
}
#cont_historico h2 strong {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19.2px;
  line-height: 1.92rem;
  font-family: "ralewaybold";
  width: 45%;
  display: block;
}
#btn_historial li:last-child {
  margin-left: 24px;
}
/* CARGA AJAX */
/*------------------*/
#carga_pagina {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  transition: width 1s;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -ms-transition: width 1s;
  background: #f1673c;
}
.pagina_cargada {
  width: 0 !important;
}
.pagina_cargando {
  width: 100%;
}
/* MEDIA SCREEN */
/*------------------*/
@media screen and (max-width: 900px) {
  /* contenedor de texto*/
  #cont_textos {
    display: block;
  }
  #cont_titulares {
    width: 50%;
  }
  #cont_bloque_texto {
    width: 100%;
  }
}
@media screen and (max-width: 715px) {
  /* home */
  #texto_principal h1 span,
  #tu_ejercicio #texto_principal h1 span,
  #ejercicio h2 span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18.799999999999997px;
    line-height: 1.88rem;
  }
  #texto_principal h1 strong,
  #tu_ejercicio #texto_principal h1 strong,
  #ejercicio h2 strong {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 57.199999999999996px !important;
    line-height: 5.72rem !important;
  }
}
@media screen and (max-width: 550px) {
  /* cabecera */
  #cabecera {
    display: block;
  }
  #fecha {
    margin-bottom: 18px;
  }
  /* home */
  #texto_principal h1 span,
  #tu_ejercicio #texto_principal h1 span,
  #ejercicio h2 span,
  #cont_textos h1 span {
    line-height: 28.799999999999997px;
    line-height: 2.88rem;
  }
  #texto_principal h1 strong,
  #tu_ejercicio #texto_principal h1 strong,
  #ejercicio h2 strong,
  #cont_textos h1 strong {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 33.199999999999996px !important;
    line-height: 3.32rem !important;
  }
  #texto_principal h1 .right {
    float: none;
  }
  #texto_principal h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
  .boton_grande {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* capas modales */
  .cont_capa_modal h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .cont_capa_modal h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  /* contenedor de texto */
  #cont_textos,
  #cont_titulares {
    width: 100%;
  }
  /* mi historial */
  #cont_historico {
    width: 100%;
  }
  #cont_historico p,
  #cont_historico h2 strong {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  /* footer */
  #footer {
    display: block;
  }
  #manifiesto {
    margin-bottom: 18px;
  }
  /* mi historial */
  #cont_historico p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #cont_historico p,
  #cont_historico h2 strong {
    width: 100%;
  }
  .historico_ejercicio {
    display: block;
  }
}
