
@import url('https://fonts.googleapis.com/css?family=Ropa+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
.ropa {
  font-family: 'Ropa Sans', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #111;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  margin: 0;
  overflow-x: hidden; 
}
body.hiden {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
*:focus,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
p {
  font-size: 16px;
  line-height: 24px;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.autoClearer:before,
.autoClearer:after {
  content: " ";
  display: table;
}
.autoClearer:after {
  clear: both;
}
iframe {
  border: none;
}
.main {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
/************** MENU *****************/
header {
  width: 100%;
  background: #f9fafb;
  display: block;
  padding: 10px 0;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .wrapper {
  max-width: 1090px;
}
header .logo {
  width: 98px;
  float: left;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .logo img {
  display: block;
  max-width: 100%;

}
header.styk {
  background: rgba(255,255,255,0.9);
  background: #f9fafb;
}
header.styk .logo {
  width: 50px;
  margin: 0;
}

.menu-nav {
  float: right;
  width: 965px;
  margin: 35px 0 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.styk .menu-nav {
  margin: 6px 0 0 0;
}
.menu-nav .menu {
  text-align: right;
}
.menu-nav .menu li {
  display: inline-block;
  color: #000;
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.menu-nav .menu li:last-child {
  font-weight: 700;
  border-bottom: solid 3px #19c1f0;
}
.menu-nav .menu li a {
  color: #000;
  display: block;
  line-height: 24px;
}
.menu-nav .menu li a:hover {
  color: #19c1f0;
}

.bt-wsp {
  display: inline-block;
  border-radius: 30px;
  height: 52px;
  line-height: 52px;
  color: #042b5f;
  text-transform: uppercase;
  background: #e9e9e9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 30px;
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 30px;
}
.bt-wsp:hover {
  color: #fff;
  background: #042b5f;
}


.diapo-home {
  display: block;
}
.topslide {
  display: block;
  margin: 118px auto 0;
}
.topslide .swiper-slide {
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 550px;
}

.reel {
  position: relative;
  z-index: 4;
  background: url('../img/global/bg-circ.png') top center no-repeat;
  margin: -165px 0 0 0;
}
.reel .videobox {
  margin: 0 auto;
  display: block;
  max-width: 676px;
  position: relative;
}
.reel .videobox img {
  display: block;
  width: 100%;
}
.reel .videobox .btr {
  position: absolute;
  width: 80px;
  height: auto;
  padding: 80px 0 0 0;
  background: url('../img/global/play.png') top center no-repeat;
  z-index: 3;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;  
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.reel .videobox:hover .btr {
  opacity: 0.7
}
.somos {
  background: #2b6aac;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.tit {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
  border-bottom: solid 6px #19c1f0;
  margin: 0 0 20px 0;
}
.tit.color {
  color: #07203c;
}
.tit.nb {
  border: none;
}
.somos p {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 20px 0;
  display: block;
}
.boxes {
  display: block;
    position: relative;
    margin-bottom: -150px;
}
.boxes .box {
  background: #f6f6f6;
  display: block;
  padding: 30px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  min-height: 620px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.boxes .box:hover {
  -webkit-box-shadow: 0 0 15px 0 #333;
  box-shadow: 0 0 15px 0 #333;
}
.boxes .box h3 {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #11375f;
}
.boxes .box h3 span {
  display: block;
  margin: 0 auto 5px;
  width: 100px;
}
.boxes .box p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #11375f;
  margin: 0 0 20px 0;
}
.boxes .box ul.txt li {
  text-align: left;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  text-transform: uppercase;
  color: #11375f;
  background: url('../img/global/bullet.png') left 7px no-repeat;
}
.boxes .box ul.ic li {
  text-align: left;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #11375f;
  width: 50%;
  line-height: 15px;
  height: 50px;
  display: flex;
  align-items: center;
}
.boxes .box ul.ic.large li {
  width: auto;
}
.boxes .box ul.ic li span {
  float: left;
  width: 50px;
  min-width: 50px;
  margin: 0 5px 0 0;
}
.boxes .box ul.ic li span img {
  display: block;
  max-width: 100%;
}
.bt-down {
  display: inline-block;
  border-radius: 30px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  text-transform: uppercase;
  background: #febf31;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 30px;
}
.bt-down:hover {
  color: #fff;
  background: #19c1f0;
}
.clientes {
  padding: 200px 0 100px 0;
  text-align: center;
}
.clientes-slide {
  max-width: 1090px;
  margin: 0 auto;
}
.clientes-slide .swiper-slide {
  padding-bottom: 50px;
}
/******************************************************************************************/
.contacto {
  display: block;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  padding: 0 0 50px 0;
  text-align: center;
  background: url('../img/bg-contacto.png') center center no-repeat;
  background-size: cover;
}
.contacto .area {
  position: relative;
  top: -60px;
  background: #f6f6f6;
  padding: 80px 0 50px 0;
}

.contacto p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #11375f;
  margin: 0 0 60px 0;
}
.contacto p a {
  color: #2e2e2e;
}
.contacto p.thanks {
  color: #2e2e2e;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 60px 0 200px 0;
  display: none;
}
.form {
  max-width: 300px;
  margin: 0 auto;
}
.form.succes {
  display: none;
}
.contacto p.thanks.succes {
  display: block;
}
.mat-input {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
}
.mat-input-outer{
  display: table;
  width: 100%;
  position: relative;
}
.mat-input-outer input{
  height: 40px;
  border-radius: 0;
  border: none;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  z-index: 1;
  position: relative;
  background: #fff;
}
.mat-input-outer textarea {
  height: 120px;
  border-radius: 0;
  border: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  z-index: 1;
  position: relative;
  resize: none;
  background: #fff;
}
.mat-input-outer input:focus,
.mat-input-outer textarea:focus{ 
  border:none;
  outline:none !important;
}
.mat-input-outer label.lb{
  font-size: 16px;
  left: 10px;
  position: absolute;
  top: 9px;
  transition: .2s;
  color: #a4a4a4;
  font-weight: 400;
  cursor: text;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.mat-input-outer .bord{
  height: 1px;
  background: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  -ms-transition: .3s;
}
.mat-input-outer .bord::before{
  content: " ";
  display: table;
  height: 1px;
  width: 0%;
  background: transparent;
  transition: .3s;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  margin: 0 auto;
}
.mat-input-outer input:focus ~ .bord,
.mat-input-outer textarea:focus ~ .bord{
  background: transparent;
}
.mat-input-outer input:focus ~ .bord::before,
.mat-input-outer textarea:focus ~ .bord::before{
  width: 100%;
  background: #19c1f0;
}
.mat-input-outer label.lb.active {
  top: -20px;
  color: #a4a4a4;
  opacity: 1;
  font-size: 13px;
  filter: alpha(opacity=100);
}
.mat-input-outer p.error {
    position: absolute;
    color: #ccc;
    left: 0;
    top: auto;
    font-size: 13px;
    font-weight: 400;
    bottom: -57px;
}
/* SELECT */
.styled-select {
   overflow: hidden;
   background: transparent;
   border-bottom: solid 1px #dbdcd9;
   line-height: 40px;
   height: 40px;
   margin:0 0 40px 0;
   width: 100%;
}
.styled-select select {
  width: 100%;
  border: 0;
  line-height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  text-overflow: '';
  appearance: none;
  background: transparent ;
  -webkit-user-select: none;
  outline:none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  margin: 3px 0 0 0;
}
.styled-select select option {
  background: #3e4a96;
  color: #fff
}
.styled-select {position:relative}
.styled-select:before {
    content:'';
    right:0; top:0px;
    width:20px; height:25px;
    background:transparent;
    position:absolute;
    pointer-events:none;
    display:block;
}
.styled-select select[disabled], .styled-select select[readonly] {
    cursor: not-allowed;
    opacity: 0.4;
}
.sbarrow{position:absolute; top:0; right:0; pointer-events:none; width: 30px;
  height: 40px;
  background: url('../img/select.png') center center no-repeat;
}
.tc {
  text-align: center;
}
.bt-comon {
  display: inline-block;
  border-radius: 30px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  text-transform: uppercase;
  background: #07203c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 50px;
  border: none;
}
.bt-comon:hover {
  color: #fff;
  background: #19c1f0;
}




footer {
  display: block;
  overflow: hidden;
  padding: 50px 0 0 0;
  background: #2b6aac;
  text-align: center;
}
footer .redes {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
footer .redes a {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0 5px;
  text-indent: -99999px;
}
footer .redes a:hover {
  opacity: 0.7
}
footer .redes a.fb {
  background: url('../img/footer/logos-footer-04.svg') center center no-repeat;
}
footer .redes a.yt {
  background: url('../img/footer/logos-footer-06.svg') center center no-repeat;
}
footer .redes a.it {
  background: url('../img/footer/logos-footer-05.svg') center center no-repeat;
}
footer .data {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer .data p {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  color: #fff;
  margin: 0;
}
footer .data p a {
  color: #fff;
}
footer .data .ic {
  display: inline-block;
  min-width: 55px;
  height: 55px;
  margin: 0 5px 0 0;
}
footer .data .ic.dir {
  background: url('../img/footer/logos-footer-02.svg') center center no-repeat;
}
footer .data .ic.tel {
  background: url('../img/footer/logos-footer-01.svg') center center no-repeat;
}
footer .data .ic.hor {
  background: url('../img/footer/logos-footer-07.svg') center center no-repeat;
}
footer .data .ic.mail {
  background: url('../img/footer/logos-footer-03.svg') center center no-repeat;
}
.copy {
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #2b6aac;
  padding: 20px 10px 50px;
}
.logo-fut {
  display: block;
  background: #fff;
  overflow: hidden;
}
.logo-fut img {
  display: block;
  margin: 20px auto;
  max-width: 150px;
}
/**************************** RESPONSIVE ***************************/
@media (max-height: 580px) {
  .topslide {
    margin-top: 10%;
  }
}
@media (max-width: 1200px) {
  .hamburger {
    position:fixed;
    top:15px;
    float:right;
    margin:0;
    padding:0;
    cursor:pointer;
    z-index:999;
    display: block;
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .hamburger.open {
    
  }
  .hamburger .hamburger-inner {
    position:relative;
    height:21px;
    width:24px;
    display:block;
    margin:0;
    padding:0
  }
  .hamburger .bar {
    width:24px;
    height:4px;
    background:#3e4a96;
    position:absolute;
    top:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .stk .hamburger .bar {
    background: #3e4a96;
  }
  .hamburger.open .bar {
    background:#3e4a96;
  }
  .stk .hamburger .bar {
    background: #3e4a96;
  }
  .hamburger .bar.bar2, .hamburger .bar.bar3 {
    top:7px;
    transform: matrix(0.99999, 0, 0, 0.99999, 0, 0);
  }
  .hamburger .bar.bar4 {
    top:14px
  }
  .hamburger.open .bar1, .hamburger.open .bar4 {
    opacity: 0;
  }
  .hamburger.open .bar2 {
    height:4px;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  }
  .hamburger.open .bar3 {
    height:4px;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
  }
  .menu-nav {
    display: none;
    width: 220px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    margin: 0;
    padding: 50px 10px 0;
  }
  .menu-nav.open {
    display: block;
  }
  .menu-nav .menu li {
    display: block;
    margin: 0px;
    padding: 5px 0;
    text-align: center;
  }
  .menu-nav .menu li:last-child {
    margin-left: 0;
    font-weight: 700;
    border-bottom: solid 3px #19c1f0;
    }
    .menu-nav .menu li a {
      line-height: 15px;
    }
  header.styk .menu-nav {
    margin: 0;
  }


}
@media (max-width: 1100px) {

}
@media (max-width: 1023px) {


}
@media (max-width: 767px) {

.topslide .swiper-slide {
  height: 300px;
  background-position: left center;
}
.reel {
  margin: 0;
}
.bt-wsp {
    border-radius: 15px;
    height: 32px;
    background: #fff;
    font-size: 13px;
    padding: 0;
    bottom: 20px;
    right: 10px;
}
.bt-wsp span {
    display: none;
}
.bt-wsp img {
    display: block;
}
.boxes .box {
  min-height: 100px;
  margin-bottom: 30px;
}
footer .data {
  display: block;
}
footer .data p {
  text-align: center;
}

}


