@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
}
body {
  width: 100%;
  height: 100%;
  font-family: brandon-grotesque, sans-serif;
}
section {
  display: inline-block;
  width: 100%;
  height: auto;
}
header {
  font-family: brandon-grotesque, sans-serif;
  position: absolute;
  width: 100%;
  margin-top: 12px;
  z-index: 9;
}
p {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 2%;
  letter-spacing: 0.75px;
  font-size: 120%;
}
form p {
  font-family: brandon-grotesque, sans-serif;
  font-size: 70%;
  margin-bottom: 4%;
  margin-top: 2%;
}
input, select, textarea {
  font-family: brandon-grotesque, sans-serif;
  border: solid 1px #B8B8B8;
  padding: 1%;
  min-width: 280px;
  margin-bottom: 2%;
  color: #37B24A;
  font-size: 18px;
}
textarea {
  width: 200%;
}
button {
  font-family: brandon-grotesque, sans-serif;
  font-size: 85%;
  text-align: center;
  text-transform: uppercase;
  padding: 1%;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  display: block;
  background-color: transparent;
  border: solid 2px #003342;
  color: #003342;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 2%;
  bottom: 2%;
  transition: transform .15s ease-out;
}
button:hover {
  background-color: #003342;
  border: solid 2px #003342;
  color: #FFFFFF;
  transform: translate(0, -10px);
}
iframe{
	min-height: 486px;
	box-shadow: 2px 4px 10px 2px rgba(0,0,0,0.4);
}
footer {
  width: 96%;
  clear: both !important;
  float: left;
  text-align: left;
  font-size: 60%;
  margin-left: 2%;
  margin-bottom: 2%;
}
/*Layout*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{
  .My_Video
  {
    width: 320px;
    display: block;
    /*height: 240px;*/
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) 
{
  .My_Video
  {
    width: 550px;
    /*height: 320px;*/
  }
}


