/*
Theme Name: tictac
Description: tictac theme
Author: tictac
Version: 1.0
*/

#aviso-legal ol{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

#descripcion-principal{
	font-family: "worksans" !important;
	font-size: 25px !important;
    line-height: 35px !important;
    color: #565790 !important;
}

p.p_aviso_legal{
   font-size: 0.6em !important;
   line-height: 20px;	
   margin: 5px 0;	
}

.columna2 .social img{
	width:40px;
	height:40px;
}
 
.page-id-19 .pagebg .form-banner{
	display:none;
}

.page-id-19 .pagebg{
	margin:0px !important;
}

.cf7-file-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.cf7-file-btn {
    background: #tu-color-principal; /* ponle el color de tu marca */
    color: black;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
}

.cf7-file-btn:hover {
    opacity: 0.85;
}

.cf7-file-feedback {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.cf7-file-feedback.has-file {
    color: white;
    font-weight: 600;
}

body .slider_full ul.splide__list .content .titulo p{
	text-align:center !important;;
	font-size:40px !important;
}

#inicio .links_banner .formulario{
   padding: 27px 0 0 0;	
}


#wpcf7-f89-o5 .wpcf7-form {
	flex-direction: column;
}

#wpcf7-f89-o5 p:nth-child(3), #wpcf7-f89-o5 p:nth-child(4) {
	width: 100% !important;
}

#wpcf7-f89-o5 p:nth-child(4) {
	margin-bottom: 20px;
}

input[type="file"]{
    background: none !important;
    color: #ffffff !important;
}


#topbutton {
    display: block;
    position: fixed;
    bottom: 80px;
    right: 30px;
    color: #fff; /* Color del icono */
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.iva_incluido{
    font-size: 14px;
    font-weight: 300
}

@media (max-width: 576px)
{
    
    body #primary .wc-block-grid__product-title{
        font-size: 18px;
    }
    
    body #primary .woocommerce-Price-amount {
        font-size: 28px;
    }
    
    body ul.products li.product img{
        height: auto;
        margin: 0 auto 1em;
    }
 
    body ul.products li.product .woocommerce-loop-product__title{
        font-size: 18px;
    }
    
    body #primary .add_to_cart_button{
        font-size: 18px;  
    }
	.links_banner .formulario{
	width:100%;
}

}


.related.products{
    display: none;
    
}


.anchoText{
	width:80vw;
}
.has-text-align-center strong{
	color:#7879b7;
}
.politica-de-privacidad p,
.aviso-legal p,
.politica-de-privacidad li,
.aviso-legal li{
font-size: 15px;
}

.bg-contacto{
	

    object-fit: cover;
    object-position: right;
}


#trabaja-con-nosotros .bloque-email-formulario{
	margin-top:0.3rem;
}

.links_banner{
	width:100%;
	margin: 0 auto;
}
#inicio .links_banner .formulario {
    padding: 10px !important;
	padding-bottom:0px !important;
}

.archivoadjunto p{
	margin-top:0px !important;
}

/* Oculta el texto de "Ningún archivo seleccionado" */
input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

input[type="file"]::before {
  content: 'Seleccionar archivo';  /* Texto del botón personalizado */
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 10pt;
	color:black !important;
}

input[type="file"]:hover::before {
  border-color: black;
}

/* Elimina el texto del archivo seleccionado */
input[type="file"] {
  color: transparent;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    color: white;
    text-align: center;
    font-weight: bold;
}


.cmplz-message p{
	font-size:15px !important;
	margin-right:10px !important;
	line-height: 20px !important;
}

.cmplz-btn.cmplz-more-info {
    height: 45px;
    padding: 10px;
    margin: initial;
    width: 100%;
    white-space: nowrap;
    border-radius: var(--cmplz_button_border_radius);
    cursor: pointer;
    font-size: var(--cmplz_button_font_size);
    font-weight: 500;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    flex: initial;
	background-color: var(--cmplz_button_deny_background_color);
    border: 1px solid var(--cmplz_button_deny_border_color);
    color: var(--cmplz_button_deny_text_color);
}

.cookie-config-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.cookie-config-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 700px;
    width: 100%;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cmplz-configure-cookies{
	border:1px;
}
.modalcookies{
	display:flex;
	width:100%;
}

.titular h2{
	font-size: 40px;
    line-height: normal;
    font-weight: 700;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
	color: #7879b7;
	text-align: center;
	padding-top:50px;

}

.subtitular h3{
	font-size: 28px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: center;
    color: rgba(120, 121, 183, .5);
    text-align: center;
		padding-bottom:30px;
}

