/* Base */
.scrolled {
    background: #0000008c;
    position: fixed !important;
}

.boton-degradado {
    background: rgb(255, 103, 32) !important;
    background: linear-gradient(90deg, rgba(255, 103, 32, 0.8743872549019608) 38%, rgba(255, 170, 34, 1) 80%) !important;
}



p#copyright {
    text-align: center;
    font-family: 'Nexa';
    font-size: 14px;
    font-weight: 300;
    color: #666666;
}

div#scroll-top {
    font-size: 40px;
    color: #f7d0cb;
    position: fixed;
    right: 15px;
    z-index: 999999;
    bottom: 65px;
    border-radius: 10px;
    padding: 0px 5px;
    cursor: pointer;
    transition: all 0.9s ease-in;
}

div#scroll-top>i {
    color: #FF6720;
}

div#scroll-top:hover>i {
    color: black;
}

div#menu-lanzador {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: black;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    z-index: 99999999999999;
}

div#login_error>a {
    display: none !important;
}


div#menu-lanzador>span {
    color: #ff6720;
    width: 100% !important;
    font-weight: 700;
    letter-spacing: 2px;
}

#menu-movil {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999999;
    padding: 20px;
    box-sizing: border-box;
}

#menu-movil>div#logo {
    text-align: center;
}

#menu-movil>div#logo>a>img {
    width: auto !important;
}

div#contenedor-menu-movil {
    padding: 30px 20px;
}

div#contenedor-menu-movil>div>ul#menu-menu-principal-1 {
    line-height: 60px;
}

div#contenedor-menu-movil>div>ul#menu-menu-principal-1>li>a {
    color: #FFF;
    font-weight: 500;
    font-size: 22px;
}

div#contenedor-menu-movil>div>ul#menu-menu-principal-1>li:hover>ul.sub-menu {
    display: block;
    width: 50%;
    position: absolute;
    right: 0;
    top: 25vh;
}

div#contenedor-menu-movil>div>ul#menu-menu-principal-1>li:hover>ul.sub-menu>li>a {
    color: #ff6720;
    font-weight: 500;
    font-size: 21px;
}


a#cerrar-sesion-button {
    background-color: #ff6720;
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 19px;
}

div.zona-comentarios {
    margin-top: -135px;
}

div.zona-comentarios input {
    width: 100% !important;
}

div.zona-comentarios textarea {
    width: 100% !important;
}



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: 'Quicksand', sans-serif;
    font-weight: 300;
    color: #333;
}

header {
    margin: 0 0 1px;
    width: 100%;
    display: block;
    z-index: 900;
    position: absolute;
    z-index: 1000;
    transition: all 0.4s ease-in;

}


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

#ajuste-altura {
    height: 0;
}


/* Estilos Genericos */

a {
    color: inherit;
}

.wp-block-image img {
    height: auto;
    border: 2px solid #f9fafc;
}

.wp-block-embed__wrapper iframe {
    width: 100% !important;
    height: 500px !important;
}

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

.cta-cita {
    background-color: #E3E4E6;
    padding: 40px 0px;
}

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-plus {
    width: 100%;
    max-width: 1750px;
    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;
}


p {
    font-family: 'Montserrat' !important;
}

/* 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: absolute;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;


}

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

div#contenido-cabecera {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 20px 45px;
    box-sizing: border-box;
    z-index: 999999;
}

div#datos-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5px;

}

div#menu-categorias {
    background-color: #00000069;
    width: 100%;
    max-width: 1900px;
    z-index: 900;
    padding: 30px 20px;
    box-sizing: border-box;
}

div#contenido-menu-categorias {
    width: 90%;
    margin: 0 auto;
    display: block;
}

div.menu-menu-especial-es-container ul,
div.menu-menu-especial-en-container ul {
    display: flex;
    justify-content: space-between;
}

div.menu-menu-especial-es-container ul>li:not(:last-child)::after,
div.menu-menu-especial-en-container ul>li:not(:last-child)::after {
    content: "|";
    color: #ff6720;
    margin-left: 90px;
}

div.menu-menu-especial-es-container ul>li>a,
div.menu-menu-especial-en-container ul>li>a {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Nexa' !important;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
}


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

#menu-superior {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 20px;
}

#menu-superior .menu>li {
    display: inline-block;
    padding: 0 25px;
}

#menu-superior .menu>li:first-child {
    padding-left: 15px;
}

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

#menu-superior .menu>li>a {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding: 5px 0 0 0;
    line-height: 1.5;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
    font-family: 'Nexa' !important;
    font-weight: normal;
    color: #FFF;
    border-bottom: 1px solid transparent;
}

#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 {
    border-bottom-color: #FF6720;
    color: #FFF;
}

a#pcita-button {
    background-color: #4A989A;
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 20px;
    transition: all 0.35s ease-in-out;
}

a#pcita-button:hover {
    background-color: #A49FA5;
    color: black;
}

/* REDES SOCIALES */

ul#redes-sociales,
ul#redes-sociales-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0px 0px 20px;
}

