@font-face {
  font-family: 'Futura Medium';
  src: url('../fonts/FUTURA-MEDIUM.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Bold';
  src: url('../fonts/FUTURA-BOLD-BT.TTF');
  font-weight: normal;
  font-style: normal;
}
html{
  font-family:  'Futura Medium', "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
html,body{
  overflow-x: hidden;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Futura Medium', "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
strong,b,.bold{
  font-family: 'Futura Bold', "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
/*NOTIFICATIONS*/
.uk-notification-message-danger {
  color: #de052e;
  background: #000;
  border: 2px solid #e60808;
}
.uk-notification-message-success {
  color: #0ed604;
  background: #000;
  border: 2px solid #02b107;
}
/*NAVBAR*/
#offcanvas-nav .uk-nav-default{
  font-size: 0.875rem;
  text-transform: uppercase;
}
#offcanvas-nav .uk-nav-default a{
  color: #fff;
}
#navbar{
  text-transform: uppercase;
}
#navbar .uk-logo .logo{
  width: 179px;
}
#navbar .uk-navbar, #offcanvas-nav .uk-offcanvas-bar{
  background: #010101;
}
.uk-navbar-nav>li>a{
  color: #fff;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
  font-family:  'Futura Medium', "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 2px;
  color: #fff;
  height: 92px;
  padding: 0 10px;
}
.uk-navbar-item, .uk-navbar-nav>li>a:hover{
  color: #f8b819;
}
#navbar form{
  margin-left: 4.5rem;
  margin-right: 2rem;
}
#navbar form .uk-input, #offcanvas-nav form .uk-input{
  border: 0;
  border-bottom: 1px solid #f8b819;
  background: transparent;
  height: 30px;
  padding-left: 25px;
  color: #f8b819;
}
#navbar form .icon-search, #offcanvas-nav form .icon-search{
  width: 16px;
  position: absolute;
  margin-top: 8px;
}
#navbar .lang a, #offcanvas-nav .lang a{
  color: #fff;
}
#navbar .lang a.active, #offcanvas-nav .lang a.active{
  color: #f8b819;
}
#navbar .lang a:first-child, #offcanvas-nav .lang a:first-child{
  padding-right: 15px;
  border-right: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
