/* Base */

body,
html {
    width: 100%;
    max-width: 1920px;
    min-width: 350px;
    margin: 0 auto;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: #FFF;
    font-family: 'Zuume';
    font-weight: 300;
    color: #333;
}

header {
    margin: 0 0 1px;
    width: 100%;
    display: block;
    z-index: 900;
    position: fixed;
    z-index: 1000;
}

footer {
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
}

#ajuste-altura {
    height: 15vh;
}


/* Estilos Genericos */

a {
    color: inherit;
}

.aligncenter {
    text-align: center !important;
    margin: 0 auto;
}

img.aligncenter {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.fb_iframe_widget {
    text-align: center;
    margin: 0 auto;
    display: block!important;
}

.alignright {
    text-align: right !important;
}

strong,
strong>*,
.negrita,
.negrita>* {
    font-weight: 500;
}

.fa {
    font-family: 'FontAwesome', Arial, Helvetica, sans-serif !important;
}

.cleaner {
    display: block !important;
    clear: both !important;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}


/* Ancho Limitado */

.ancho-completo {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}

.ancho-limitado {
    width: 90%;
    max-width: 1550px;
    margin: 0 auto;
}

.ancho-limitado-full {
    width: 100%;
    margin: 0 auto;
}

section.ancho-limitado,
section>.ancho-limitado {
    padding: 60px 0;
}

section>.ancho-limitado.sin-padding {
    padding: 0;
}

#hidden-area {
    display: none;
}


/* Cookies */

#ccfd-eucookielaw {
    width: 12%;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    background: rgba(17, 35, 55, 0.9);
    left: 0;
    text-align: center;
    min-width: 250px;
}

p#ccfd-cookiewarning {
    color: #fff !important;
    font-size: 0.8em;
    text-align: center;
}

#ccfd-eucookielaw {
    margin: 0;
    padding: 10px;
}

#ccfd-eucookielaw a {
    background: #FFF;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    margin: 5px 0 10px 8px;
    clear: left !important;
    border-radius: 2px;
}

#ccfd-eucookielaw a#ccfd-more {
    background: none;
    color: #FFF;
}

#ccfd-eucookielaw a#ccfd-removecookie {
    padding: 8px 15px;
    color: #000;
    font-weight: bold;
}

#ccfd-eucookielaw {
    text-align: center;
    display: inline-block;
    font-size: 1.2em;
}

#ccfd-eucookielaw a {
    float: none;
}


/* Video */

#video-banner,
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.single .video-container {
    margin: 30px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.iframe-container {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.iframe-container iframe.clicked {
    pointer-events: auto;
}


/* Fracciones */

.un_medio {
    width: 50%;
    float: left;
    clear: left;
}

.un_medio.ultimo {
    clear: right;
}

.un_tercio {
    width: 32%;
    margin: 0 1%;
    float: left;
}

.un_tercio.primero {
    margin-left: 0;
    clear: left;
}

.un_tercio.ultimo {
    margin-right: 0;
    clear: right;
}

.un_cuarto {
    width: 22%;
    margin: 0 2%;
    float: left;
}

.un_cuarto.primero {
    clear: left;
    margin-left: 0;
}

.un_cuarto.ultimo {
    clear: right;
    margin-right: 0;
}

.un_quinto {
    width: 18%;
    margin: 0 1.25%;
    float: left;
}

.un_quinto.primero {
    clear: left;
    margin-left: 0;
}

.un_quinto.ultimo {
    clear: right;
    margin-right: 0;
}


/* Header */

header {
    font-family: 'Roboto';
    position: fixed;
    background: #FFF;
    padding: 20px 45px;
    box-sizing: border-box;
    margin-bottom: 0;
}

header+#ajuste-altura {
    height: 185px;
}

header #social-redes {
    float: right;
    margin-top: 10px;
}

header #social-redes ul li,
header #social-redes-menu ul li {
    display: inline;
}

header #social-redes ul li img,
header #social-redes-menu ul li img {
    width: 80px;
    margin: 0 5px;
}

header #social-redes ul li img:hover,
header #social-redes-menu ul li img:hover {
    opacity: .7;
}

#logo {
    float: left;
}

#logo a,
#logo a img {
    display: block;
    max-width: 100%;
    height: 90px;
}

