/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* CSS CABECERA */
body.desactivar-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
#site-header{
	padding: 15px;
}
#site-header .site-logo > a{
	line-height: 0;
}
#site-header .site-navigation ul.menu > li.menu-item:last-child > a{
	padding-right: 0;
}
body.menu-fixed-al-subir #site-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 99;
    transition: all 0.3s ease;
}
body.menu-fixed-al-subir.admin-bar #site-header{
	top: 32px;
}
#cerrar-menu-closa > div > i.eicon-menu-bar:before{
    content: "\e87f";
    font-size: 25px;
}
body.menu-fixed-al-subir #site-header .site-logo img{
	width: 100%;
    height: 50px;
}
body.menu-fixed-al-subir > div.elementor{
    padding-top: 100px;
}
.site-navigation-dropdown {
    position: fixed;
    margin-block-start: 0px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(0 0 0 / 30%);
    transition:none;
}
.site-navigation-dropdown > div{
    background-color: #ffffff;
    width: 75%;
    left: -75%;
    position: relative;
    transition: left 0.5s ease-in-out;
}
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown > div{
    left: 0;
}
.site-navigation-dropdown .site-logo > a{
    display: block;
    line-height: 0;
}
.site-navigation-dropdown ul.menu{
    position: static;
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 75px);
}
.site-navigation-dropdown .menu-menu-principal-container{
    height: 100%;
}
.site-navigation-dropdown .cabecera-menu-desplegado{
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}
.site-navigation-toggle-holder .site-navigation-toggle{
    background-color: transparent;
}
.eicon-menu-bar:before{
    font-size: 25px;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children > span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 15%;
    max-height: 64px;
}
#site-header nav:not(.site-navigation-dropdown) ul.menu li.menu-item-has-children > span{
    display: none;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children > span:after{
    display: block;
    content: "▾";
    font-size: 1.5em;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children.elementor-active > span:after{
    content: "▴";
}
/* FIN CSS CABECERA */

/* CSS PIE */

.footer-top-columns > div {
    width: 100%;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright{
    max-width: initial;
    width: 100%;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright p{
    text-align: center;
    display: block;
    width: 100%;
}
footer#site-footer {
    padding: 5px 0;
}
.site-footer .footer-inner.footer-top-columns{
    flex-wrap: nowrap;
}

@media (max-width: 1000px){
    .site-footer .footer-inner.footer-top-columns{
        flex-wrap: wrap;
    }
    .footer-top-columns > div {
        width: 50%;
    }
}
@media (max-width: 767px){
    .footer-top-columns > div {
        width: 100%;
    }
}
/* FIN CSS PIE */

/* FORMULARIO CONJUNTO */

.invalid .wpcf7-response-output,
.unaccepted .wpcf7-response-output,
.spam  .wpcf7-response-output {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
span.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 11px;
}
.wpcf7-response-output{ 
    font-size: 12px;
    line-height: 1.5rem !important;
}
.sent  .wpcf7-response-output {
    color: #155724 !important;
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb!important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
.fila-dos-columnas > p {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form div.fila-dos-columnas > p > label {
    width: calc(50% - 15px);
}
.wpcf7-form div > p > label{
    width: 100%;
}
.wpcf7-list-item-label a:hover{
    text-decoration: underline;
}
.submitting .wpcf7-spinner{
    display: inline-block;
}
.wpcf7-spinner{
    display: none;
}
.screen-reader-response{
    display: none !important;
}
span.wpcf7-list-item-label {
    margin-left: 7px;
}
/* FIN FORMULARIO CONJUNTO */

/* FORMULARIO 1 */

.page-id-98 .wpcf7-form div > p > label{
    position: relative;
    margin-bottom: 20px;
}
.page-id-98 .wpcf7-form div > p > label > span:not(.wpcf7-form-control-wrap){
    position: absolute;
    padding: 0 14px;
    top: -11px;
    left: 20px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 22.5px;
    color: #343434;
    z-index: 5;
}
.page-id-98 input[type=date], 
.page-id-98 input[type=email], 
.page-id-98 input[type=number], 
.page-id-98 input[type=password], 
.page-id-98 input[type=search], 
.page-id-98 input[type=tel], 
.page-id-98 input[type=text], 
.page-id-98 input[type=url], 
.page-id-98 select, 
.page-id-98 textarea{
    border: 1.5px solid #343434;
    background-color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 14px;
    padding: 17px 20px;
    border-radius: 0px;
}
.page-id-98 .wpcf7-form div.fila-dos-columnas > p > label:first-child{
    margin-right: 15px;
}
.page-id-98 .wpcf7-form div.fila-dos-columnas > p > label:last-child{
    margin-left: 15px;
}
.page-id-98 .wpcf7-form div > p textarea{
    margin-bottom: 0;
}
.page-id-98 .boton-formulario > p{
    text-align: center;
}
.page-id-98 .boton-formulario [type=submit] {
    background-color: #343434;
    color: #fff;
    border: 0px;
    padding: 0 38px;
    font-size: 16px;
    font-weight: 500;
    min-height: 55px;
    border-radius: 3px;
    line-height: 24px;
}
.page-id-98 .texto-contacto-subtitulo{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

/* FIN FORMULARIO 1 */

/* FORMULARIO 2 */

.page-id-114 .wpcf7-form div > p > label {
    color: #fff;
    text-align: center;
}
.page-id-114 .wpcf7-form div > p > label > span{
    padding-bottom: 7px;
    display: block;
}
.page-id-114 .wpcf7-form div > p > label > span > span{
    color:#dfdfdf;
}
.page-id-114 .wpcf7-form div > p > label textarea, .page-id-114 .wpcf7-form div > p > label input {
    background: #000;
    border: 0;
    border-bottom: 1px solid #fff;
}
.page-id-114 .wpcf7-form div > p > label textarea {
    height: 150px;
}
.page-id-114 .boton-acceptacion > p{
    text-align: center;
}
.page-id-114 span.wpcf7-list-item-label{
    color: #ffffff;
}
.page-id-114 .boton-formulario > p{
    text-align: center;
}
.page-id-114 .boton-formulario [type=submit] {
    background-color: #dddddd;
    color: #000;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.iconos-rrss {
  max-width: 100%;
  display: flex;
}
.iconos-rrss > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}
.iconos-rrss > a > i{
    border: 1px solid #FFF;
    width: 40px;
    height: 40px;
    transition: all 0.1s linear;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconos-rrss > a:hover > i{
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}
.iconos-rrss i:before {
    font-size: 24px;
}
/* FIN FORMULARIO 2 */

.page-id-48 form.post-password-form {
    margin-top: 150px;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    display: flex;
    max-width: 500px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
    color: black;
    border-radius: 20px;
    border: 2px solid #c36;
}

.post-password-form p {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.post-password-form p label {
    font-weight: 600;
    width: 100% !important;
}

.post-password-form p label input {
    margin-top: 10px;
}

.post-password-form p input {
    margin-top: 10px;
    width: 100% !important;
}

.post-password-form [type=submit] {
    margin-top: 20px !important;
    background-color: #151717 !important;
    border-radius: 10px;
    color: white !important;
    font-weight: 600;
}

.post-password-form [type=submit] {
    margin-inline-start: 3px;
}


.contenendor-modelo img {
    width: 150px;
}

table td, table th {
    vertical-align: middle !important;
}

.modelo_tabla {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.modelo_tabla img {
    max-width: 100%;
    max-height: 150px;
}

span.texto-modelo {
    padding-left: 20px;
}

.page-id-48 .site-footer, .page-id-48 #site-footer, .page-id-48 #site-header{
    display: none;
}

.page-id-48 .full-height{
    height: 100vh !important;
}

.page-id-48 .full-height img {
    height: 100%;
    max-height: 100vh;
}

form#wpforms-form-321 {
    max-width: 355px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    box-shadow: 0px 0px 20px #888888;
}

div#wpforms-321-field_3-container  {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 0;
}

input#wpforms-321-field_0, input#wpforms-321-field_1 {
    max-width: 100%;
    width: 100%;
}

div#wpforms-321-field_1-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

div#wpforms-321 {
    display: flex;
    justify-content: center;
}

img.logo-de-formulario {
    max-width: 125px !important;
}

.wpforms-submit-container {
    display: flex;
    width: 100% !important;
    max-width: 100%;
}

button#wpforms-submit-321 {
    width: 100%;
    border-radius: 20px;
}

.elementor-48 .elementor-element.elementor-element-e9525ba {
    width: 75% !important;
}

@media screen and (max-width: 1665px) {
    .columna-con-formulario {
        width: 550px !important;
    }
}

@media screen and (max-width: 1024px) {
    .columna-con-formulario,  .elementor-48 .elementor-element.elementor-element-e9525ba{
        width: 100% !important;
    }
    .columna-con-formulario {
        position: absolute;
        z-index: 999;
        top: 0;
        bottom: 0;
    }
    form#wpforms-form-321 {
        background: white;
    }
}

