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%;
	vertical-align: baseline;
  }
  :root{
	--colMain : #2c5870;
	--colMain2 : #6ebfc3;


	--colBlue : #88B7E7;

  }


  html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: "Montserrat", sans-serif;
  }
  body {
	  font-size: 1.1em;
	  font-weight:normal;
	  font-family: "Montserrat", sans-serif;
	  line-height: 1.75;
	  color: #444;
	  text-rendering: optimizeLegibility;
	  overflow-x: hidden;
  }

  h1{
    font-size: 5.2em;
}

h2{
	color:var(--colMain);
	font-size: 2em;
	padding: 10px 0;
	margin-bottom: 30px;
	  margin-top: 30px;
	text-transform: uppercase;
  }

  h3{
	color:var(--colMain);
	font-size: 1.4em;
	padding: 10px 0;
	margin-bottom: 20px;
	  margin-top: 20px;
	text-transform: uppercase;
  }

  section{margin-top: 100px;}

.bluecircle{
    width: 52px;
}
.bluemx{
	background: var(--colBlue);
	font-size: 0.7em;
	line-height: 0.8em;
	padding: 10px;
  }
  .bluemx a{
	color:#101E40;
  }

  .powered{
    width: 230px;
	float: right;
	margin-top: -50px;
	padding-right: 50px;
}

footer{margin-top: 80px;}

.texto-medio{
	vertical-align: middle;
}

.email{}
.email a{text-decoration: none; color:var(--colMain);font-weight: 600;}

.carousel-caption span{color: #fff; font-size: 4em;}

  