#activador-menu,
#menu-superior-responsive {
    display: none;
}

#menu-superior {
    text-align: center;
    float: right;
}

#menu-superior .menu>li {
    display: inline-block;
    text-align: left;
    width: 100%;
}

#menu-superior .menu>li:last-child {
    padding-right: 0;
}

#menu-superior .menu>li>a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 10px;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.35s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
}

#menu-superior .menu>li.especial>a {
    padding: 0 0 6px;
    font-size: 24px;
}

#menu-superior .menu>li.especial>a i {
    position: relative;
    top: 3px;
}

#menu-superior .menu>li.current-menu-item>a,
#menu-superior .menu>li>a:hover,
#menu-superior .menu>li.current,
#menu-superior .menu>li:hover {
    color: #fff;
    background-color: #e44343;
}


/* Footer */

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Roboto';
    padding: 0;
    background: #000000;
    box-sizing: border-box;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    margin-top:40px;
}

footer #footer-sup {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #e44343;
}

footer #footer-sup ul {
    text-align: center;
}

footer #footer-sup ul li {
    display: inline-block;
    padding: 0 15px;
}

footer #footer-sup ul a {
    display: inline-block;
    font-size: 20px;
    color: #FFF;
    -webkit-transition: color 0.35s ease-in;
    -moz-transition: color 0.35s ease-in;
    -o-transition: color 0.35s ease-in;
    transition: color 0.35s ease-in;
    font-family: FontAwesome, Arial, Helvetica, sans-serif !important;
}

footer #footer-sup ul > li > a > img{
    width:60px;
}

footer #footer-sup ul a {
    text-decoration: none;
}

footer #footer-sup ul a.facebook:before {
    content: "\f09a";
}

footer #footer-sup ul a.facebook:hover {
    color: #3B5998;
}

footer #footer-sup ul a.instagram:before {
    content: "\f16d";
}

footer #footer-sup ul a.instagram:hover {
    color: #8743BC;
}

footer #footer-sup ul a.twitter:before {
    content: "\f099";
}

footer #footer-sup ul a.twitter:hover {
    color: #55ACEE;
}

footer #footer-sup ul a.linkedin:before {
    content: "\f08c";
}

footer #footer-sup ul a.linkedin:hover {
    color: #0073b1;
}

footer #footer-sup ul a.youtube:before {
    content: "\f167";
}

footer #footer-sup ul a.youtube:hover {
    color: #FF0000;
}

#subfooter h1 {
    display: inline;
}

#info-footer>span {
    display: block;
}

#info-footer i {
    display: inline-block;
    width: 16px;
    text-align: center;
}

#firma {
    color: #BCBCBC;
    padding-top: 10px;
    font-family: 'Montserrat';
    font-weight: 300;
}

#firma a {
    display: block;
    max-width: 140px;
    margin-top: 5px;
}

#firma a img {
    display: block;
    max-width: 100%;
    height: auto;
}

footer *:not(.exclude-a) a {
    transition: all 0.35s ease-in-out;
}

footer *:not(.exclude-a) a:hover {
    text-decoration: underline;
}

#menu-legal {
    margin: 10px 0;
    line-height: 1.5;
    float: right;
}

#menu-legal li {
    display: inline-block;
    margin-left: 15px;
}

#menu-legal li a {
    font-size: 15px;
    color: #FFF;
    -webkit-transition: color 0.35s ease-in;
    -moz-transition: color 0.35s ease-in;
    -o-transition: color 0.35s ease-in;
    transition: color 0.35s ease-in;
    font-family: 'Roboto', serif;
}

#menu-legal li a:hover {
    color: #000;
    text-decoration: none;
}

#copyright {
    display: inline-block;
    font-size: 15px;
    font-family: 'Roboto', serif;
    margin: 10px 0;
}


/*#logo-footer{ text-align: center; }
#direcciones-footer, #contacto-footer{ text-align: center; margin: 20px 0 0; }
#contacto-footer{ margin: 10px 0; }
#direcciones-footer .direccion, #contacto-footer span{ display: inline-block; padding: 3px 10px 3px 0; line-height: 1.5; }
#direcciones-footer .direccion + .direccion{ border-left: 1px solid #333; padding: 3px 0 3px 15px; }



#subfooter{ text-align: center; line-height: 1.5; }
#subfooter h1{ display: inline; }

footer a{ transition:all 0.35s ease-in-out; }
footer a:hover{ color: #000; }*/