.wpforms-error-container {
    margin: 10px !important;
}

.contenedor-imagen {
    width: 50%;
    max-height: 150px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

table.lista-productos {
    /*width: 100%;*/
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
    background-color: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

table.lista-productos th {
    background-color: #e62074;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

table.lista-productos tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.lista-productos tr:hover {
    background-color: #dddddd;
}

table.lista-productos td {
    text-align: center;
    color: #333;
}

.titulo-tablas{
    font-weight: 800;
    color: black;
    font-size: 20px;
}

span.texto-modelo-2-img {
    width: 50%;
}

@media (min-width: 1300px) and (max-width: 1400px) {
    table.lista-productos td {
        font-size: 12px;
    }
}

@media (max-width: 1370px) {
    table.lista-productos {
        border: 0;
        width: 100%;
    }
    
    span.texto-modelo-2-img {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    } 

    table.lista-productos th {
        display: none;
    }

    table.lista-productos tr {
        display: block;
        margin-bottom: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    table.lista-productos td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        padding: 10px;
        border: 1px solid #ddd;
    }

    table.lista-productos td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        color: #000000;
        margin-right: 10px;
    }
    .modelo_tabla {
        flex-direction: row;
    }
    table.lista-productos tr td:first-child {
        justify-content: center;
        background: #efefef;
    }
    span.texto-modelo {
        padding-left: 0px;
        font-size: 20px;
        font-weight: 700;
    }
    table tbody tr:hover>td, table tbody tr:hover>th {
        background-color: hsla(0, 0%, 50.2%, .1019607843);
    }
}

@media screen and (max-width: 330px) {
    table.lista-productos td {
        font-size: 15px;
    }
}

tr.theader, tr.theader:hover {
    background: #efefef !important;
}

tr.theader th{
    color: #000;
}

svg.cliente-logo {
    height: 20px;
    width: 20px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    color: #000000;
}

ul.sub-menu {
    box-shadow: 0px 0px 5px #888888;
    border-radius: 5px;
}

.site-navigation ul.menu li ul li {
    border-block-end: none !important;
}

.site-navigation {
    display: flex;
    align-items: flex-end;
}

p.titulo-apartado-form {
    font-size: 22px;
    border-bottom: 1px solid #dfdfdf;
}

p.form-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 600px;
}

.form-group input, .form-group select {
    width: 85%;
}

.form-group label {
    width: 15%;
}

@media screen and (max-width: 1024px) {
    p.form-group {
        display: flex;
        flex-direction: column;
        max-width: 1024px;
    }
    .form-group label {
        width: 100%;
        padding-bottom: 10px;
    }
    .form-group input, .form-group select {
        width: 100%;
    }
}

header#site-header {
    box-shadow: 0px 0px 5px #888888;
}

.site-navigation ul.menu li ul {
    background: #fff;
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 2;
    left: -100px;
    top: 100%;
}

@media (max-width: 992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
        display: flex !important; 
    }
    .site-navigation-toggle-holder {
        display: none !important;
    }
}

p.boton-form input {
    background: #acddde;
    color: black;
    border: none;
    padding: 10px 20px;
}


/* Template styles -> Catalogo */

.contenedor-catalogo {
    max-width: 1850px;
    margin: 0 auto;
    padding: 10px 20px;
}

.page-id-427 [type=submit]:focus, .page-id-427 [type=submit]:hover{
    color: #000;
    background-color: #acddde;
    scale: 1.1;
    text-decoration: none;
}