ul#redes-sociales>li {
    margin-right: 10px;
    font-size: 19px;
    color: #ececec;
}

ul#redes-sociales-footer>li {
    margin-right: 10px;
    font-size: 19px;
    color: #323232;
}

ul#redes-sociales-footer>li>a>span {
    font-size: 23px;
}

div#datos-header>div>span {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    color: #A49FA5;
}

.formacion-list strong {
    font-weight: bold;
}

.formacion-list span {
    text-align: left;
    line-height: 25px;
}

.cta-bloque {
    background-color: #E3E4E6;
}

/* HOME */
div#contenido-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

span#zona-privada-acceso>a {
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

div#contenido-menu-interior {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

/* Footer */

footer {
    background: #F2F2F2;
    color: white;
    padding: 40px 60px 20px 40px;
    box-sizing: border-box;
}


footer>div.ancho-limitado-plus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

div.box-footer:first-child {
    flex-basis: 20%;
    box-sizing: border-box;
}

div.box-footer:last-child {
    flex-basis: 25%;
    box-sizing: border-box;
}

div.box-footer {
    flex-basis: 10%;
    padding: 20px;
}

footer>div.ancho-limitado-plus>div.box-footer>ul#redes-sociales>li>a>span {
    font-size: 25px;
}

div.redes-sociales-block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

div.redes-sociales-block>span {
    font-size: 14px;
    font-family: 'Nexa';
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
}

span.title-box-footer {
    font-family: 'Nexa';
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    display: block;
}

div.box-footer>p#text-newletter-footer {
    margin: 0px;
    font-size: 14px;
    font-family: 'Nexa';
    font-weight: 300;
    color: #666666;
    line-height: 20px;
    margin-bottom: 20px;
}

div.box-footer>ul>li>a {
    font-family: 'Nexa';
    font-size: 14px;
    font-weight: 300;
    color: #666666;
}

ul#menu-menu-legal-es,
ul#menu-menu-legal-en,
div.box-footer>ul {
    line-height: 30px;
}

ul#menu-menu-legal-es>li>a,
ul#menu-menu-legal-en>li>a {
    font-family: 'Nexa';
    font-size: 14px;
    font-weight: 300;
    color: #666666;
}


footer>div.ancho-limitado-plus>div.box-footer>label {
    font-family: 'Nexa';
    font-size: 15px;
    color: #A49FA5;
    display: block;
    font-weight: 300;
    margin: 15px 0px;
}

span#designby {
    margin: 25px 0px 15px 0px;
}

.button-footer {
    background-color: #323232;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Nexa';
    font-weight: normal;
    padding: 10px 45px;
    color: #FFF !important;
    margin-top: 25px;
    display: block;
    width: fit-content;
    text-decoration: none !important;
    transition: all 0.35s ease-in-out;
    border: none !important;
    margin: 0 auto;
    padding-top: 15px;
    cursor: pointer;
}


ul#menu-aviso-legal>li>a {
    font-family: 'Nexa';
    font-size: 15px;
    color: #A49FA5;
    font-weight: 300;
    line-height: 25px;
}


form#form-footer>input[type="text"] {
    color: #000 !important;
    font-size: 14px;
    font-family: 'Nexa';
    font-weight: 300;
    margin-bottom: 20px;
    border: none;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #666666;
    background-color: transparent;
}

form#form-footer>input::placeholder {
    color: #666666;
    text-transform: uppercase;
}

form#form-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

form#form-footer button {
    margin-top: 5px;
}

div.checkbox-div {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    font-family: 'Nexa';
    color: #A49FA5 !important;
}

div.checkbox-div>input {
    margin-right: 10px !important;
}

div.checkbox-div>a {
    margin: 0px 5px;
}


#subfooter h1 {
    display: inline;
}

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

#info-footer i {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    margin: 0 10px;
}

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

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

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

#meta-web {
    margin: 0 auto;
    text-align: center;
}

#logo-footer {
    margin-bottom: 30px;
}


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

#menu-legal{ margin: 10px 0; line-height: 1.5; }
#menu-legal li{ display: inline-block; padding: 3px 10px 3px 15px; border-left: 1px solid #333; }
#menu-legal li:first-child{ padding-left: 0; border: none; }
#menu-legal li:last-child{ padding-right: 0; }

#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 */

.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,
.single .ancho-limitado .contenido-single h2,
.pseudo-h2 {
    font-size: 44px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 50px 0 20px;
}

.page h2 strong,
.single .ancho-limitado .contenido-single h2 strong,
.pseudo-h2 strong {
    font-weight: 800;
}

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

.page h3,
.single .ancho-limitado .contenido-single h3,
.pseudo-h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin: 50px 0 20px;
    letter-spacing: 2px;
}

.page h3 strong,
.single .ancho-limitado .contenido-single h3 strong,
.pseudo-h3 strong {
    font-weight: 600;
    text-decoration: underline solid #000;
}

