@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
  }
  html {
    scroll-behavior: smooth;
  }
  body{
    background-color:#ffffff;
  }
  h1, h2, h3, h4 {
    font-family: 'Roboto';
    font-weight: bold;
  }

  p {
    font-size: 1.10rem;
    font-family: 'Roboto';
  }

  .titulo-img, .subtitulo-img {
    font-family: 'Roboto';
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  }

  .titulo-img{
    font-size: 4.9rem;
  }
  .subtitulo-img{
    font-size: 2.5rem;
  }

  .azul-bodytec{
    color: #0080c8 !important;
    font-weight: bold;
  }

  .base-fondo{
      width: 100%;
  }

  .color-fondo-beige{
      background-color: #f6f6f6;
  }

  .color-fondo-gris-obscuro{
      background-color: #1D1D1B;
  }

  .color-fondo-azul, .color-boton-azul{
      background-color: #001F3E;
  }

  

  .color-boton-azul, .color-fondo-gris-obscuro{
    color:white;
  }

  .color-boton-azul:hover{
    color:white !important;
    background-color: #001F3E !important;
    opacity:0.8;
  }
  
  .color-fondo-azul  h2,  .color-fondo-azul  p {
        color:white !important;
    } 

  #content-logo{
      background-color: white;
      border-radius: 0px 35px 35px 0px;
  }

  #navbar-menu{
      background-color: rgba(0,0,0,0.2); 
      font-family: 'Roboto';
      font-size: 1.5rem;
  }

  .header-nav{
       padding-bottom: 22px;
  }
    .bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    .obligatorioCss{
      font-size: 13px !important;
      font-weight: bold;
      margin-left: 15px;
    }
    .curva-1{
      width:100%;
      background-color: white;
      height: 200px;
      border-radius:0px 0px 144% 122%;
    }

    @media (min-width: 768px) {
          .bd-placeholder-img-lg {
            font-size: 3.5rem;
          }

    }

    .b-example-divider {
      width: 100%;
      height: 3rem;
      background-color: rgba(0, 0, 0, .1);
      border: solid rgba(0, 0, 0, .15);
      border-width: 1px 0;
      box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
      flex-shrink: 0;
      width: 1.5rem;
      height: 100vh;
    }

    .bi {
      vertical-align: -.125em;
      fill: currentColor;
    }

    .nav-scroller {
      position: relative;
      z-index: 2;
      height: 2.75rem;
      overflow-y: hidden;
    }

    .nav-scroller .nav {
      display: flex;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

    .btn-bd-primary {
      --bd-violet-bg: #712cf9;
      --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

      --bs-btn-font-weight: 600;
      --bs-btn-color: var(--bs-white);
      --bs-btn-bg: var(--bd-violet-bg);
      --bs-btn-border-color: var(--bd-violet-bg);
      --bs-btn-hover-color: var(--bs-white);
      --bs-btn-hover-bg: #6528e0;
      --bs-btn-hover-border-color: #6528e0;
      --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
      --bs-btn-active-color: var(--bs-btn-hover-color);
      --bs-btn-active-bg: #5a23c8;
      --bs-btn-active-border-color: #5a23c8;
    }
    .bd-mode-toggle {
      z-index: 1500;
    }
    .owl-carousel .item{
      height:105vh;
    }
    
    @media (max-width: 767.98px) {
      .owl-carousel .item{
        height:60vh;
      }

      .titulo-img{
        font-size:1.5rem;
      }
      .item>div{
        top:20% !important;
      }
      .item>img{
        height:50%;
      }

      .subtitulo-img{
        font-size: 1.3rem;
      }

      footer ul li p{
        font-size:15px;
      }

      .curve-mask .curve-up, .curve-mask .curve-down {
          display: none;
      }
      .main-content {
        margin-top: -22px !important;
        height: 250px;
      
      }

      #navbarCollapse{
        background-color: #dad8d8ee;
      }

      .navbar-nav li.nav-item  {
          border-bottom:1px solid #ebebeb;
      }

      .navbar-nav li.nav-item a {
          color:#001F3E;
          font-weight: bold;
      }

    }

    .main-content .owl-theme .custom-nav {
      position: absolute;
      top: 30%;
      left: 0;
      right: 0;
    }
    .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
      position: absolute;
      height: 100px;
      color: inherit;
      background: none;
      border: none;
      z-index: 100;
    }
    .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
      font-size: 2.5rem;
      color: #cecece;
    }
    .main-content .owl-theme .custom-nav .owl-prev {
      left: 0;
    }
    .main-content .owl-theme .custom-nav .owl-next {
      right: 0;
    }

    .curve-mask {
      width: 100%;
    overflow: hidden;
    position: absolute;
    top: -15vh;
    height: 20vh; 
}

.curve-mask .curve-up, .curve-mask .curve-down {
position: relative;
z-index: 10;
height:200px;
width: 120%;
margin-left: -10%;
margin-right: 10%;
min-height: 150px;
border-radius: 280vh 170vh 0% 0%/30vh 58vh 0% 0%;
-moz-border-radius: 280vh 170vh 0% 0%/30vh 58vh 0% 0%;
-webkit-border-radius: 280vh 170vh 0% 0%/30vh 58vh 0% 0%;
overflow: hidden;
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}