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;
} 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;
}
:active,
:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
html {
font-size: 57%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}
html.no_scroll,
body.no_scroll {
overflow: hidden;
}
a {
color: inherit;
}
ol,
ul {
list-style: none;
}
ul li {
list-style: disc;
}
nav ul li {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
textarea {
resize: 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;
}
button[type="submit"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="search"],
select,
textarea {
-webkit-appearance: none;
margin: 0;
}    .separar {
word-break: break-word;
}
.extra_light {
font-family: 'Work Sans', sans-serif;
font-weight: 200;
font-style: normal;
}
.light {
font-family: 'Work Sans', sans-serif;
font-weight: 300;
font-style: normal;
}
.regular {
font-family: 'Work Sans', sans-serif;
font-weight: 400;
font-style: normal;
}
.semibold {
font-family: 'Work Sans', sans-serif;
font-weight: 600;
font-style: normal;
}
.bold,
strong,
b {
font-family: 'Work Sans', sans-serif;
font-weight: 700;
font-style: normal;
}
.extrabold {
font-family: 'Work Sans', sans-serif;
font-weight: 800;
font-style: normal;
}
.px100 {
font-size: 100px;
font-size: 10rem;
line-height: 100px;
line-height: 10rem;
}
.px70 {
font-size: 70px;
font-size: 7rem;
line-height: 70px;
line-height: 7rem;
}
.px68 {
font-size: 68px;
font-size: 6.8rem;
line-height: 81.6px;
line-height: 8.16rem;
}
.px56 {
font-size: 56px;
font-size: 5.6rem;
line-height: 66px;
line-height: 6.6rem;
}
.px50 {
font-size: 50px;
font-size: 5rem;
line-height: 66px;
line-height: 6.6rem;
}
.px48 {
font-size: 48px;
font-size: 4.8rem;
line-height: 57.599999999999994px;
line-height: 5.76rem;
}
.px40 {
font-size: 40px;
font-size: 4rem;
line-height: 48px;
line-height: 4.8rem;
}
.px36 {
font-size: 36px;
font-size: 3.6rem;
line-height: 43.2px;
line-height: 4.32rem;
}
.px32 {
font-size: 32px;
font-size: 3.2rem;
line-height: 38.4px;
line-height: 3.84rem;
}
.px30 {
font-size: 30px;
font-size: 3rem;
line-height: 36px;
line-height: 3.6rem;
}
.px24_Gr {
font-size: 25px;
font-size: 2.5rem;
line-height: 40px;
line-height: 4rem;
}
.px24 {
font-size: 25px;
font-size: 2.5rem;
line-height: 30px;
line-height: 3rem;
}
.px22 {
font-size: 22px;
font-size: 2.2rem;
line-height: 36px;
line-height: 3.6rem;
}
.px20 {
font-size: 20px;
font-size: 2rem;
line-height: 24px;
line-height: 2.4rem;
}
.px18 {
font-size: 18px;
font-size: 1.8rem;
line-height: 24px;
line-height: 2.4rem;
}
.px17 {
font-size: 17px;
font-size: 1.7rem;
line-height: 37px;
line-height: 3.7rem;
}
.px16,
#cat {
font-size: 16px;
font-size: 1.6rem;
line-height: 24px;
line-height: 2.4rem;
}
.px15 {
font-size: 15px;
font-size: 1.5rem;
line-height: 20px;
line-height: 2rem;
}
.px12 {
font-size: 12px;
font-size: 1.2rem;
line-height: 14.399999999999999px;
line-height: 1.44rem;
}
.px10 {
font-size: 10px;
font-size: 1rem;
line-height: 12px;
line-height: 1.2rem;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
.lowercase {
text-transform: lowercase;
}
.no_decoration {
text-decoration: none;
}
.decoration {
text-decoration: underline;
}
.letterSpacing_1em {
letter-spacing: 12px;
}  .negro {
color: #020203;
}
.gris {
color: #F6F6F6;
}
.blanco {
color: #fff;
}
.naranja {
color: #ee7623;
}
.azul {
color: #87c9d9;
}
.marron {
color: #672121;
}  .back_negro {
background: #020203;
}
.back_gris {
background: #F6F6F6;
}
.back_blanco {
background: #fff;
}
.back_blanco_trans {
background: rgba(255, 255, 255, 0.9);
}
.back_naranja {
background: #ee7623;
}
.back_naranja_trans {
background: rgba(238, 118, 35, 0.9);
}
.back_azul {
background: #87c9d9;
}
.back_marron {
background: #672121;
}
.back_none {
background: none;
}  .multiply {
mix-blend-mode: multiply;
}  .azul::-webkit-input-placeholder {
color: #87c9d9 !important;
}
.azul::-moz-placeholder {
color: #87c9d9;
}
.azul:-ms-input-placeholder {
color: #87c9d9;
}
.azul:-moz-placeholder {
color: #87c9d9;
}
.naranja::-webkit-input-placeholder {
color: #ee7623 !important;
}
.naranja::-moz-placeholder {
color: #ee7623;
}
.naranja:-ms-input-placeholder {
color: #ee7623;
}
.naranja:-moz-placeholder {
color: #ee7623;
}
.marron::-webkit-input-placeholder {
color: #672121 !important;
}
.marron::-moz-placeholder {
color: #672121;
}
.marron:-ms-input-placeholder {
color: #672121;
}
.marron:-moz-placeholder {
color: #672121;
}
.negro::-webkit-input-placeholder {
color: #020203 !important;
}
.negro::-moz-placeholder {
color: #020203;
}
.negro:-ms-input-placeholder {
color: #020203;
}
.negro:-moz-placeholder {
color: #020203;
}
.blanco::-webkit-input-placeholder {
color: #fff !important;
}
.blanco::-moz-placeholder {
color: #fff;
}
.blanco:-ms-input-placeholder {
color: #fff;
}
.blanco:-moz-placeholder {
color: #fff;
}  .blanco path,
.blanco rect,
.blanco polygon,
.blanco circle,
.blanco ellipse,
path.blanco,
rect.blanco,
polygon.blanco,
circle.blanco,
ellipse.blanco {
fill: #fff;
}
.blanco path,
.blanco rect,
.blanco polygon,
.blanco circle,
.blanco ellipse,
path.blanco,
rect.blanco,
polygon.blanco,
circle.blanco,
ellipse.blanco {
fill: #fff;
}
.azul path,
.azul rect,
.azul polygon,
.azul circle,
.azul ellipse,
path.azul,
rect.azul,
polygon.azul,
circle.azul,
ellipse.azul {
fill: #87c9d9;
}
.naranja path,
.naranja rect,
.naranja polygon,
.naranja circle,
.naranja ellipse,
path.naranja,
rect.naranja,
polygon.naranja,
circle.naranja,
ellipse.naranja {
fill: #ee7623;
}
.marron path,
.marron rect,
.marron polygon,
.marron circle,
.marron ellipse,
path.marron,
rect.marron,
polygon.marron,
circle.marron,
ellipse.marron {
fill: #672121;
}  .right {
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.centrado {
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.centrado_left {
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: left;
justify-content: left;
}
.centrado_right {
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.centrado_bottom {
-webkit-align-items: flex-end;
align-items: flex-end;
-webkit-justify-content: center;
justify-content: center;
}
.centrado_top {
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: center;
justify-content: center;
}
.full_top {
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.full_bottom {
-webkit-align-items: flex-end;
align-items: flex-end;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.full_left {
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.full_right {
-webkit-align-items: right;
align-items: right;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.full_centrado {
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.bottom {
-webkit-align-items: flex-end;
align-items: flex-end;
}
.bottom_right {
-webkit-align-items: flex-end;
align-items: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.bottom_left {
-webkit-align-items: flex-end;
align-items: flex-end;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.top_right {
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.top_left {
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.flex_wrap_izquierda {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.flex_wrap_derecha {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.flex_wrap_full {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.flex_wrap_full_bottom {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.flex_wrap_full_centrado {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
}
.flex_wrap_full_izquierda {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.flex_wrap_centrado {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}
.flex_wrap_bottom {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.flex_wrap_top {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
align-items: flex-start;
}  .full_width {
width: 100%;
height: auto;
}
.full_height {
height: 100%;
width: auto;
}
.img_full {
width: 100%;
margin-bottom: -2px;
}  .float_right {
float: right;
}
.float_left {
float: left;
}  .text_center {
text-align: center;
}
.text_centrado {
text-align: center;
}
.text_right {
text-align: right;
}
.text_left {
text-align: left;
}  .none {
display: none;
}
.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.block {
display: block;
}
.inline_block {
display: inline-block;
}
.table {
display: table;
}
.table_cell {
display: table-cell;
}  .hidden {
overflow: hidden;
}
.hidden_x {
overflow-x: hidden;
}  .absolute {
position: absolute;
}
.relative {
position: relative;
}
.fixed {
position: fixed;
}
.clear {
clear: both;
}
.z-index {
z-index: 1;
}
.z-index-2 {
z-index: 2;
}  .justificacion_completa {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 101%;
height: 101%;
object-fit: cover;
}  .contenedor {
width: calc(100% - 340px);
max-width: 1920px;
margin: 0 auto;
clear: both;
}
.contenedor_peq {
width: calc(100% - 340px);
margin: 0 auto;
max-width: 1300px;
clear: both;
}
.contenedor_min {
width: calc(100% - 340px);
margin: 0 auto;
max-width: 863px;
clear: both;
}
.contenedor_ultramin {
width: calc(100% - 340px);
margin: 0 auto;
max-width: 430px;
clear: both;
}
.gutter {
width: 1%;
}
.multi_columna {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-gap: 48px;
-webkit-column-gap: 48px;
column-gap: 48px;
}
.max_full {
max-width: 1920px;
}
.full {
width: 100%;
}
.mitad {
width: 50%;
}
.una_cuarto {
width: calc(25% - 36px);
}
.un_tercio {
width: calc(33.33333% - 32px);
}
.una_columna {
width: calc(16.6666% - 24px);
}
.dos_columna {
width: calc(33.3333% - 24px);
}
.tres_columna {
width: calc(50% - 24px);
}
.cuatro_columna {
width: calc(66.6666% - 24px);
}
.cinco_columna {
width: calc(83.3333% - 24px);
}
.seis_columna {
width: 100%;
}
.una_columna_sm {
width: 16.6666%;
}
.dos_columna_sm {
width: 33.3333%;
}
.tres_columna_sm {
width: 50%;
}
.cuatro_columna_sm {
width: 66.6666%;
}
.cinco_columna_sm {
width: 83.3333%;
}  .paddingTop_em {
padding-top: 6px;
}
.paddingTop_1em {
padding-top: 12px;
}
.paddingTop_2em {
padding-top: 24px;
}
.paddingTop_3em {
padding-top: 36px;
}
.paddingTop_4em {
padding-top: 48px;
}
.paddingTop {
padding-top: 90px;
}
.paddingTop_Gr {
padding-top: 170px;
}
.paddingBottom_em {
padding-bottom: 6px;
}
.paddingBottom_1em {
padding-bottom: 12px;
}
.paddingBottom_2em {
padding-bottom: 24px;
}
.paddingBottom_3em {
padding-bottom: 36px;
}
.paddingBottom_4em {
padding-bottom: 48px;
}
.paddingBottom_9em {
padding-bottom: 98px;
}
.paddingBottom {
padding-bottom: 90px;
}
.paddingBottom_Gr {
padding-bottom: 170px;
}
.paddingRight_em {
padding-right: 6px;
}
.paddingRight_1em {
padding-right: 12px;
}
.paddingRight_2em {
padding-right: 24px;
}
.paddingRight_3em {
padding-right: 36px;
}
.paddingRight_4em {
padding-right: 48px;
}
.paddingRight {
padding-right: 90px;
}
.paddingRight_Gr {
padding-right: 170px;
}
.paddingLeft_em {
padding-left: 6px;
}
.paddingLeft_1em {
padding-left: 12px;
}
.paddingLeft_2em {
padding-left: 24px;
}
.paddingLeft_3em {
padding-left: 36px;
}
.paddingLeft_4em {
padding-left: 48px;
}
.paddingLeft {
padding-left: 90px;
}
.paddingLeft_Gr {
padding-left: 170px;
}
.padding_em {
padding: 6px;
}
.padding_1em {
padding: 12px;
}
.padding_2em {
padding: 24px;
}
.padding_3em {
padding: 36px;
}
.padding_4em {
padding: 48px;
}
.padding {
padding: 90px;
}
.padding_Gr {
padding: 170px;
}
.padding_none {
padding: 0;
}  .marginTop_1em {
margin-top: 12px;
}
.marginTop_2em {
margin-top: 24px;
}
.marginTop_3em {
margin-top: 36px;
}
.marginTop_4em {
margin-top: 48px;
}
.marginTop {
margin-top: 90px;
}
.marginTop_Gr {
margin-top: 170px;
}
.marginBottom_1em {
margin-bottom: 12px;
}
.marginBottom_2em {
margin-bottom: 24px;
}
.marginBottom_3em {
margin-bottom: 36px;
}
.marginBottom_4em {
margin-bottom: 48px;
}
.marginBottom {
margin-bottom: 90px;
}
.marginBottom_Gr {
margin-bottom: 170px;
}
.marginLeft_1em {
margin-left: 12px;
}
.marginLeft_2em {
margin-left: 24px;
}
.marginLeft_3em {
margin-left: 36px;
}
.marginLeft_4em {
margin-left: 48px;
}
.marginLeft {
margin-left: 90px;
}
.marginLeft_Gr {
margin-left: 170px;
}
.marginRight_1em {
margin-right: 12px;
}
.marginRight_2em {
margin-right: 24px;
}
.marginRight_3em {
margin-right: 36px;
}
.marginRight_4em {
margin-right: 48px;
}
.marginRight {
margin-right: 90px;
}
.marginRight_Gr {
margin-right: 170px;
}
.margin_1em {
margin: 12px;
}
.margin_2em {
margin: 24px;
}
.margin_3em {
margin: 36px;
}
.margin_4em {
margin: 48px;
}
.margin {
margin: 90px;
}
.margin_Gr {
margin: 170px;
}
.alpha {
margin-left: 0!important;
}
.omega {
margin-right: 0 !important;
}  .pantalla_completa {
width: 100vw;
min-height: 100vh;
}
.max_width {
max-width: 100%;
height: auto;
}
.gutter-sizer {
width: 2%;
}  .sombra_caja {
-webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.66);
box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.66);
}
.sombra_caja_top {
-webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.66);
box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.66);
}
.sombra_caja_bottom {
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.33);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.33);
}
.hover_sombra_caja_bottom:hover {
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.66);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.66);
cursor: pointer;
position: relative;
z-index: 2;
}
.hover_sombra_caja:hover {
-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.66);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.66);
cursor: pointer;
position: relative;
z-index: 2;
}
.sombra_texto {
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
}
.hover_sombra_texto:hover {
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
}  .borderRadius {
border-radius: 100%;
}
.borderRadius_12px {
border-radius: 12px;
}
.borderRadius_24px {
border-radius: 24px;
}
.borderRadius_48px {
border-radius: 48px;
}
.borderRadius_none {
border-radius: 0;
}
.border_negro {
border: 1px solid #020203;
}
.border_gris {
border: 1px solid #F6F6F6;
}
.border_blanco {
border: 1px solid #fff;
}
.border_azul {
border: 1px solid #87c9d9;
}
.border_naranja {
border: 1px solid #ee7623;
}
.borderBottom_naranja {
border-bottom: 1px solid #ee7623;
}
.border_marron {
border: 1px solid #672121;
}
.borderNone {
border: 0;
}  .cursor_hover:hover {
cursor: pointer;
}
.opacity_hover:hover,
#breadcrumbs a:hover {
opacity: 0.6;
}
.boton {
padding: 4px 12px;
}
.botonGr {
padding: 12px 24px;
}
.boton.border_blanco.back_naranja:hover,
.boton.border_blanco.back_naranja.activo {
background: #fff;
color: #ee7623;
}
.boton.border_blanco.back_marron:hover,
.boton.border_blanco.back_marron.activo {
background: #fff;
color: #672121;
}
.boton.border_blanco.back_azul:hover,
.boton.border_blanco.back_azul.activo {
background: #fff;
color: #87c9d9;
}
.boton.border_naranja.back_blanco:hover,
.boton.border_naranja.back_blanco.activo {
background: #ee7623;
color: #fff;
}
.boton.border_naranja.back_naranja:hover,
.boton.border_naranja.back_naranja.activo {
background: #fff;
color: #ee7623;
}
.boton.azul.border_blanco.back_blanco:hover,
.boton.azul.border_blanco.back_blanco.activo {
background: #87c9d9;
color: #fff;
}
.boton.naranja.border_blanco.back_blanco:hover,
.boton.naranja.border_blanco.back_blanco.activo {
background: #ee7623;
color: #fff;
}  .modal {
width: 100%;
height: 100%;
background: rgba(2, 2, 3, 0.98);
top: 0;
left: 0;
z-index: 63;
}
.cont_modal {
width: 100%;
height: 100%;
overflow-y: scroll;
}
.cont_modal_auto {
max-height: 100%;
}
.cont_modal_peq {
max-width: 660px;
max-height: 520px;
}
.cont_modal_gr {
max-width: 980px;
max-height: 620px;
}
.cerrar_modal {
top: 48px;
right: 48px;
width: 32px;
height: 32px;
}  .cont_input input,
.cont_input textarea {
border: none;
}
.cont_input textarea {
min-height: 120px;
}
.cont_input.mitad:nth-child(odd) {
padding-right: 12px;
}
.cont_input.mitad:nth-child(even) {
padding-left: 12px;
}
.comment-form-cookies-consent {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
color: #020203;
}
.cont_checkbox label,
.comment-form-cookies-consent label {
order: 2;
margin-left: 12px;
width: calc(100% - 36px);
padding-top: 3px;
}
.cont_checkbox input,
.comment-form-cookies-consent input {
order: 1;
width: 24px;
height: 24px;
border: 1px solid #020203;
border-radius: 24px;
margin: 0;
background: #fff;
-webkit-appearance: none;
}
.cont_checkbox input:checked {
background: #ee7623;
}
.cont_checkbox p,
.comment-form-cookies-consent p {
order: 3;
}
.cont_checkbox a,
.comment-form-cookies-consent a {
margin-left: 4px;
}
.obligatorio_xd {
opacity: 0;
height: 0;
border: none;
}
p.error,
div.mce_inline_error {
font-family: 'Work Sans', sans-serif;
font-weight: 400;
color: #fff;
padding: 6px;
margin-top: 6px;
margin-bottom: 24px;
background: #020203 !important;
}
div.mce_inline_error {
display: none !important;
}
#newsletter .cont_checkbox input {
border: 1px solid #fff;
background: #ee7623;
}
#newsletter .cont_checkbox input:checked {
background: #fff;
}
.mensaje_formulario {
width: 100%;
right: 0;
bottom: 0;
}  #cookies,
#modificar_cookies {
z-index: 62;
bottom: 24px;
right: 24px;
width: calc(100% - 48px);
}
#modificar_cookies {
max-width: 400px;
}  .home #cabecera {
position: absolute;
top: 0;
left: 0;
z-index: 9;
width: 100%;
background: rgba(238, 118, 35, 0.75);
}
.cabecera_btn_cont_barra:first-child {
margin-top: 0;
}
#cabecera_btn_menu:hover #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activo #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activando #cabecera_btn_cont_barra_top {
transform: rotate(90deg);
}
#cabecera_btn_menu.activo {
transform: rotate(45deg);
}
#cabecera_btn_menu:hover #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activo #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activando #cabecera_btn_cont_barra_top,
#cabecera_btn_menu:hover #cabecera_btn_cont_barra_medium,
#cabecera_btn_menu.activo #cabecera_btn_cont_barra_medium,
#cabecera_btn_menu.activando #cabecera_btn_cont_barra_medium {
position: absolute;
left: 0;
top: 50%;
}
#cabecera_btn_menu:hover #cabecera_btn_cont_barra_bottom,
#cabecera_btn_menu.activo #cabecera_btn_cont_barra_bottom,
#cabecera_btn_menu.activando #cabecera_btn_cont_barra_bottom {
display: none;
}
.sub-menu {
display: none;
position: absolute;
top: 0;
left: 100%;
}
.sub-menu a {
text-transform: capitalize;
white-space: nowrap;
}
#menu {
top: 100%;
left: 170px;
z-index: 3;
}
#menu li {
background: #ee7623;
padding: 4px 12px;
text-decoration: none;
position: relative;
max-width: calc(50vh - 170px);
}
#menu li a {
text-decoration: none;
}
#menu li a:hover {
text-decoration: underline;
}
#menu li.menu-item-has-children:hover .sub-menu {
display: block;
}
#cabecera_idiomas a {
width: 62px;
height: 31px;
display: block;
}
#menu-item-wpml-ls-4-en a {
background: url(//www.colegioig.com/wp-content/themes/colegio-internacional/css/img/icono-bandera-en.png) center center no-repeat;
background-size: cover;
}
#menu-item-wpml-ls-4-es a {
background: url(//www.colegioig.com/wp-content/themes/colegio-internacional/css/img/icono-bandera-es.png) center center no-repeat;
background-size: cover;
}
#cabecera_idiomas a img {
display: none;
}
#pestana_fija {
right: 0;
transform: translateX(150%);
z-index: 61;
max-width: 150px;
padding: 24px;
transition: transform 0.3s;
-webkit-transition: transform 0.3s;
-moz-transition: transform 0.3s;
-o-transition: transform 0.3s;
}
#pestana_fija.mostrada {
transform: translateX(0);
}  .footer_sello_cont {
max-width: 100px;
}
#menu_footer {
padding-left: 24px;
}
#menu_footer li {
list-style: disc;
}
#menu_footer li a {
text-decoration: none;
}
#menu_footer li a:hover {
text-decoration: underline;
}
.footer_contacto p,
.footer_contacto a {
width: calc(100% - 28px);
}  .elemento_editor:first-child {
margin-top: 0;
}
.bx-controls-direction {
z-index: 60;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 96px);
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
height: 0;
}
.bx-controls-direction a {
width: 38px;
height: 38px;
border-radius: 38px;
background: #fff;
}
.bx-controls-direction a.bx-prev {
transform: rotate(180deg);
}
.bx-controls-direction a:hover {
background: #87c9d9;
}
.bx-controls-direction a svg {
width: 24px;
}
.bx-pager {
width: 100%;
bottom: -48px;
}
.bx-pager-item {
padding: 6px;
}
.bx-pager-item a {
display: block;
width: 12px;
height: 12px;
border-radius: 12px;
background: #672121;
text-indent: -1920px;
overflow: hidden;
opacity: 0.5;
}
.bx-pager-item a.active,
.bx-pager-item a:hover {
opacity: 1;
}
.textos_galeria_galeria_cont {
margin-right: -48px;
}
.textos_galeria .bx-controls-direction {
left: 48px;
transform: translate(0%, -50%);
width: calc(100% - 144px);
}
.textos_imagenes_primera_imagen:after {
content: "";
width: 100%;
height: calc(100% - 170px);
top: 0;
left: 50%;
z-index: -1;
position: absolute;
background: #ee7623;
}
.textos_imagenes_primera_imagen_flot {
margin-bottom: -48px;
}
.prestaciones_resumido_informacion_listado {
margin-right: -48px;
}
.prestaciones_resumido_titulo_imagen {
width: calc(50% + 48px);
}
.prestacion_resumido_menu p.activo {
font-family: 'Work Sans', sans-serif;
font-weight: 700;
font-style: normal;
}
.prestaciones_carrousel_titulo_cont h6:before {
content: "";
width: 50vw;
height: calc(100% + 90px);
position: absolute;
top: 0;
right: 50%;
z-index: -1;
}
.prestaciones_carrousel_titulo_cont h6.back_naranja:before {
background: #ee7623;
}
.prestaciones_carrousel_titulo_cont h6.back_azul:before {
background: #87c9d9;
}
.prestaciones_carrousel_titulo_cont h6.back_marron:before {
background: #672121;
}
.prestacion_carrusel_imagen {
padding-top: 55.6%;
}
.prestacion_carrusel[aria-hidden="true"] {
margin-top: 90px;
}
.prestacion_carrusel[aria-hidden="true"] .prestacion_carrusel_imagen img {
opacity: 0.6;
}
.prestacion_carrusel[aria-hidden="true"] .prestacion_carrusel_extracto {
opacity: 0;
}
.prestaciones_carrousel .bx-wrapper {
margin-left: calc(50% - 360px);
}
.prestaciones_carrousel .bx-viewport {
overflow: initial !important;
}
.prestaciones_carrousel .bx-controls-direction {
top: 21vh;
}
.gutter {
width: 48px;
}
.noticia_ultima {
width: calc(33.33333% - 32px);
}
.noticias_ultimas_titulo_cont h6:before {
content: "";
width: calc(100% + 170px);
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: -1;
background: #ee7623;
}
.noticias_ultimas_titulo_cont h6:after {
content: "";
width: calc(100% + 170px);
height: 48px;
position: absolute;
top: 100%;
right: 0;
z-index: -1;
background: #ee7623;
}
.noticia_ultima_capa {
opacity: 0.5;
}
.noticia_ultima:nth-child(2) {
min-height: 240px;
}
.noticia_ultima:nth-child(3) {
min-height: 512px;
}
.noticia_ultima:nth-child(4) {
min-height: 240px;
}
.noticia_ultima:nth-child(5),
.noticia_ultima:nth-child(6) {
min-height: 224px;
}
.noticia_ultima:nth-child(7) {
width: calc(66.66666% - 20px);
min-height: 240px;
}
.noticia_ultima:nth-child(8) {
min-height: 240px;
}
#cat,
.input_select {
border: 1px solid #ee7623;
border-radius: 0;
background: url(//www.colegioig.com/wp-content/themes/colegio-internacional/css/img/icono-select-naranja.png) calc(100% - 12px) center no-repeat;
padding: 4px 33px 4px 12px;
margin-right: 12px;
color: #ee7623;
font-family: 'Work Sans', sans-serif;
font-weight: 400;
font-style: normal;
}
.input_select {
margin-right: 0;
}
#cat:hover,
.input_select:hover {
cursor: pointer;
opacity: 0.6;
}
#imagen_post_cont:after {
content: "";
display: block;
width: 70px;
height: 75%;
position: absolute;
bottom: 5%;
right: -70px;
background: #87c9d9;
}
#imagen_post_cont:before {
content: "";
display: block;
width: 70px;
height: 75%;
position: absolute;
top: 0;
left: -70px;
background: #ee7623;
}
.cont_mapa {
width: 100%;
height: 400px;
}
.cont_mapa iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mapa {
width: 100%;
height: 100%;
}
.mapa_barra {
height: 2px;
}
#breadcrumbs a {
text-decoration: none;
}
.destacado_carrousel_imagen,
.destacado_columnas_imagen {
padding-top: 60%;
margin-bottom: -72px;
}
.destacados_carrousel .bx-viewport {
overflow: initial !important;
}
.destacados_carrousel .bx-controls-direction {
top: 21vh;
}
.titulos_video_bloque_texto:after {
content: "";
display: block;
width: 100vw;
height: 100%;
position: absolute;
top: 0;
left: -170px;
}
.titulos_video_bloque_texto.back_azul:after {
background: #87c9d9;
}
.titulos_video_bloque_texto.back_naranja:after {
background: #ee7623;
}
.titulos_video_bloque_texto.back_marron:after {
background: #672121;
}
.cont_video {
padding-top: 55.6%;
}
.video {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.equipo_imagen_mb {
margin-bottom: -48px;
}
.degradado_naranja {
background: #ee7623;
background: -moz-linear-gradient(bottom, #ee7623 25%, rgba(238, 118, 35, 0) 100%);
background: -webkit-gradient(left bottom, left bottom, color-stop(25%, #ee7623), color-stop(100%, rgba(238, 118, 35, 0)));
background: -webkit-linear-gradient(bottom, #ee7623 25%, rgba(238, 118, 35, 0) 100%);
background: -o-linear-gradient(bottom, #ee7623 25%, rgba(238, 118, 35, 0) 100%);
background: -ms-linear-gradient(bottom, #ee7623 25%, rgba(238, 118, 35, 0) 100%);
background: linear-gradient(to top, #ee7623 25%, rgba(238, 118, 35, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee7623', endColorstr='#ee7623', GradientType=0);
}
.degradado_azul {
background: #87c9d9;
background: -moz-linear-gradient(bottom, #87c9d9 25%, rgba(135, 201, 217, 0) 100%);
background: -webkit-gradient(left bottom, left bottom, color-stop(25%, #87c9d9), color-stop(100%, rgba(135, 201, 217, 0)));
background: -webkit-linear-gradient(bottom, #87c9d9 25%, rgba(135, 201, 217, 0) 100%);
background: -o-linear-gradient(bottom, #87c9d9 25%, rgba(135, 201, 217, 0) 100%);
background: -ms-linear-gradient(bottom, #87c9d9 25%, rgba(135, 201, 217, 0) 100%);
background: linear-gradient(to top, #87c9d9 25%, rgba(135, 201, 217, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87c9d9', endColorstr='#87c9d9', GradientType=0);
}
.degradado_marron {
background: #5c262a;
background: -moz-linear-gradient(bottom, #5c262a 25%, rgba(92, 38, 42, 0) 100%);
background: -webkit-gradient(left bottom, left bottom, color-stop(25%, #5c262a), color-stop(100%, rgba(92, 38, 42, 0)));
background: -webkit-linear-gradient(bottom, #5c262a 25%, rgba(92, 38, 42, 0) 100%);
background: -o-linear-gradient(bottom, #5c262a 25%, rgba(92, 38, 42, 0) 100%);
background: -ms-linear-gradient(bottom, #5c262a 25%, rgba(92, 38, 42, 0) 100%);
background: linear-gradient(to top, #5c262a 25%, rgba(92, 38, 42, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#672121', endColorstr='#672121', GradientType=0);
}
.galeria .bx-pager {
position: initial !important;
margin: 22px 0 24px 0;
}
.galeria_cont {
max-height: calc(100vh - 60px);
}
.evento_fecha_cont {
width: 150px;
}
.evento_fecha_cont:hover {
background: #ee7623;
}
.evento_fecha_cont:hover p {
color: #fff;
}
.evento_info_cont {
max-width: calc(100% - 162px);
}
.fc-event,
.fc-event-dot {
background: #ee7623 !important;
}
.fc-button-primary {
background: #ee7623 !important;
border-color: #ee7623 !important;
}
.fc-center h2 {
text-transform: uppercase;
}
.icono {
max-height: 70px;
}
.horario header {
transform: translateY(-50%);
}
.horario_dia {
width: 20%;
border-right: 1px dashed #fff;
}
.horario_dia:first-child,
.horario_dia:nth-child(5n+1) {
border-left: 1px dashed #fff;
}  @media screen and (max-width: 1366px) {
.contenedor,
.contenedor_peq,
.contenedor_min,
.contenedor_ultramin {
width: calc(100% - 170px);
}
.padding,
.padding_Gr {
padding: 85px;
}
.paddingBottom,
.paddingBottom_Gr {
padding-bottom: 85px;
}
.paddingTop,
.paddingTop_Gr {
padding-top: 85px;
}
.paddingRight,
.paddingRight_Gr {
padding-right: 85px;
}
.paddingLeft,
.paddingLeft_Gr {
padding-left: 85px;
}
.margin,
.margin_Gr {
margin: 85px;
}
.marginBottom,
.marginBottom_Gr {
margin-bottom: 85px;
}
.marginTop,
.marginTop_Gr {
margin-top: 85px;
}
.marginRight,
.marginRight_Gr {
margin-right: 85px;
}
.marginLeft,
.marginLeft_Gr {
margin-left: 85px;
}
#menu {
left: 85px;
}
#menu li {
max-width: calc(50vh - 85px);
}
.px100 {
font-size: 56px;
font-size: 5.6rem;
line-height: 56px;
line-height: 5.6rem;
}
.px70,
.px68 {
font-size: 56px;
font-size: 5.6rem;
line-height: 56px;
line-height: 5.6rem;
}
.px56,
.px50,
.px48 {
font-size: 42px;
font-size: 4.2rem;
line-height: 52px;
line-height: 5.2rem;
}
.px40 {
font-size: 38px;
font-size: 3.8rem;
line-height: 50px;
line-height: 5rem;
}
.px36 {
font-size: 32px;
font-size: 3.2rem;
line-height: 38.4px;
line-height: 3.84rem;
}
.px32 {
font-size: 30px;
font-size: 3rem;
line-height: 36.800000000000004px;
line-height: 3.68rem;
}
.px30 {
font-size: 24px;
font-size: 2.4rem;
line-height: 28.799999999999997px;
line-height: 2.88rem;
}
.noticia_ultima:nth-child(3) {
min-height: 519px;
}
.titulos_video_bloque_texto:after {
left: -85px;
}
}
@media screen and (max-width: 1210px) {
.una_cuarto {
width: calc(25% - 32px);
}
.un_tercio {
width: calc(33.33333% - 24px);
}
.una_columna {
width: calc(16.6666% - 18px);
}
.dos_columna {
width: calc(33.3333% - 18px);
}
.tres_columna {
width: calc(50% - 18px);
}
.cuatro_columna {
width: calc(66.6666% - 18px);
}
.cinco_columna {
width: calc(83.3333% - 18px);
}
.contenedor,
.contenedor_peq,
.contenedor_min,
.contenedor_ultramin {
width: calc(100% - 72px);
}
.padding,
.padding_Gr,
.padding_3em,
.padding_4em {
padding: 36px;
}
.paddingBottom,
.paddingBottom_Gr,
.paddingBottom_3em,
.paddingBottom_4em {
padding-bottom: 36px;
}
.paddingTop,
.paddingTop_Gr,
.paddingTop_3em,
.paddingTop_4em {
padding-top: 36px;
}
.paddingRight,
.paddingRight_Gr,
.paddingRight_3em,
.paddingRight_4em {
padding-right: 36px;
}
.paddingLeft,
.paddingLeft_Gr,
.paddingLeft_3em,
.paddingLeft_4em {
padding-left: 36px;
}
.margin,
.margin_Gr,
.margin_3em,
.margin_4em {
margin: 36px;
}
.marginBottom,
.marginBottom_Gr,
.marginBottom_3em,
.marginBottom_4em {
margin-bottom: 36px;
}
.marginTop,
.marginTop_Gr,
.marginTop_3em,
.marginTop_4em {
margin-top: 36px;
}
.marginRight,
.marginRight_Gr,
.marginRight_3em,
.marginRight_4em {
margin-right: 36px;
}
.marginLeft,
.marginLeft_Gr,
.marginLeft_3em,
.marginLeft_4em {
margin-left: 36px;
}
.multi_columna {
-moz-column-gap: 36px;
-webkit-column-gap: 36px;
column-gap: 36px;
}
#menu {
left: 36px;
}
#menu li {
max-width: calc(50vh - 36px);
}
.gutter {
width: 36px;
}
.noticias_ultimas_titulo_cont h6:after {
height: 36px;
}
.noticia_ultima:nth-child(3) {
min-height: 500px;
}
.noticia_ultima:nth-child(7) {
width: calc(66.66666% - 28px);
}
.noticia_ultima .px40 {
font-size: 21px;
font-size: 2.1rem;
line-height: 25.2px;
line-height: 2.52rem;
}
.bx-controls-direction {
width: calc(100% - 72px);
}
.textos_galeria_galeria_cont {
margin-right: -36px;
}
.textos_galeria .bx-controls-direction {
left: 36px;
width: calc(100% - 105px);
}
.textos_imagenes_primera_imagen_flot {
margin-bottom: -36px;
}
.prestaciones_resumido_informacion_listado {
margin-right: -36px;
}
.prestaciones_resumido_titulo_imagen {
width: calc(50% + 36px);
}
.titulos_video_bloque_texto:after {
left: -36px;
}
.equipo_imagen_mb {
margin-bottom: -36px;
}
.eventos_listado,
.eventos_calendario {
width: calc(50% - 18px);
}
.evento {
width: 100%;
}
}
@media screen and (min-width: 1024px) and (max-width: 1210px) {
#cabecera_logotipo {
max-height: 60px;
}
}
@media screen and (min-width: 1024px) {
#cabecera_btn_menu_cont,
#cabecera_info_cont {
width: 381px;
}
#cabecera_logotipo_cont {
width: calc(100% - 762px);
}
#cabecera_btn_menu {
width: 46px;
}
#cabecera_btn_menu:hover,
#cabecera_btn_menu.activo,
#cabecera_btn_menu.activando {
height: 46px;
}
#cabecera_btn_menu:hover #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activo #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activando #cabecera_btn_cont_barra_top {
transform: rotate(90deg);
}
#cabecera_btn_menu:hover #cabecera_btn_cont_barra_top,
#cabecera_btn_menu:hover #cabecera_btn_cont_barra_medium,
#cabecera_btn_menu.activo #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activo #cabecera_btn_cont_barra_medium,
#cabecera_btn_menu.activando #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activando #cabecera_btn_cont_barra_medium {
margin-top: -2px;
}
.cabecera_btn_cont_barra {
width: 46px;
height: 4px;
margin-top: 8px;
}
}
@media screen and (max-width: 1023px) {
#cabecera {
padding: 12px 0;
}
#cabecera_cont {
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
#cabecera_rrss,
#cabecera_padres,
#cabecera_telefono {
display: none;
}
#cabecera_btn_menu_cont,
#cabecera_info_cont {
width: 34px;
}
#cabecera_logotipo_cont {
width: calc(100% - 68px);
padding: 0 24px;
}
#cabecera_logotipo {
max-height: 60px;
}
#cabecera_idiomas a {
width: 31px;
height: 15.5px;
}
#cabecera_btn_menu {
width: 34px;
}
#cabecera_btn_menu:hover,
#cabecera_btn_menu.activo,
#cabecera_btn_menu.activando {
height: 34px;
}
.cabecera_btn_cont_barra {
width: 34px;
height: 3px;
margin-top: 6px;
}
#cabecera_btn_menu:hover #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activo #cabecera_btn_cont_barra_top,
#cabecera_btn_menu.activando #cabecera_btn_cont_barra_top,
#cabecera_btn_menu:hover #cabecera_btn_cont_barra_medium,
#cabecera_btn_menu.activo #cabecera_btn_cont_barra_medium,
#cabecera_btn_menu.activando #cabecera_btn_cont_barra_medium {
margin-top: -1.5px;
}
.bx-controls-direction a {
width: 24px;
height: 24px;
border-radius: 24px;
}
.bx-controls-direction a svg {
width: 12px;
}
.textos_galeria_galeria_cont,
.textos_galeria_informacion {
width: 50%;
}
.textos_imagenes_informacion_cont {
width: 50%;
}
.textos_imagenes_segunda_imagen {
width: 33%;
}
.titulos_texto_titulos,
.titulos_texto_bloque_texto {
width: calc(50% - 18px);
}
.destacado_columnas {
width: calc(50% - 18px) !important;
}
.noticias_completo_titulo_cont {
display: block;
}
.noticias_completo_titulo_cont h6 {
margin-bottom: 12px;
}
.filtrar_categoria_cont {
-webkit-justify-content: left;
justify-content: left;
}
.noticias_completa {
width: calc(50% - 18px);
}
}
@media screen and (max-width: 780px) {
.una_cuarto {
width: calc(25% - 18px);
}
.un_tercio {
width: calc(33.33333% - 16px);
}
.una_columna {
width: calc(16.6666% - 12px);
}
.dos_columna {
width: calc(33.3333% - 12px);
}
.tres_columna {
width: calc(50% - 12px);
}
.cuatro_columna {
width: calc(66.6666% - 12px);
}
.cinco_columna {
width: calc(83.3333% - 12px);
}
.contenedor,
.contenedor_peq,
.contenedor_min,
.contenedor_ultramin {
width: calc(100% - 48px);
}
.padding,
.padding_Gr,
.padding_3em,
.padding_4em {
padding: 24px;
}
.paddingBottom,
.paddingBottom_Gr,
.paddingBottom_3em,
.paddingBottom_4em {
padding-bottom: 24px;
}
.paddingTop,
.paddingTop_Gr,
.paddingTop_3em,
.paddingTop_4em {
padding-top: 24px;
}
.paddingRight,
.paddingRight_3em,
.paddingRight_4em {
padding-right: 24px;
}
.paddingLeft,
.paddingLeft_3em,
.paddingLeft_4em {
padding-left: 24px;
}
.margin,
.margin_Gr,
.margin_3em,
.margin_4em {
padding: 24px;
}
.marginBottom,
.marginBottom_Gr,
.marginBottom_3em,
.marginBottom_4em {
margin-bottom: 24px;
}
.marginTop,
.marginTop_Gr,
.marginTop_3em,
.marginTop_4em {
margin-top: 24px;
}
.marginRight,
.marginRight_3em,
.marginRight_4em {
margin-right: 24px;
}
.marginLeft,
.marginLeft_3em,
.marginLeft_4em {
margin-left: 24px;
}
.multi_columna {
-moz-column-gap: 24px;
-webkit-column-gap: 24px;
column-gap: 24px;
}
.px100,
.px70 {
font-size: 30px;
font-size: 3rem;
line-height: 36px;
line-height: 3.6rem;
}
.px68 {
font-size: 28px;
font-size: 2.8rem;
line-height: 36.4px;
line-height: 3.64rem;
}
.px56,
.px50 {
font-size: 24px;
font-size: 2.4rem;
line-height: 28.799999999999997px;
line-height: 2.88rem;
}
.px48,
.px40,
.px36 {
font-size: 21px;
font-size: 2.1rem;
line-height: 25.2px;
line-height: 2.52rem;
}
.px30,
.px32 {
font-size: 18px;
font-size: 1.8rem;
line-height: 21.6px;
line-height: 2.16rem;
}
.px24_Gr {
font-size: 15px;
font-size: 1.5rem;
line-height: 25px;
line-height: 2.5rem;
}
.px24,
.px22,
.px20,
.px18,
.px16,
#cat {
font-size: 15px;
font-size: 1.5rem;
line-height: 22px;
line-height: 2.2rem;
}
#menu {
left: 24px;
}
#menu li {
max-width: calc(50vh - 24px);
}
.gutter {
width: 24px;
}
.noticias_ultimas_titulo_cont h6:after {
height: 24px;
}
.noticia_ultima {
width: calc(50% - 12px);
}
.noticia_ultima:nth-child(3) {
min-height: 504px;
}
.noticia_ultima:nth-child(7),
.noticia_ultima:nth-child(8) {
width: 100%;
}
.bx-controls-direction {
width: calc(100% - 48px);
}
.textos_galeria {
display: block;
padding-left: 24px;
}
.textos_galeria_galeria_cont,
.textos_galeria_informacion {
width: 100%;
}
.textos_galeria_galeria_cont {
margin-right: 0;
}
.textos_galeria .bx-controls-direction {
left: 24px;
width: calc(100% - 48px);
}
.textos_galeria_informacion {
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.textos_galeria_titulo_cont,
.textos_galeria_titulo_cont h6 {
padding-left: 0;
}
.textos_galeria_titulo_cont {
margin-right: 24px;
}
.textos_imagenes_logotipo {
width: 120px;
}
.textos_imagenes_titulo_cont {
width: calc(100% - 148px);
}
.textos_imagenes_primera_imagen img,
.textos_imagenes_segunda_imagen img {
width: 100%;
}
.textos_imagenes_informacion_cont {
width: 75%;
}
.textos_imagenes_primera_imagen_flot {
margin-bottom: -24px;
}
.prestaciones_resumido_informacion_listado {
margin-right: -24px;
}
.prestaciones_resumido_titulo_imagen {
width: calc(50% + 24px);
}
.prestaciones_resumido {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.prestaciones_resumido_informacion_listado {
margin-right: 0;
order: 1;
}
.prestaciones_resumido_informacion_listado,
.prestaciones_resumido_titulo_imagen {
width: 100%;
}
.prestaciones_resumido_titulo_imagen img {
margin-bottom: -2px;
}
.prestaciones_resumido_titulo_cont,
.prestaciones_resumido_titulo_cont h6 {
padding-left: 0;
}
.prestaciones_resumido_listado,
.prestaciones_resumido_listado div {
padding-right: 0;
}
.destacado_columnas {
width: calc(50% - 12px) !important;
}
#footer_logotipos {
width: 100%;
}
#footer_menu,
#footer_contacto,
#footer_logotipo_cont,
#footer_sellos {
width: calc(50% - 12px);
}
.titulos_texto_titulos,
.titulos_texto_bloque_texto {
width: calc(50% - 12px);
}
.destacados_carrousel .bx-controls-direction {
top: 24vw;
}
.destacado_carrousel_imagen,
.destacado_columnas_imagen {
margin-bottom: -24px;
}
.titulos_video_bloque_texto:after {
left: -24px;
}
.titulos_video_titulos,
.titulos_video_video {
width: 100%;
}
.titulos_video_video {
padding-top: 55.6%;
}
.equipo_imagen_mb {
margin-bottom: -24px;
}
.eventos_listado,
.eventos_calendario {
width: 100%;
}
.evento {
width: calc(50% - 12px);
}
.evento_fecha_cont {
width: 100px;
}
.evento_info_cont {
max-width: calc(100% - 112px);
}
.noticias_completa {
width: calc(50% - 12px);
}
#pestana_fija {
bottom: 0;
transform: translateX(0);
max-width: initial;
width: 100%;
padding: 12px;
-webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.66);
box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.66);
text-align: center;
}
}
@media screen and (max-width: 766px) {
.cont_list {
width: calc(50% - 12px);
max-width: initial;
}
.cont_list:nth-child(even),
.archivo_calidades:nth-child(even) {
margin-right: 0;
}
.cont_list:nth-child(odd),
.archivo_calidades:nth-child(odd) {
margin-right: 24px;
}
#calidades_titulo {
width: 100%;
}
#calidades_texto,
#calidades_archivos {
width: 100%;
}
}
@media screen and (max-width: 720px) {
.prestaciones_carrousel .bx-wrapper {
margin-left: 24px;
}
.prestaciones_carrousel .bx-controls-direction {
top: 24vw;
}
.horario {
margin-top: 48px;
}
.horario_dia {
width: 100%;
padding-bottom: 24px;
padding-left: 0;
padding-right: 0;
border-bottom: 1px dashed #fff;
border-right: none;
}
.horario_dia:first-child,
.horario_dia:nth-child(5n+1) {
border-top: 1px dashed #fff;
border-left: none;
}
.horario_dia:first-child {
padding-top: 24px;
}
}
@media screen and (max-width: 420px) {
.textos_galeria_informacion {
display: block;
}
.textos_galeria_titulo_cont {
margin-right: 0;
}
.textos_imagenes_informacion_primera_imagen {
display: block;
}
.textos_imagenes_informacion_cont {
width: calc(100% - 24px);
margin-bottom: 0;
}
.textos_imagenes_segunda_imagen {
width: 100%;
}
.formulario_legales_enviar {
display: block;
}
.formulario_legales_cont {
margin-right: 0;
}
.noticia_ultima {
width: calc(50% - 12px) !important;
min-height: 240px !important;
}
.noticia_ultima:nth-child(8) {
width: 100% !important;
}
.titulos_texto_titulos,
.titulos_texto_bloque_texto {
width: 100%;
}
.equipo_titulo,
.equipo_imagen {
width: 100%;
}
.equipo_imagen_subtitulo_enlace {
display: block;
}
.equipo_imagen_subtitulo_enlace .boton {
margin-left: 0;
margin-top: 24px;
}
.destacado_columnas {
width: 100% !important;
}
.evento {
width: 100%;
}
.noticias_completa {
width: 100%;
}
.noticia_completa_fecha_categorias a.boton {
width: 100%;
margin-top: 6px;
text-align: center;
}
.filtrar_categoria_cont {
display: block;
text-align: center;
}
.filtrar_categoria_cont p,
.filtrar_categoria_cont select {
margin-bottom: 6px;
}
.filtrar_categoria_cont select,
.filtrar_categoria_cont input {
width: 100%;
}
#footer_menu,
#footer_contacto,
#footer_logotipo_cont,
#footer_sellos {
width: 100%;
text-align: center;
}
#menu_footer {
padding-left: 0;
}
#menu_footer li {
list-style: none;
}
.footer_contacto {
display: block;
}
.footer_contacto svg {
margin-right: 0;
margin-bottom: 6px;
}
.footer_contacto p,
.footer_contacto a {
width: 100%;
display: block;
}
#footer_rrss {
-webkit-justify-content: center;
justify-content: center;
}
#footer_bootom {
text-align: center;
}
#footer_bootom p,
#footer_bootom a {
width: 100%;
margin-right: 0;
}
#error .tres_columna {
width: 100%;
margin-bottom: 24px;
text-align: center;
}
}