.page h3.rojo strong,
.single .ancho-limitado .contenido-single h3.rojo strong,
.pseudo-h3.rojo strong {
    text-decoration-color: #F80742;
}

.page h4,
.single .ancho-limitado .contenido-single h4,
.pseudo-h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin: 50px 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';
}

.enlace-especial a::after,
.enlace-especial button::after {
    content: '→';
    display: inline-block;
    padding: 1px 0 3px;
    width: 28px;
    text-align: center;
    border: 1px solid #333;
    color: #333;
    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;
}


/* Interior */

.interior {
    position: relative;
    background-color: #424242;
}

/* Interiores */

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

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

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

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

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

#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 .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: 'Nexa';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #FF6720;
}

.formulario-contacto input[type=text],
.formulario-contacto input[type=password],
.formulario-contacto textarea,
.formulario-contacto select {
    font-family: 'Nexa';
    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;
    display: none;
}

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

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

button.enviar {
    font-family: 'Nexa';
    font-weight: 600;
    font-size: 15px;
    border: none !important;
    background-color: #dfdfdf !important;
    border-radius: 20px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 18px 30px !important;
    margin-top: 30px;
    cursor: pointer;
}

#seleccion-cita-contacto,
#seleccion-cita-servicios {
    font-family: 'Montserrat';
    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;
}

#ocultar-opcion {
    display: none;
    transition: all 0.4s ease-in;
}

div#mapa-contacto {
    margin-top: 30px;
}

.icono-servicio h3 {
    font-size: 20px !important;
}


/**** Servicios ****/
#iconos-servicios p {
    font-family: 'Montserrat';
    font-size: 19px;
    line-height: 20px;
}

#iconos-servicios .icono-servicio {
    cursor: pointer;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    line-height: 1.5;
}

#iconos-servicios .icono-servicio::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: black;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#iconos-servicios .icono-servicio:hover:before,
#iconos-servicios .icono-servicio:focus:before,
#iconos-servicios .icono-servicio:active:before {
    left: 0;
    right: 0;
}

#iconos-servicios .icono-servicio.activo {
    border-bottom: 5px dotted #f7d0cb;
}

#iconos-servicios h3 {
    font-family: 'Montserrat';
    font-size: 21px;
    color: #000000;
}

#servicios.wp-block-group {
    position: relative;
    top: 0;
    left: 0;
    height: 665px;
}

#servicios .servicio {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    background: #FFF;
    z-index: 100;
    -webkit-transition: right 0.5s ease-in;
    -moz-transition: right 0.5s ease-in;
    -o-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
}

#servicios .servicio.activo {
    right: 0;
    z-index: 200;
}

.servicios-individuales-home .ancho-limitado-full .servicio-info-home {
    width: 85%;
    margin: 0 auto;
    display: block;
}

.servicios-individuales-home .ancho-limitado-full .servicio-info-home .bloque-imagen-lef {
    text-align: center;
}

.servicios-individuales-home .ancho-limitado-full .servicio-info-home .bloque-imagen-left img,
.servicios-individuales-home .ancho-limitado-full .servicio-info-home .bloque-imagen-right img {
    width: 80% !important;
}

.zona-iconos {
    width: 85%;
    margin: 0 auto;
}

/* Estudio */

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

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

._form-title,
._form-label,
._form_element ._form-label {
    font-family: 'Quicksand', sans-serif;
}

._form_1 form {
    width: 100% !important;
}

._form_1 input[type="text"] {
    background-color: #FFF;
    border: 0 !important;
    padding: 10px 10px !important;
}

P {
    line-height: 2.3;
    margin: 30px 0;
}

.wp-block-button__link {
    background-color: #f7d0cb;
}



.sub-menu {
    display: none;
}

#menu-superior {
    transition: all 0.4s ease-in;
}

#menu-superior ul li {
    margin: 5px 0px;
    transition: all 0.4s ease-in;
}

#menu-superior ul li:hover .sub-menu {
    display: block;
    position: absolute;
    padding: 10px 25px 10px 15px;
    text-align: left;
    background-color: #292929e6;
}

#menu-superior ul li .sub-menu li::before {
    content: "\f061";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #FF6720;
}

#menu-superior ul li:hover .sub-menu li a {
    font-size: 15px;
    font-family: 'Nexa';
    line-height: 25px;
    font-weight: 400;
    color: #FFF;
}


.col-contacto {
    padding: 15px 15px;
    box-sizing: border-box;
}

.col-contacto h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-contacto ul {
    justify-content: center !important;
    margin-top: 40px !important;
    margin-bottom: 5px !important;
}

.col-contacto ul li a span {
    color: #000;
    margin: 0px 20px;
    font-size: 23px;
}

#principal.archivo {
    background-color: #f9f9f9;
}

#principal.archivo .ancho-limitado {
    padding-top: 60px;
    max-width: 1500px;
}

#principal.archivo .ancho-limitado .entradas {
    width: 77%;
    float: left;
}

div.meta-item-blog {
    font-weight: bold;
}