/* Arreglos */

#principal .kad-slider-pagination {
    display: none;
}

#principal .kad-slider-navigate {
    background: none;
    outline: none;
    width: 50px;
    height: 100px;
}

#principal .kad-slider .kad-slider-prev {
    background: url(../images/prev.png) no-repeat center;
    background-size: 60% auto;
}

#principal .kad-slider .kad-slider-next {
    background: url(../images/next.png) no-repeat center;
    background-size: 60% auto;
}

#principal .kad-slider .kad-slider-next:before,
#principal .kad-slider .kad-slider-prev:before {
    display: none;
}


/* Estilos generales */

.fontorelo {
    font-family: 'Orelo Condensed';
}

.wp-block-button a {
    font-family: 'Zuume';
    font-size: 30px;
}

.page h1 {
    font-size: 59px;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
    margin: 30px 0;
    max-width: 825px;
}

.page h1 strong {
    font-weight: 800;
    color: #3B86FF;
}

.page h2{
    font-size: 60px;
    font-weight: bold;
    color: #e44343;
    line-height: 1.2;
    margin: 50px 0;
    text-transform: uppercase;
    font-family: 'Zuume';
    margin-top:80px;
    text-align:center;
}

.page h2 strong{
    font-weight: 800;
}

.page h2.light {
    font-weight: 500;
}

.page h3{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    color: #FFF;
    line-height: 1.2;
    margin: 50px 0 20px;
    letter-spacing: 2px;
}

.page h3{
    font-weight: 600;
    text-decoration: underline solid #000;
}

.page h3.rojo strong{
    text-decoration-color: #F80742;
}

.page h4{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px 0 20px;
    letter-spacing: 2px;
}


/*.enlace-especial a, .enlace-especial button{ display: inline-block; font-family: 'Roboto'; font-size: 16px; text-transform: uppercase; font-weight: 600; transition: all .35s ease-in; position: relative; outline: none; text-decoration: none !important; letter-spacing: 2px; background: none; cursor: pointer; border:2px solid #000; padding: 15px 60px 15px 30px; border-radius: 3px; }
.enlace-especial a::after, .enlace-especial button::after{ content: '→'; color: #000; display: inline-block; font-size: 21px; position: absolute; top: 42.5%; transform: translate(0,-50%); right: 30px; transition: all .35s ease-in; }
.enlace-especial a:hover, .enlace-especial button:hover{ background: #333; color: #FFF; }
.enlace-especial a:hover::after, .enlace-especial button:hover::after{ color: #FFF; }*/

.enlace-especial a,
.enlace-especial button {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto';
    margin: 0 auto;
    display: block;
    color: #FFF;
    background: #e44343;
    border-color: white;
    padding: 5px 30px;
    border: none;
    cursor:pointer;
}

.enlace-especial a::after,
.enlace-especial button::after {
    content: '→';
    display: inline-block;
    padding: 1px 0 3px;
    width: 28px;
    text-align: center;
    border: 1px solid #FFF;
    color: #FFF;
    margin-left: 10px;
    transition: all .35s ease-in;
}

.enlace-especial a:hover::after,
.enlace-especial button:hover::after {
    background: #333;
    color: #FFF;
}

.enlace-especial.blanco a,
.enlace-especial.blanco button {
    color: #FFF;
}

.enlace-especial.blanco a::after,
.enlace-especial.blanco button::after {
    color: #FFF;
    border-color: #FFF;
}

.enlace-especial.blanco a:hover::after,
.enlace-especial.blanco button:hover::after {
    background: #FFF;
    color: #333;
}


/* Interiores */

#title {
    background-size: cover;
    background-position: center;
}

.title-gradient {
    background: rgba(0, 0, 0, 0.65);
}

#title .ancho-limitado {
    padding: 12% 0px;
}

#title.limitado .ancho-limitado {
    padding: 70px 0 100px;
}

#title h1 {
    font-size: 70px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing:3px;
}

#title .breadcrumbs {
    text-align: center;
    color: #FFF;
    margin: 5px 0 0;
    line-height: 1.5;
}

