@charset "UTF-8";
    /* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-family: 'Signika', sans-serif;
}
body {
  width: 100%;
  height: 100%;
}
h1 {
  font-size: 250%;
  font-weight: 500;
}
section {
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
}
footer {
  width: 100%;
  clear: both;
  display: block;
  margin-top: 5%;
  background-color: #1F3662;
}
footer p {
  font-weight: 300 !important;
  font-size: 90%;
  line-height: 180%;
}
footer a {
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  padding: 1.5%;
  padding-left: 0;
  padding-right: 0;
}
footer a:hover {
  color: rgba(226, 226, 226, 0.91);
  text-decoration: underline;
  text-decoration-color: #DDDDDD;
  padding: 1.5%;
  padding-left: 0;
  padding-right: 0;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
}
label{
	clear: both;
	display: block;
	color:#FFFFFF;
	margin-bottom: 1.5%;
	margin-top: 1.5%;
}
input{
	clear: both;
	border: none;
	line-height: 160%;
	margin-left: 2%;
	min-height: 26px;
	min-width: 220px;
	font-size: 16px;
	color:#F26859;
	padding-left: 2%;
}
button{
	clear: both;
	display: block;
	border-radius: 0;
	margin-top: 4%;
	margin-bottom: 2%;
	font-size: 16px;
	padding: 1%;
	margin-left: 2%;
	width: 120px;
	background-color: #1F3662;
	border:solid 1px #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
}
button:hover{
	background-color: #FFFFFF;
	color:#1F3622;
	border:solid 1px #1F3622;
	cursor:pointer;	
}
/*COLORES*/
.azul {
  color: #1F3662;
}
.salmon {
  color: #F26859;
}
.blancoOff {
  color: #F5F5F5;
}
.gris {
  color: #4c4c4c;
}
.blanco {
  color: #FFFFFF;
}
.bgazul {
  background-color: #1F3662;
}
.bgsalmon {
  background-color: #F26859;
}
.bgblancoOff {
  background-color: #F5F5F5;
}
.bggris {
  background-color: #4c4c4c;
}
.bggrisclaro{
	background-color: #CACDD1;
}
.bgblanco {
  background-color: #FFFFFF;
}
.bgnegro{
	background-color: #000000;
}
/*DIMENSIONES*/
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.w1024 {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.w960 {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.w597 {
  width: 100%;
  max-width: 597px;
  margin: auto;
}
.w100 {
  width: calc(100%*1);
  box-sizing: border-box;
  float: left;
  display: block;
}
.w90 {
  width: calc(100%*0.9);
  box-sizing: border-box;
  float: left;
}
.w85 {
  width: calc(100%*0.85);
  box-sizing: border-box;
  float: left;
}
.w80 {
  width: calc(100%*0.8);
  box-sizing: border-box;
  float: left;
}
.w70 {
  width: calc(100%*0.7);
  box-sizing: border-box;
  float: left;
}
.w60 {
  width: calc(100%*0.6);
  box-sizing: border-box;
  float: left;
}
.w50 {
  width: calc(100%*0.5);
  box-sizing: border-box;
  float: left;
}
.w40 {
  width: calc(100%*0.4);
  box-sizing: border-box;
  float: left;
}
.w33 {
  width: calc(100%/3);
  box-sizing: border-box;
  float: left;
}
.w30 {
  width: calc(100%*0.3);
  box-sizing: border-box;
  float: left;
}
.w25 {
  width: calc(100%*0.25);
  box-sizing: border-box;
  float: left;
}
.w20 {
  width: calc(100%*0.2);
  box-sizing: border-box;
  float: left;
}
.w16 {
  width: calc(100%/6);
  box-sizing: border-box;
  float: left;
}
.w15 {
  width: calc(100%*0.15);
  box-sizing: border-box;
  float: left;
}
.w10 {
  width: calc(100%*0.1);
  box-sizing: border-box;
  float: left;
}
.h100 {
  height: auto;
  min-height: 100%;
}
.h75 {
  height: auto;
  min-height: 75%;
}
.h50 {
  height: auto;
  min-height: 50%;
}
.fw100 {
  font-weight: 100;
}
.p1 {
  padding: 1%;
}
.p2 {
  padding: 2%;
}
.p4 {
  padding: 4%;
}
.tp2 {
  padding-top: 2%;
}
.tp4 {
  padding-top: 4%;
}
.tCenter {
  text-align: center;
}
.tRight {
  text-align: right;
}
.tLeft {
  text-align: left;
}
.vSpace48 {
  clear: both;
  display: block;
  height: 48px;
}
.vSpace24 {
  clear: both;
  display: block;
  height: 24px;
}
.vSpace12 {
  clear: both;
  display: block;
  height: 12px;
}
.botContacto{
	position:absolute;
	top: 75%;
	left: 10%
	
}
.botContacto a{
	text-align: center;
	text-decoration: none;
	clear: both;
	display: block;
	border-radius: 0;
	margin-top: 4%;
	margin-bottom: 2%;
	font-size: 16px;
	padding: 4%;
	margin-left: 2%;
	width: 160px;
	background-color: #1F3662;
	border:solid 1px #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
}
.botContacto a:hover{
	background-color: #FFFFFF;
	color:#1F3622;
	border:solid 1px #1F3622;
	cursor:pointer;
	padding: 4%;
}

.catalog{
	text-align: center;
	width: 50%;	
	margin: auto;
}

.catalog a{
	text-align: center;
	text-decoration: none;
	clear: both;
	display: block;
	border-radius: 0;
	font-size: 16px;
	padding: 2%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6%;
	margin-bottom: 4%;
	width: 280px;
	background-color: transparent;
	border:solid 2px #1F3662;
	color:#1F3662;
	cursor:pointer;
}
.catalog a:hover{
	background-color:#1F3662;
	color:#FFFFFF;
	border:solid 1px #1F3662;
	cursor:pointer;
	padding: 2%;
}


/*STYLES*/
.logo img {
  max-width: 280px;
}
.menu {
  padding-top: 4%;
}
.menu a {
  color: #FBFBFB;
  font-weight: 500;
  text-decoration: none;
  padding: 1.5%;
}
.menu a:hover {
  color: #1F3662;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.5%;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
}
.content {
  background-image: url("../img/bg_lines.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 150px;
}
.caption p{
	text-align: right;
	font-size: 80%;
	position: relative;
	top:-10px;
}
.top a{
	text-decoration: none;
	color:#FFFFFF;
}
.top a:hover{
	text-decoration: underline!important;
}
/* Social */
.social {
  width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  display: inline-block;
  clear: both;
  text-align: center;
  margin-top: 4%;
  margin-bottom: 4%;
}
.ig, .fb, .li {
  float: left;
  width: calc(100%/3);
}
.ig a {
  background-image: url("../img/ig_w.svg");
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block;
}
.fb a {
  background-image: url("../img/fb_w.svg");
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block;
}
.li a {
  background-image: url("../img/in_w.svg");
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block;
}
.ig a:hover {
  background-image: url("../img/ig.svg");
  text-decoration: none !important;
  border-bottom: none;
}
.fb a:hover {
  background-image: url("../img/fb.svg");
  text-decoration: none !important;
  border-bottom: none;
}
.li a:hover {
  background-image: url("../img/in.svg");
  text-decoration: none !important;
  border-bottom: none;
}
/*WhatsApp*/
.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-whatsapp:before {
  content: "\f232";
}
.my-float {
  margin-top: 16px;
}
/*WhatsApp*/