* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.relative {
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0);
}
.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0);
}

.grecaptcha-badge { visibility: hidden; }

.clear {
  clear: both;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

img, source {
  width: 100%;
  height: auto;
}

h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 57px;
}

h3 {
  font-size: 24px;
  font-weight: 400;
}

h4 {
  font-size: 22px;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

/* Header */

header {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0px;
  background-color: #fff;
}
header .container {
  height: 60px;
  padding: 0px 0px;
  transition: all ease .3s;
  -ms-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
}
  header .logo {
    margin-left: 15px;
    float: left;
  }
  header .logo img {
    height: 60px;
    width: auto;
  }
  .menu2 {
    float: right;
    margin: 0px;
  }
  .menu2 li {
    display: inline-block;
    height: 100%;
    position: relative;
  }
  .menu2 li a {
    font-size: 16px;
    line-height: 16px;
    padding: 22px 20px;
    display: block;
    color: #424241;
  }
  .menu2 li a:hover {
    color: #0069fd;
  }
  .menu2 .desplegado:hover ul {
    display: block;
  }
  .menu2 ul {
    display: none;
    position: absolute;
    padding-top: 10px;
    top: 60px;
    width: 200px;
    background-color: #fff;
  }
  .menu2 ul li a {
    padding: 10px 20px;
  }
  .menu2 li .imagen img {
    width: 40px;
    height: auto;
  }
  .menu2 li .imagen {
    padding: 10px 5px;
  }
  .menu-desplegable {
    float: right;
    margin-top: 15px;
    display: none;
  }
    .menu-desplegable a {
      display: inline-block;
    }
    .menu-desplegable img {
      width: 30px;
      height: 30px;
    }

/* Fin de Header */

/* Menu */

.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 1001;
  display: none;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
}
.menu nav {
  margin: 20px 0;
  height: 40px;
  float: right;
}
.menu nav a {
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  margin: 0 20px;
}
  .menu nav a:hover {
    border-bottom: solid 2px #fff;
  }

  .menu nav .active {
    border-bottom: solid 2px #fff;
  }

/* Fin Menu */

/* Otros comandos */

