
* {
    margin: 0;
    padding: 0;
    font-family: 'montserrat';
    box-sizing: border-box;
}
a{
    cursor:pointer;
}
nav{
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #009adc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 50px;
}
.navbar .logo a img{
  width: 140px;
  display: flex;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .js-arrow2{
  transform: rotate(180deg);
  }
nav .navbar .links li .arrow{
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #0099CC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .js-sub-menu2{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }

}
@media (max-width:800px){

  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #009adc;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
    padding: 15px;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;
}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    display: flex;
    align-items: center;
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show4 .links .js-sub-menu2,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow,
    .navbar .nav-links.show4 .links .js-arrow2{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}

@media (max-width:920px){
.topnav{
  display: none;
  }
  nav{
    top: 0;
  }
}

@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
  } 
}

.topnav {
  position: fixed;
  top:0;
  background-color: white;
  overflow: hidden;
  z-index: 100;
  width: 100%;
}

.topnav .topnav-center > a {
  float: left;
  display: flex;
  color: #0057AA;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 15px;
}
    .topnav .topnav-center > a > i {
        font-size: 20px;
        padding: 0px 3px;
    }
.topnav-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.topnav > .topnav-center a:hover {
  background-color: #009adc;
  color: white;
}

/******************* BOTON | IR ARRIBA *******************************/
.ir-arriba {
    position: fixed;
    bottom: 20px;
    margin-right: 85px;
    width: 50px;
    height: 50px;
    background: #009adc;
    border-radius: 50%;
    border-style: none;
    padding: 5px;
    cursor: pointer;
    transition: all 300ms ease;
    z-index: 98;
}

    .ir-arriba i {
        font-size:30px;
        color:#fff;
    }

    .ir-arriba:hover {
        transform: scale(1.1);
    }



.footer-home-mobil .ctn-social-media-footer-mobil {
    bottom: 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    margin-right: 100px;
    margin-bottom: 15px;
    transition: all 0.5s;
    width: 50px;
}

#share:hover {
    transform: scale(1.1);
    transition: .5s;
}

.footer-home-mobil .ctn-social-media-footer-mobil:nth-child(1) {
    background: #333333;
    border-radius: 50%;
    bottom: 0;
    z-index: 99;
}


.footer-home-mobil .ctn-social-media-footer-mobil.colocar:nth-child(2) {
    background: #3b5998;
    bottom: 10%;
    transition-delay: 0.2s;
    border-radius: 50%;
    z-index: 2;
}

.footer-home-mobil .ctn-social-media-footer-mobil.colocar:nth-child(3) {
    background: #25D366;
    bottom: 20%;
    transition-delay: 0.4s;
    border-radius: 50%;
    z-index: 2;
}

.footer-home-mobil .ctn-social-media-footer-mobil.colocar:nth-child(4) {
    background: #9E37B8;
    bottom: 30%;
    transition-delay: 0.6s;
    border-radius: 50%;
    z-index: 2;
}

.footer-home-mobil .ctn-social-media-footer-mobil.colocar:nth-child(5) {
    background: #000;
    bottom: 40%;
    border-radius: 50%;
    transition-delay: 0.8s;
    z-index: 2;
}

.white {
    color: #ffffff;
}

.txt-center {
    text-align: center;
    font-size: 20px;
}

    .txt-center > img {
        width: 20px;
        margin: 15px 10px 10px 10px;
    }

    .txt-center > .img2 {
        width: 30px;
        margin: 15px 10px 10px 10px;
    }

.pointer {
    cursor: pointer;
}

/******************* FOOTER | STYLE *******************************/
.container-footer {
    max-width: 1170px;
    margin: auto;
}

.row-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#ul-footer {
    list-style: none;
    text-decoration: none;
}

.footer {
    background-color: #009adc;
    padding: 40px 0;
}

.footer-col {
    padding: 0 15px;
}

    .footer-col h4 {
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-weight: 500;
        position: relative;
        text-align: center;
    }

        .footer-col h4::before {
            content: '';
            position: absolute;
            left: 0;
            text-decoration: none;
            bottom: -10px;
            background-color: #fff;
            height: 2px;
            box-sizing: border-box;
            width: 100%;
        }

    .footer-col ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        font-size: 14px;
        color: #ffffff;
        text-decoration: none;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    }

        .footer-col ul li a:hover {
            color: #bbbbbb;
            padding-left: 8px;
            text-decoration: underline;
        }

    .footer-col .social-links a {
        display: inline-block;
        height: 40px;
        width: 40px;
        background-color: rgba(255,255,255,0.2);
        margin: 0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #ffffff;
        transition: all 0.5s ease;
    }

        .footer-col .social-links a:hover {
            color: #24262b;
            background-color: #ffffff;
            transition: all 300ms;
        }

/****************** SECCION | RESPONSIVE FOOTER ************************/
@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}
/****************** SECCION FOOTER | STYLE  ************************/
.container-footer2 {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px;
    background: #0057aa;
}

    .container-footer2 h3 {
        font-size: 14px;
        font-style: italic;
        color: #fff;
        font-weight: lighter;
    }
/****************** SECCION | RESPONSIVE FOOTER ************************/
@media(max-width: 500px) {
    .container-footer2 h3 {
        font-size: 8px;
        font-style: italic;
    }
}

html {
    scroll-behavior: smooth;
}
