@charset "utf-8";
/* CSS Document */

/* Reset valores */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { box-sizing:border-box; }


.contenedor {
	width:100%;
	max-width:900px; 
	margin:auto; 

	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/* Menu */
.backMenu { padding:8px 15px; background-color:#000; border-top:#222222 1px solid; color:#FFF; }

/* Resetear estilos predeterminados de la lista */
.backMenu  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Estilos para los elementos de la lista */
.backMenu ul li {
    display: inline-block;
    margin-right: 20px; /* Espacio entre elementos */
}

/* Estilos para los enlaces dentro de los elementos de la lista */
.backMenu ul li a {
    text-decoration: none; /* Eliminar subrayado */
    color: #FFF; /* Color del texto */
	line-height:20px;
}

/* Estilos para los enlaces al pasar el mouse */
.backMenu ul li a:hover {
    color: #354554; /* Cambiar color de fondo al pasar el mouse */
	line-height:20px;
}

/* /Menu */

strong { font-weight:700; }
.displayPic { overflow:hidden; }

.menuBTNS { padding:25px 0; overflow:hidden; }


.piePag { border-top:#e7eaed 1px solid; padding:25px; overflow:hidden; color:#354554; }

.dosCol { width:50%; float:left; }

.rowDis { overflow:hidden; margin:26px 0 0 0; }
.rowDis2 { overflow:hidden; }

.titleSerM { width:90%; max-width:430px; margin:25px auto; }
.titleConCovers { width:90%; max-width:570px; margin:25px auto; }
.titleeventosPrivados { width:90%; max-width:381px; margin:25px auto; }
.titlepedirCotizacion { width:90%; max-width:423px; margin:25px auto; }
.titlemodalidades {width:90%; max-width:409px; margin:25px auto; } 
.titleRepertorio { width:90%; max-width:319px; margin:25px auto; }

.btnBubl { width:70%; max-width:184px; margin:auto; }


.textoDS01 { font-size:1em; line-height:1.5em; text-align:justify; }
.textoDS02 { font-size:2em; line-height:2.1em; text-align:justify; }

.textoDS02 { font-size:1.5em; line-height:1.5em; }
.textoDS02 p { padding:0; margin:0 0 14px 0;}
.textoDS02 p a { color:#000; text-decoration:none; }
.textoDS02 p a:hover { color:#081550; text-decoration:none; }

/* Encabezado */

.encabezadoT1 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: normal;
  color:#081550;
  font-size:28px; line-height:30px;
  margin-bottom:15px;
}

.textoPad01 { padding:20px; font-size:16px; line-height:18px; }
.creditos p { text-align:center; padding-bottom:10px; }
.creditos h3 { text-align:center; padding-bottom:20px; font-weight:700; }


/*Btn Media Kit */
.button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 0 25px 0;
}

.btn-media {
	display: inline-block;
	max-width:350px;
	width: 100%;
	padding: 16px 20px;
	background-color: #1a3069;
	color: white;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	transition: background-color 0.3s ease;
}

.btn-media:hover {
	background-color: #001c51;
}




@media screen and (min-width:899px){
	.col50 { float:left; width:50%; }
	.col1-3 { float:left; width:33%; }
	.col40 { float:left; width:42%; }
	.col60 { float:left; width:58%; }
	.textT1 { padding:25px 54px 25px 0; }
	.textT2 { padding:65px 54px 54px 0; }
}

@media screen and (max-width:898px){
	
	.col50 { width:100%; }
	.col1-3 { width:100%; padding:20px 0; }
	.col40, .col60 { width:100%; margin:15px 0; }
	.textT1 { padding:25px; }
	.textT2 { padding:30px; }
}