.item-blog {
    margin: 0 0 50px !important;
    float: left;
    width: 48%;
    background: #FFF;
    position: relative;
    margin-left: 20px !important;
    box-sizing: border-box;
    padding: 20px;
}

.item-blog .imagen-item-blog {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}

a.imagen-item-blog>img {
    width: 100%;
}

.item-blog .contenido-item-blog {
    height: 100%;
    box-sizing: border-box;
    padding: 40px 40px 70px;
}

.item-blog .contenido-item-blog>a {
    left: auto;
    right: 20px;
    background-color: #333232;
    padding: 10px 20px;
    color: #FFF;
    transition: all 0.4s ease-in;
}

.item-blog .contenido-item-blog>a:hover {
    background-color: #FF6720;
}

.item-blog .contenido-item-blog h2 {
    margin-bottom: 20px;
    font-family: 'Nexa';
    font-weight: 600;
    font-size: 31px;
    color: #FF6720;
}

#principal.archivo .wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

#principal.archivo .wp-pagenavi a,
#principal.archivo .wp-pagenavi span {
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 30px;
    padding: 6px 0 8px;
    margin: 0 5px;
    border: none;
    background: #FFF;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}

#principal.archivo .wp-pagenavi a:hover,
#principal.archivo .wp-pagenavi span.current {
    background: #F5A214;
    color: #FFF;
}

#principal.single .ancho-limitado {
    max-width: 1500px;
}

#principal.single .ancho-limitado img {
    max-width: 100%;
    height: auto;
}

#foto-producto {
    max-width: 400px !important;
    height: 500px !important;
}

#principal.single .ancho-limitado .entradas>img:first-child {
    display: block;
    width: 100%;
    height: auto;
}

#principal.single .ancho-limitado>img:first-child {
    float: left;
    max-width: 47.5%;
    margin: 0 5% 20px 0;
}

#principal.single .ancho-limitado>#title {
    text-align: left;
    margin: 0 0 50px 0;
}

#principal.single blockquote {
    margin: 20px 0;
    padding: 20px 30px;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    background: #F1F2F4;
}

#principal.single blockquote * {
    text-align: center;
}

#principal.single blockquote:before,
#principal.single blockquote:after {
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 0 10px;
    background: url(//escuelanemomarlin.com/wp-content/themes/base/images/abrir-comillas.png) no-repeat center;
    background-size: cover;
}

#principal.single blockquote:after {
    margin: 10px 0 0;
    background-image: url(//escuelanemomarlin.com/wp-content/themes/base/images/cerrar-comillas.png)
}

#principal.single blockquote>*:first-child {
    margin-top: 0;
}

#principal.single blockquote>*:last-child {
    margin-bottom: 0;
}

#principal.single .ancho-limitado .contenido-entrada>ul,
#principal.single .ancho-limitado .contenido-entrada>ol,
.page.classic>.ancho-limitado>ul,
.page.classic>.ancho-limitado>ol {
    margin: 20px 0 20px 35px;
    list-style: disc;
}

#principal.single .ancho-limitado .contenido-entrada>h2,
.page.classic>.ancho-limitado>h2 {
    font-size: 61px;
    font-family: 'Montserrat';
    font-weight: normal;
    margin: 30px 0 20px;
    color: #333;
    letter-spacing: 3px;
}

#principal.single .ancho-limitado .contenido-entrada>h3,
.page.classic>.ancho-limitado>h3 {
    font-family: 'Amatic';
    font-size: 37px;
    font-weight: normal;
    margin: 30px 0 20px;
    color: #3E8DDD;
    letter-spacing: 3px;
}

#principal.single .ancho-limitado .contenido-entrada>h4,
.page.classic>.ancho-limitado>h4 {
    font-weight: 500;
    font-size: 24px;
    margin: 30px 0 20px;
}

#principal.single .ancho-limitado .contenido-entrada>ol,
.page.classic>.ancho-limitado>ol {
    list-style: decimal;
}

#principal.single .ancho-limitado .contenido-entrada>*>li,
.page.classic>.ancho-limitado>*>li {
    padding-top: 10px;
    line-height: 1.5;
    text-align: justify;
}

#principal.single .ancho-limitado .contenido-entrada>*>li:first-child,
.page.classic>.ancho-limitado>*>li:first-child {
    padding-top: 0;
}

#principal.single .ancho-limitado .contenido-entrada figcaption {
    font-size: 14px;
    font-style: italic;
    margin-top: 10px
}

#principal.single .ancho-limitado .contenido-entrada {
    background: #FFF;
    padding: 20px 50px 50px;
}

#principal.single .ancho-limitado .contenido-entrada .meta-entrada {
    text-align: right;
    color: #666;
    text-transform: capitalize;
}

#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada {
    text-align: center;
    padding-right: 13px;
    margin: 40px 0 20px auto;
}

#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a {
    position: relative;
    background: #F5A214;
    color: #FFF;
    display: inline-block;
    padding: 3px 10px 7px 10px;
    margin: 0 0 10px 20px;
    transition: all .35s ease-in;
}

