

::-webkit-scrollbar {
    display: none;
}
/** Fuentes Oficiales GOB */
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.ttf") format("opentype");
}

@font-face {
    font-family: "Panton-Bold";
    src: url("../fonts/Panton-Bold.otf") format("truetype");
}/** Estilos para conocenos */
<STYLE> a {text-decoration: none;} </STYLE>

.wrapper {
    margin-bottom: 2em;
    font-family: Montserrat-Bold;
}

 .wrapper p {
    margin-bottom: 1em;
    font-family: Panton-Bold;
    text-align: justify;
    font-size: 16px;
    display: inline-block;
}

/** Estilos para interfaz dee card*/

.card-border {
    border: solid 10px white;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease-out 0.2s;
}

/*.card-border1:hover {
    transform: scale(1.05);
}*/

.card-border1 {
    border: solid 10px white;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease-out 0.2s;
}


.card-text h3 {
    font-family: Montserrat-Bold;
    text-align: justify;
}

.card-text p {
    text-align: justify;
    font-family:Panton-Bold;
}

.card-text  {
    font-family:Panton-Bold;
}
#conocenos {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(238, 238, 238) 0%, rgba(238, 238, 238) 0%);
  background-repeat: repeat-x;
  background-size: 75%;
  margin-top: -20px;
  
}

.text-shadow {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}

#conocenos h2{
font-family: Montserrat-Bold;
}
#conocenos p{
font-family:  Panton-Bold;
text-align: justify;
}

#conocenos h3{
    font-family: Montserrat-Bold;
  }

  #conocenos ul{
    font-family: Panton-Bold;
  }

  #conocenos table{
    font-family: Panton-Bold;
  }

/** Noticias- Comunicacion **/

.card-border {
    border: solid 10px white;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease-out 0.2s;
}

.card-border:hover {
    transform: scale(1.05);
}
 

/** Footer **/
.frag-social {
    background-color:#1B396A;
    padding-top: .5em;
    border-top: 2px solid gray;
}

.frag-social div a {
    margin: 1.5em;
}

.frag-social h2 {
    font-family: Montserrat-Bold;
    color: white;
}
.frag-social p {
    font-family: Panton-Bold;
    color: white;
}


/** Fin Footer **/
/** barra menu **/
.navbar-header,
  .navbar .collapse {
  font-family: 'Bold';
  font-family: Panton-Bold;
}


.dropdown-item{
  color: black;
}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}