 /* Menu de Navegación */
*{
    margin:0;
    box-sizing: border-box;
    font-family: CreatoDisplayR;
  }
  body{
    font-family: sans-serif;
    padding: 0px 0px 0;
  }
  .header {
    background-color: #001639;
    height: 80px;
    position: static;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav {
   display: flex;
   justify-content: space-between; 
  
   margin: 0 auto;
  }
  .nav-link{
    color: white;
    text-decoration: none;
  }
  .logo{
    font-size: 30px;
    font-weight: bold;
    padding: 0 40px;
    line-height: 80px;
  }
  .nav-menu{
    display: flex;
    margin-right: 40px;
    list-style: none;
  }
  .nav-menu-item{
    font-size: 18px;
    margin: 0px 10px;
    line-height: 75px;
    text-transform: uppercase;
    width: max-content;
  }
  .nav-menu-link{
    padding: 2px 8px;
    border-radius: 2px;
  }

  .nav-menu-link:hover{
    background-color: #FFF;
    transform: 0.5s;
  }

  .nav-menu-link_active{
    background-color: #0149be;
    color: #fff;
  }
  
  .nav-toggle{
    color: #fff;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 20px;
    line-height: 60px;
    cursor: pointer;

    display: none;
  }

  @media (max-width: 1080px){
      body{
        padding: 0px 0px 0;
      }
      .header {
        position: static;
        height: 80px;
      }   
      .logo{
        font-size: 25px;
        padding: 5px 20px;
        line-height: 60px;
      }
      .nav-menu{
        flex-direction: column;
        align-items: center;
        margin-right: 20px;
        background-color: #0149be;
        position:fixed;
        left: 0;
        top: 80px;
        width: 100%;
        padding: 0;

        height: calc(50% - 60px);

        left: 100%;
        transition: left 0.3s;
      }
      ::-webkit-scrollbar{
        display: none;
      }
      .nav-menu-item{
        line-height: 40px;
      }
      .nav-menu-link:hover,
      .nav-menu-link_active {
        background: none;
        color:#001639;
      }
      
      .nav-toggle{
        display: block;
      }

      .nav-menu_visible {
        left: 0;
      }
  }
 /* #END# Menu de Navegación*/
 
 /* Tipografia */
@font-face{
    font-family: Bonello;
    src: url('../fonts/BonelloRegular.otf');
  }

  @font-face {
    font-family: MyBread;
    src: url('../fonts/Mybread.otf');
  }
  @font-face {
    font-family: LemonTuesday;
    src: url('../fonts/LemonTuesday.otf');
  }
  @font-face {
    font-family: CreatoDisplayR;
    src: url('../fonts/CreatoDisplay-Regular.otf');
  }
  @font-face {
    font-family: CreatoDisplayEBI;
    src: url('../fonts/CreatoDisplay-ExtraBoldItalic.otf');
  }
  @font-face {
    font-family: CreatoDisplayEB;
    src: url('../fonts/CreatoDisplay-ExtraBold.otf');
  }
 /* #END# Tipografia */

  /* Estilo nuevo */
  html {
  overflow-x: hidden; }

  .site-section-2 {
    padding: 2.5em 0; }
    @media (min-width: 768px) {
      .site-section-2 {
        padding: 7em 0; } }
    .site-section-2.site-section-sm-2 {
      padding: 4em 0;
  }

  .font-heading-serif {
  font-family: "Cinzel" !important; }

.site-blocks-1 {
  border-bottom: 1px solid #edf0f5; }
  .site-blocks-1 .divider {
    position: relative; }
    .site-blocks-1 .divider:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 1px;
      right: 10px;
      background: #edf0f5; }
    .site-blocks-1 .divider:last-child:after {
      display: none; }
  .site-blocks-1 .icon span {
    position: static;
    color: #6c757d;
    top: -10px;
    font-size: 50px;
    display: inline-block; 
    padding: 0 10px;
  }
  .site-blocks-1 .text h2 {
    color: #25262a;
    letter-spacing: .05em;
    font-size: 18px; }
  .site-blocks-1 .text p:last-child {
    margin-bottom: 0; }

  /* #END# Estilo Nuevo*/
 
 /* Estilo para footer */
    body {
      font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    }

    a {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
    }

    a, a:hover {
      text-decoration: none !important;
    }

    .content{
      height: 70vh;
    }

    .footer-20192 {
      position: relative;
      color: #0149be;
      padding: 7rem 0;
      background-color: #001639;
    }

    .footer-20192 .container{
      position: relative;
    }

    .footer-20192 h3{
      font-size: 16px;
      margin-bottom: 10px;
      margin-top: 0;
      line-height: 1.5;
      display: block;
    }

    .footer-20192 .links li{
      margin-bottom: 10px;
      line-height: 1.5;
      display: block;
    }

    .footer-20192 .links li a {
      color: #9e9e9e;
    }

    .footer-20192 .links li a:hover {
      color: #fff;
    }

    .footer-20192 .social li {
      display: inline-block;
      position: relative;
    }

    .footer-20192 .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: #E1E1E1;
      color: #0149be;
    }

    .footer-20192 .social li a > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
    }

    .footer-20192 .footer-logo {
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: .1rem;
    }

    .footer-20192 .copyright {
      color: #9e9e9e;
    }

    .footer-20192 .cta{
      -webkit-box-shadow: -20px -20px 0 0 rgba(127, 127, 127, 0.2);
      box-shadow: -20px -20px 0 0 rgba(127, 127, 127, 0.2);
      padding: 20px;
      background-color: #F8F9FA;
      top: -150px;
      position: relative;
    }

    .footer-20192 .cta h2, .footer-20192 .cta h3{
      line-height: 1.5;
    }

    .footer-20192 .cta h3 {
      font-size: 20px;
    }
  /* ###END### Estilo para footer */