#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a::after {
    content: ' ';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 13px;
    border-color: transparent transparent transparent #F5A214;
    transition: all .35s ease-in;
}

#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a::before {
    content: ' ';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 10;
}

#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a:hover {
    background: #F5A214;
}

#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a:hover::after {
    border-color: transparent transparent transparent #f5a314;
}

#principal.single .ancho-limitado .contenido-entrada .share-entrada {
    float: left;
    padding-top: 20px;
}

#principal.single .ancho-limitado .contenido-entrada .share-entrada .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    border-radius: 50%;
    padding: 2px;
    opacity: 1 !important;
    transition: all .35s ease-in;
}

#principal.single .ancho-limitado .contenido-entrada .share-entrada .addtoany_list.a2a_kit_size_32 a:hover:not(.addtoany_special_service)>span {
    background: #F5A214 !important;
}

#principal.single .ancho-limitado .contenido-entrada .votos-entrada {
    float: right;
    margin: 20px 0 0;
}

#principal.single .ancho-limitado .contenido-entrada .votos-entrada .yasr-visitor-votes-after-stars-class {
    display: none !important;
}

#principal.single .ancho-limitado .contenido-entrada .votos-entrada span {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: normal;
    margin: 30px 0 20px;
    color: #333;
    padding-right: 20px;
}

#principal.single .ancho-limitado .contenido-entrada .votos-entrada .yasr-visitor-votes {
    display: inline-block;
    position: relative;
    top: 3px;
}

#principal.single .ancho-limitado .contenido-entrada>*:first-child {
    margin-top: 0 !important;
}

#principal.single .ancho-limitado .contenido-entrada>*:last-child {
    margin-bottom: 0 !important;
}

.wp-image-53 {
    width: auto !important;
    max-height: 350px;
}

#relacionados-single {
    position: relative;
}

#relacionados-single h3 {
    text-align: center;
    margin: 50px 0 20px;
    font-family: 'Amatic';
    font-size: 61px;
    font-weight: normal;
    letter-spacing: 3px;
    color: #3E8DDD;
}

#relacionados-single .relacionados {
    padding-top: 50px;
}

#relacionados-single .relacionados .owl-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

#relacionados-single .relacionados .owl-dots .owl-dot span {
    background-color: rgba(245, 162, 20, 0.4) !important;
    transition: all .35s ease-in;
}

#relacionados-single .relacionados .owl-dots .owl-dot.active span,
#relacionados-single .relacionados .owl-dots .owl-dot:hover span {
    background-color: rgba(245, 162, 20, 1) !important;
}

#commentarea>h3 {
    text-align: center;
    margin: 0 0 50px;
    font-family: 'Amatic';
    font-size: 61px;
    font-weight: normal;
    letter-spacing: 3px;
    color: #3E8DDD;
}

#commentarea ol {
    margin: 0 !important
}

#commentarea ol li {
    list-style: none !important;
}

.contenido-comentario {
    padding: 30px;
    background: #FFF;
    margin-top: 20px;
}

.contenido-comentario p {
    margin: 0 0 10px;
}

.contenido-comentario p:last-child {
    margin-bottom: 0;
}

.triangulo-comentario {
    display: block;
    float: right;
    margin-right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #FFF transparent transparent transparent;
}

.triangulo-comentario+img {
    width: auto;
    height: auto;
    float: right;
    margin: 10px 10px 0 0;
    border-radius: 50%;
}

.info-comentario {
    text-align: right;
}

.info-autor {
    display: inline-block;
    margin: 10px 20px 0 0;
    text-transform: capitalize;
    line-height: normal;
}

.info-autor cite,
.info-autor span {
    display: block;
}

.info-autor cite {
    font-weight: 500 !important;
    color: #3E8DDD;
    font-style: normal;
}

.info-autor .comment-edit-link {
    display: none !important;
}

.info-autor span {
    text-transform: none;
}

#commentarea ol.commentlist {
    padding-bottom: 20px;
    margin-bottom: 30px !important;
}

.comment {
    margin-bottom: 40px;
}

.comment .children {
    margin-top: 40px !important;
}

.comment .reply {
    float: left;
    margin-top: 5px;
}

#respond h3 {
    margin: 0 0 20px;
}

#respond input[type=text],
#respond textarea {
    font-family: 'Montserrat';
    width: 96%;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 2%;
    border: none;
    background: #FFF;
    margin-bottom: 10px;
    outline: none;
}

#respond textarea {
    resize: none;
    height: 150px;
}

.comment .reply a,
#respond #submit {
    min-width: 150px;
    padding: 11px 20px 14px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    border: none;
    background-color: #F5A214;
    color: black;
    font-weight: 600;
    outline: none;
    margin-top: 10px;
    cursor: pointer;
    transition: all .35s ease-in;
}

#respond #submit {
    margin-top: 0;
    min-width: 200px;
    padding: 13px 20px 14px;
    font-weight: 600 !important;
    font-family: 'Montserrat';
    display: block;
    min-width: 200px;
    margin-left: auto;
}

