/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.fa {
    padding: 12px !important;
    font-size: 30px !important;
    width: 62px !important;
    text-align: center !important;
    text-decoration: none !important;
    margin: 5px 2px !important;
    border-radius: 10px 10px 10px 10px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;
	-webkit-border-radius: 10px 10px 10px 10px !important;
	border: 0px solid #000000 !important;
	box-shadow: 0 1px #999;
  }
  
  .fa:hover {
      opacity: 0.7 !important;
  }
  
  .fa-facebook {
    background: #3B5998 !important;
    color: white !important;
  }
  
  .fa-twitter {
    background: #55ACEE !important;
    color: white !important;
  }

  .fa-comment {
    background: rgb(36, 67, 134) !important;
    color: white !important;
  }
  
  .fa-instagram {
    background: #125688 !important;
    color: white !important;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000 !important;
    color: white !important;
  }
  
  .fa-pinterest {
    background: #cb2027;
    color: white;
  }
  
  .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  
  .fa-android {
    background: #a4c639;
    color: white;
  }
  
  .fa-dribbble {
    background: #ea4c89;
    color: white;
  }
  
  
  .fa-foursquare {
    background: #45bbff;
    color: white;
  }
  
  .fa-stumbleupon {
    background: #eb4924;
    color: white;
  }
  
  .fa-flickr {
    background: #f40083;
    color: white;
  }
  
  .fa-yahoo {
    background: #430297;
    color: white;
  }
  
  .fa-soundcloud {
    background: #ff5500;
    color: white;
  }
  
  .fa-reddit {
    background: #ff5700;
    color: white;
  }
  
  .fa-rss {
    background: #ff6600;
    color: white;
  }
.carousel-inner img 
{
    width: 100%;
    height: 475px;
}
@media screen and (max-width: 992px) {
    .carousel-inner img 
    {
        width: 100%;
        height: 375px;
    }
}
@media screen and (max-width: 600px) {
    .carousel-inner img 
    {
        width: 100%;
        height: 275px;
    }
}

.colorBlanco{
    background-color: white;
}

@media (max-width: 768px) {
    .static{
        position:static;
    }
}
@media (max-width: 991px) {
    .divice{
        display: none;
    }
}
@media (min-width: 1200px) 
{
    .navbar-brand
    {
        display: none;
    }
}
@media (min-width: 992px) 
{
    .navbar-brand
    {
        display: none;
    }
}
.divice
{
    width: 90%;
}
.slogan
{
    color: 	#291dcf;
}
#nav-principal
{
    color: black;
}
/* change the color of active or hovered links */
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color:#0B2C86;
}
.dropdown:hover>.dropdown-menu
{
    display: block;
}
.dropdown>.dropdown-menu>.dropdown-item:hover
{
    background: #037bc0;
    color: rgb(255, 255, 255);
}
.divice-small .navbar-toggler{
    background:   rgb(0, 55, 206);
}
.divice-small .navbar-toggler:hover{
    background:   #037bc0;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color:#037bc0;
}
.static
{
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

:root {
    --fuentePrimaria: 'Playfair Display', serif;
    --fuenteSecundaria: 'Raleway', sans-serif;
    --primario: #037bc0;
}

.bg-primary {
    background-color: #037bc0!important;
}
/*biblioteca virtual*/
.columna{
    /*border: 1px solid #4d5061;*/
    height: 100%;
}
.image{
  height: 100px;
}
.image2{
  height: 70px;
}
/**/
h2 { font-size: 3rem; }

.imagen-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.titulo, .navbar-brand{
    font-family: 'Playfair Display', serif;
}
.titulo span {
    color: #037bc0;
}
.navbar{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
/** Nosotros **/
.sobre-nosotros.bg-primary {
    background-color: #037bc0!important;
    min-height: 35rem;
}
.imagen-nosotros {
    /* width: 100%; */
    min-height: 35rem;
    background-image: url(../web/img/nosotros.jpg);
}
/** Footer **/

.footer .container {
    border-top: 1px solid #e1e1e1;
}

.footer-menu .nav-link {
    color: white;
}
.footer-menu .nav-link:hover {
    color:#037bc0;
}
.footer-menu .nav-link {
    font-size: 16px;
}
a.avisoprivacidad:link
{
     color: black;
    text-decoration: none;
}
a.avisoprivacidad:hover
{
    color: #121b9e;
}
.titulo-intalacion
{
    color: #037bc0;
}
/* iconos */
/* Rules for sizing the icon. */
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.logotipo-fondo
{
    background:  #037bc0!important;
}
.logotipo
{
    width: 220px;
    height: 220px;
}

.card-header{
    opacity: 0.7;
    

    
}

.card{
    margin-top:15px;
}

.card-header:hover{

    box-shadow: 10px 10px 10px 10px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    cursor: pointer;
    opacity: 1.1;
    animation: tilt-n-move-shaking 0.25s infinite;
    animation-iteration-count: 2;
}

@keyframes tilt-n-move-shaking {
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(2px, 2px) rotate(2deg); }
  50% { transform: translate(0, 0) rotate(0eg); }
  75% { transform: translate(-2px, 2px) rotate(-2deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}


.carousel{
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 2%;
}

.header.dropdown.dropdown-item{
    z-index: 100;
}