body {
overflow-x: hidden !important;
background: #fff;
}
a,
object {
outline: none !important;
}
.nopd {
padding-right: 0;
padding-left: 0;
}
.nopdl {
padding-left: 0;
}
.nopdr {
padding-right: 0;
}
.nopdb {
padding-bottom: 0;
}
.nopdt {
padding-top: 0;
}
.gutter > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.row.gutter {
margin-left: -5px;
margin-right: -5px;
}
.modal-header {
position: relative;
padding-top: 125px;
}
.modal-header,
.modal-footer {
border: none;
}
.modal-content {
background-color: #ebebeb;
}
.modal-header .close {
background: #aa1054;
position: absolute;
top: 0;
right: 0;
opacity: 1 !important;
}
.modal-header .close span {
color: #fff;
font-size: 40px;
font-weight: 700;
}
.socias .modal-content h3 {
text-transform: none;
color: #393939;
}
.socias .modal-content p {
margin-bottom: 20px;
font-size: 15px;
line-height: 22px;
}
.socias .modal-content .interior {
padding: 0 30px;
position: relative;
}
.socias .modal-content .foto {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.socias .modal-content .foto .img-fluid {
border: 20px solid #aa1054;
}
.socias .modal-content .interior h4 {
font-size: 16px;
color: #aa1054;
text-transform: uppercase;
font-weight: 700;
margin-top: 25px;
}
.cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
}
.alignleft {
float: left;
margin-right: 30px;
padding-top: 15px;
}
.alignright {
float: right;
margin-left: 30px;
padding-top: 15px;
}
.aligncenter {
margin: auto;
display: block;
}
.entrada .wp-caption {
width: 100% !important;
}
.desktop {
display: block;
}
.movil {
display: none;
}  .logo .img-fluid { max-width: 190px;
}
header {
background: #fff;
padding: 30px 0;
position: fixed;
left: 0;
right: 0;
top: 0;
width: 100%;
display: block;
z-index: 97 !important;
}
header .boton {
line-height: 39px;
}
.sticky-wrapper {
position: absolute;
width: 100%;
left: 0;
right: 0;
top: 0;
z-index: 999 !important;
display: block;
}
.is-sticky header {
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
padding: 10px 0;
}
.is-sticky header .bajada {
padding-top: 10px;
}
header .bajada {
padding-top: 30px;
}
header .bajada .logo {
display: none;
}
.menu {
margin-bottom: 0;
font-size: 0px;
}
.menu li {
background: none;
padding: 0;
display: inline-block;
padding-right: 22px;
position: relative;
}
.menu li.ultimo {
padding: 0;
}
.menu a {
font-size: 13px;
color: #424141;
text-transform: uppercase; text-decoration: none !important;
letter-spacing: 1px;
cursor: pointer;
}
.menu a span {
font-size: 13px;
}
.menu .menu-image-title-after span {
display: inline-block !important;
}
.menu a:hover,
.menu a:focus,
.menu a.seleccionado,
.menu li.current-menu-item a,
.menu li.hover a {
color: #aa1054;
}
.menu li.hover ul {
display: block !important;
}
.menu ul {
background: #ac1455;
position: absolute;
z-index: 10;
left: 0;
top: 100%;
width: 250px;
z-index: 15;
padding: 0px;
display: none;
margin-left: -10px;
}
.menu ul li {
display: block;
padding: 0;
}
.menu ul li {
border-top: 1px solid #660a32;
}
.menu ul li:first-child {
border-top: none;
}
.menu ul li a {
padding: 20px 10px 20px;
display: block;
}
.menu ul li a,
.menu ul a span {
color: #fff !important;
font-weight: 900;
}
.menu ul a span {
padding-left: 5px !important;
}
header .header-login {
float: right;
margin-left: 25px;
text-decoration: none !important;
}
header .header-login span {
font-size: 17px;
line-height: 38px;
}
header .header-login i {
margin-right: 3px;
}
header .redes {
float: right;
}
header #utils {
position: relative;
}
header .trigger-buscar {
display: inline-block;
width: 38px;
height: 38px;
background: #aa1054;
border-radius: 50%;
text-align: center;
line-height: 35px;
color: #fff;
float: right;
margin: 0 30px;
}
header .trigger-buscar:hover,
.trigger-buscar:focus {
color: #fff;
}
.buscar {
background: #fff;
border: 1px solid #ebebeb;
box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
display: block;
top: 70%;
width: 200px;
padding: 0 5px;
transition: all 0.4s ease 0s;
position: absolute;
right: 125px;
transform: translateY(35px);
z-index: 777;
opacity: 0;
visibility: hidden;
}
.buscar.abierto {
opacity: 1;
transform: translateY(14px);
visibility: visible;
}
.buscar::after {
content: "";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
display: block;
right: 79px;
position: absolute;
top: -10px;
z-index: 200;
}
.buscar .form-control {
height: 30px;
font-size: 12px;
border: 1px solid #fff;
padding: 10px 4px;
}
.buscar .form-control:focus {
border: 1px solid #fff;
}
.menu-trigger {
position: relative;
z-index: 2000;
-webkit-transition: top ease-in-out 0.35s;
-moz-transition: top ease-in-out 0.35s;
-o-transition: top ease-in-out 0.35s;
transition: top ease-in-out 0.35s;
cursor: pointer;
display: none;
float: right;
top: 27px;
}
.menu-trigger .icon {
display: inline-block;
width: 30px;
height: 4px;
position: relative;
top: -8px;
background: #aa1054;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
-ms-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}
.menu-trigger .icon:before {
content: "";
width: 100%;
height: 4px;
background: #aa1054;
position: absolute;
top: -8px;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
-ms-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}
.menu-trigger .icon:after {
content: "";
width: 100%;
height: 4px;
background: #aa1054;
position: absolute;
top: 8px;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
-ms-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}
.menu-trigger.close-menu span {
background: none;
color: #aa1054;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
-ms-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}
.menu-trigger.close-menu span:before {
top: 0 !important;
background-color: #aa1054;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu-trigger.close-menu span:after {
top: 0 !important;
background-color: #aa1054;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-trigger a:hover span:before {
top: -20px;
}
.menu-trigger a:hover span:after {
top: 20px;
}
.menu-responsive {
display: none;
}
.menu-responsive .menu,
.menu-responsive .form,
#sidr {
display: none;
}  button.boton {
border: none;
cursor: pointer;
appearance: none;
}  #main {
min-height: 400px;
padding-top: 184px;
}
section {
padding: 75px 0;
}
section.par {
background: #f2f2f2;
}
.scroll-down {
background: url(//redmad.cl/wp-content/themes/redmad/img/abajo.png) no-repeat center bottom;
padding-bottom: 12px;
font-family: "Josefin Sans", sans-serif;
position: absolute;
left: 50%;
bottom: 50px;
color: #fff;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
}
.carrusel {
position: relative;
}
.carrusel .modulo {
position: relative;
}
.carrusel .leyenda {
position: absolute;
width: 100%;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
z-index: 15;
}
.carrusel .thumbs {
padding: 0 75px;
}
.carrusel .posicion {
position: relative;
z-index: 9;
}
.carrusel .flechas {
left: 0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: 1;
}
.flechas .atras {
float: left;
}
.flechas .adelante {
float: right;
}
#carrusel h2 {
font-size: 44px;
color: #fff;
text-transform: none;
font-weight: 700;
position: relative;
z-index: 1;
line-height: 45px;
margin-bottom: 40px;
}
#carrusel .modulo .contenido a {
color: #fff;
text-transform: uppercase;
position: relative;
z-index: 1;
font-size: 12px;
font-weight: 700;
text-decoration: underline;
}
#carrusel .modulo .contenido a:hover,
#carrusel .modulo .contenido a:focus {
color: #fff;
}
#carrusel .modulo .contenido {
padding: 0 50px 90px 140px;
position: relative;
}
#carrusel .modulo::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/bg-leyenda.png);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#partida.carrusel .flechas {
top: 72%;
left: 23%;
width: 30%;
z-index: 99;
}
#partida .flechas .atras {
float: right;
margin-right: 25px;
}
#partida.carrusel .v1 {
display: block;
}
#partida.carrusel .v2 {
display: none;
}
.titulo {
margin-bottom: 40px;
}
.redes a {
display: inline-block;
width: 38px;
height: 38px;
border: 1px solid #aa1054;
border-radius: 50%;
text-align: center;
line-height: 35px;
}
body.home h2 {
font-size: 35px;
}
.introduccion p {
color: #2e3192;
font-size: 20px;
line-height: 30px;
margin-bottom: 50px;
}
.introduccion .boton.borde.magenta {
margin-right: 55px;
}
.introduccion .boton.borde.magenta span {
font-size: 12px;
line-height: 47px;
}
.introduccion .boton.morado {
line-height: 80px;
height: 80px;
}
.introduccion .boton.morado::before {
border-width: 0 15px 80px 0;
}
.introduccion .boton.morado::after {
border-width: 0 15px 80px 0;
}
.introduccion .boton.morado span {
font-weight: 900;
font-size: 17px;
line-height: 80px;
}
.creencias {
background: #2e3192;
}
.creencias h2 {
color: #fff;
}
.creencias h3 {
color: #fff;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
padding-top: 125px;
}
.creencias p {
color: #fff;
font-size: 16px;
padding-top: 100px;
margin-bottom: 0;
}
.creencias .carrusel .flechas {
top: -20%;
}
.beneficios-destacados .modulo {
position: relative;
min-height: 320px;
text-align: center;
box-shadow: 4px 7px 23px 0px rgba(0, 0, 0, 0.13);
}
.beneficios-destacados .modulo .contenido {
padding: 40px 20px;
padding-top: 110px;
}
.beneficios-destacados h3 {
color: #ad1153;
font-size: 21px;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
}
.beneficios-destacados a {
display: inline-block;
width: 50px;
height: 50px;
border: 1px solid #aa1054;
border-radius: 50%;
text-align: center;
line-height: 45px;
cursor: pointer;
}
.beneficios-destacados .modulo .rollover {
position: absolute;
background: #aa1054;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.beneficios-destacados .modulo.hover .rollover {
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
}
.beneficios-destacados .rollover .contenido {
padding: 40px 20px;
}
.beneficios-destacados .modulo.hover h3 {
color: #fff;
}
.beneficios-destacados p {
color: #fff;
font-size: 13px;
line-height: 18px;
}
.beneficios-destacados .modulo.hover .contenido a {
color: #fff;
border: 1px solid #fff;
}
.leer {
float: right;
font-size: 12px;
color: #2e3192;
font-weight: 700;
text-transform: uppercase;
}
.leer .icono {
margin-left: 15px;
}
.leer:hover,
.leer:focus {
color: #2e3192;
}
.listado p {
margin-top: 20px;
line-height: 22px;
height: 68px;
overflow: hidden;
}
.listado .modulo {
margin-bottom: 45px;
}
.destacados p {
font-size: 26px;
line-height: 33px;
margin-bottom: 20px;
}
.destacados span {
display: block;
margin-bottom: 30px;
}
.destacados .leer {
float: left;
}
.destacados .contenido {
padding-top: 20px;
}
.destacados .modulo {
margin-bottom: 60px;
}
.destacados .modulo.par .leer {
float: left;
}
.destacados .imagen {
position: relative;
}
.destacados .imagen .etiqueta {
position: absolute;
top: 25px;
right: -30px;
}
.destacados .modulo.par .imagen .etiqueta {
right: inherit;
left: -30px;
}
.ultima {
margin-bottom: 50px;
}
.ultima p {
font-size: 34px;
line-height: 38px;
}
.ultima .contenido {
padding-top: 100px;
}
.ultima .leer {
float: left;
}
.ultima .imagen {
position: relative;
}
.ultima .imagen .etiqueta {
position: absolute;
top: 25px;
left: -30px;
}
body.page-template-template-noticias-y-opinion .destacados,
body.page-template-template-noticias-y-opinion .listado {
padding-top: 40px;
}
.nuestras-socias {
background: #aa1054;
}
.nuestras-socias h2 {
color: #fff;
}
.nuestras-socias .boton.ultimo {
margin-left: 50px;
}
.nuestras-socias .botones {
position: relative;
top: 88px;
}
#carrusel_socias .contenido {
padding-top: 20px;
}
#carrusel_socias p {
color: #fff;
font-size: 22px;
margin-bottom: 20px;
}
#carrusel_socias .leer {
float: left;
color: #fff;
}
.eventos .modulo {
background: url(//redmad.cl/wp-content/themes/redmad/img/bg-eventos.png) repeat-y;
margin-bottom: 30px;
box-shadow: 4px 7px 23px 0px rgba(0, 0, 0, 0.13);
height: 225px;
}
.eventos .fecha {
text-align: center;
padding-top: 65px;
}
.eventos .dia {
font-family: "Josefin Sans", sans-serif;
font-size: 78px;
color: #fff;
font-weight: 700;
display: block;
line-height: 60px;
}
.eventos .mes {
font-family: "Josefin Sans", sans-serif;
font-size: 21px;
color: #fff;
font-weight: 700;
display: block;
text-transform: uppercase;
}
.eventos h3 {
font-size: 17px;
text-transform: uppercase;
margin-bottom: 10px;
}
.eventos p {
font-size: 14px;
line-height: 18px;
}
.eventos .contenido {
padding: 20px;
padding-left: 0;
}
.eventos .link {
float: left;
font-size: 11px;
color: #2e3192;
text-transform: uppercase;
text-decoration: underline;
font-weight: 700;
line-height: 45px;
}
.siguenos {
background-image: url(//redmad.cl/wp-content/themes/redmad/img/banner/bg-siguenos.jpg);
background-repeat: no-repeat;
background-position: top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.siguenos h2 {
margin-bottom: 40px;
}
.siguenos .sbi_btn_text {
color: #fff !important;
font-size: 12px !important;
}
.siguenos .grupo {
background: #fff;
padding: 20px;
height: 500px;
}
.siguenos .grupo .img-fluid {
display: block;
margin: auto;
margin-bottom: 30px;
}
.siguenos .grupo .url-red {
background: #0073b1;
display: inline-block;
text-align: center;
padding: 0 20px;
line-height: 35px;
text-decoration: none !important;
color: #fff;
font-weight: 700;
}
.siguenos .modulo {
margin-bottom: 30px;
}
.banner {
position: relative;
}
.banner .leyenda {
position: absolute;
width: 100%;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
z-index: 15;
}
.formulario span {
font-size: 16px;
color: #424242;
text-transform: uppercase;
font-weight: 700;
margin-right: 30px;
position: relative;
top: -2px;
}
.nosotros .modulo {
margin-bottom: 50px;
}
.nosotros .cuerpo {
padding-top: 50px;
}
.nosotros .modulo.ultimo .cuerpo {
padding-top: 25px;
}
.nosotros .modulo .imagen {
position: relative;
}
.nosotros .modulo .contenido {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.nosotros .modulo h3 {
color: #fff;
font-size: 38px;
font-weight: 900;
text-transform: uppercase;
}
.nosotros .modulo p {
font-size: 18px;
color: #292929;
}
.nosotros .modulo .boton {
float: left;
}
.manifiesto .titulo {
margin-bottom: 90px;
}
.manifiesto .contenido {
background-image: url(//redmad.cl/wp-content/themes/redmad/img/banner/bg-manifiesto.jpg);
background-repeat: no-repeat;
background-position: top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.manifiesto .imagen {
position: relative;
}
.manifiesto .imagen .grupo {
position: absolute;
top: -50px;
}
.manifiesto .modulo {
padding: 100px 0;
}
.manifiesto p {
margin-bottom: 0;
color: #fff;
font-size: 15px;
}
.directorio h2 {
font-size: 28px;
}
.directorio .modulo {
margin-bottom: 30px;
text-align: center;
}
.directorio .contenido {
background: #2e3192;
padding: 20px 10px;
}
.directorio h3 {
color: #fff;
font-size: 14px;
font-weight: 700;
text-transform: none;
}
.directorio span {
line-height: 18px;
color: #fff;
font-size: 14px;
font-style: italic;
display: block;
}
.directorio.especial .contenido {
background: none;
padding: 25px 0;
}
.directorio.especial h3,
.directorio.especial span {
color: #2e3192;
}
.promo {
padding: 150px 0;
}
.promo h2 {
color: #fff;
font-size: 38px;
}
.promo .boton {
background: none;
border-top: 1px solid #fff;
line-height: 57px;
height: 59px;
border-bottom: 1px solid #fff;
}
.promo .boton::before {
content: url(//redmad.cl/wp-content/themes/redmad/img/btn-transparente-l.png);
border: none;
}
.promo .boton::after {
content: url(//redmad.cl/wp-content/themes/redmad/img/btn-transparente-r.png);
border: none;
top: -1px;
}
.promo .boton span {
color: #fff;
line-height: 57px;
}
.promo .contenido {
padding-top: 15px;
}
body.page-template-template-quienes-somos .promo {
background-image: url(//redmad.cl/wp-content/themes/redmad/img/banner/bg-destacado.jpg);
background-repeat: no-repeat;
background-position: top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.busqueda {
margin-bottom: 50px;
}
.busqueda .form-control {
font-size: 16px;
font-weight: 400;
color: #aa1054;
border: 1px solid #aa1054;
background: #fff url(//redmad.cl/wp-content/themes/redmad/img/flecha-filtro.png) no-repeat 98% center;
height: 61px;
padding: 5px 25px;
}
.busqueda .form-control:focus {
border: 1px solid #aa1054;
background: #fff url(//redmad.cl/wp-content/themes/redmad/img/flecha-filtro.png) no-repeat 98% center;
}
.busqueda select.form-control,
.busqueda select.form-control:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/flecha-filtro-abajo.svg);
background-size: 18px;
background-position-x: 95%;
}
.busqueda .selector .btn {
background-color: #aa1054;
padding: 18px 25px;
border-color: #aa1054;
color: #fff !important;
font-size: 15px;
font-weight: 700;
}
.busqueda .selector .dropdown-item.active,
.busqueda .selector .dropdown-item:active,
.busqueda .selector .dropdown-item:focus {
background-color: #ebebeb !important;
}
.busqueda .selector .btn-light:not(:disabled):not(.disabled).active,
.busqueda .selector .btn-light:not(:disabled):not(.disabled):active,
.busqueda .show > .btn-light.dropdown-toggle {
background: #aa1054;
color: #fff;
border-color: #aa1054;
}
.busqueda .selector ul span {
font-size: 15px;
color: #aa1054;
}
.busqueda .dropdown-toggle::after {
border-top: 0.5em solid;
border-right: 0.5em solid transparent;
border-left: 0.5em solid transparent;
}
.busqueda .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.busqueda ::-webkit-input-placeholder {
color: #aa1054 !important;
opacity: 1;
}
.busqueda ::-moz-placeholder {
color: #aa1054 !important;
opacity: 1;
}
.busqueda :-ms-input-placeholder {
color: #aa1054 !important;
opacity: 1;
}
.busqueda input:-moz-placeholder {
color: #aa1054 !important;
opacity: 1;
}
.socias .modulo {
background: url(//redmad.cl/wp-content/themes/redmad/img/bg-socias.png) repeat-x;
margin-bottom: 40px;
}
.socias .imagen {
position: relative;
}
.socias .imagen::before {
content: "";
width: 50%;
height: 100%;
left: 0;
top: 0;
position: absolute;
background: #fff;
z-index: 0;
}
.socias .imagen .img-fluid {
position: relative;
z-index: 1;
}
.socias .contenido {
padding-top: 75px;
}
.socias .grupo {
min-height: 74px;
}
.socias h3 {
font-size: 15px;
font-weight: 700;
color: #aa1054;
text-transform: uppercase;
}
.socias .cargo {
font-weight: 700;
font-size: 15px;
color: #525252;
display: block;
}
.socias .link {
color: #2e3192;
font-size: 20px;
}
.socias .modulo .boton {
margin-right: 30px;
}
.socias .modulo .boton span {
font-size: 12px;
}
.socias .modulo .boton::after {
border-width: 0 15px 40px 0;
}
.media-boxes-load-more-button {
background: #fff !important;
border-radius: 0;
padding: 0 35px;
border-top: 2px solid #aa1054;
border-bottom: 2px solid #aa1054;
font-family: "Lato", sans-serif !important;
font-size: 16px !important;
line-height: 31px !important;
height: 31px !important;
font-weight: 700 !important;
color: #aa1054 !important;
text-transform: uppercase;
position: relative;
}
.media-boxes-load-more-button::before {
content: url(//redmad.cl/wp-content/themes/redmad/img/btn-transparente-magenta-l.png);
border: none;
left: -14px;
top: -2px;
position: absolute;
}
.media-boxes-load-more-button::after {
content: url(//redmad.cl/wp-content/themes/redmad/img/btn-transparente-magenta-r.png);
border: none;
right: -14px;
top: -1px;
position: absolute;
}
.media-boxes-no-more-entries {
display: none;
}
.mini-banner h2 {
font-size: 28px;
color: #fff;
}
.mini-banner {
position: relative;
}
.mini-banner .leyenda {
position: absolute;
width: 100%;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
z-index: 15;
}
.mini-banner .modulo {
background: #aa1054;
position: relative;
text-align: center;
padding-top: 50px;
height: 122px;
}
.mini-banner .modulo::before {
content: "";
position: absolute;
left: -15px;
top: 0;
border-width: 0 15px 125px 0;
border-color: transparent #aa1054 transparent transparent;
border-style: solid;
}
.mini-banner .modulo::after {
content: "";
position: absolute;
right: -15px;
top: 0;
border-width: 0 15px 122px 0;
border-color: transparent transparent #aa1054 transparent;
border-style: solid;
}
.mini-banner .boton {
top: 18px;
z-index: 1;
margin-right: 30px;
}
body.single .pagina {
position: relative;
top: -100px;
}
.pagina {
background: #fff;
box-shadow: 0px 18px 15px 0px rgba(0, 0, 0, 0.09);
}
.entrada {
padding: 70px 0;
position: relative;
}
.entrada .etiqueta {
position: absolute;
left: -150px;
top: 54px;
}
.entrada .etiqueta .dia {
display: block;
font-size: 68px;
line-height: normal;
}
.entrada .etiqueta .mes {
font-size: 24px;
display: block;
}
body.single-agenda .etiqueta {
text-align: center;
padding: 10px 20px;
}
.etiqueta {
background: #2e3192;
padding: 5px 17px;
display: inline-block;
text-align: center;
}
.etiqueta span {
color: #fff;
font-size: 9px;
font-weight: 900;
text-transform: uppercase;
margin: 0;
}
.entrada h1 {
font-size: 42px;
color: #aa1054;
text-transform: none;
font-weight: 400;
margin-bottom: 10px;
}
.entrada h2 {
font-size: 18px;
color: #2e3192;
font-weight: 700;
text-transform: none;
margin-bottom: 30px;
}
.entrada h3 {
text-transform: uppercase;
color: #505050;
font-size: 18px;
margin-bottom: 30px;
}
.entrada p em {
color: #2e3192;
font-style: normal;
}
.entrada .img-fluid {
margin-bottom: 30px;
}
.compartir {
padding-bottom: 70px;
}
.compartir span {
color: #aa1054;
text-transform: uppercase;
font-size: 20px;
}
.relacionados .titulo h2 {
font-size: 32px;
}
.paginador {
text-align: center;
margin-top: 40px;
margin-bottom: 50px;
}
.paginador a {
color: #2e3192;
font-weight: 900;
font-size: 20px;
padding: 0 12px;
text-transform: uppercase;
}
.paginador span {
color: #2e3192;
font-weight: 900;
font-size: 20px;
padding: 0 12px;
}
.paginador a:hover {
color: #2e3192;
text-decoration: underline;
}
.paginador a.seleccionado,
.paginador span.page-numbers.current {
text-decoration: underline;
}
body.post-type-archive-beneficios h2 {
font-size: 28px;
}
.beneficios .modulo {
margin-bottom: 55px;
}
.beneficios .modulo .cuerpo {
padding-top: 25px;
}
.beneficios .modulo p {
font-size: 16px;
margin-bottom: 25px;
}
.beneficios .modulo .imagen {
position: relative;
}
.beneficios .modulo .contenido {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.beneficios h3 {
color: #fff;
font-size: 38px;
font-weight: 900;
text-transform: uppercase;
text-align: center;
}
.beneficios h3 strong {
font-weight: 200;
}
body.post-type-archive-beneficios .promo {
background-image: url(//redmad.cl/wp-content/themes/redmad/img/banner/bg-promo-beneficios.jpg);
background-repeat: no-repeat;
background-position: top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.formacion {
padding: 25px 0;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/banner/bg-formacion.jpg);
background-repeat: no-repeat;
background-position: top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 310px;
margin-bottom: 60px;
}
.formacion h2 {
font-size: 28px;
color: #fff;
margin-bottom: 15px;
}
.formacion p {
color: #fff;
font-size: 16px;
}
.formacion p a {
font-style: italic;
text-decoration: underline;
color: #fff;
}
.formacion p a:hover,
.formacion p a:focus {
color: #fff;
}
.formacion .modulo {
box-shadow: 0px 15px 34px 0px rgba(0, 0, 0, 0.15);
background: #fff;
padding: 50px 20px;
text-align: center;
position: relative;
top: -50px;
height: 380px;
}
.formacion .modulo h3 {
font-size: 18px;
margin-bottom: 10px;
margin-top: 10px;
}
.formacion .modulo p {
color: #2e3192;
font-size: 14px;
line-height: 18px;
}
.formacion .leer {
float: none;
font-size: 14px;
font-weight: 900;
}
#carrusel_beneficios h3 {
color: #fff;
text-transform: uppercase;
font-size: 21px;
margin-bottom: 30px;
}
#carrusel_beneficios a {
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
text-decoration: none;
}
#carrusel_beneficios a:hover,
#carrusel_beneficios a:focus {
text-decoration: underline;
}
#carrusel_beneficios .contenido {
background: #2e3192;
border-radius: 50%;
width: 260px;
height: 260px;
padding: 100px 30px;
text-align: center;
}
.alianzas-estrategicas {
background: #aa1054;
}
.alianzas-estrategicas p {
color: #fff;
font-size: 21px;
text-transform: uppercase;
margin: 0;
line-height: 60px;
}
.alianzas-estrategicas p strong {
font-weight: 900;
}
.testimonios h3 {
text-transform: uppercase;
color: #fff;
font-weight: 400;
font-size: 16px;
margin-bottom: 20px;
}
.testimonios p {
font-size: 24px;
line-height: 28px;
font-weight: 900;
color: #fff;
text-transform: uppercase;
margin-bottom: 20px;
}
.testimonios span {
font-size: 14px;
color: #fff;
line-height: 17px;
display: block;
}
.testimonios .carrusel .flechas {
z-index: 99;
top: 85%;
}
.testimonios .carrusel .flechas .adelante {
float: left;
margin-left: 25px;
}
body.page-template-template-programas-empresas section.bg {
background-image: url(//redmad.cl/wp-content/themes/redmad/img/banner/bg-nuestras-propuestas.jpg);
background-repeat: no-repeat;
background-position: top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.page-template-template-programas-empresas section.bg p {
color: #fff;
font-size: 16px;
}
body.page-template-template-programas-empresas section.bg h2 {
color: #fff;
}
body.page-template-template-programas-empresas .galeria .carrusel .flechas {
z-index: 99;
top: 85%;
}
body.page-template-template-programas-empresas .galeria .carrusel .flechas .adelante {
float: left;
margin-left: 25px;
}
body.page-template-template-programas-empresas .galeria .carrusel p {
color: #fff;
font-size: 16px;
}
body.search section h2 {
font-size: 13px;
color: #aa1054;
margin-bottom: 15px;
font-weight: 700;
}
body.search section form .form-control {
background: #f5f5f5;
border: 1px solid #f5f5f5;
color: #0d1014;
font-size: 24px;
height: 60px;
padding: 5px 12px;
}
body.search section form .form-control:focus {
background: #f5f5f5;
border: 1px solid #f5f5f5;
}
body.search section p.totales {
margin-top: 40px;
color: #0d1014;
font-size: 18px;
}
body.page-template-template-hazte-socia .promo {
background-image: url(//redmad.cl/wp-content/themes/redmad/img/banner/bg-destacado.jpg);
background-repeat: no-repeat;
background-position: top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.page-template-template-hazte-socia .promo .webpay {
float: right;
}
.postulacion h3 {
text-transform: uppercase;
font-size: 17px;
margin-bottom: 10px;
}
.postulacion h4 {
font-size: 17px;
font-weight: 900;
}
.postulacion p {
line-height: 23px;
margin: 0;
}
.postulacion p strong {
color: #aa1054;
}
.postulacion .modulo {
margin-bottom: 35px;
}
.postulacion .modulo.especial .contenido {
padding-top: 42px;
}
.proyectos .modulo .interior {
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 100px 0 60px 0;
}
.proyectos .modulo .contenido {
padding: 0 80px;
text-align: center;
}
.proyectos h2 {
margin-bottom: 30px;
}
.proyectos h3 {
font-size: 45px;
color: #fff;
text-transform: uppercase;
margin-bottom: 10px;
letter-spacing: 1px;
}
.proyectos p {
text-transform: uppercase;
color: #fff;
font-size: 28px;
line-height: 34px;
letter-spacing: 1px;
}
.proyectos .carrusel .flechas {
z-index: 10;
}  footer .contenido {
font-size: 12px !important;
color: #fff !important;
padding: 50px 0;
background: #5a5959;
}
footer span {
font-size: 14px !important;
color: #fff !important;
}
footer ul {
font-size: 12px !important;
color: #fff !important;
margin-bottom: 0;
}
footer ul li {
font-size: 12px !important;
color: #fff !important;
padding: 0;
background: none;
padding-bottom: 28px;
}
footer ul a {
font-size: 12px !important;
color: #fff !important;
text-transform: uppercase;
text-decoration: none !important;
}
footer ul a:hover {
color: #ccc;
}
footer .bajada {
padding: 50px 0;
background: #262626;
}
footer h3 {
text-transform: uppercase;
color: #fff;
font-size: 13px;
font-weight: 700;
margin-bottom: 20px;
line-height: 18px;
letter-spacing: normal;
}
footer p {
color: #f1f1f1;
margin-bottom: 0;
margin-top: 27px;
}
footer .alianzas {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #fff;
}
footer .redes {
margin-top: 30px;
}
footer .redes a {
color: #fff;
border: 1px solid #fff;
}
footer .alianzas .img-fluid {
margin: 0 10px;
}
footer .form-control {
background: none;
border: none;
border-bottom: 1px solid #fff;
color: #7d7c7c;
}
footer .form-control:focus {
background: none;
border: none;
border-bottom: 1px solid #fff;
}
footer .form-group {
margin-bottom: 10px;
}
footer .wpcf7-submit {
background: none;
border: 0;
border-bottom: 1px solid #ddd;
color: #fff;
font-size: 14px;
font-weight: 700;
padding: 0;
height: 20px;
}
footer .wpcf7-submit:hover,
footer .wpcf7-submit:focus {
background: none !important;
border: 0 !important;
border-bottom: 1px solid #ddd !important;
box-shadow: none !important;
color: #fff !important;
}
footer ::-webkit-input-placeholder {
color: #7d7c7c !important;
opacity: 1;
}
footer ::-moz-placeholder {
color: #7d7c7c !important;
opacity: 1;
}
footer :-ms-input-placeholder {
color: #7d7c7c !important;
opacity: 1;
}
footer input:-moz-placeholder {
color: #7d7c7c !important;
opacity: 1;
}  h1,
h2,
h3,
h4,
h5 {
margin: 0;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
letter-spacing: 1px;
}
h1 {
font-family: "Lato", sans-serif;
font-weight: 900;
font-size: 64px;
color: #fff;
}
h1 strong {
font-weight: 300;
}
h2 {
font-family: "Lato", sans-serif;
font-weight: 900;
font-size: 44px;
color: #2e3192;
text-transform: uppercase;
}
h2 strong {
font-weight: 200;
}
h3 {
font-family: "Lato", sans-serif;
font-size: 28px;
font-weight: 900;
color: #2e3192;
}
h4 {
font-family: "Lato", sans-serif;
font-size: 16px;
font-weight: 500;
color: #2e3192;
line-height: 24px;
margin-bottom: 10px;
}
h5 {
font-family: "Lato", sans-serif;
font-size: 14px;
font-weight: 700;
color: #2e3192;
text-transform: uppercase;
}
p,
a,
span {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 17px;
}
p,
span {
color: #505050;
line-height: 25px;
}
p,
ul,
ol {
margin-bottom: 30px;
}
a {
color: #aa1054;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
a:hover,
a:focus {
text-decoration: underline;
color: #aa1054;
}
ul {
padding: 0;
}
ul li {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 14px;
background: url(//redmad.cl/wp-content/themes/redmad/img/bullet_lista.png) no-repeat 0 9px;
padding-left: 12px;
padding-bottom: 4px;
color: #505050;
list-style: none;
}
strong,
b {
font-weight: 700;
}
blockquote {
border: none;
padding: 0;
margin: 60px 0;
}
blockquote p {
position: relative;
font-size: 20px;
color: #aa1054;
font-weight: 700;
line-height: 28px;
font-style: italic;
padding-left: 50px;
}
blockquote p::before {
content: url(//redmad.cl/wp-content/themes/redmad/img/quote.png);
width: 41px;
height: 39px;
position: absolute;
left: 0;
top: 0;
}
.magenta {
color: #aa1054;
} .table-responsive {
border: none !important;
margin-bottom: 30px;
font-size: 12px;
}
.table th {
font-weight: normal;
background: #fff;
color: #414042;
border: none;
padding: 20px 8px !important;
text-align: center;
}
.table td {
text-align: center;
color: #414042;
padding: 20px 8px !important;
}
.table tr.par {
border-bottom: 1px solid #ddd;
}  label {
font-family: "Lato", sans-serif;
font-size: 17px;
font-weight: 400;
color: #424242;
display: block;
margin-bottom: 20px;
}
.form-group {
margin-bottom: 45px;
}
.form-group.ultimo {
margin-bottom: 60px;
}
.form-control {
font-family: "Lato", sans-serif;
font-size: 17px;
font-weight: 700;
background: #fff;
border: none;
border-bottom: 1px solid #1f1f2a;
box-shadow: none;
color: #424242;
height: 40px;
padding: 5px 5px;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
textarea.form-control {
min-height: 150px;
}
.form-control:focus {
background: #fff;
border: none;
border-bottom: 1px solid #1f1f2a;
box-shadow: none;
}
.input-group-addon {
border: 1px solid #fff;
background: #fff;
border-radius: 0;
font-size: 20px;
color: #000;
padding: 6px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #aa1054;
}
.custom-control-label {
position: relative;
top: -1px;
}
.custom-control-label::before {
outline: none !important;
box-shadow: none !important;
}
.selector {
margin-bottom: 15px;
position: relative;
}
.selector .btn {
background: #fff;
font-family: "Lato", sans-serif;
background: none;
border: none;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-bottom: 1px solid #ccc;
padding: 5px 0;
outline: none !important;
box-shadow: none !important;
}
.selector ul {
margin-bottom: 0;
}
.selector li {
padding: 0 !important;
background: none !important;
border: none !important;
}
.selector ul span {
font-size: 12px;
font-weight: 400;
letter-spacing: 1px;
color: #000;
}
.selector .dropdown-menu {
min-width: 180px;
background: #fff;
border: 1px solid #ebebeb;
border-radius: 0;
}
.selector .dropdown-item {
padding: 0 10px;
}
.selector .dropdown-item.active,
.selector .dropdown-item:active,
.selector .dropdown-item:focus {
background: #ebebeb;
}
.selector .btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
background: #ebebeb;
color: #000;
border-color: #ebebeb;
}
.selector .bootstrap-select .dropdown-toggle:focus {
outline: none !important;
}
.boton {
background: #aa1054;
text-decoration: none !important;
float: right;
line-height: 38px;
text-align: center;
display: block;
position: relative;
padding: 0 25px;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.boton span {
font-size: 15px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
line-height: 38px;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
position: relative;
z-index: 1;
letter-spacing: 1px;
}
.boton::before {
content: "";
position: absolute;
left: -15px;
top: 0;
border-width: 0 15px 39px 0;
border-color: transparent #aa1054 transparent transparent;
border-style: solid;
}
.boton::after {
content: "";
position: absolute;
right: -15px;
top: 0;
border-width: 0 15px 39px 0;
border-color: transparent transparent #aa1054 transparent;
border-style: solid;
}
.boton.morado {
background: #2e3192;
height: 38px;
}
.boton.morado::before {
border-color: transparent #2e3192 transparent transparent;
}
.boton.morado::after {
border-color: transparent transparent #2e3192 transparent;
border-width: 0 15px 38px 0;
}
.boton.borde.magenta {
background: #fff;
border-top: 2px solid #aa1054;
border-bottom: 2px solid #aa1054;
line-height: 51px;
}
.boton.borde.magenta span {
color: #aa1054;
line-height: 51px;
}
.boton.borde.magenta::before {
content: url(//redmad.cl/wp-content/themes/redmad/img/btn-transparente-magenta-l.png);
border: none;
left: -14px;
top: -2px;
}
.boton.borde.magenta::after {
content: url(//redmad.cl/wp-content/themes/redmad/img/btn-transparente-magenta-r.png);
border: none;
right: -14px;
top: -1px;
}
.boton.borde.morado {
background: none;
border-top: 2px solid #313494;
border-bottom: 2px solid #313494;
height: 44px;
line-height: 40px;
}
.boton.borde.morado span {
color: #2e3192;
line-height: 40px;
font-size: 13px;
}
.boton.borde.morado::before {
content: url(//redmad.cl/wp-content/themes/redmad/img/btn-transparente-morado-l.png);
border: none;
left: -14px;
top: -2px;
}
.boton.borde.morado::after {
content: url(//redmad.cl/wp-content/themes/redmad/img/btn-transparente-morado-r.png);
border: none;
right: -14px;
top: -2px;
}
.wpcf7-submit {
background: #fff url(//redmad.cl/wp-content/themes/redmad/img/ico-enviar.png) no-repeat center right;
border: 0;
color: #2e3192;
font-family: "Lato", sans-serif;
font-size: 14px;
font-weight: 900;
text-align: center;
padding: 0 40px 0 25px;
height: 45px;
cursor: pointer;
border-radius: 0;
float: right;
text-transform: uppercase;
letter-spacing: 1px;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
background: #fff url(//redmad.cl/wp-content/themes/redmad/img/ico-enviar.png) no-repeat center right !important;
outline: none;
border: none !important;
box-shadow: none !important;
color: #2e3192 !important;
}
.centrar {
text-align: center;
}
.centrar .boton {
float: none;
display: inline-block;
}
.help-block {
font-size: 12px !important;
color: #c00 !important;
line-height: 16px;
text-transform: none !important;
}
.alert {
font-family: "Lato", sans-serif;
padding: 4px 5px;
font-size: 12px;
}
div.wpcf7 .ajax-loader {
line-height: normal;
} .lSSlideOuter .lSPager {
margin: 0 !important;
}
.lSSlideOuter .lSPager.lSpg > li {
padding: 0;
background: none;
}
.lSSlideOuter .lSPager.lSpg > li a {
background-color: transparent !important;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
text-indent: 0 !important;
background-color: #fff !important;
text-align: center;
text-decoration: none !important;
color: transparent !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
background-color: #333 !important;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
} .beneficios-hero{
padding-top: 200px;
padding-bottom: 150px;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/beneficios/hero.jpg);
}
.beneficios-hero h1{
color: #fff;
font-size: 111px;
font-weight: 900;
letter-spacing: -4px;
line-height: 131.97px;
}
.beneficios-description{
color: #494949;
font-size: 18px;
font-weight: 400;
line-height: 23.47px;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/beneficios/textured-bg.jpg);
}
.page-template-page-beneficios h2{
color: #aa1054;
font-size: 47px;
font-weight: 900;
text-transform: none;
letter-spacing: -2px;
margin-bottom: 20px;
}
.beneficios-title{
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/beneficios/textured-bg.jpg);
}
.beneficios-related{
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/beneficios/textured-bg.jpg);
}
.beneficios-related h2{
text-transform: none;
}
.beneficios-know{
padding-top: 0px;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/beneficios/bg-know.png);
}
.beneficios-know .m{
width: 100px;
height: 100px;
display: block;
margin: auto;
margin-bottom: 70px;
}
.beneficios-know h2{
color: #fff;
}
.beneficios-know a{
color: #ffffff;
width: 320px;
font-size: 31px;
font-weight: 900;
line-height: 42.46px;
letter-spacing: -1px;
text-align: center;
padding: 5px 25px;
display: inline-block;
border-radius: 30px;
text-decoration: none;
border: solid 3px #fff;
background-color: transparent;
}
.rounded-btn{
width: 240px;
color: #fff;
margin: auto;
font-size: 18px;
font-weight: 900;
padding: 5px 30px;
text-align: center;
display: inline-block;
border-radius: 35px;
background: #aa1054;
transition-duration: 0.6s;
text-decoration: none !important;
}
.page-template-page-agenda h2 {
font-size: 36px;
line-height: 0.8;
text-transform: none;
}
.agenda-hero {
padding-top: 200px;
padding-bottom: 150px;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/agenda/hero.jpg);
}
.agenda-hero h1 {
color: #fff;
font-size: 111px;
font-weight: 900;
letter-spacing: -4px;
line-height: 131.97px;
}
.agenda-form {
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/beneficios/textured-bg.jpg);
}
.agenda-form select,
.agenda-form select:hover,
.agenda-form select:focus {
height: 50px;
color: #2e3292;
font-size: 15px;
padding-left: 40px;
border: 2px solid #2e3292;
background-size: 18px;
background-repeat: no-repeat;
background-position: 8% center;
background-color: transparent;
}
.agenda-form input {
height: 50px;
color: #2e3292;
font-size: 15px;
font-weight: 400;
line-height: 50px;
padding: 0px 25px;
border: 2px solid #2e3292 !important;
background-color: transparent !important;
}
.agenda-form .form-col {
padding-left: 5px;
padding-right: 5px;
}
.agenda-form .form-search {
display: flex;
align-items: center;
}
.agenda-form .form-submit {
height: 50px;
border: none;
outline: 0px;
cursor: pointer;
margin-left: 15px;
padding: 5px 30px 5px 25px;
background-color: #2e3292;
border-radius: 0 23px 23px 0;
}
.category-select {
background-image: url(//redmad.cl/wp-content/themes/redmad/img/agenda/icon-settings.png) !important;
}
.date-select {
background-image: url(//redmad.cl/wp-content/themes/redmad/img/agenda/icon-calendar.png) !important;
}
.agenda-relacionados .streaming-more {
color: #aa1054;
font-size: 24px;
font-weight: 700;
text-decoration: underline;
}
.agenda-relacionados-meta {
display: flex;
justify-content: space-between;
}
.agenda-relacionados-meta .preview {
color: #2e3292;
font-size: 15px;
font-weight: 700;
padding: 10px 20px;
display: inline-block;
text-decoration: none;
border: solid 2px #2e3292;
}
.agenda-relacionados-meta .preview img {
margin-right: 10px;
}
.agenda-tag {
color: #fff;
font-size: 15px;
padding: 0px 5px 0px 15px;
line-height: 34px;
margin-right: 10px;
border-radius: 17px;
display: inline-block;
background-color: #c1c1c1;
}
.agenda-tag img {
cursor: pointer;
margin-top: -4px;
margin-left: 5px;
}
.agenda-filters {
color: #a3a3a3;
font-weight: 600;
margin-right: 10px;
margin-bottom: 0px;
display: inline-block;
}
@media (min-width: 992px) {
.w-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20% !important;
flex: 0 0 20% !important;
max-width: 20%;
}
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
width: 14.285714285714285714285714285714%;
*width: 14.285714285714285714285714285714%;
max-width: 14.285714285714285714285714285714% !important;
flex: none !important;
}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1600px) {
#partida.carrusel .flechas {
top: 75%;
}
#carrusel h2 {
font-size: 65px;
line-height: 70px;
}
#carrusel .modulo .contenido {
padding: 0px 50px 90px 20px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.menu li {
padding-right: 19px;
}
.menu a {
font-size: 13px;
}
}
@media screen and (min-width: 300px) and (max-width: 992px) {
.desktop {
display: none;
}
.movil {
display: block;
}
section {
padding: 50px 0;
}
header {
padding: 15px 0;
}
header .redes,
header .trigger-buscar,
header .boton,
header .contenido .logo,
header .header-login {
display: none;
}
.menu {
display: none;
}
.menu-trigger,
header .bajada .logo {
display: block;
}
.menu ul {
background: none !important;
position: relative;
display: none;
border-top: none !important;
padding: 0;
width: 100%;
}
.menu ul li {
line-height: 18px !important;
padding-bottom: 10px !important;
}
header .bajada {
padding: 0;
}
.menu-responsive .menu,
.menu-responsive .form,
#sidr {
display: block;
}
body.sidr-open .menu-responsive,
body.sidr-open #sidr .redes {
display: block;
}
#sidr .boton {
display: inline-block;
margin: auto;
float: none;
background: #fff;
margin-left: 15px;
}
#sidr .boton::before {
border-color: transparent #fff transparent transparent;
}
#sidr .boton::after {
border-color: transparent transparent #fff transparent;
}
#sidr .boton span {
color: #aa1054;
}
.sidr .redes {
float: none;
margin: 30px 0;
}
.sidr .redes a {
color: #fff;
border: 1px solid #fff;
}
.sidr .menu {
border: none !important;
}
.sidr .menu li {
padding: 0;
display: block;
border: none !important;
}
.sidr .menu li a {
text-decoration: none !important;
color: #fff;
padding: 0 !important;
}
.sidr {
background: #aa1054 !important;
box-shadow: none !important;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
box-shadow: none !important;
}
.sidr form {
margin: 0 !important;
}
.sidr .form-control {
background: #2e3192 !important;
color: #fff !important;
}
.sidr .form-control:focus {
background: #2e3192 !important;
color: #fff !important;
}
.sidr ::-webkit-input-placeholder {
color: #fff !important;
}
.sidr ::-moz-placeholder {
color: #fff !important;
}
.sidr :-ms-input-placeholder {
color: #fff !important;
}
.sidr input:-moz-placeholder {
color: #fff !important;
}
.nosotros .cuerpo,
.nosotros .modulo.ultimo .cuerpo {
padding-top: 0;
}
.nosotros .modulo {
margin-bottom: 20px;
}
.nosotros .modulo .imagen {
margin-bottom: 30px;
}
#carrusel h2 {
font-size: 40px;
line-height: 42px;
text-transform: none;
}
#partida.carrusel .flechas {
top: 80%;
left: 50%;
}
.introduccion p {
font-size: 18px;
line-height: 24px;
}
.creencias h3 {
padding-top: 0;
margin-bottom: 30px;
}
.creencias .carrusel .flechas {
top: -12%;
}
.creencias p {
padding-top: 30px;
}
#carrusel_creencias .modulo {
text-align: center;
}
#carrusel_socias .modulo {
text-align: center;
}
#carrusel_socias .leer {
float: none;
}
.beneficios-destacados .modulo {
margin-bottom: 30px;
}
.destacados .imagen .etiqueta {
right: -15px;
}
.destacados .modulo.par .imagen .etiqueta {
left: -15px;
}
.nuestras-socias .botones {
text-align: center;
}
.nuestras-socias .botones .boton {
float: none;
margin: 0;
margin-bottom: 20px;
}
.siguenos .contenido {
padding: 0;
margin-bottom: 30px;
}
.mini-banner .modulo {
padding-top: 25px;
}
.mini-banner h2 {
font-size: 20px !important;
}
.destacados .contenido {
padding-top: 20px;
}
.eventos .modulo {
height: inherit;
}
.eventos .centrar {
margin-top: 30px;
}
body.single .pagina {
top: -65px;
}
.entrada {
padding: 20px 15px;
padding-top: 70px;
}
body.single-agenda .entrada {
padding-top: 100px;
}
.entrada .etiqueta {
top: 0;
left: 0;
}
.entrada .etiqueta .dia {
font-size: 40px;
}
.entrada h1 {
font-size: 35px;
}
.compartir {
padding: 0 15px 30px 15px;
}
.compartir span {
font-size: 18px;
}
.relacionados .titulo {
margin-top: 45px;
}
.ultima .imagen .etiqueta {
left: -15px;
}
.ultima .contenido {
padding-top: 20px;
}
.manifiesto .imagen .grupo {
position: relative;
top: -30px;
}
.manifiesto .modulo {
padding: 0;
padding-bottom: 45px;
}
.promo {
padding: 60px 0;
}
.promo .contenido {
padding-top: 30px;
text-align: center;
}
.promo .boton {
margin: 0;
margin-bottom: 20px;
float: none;
display: inline-block;
}
body.page-template-template-programas-empresas section.bg {
margin-bottom: 45px;
}
body.page-template-template-programas-empresas .galeria .carrusel p {
font-size: 13px;
line-height: 17px;
margin: 0;
}
#main {
padding-top: 100px;
}
.centrar .boton {
margin: 0 !important;
margin: 0 15px 30px 15px !important;
}
.boton {
padding: 0 15px;
}
.busqueda .form-control {
font-size: 15px;
margin-bottom: 30px;
}
.ultima .contenido {
padding-top: 20px;
}
body.page-template-template-noticias-y-opinion .destacados,
body.page-template-template-noticias-y-opinion .listado {
padding-top: 0;
}
.beneficios h3 {
font-size: 30px;
}
.formacion {
padding: 45px 0;
height: inherit;
margin-bottom: 0;
}
.formacion .modulo {
top: 0;
height: inherit;
margin-bottom: 30px;
}
.alianzas-estrategicas img {
max-width: 120px;
}
.testimonios h3 {
margin-bottom: 5px;
}
.testimonios p {
margin-bottom: 5px;
font-size: 20px;
}
.testimonios span {
margin-bottom: 25px;
}
footer .logo,
footer .redes,
.menu-footer {
display: none;
}
footer p {
margin-top: 10px;
margin-bottom: 10px;
}
footer .contenido {
padding: 30px 0;
}
footer .alianzas {
padding-top: 15px;
margin-top: 15px;
}
footer .bajada {
padding: 15px 0;
}
h1 {
font-size: 50px;
}
h2 {
font-size: 40px;
}
body.home h2 {
font-size: 28px;
}
.listado .titulo h2 {
line-height: 44px;
}
.destacados .titulo h2 {
line-height: 44px;
}
.relacionados .titulo h2 {
font-size: 28px;
}
.carrusel .thumbs {
padding: 0 55px;
}
.carrusel .flechas img {
max-width: 30px;
}
body.page-template-template-programas-empresas h1 {
font-size: 40px;
}
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
width: 100%;
*width: 100%;
}
.boton.borde.morado {
margin-right: 15px;
}
.postulacion .modulo.especial .contenido {
padding-top: 0;
}
.postulacion .modulo h3 {
margin-top: 20px;
}
.proyectos .modulo .interior {
min-height: 451px;
}
}
@media screen and (min-width: 300px) and (max-width: 576px) {
.logo .img-fluid { max-width: 160px;
}
.menu-trigger {
top: 17px;
}
#main {
padding-top: 81px;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 22px;
}
.relacionados .titulo h2 {
font-size: 22px;
}
body.home h2 {
font-size: 22px;
}
.creencias h3 {
font-size: 18px;
}
#carrusel h2 {
font-size: 35px;
line-height: 38px;
margin-bottom: 40px;
}
#carrusel .modulo .contenido a {
font-size: 14px;
}
#partida.carrusel .flechas {
top: 75%;
left: 45%;
width: 50%;
}
#carrusel .modulo .contenido {
background: none;
}
#carrusel .modulo .contenido {
padding: 80px 15px;
}
#carrusel .modulo::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/bgleyenda.png);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#partida.carrusel .v2 {
display: block;
}
#partida.carrusel .v1 {
display: none;
}
.nosotros .modulo h3 {
font-size: 28px;
}
.listado p {
height: inherit;
}
.eventos .modulo {
background: url(//redmad.cl/wp-content/themes/redmad/img/bg-eventosb.png) repeat-y;
}
.eventos .dia {
font-size: 70px;
margin-left: 10px;
}
.eventos .mes {
font-size: 12px;
margin-left: 10px;
}
body.single .pagina {
top: -20px;
}
.beneficios h3 {
font-size: 18px;
}
.promo h2 {
font-size: 35px;
}
.socias .modulo {
background: none;
text-align: center;
}
.socias .contenido {
padding-top: 0;
}
.socias .grupo {
background: #ebebeb;
min-height: inherit;
padding: 12px 0;
}
.socias .modulo .boton {
float: none;
display: inline-block;
margin: 0;
}
#carrusel_beneficios .contenido {
width: 200px;
height: 200px;
margin: auto;
padding: 50px 30px;
}
#carrusel_beneficios .modulo {
text-align: center;
}
#carrusel_beneficios h3 {
font-size: 16px;
}
#carrusel_beneficios a {
font-size: 14px;
}
.alianzas-estrategicas p {
margin-bottom: 30px;
}
.alianzas-estrategicas {
text-align: center;
}
.alianzas-estrategicas img {
max-width: 120px;
margin-bottom: 20px;
}
.testimonios .leyenda {
position: relative;
transform: none;
top: 0;
background: #a53c68;
padding: 25px 0;
padding-bottom: 40px;
}
.testimonios .carrusel .flechas {
top: 92%;
}
body.page-template-template-programas-empresas section.bg p {
padding: 0 15px;
}
body.page-template-template-programas-empresas .galeria .carrusel p {
margin-bottom: 20px;
font-size: 14px;
line-height: 18px;
}
body.page-template-template-programas-empresas .galeria .carrusel .leyenda {
position: relative;
transform: none;
top: 0;
background: #2e3192;
padding: 25px 0;
padding-bottom: 60px;
}
body.page-template-template-programas-empresas .galeria .testimonios .carrusel .flechas {
top: 92%;
}
body.page-template-template-programas-empresas h1 {
font-size: 22px;
}
body.page-template-template-hazte-socia .promo h2 {
font-size: 30px;
}
body.page-template-template-hazte-socia .mini-banner {
margin-bottom: 50px;
}
.proyectos .modulo .contenido {
text-align: left;
padding: 0 60px;
}
.proyectos h3 {
font-size: 40px;
}
.proyectos p {
font-size: 20px;
line-height: 26px;
}
.proyectos .modulo .interior {
background-position: 30% center;
}
.proyectos .boton {
float: none;
}
.proyectos .boton::after {
border-width: 0 15px 38px 0;
}
}
@media screen and (min-width: 300px) and (max-width: 320px) {
.introduccion .boton.morado span {
font-size: 12px;
}
#carrusel h2 {
font-size: 25px;
line-height: 30px;
margin-bottom: 20px;
}
#carrusel .modulo .contenido a {
font-size: 12px;
}
.embed-youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.proyectos .modulo .contenido {
padding: 0 45px;
}
.proyectos h3 {
font-size: 30px;
}
.proyectos p {
font-size: 14px;
line-height: 20px;
}
}
@media (max-width: 768px){
.beneficios-hero{
padding-top: 60px;
padding-bottom: 70px;
}
.beneficios-hero h1{
font-size: 66px;
}
.beneficios-related .item-destacados{
height: auto;
}
.agenda-hero {
padding-top: 60px;
padding-bottom: 70px;
}
.agenda-hero h1 {
font-size: 66px;
}
.agenda-form .form-col {
padding-left: 15px;
padding-right: 15px;
}
.agenda-form .form-submit {
margin-left: 0px;
padding: 5px 20px 5px 15px;
}
.agenda-tag {
margin-bottom: 15px;
}
.agenda-relacionados .streaming-more {
font-size: 18px;
line-height: 36px;
}
.agenda-relacionados-meta .preview {
padding: 7px 10px;
}
.agenda-form select {
background-position: 4% center;
}
.agenda-form input {
padding: 0px 15px;
}
} .carrusel.redmad-live-banner #carrusel h2 {
margin-bottom: 0px;
}
.carrusel.redmad-live-banner #carrusel h2 i,
.carrusel.redmad-live-banner #carrusel h2 em {
font-weight: 300;
font-style: normal;
}
.page-template-page-live .mini-banner {
height: 100vh;
display: flex;
max-height: 600px;
align-items: center;
padding-top: 100px;
padding-bottom: 100px;
background-size: cover;
background-position: top;
background-repeat: no-repeat;
} .page-template-page-live .mini-banner .leyenda {
top: 0px;
z-index: 10;
position: relative;
transform: none;
-webkit-transform: none;
}
.page-template-page-live .mini-banner img {
width: 100%;
height: 300px;
object-fit: cover;
}
.page-template-page-live .mini-banner .modulo {
text-align: left;
padding-top: 0px;
background-color: transparent;
}
.page-template-page-live .mini-banner .modulo::after,
.page-template-page-live .mini-banner .modulo::before {
display: none;
}
.page-template-page-live .mini-banner h2 {
font-size: 36px;
font-weight: 900;
}
.page-template-page-live .mini-banner h2::after {
content: "";
width: 60%;
height: 2px;
display: flex;
margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
background-color: #f21263;
}
.page-template-page-live .mini-banner h3 {
color: #fff;
font-size: 38px;
font-weight: 300;
margin-bottom: 20px;
text-transform: uppercase;
}
.page-template-page-live .mini-banner h4 {
color: #fff;
font-weight: 600;
margin-bottom: 5px;
}
.page-template-page-live .boton.morado {
height: auto;
margin-right: 20px;
transition-duration: 0.8s;
background-color: #f21263;
}
.page-template-page-live .boton.morado:hover {
padding-left: 35px;
padding-right: 35px;
}
.page-template-page-live .boton.morado::before {
border-bottom-width: 49px;
border-color: transparent #f21263 transparent transparent;
}
.page-template-page-live .boton.morado::after {
border-bottom-width: 48px;
border-color: transparent transparent #f21263 transparent;
}
.page-template-page-live .boton.morado span {
font-size: 20px;
line-height: 48px;
}
.single-post-streaming .addtoany_share_save_container {
display: none;
}
.wpcf7-response-output:empty {
display: none;
}
#envirabox-close {
display: block !important;
}
.formulario-adhesion {
color: #fff;
overflow: hidden;
padding: 25px 30px;
background: #aa1054;
position: relative;
}
.formulario-adhesion::before {
top: -30px;
right: -90px;
}
.formulario-adhesion::after {
left: -70px;
bottom: -50px;¡
}
.formulario-adhesion::before,
.formulario-adhesion::after {
content: "";
width: 200px;
height: 100px;
position: absolute;
transform: rotate(45deg);
background-color: #fff;
}
.formulario-adhesion h3 {
color: #fff !important;
}
.formulario-adhesion p {
color: #fff;
line-height: 1.3;
}
.formulario-adhesion label {
color: #fff;
font-weight: 600;
font-size: 13px;
margin-bottom: 0px;
}
.formulario-adhesion input,
.formulario-adhesion select {
height: 35px;
}
.formulario-adhesion input,
.formulario-adhesion select,
.formulario-adhesion textarea {
color: #fff !important;
font-weight: 400;
margin-bottom: 25px;
padding-bottom: 5px;
text-transform: none !important;
background-color: transparent !important;
border-bottom-color: rgba(255, 255, 255, 0.4) !important;
}
.formulario-adhesion input::placeholder {
color: #fff;
}
.formulario-adhesion input[type="submit"]{
text-transform: uppercase !important;
background-image: url(//redmad.cl/wp-content/themes/redmad/img/next.png) !important;
background-size: 28px !important;
background-position: 95% 45% !important;
}
.formulario-adhesion input[type="submit"]:hover{
color: #fff !important;
background-color: transparent !important;
}
.formulario-adhesion .wpcf7-response-output{
text-align: right;
}
input.lowercase{
text-transform: none !important;
}
@media screen and (max-width: 768px){
.formulario-adhesion::after{
bottom: -80px;
}
.formulario-adhesion::before{
top: -70px;
}
}
.reg_form #person-form .checkbox-acceptance input,
.reg_form #organization-form .checkbox-acceptance input {
margin-right: 10px;
} .reg_form .textarea-words-counter {
position: absolute;
bottom: -5px;
right: 5px;
font-size: 0.75rem;
color: #969696;
}
.reg_form .wpcf7-textarea.error {
border-color: #900;
}
.reg_form .wpcf7-response-output {
font-size: 1.125rem;
}
.reg_form input.error{
border-color: #900;
border-width: 2;
}
.reg_form input.error::placeholder{
color: #900;
}
[data-status="submitting"] input[type="submit"]{
pointer-events: none;
}
form #person-form .person-rut {
display: inline-block;
width: 100%;
margin-bottom: 10px;
}
form #organization-form input[name="company-rut"],
form #organization-form input[name="company-phone"] {
margin-bottom: 0;
}
.bg-blue-slides {
background-color: #2f3192;
}
.carrusel.carrusel_galeria .flechas {
top: initial!important;
bottom: 0;
}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;z-index:1;text-align:right;white-space:nowrap}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle:before{content:'';display:inline-block}.bootstrap-select .dropdown-toggle .filter-option{position:absolute;top:0;left:0;padding-top:inherit;padding-right:inherit;padding-bottom:inherit;padding-left:inherit;height:100%;width:100%;text-align:left}.bootstrap-select .dropdown-toggle .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-webkit-touch-callout:none;-khtml-user-select:none;overflow:hidden}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(//redmad.cl/wp-content/themes/redmad/js/lightslider/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left;overflow:hidden}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}