#title .breadcrumbs a {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    transition: all .35s ease-in;
    text-decoration: none;
    letter-spacing: 2px;
    color: #FFF;
}

#title .breadcrumbs a:hover {
    text-decoration: underline;
}

#principal.limitado {
    background: rgb(242, 242, 242);
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
}

#principal.limitado .ancho-limitado {
    position: relative;
    padding: 50px 50px 0;
    top: -60px;
    background: #FFF;
    max-width: 1200px;
    box-sizing: border-box;
    border-radius: 3px;
}

.wp-block-kadence-column.sobre-cabecera {
    position: relative;
    top: -60px;
    border-radius: 3px;
}

.wp-block-kadence-column.sobre-cabecera .kt-inside-inner-col {
    border-radius: 3px;
}

.page.classic .ancho-limitado ul,
.page.classic .ancho-limitado ol {
    margin: 20px 0 20px 40px;
    list-style: disc;
}

.page.classic .ancho-limitado ol {
    list-style: decimal;
}

.page.classic .ancho-limitado *>li {
    padding-top: 10px;
    line-height: 1.5;
}

.page.classic .ancho-limitado *>li:first-child {
    padding-top: 0;
}

section#principal>section *:first-child,
section#principal>.wp-block-column *:first-child,
.page.classic>.ancho-limitado *:first-child,
.kt-inside-inner-col>*:first-child {
    margin-top: 0;
}

section#principal>section *:last-child,
section#principal>.wp-block-column *:last-child,
.page.classic>.ancho-limitado *:last-child,
.kt-inside-inner-col>*:last-child {
    margin-bottom: 0;
}


/* Formulario */

.formulario-contacto {
    padding: 20px 0 0;
}

.formulario-contacto label {
    display: block;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
}

.formulario-contacto input[type=text],
.formulario-contacto textarea {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin: 5px 0 15px !important;
    border: 1px solid #DCDCDC;
    outline: none;
    transition: all .35s ease-in;
    background: #F6F6F6;
}

.formulario-contacto input[type=text]:focus,
.formulario-contacto textarea:focus {
    background: #F6F6F6;
    border-color: #3B86FF;
}

.formulario-contacto textarea {
    resize: none;
    height: 125px;
}

.formulario-contacto div.pseudo-checkbox {
    margin: 20px 0 0 auto;
    text-align: left;
    line-height: normal;
    font-size: 16px;
}

.formulario-contacto input[type=text].errores,
.formulario-contacto textarea.errores {
    border-color: #F00;
    color: #F00;
}

.formulario-contacto input[type=text].errores::placeholder,
.formulario-contacto textarea.errores::placeholder {
    color: rgba(255, 0, 0, 0.75);
}

.formulario-contacto .info-legal {
    font-size: 13px;
}

.formulario-contacto.enviando button::before {
    content: "\f110";
    font-family: "FontAwesome" !important;
    font-size: 30px;
    position: absolute;
    top: 20%;
    left: 110%;
    color: #3E8DDD;
    animation: fa-spin 2s infinite linear;
}

.formulario-contacto.errores button::before {
    content: "\f00d";
    font-family: "FontAwesome" !important;
    font-size: 30px;
    position: absolute;
    top: 20%;
    left: 110%;
    color: #F00;
}

div.pseudo-checkbox.errores {
    color: #F00;
}

div.pseudo-checkbox.errores>* {
    color: #F00;
}

div.pseudo-checkbox input[type=checkbox] {
    display: none;
}

div.pseudo-checkbox .fa {
    display: inline-block;
    text-align: left;
    width: 20px;
    cursor: pointer;
    position: relative;
    top: 2px;
    float: left;
}

div.pseudo-checkbox .fa-square-o,
div.pseudo-checkbox.activo .fa-check-square-o {
    display: inline-block;
}

div.pseudo-checkbox .fa-check-square-o,
div.pseudo-checkbox.activo .fa-square-o {
    display: none;
}

div.pseudo-checkbox .contenido-pseudo-checkbox {
    padding-left: 25px;
    text-align: justify;
    line-height: normal;
    font-family:'Roboto';
}

div.pseudo-checkbox .contenido-pseudo-checkbox a {
    text-decoration: underline solid #000;
    transition: color .35s ease-in;
}

