@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:980px;
	margin:auto;
	font-family: 'Open Sans', sans-serif;
}


.areaTop {
	background-color:#2999a7;
	padding:5px;
	border-bottom:#50cfdf 3px solid;
	color:#FFFFFF;
}


.bloqueConte { margin:35px 0; overflow:hidden;}
.reg_con { overflow:hidden; }
.textoDesc { text-align:left; }

strong {font-weight:bold; }


.menuZone { background-color:#036; }

.menuLogo { width:100%; max-width:414px; }

.imagen-responsiva {
    width: 100%;   /* Ocupa el 100% del ancho del contenedor */
    height: auto;  /* Mantiene la proporción de la imagen */
    max-width: 100%; /* Evita que la imagen sea más grande que su tamaño original */
    display: block; /* Elimina el espacio extra en línea si la imagen es inline por defecto */
}



.piePag { background-color:#2999a7; padding:30px; color:#FFFFFF; text-align:center; border-top:#50cfdf 4px solid; }
.piePag p { text-align:center; }

.piePag a { color:#FFFFFF; text-decoration:none; }

.conServi { background-image:url(../imagenes/back_serv.webp); background-position:top center; background-repeat:no-repeat; }

@media screen and (min-width:970px){
	.menuLogo { float:left; }
	.redesTopZ { float:right; padding-top:10px; }
	
	/* menu */ 
	.disMenu { float:right; padding:10px 60px 0 0; }
	/* menu */ 
	
	.reg_con { margin-bottom:50px; }
	.dos_colA { float:left; width:50%; }
	.dos_colB { float:right; width:50%; }
	.imgDis { width:100%; }
	.encabezaBig { font-weight:bold; font-size:2.5em; margin:0 0 15px 0; padding:0; }
	.encabezaBig2 { font-weight:bold; font-size:2.3em; margin:0 0 15px 0; padding:0; }
	.textoDest { font-size:1.3em; line-height:1.4em; font-weight:300; }
	.textoDesc { padding:0 25px 25px 25px; }
	
}

@media screen and (max-width:969px){
	.menuLogo { padding:10px; }
	.menuZone { padding:20px 10px 15px 10px; }
	.redesTopZ { padding:10px 0 0 15px; text-align:left; }
	
	
	/* menu */ 
	.disMenu { float:right; padding:10px 70px 0 0; }
	/* menu */ 
	
	.reg_con { margin-bottom:30px; }
	.dos_colA, .dos_colB { width:100%; text-align:left; } 
	
	.imgDis { width:95%; margin:auto; }
	.encabezaBig { font-weight:bold; font-size:2em; margin:0 0 15px 0; padding:0; }
	.encabezaBig2 { font-weight:bold; font-size:1.8em; margin:0 0 15px 0; padding:0; }
	.textoDest { font-size:1.3em; line-height:1.4em; font-weight:300; }
	.textoDesc { padding:15px; }
	
}

a.btn_mint  { background-color:#2999a7; text-decoration:none; padding:4px; text-align:center; display:block; margin:auto; width:80px; border-radius:10px; color:#FFFFFF; font-weight:bold; } 
a:hover.btn_mint { background-color:#007684; } 

a.enlaceC { text-decoration:none; color:#2999a7; }
a:hover.enlaceC { color:#00707e; }

