
body {

  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  background-color: #fff;
}

a {
  color: #6ba2d3;
  outline: none;
}

a:focus,
a:hover {
  color: #6ba2d3;
}

.nav-link {
  color: #002a54;
}

.nav-link:focus,
.nav-link:hover {
  color: #002a54;
}

figure {
  margin-bottom: 0;
}
p {
  color: #555;

}
/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/


/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #6ba2d3;
}

::selection {
  color: #fff;
  background-color: #6ba2d3;
}

.g-bg-primary ::-moz-selection {
  color: #6ba2d3;
  background-color: #fff;
}

.g-bg-primary ::selection {
  color: #6ba2d3;
  background-color: #fff;
}

/*------------------------------------
  Components
------------------------------------*/
/*------------------------------------
  Alerts
------------------------------------*/
/* Alert Close Button */
.u-alert-close--light {
  font-weight: 300;
  color: #000;
  opacity: .7;
  text-shadow: none;
  transition: color .3s;
  font-size: 18px;
  cursor: pointer;
}

.u-alert-close--light:hover {
  opacity: 1;
}

.u-alert-close--light:focus, .u-alert-close--light:active:focus {
  outline: 0 none;
  box-shadow: none;
}

/* Alert Lists */
.u-alert-list {
  margin-left: -20px;
}

/* Alert Lists with Font Awesome Icons */
.alert__icon {
  margin-left: 20px;
}

.alert__icon-list {
  font-size: 12px;
  line-height: 1.5;
}

/*------------------------------------
  FIN TEMA
------------------------------------*/





#video_background {
  object-fit: cover;
  width: 100vw;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999999;

  }




  #video_content {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;

  }


.rounded-20{
  border-radius: 20px;
}

.bg-black {
  background-color: #111111;
}


.bg-opacity-sm {
  background: rgba(0, 0, 0, 0.3) /* Green background with 30% opacity */
}



.navbar{
  font-family: "Raleway", sans-serif;

}
.navbar_one {
    font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 9999999;
}

.navbar.scrolled {
  background: rgb(68, 68, 68); /* IE */
  background: rgba(0, 0, 0, 0.78); /* NON-IE */
}
.navbar_one .nav-link{
    font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #bce1ff;
  font-weight: 900;
  font-size: 12px;
}


.navbar_one .nav-link:hover{
  color: #fff;

}
.navbar_one .active a{
  background-color: transparent;
  color: #0F012F;
}
.navbar_one .nav-item .active{
  color: #0F012F !important;
  background-color: transparent;

}
.navbar_one .nav-link.active{
  color: #0F012F !important;
  background-color: transparent;

}

.navbar_one .dropdown-item{
  font-size: 12px;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:0;
  font-weight: 400;
  color: #666;
}
.navbar_one .dropdown-menu{
  background-color: #fff;
  margin-top: 14px;

  border-radius:0;
  border:none
}
.navbar_one .dropdown-item:hover{
  background-color: #eee;
  color: #000;
}

.lightboxOverlay{
  z-index: 999999999999999999 !important;
}
.lightbox{
  z-index: 999999999999999999999999999 !important;
}





.navbar_two .navbar-brand{
  font-family: "Raleway", sans-serif;

  text-transform: uppercase;
  font-size:11px;
  font-weight:800;
  letter-spacing: 1px;
  color: #111;
  padding-left:15px;
  padding-right:15px;
  padding-top: 5px;
  padding-bottom: 3px;

  background-color: #fff;
  border-top-left-radius:25px;
  border-bottom-right-radius: 25px;
  margin-right:125px
}
.navbar_two .navbar-brand:hover{
  color: #111;

}


.navbar_two {
  font-family: "Raleway", sans-serif;

  background-color: #000 !important;

  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.navbar_two .nav-link{
    font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}


.navbar_two .nav-link:hover{
  color: #fff;

}
.navbar_two .active a{
  background-color: transparent;
  color: #fff;
}
.navbar_two .nav-item .active{
  color: #fff !important;
  background-color: #333;

}
.navbar_two .nav-link.active{
  color: #fff !important;

}

.navbar_two .dropdown-item{
  font-size: 12px;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:0;
  font-weight: 400;
  color: #888;
}
.navbar_two .dropdown-menu{
  background-color: #111;
  margin-top: 8px;

  border-radius:0;
  border:none
}
.navbar_two .dropdown-item:hover{
  background-color: #333;
  color: #fff;
}







.dropdown:hover .dropdown-- {display: block;}




.bar_contact{
  background-color: #111;
  padding-top: 10px;
  padding-bottom: 3px;


}
.bar_contact .btn{
  color: #fff;
  height:40px;
  margin-bottom:10px;
  padding: 4px;
}
.bar_contact .btn i{
  padding-top: 6px;
  padding-left: 8px;
  text-align: left;
  font-size: 18px !important
}

.bar_contact .btn .text{
  text-align: center;
  padding-top: 8px;
  font-size: 11px;
}


.bar_contact_home{
  background-color: #111;
  padding-top: 10px;
  padding-bottom: 3px;


}
.bar_contact_home .btn{
  color: #fff;
  height:50px;
  margin-bottom:10px;
  padding: 4px;
}
.bar_contact_home .btn i{
  padding-top: 6px;
  padding-left: 8px;
  text-align: left;
  font-size: 18px !important
}

.bar_contact_home .btn .text{
  text-align: center;
  padding-top: 8px;
  font-size: 11px;
}




.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 100px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;

}
.modal{
  z-index: 99999999!important;

}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 99999999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}


.hero .title{
  font-size: 40px;
  color: #fff;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
  margin-top: 160px;

}

.hero-laboratorio {
  background-color:#111 ;

  background: url("../images/laboratorio/Panoramicas/hero.jpg");
  min-height: 255px;
  background-position: center center;
  background-size: cover;
}





.hero-servers {
  background-image: url("../images/servicios/3.jpg"); /* The image used */
  min-height: 255px;
  background-position: center center;
  background-size: cover;
}

.bg-full-404{
  background-image: url("../images/bg_servers.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 100vh; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}





#upBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #000; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#upBtn:hover {
  background-color: #333; /* Add a dark-grey background on hover */
}




.more-card {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.text-shadow {
  text-shadow: 2px 2px 30px #000 !important;
}


.zoom {
  transition: transform .2s; /* Animation */

}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}




.scroll_300{
  max-height: 300px;
  overflow-y:auto;
  overflow-x: hidden;
}




.gallery-wrap .img-big-wrap img {
  height: 400px;
  width: auto;
  display: inline-block;
  cursor: zoom-in;
  object-fit: cover;

}


.gallery-wrap .img-small-wrap .item-gallery {
  width: 60px;
  height: 60px;
  margin: 10px 5px;
  display: inline-block;
  overflow: hidden;
}

.gallery-wrap .img-small-wrap {
  text-align: center;
}
.gallery-wrap .img-small-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 4px;
}