div.pseudo-checkbox .contenido-pseudo-checkbox a:hover {
    color: #000;
}


/* Estudio */

.equipo .pseudo-h4 {
    margin: 10px 0;
}

.equipo .pseudo-h4+p {
    margin: 0;
}


/* Video */

.hidden {
    display: none !important;
}

.wp-block-image img {
    height: auto !important;
}

.botonactividades {
    color: #ffdc00;
    background-color: #000;
    font-size: 40px;
    font-weight: 600;
    width: 23%;
    padding: 50px;
    text-align: center;
    box-sizing: border-box;
    line-height: 0.9em;
    min-height: 240px;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    border: 10px solid #FFF;
}

.botonactividades:hover,
.botonactividades.active {
    background-color: #ffdc00;
    color: #000;
}

.botonactividades .grandeact {
    padding: 30px 50px;
}

.sgpb-content {
    max-width: 600px !important;
    background-color: #000 !important;
}

.sgpb-theme-1-content {
    border-bottom: #000 !important;
}

.sgpb-main-html-content-wrapper h2 {
    color: #ffdc00;
    font-size: 30px;
    font-weight: 600;
}

.sgpb-main-html-content-wrapper h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
}

.sgpb-main-html-content-wrapper h3 A {
    color: #ffdc00;
}

.sgpb-main-html-content-wrapper p {
    color: #FFF;
    font-size: 20px;
}

.sgpb-popup-dialog-main-div-wrapper iframe {
    width: 100% !important;
}

.kt-post-loop_043347-46 .kt-blocks-post-grid-item .entry-title {
    font-size: 30px;
}

.kt-post-loop_043347-46 .entry-content {
    font-size: 15px;
    font-family: 'Montserrat';
}

.kt-blocks-post-readmore-wrap {
    margin: 10px 0
}

.screen-reader-text {
    display: none;
}

h2.has-black-color {
    font-size: 50px;
    line-height: 40px;
}

#menu-superior input[type="checkbox"],
#menu-superior .fa-bars,
#menu-superior .fa-times {
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
}

#menu-superior .fa-bars,
#menu-superior .fa-times {
    font-size: 48px;
    pointer-events: none;
    font-family: 'FontAwesome', Arial, Helvetica, sans-serif !important;
    font-style: normal;
}

#menu-superior .fa-bars::before {
    content: "\f0c9";
}

#menu-superior input[type="checkbox"] {
    opacity: 0;
}

#menu-superior {
    color: #e44343;
    position: relative;
    min-height: 48px;
    margin-left: 60px;
    margin-top:25px;
    display:none;
}

#menu-superior div.menu-menu-principal-containertotal {
    display: none;
}

#menu-superior input:checked~div.menu-menu-principal-containertotal {
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
    background-color: #000;
}

#menu-superior input:checked~.fa-bars {
    display: none;
}

#menu-superior input:not(:checked)~.fa-times {
    display: none;
}

.texto-legal p,
.texto-legal h3,
.texto-legal {
    font-family: 'Montserrat';
    color: #000;
    line-height: 1.75;
}

#social-redes-menu {
    display: none;
}

#btncontent_tarjetas_regalo {
    padding-top: 130px !important;
}

.row-texto-home{
    width:80%;
    margin:0 auto;   
}

.row-texto-home > div > div{
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.row-texto-home > div > div > div:last-child{
    text-align:center;
}

div#content-box-140{
    margin:50px 0px;
}

div#content-box-140 > div.ancho-limitado > div{
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    flex-wrap:wrap;
}

div.item-content-box-140{
    flex-basis:31%;
    min-height:495px;
    background-position:center;
    background-size:cover;
    margin:15px;
    position:relative;
}

div.item-content-box-140:hover > div.item-hover-content-box-140{
    opacity:1;
    z-index:0;
}

div.item-hover-content-box-140{
    background: rgba(255,255,255,0.8);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s ease-in;
    padding: 60px;
    box-sizing: border-box;
    opacity:0;
    z-index:-3;
    cursor:pointer;
}

div.item-hover-content-box-140 > p{
    font-size:19px;
    font-weight:400;
}

a.enlace-item-hover{
    background-color: #e33843;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
}

