/* 
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 */
.site-header{
	display: none;
}

.site-footer{
	display: none;
}

h1, h2, h3, h4, h5{
	font-family: "WindsorProRg", Arial, sans-serif !important;
}

p, td{
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-style: normal;
}

.texto-blanco, .texto-blanco h1, .texto-blanco h2, .texto-blanco h3, .texto-blanco div, .texto-blanco p, .texto-blanco td, .texto-blanco a{
	color: white !important;
}


.tabla-home table {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
}

.tabla-home td {
	background-color: transparent !important;
	border: none;
	padding: 15px 5px;
}

.tabla-home th, td {
	border: none;
	padding: 10px;
	text-align: left;
	font-size: 16px;
}

.tabla-home tr {
	background-color: transparent;
}

.tabla-home .titular-tabla {
	width: 140px;
}

.titulo-home h1{
	font-size: 320px;
}

@media (max-width: 1500px) {
	.titulo-home h1{
		font-size: 265px !important;
	}
}


@media (min-width: 1025px) and (max-width: 1300px){
	.titulo-home h1{
		font-size: 225px !important;
	}
}

@media (max-width: 1024px) {
    .titulo-home h1{
        font-size: 9.8em !important;
    }
}


@media (max-width: 767px) {
    .titulo-home h1{
        font-size: 5em !important;
    }
}


/*FUENTES*/

@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.courier-prime-regular {
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-style: normal;
}
  
  .courier-prime-bold {
	font-family: "Courier Prime", monospace;
	font-weight: 700;
	font-style: normal;
}
  
  .courier-prime-regular-italic {
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-style: italic;
}
  
  .courier-prime-bold-italic {
	font-family: "Courier Prime", monospace;
	font-weight: 700;
	font-style: italic;
}
  