.mb-30 {
  margin-bottom: 60px;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.span1 {
  color: #0069fd;
}
.span2 {
  color: #da0100;
}
.span3 {
  color: #e7b331;
}
.span4 {
  color: #000;
}

h2 .span1, h2 .span2, h2 .span3 {
  font-family: 'Raleway', sans-serif;
}

.borde {
  width: 80px;
  height: 10px;
  background-color: #ffff01;
}

.borde-sm {
  width: 60px;
  height: 10px;
  background-color: #ffff01;
  margin-bottom: 20px;
}

.borde-sm2 {
  width: 60px;
  height: 10px;
  background-color: #ff7518;
  margin-bottom: 20px;
}

.borde-sm3 {
  width: 60px;
  height: 10px;
  background-color: #fe0000;
  margin-bottom: 20px;
}

.borde-sm4 {
  width: 60px;
  height: 10px;
  background-color: #400404;
  margin-bottom: 20px;
}

.borde-azul {
  width: 80px;
  height: 10px;
  background-color: #0069fd;
}

.borde-blanco {
  width: 80px;
  height: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}

.borde-rojo {
  width: 80px;
  height: 10px;
  background-color: #da0100;
}

.borde-negro {
  width: 80px;
  height: 10px;
  background-color: #000;
  margin-bottom: 20px;
}

.borde-sm-negro {
  width: 60px;
  height: 10px;
  background-color: #000;
  margin-bottom: 20px;
}

.borde-sm-rojo {
  width: 60px;
  height: 10px;
  background-color: #da0100;
  margin-bottom: 38px;
}

.borde-sm-blanco {
  width: 60px;
  height: 10px;
  background-color: #e7b331;
  margin-bottom: 38px;
}

.borde-sm-amarillo {
  width: 60px;
  height: 10px;
  background-color: #e7b331;
  margin-bottom: 50px;
}

.borde-sm-azul {
  width: 60px;
  height: 10px;
  background-color: #0069fd;
  margin-bottom: 50px;
}

/* Footer */

footer {
  background-color: #424241;
  padding: 40px 40px;
  color: #fff;
  text-align: center;
}

footer a {
  color: #0087bc;
}

footer a:hover {
  text-decoration: none;
}

footer .boton {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 1005;
}

footer .boton img {
  width: 80px;
  height: 80px;
}

.boton-arriba {
  display: block !important;
}

.social-icon {
  width: 120px;
  margin: auto;
  margin-bottom: 20px;
  justify-content: space-between;
  -ms-flex-pack: justify!important;
}

.logotipo {
  width: 280px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

.social-icon a {
  width: 40px;
  height: 40px;
}

.social-icon a img {
  width: 40px;
  height: auto;
}

footer ul {
  margin: 0;
}

footer ul li {
  list-style-type: none;
  padding: 0 15px;
}

footer ul li:not(:last-child) {
  border-right: solid 1px #fff;
}

footer ul li a {
  color: #dedede;
}

footer ul li a:hover {
  color: #fff;
}

footer .col-md-6:last-child img {
  width: 250px;
  height: auto;
}

.copy {
  margin-top: 20px;
  text-align: center;
}

/* Carousel */

.carrusel {
  padding: 20px 0px;
  background-color: #fff;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
  .carrusel h2 {
    margin-bottom: 50px;
    color: #f9b03e;
  }
  .carrusel h4 {
    margin-bottom: 50px;
    color: #444;
    font-weight: 400;
    font-size: 30px;
  }

.owl-carousel {
  overflow: hidden;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f9b03e;
  }
  .owl-dot:focus {
    outline:0px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }

.owl-theme .owl-dots {
  position: absolute;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  bottom: 20px;
}
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .owl-prev, .owl-next {
      width: 36px;
      height: 36px;
      position: absolute;
      top: 50%;
      margin-top: -36px;
      display: block;
      background-color: rgba(125,125,125,.7);
      color: #fff;
      border: none;
      font-size: 20px;
      box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease;
  }
  .owl-prev { left: -50px; }
  .owl-next { right: -50px; }

  .owl-prev:hover, .owl-next:hover {
    box-shadow: none;
    background-color: rgba(255,255,255,.7);
  }

  .owl-carousel:hover .owl-prev {
    left: 18px;
  }
  .owl-carousel:hover .owl-next {
    right: 18px;
  }

/* Fin Carousel */

/* Menu open*/

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255,255,255,1);
  z-index: 1002;
}
  .menu ul {
    height: 380px;
    margin-bottom: 0px;
  }
  .menu ul li {
    list-style-type: none;
    text-align: center;
  }
  .menu ul li a {
    color: #424241;
    font-size: 24px;
  }
  .menu ul li a:hover {
    color: #f9b03e;
  }

  .btn-cerrar {
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
  .btn-cerrar img {
    width: 40px;
    height: 40px;
  }

  /* Fin Menu open */

/* Menu der */

.der-menu {
  position: fixed;
  right: 15px;
  top: 50%;
  margin-top: -77px;
  width: 12px;
  height: 144px;
  z-index: 1003;
}
.der-menu ul {
  margin: 0;
}
.der-menu ul li {
  list-style-type: none;
}
.der-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.der-menu ul li a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px #000;
  display: block;
  position: relative;
  color: #000 !important;
}
.der-menu ul li a:hover {
  background-color: #000;
}
.der-menu ul li a:hover div{
  display: block;
}
.der-menu ul li a div {
  position: absolute;
  left: -130px;
  top: -9px;
  width: 120px;
  text-align: right;
  font-size: 18px;
  display: none;
}
.active-btn {
  background-color: #000;
}

.active-btn div {
  display: block !important;
}

/* Fin Menu der */

/* SubMenu */

.menu ul li p {
  margin: 0;
  color: #424241;
  font-size: 24px;
  cursor: pointer;
}
.menu ul li p:hover {
  color: #f9b03e;
}
.sub-menu {
  display: none;
  height: auto !important;
}
.sub-menu li a {
  font-size: 18px !important;
  color: #f9b03e !important;
}
.sub-menu li a:hover {
  color: #424241 !important;
}
.align-item-center {
  align-items: center;
}

#menu-desp {
  margin-right: 10px;
}

/* Fin SubMenu */

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  .der-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .der-menu {
    display: none;
  }
  header .logo {
    margin-left: 0px;
  }
    header .logo img {
      height: 40px;
      width: auto;
      margin: 10px 0px;
    }
  footer .container {
    padding:  0px !important;
  }
  footer ul li:not(:last-child) {
    border-right: none !important;
    margin-bottom: 10px;
  }
  footer ul.justify-content-center {
    display: block;
  }
  .container {
      padding-left: 35px !important;
      padding-right: 35px !important;
  }
  .borde-negro {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  footer h3, footer ul li {
    text-align: center
  }
  #top .menu2 {
    display: none;
  }
  #top .menu-desplegable {
    display: block;
  }
}

@media (min-width: 768px) {
  header .container {
    height: 80px;
    padding: 10px 0px;
  }
}

@media (min-width: 992px) {
  #menu-desp {
    display: none;
  }
}