div.item-content-box-140 > h4{
    text-align:center;
    color:#FFF;
    background-color:#262323;
    padding-top:3px;
    margin-top:0px;
}

hr.sep-item-title{
    width:120px;
    margin:15px auto;
    border:none;
    background-color:#e33843 !important;
}

section#title > div.title-gradient > div > label{margin:20px auto; display: block; color:#fff; font-size:30px; text-align:center;}


div.contenido-single{
    width:80%;
    margin:0 auto;
    display:block;
}

div.contenido-single > p{
    font-family:'Roboto';
    font-size:18px;
    color:#808080;
    margin:30px 0px;
}

div.contenido-single figure{
    margin:30px 0px;
}

div.contenido-single > figure > img{
      margin:0 auto;
      display:block;
}

div.contenido-single > figure > figcaption{
        text-align: center;
    font-weight: bold;
    color: #626262;
    letter-spacing: 0px;
    font-family: 'roboto';
    font-size: 13px;
    margin: 15px 0px;
}


div.contenido-single h1{
    font-weight: bold;
    font-size: 60px;
    margin: 30px 0px !important;
    display: block;
}

div.contenido-single h2{
    font-weight: bold;
    font-size: 50px;
    margin: 20px 0px !important;
    display: block;
}

div.contenido-single h3{
    font-weight: bold;
    font-size: 40px;
    margin: 15px 0px !important;
    display: block;
}

div.contenido-single h4{
    font-weight: bold;
    font-size: 30px;
    margin: 10px 0px !important;
    display: block;
}

div.contenido-single h5{
    font-weight: bold;
    font-size: 25px;
    margin: 5px 0px;
    display: block;
}

div.contenido-single > ul{
    font-family: 'Roboto';
    color: black;
    list-style-type: disc;
    line-height: 40px;
    margin: 30px 0px 30px 15px;
}


div.contenido-single > ul > li{
    font-family: 'Roboto';
    font-size: 18px;
    color: #808080;
}

div.contenido-single iframe{
    display:block;
    margin:0 auto;
}

div#box-adjuntos hr{
    background-color:#e44343;
    width:120px;
    border:none;
    height:2px;
}

div#box-adjuntos > div.item-adjunto{
    display:flex;
    width:400px;
    justify-content: space-between;
    flex-direction:column;
}

div.item-adjunto > label{
    margin:10px 0px;
    font-size:20px;
}

div.item-adjunto > a{
    color:#e44343;
    padding:5px 15px;
    font-weight:bold;
    letter-spacing:1px;
    background-color:#ececec;
}

div#share-post{
    margin-top:60px;
}

div#content-asociado{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    flex-wrap:wrap;
}

div#content-asociado p{
    font-family:'Roboto' !important;
}

div#content-asociado > div#left-asociado > img{
    width:100%;
}

div#content-asociado > div#left-asociado{
    flex-basis:35%;
    background-color:#f6f6f6;
    padding:40px;
    box-sizing:border-box;
}

div#left-asociado > p.name{
    font-weight:bold;
    text-align:center;
    font-family: 'Zuume' !important;
    font-size: 33px;
}

p.pagina-web{
    text-align:center;
    font-style:italic;
}

div#content-asociado > div#right-asociado{
    flex-basis:60%;
}

img#qr-asociado{
    width:80% !important;
    margin:20px auto;
    display:block;
}

p.direccion{
    text-align:center;
}

h4#titulo-form-asociado{
    display: block;
    margin:50px 0px 30px 0px !important;
    color: #e33843;
    text-align: center;
}

span#mensaje-imagenes{ 
    display: block;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
    margin:30px 0px 0px 0px;
}

div.item-box{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
    height:450px;
}

div.item-box-image{
    display:flex;
    position:relative;
}

div.item-box-image > img{
    object-fit: contain;
}

div.item-box-image, div.item-box-text{
    flex-basis:45%;
}

div.item-box-text > h4{
    font-size:35px;
}

div.item-box-text > a{
    background-color: #e44343;
    padding: 10px 25px;
    color: #FFF;
    font-family: 'Roboto';
    font-weight: 500;
    margin-top: 30px;
    display: block;
    transition:all 0.3s ease-in;
}

div.item-box-text > a:hover{
    background-color:#000;
}