#navbar .lang, #offcanvas-nav .lang{
  padding-left: 2rem;
  padding-right: 2rem;
  background: #1a1a1a;
}
#navbar .lang a:last-child, #offcanvas-nav .lang a:last-child{
  padding-left: 14px;
}
#slides{
  position: relative;
}
#slides .description{
  position: absolute;
  z-index: 9;
  top: 30%;
  padding: 2rem 3rem;
  color: #fff;
}
#slides .description h2{
  color: #fff;
  letter-spacing: 0.65rem;
  padding: 0.75rem 1rem;
  font-size: 1.75rem;
  border: 4px solid #fff;
  margin-bottom: 0.75rem;
}
#slides .description span{
  letter-spacing: 5px;
  float: right;
  margin-right: 2rem;
}
#slides .description img{
  width: 160px;
  position: absolute;
  right: 0;
  margin-right: 40px;
  margin-top: 25px;
}
#slides #degradee{
  width: 100%;
  height: 45%;
  z-index: 1;
  position: absolute;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.885));
  z-index: 1;
  bottom: 0;
}
#slides #semitransparent{
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
  position: absolute;
  bottom: 0;
}
#slides .uk-dotnav{
  bottom: 30px;
  position: absolute;
  width: 100%;
  z-index: 9;
  margin-left: -6px;
}
/*QUIENES SOMOS*/
section#quienes-somos{
  text-align: center;
  padding: 6.5rem 1.5rem 12.5rem;
  background: #010101;
}
#quienes-somos img.logo{
  max-width: 100%;
  width: 480px;
}
#quienes-somos p{
  letter-spacing: 1.1rem;
  color: #fff;
}
#quienes-somos .stripes{
  max-width: 100%;
  width: 760px;
}
#quienes-somos .bar{
  width: 860px;
  margin-top: -40px;
  height: 4px;
  background: #f8b819;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  max-width: 90%;
}
/*PORQUE GRUPO NEXXIS*/
section#porque-grupo-nexxis{
  background: #fff;
  padding-bottom: 3rem;
  font-size: 1.3rem;
}
#porque-grupo-nexxis .title{
  display: inline-block;
  background: #f8b819;
  color: #fff;
  letter-spacing: 1rem;
  padding: 3rem 8rem;
  margin-top: -4rem;
  margin-bottom: 7rem;
}
#porque-grupo-nexxis .image-1{
  padding-right: 1.5rem;
  max-height: 330px;
}
#porque-grupo-nexxis .p-title{
  letter-spacing: 4px;
}
#porque-grupo-nexxis .content-1{
  padding : 4.5rem 2rem 4rem 1.5rem; 
}
#porque-grupo-nexxis .image-2{
  padding-left: 2rem;
}
#porque-grupo-nexxis .content-2{
  text-align: right;
  padding : 4.5rem 2rem 4rem 1.5rem; 
}
hr.gray{
  height: 5px;
  background: #eee;
  border: 0;
  margin: 5rem 0;
}
/*CONSOLIDACION*/
section#consolidacion{
  text-align: center;
  padding: 6.5rem 1.5rem 12.5rem;
  background: #010101;
}
#consolidacion p.uk-h2{
  letter-spacing: 1.1rem;
  color: #fff;
}
#consolidacion .stripes{
  max-width: 100%;
  width: 760px;
}
#consolidacion .bar{
  width: 860px;
  margin-top: -40px;
  height: 4px;
  background: #f8b819;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  max-width: 90%;
}
#consolidacion .card{
  margin: 4rem 1rem 1rem;
  border: 3px solid #fff;
  padding: 2.5rem 1rem;
  color: #fff;
  border-bottom: 2rem solid #fff;
}
#consolidacion .card img{
  width: 7rem;
}
#consolidacion .number{
  font-size: 3.6rem;
  color: #f8b819;
  margin: 0 0 0.5rem;
  letter-spacing: 5px;
}
#consolidacion .card .title{
  font-size: 1.25rem;
  letter-spacing: 0.7rem;
  margin-top: 0;
  margin-bottom: 0;
}
#consolidacion .card p.description{
  font-size: 1.25rem;
  padding: 1rem;
  margin-top: 0.5rem;
}
/*RAMOS*/
section#ramos{
  text-align: center;
  padding: 6.5rem 1.5rem 6.5rem;
  background: #f8b819;
}
#ramos img.logo{
  max-width: 100%;
  width: 480px;
}
#ramos p{
  letter-spacing: 1.1rem;
  color: #fff;
}
#ramos .stripes{
  max-width: 100%;
  width: 760px;
}
#ramos .bar{
  width: 860px;
  margin-top: -40px;
  height: 4px;
  background: #010101;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  max-width: 90%;
}
.ramos .ramo{
  max-width: 760px;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 4rem; 
}
.ramos .ramo h2{
  letter-spacing: 4px;
}
.ramos .ramo img{
  padding: 1.5rem 0;
}
.ramos .ramo p{
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
  -moz-text-align-last: center;
  text-align-last: center;
}
/*MAPA*/
section#mapa{
  text-align: center;
  padding: 6.5rem 1.5rem 12.5rem;
  background: #f8b819;
}
#mapa img.logo{
  max-width: 100%;
  width: 480px;
}
#mapa p{
  letter-spacing: 1.1rem;
  color: #fff;
}
#mapa .stripes{
  max-width: 100%;
  width: 760px;
}
#mapa .bar{
  width: 860px;
  margin-top: -40px;
  height: 4px;
  background: #010101;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  max-width: 90%;
}
#mapa .vector-mapa{
  padding: 8rem 1rem 1rem;
  width: 100%;
  height: calc(100vh - 100px);
}
#mapa iframe{
  height: 100%;
  width: 100%;
}
/*AFILIADOS*/
section#afiliados{
  padding-top: 8rem;
  background-image: url('../images/back-afiliados.jpg');
  color: #fff; 
  background-size: cover;
}
#afiliados .uk-container{
  max-width: 960px;
}
#afiliados > .stripes{
  width: 700px;
  margin-top: 5rem;
  margin-left: -50px;
}
#afiliados .title{
  background-image: url(../images/stripes.svg);
  background-size: 760px;
  background-position: center 35px;
  background-repeat: no-repeat;
}
#afiliados .title h2{
  color: #fff;
  letter-spacing: 0.8rem;
  text-align: center;
  display: inline-block;
  border: 3px solid #fff;
  padding: 1.5rem 3rem;
  z-index: 1;
}
#afiliados .afiliado{
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
#afiliados .afiliado > div{
  padding: 0;
  text-align: center;
}
#afiliados .afiliado .country{
  background-position: center;
  background-color: #fff;
}
#afiliados .afiliado a{
  color: #fff;
}
#afiliados .afiliado .phone{
  background: #1d1d1d;
}
#afiliados .afiliado .phone img{
  width: 32px;
  margin-bottom: 1rem;
}
#afiliados .afiliado .browser{
  background: #2c2c2c;
}
#afiliados .afiliado .browser img{
  width: 32px;
  margin-bottom: 1rem;
}
#afiliados .afiliado .info{
  background: #4d4d4d;
  color: #fff;
  font-size: 1.2rem;
}
#afiliados .afiliado .info h2{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.75rem;
}
/*CONTACTO*/
section#contacto{
  background: #1a1a1a;
  color: #999;
  padding: 5rem 0 5rem;
}
#contacto hr{
  border: 0;
  height: 2px;
  background-color: #f8b818;
  width: 125px;
  margin: 20px auto;
}
#contacto h2{
  color: #fff;
  letter-spacing: 0.85rem;
}
#contacto h3{
  letter-spacing: 0.75rem;
  color: #999;
  font-size: 1.2rem;
}
#contacto form{
  max-width: 760px;
  margin: 5rem auto 3rem;
  text-transform: uppercase;
}
#contacto form input{
  color: #fff;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
} 
#contacto form textarea{
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  letter-spacing: 0.25rem;
}
#contacto button{
  background: #f8b818;
  color: #000;
  font-size: 1.1rem;
  letter-spacing: 3px;
  margin-top: 2rem;
}
#footer{
  padding: 3.5rem 0 0;
  background: #010101;
}
#bottom-footer{
  padding: 2rem 0 2rem;
  margin-top: 3.5rem;
  background-color: #1a1a1a;
}
#bottom-footer h4{
  color: #fff;
  margin-bottom: 0;
}
#bottom-footer .ubicacion{
  text-align: right
}
#bottom-footer .ubicacion address{
  margin-top: 5px;
}
#bottom-footer .contacto{
  text-align: right
}
#bottom-footer .contacto p{
  margin-top: 5px;
}
/*ANIMATE SCROLL */
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 60%;
	}
	50% {
	opacity: 0;
	top: 60%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 60%;
	}
	50% {
	opacity: 0;
	top: 60%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 60%;
	}
	50% {
	opacity: 0;
	top: 60%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
  right: 0;
  bottom: 8rem;
  text-align: center;
  z-index: 2;
  color: #fff;
}
.scroll-btn p{
  font-size: 0.7rem;
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.75s linear infinite;
	-moz-animation: ani-mouse 2.75s linear infinite;
	animation: ani-mouse 2.75s linear infinite;
}
/* MEDIA SCREEN PHONE */
@media (max-width: 640px){
  #offcanvas-nav .uk-nav-default a {
    letter-spacing: 0.2rem;
  }
  #slides .description{
    top: 15%;
    padding: 2rem 1rem;
  }
  #slides .description h2 {
    letter-spacing: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 1.4rem;
    width: 240px;
  }
  #slides .description img {
    width: 110px;
  }
  #slides .uk-dotnav{
    bottom: 0;
  }
  .scroll-btn{
    bottom: 4rem;
  }
  section#quienes-somos {
    padding: 3.5rem 1.5rem 8.5rem;
  }
  #quienes-somos img.logo {
    max-width: 85%;
  }
  #quienes-somos p {
    font-size: 1rem;
    letter-spacing: 0.43rem;
  }
  #quienes-somos .bar {
    margin-top: -20px;
    margin-left: 1rem;
    left: 0;
  }
  #porque-grupo-nexxis .title {
    padding: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0.6rem;
  }
  hr.gray{
    margin: 2rem 0;
  }
  #porque-grupo-nexxis .content-1 {
    padding: 2.5rem 2rem 0rem 1.5rem;
    text-align: justify;
  }
  #porque-grupo-nexxis .content-2 {
    padding: 2.5rem 2rem 0rem 1.5rem;
  }
  #porque-grupo-nexxis .p-title{
    text-align: center;
  }
  #porque-grupo-nexxis .image-1 {
    padding-right: 0;
  }
  #porque-grupo-nexxis .image-2{
    padding-left: 0;
  }
  section#consolidacion {
    padding: 6.5rem 1.5rem 5.5rem;
  }
  #consolidacion p.uk-h2 {
    word-wrap: break-word;
    letter-spacing: 0.65rem;
    font-size: 1.8rem;
  }
  #consolidacion .bar {
    margin-top: -20px;
    margin-left: 1rem;
    left: 0;
  }
  #consolidacion .uk-container{
    padding: 0;
  }
  #consolidacion .card {
    margin: 2rem 0rem 0rem;
  }
  #mapa p {
    font-size: 1.7rem;
  }
  #mapa .bar {
    margin-top: -20px;
    margin-left: 1rem;
    left: 0;
  }
  section#mapa {
    padding: 5rem 0 0;
  }
  #mapa .vector-mapa {
    padding: 2rem 0 0;
    height: 420px;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
  }
  #mapa iframe {
    height: 100%;
    width: 160%;
  }
  section#afiliados {
    padding-top: 4rem;
  }
  #afiliados .title h2 {
    padding: 1.5rem 1rem;
    font-size: 1.7rem;
  }
  #afiliados .afiliado {
    margin-left: 0;
    background: #222;
  }
  #afiliados .afiliado .country {
    height: 180px;
  }
  #afiliados .afiliado .phone, #afiliados .afiliado .browser {
    width: 50%;
    float: left;
    margin-top: -2rem;
  }
  #afiliados .afiliado .info {
    margin-top: -2rem;
  }
  #contacto h3 {
    font-size: 1.1rem;
  }
  #contacto form input, #contacto form textarea{
    font-size: 1rem;
  }
  #bottom-footer .ubicacion{
    text-align: left;
    display: none;
  }
  #bottom-footer .contacto{
    text-align: left;
    display: none;
  }
}
@media (max-width: 360px){
  #quienes-somos p {
    font-size: 0.9rem;
    letter-spacing: 0.43rem;
  }
  .scroll-btn p {
    display: none;
  }
  #consolidacion p.uk-h2 {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
  }
  #mapa p {
    font-size: 1.7rem;
    letter-spacing: 0.75rem;
  }
}