.texto p{
	text-align:justify;
}
.texto_imagen .container{
	padding-bottom:60px;
}
.fila_iconos{
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.pagebg .content .title h1{
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

        .unique-container {
			margin:0 auto;
            padding: 20px;
        }
.titulounique-box{
	padding:8px;
	text-align:center;
	            background-color: rgba(251,214,189,.5);
           border-radius: 10px 10px 0 0;

margin:0 auto;
	width:40%;
		font-size:22px;
}
        .unique-box {
                        display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            align-items: center;
            background-color: rgba(251,214,189,.5);
            border-radius: 10px;
            padding: 30px;
            width: 70%;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
			margin:0 auto;
        }

        .unique-number {
            font-size: 4rem;
            font-weight: bold;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
        }

        .unique-text {
            font-size: 0.8rem;
        }

        .unique-text span {
            font-weight: bold;
        }

        @media (max-width: 768px) {
            .unique-box {
                flex-direction: column;
                text-align: center;
            }

            .unique-number {
                margin-right: 0;
                margin-bottom: 15px;
            }
        }

.divlogoheader{
	width:15% !important;
}
.divmenuheader{
	width:85% !important;
}

body #header .container{
	max-width: 90% !important;
}

#header #menu.menu-mobile .sub-menu {
    background: #efefef !important;
}


        @media (max-width: 768px) {
			.pagebg .content .title h1{
				font-size:35px;
			}
        }

        @media (max-width: 768px) {
			.divlogoheader{
				width:100% !important;
				margin-bottom:15px;
			}
        }

#header .menu-row #menu.menu-horizontal{
	justify-content: space-evenly !important;
}
#header #menu a{
	padding:0px !important;
	font-size:18px !important;
}

@media (max-width: 320px) {
    .pagebg .content .title h1 {
        font-size: 20px;
    }
}

@media (max-width: 1024px){
	.pagebg .form-banner{
		max-width:90%;
	}
	.pagebg{
		margin-bottom:40%;
	}
}

@media (max-width: 768px){
	.pagebg{
		margin-bottom:0%;
	}
	.bloque-principal{
		flex-direction:column;
	}
}

.fila_formulario h2{
	color:white !important;
}

@media (max-width: 525px){
	.pagebg{
		margin-bottom:500px !important;
		height:300px !important;
	}
	.pagebg .content .title h1{
		font-size:25px !important;
	}
	.content_page>p{
		text-align:left !important;
	}
	#header #menu.menu-mobile.opened{
		top:-44px !important;
	}
	#header #menu.menu-mobile li{
		margin-bottom:0px !important;
	}
	
	.unique-box .unique-number{
		order:1 !important;
	}
	.unique-box .unique-text{
		order:2 !important;
	}
	h2{
		font-size:30px !important;
	}
	ol{
		padding-left:20px !important;
	}
	ul{
		padding-left:20px !important;
	}
	ul li{
		font-size:18px !Important;
	}
	body p{
		text-align:left !important;
		font-size:18px !important;
	}
	.unique-box{
		width:90%;
	}
	.titulounique-box{
		width:80%;
	}
	.carrusel{
		flex-direction:column;
	}
	.datosofi{
		flex-direction:column;
		align-items: center;
    width: 80%;
    margin: 0 auto;
		gap:0px !important;
	}
}
@media (max-width: 375px){
	.pagebg{
		margin-bottom:500px;
	}
}

.wpcf7-form-control{
	margin-bottom:8px;
}
ol{
	line-height: 35px;
    text-align: justify;
}
ul{
	line-height: 35px;
    text-align: justify;
}

.page-id-739 .titulounique-box{
	background-color: #7879b7;
	color:white;
}
.page-id-739 .unique-box{
	background-color: #7879b7;
	color:white;
}

.content_page>p strong{
	display:inline;
}

#texto-descripcion{
	color: #565790;
}

/* Hacer que el submenú sea invisible inicialmente */
.sub-menu {
    opacity: 0;
    pointer-events: none; /* Evita que sea interactivo mientras esté invisible */
    transition: opacity 0.3s ease-in-out; /* Transición suave */
    position: absolute; /* Para asegurar que se superponga */
    top: 100%; /* Ajusta la posición para que se despliegue debajo del menú padre */
    left: 0;
}

/* Cuando el <li> o el submenú están en hover, mostrar el submenú */
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: auto; /* Permite la interacción con el submenú */
}

/* Opcional: Añade un fondo o sombra para mejorar la visibilidad */
.sub-menu {
    background-color: #fff; /* Fondo blanco para el submenú */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

.links_personalizados .row{
	justify-content: center;
}

.links_personalizados .row h3{
	font-size:23px !important;
}

.single-post .content_page>.wp-block-heading{
	font-size: 40px;
    line-height: normal !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    color: #7879b7 !important;
    text-align: center !important;
}

.single-post .content_page>h2{
	margin-top:80px !important;
}

.single-post h1{
	font-size: 50px !important;
}

.single-post figure{
	border-radius:21px !important;
		margin-top:40px !important;

}
.single-post figure img{
	padding:0px !important;
	border-radius:20px !important;
}

h2{
	font-size: 35px;
    line-height: normal !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    color: #7879b7 !important;
    text-align: center !important;
    padding-top: 50px !important;
}

h2 strong{
	font-size: 40px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    color: #7879b7 !important;
    text-align: center !important;
    padding-top: 50px !important;
	margin-top:40px;
}


.single-post .content_page>h3 strong{
	font-size: 28px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    width: 100% !important;
    text-align: center !important;
    color: rgba(120, 121, 183, .5) !important;
    text-align: center !important;
    padding-bottom: 30px !important;
	padding-top:0px !important;
}

body figure.size-full{
	background:transparent !important;
}

.single-post .content_page>h3{
	
}

.boton-blog{
	width:40% !important;
	justify-content: center;
}