@charset "UTF-8";
/* PRIDE CSS Document */
/* 1. BASIC HTML STYLE TAGS */
/* 2. PRIDE CSS Layout */
/* 2.1. TOP BAR */
/* 2.2. Menú Movil */
/* 2.3. Top Menu */
/* 3. PRIDE FP Banner*/
/* 4. PRIDE Clientes */
/* 5. PRIDE FP Botones*/
/* 6. Footer*/
/* 7. Backgrounds */
/* ------- 1. BASIC HTML STYLE TAGS ------- */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 15px;
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300 !important;
  letter-spacing: -0.5px;
}
strong a:hover {
  color: rgba(71, 128, 193, 1.0);
  font-weight: 600;
}
footer {
  clear: both !important;
  text-align: center;
  color: #666666 !important;
}
footer a {
  color: rgba(112, 112, 112, 1.0) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 90%;
}
footer a:hover {
  color: rgba(71, 128, 193, 1.0) !important;
  text-decoration: none;
  font-weight: 700;
}
img {
  width: 100%;
  height: 100% !important;
  box-sizing: border-box;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.clear {
  clear: both !important;
  height: 2px;
}
/* ------- 2. PRIDE CSS Layout ------- */
.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*position: absolute !important;*/
  overflow: scroll !important;
}
/* ------- 2.1. TOP BAR ------- */
.top {
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}
.topLogo {
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  width: 16%;
}
.topLogo img {
  max-height: 60px;
  text-align: left !important;
  margin-left: 0 !important;
}
/* ------- 2.2. Menu Mobile ------- */
.menuMovil {
  font-family: 'Poppins', sans-serif;
  position: fixed;
  width: 100%;
  padding: 0;
  background-color: rgba(71, 128, 193, 0.96);
  display: none;
  top: 0;
  left: 0;
  height: 100% !important;
  z-index: 9999999;
}
.menuM {
  display: none;
}
.menuM a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/menu.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 !important;
  cursor: pointer;
  margin-right: 4px !important;
}
.menuM a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/menu_up.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0;
  background-color: transparent !important;
  padding: 0 !important;
}
.menuMovil a {
  color: rgba(255, 255, 255, 1.0);
  font-size: 200%;
  font-weight: 300;
  text-decoration: none;
  min-width: 390px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  width: 100%;
}
.menuMovil a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(38, 45, 92, 1.0);
  width: 30px;
}
.close, .closeC {
  position: absolute;
  top: 8px;
  right: 12px;
  text-align: right;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.close a, .closeC a {
  min-width: 30px !important;
  height: 30px !important;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/close.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 !important;
  cursor: pointer;
  margin-right: 4px !important;
}
.close a:hover, .closeC a:hover {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/close_up.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0;
  background-color: transparent !important;
  padding: 0 !important;
}
.mmenu1, .mmenu2, .mmenu3, .mmenu4, .mmenu5, .mmenu6 {
  position: relative;
  margin-top: 2%;
  padding-top: 4%;
  background-color: rgba(38, 45, 92, 1.0);
  font-size: 100% !important;
  width: 100%;
  left: 0%;
  display: none;
  top: -9px;
}
.mmenu3, .mmenu4, .mmenu5, .mmenu6 {
  background-color: rgba(249, 249, 249, 1.0);
  font-size: 75% !important;
  display: none;
  max-width: 446px;
  margin-left: auto !important;
  margin-right: auto !important;
  top: -4px;
}
.mmenu3 ul, .mmenu4 ul, .mmenu5 ul, .mmenu6 ul {
  margin-left: 7% !important;
  width: 93% !important
}
.mmenu1 a, .mmenu2 a {
  display: block;
  width: 390px !important;
  margin-left: 5%;
}
.mmenu3 a, .mmenu4 a, .mmenu5 a, .mmenu6 a {
  color: rgba(0, 0, 0, 1.0);
  display: block;
}
.mmenu3 a:hover, .mmenu4 a:hover, .mmenu5 a:hover, .mmenu6 a:hover {
  color: rgba(255, 255, 255, 1.0) !important;
  background-color: rgba(38, 45, 92, 1.0) !important;
}
.mmenu1 a:hover, .mmenu2 a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(38, 45, 92, 1.0);
  font-weight: 700;
}
#mm a {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 414px !important;
}
#mm a:hover {
  margin: 0 !important;
  background-color: rgba(38, 45, 92, 0.0) !important;
  padding: 0 !important;
  width: 100% !important;
  min-width: 414px !important;
}
/* ------- 2.3. Top Menu ------- */
.topMenu {
  font-family: 'Poppins', sans-serif;
  float: right;
  margin-right: 2%;
  text-align: right;
  width: 78%;
  font-size: 115%;
}
.topMenu strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 1.0);
}
.topMenu ul {
  display: inline-block;
  width: 100%;
  top: 42px;
  position: relative;
}
.topMenu li {
  float: left;
  width: calc(100%/6);
  list-style: none;
  text-align: center; /*border-right: 1px solid rgba(78,128,193,1.0);*/
}
.topMenu li:last-child {
  border-bottom: none;
}
.topMenu a {
  color: rgba(51, 51, 51, 1.0);
  font-weight: 300;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
  display: block;
  padding-top: 2%;
  padding-bottom: 2%;
}
.topMenu a:hover {
  color: rgba(51, 51, 51, 1.0);
  background-color: rgba(51, 51, 51, 0.125);
}
.menu1, .menu2, .menu4 {
  font-family: 'Poppins', sans-serif;
  float: left;
  text-align: left;
  font-size: 80%;
  position: relative;
  left: 0px !important;
  background-color: rgba(250, 250, 250, 0.96);
  top: 12px;
  display: none;
}
.menu1 li:hover, .menu2 li:hover {
  background-color: rgba(230, 230, 230, 0.75);
}
.menu2 {
  width: 500%;
  left: -150% !important;
}
.menu4 {
  width: 100%;
  left: 0;
}
.menu2 h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 110%;
  color: rgba(30, 30, 30, 1.00);
  text-align: center;
  font-weight: 700;
  margin-bottom: 8%;
  line-height: 120%;
  margin-top: 5%;
}
.menu1 ul {
  display: block;
  top: 2px;
  width: 99%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-top: 6%;
}
.menu2 ul {
  float: left !important;
  display: block;
  top: 2px;
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.menu4 ul {
  float: left !important;
  display: block;
  top: 2px;
  width: 99%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.menu1 li, .menu2 li, .menu4 li {
  float: left;
  width: 95%;
  list-style: none;
  text-align: left;
  border-right: none !important;
  display: block;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 2%;
  border-bottom: solid 1px rgba(200, 200, 200, 0.5);
}
.menu1 a, .menu2 a, .menu4 a {
  display: block !important;
  background-color: transparent !important;
}
.menu1 a:hover, .menu2 a:hover, .menu4 a:hover {
  color: rgba(71, 128, 193, 1.0);
  font-weight: 500;
}
/* ------- 3.0. PRIDE FP Banner ------- */
.banner {
  clear: both !important;
  z-index: 0;
  height: 600px !important;
  padding-top: 130px;
  width: 100% !important;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6%;
  position: relative;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}
.banner2 {
  clear: both !important;
  z-index: 0;
  height: 600px !important;
  padding-top: 130px;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.banner3 {
  clear: both !important;
  z-index: 0;
  height: 600px !important;
  padding-top: 130px;
  width: 100% !important;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bannerFront {
  clear: both !important;
  z-index: 0;
  height: 600px !important;
  padding-top: 130px;
  width: 100% !important;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6%;
  position: relative;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}
/*.bannerText {
	background-color: rgba(255,255,255,0.5);
	min-height: 90px;
	width: 96%;
	float: right;
	position: relative;
	top: 25%;
	padding: 2%;
	line-height: 100%;
}*/
.videoloop {
  position: absolute;
  height: 100%;
  min-height: 600px;
}
.bannerText {
  /*background-color: rgba(0, 0, 0, 0.3);*/
  min-height: 60px;
  float: left;
  position: relative;
  top: 60%;
  padding: 1%;
  line-height: 100%;
  padding-left: 4%
}
.bannerText h1 {
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(250, 250, 250, 1);
  font-size: 450%;
  line-height: 100%;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 3, 0.25);
  margin-left: 0px;
  margin-bottom: 1%;
}
.bannerText h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(250, 250, 250, 0.9);
  font-size: 230%;
  line-height: 100%;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 3, 0.25);
  margin-left: 0px;
  margin-bottom: 0.5%;
}
.bannerText h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 190%;
  line-height: 100%;
  font-weight: 400;
  color: rgba(249, 182, 60, 1.0);
  text-shadow: 1px 1px 1px rgba(0, 0, 3, 0.25);
  margin-bottom: 1%;
}
.bannerText h4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 175%;
  margin-bottom: 1%;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 3, 0.25);
}
.bannerText a {
  color: rgba(249, 182, 60, 1.0);
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 125%;
  margin-bottom: 1%;
  text-shadow: 1px 1px 1px rgba(0, 0, 3, 0.25);
  text-align: right !important;
}
.bannerText a:hover {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(249, 182, 60, 1.0);
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.bannerText img {
  max-height: 120px;
  width: 75% !important;
  display: inline-block !important;
  margin-right: 80%;
}
/* ------- 4.0. PRIDE Clientes ------- */
.middle {
  clear: both;
  width: 100%;
  margin-bottom: 6% !important;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}
.clientes {
  float: left;
  padding: 1%;
  margin-right: 2%;
  width: 57%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 220%;
}
.clientes2 {
  float: left;
  padding: 1%;
  margin-right: 2%;
  width: 33%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 220%;
}
.clfw {
  width: 97%;
  margin-right: 0 !important;
  margin-left: 2%;
  position: relative;
  bottom: 0%;
  padding-top: 10%;
  height: 38%;
}
.w50 {
  width: 57%;
  margin-bottom: 10%;
  height: 38%;
}
.w68 {
  width: 66%;
  margin-right: 2%;
}
.w33 {
  width: 33%;
  margin-left: 0.133%;
  margin-right: 0.133%;
}
.w25 {
  width: 22%;
  margin-left: 0.125%;
  margin-right: 0.125%;
  margin-bottom: 0.125%;
}
.clientes ul, .clientes2 ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.clientes ul li, .clientes2 ul li {
  display: block;
  flex-grow: 1;
  text-align: left;
  align-self: stretch;
}
.clientes li, .clientes2 li {
  color: rgba(220, 220, 220, 1.0) !important;
  list-style: none;
  float: left;
  line-height: 90%;
}
.wC1 {
  font-weight: 700;
}
.wC2 {
  font-weight: 400;
}
.wC3 {
  font-weight: 300;
}
/* ------- 5.0. Botones -------*/
.botones {
  width: 37%;
  float: right;
  padding: 0;
  padding-top: 1%;
  box-sizing: border-box !important;
}
.botones a {
  color: rgba(255, 255, 255, 1.0) !important;
  display: block;
  text-decoration: none;
  padding-left: 3%;
}
.botones a:hover {
  background-color: rgba(38, 45, 92, 1.0);
  padding-left: 3%;
}
.botones ul {
  display: block;
}
.botones li {
  color: rgba(255, 255, 255, 1.0);
  list-style: none;
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 1.5%;
  background-color: rgba(220, 220, 220, 1.0);
  width: 100% !important;
}
.b1 {
  background-color: rgba(249, 182, 60, 1.0) !important;
}
.b2 {
  background-color: rgba(98, 98, 98, 1.0) !important;
}
.b3 {
  background-color: rgba(71, 128, 193, 1.0) !important;
}
.b4 {
  background-color: rgba(220, 220, 220, 1.0) !important;
}
/* ------- 6.0. Footer ------- */
.bottom {
  clear: both;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 2% !important;
  padding-top: 1.2%;
  border-top: solid 1px rgba(230, 230, 230, 1.0);
}
.social {
  float: right;
  position: relative;
  width: 20%;
  text-align: right !important;
  right: 0;
  max-width: 140px;
}
.social p {
  float: left;
  margin-top: 4px;
}
.fb, .in {
  float: left;
  margin-left: 1%;
}
.fb a {
  width: 22px;
  height: 22px;
  line-height: 21px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/facebook.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 !important;
  cursor: pointer;
}
.fb a:hover {
  width: 22px;
  height: 22px;
  line-height: 21px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/facebook_hover.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 !important;
  cursor: pointer;
  background-color: transparent;
}
.in a {
  width: 22px;
  height: 22px;
  line-height: 21px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/linkedin.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 !important;
  cursor: pointer;
  background-color: transparent;
}
.in a:hover {
  width: 22px;
  height: 22px;
  line-height: 21px;
  display: inline-block;
  text-decoration: none;
  background-image: url(../images/linkedin_hover.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 !important;
  cursor: pointer;
}
/* ------- 7.0. Backgrounds ------- */
.bg01, .bg02 {
  background-image: url(../images/bg_nosotros.svg);
  background-size: 500px !important;
  background-position-y: 0px;
  background-position-x: 0px;
  background-repeat: no-repeat;
  height: 100% !important;
}
.bg02 {
  background-image: url(../images/bg_carlos_baquero.svg)
}
/* ------- 8.0. Content Layout------- */
.content {
  width: 90% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 130px;
  margin-bottom: 2%;
  max-width: 1280px;
}
.content h2, .content2 h2 {
  font-size: 180%;
  margin-top: 2%;
}
.content2 {
  width: 90% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 24px;
  margin-bottom: 2%;
  max-width: 1280px;
}
.content p, .content2 p {
  line-height: 150%;
  margin-bottom: 2%;
  text-align: justify;
  padding: 2%;
}
.flex-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100% !important;
  clear: both;
}
.flex-grid2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100% !important;
}
.flex-grid-variable {
  display: flex;
  justify-content: space-between;
}
.flex-grid-variable col {
  width: 40%;
}
.col {
  flex: 1;
  box-sizing: border-box !important;
}
.col a {
  /*display: block;*/
}
.col p {
  line-height: 150%;
  margin-bottom: 1%;
  padding: 2%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: left;
}
.col h1 {
  color: rgba(255, 255, 255, 1.0) !important;
  margin: 2%;
  padding: 2%;
  font-size: 400%;
  font-weight: 400;
  line-height: 85%;
  word-wrap: normal;
}
.blue {
  background-color: rgba(71, 128, 193, 1.0);
  padding: 0 !important;
  margin: 0 !important;
}
#fb2 {
  opacity: 0.0;
}
#pma1 {
  display: none;
}
.prodCol {
  flex: 1;
  background-color: rgba(230, 230, 230, 0.5);
  margin-left: 0.5%;
}
.prodCol h1 {
  color: rgba(112, 112, 112, 1.0);
  font-size: 135%;
  text-align: center;
  font-weight: 400;
  padding-bottom: 6%;
  padding-top: 6%;
}
.prodCol h2 {
  color: rgba(112, 112, 112, 1.0);
  font-size: 115%;
  text-align: left;
  font-weight: 700;
  width: 94%;
  padding-bottom: 2%;
  margin-left: 0;
  padding-left: 6%;
  border-top: 2px dotted white;
  padding-top: 4%;
}
.prodCol p {
  color: rgba(112, 112, 112, 1.0);
  font-size: 90%;
  text-align: left;
  font-weight: 400;
  width: 100%;
  padding-bottom: 2%;
  margin-left: 6%;
  padding-left: 2%;
  padding-top: 10%;
}
.prodCol img {
  margin: 0;
  padding: 0 !important;
  max-width: 80px;
  display: block;
  vertical-align: middle !important;
  position: relative;
  top: -12%;
}
.prodCol a {
  color: rgba(112, 112, 112, 1.0) !important;
  text-decoration: none;
}
.prodCol a:hover {
  color: rgba(71, 128, 193, 1.0) !important;
  text-decoration: none;
  font-weight: 700;
}
.prodCol strong {
  color: rgba(112, 112, 112, 1.0) !important;
}
.colA {
  width: 38%;
  float: left;
  margin-right: 2%;
}
.colC, .colD {
  width: 46%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  padding: 1%;
  height: 100%;
  min-height: 960px;
}
.colD h1, .colD h2 {
  color: rgba(255, 255, 255, 1.0);
  font-weight: 400;
}
.colC h1, .colD h1 {
  padding-top: 2%;
}
.colC h1 {
  font-weight: 400
}
.colD h1, h2 {
  margin-left: 4%;
}
.colD p {
  color: rgba(255, 255, 255, 1.0);
  line-height: 90%;
  margin-bottom: 0.25% !important;
  margin-left: 4%;
}
.colD a {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
  font-weight: 700;
  display: block;
  line-height: 100%;
  padding: 4px;
}
.colD a:hover {
  background-color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
  font-weight: 700;
  color: rgba(71, 128, 193, 1.0);
  line-height: 100%;
  padding: 4px;
}
.colA h1 {
  color: rgba(71, 128, 193, 1.0);
  font-size: 300%;
  line-height: 120%;
  padding-left: 2%;
  border-left: solid 3px rgba(38, 45, 92, 1.0);
}
.colA h2 {
  color: rgba(150, 150, 150, 1.0);
  font-style: italic;
  font-weight: 400;
  padding-left: 2%;
  border-left: solid 3px rgba(38, 45, 92, 1.0);
  margin-bottom: 2%;
  font-size: 110%;
  line-height: 150%;
  margin-left: 0;
}
.colA h3 {
  color: rgba(71, 128, 193, 1.0);
  padding-left: 2%;
  margin-bottom: 2%;
}
.colA p {
  line-height: 150%;
  margin-bottom: 2%;
  text-align: justify;
  padding: 2%;
}
.colB {
  width: 60%;
  float: left;
}
.colPic {
  margin-bottom: 0.25%;
}
.colTitle, .colTitle2 {
  background-color: rgba(230, 230, 230, 1.0) !important;
  padding: 1%;
}
.colTitle2 {
  background-color: rgba(255, 255, 255, 0.0) !important;
}
.colTitle p {
  min-height: 86px;
}
.colTitle h1 {
  display: block;
  font-size: 130%;
  text-align: center;
  font-weight: 700;
  color: rgba(90, 90, 90, 1.0) !important;
  padding-top: 4%;
  clear: both;
}
.colTitle a, .colTitle2 a {
  display: block !important;
  color: rgba(90, 90, 90, 1.0);
  text-decoration: none;
  font-size: 130%;
  text-align: center;
  font-weight: 700;
  padding: 4%;
}
.colTitle2 a {
  font-size: 160%;
  padding: 1%;
}
.colTitle2 h3 {
  text-align: center !important;
}
.colTitle a:hover, .colTitle2 a:hover {
  display: block !important;
  background-color: rgba(90, 90, 90, 1.0);
  text-decoration: none;
  color: rgba(255, 255, 255, 1.0);
}
.pOffice {
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.map {
  margin-top: 4%;
}
.mailchimp {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background-color: rgba(249, 182, 60, 1.0);
  color: rgba(255, 255, 255, 1.0) !important;
  display: none;
}
.chimp {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}
.chimp p {
  padding-top: 1%;
}
.chimp input {
  height: 30px;
  width: 48%;
  float: left;
  margin-left: 1% !important;
  margin-right: 1% !important;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-image: url(../images/nletter.svg);
  background-size: 20px !important;
  background-repeat: no-repeat;
  background-position-x: 96% !important;
  background-position-y: 50% !important;
  font-size: 90%;
  border: none !important;
  padding-left: 2% !important;
}
.chimp label {
  color: rgba(255, 255, 255, 1.0);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0px;
  float: left;
  line-height: 30px !important;
  width: 48%;
}
.chimp input.button {
  width: 30%;
  margin-left: 35% !important;
  margin-top: 10%;
  height: 30px;
  background-repeat: no-repeat;
  background-color: rgba(71, 128, 193, 1.0) !important;
  border: none;
  cursor: pointer;
  color: #FFFFFF !important;
  font-weight: 900;
  background-image: none !important;
}
.chimp input.button:hover {
  background-color: #000000 !important;
}
.chimp input:focus {
  border: solid 2px rgba(205, 174, 64, 1) !important;
}
.chimp input[type="radio"] {
  clear: both !important;
  -webkit-appearance: radio !important;
  box-sizing: border-box;
  width: 30px;
  float: left;
}
.chimp a {
  color: black;
  padding: 2px;
  text-decoration: none;
  font-weight: 600;
}
.chimp a:hover {
  color: white;
  padding: 2px;
}
.gray {
  background-color: rgba(230, 230, 230, 1.0);
}
.greenHr {
  clear: both;
  width: 100%;
  background-color: rgba(152, 193, 29, 1.0);
  height: 1%;
  margin-top: 2%;
  margin-bottom: 2%;
}
#logoBrand {
  max-width: 220px !important;
}
.green {
  background-color: rgba(152, 193, 29, 1.0);
}
.clip-circle {
  border-radius: 50%;
}
img.clip-circle {
  width: 85%;
  margin-left: 7.5%;
  margin-right: 7.5%;
}
.wedge {
  margin-bottom: 6%;
}
.reltop {
  position: relative;
  top: 0;
  left: 0;
}
h1.bleu {
  color: rgba(71, 128, 193, 1.0) !important;
}
.pdfImg {
  width: 70px !important;
  height: 70px !important;
  display: block;
}
.vector {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
.logo {
  width: 220px !important;
  margin-top: 2% !important;
  margin-bottom: 4% !important;
  margin-left: 4%;
  display: block !important;
}
/* CLIENT BUTTONS */
#cl01, #cl02, #cl03, #cl04, #cl05, #cl06, #cl07, #cl08, #cl09, #cl10, #cl11, #cl12, #cl13, #cl14, #cl15, #cl16, #cl17, #cl18, #cl19, #cl20, #cl21, #cl22, #cl23, #cl24, #news {
  cursor: pointer;
}
#client02, #client03, #client04, #client05, #client06, #client07, #client08, #client09, #client10, #client11, #client12, #client13, #client14, #client15, #client16, #client17, #client18, #client19, #client20, #client21, #client22, #client23, #client24 {
  display: none;
}
/* FLEX GROW RATIOS */
.fg0_333 {
  flex-grow: 0.333;
}
.fg0_6667 {
  flex-grow: 0.666;
}
.fg0_6668 {
  flex-grow: 0.6668;
}
.fg0_75 {
  flex-grow: 0.75;
}
.fg0_8 {
  flex-grow: 0.802;
}
.fg0_815 {
  flex-grow: 0.815;
}
.fg1 {
  flex-grow: 1;
}
.fg1_34 {
  flex-grow: 1.34;
}
.fg1_49 {
  flex-grow: 1.49;
}
.fg1_63 {
  flex-grow: 1.63;
}
.fg1_75 {
  flex-grow: 1.75;
}
.fg1_8 {
  flex-grow: 1.8;
}
.fg2 {
  flex-grow: 2;
}
.fg2_5 {
  flex-grow: 2.5;
}
.fg2_38 {
  flex-grow: 2.38;
}
.fg3 {
  flex-grow: 3;
}
.fg3_5 {
  flex-grow: 3.5;
}
.fg3_6 {
  flex-grow: 3.6;
}
.fp h2 {
  color: #ffffff !important;
  position: relative;
  top: -20%;
  font-size: 200%;
  text-align: right !important;
  margin-right: 4%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.partners {
  margin-bottom: 2%;
  padding-top: 130px;
  display: none;
}
.partners img {
  max-width: calc(84%/7);
  margin: 1% !important;
}
.tech img {
  max-width: calc(86%/3);
  margin: 1% !important;
}
.tech {
  padding-top: 2%;
  padding-bottom: 2%;
}
.tech h1 {
  font-size: 400%
}
.tech p {
  margin-bottom: .75% !important;
  padding-bottom: 0;
  font-size: 120%;
}
.tech p, .tech h1, .tech h2 {
  margin-left: 2% !important;
  padding-left: 0 !important;
}
.tech hr {
  border: none;
  margin: 0;
  border-bottom: 2px dotted rgba(249, 182, 60, 1.0);
  width: 60%;
  margin-bottom: 0;
  margin-top: 2%;
}
.tw50 {
  box-sizing: border-box;
  width: calc(100%/2);
  float: left;
  display: inline-block
}
.tw50 p {
  width: 95%;
  margin-right: 5%;
}
.tw50 img {
  width: 100% !important;
  max-width: initial;
}
.tw33 {
  box-sizing: border-box;
  width: calc(100%/3);
  float: left;
  display: inline-block
}
.tw33 img {
  width: 100% !important;
  max-width: initial;
}
.tw33 p {
  width: 95%;
  margin-right: 5%;
}
.tw33 a {
  padding-left: 2%;
  padding-right: 2%;
  font-weight: 500;
  color: #666666;
  text-decoration: none;
  line-height: 120%;
  margin-bottom: 2% !important;
}
.tw33 a:hover {
  background-color: rgba(249, 182, 60, 1.0);
  border-radius: 4px;
  color: #FFFFFF;
  line-height: 120%;
  margin-bottom: 2% !important;
}
.plogo {
  clear: both;
  width: 100%;
  display: block;
}
#ergotron hr, #logitech hr, #mersive hr, #consolas hr {
  border: none;
  margin: 0;
  border-bottom: 2px dotted rgba(71, 128, 193, 1.0);
  width: 60%;
  margin-left: 40%;
  margin-bottom: 2%;
  margin-top: 2%;
}
.gris {
  color: #999999;
}
.crumbs {
  text-align: center;
  clear: both;
}
.crumbs a {
  padding-left: 2%;
  padding-right: 2%;
  font-weight: 500;
  color: #666666;
  text-decoration: none;
  line-height: 120%;
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;
}
.crumbs a:hover {
  background-color: rgba(249, 182, 60, 1.0);
  border-radius: 4px;
  color: #FFFFFF;
  line-height: 120%;
  display: inline-block;
  font-size: 120%;
}
.up p {
  text-align: right !important;
}
.up img {
  max-width: 30px !important;
}
#nob1 a:hover, #nob2 a:hover, #nob3 a:hover, #nob4 a:hover {
  background-color: transparent !important;
}
.ergotron {
  background-color: #1F3662;
  display: block;
  height: 50px;
  text-align: right;
  box-sizing: content-box;
}
.ergContent {
  width: 19%;
  margin-left: 81%;
  display: block;
  box-sizing: content-box;
}
.ergotron p {
  color: #FFFFFF;
  font-size: 80%;
  font-weight: 600;
  position: relative;
  top: 18px;
  float: left;
  display: block;
  margin-right: 4%;
}
.ergotron img {
  float: left;
  max-width: 120px;
  position: relative;
  top: 12px;
}
/*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*/