.comment .reply a:hover,
#respond #submit:hover {
    background-color: #c7bfc2;
}

#respond form>p {
    margin: 0;
}

#respond form>p.logueado {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
}

#respond form>p.logueado .logout {
    float: right;
    font-size: 30px;
    position: relative;
    top: -4px;
    color: #3E8DDD;
    transition: all .35s ease-in;
}

#respond form>p.logueado .logout:hover {
    color: #F5A214;
}

#sidebar-blog {
    width: 20%;
    float: right;
}

#buscador {
    position: relative;
    margin-bottom: 50px;
}

#buscador input {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Nexa';
    font-weight: 300;
    color: #333;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #716b6a;
    outline: none;
    padding: 10px 50px 10px 15px;
}

#buscador #searchsubmit {
    border: none;
    background: none;
    outline: none;
    font-size: 20px;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    cursor: pointer;
}

#sidebar-blog h3 {
    font-family: 'Nexa';
    font-size: 23px;
    font-weight: normal;
    margin: 30px 0 30px;
    color: #FF6720;
    font-weight: bold;
}

#sidebar-blog #categorias-blog {
    margin-bottom: 50px;
}

#sidebar-blog #categorias-blog>ul>li {
    margin-bottom: 10px;
}

#sidebar-blog .cat-item a {
    display: block;
    background: #F2F2F2;
    border-bottom: 1px solid #F1F2F4;
    padding: 20px;
    position: relative;
    transition: all .35s ease-in;
    box-shadow: 0px 0px 1px rgba(100, 100, 100, 0.75);
}

#sidebar-blog .cat-item a img {
    display: block;
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
}

#sidebar-blog .cat-item a span {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    font-family: 'Nexa';
    font-size: 18px;
    font-weight: 500;
}

#sidebar-blog .cat-item a span:before {
    content: "\f061";
    font-family: 'Fontawesome';
    color: #aaaaaa;
    margin-right: 5px;
}

#sidebar-blog .cat-item a:hover {
    background: #FAD089;
}

#sidebar-blog #tag-cloud {
    page-break-after: always;
    page-break-inside: avoid;
    width: 100%;
    box-sizing: border-box;
}

#title.classic>.ancho-limitado {
    padding-bottom: 50px;
}

li#ultimas-entradas-sidebar {
    display: none;
}

#sidebar-blog #nube-etiquetas {
    line-height: normal;
}

#sidebar-blog #nube-etiquetas a {
    display: inline-block;
    background: #F2F2F2;
    padding: 10px 15px;
    font-size: 18px !important;
    margin: 0 5px 10px 0;
    -webkit-box-shadow: 0px 0px 1px rgba(100, 100, 100, 0.75);
    -moz-box-shadow: 0px 0px 1px rgba(100, 100, 100, 0.75);
    box-shadow: 0px 0px 1px rgba(100, 100, 100, 0.75);
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}

#sidebar-blog #nube-etiquetas a:hover {
    background: #FAD089;
}

#video-landing {
    width: 47.5%;
    float: left;
    margin: 0 5% 20px 0;
}

li#sigueme-blog {
    margin-top: 50px;
    display: block;
}

li#sigueme-blog>ul#redes-sociales-blog {
    justify-content: center;
    display: flex;
}

li#sigueme-blog>ul#redes-sociales-blog>li {
    margin-right: 30px;
    font-size: 35px;
    color: #A49FA5;
}

.yasr-custom-text-vv-before {
    display: none !important;
}

.yasr-total-average-container {
    display: none !important;
}

.yasr-dashicons-visitor-stats {
    display: none !important;
}

h3#interes-post {
    font-size: 29px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    font-weight: 500;
    margin: 40px 0px;
}

section.error-404 {
    text-align: center !important;
}

div.error-listados {
    text-align: center !important
}

div.error-listados h2 {
    font-size: 29px;
    margin-top: 40px;
    font-family: 'Montserrat';
    font-weight: bold;
}

._checkbox-radio {
    margin-top: 30px !important;
}


/* Buscador de Mandos */
div#buscador-mandos {
    padding: 40px 0px;
    background: rgb(255, 103, 32);
    background: -moz-linear-gradient(90deg, rgba(255, 103, 32, 0.8743872549019608) 38%, rgba(255, 170, 34, 1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(255, 103, 32, 0.8743872549019608) 38%, rgba(255, 170, 34, 1) 80%);
    background: linear-gradient(90deg, rgba(255, 103, 32, 0.8743872549019608) 38%, rgba(255, 170, 34, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6720", endColorstr="#ffaa22", GradientType=1);
    text-align: center;
}

div#buscador-mandos>div.content-buscador-mandos {
    max-width: 1850px;
    margin: 0 auto;
    width: 85%;
}

div#buscador-mandos>div.content-buscador-mandos>h2 {
    margin: 0px;
    font-family: 'Nexa';
    color: #FFF;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

div#botonera-search-mandos {
    display: flex;
    flex-direction: row;

}

