/**
 * Theme Name:     Tablas
 * Author:         Digitalrocks
 * Template:       kadence
 * Text Domain:	   tablas
 * Description:    Tema para Tablas por Diigitalrocks.
 */

@font-face {
     font-family: 'SimplonBPMono';
     src: local('SimplonBPMono'),
         url('/wp-content/uploads/2025/12/SimplonBPMono-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

.rotate {
	display: none;
}

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title, 
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    margin: 0 !important;
}


iframe {
    display: block;
}

textarea {
    resize: none;
}

/* Media queries */


@media (max-width: 767px) {
    
    .hidden-xs {
        display: none;
    }
     
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation:portrait) {
	
	.rotate {
		display: flex;
		text-align: center;
		padding: 0 40px;
		position: fixed;
		height: 100%;
		background: rgba(0,0,0,0.9);
		align-items: center;
		z-index: 12;
	}
	
	.rotate h1 {
		color: #fff !important;
		font-size: 40px !important;
	}
	 
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
}
