/*
CTC Separate Stylesheet
Updated: 2025-02-16 17:08:47
Theme Name: BlankSlate Child
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2024.2.1739722127
*/
/* Ocultar encabezado, pie de página, barra lateral y título SOLO en la página de inicio */

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;700&display=swap');

body {
    font-family: 'Dosis', sans-serif;
}

.home header, 
.home footer, 
.home .sidebar, 
.home .page-title {
    display: none !important;
}

/* Opcional: Ajustar márgenes para que el contenido ocupe toda la pantalla */
.home .site-content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

/* Ocultar sección de comentarios solo en la página de inicio */
.home #comments, 
.home .comments-area, 
.home .comment-list, 
.home .comment-respond {
    display: none !important;
}
.erm_title {
	display: none;
}
.xoxo {
	display: none
}
.home {
    margin: 12px !important;
    padding: 12px !important;
}
.erm_section_title {
	font-size: 94px;
  font-family: "drama", sans-serif;
	color: #4bbad3;
}

.erm_section_desc p {
	font-size: 24px;
  font-family: "Dosis", sans-serif;
	color: #4bbad3;
	line-height:1.2;
	font-weight: bold;
}
.erm_product {
	font-size: 26px;
	text-transform: uppercase;
	 font-family: "Dosis", sans-serif;
	 font-weight: bold;
	 color: #000000;
}
.erm_product p {
	font-size: 20px !important;
	line-height: 1.3;
	margin-left: 15px
}
/*
body {
    background-image: url('http://lapepacafe.es/wp-content/uploads/2025/02/Menu-de-Cafeteria-La-Pepa.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
	background-attachment: fixed;
    height: 100vh;
    margin: 0;
}*/