.box {
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Nexa';
    font-weight: normal;
    color: #444;
    line-height: 1.3;
    padding: 15px 10px;
    width: 250px;
    border-color: white;
    letter-spacing: 1px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 10px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .03);
    appearance: none;
    background-color: #fff;
    background-image: url('http://localhost/remocon/wp-content/themes/base/assets/images/row.gif');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1.35em auto, 100%;
    -webkit-box-shadow: 1px 5px 15px 5px rgba(30, 30, 30, 0.24);
    box-shadow: 1px 5px 15px 5px rgba(30, 30, 30, 0.24);
}

.box::-ms-expand {
    display: none;
}

.box:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(255, 168, 34, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.box option {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Nexa';
    font-weight: normal;
    color: #444;
}

.box-text {
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Nexa';
    font-weight: normal;
    color: #444;
    line-height: 1.3;
    padding: 15px 10px;
    width: 250px;
    letter-spacing: 1px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 10px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .03);
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: 1px 5px 15px 5px rgba(30, 30, 30, 0.24);
    box-shadow: 1px 5px 15px 5px rgba(30, 30, 30, 0.24);
}

.box-text:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(255, 168, 34, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.box-text-submit {
    width: 215px;
    background-color: #323232;
    color: #FFF;
    border: none;
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
}

.box-text-submit>i {
    margin-left: 10px;
    color: #FF6920;
}

.caja-categorias-home {
    height: 430px;
}

/* ARCHIVE MANDOS*/

div.mandos-full {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

div.mandos-full>div.item-mando {
    flex-basis: 18%;
    text-align: center;
    background-color: #fff;
    margin-bottom: 40px;
    margin-right: 25px;
    border: 1px solid #FF6720;
}

div.mandos-full>div.item-mando>a>img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    padding-top: 10px;
}

div.contenido-item-mando {
    padding: 20px;
    box-sizing: border-box;
}

div.resumen-item-mando {

    margin-top: 10px;
}

div.resumen-item-mando>ul {
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

div.resumen-item-mando>ul>li>span {
    font-weight: bold;
    margin-right: 5px;
}

div.contenido-item-mando>a {
    background-color: #323232;
    color: #FFF;
    border: none;
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    padding: 10px 30px;
    margin-top: 20px;
    display: block;
}

div.contenido-interior-item-mando>h2 {
    font-size: 17px;
    margin-top: 18px;
}

div.contenido-interior-item-mando>h2>a {
    font-weight: bold;
    font-family: 'Nexa';
    color: #fe7a3c;

}

/* Página de Mando */
div.mando-page {
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 40px;
}

div.imagen-mando {
    flex-basis: 30%;
}

div.contenido-mando {
    flex-basis: 70%;
    background-color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
}

h3.title-content-mando {
    font-weight: bold;
    border-bottom: 2px solid #FF6720;
    font-size: 21px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

div#caracteristicas-mando {
    padding: 30px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

ul.caracteristica-mando {
    line-height: 27px;
    font-size: 15px;
}

ul.caracteristica-mando>li>span {
    font-weight: bold;
}

ul.caracteristica-mando>li::before {
    content: "\2022";
    padding-right: 8px;
    color: #FF6720;
}

a.enlace-mando {
    height: fit-content;
    margin-right: 50px;
    font-family: 'Nexa';
    background-color: #ff6720;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    color: white;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

a.enlace-mando:hover {
    background-color: grey;
    color: #fff;
}

div.otros-mandos,
div.otros-duplicables {
    background-color: #FFF;
    padding: 20px;
    margin-top: 20px;
}

div.otros-mandos {
    margin-top: 40px !important;
}

h3.title-content-other {
    font-weight: bold;
    border-bottom: 2px solid #FF6720;
    font-size: 21px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    width: 20%;
}

div#carrusel-mandos {
    margin-top: 30px;
    display: block;
}

div.item {
    text-align: center;
}





div.interior-bar-categorias {
    position: relative !important;
    top: 0px;
    background-color: #000000de !important;
}

div.item-other-content {
    display: block;
    margin-top: 30px;
}

div.item-other-content>h4.title-other-mando {
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 15px;
}

div.item-other-content>a {
    background-color: #FF6720;
    color: #FFF;
    margin-top: 20px;
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 8px 21px;
    font-family: 'Nexa';
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.4s ease-in;
}

div.item-other-content>a:hover {
    background-color: grey;
    color: #fff;
}

div#not-found-mando {
    text-align: center;
}

div#not-found-mando>p {
    font-size: 29px;
    font-family: 'Montserrat';
    font-weight: bold;
}

a.back-remocon {
    background-color: #FF6720;
    border-radius: 10px;
    font-size: 21px;
    color: #FFF;
    padding: 13px 25px;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.4s ease-in;
    display: block;
    clear: both;
    width: fit-content;
    margin: 0 auto;
}

div.buscando-por {
    background-color: #ebebeb;
    text-align: center;
    padding: 20px 0px;
}

div.buscando-por>span {
    font-weight: bold;
    font-size: 22px;
}

div.buscando-por>ul {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

div.buscando-por>ul>li {
    margin-right: 15px;
}

div.buscando-por>ul>li>span {
    font-weight: bold;
}

#not-found-product {
    font-size: 42px !important;
}

div#category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

div#category-list>div.item-category-box {
    -webkit-box-shadow: 0px -1px 12px 5px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px -1px 12px 5px rgba(214, 214, 214, 1);
    box-shadow: 0px -1px 12px 5px rgba(214, 214, 214, 1);
    padding: 15px 20px;
    box-sizing: border-box;
    margin: 20px 20px;
    flex-basis: 30%;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 190px;
}