.w100 {
  width: 100%;
  float: left;
}
.w80 {
  width: 80%;
  float: left;
}
.w75 {
  width: 75%;
  float: left;
}
.w70 {
  width: 70%;
  float: left;
}
.w50 {
  width: 50%;
  float: left;
}
.w33 {
  width: 33%;
  float: left;
}
.w30 {
  width: 30%;
  float: left;
}
.w20 {
  width: 20%;
  float: left;
}
.w25 {
  width: 25%;
  float: left;
}
.mw1366 {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.mw1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.h100 {
  height: 100px;
}
.p2 {
  padding: 2%;
}
.p4 {
  padding: 4%;
}
.mB0 {
  margin-bottom: 0 !important;
}
.pB0 {
  padding-bottom: 0 !important;
}
.tLeft {
  text-align: left !important;
}
.tCenter {
  text-align: center !important;
}
.tRight {
  text-align: right !important;
}
.fRight {
  float: right;
}
.fLeft {
  float: left;
}
.aCaps {
  text-transform: uppercase !important;
}
.bRight {
  border-right: solid 1px #FFFFFF;
}
.clear {
  width: 100%;
  clear: both !important;
  height: 12px;
}
/*Layout*/
/*Colors*/
.navDBlue {
  color: #003342;
  color: rgba(0, 51, 66, 100);
}
.navDGreen {
  color: #009344;
  color: rgba(0, 147, 68, 1.0);
}
.navGreen {
  color: #37B24A;
  color: rgba(55, 178, 74, 1.0);
}
.navGray {
  color: #C6C6C6;
  color: rgba(198, 198, 198, 1.0);
}
/*Colors*/
/*LAYOUT*/
.logo {
  width: 28%;
  float: left;
  height: 60px;
}
.logo img {
  max-height: 80px;
}
.menu {
  width: 72%;
  float: right;
  height: 60px;
  font-size: 75%;
}
.mmenu, .smenu {
  display: inline-block;
  position: relative;
}
.mmenu {
  width: 70%;
  margin-right: 1%;
  float: right;
  top: 12px;
}
.smenu {
  width: 10%;
  float: right;
  top: 6px;
}
.mmenu a {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  padding: 2%;
  display: block;
  margin-left: 3%;
  margin-right: 3%;
  border: 1.5px solid transparent;
  transition: transform .15s ease-out;
}
.mmenu a:hover {
  border: 1.5px solid #37B24A;
  margin-left: 3%;
  margin-right: 3%;
  padding: 2%;
  display: block;
}
.smenu a {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  padding: 18%;
  display: block;
  margin-right: 15%;
  border: 1.5px solid transparent;
}
.smenu a:hover {
  border: 1.5px solid #37B24A;
  margin-right: 15%;
  padding: 18%;
  display: block;
}
.hamburger {
  position: absolute;
  z-index: 999999;
  top: 54px;
  left: 90%;
  display: block;
}
#open {
  display: none;
}
#close {
  display: none;
}
.open a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  background-image: url("../img/menu.svg");
  -webkit-transition: -webkit-transform .25s ease-in-out;
  -ms-transition: -ms-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 !important;
  cursor: pointer !important;
}
.open a:hover {
  transform: scale(1.125);
}
.close a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  background-image: url("../img/close.svg");
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -ms-transition: -ms-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 !important;
  cursor: pointer !important;
}
.close a:hover {
  transform: rotate(180deg);
}
.mobile {
  width: 100%;
  height: 100%;
  padding: 4%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 51, 66, 0.9) 0%, rgba(12, 25, 44, 0.9) 100%);
  z-index: 99;
  text-align: center;
  display: none;
}
.mobile a {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 6%;
  transition: transform .5s ease-out;
}
.mobile a:hover {
  transform: translate(10px, 0);
}
.mobile img {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  margin-bottom: 12%;
  margin-top: 12%;
}
.mobile hr {
  border: none;
  margin: 4%;
  border-bottom: dotted 1px #FFFFFF;
}
.mobile p {
  line-height: 300%;
  font-size: 125%;
}
.mmActive {
  border: 1.25px solid #FFFFFF !important;
}
.smActive {
  color: #FFFFFF !important;
}
.user a {
  background-image: url("../img/user.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  text-decoration: none;
  background-repeat: no-repeat;
  background-color: transparent !important;
  display: inline-block;
  float: left;
  border: none;
  padding: 0 !important;
  background-position: center;
  margin-left: 25%;
  margin-top: 4px;
  transition: transform .15s ease-out;
}
.user a:hover {
  background-image: url("../img/user_up.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  border: none !important;
  padding: 0 !important;
  background-position: center;
  margin-left: 25%;
  margin-top: 4px;
  transform: translate(10px, 0);
}
.user2 {
  position: relative;
}
.user2 a {
  background-image: url("../img/user.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  text-decoration: none;
  background-repeat: no-repeat;
  background-color: transparent !important;
  display: inline-block;
  float: right;
  border: none;
  padding: 0 !important;
  background-position: center;
  transition: transform .15s ease-out;
  margin-right: 25%;
}
.user2 a:hover {
  background-image: url("../img/user_up.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: cover;
  border: none !important;
  padding: 0 !important;
  background-position: center;
  transform: translate(10px, 0);
  margin-right: 25%;
}
.intro {
  background-image: url("../img/intro_bkg.jpg");
  background-size: cover;
  min-height: 834px;
  display: flex;
  position: relative;
}
.introText {
  width: 45%;
  position: absolute;
  top: 35%;
  left: 5%;
}
.introVideo{
	width:45%;
	position: absolute;
	top:30%;
	left:50%;	
}
.introText2 {
  width: 45%;
  margin-right: 5%;
  float: right;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(5%, -50%);
}
.introText2 p {
  color: #FFFFFF;
  font-weight: 300 !important;
	text-align: justify;
}
.introText h1 {
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 200%;
}
.croc {
  background-image: url("../img/croc.svg");
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  max-width: 325px;
  min-height: 75px;
  background-size: cover;
}
.crocBottom {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  float: right;
  top: -30px;
  position: relative;
}
.crocBottom img {
  max-width: 400px;
}
.linkedin {
  position: fixed;
  bottom: 10%;
  right: calc(0% + 0px);
}
.linkedin a {
  background-image: url("../img/linkedin_up.svg");
  width: 80px;
  height: 60px;
  line-height: 60px;
  background-size: cover;
  text-decoration: none;
  background-repeat: no-repeat;
  background-color: transparent !important;
  display: inline-block;
  float: left;
  border: none;
  padding: 0 !important;
  background-position: center;
  transition: transform .15s ease-out;
}
.linkedin a:hover {
  background-image: url("../img/linkedin.svg");
  padding: 0 !important;
  background-position: center;
}
.introBot {
  margin-top: 8%;
}
.introBot a {
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 0;
  margin-right: 3%;
  padding: 1.5%;
  border: solid 1px #FFFFFF;
  letter-spacing: 1.5px;
  font-size: 80%;
  font-weight: 500;
  transition: transform .15s ease-out;
  display: inline-block;
}
.introBot a:hover {
  transform: translate(0, -10px);
}
.servicios, .why, .profiles {
  background-color: #EBEBEB;
  color: #003342;
}
.contact {
  background-color: #C6C6C6;
  color: #003342;
}
.servicios h2, .contact h2, .numbers h2, .why h2, .profiles h2 {
  text-align: center;
  margin-bottom: 4%;
  font-size: 195%;
  font-weight: 500;
  letter-spacing: 2px;
}
.servicios h3, .why h3, .profiles h3 {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 4%;
}
.profiles h3 {
  margin-bottom: 0;
}
.servicios p, .why p, .profiles p {
  font-weight: 400;
  text-align: justify;
}
.servicio {
  display: block;
  height: 360px;
}
.servicio img {
  max-height: 100px;
  margin-bottom: 4%;
}
.causes {
  position: relative;
  display: inline-block;
  min-height: 600px;
}
.cause {
  display: inline-block;
  position: relative;
  height: 100%;
  min-height: 620px;
}
.cause h3 {
  color: #FFFFFF;
  text-align: center;
  position: relative;
  top: 160px;
  transform: translate(0, 50%);
  text-transform: uppercase;
}
.causes p {
  margin-top: 6%;
}
.c01 img, .c02 img, .c03 img, .c04 img, .c05 img, .c06 img {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -232.5%);
  max-height: 100px;
  padding: 1%;
}
.c01 {
  background-image: url("../img/bkg_unica_solucion.jpg");
  background-size: cover;
  height: 280px;
}
.c02 {
  background-image: url("../img/bkg_personalizacion.jpg");
  background-size: cover;
  height: 280px;
}
.c03 {
  background-image: url("../img/bkg_multiusuario.jpg");
  background-size: cover;
  height: 280px;
}
.c04 {
  background-image: url("../img/bkg_experiencia.jpg");
  background-size: cover;
  height: 280px;
}
.c05 {
  background-image: url("../img/bkg_multiprivilegios.jpg");
  background-size: cover;
  height: 280px;
}
.c06 {
  background-image: url("../img/bkg_ciberseguridad.jpg");
  background-size: cover;
  height: 280px;
}
.numbers {
  background-image: url("../img/numbers_bkg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.numbers h2 {
  color: #FFFFFF;
  margin-bottom: 1% !important;
}
.numbers h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 200%;
  font-weight: 500;
  margin-bottom: 2%;
  line-height: 100%;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
.numbers h4 {
  color: #FFFFFF;
  text-align: center;
  font-size: 175%;
  font-weight: 500;
  margin-bottom: 2%;
  line-height: 100%;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
.numbers p {
  color: #FFFFFF;
  text-align: center;
}
.contact a {
  color: #003342;
  font-weight: 600;
  text-decoration: none;
  padding: 0.25%;
  border: 1px solid transparent;
}
.contact a:hover {
  border: 1px solid #009344;
  color: #009344;
  padding: 0.25%;
}
.bottom {
  background: rgb(0, 51, 66);
  background: linear-gradient(180deg, rgba(0, 51, 66, 1) 0%, rgba(12, 25, 44, 1) 100%);
  color: #FFFFFF;
}
.bottom a {
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 2%;
  display: inline-block;
  border: 1.5px solid transparent;
  transition: transform .15s ease-out;
  font-size: 90%;
}
.bottom a:hover {
  border: solid 1.5px #FFFFFF;
}
.bottom img {
  max-width: 280px !important;
}