@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif !important;
	width: 100% !important;
	color: #666;
	background-color: #FAFAFA !important;
}

a {
	text-decoration: none;
	/*display: unset !important;*/
	font-weight: unset !important;
}

a:hover {
	text-decoration: none;
  font-weight: unset !important;
}

a:visited {
    color: unset;
}

a, a:active, a:link {
    color: unset;
    text-decoration: none !important;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

section {
  width: 100%;
}

p {
  font-family: 'Open Sans', sans-serif;
}

h1 {
	width: 100%;
	text-align: center;
	font-size: 32px !important;
	color: #FFF !important;
	font-weight: 300 !important;
	font-family: 'Open Sans', sans-serif;
	padding-top: 25px !important;
	margin: 0 !important;
}

h2 {
	width: 100%;
	text-align: center;
	font-size: 16px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    line-height: 1.5 !important;
	color: #333 !important;
	margin: 0;
}

h3 {
	width: 100%;
	text-align: center;
	font-size: 16px !important;
	color: #FFF !important;
	font-weight: 300 !important;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 50px !important;
	padding-top: 10px !important;
	margin: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

a[href^=tel] { color: inherit; text-decoration: none; }

::-webkit-input-placeholder { color: #BBBBBB !important; } /* WebKit */
:-moz-placeholder { color: #BBBBBB !important; } /* Firefox 18- */
::-moz-placeholder { color: #BBBBBB !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #BBBBBB !important; } /* IE 10+ */

header {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    background-color: #FFF;
}

.redes i {
	color: #888;
	font-size: 18px;
	margin: 0px 5px;
}

.flexContent {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.flexStart {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.content {
    width: 90%;
    height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentHeaderTop {
	width: 80%;
    height: 80px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

nav {
	width: 100%;
	height: 50px;
	background-color: rgba(58, 176, 219, 0.9);
}

footer {
	width: 100%;
	min-height: 600px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}


.contentFooter {
	width: 80%;
    height: auto;
	padding-top: 10px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: flex-start;
}

.addressFooter {
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-image: url("../img/mapa_bg.jpg");
	background-attachment: fixed;
	background-size: cover;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.addressFooter .col3 {
	width: auto;
}

.addressFooter .col3 p {
	color: #FFF !important;
	text-align: center !important;
	font-size: 14px !important;
	font-weight: 300 !important;
}

.addressFooter .col3 i {
	color: #FFF !important;
	text-align: center !important;
	font-size: 24px !important;
}

.footer {
	background-color: #262626;
	width: 100%;
	min-height: 405px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.col3 {
	width: 33.3%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
	padding-left: 5%;
	padding-right: 5%;

	color: #FFFF;
}

.col3 h4 {
	width: 100%;
	font-size: 16px;
	text-align: left;
}

.col3 p {
	width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 24px;
	color: #888 !important;
}

.col3 i {
	font-size: 12px;
	margin-right: 10px;
	vertical-align: middle;
}

.footerInfo {
	width: 100%;
	min-height: 65px;
	padding: 20px 0px;
    color: #666;
    background-color: #1a1a1a;
    font-size: 13px;
}

.colCenter {
	line-height: 20px !important;
}

.colCenter i {
	font-size: 6px !important;
	vertical-align: middle;
}

.boxServiceHome {
	margin: 60px 2% 60px 2%;
}

.imgServiceHome {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.titleServiceHome {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.titleServiceHome p {
	min-height: 100px;
	font-size: 14px;
	color: #666;
	width: 100%;
	text-align: center;
}

.btnServiceHome {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.btnServiceHome p {
	width: 130px;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	color: #666;
	text-align: center;
	margin: 0;
	transition: all 0.3s;
}

.btnServiceHome p:hover {
	background-color: #666;
	color: #FFF !important;
	cursor: pointer;
	border: 1px solid #666;
}

.msgCoverHome {
	width: 100%;
	background-color: #3ab0db;
    padding: 40px 0;
    text-align: center;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	background-image: url("../img/bg_home_frase3.jpg");

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.msgCoverHome p {
	width: 100%;
	color: #FFF;
	font-weight: 300;
	font-size: 27px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.msgCoverHome p small {
	width: 100%;
	color: #FFF;
	font-weight: 300;
	font-size: 15px;
	margin-top: 15px;
}

.bgTitleGral {
	width: 100%;
	min-height: 90px;
	z-index: 9999;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

	background-image: url("../img/light-grey-2.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.titleGral {
	font-size: 27px !important;
	color: #000 !important;
}

.pTxtLeft {
	width: 60%;
	float: left;
	padding: 2%;
	text-align: left;
}

.pTxtLeft img {
	float: right;
	margin: 0 1% 1% 1%;
}

.pTxtLeft i {
	font-size: 8px;
}

.contentEmpresa {
	width: 60%;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
}

.contentEmpresa i {
	font-size: 8px;
	vertical-align: middle;
	margin-right: 10px;
}

/* NOTICIAS*/
.floatImgPrensa {
    width: 100%;
    height: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.flexTitleNews {
    width: 100%;
    height: 330px;
    /* background-color: rgba(0,0,0,0.4); */
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: flex-end;
}
.flexNoticias {
	width:92%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.flexColorRow {
	width:100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentNoticeGral {
	width: 25%;
	height: 420px;
	background-color: #FFF;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	margin: 2%;
  	box-shadow: 0px 0px 30px #CCC;
}

.txtDetNews {
	width: 100%;
	height: auto;
	float: right;
	text-align: left !important;

  	font-size: 16px;
	color: #333;
	font-weight: 400;
	padding: 4%;
}

.txtDetNews p {
	width: 100%;
	text-align: left;
}

.txtDetNews img {
	margin-right: 15px;
	float: left;
}

.txtcv p {
	text-align: left !important;
}

.TxtNews {
	font-size: 14px;
	height: 100px;
	color: #000;
	text-align: left;
	background-color: #FFF;
	font-weight: 600;
	padding: 4%;
}

.TxtNews a {
	color: #3953A3;
}

.TxtNews a:hover {
	color: #222C52;
}

.TxtNews svg {
	color: #000;
	font-size: 16px;
	/*position: absolute;*/
	margin-top: -6px;
	float: right;
    /*margin-left: 327px;*/
    transition: all 0.3s;
}

.TxtNews svg:hover {
	color: #C51C14;
	cursor: pointer;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.titlesNews {
	float:left;
	margin-top: 245px;
	width: 100%;
	margin-left: 0%;
	background-color: rgba(255,255,255,0.85);
}

.titlesNews h2 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 800 !important;
	text-align: center;
	font-size: 14px !important;
	color: #000 !important;
	margin: 0;
	padding: 15px 0px 15px 0px;
	font-style: normal !important;
}


.titleDetailProduct {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.titleDetailProduct h2 {
	font-size: 40px !important;
	color: #001C42;
	font-weight: 700;
	margin: 0;
	font-family: 'Open Sans', sans-serif !important;
}


.hoverNews {
	width: 24%;
	height: 0px;
	position: absolute;
	margin-top: 0px;
	transition: all 0.5s;
}
/*
.contentNoticeGral:hover .hoverNews {
	display: block;
	height: 520px;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.5s;
}

.contentNoticeGral:hover .btnMas {
	display: block;
}
*/
.contentBtnNews {
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
}

.btnMas {
	width: 120px;
	height: 35px;
	padding-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	display: none;
	color: #FFF;
	text-align: center;
	margin-top: 80px;
	transition: all 0.3s;
}

.btnMas i {
	font-size: 94px;
}

.imgNotice img {
	width: 100%;
}

/* tecnologia */
.title {
	width: 100%;
	text-align: center;
}

.title h3 {
	font-weight: 400 !important;
	text-align: left;
	font-size: 30px !important;
	color: #000 !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
	padding-bottom: 0px !important;
	font-style: normal;
}

.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

.imgCenter {
	float: left;
	margin: 10px;
}

.txtGral {
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: 300;
	color: #666;
}

hr {
	width: 100%;
}

.centerFlex {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
  
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
  
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
  
	flex-wrap: wrap;
	  justify-content: center;
	  text-align: center;
	  align-self: center;
	  align-content: center;
	  align-items: center;
  }

  .leftColTrayectoria {
	width: 50%;
	padding: 0;
	margin-bottom: 10px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
  
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
  
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
  
	flex-wrap: wrap;
	  justify-content: center;
	  text-align: left;
	  align-self: center;
	  align-content: center;
	  align-items: center;
  }
  
  .leftColTrayectoria p {
	width: 100%;
	text-align: left;
	font-family: 'Open Sans', sans-serif !important;
	color: #2CAC8B;
	font-size: 16px;
	font-weight: 300;
	margin-top: 25px;
	margin-bottom: 20px;
  }
  
  .leftColTrayectoria span p {
	text-align: left;
	font-family: 'Open Sans', sans-serif !important;
	color: #666 !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
  }
  
  .alignCenter {
	align-self: center !important;
	margin-bottom: 0 !important;
	margin: 0 !important;
  }
  
  .pTrayectoria {
	color: #222C52 !important;
  }

  .col2 {
	width: 47%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
  
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
  
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
  
	flex-wrap: wrap;
	  justify-content: center;
	  text-align: center;
	  align-self: flex-start;
	  align-content: center;
	  align-items: center;
	  margin-right: 3%;
  }
  
  .col2 form {
	width: 100%;
	margin-top: 16px;
  }
  
  .col2 input {
	width: 100%;
	height: 48px;
	border: 0;
	background-color: #FFF;
	font-size: 16px;
	font-weight: 300;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #f2f2f2;
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif !important;
	color: #333;
	margin-bottom: 5px;
  }
  
  .col2 textarea {
	width: 100%;
	height: 190px;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #f2f2f2;
	font-family: 'Open Sans', sans-serif !important;
	color: #333;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
  }
  
  .col2 button {
	width: auto;
	height: auto;
	padding: 15px;
	border: 0;
	color: #FFF;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
  
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
  
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
  
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
  
	flex-wrap: wrap;
	  justify-content: flex-start;
	  align-self:  flex-start;
	  align-content:  flex-start;
	  align-items:  flex-start;
  
	  margin-top: 15px;
  
	background: #3953A3;
	transition: all 1s;
  }
  
  .col2 button:hover {
	background: #EC2224;
	cursor: pointer;
  }
  
  .col2 select {
	display: block;
  }
  
  .col2 label {
	  font-size: 14px !important;
	  color: #333;
	  text-align: left;
	  width: 100%;
	  float: left;
	  margin-top: 5px;
  }

  .titleSedes {
	width: 100%;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
	text-align: left;
	font-size: 18px;
	color: #001C42;
	margin-bottom: 15px;
	padding-left: 3%;
  }