div#category-list>div.item-category-box>img {
    width: 60px;
}

div#category-list>div.item-category-box>h3 {
    font-weight: 600;
    margin: 10px 0px;
    display: block;
}

div#category-list>div.item-category-box>p {
    margin: 0px;
    color: black;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
}

div#category-list>div.item-category-box>a {
    color: #ff6720;
    border: none;
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    padding: 10px 30px;
    display: block;
}

div.contenido-mando>h2 {
    font-size: 28px;
    font-family: 'QuickSand';
    font-weight: bold;
    margin: 20px 0px;
}

div.container-tabs {
    margin-top: 30px;
}

div.container-tabs>div.tabs>ul {
    display: flex;
}

/* Style tab links */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 21.7%;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: #000;
    display: none;
    padding: 40px;
}

.tabcontent>h3 {
    font-size: 21px;
    font-weight: bold;
    color: #444444;
}

.tabcontent>hr {
    margin-top: 5px;
}

.tabcontent>p {
    font-family: 'QuickSand' !important;
    font-size: 15px;
}

div.tabs>ul>li>i {
    margin-right: 5px;
    font-size: 20px;
}

#Home,
#News,
#Contact,
#About,
#Buy,
#Informacion {
    background-color: #EBEBEB;
    clear: both;
}

#Informacion>p {
    font-family: 'QuickSand' !important;
}

#Informacion {
    padding-top: 10px;
}

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


table {
    font-family: 'QuickSand';
    border-collapse: collapse;
    width: 100%;
    margin-top: 25px;
    background-color: #FFF;
}

table>thead>tr>td {
    font-weight: bold;
    background-color: #ff6720;
    color: #FFF;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.item-img-carrusel {
    display: flex;
    width: 100%;
    height: 250px;
}

.item-img-carrusel>img {
    object-fit: contain;
}

.image-mando {
    display: flex;
}

.image-mando>img {
    width: 100%;
    object-fit: contain;
    height: 600px;
    padding: 20px;
}

.cabecera-preorder2 {
    background-color: #f3f2f2;
    color: #ff6720 !important;
    padding: 20px;
    font-family: 'Nexa';
    border-radius: 10px;
}

.subtitulo-preorder {
    letter-spacing: 1px;
    font-weight: 400;
}

.button-precompra>div>a {
    background-color: #ff6720 !important;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 40px !important;
    border-radius: 10px !important;
    font-family: 'Nexa';
    font-weight: 600;
}

div#content-search {
    display: flex;
    flex-direction: row;
    align-items: center;
}

div#buscadorProductos {
    margin-right: 15px;
}

#search-text {
    padding: 2px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    border-bottom: 1px solid #ff6720;
    outline: none;
    color: #FFF;
    font-family: 'Nexa' !important;
}

#submit-search-productos {
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    border-bottom: 1px solid;
    font-family: 'Nexa';
    cursor: pointer;
}

hr.separador-sites {
    background-color: #FF6720;
    width: 20%;
}

.fichaEquipo,
.emailFicha,
.telefonoFicha {
    transition: ease-in-out 0.2s;
}

.fichaEquipo:hover {
    box-shadow: 0 0 15px -7px rgba(0, 0, 0, 0.65);
}

.emailFicha:hover,
.telefonoFicha:hover {
    font-weight: 500;
    color: #FF6720;
}


div.item-descarga {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    background-color: #dedede;
    padding: 10px;
    margin: 20px auto;
    border-radius: 10px;
}

div.item-descarga>h3 {
    margin: 0px;
    letter-spacing: 0px;
}

div.item-descarga>a {
    background-color: #ff6720;
    padding: 10px;
    color: black;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
}

div#content-descargas {
    margin: 40px auto;
    width: 80%;
    display: block;
}


.imagen-altura>img {
    width: 100% !important;
    height: 480px !important;
}


#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #ff6720 !important;
    border-color: #ff6720 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-color: #ff6720 !important;
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #ff6720 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #ff6720 !important;
}

body.login div#login p#nav {
    display: none !important;
}

#valoracion {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
}

#valoracion .pseudo-h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 9px 20px 4px 0;
}

#valoracion .yasr-vv-stats-text-container {
    position: relative;
    padding-left: 10px;
    transform: translate(0, -5px);
}
