::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px 2px  white; 
    border-radius: 0px;
    background: white;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #00325d; 
}
/* Estilos a Elementos */
h3{
  color: white;
  font-size: 1.1em;
  text-align: center;
  padding: 15px 0px;
}
a:hover{
  cursor: pointer;
}
#miNav ul li a{
  font-size: .9em!important;
}
.navbar-light .navbar-nav .nav-link {
  color: #1c355c;
  font-size: 1.1em;
  transition: background 200ms;
}
.navbar-light .navbar-nav .nav-link:hover{
  background: #00325d;
  background: #00325d!important;
  color: white!important;
}

/* Estilos Animacion Servicios */

.ser1{
background-image: url(../images/servicios_01.png);
background-size: cover;
}

.ser2{
  background-image: url(../images/servicios_02.png);
  background-size: cover;
}

.ser3{
  background-image: url(../images/servicios_03.png);
  background-size: cover;
}

.ser4{
  background-image: url(../images/servicios_04.png);
    background-size: cover;
}

.ser5{
  background-image: url(../images/servicios_05.png);
  background-size: cover;
}

.ser6{
  background-image: url(../images/servicios_06.png);
  background-size: cover;
}

.draw-border {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  -webkit-transition: color 0.25s 0.0833333333s;
  transition: color 0.25s 0.0833333333s;
  position: relative;
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: hidden;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.draw-border::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 5px;
}
.draw-border::after {
  border-top-width: 2px;
  border-right-width: 2px;
  border-radius: 5px;
}
.draw-border:hover {
  color: #00599D;
}
.draw-border:hover::before, .draw-border:hover::after {
  border-color: #00599D;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.colorWhite{
  color:white!important;
}
/* Media Queris Adicionales */
@media (max-width: 768px) {

  canvas{
    transform: scale(0.8)!important;
  }
  #miRow h3{
    font-size: .8em!important;
    padding: 0px!important;
    text-align: center!important;
  }

  #logo{
    width: 200px!important;
  }
  .nav-link{
    padding-left: 20px!important;
  }
  .lenguajesPC{
    display: none;
  }
  #siguiente, #anterior{
    display: none!important;
  }
  #teststst{
    margin: 0px!important;
    border-bottom: 2px solid rgba(0,0,0,.4)!important;
  }
  .top{
    margin-top:0px!important;
    max-height: 630px!important;
  }
  h4{
    margin-top: 15px!important;
    padding: 15px!important;
    font-size: 1.2em!important;
  }
  #ocultar{
    display: none!important;
  }
  #door{
    padding-left: 60px!important;
  }
  #contenedorImagenes{
    background-color: transparent!important;
  }
}
#miNav{padding-bottom: 0px!important;}
@media screen and (min-width: 991px) {
	
	#miNav{
		 padding: 0px 15px;
	}
	.lenguajesMobil{
		display: none!important;
	}
  

}

@media screen and (max-width: 1080px) and (min-width: 991px) {
  #miNav ul li a{
    font-size: .75em!important;
  }

}

.dropdown-item:hover{
	background: #00325d!important;
	color: white!important;
}
.active{
	background-color: #00325d!important;
  border-color: #00325d!important;
}