a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.fa-check-circle:before {
  content: "\f058";
  margin-right:10px;
}


.fill {object-fit: fill;}
.contain {object-fit: contain;}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}
.none {object-fit: none;}


.full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.vertical-center {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}


/*------------------------------------------------------------------
		17. breadcrumb
  -------------------------------------------------------------------*/
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
	color: #fff;
}

.breadcrumb li {
	font-weight: 500;
	font-size: 15px;
}

.breadcrumb>li+li::before {
	position: relative;
	content: '\203A';
	margin: 0 10px;
	font-size: 18px;
	color: inherit;
	opacity: .7;
	display: inline-block;
}

.breadcrumb li a {
	position: relative;
	top: 1px;
	left: 0;
}



/*------------------------------------------------------------------
		17. CUSTOM
  -------------------------------------------------------------------*/




/* Footer */
#footer {
  background-color: #111111;
  color: rgba(255, 255, 255, 0.5);
  padding: 8rem 4rem; }
  #footer input, #footer select, #footer textarea {
    color: #ffffff; }
  #footer a {
    color: #3379b7; 
    text-decoration: none;
  }
  #footer strong, #footer b {
    color: #ffffff; }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #ffffff; }
    #footer h4 {
      font-size:16px;
      text-transform: uppercase;
    }
  #footer blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }
  #footer code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #footer hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #footer input[type="submit"],
  #footer input[type="reset"],
  #footer input[type="button"],
  #footer button,
  #footer .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important; }
    #footer input[type="submit"]:hover,
    #footer input[type="reset"]:hover,
    #footer input[type="button"]:hover,
    #footer button:hover,
    #footer .button:hover {
      box-shadow: inset 0 0 0 1px #3379b7;
      color: #3379b7 !important; }
      #footer input[type="submit"]:hover:active,
      #footer input[type="reset"]:hover:active,
      #footer input[type="button"]:hover:active,
      #footer button:hover:active,
      #footer .button:hover:active {
        background-color: rgba(206, 27, 40, 0.25); }
    #footer input[type="submit"].primary,
    #footer input[type="reset"].primary,
    #footer input[type="button"].primary,
    #footer button.primary,
    #footer .button.primary {
      box-shadow: none;
      background-color: #3379b7;
      color: #ffffff !important; }
      #footer input[type="submit"].primary:hover,
      #footer input[type="reset"].primary:hover,
      #footer input[type="button"].primary:hover,
      #footer button.primary:hover,
      #footer .button.primary:hover {
        background-color: #e2212f;
        box-shadow: none; }
        #footer input[type="submit"].primary:hover:active,
        #footer input[type="reset"].primary:hover:active,
        #footer input[type="button"].primary:hover:active,
        #footer button.primary:hover:active,
        #footer .button.primary:hover:active {
          background-color: #b71824; }
  #footer label {
    color: #ffffff; }
  #footer input[type="text"],
  #footer input[type="password"],
  #footer input[type="email"],
  #footer input[type="tel"],
  #footer input[type="search"],
  #footer input[type="url"],
  #footer select,
  #footer textarea {
    background-color: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
    #footer input[type="text"]:focus,
    #footer input[type="password"]:focus,
    #footer input[type="email"]:focus,
    #footer input[type="tel"]:focus,
    #footer input[type="search"]:focus,
    #footer input[type="url"]:focus,
    #footer select:focus,
    #footer textarea:focus {
      border-color: #3379b7;
      box-shadow: 0 0 0 1px #3379b7; }
  #footer select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E"); }
    #footer select option {
      color: rgba(255, 255, 255, 0.5);
      background-color: #111111; }
  #footer input[type="checkbox"] + label,
  #footer input[type="radio"] + label {
    color: rgba(255, 255, 255, 0.5); }
    #footer input[type="checkbox"] + label:before,
    #footer input[type="radio"] + label:before {
      background: rgba(255, 255, 255, 0.075);
      border-color: rgba(255, 255, 255, 0.25); }
  #footer input[type="checkbox"]:checked + label:before,
  #footer input[type="radio"]:checked + label:before {
    background-color: #3379b7;
    border-color: #3379b7;
    color: #ffffff; }
  #footer input[type="checkbox"]:focus + label:before,
  #footer input[type="radio"]:focus + label:before {
    border-color: #3379b7;
    box-shadow: 0 0 0 1px #3379b7; }
  #footer ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #footer :-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #footer ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #footer :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
    #footer ul {
      list-style-type: none; 
      padding-left:0
    } 
  #footer ul.alt li {
    list-style-type: none;
    border-top-color: rgba(255, 255, 255, 0.25); }
  #footer table tbody tr {
    border-color: rgba(255, 255, 255, 0.25); }
    #footer table tbody tr:nth-child(2n + 1) {
      background-color: rgba(255, 255, 255, 0.075); }
  #footer table th {
    color: #ffffff; }
  #footer table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #footer table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #footer table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25); }
  #footer .highlights .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
  #footer .testimonials .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
    #footer .testimonials .content .credit strong {
      color: #3379b7; }
  #footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }
    #footer a:hover {
      color: #3379b7; }
  #footer .content {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
    #footer .content section {
      width: 25%; }
      #footer .content section:first-child {
        width: 50%;
        padding-right: 4rem; }
      #footer .content section:last-child {
        padding-left: 4rem; }
  #footer .copyright {
    border-top: 1px solid;
    font-size: 0.8rem;
    opacity: 0.5;
    padding: 2rem 0;
    text-align: center; }
  @media screen and (max-width: 1280px) {
    #footer {
      padding: 4rem 0 2rem 0 ; } }
  @media screen and (max-width: 980px) {
    #footer .content {
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #footer .content section {
        width: 50%; }
        #footer .content section:first-child {
          width: 100%;
          padding-right: 0; } }
  @media screen and (max-width: 736px) {
    #footer {
      padding: 2rem  ; }
      #footer .content section {
        width: 100%; }
        #footer .content section:last-child {
          padding-left: 0; } }
  @media screen and (max-width: 480px) {
    #footer {
      padding: 2rem 0 0.1rem 0 ; } }

    




      .header_top {
        min-height: 40px;
        background-color: #fff !important;
        color: #000 !important;
      }
            

      .header_top ul .active{
        color: #eee !important;
      }
      
      
      .header_top ul {
        list-style: none;
        margin: 10px;
        padding: 0;
      }
      
      .header_top ul li {
        font-size: 14px;
        color: #000;
        float: left;
      }
      
      .header_top ul li i {
        margin:12px ;
      }
      
      .header_top ul li i {
        color: #000;
        transition: ease all 0.2s;
        font-size: 11px;
        margin-right: 5px;
      }
      
      .header_top .social_icon ul li a {
        color: #000;
      }
      
      .top_information.pull-left li {
        margin-right: 20px;
      }
      
      .top_information.pull-right li {
        margin-left: 20px;      
      }




      .stock_top{
        border: none;
        float: right !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size:11px;
        text-transform: uppercase;;
        font-weight: 900 !important;
        height: 40px;
        padding-top: 12px;
        padding-left: 20px;
        padding-right: 20px;
        background-color:#3378b7;
        color:#fff

      } 
      .stock_top:hover{
        background-color:#000;
        border: none;
        color:#fff

      } 
      .stock_top:active{
        background-color:#000;
        border: none;
        color:#fff

      } 
      .topbar-left {
        float: left;
      }
      



      p.large {
        color: #898989;
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 10px 0;
    }



    
    .header_top ul li {
      font-size: 12px;
      color: #000;
      float: left;
    }






    h2 {
        font-size: 25px;
        color: #000;
        line-height: 36px;
        font-weight: 600;
        position: relative;
        margin-bottom: 15px;
        text-transform: uppercase;
        margin-top: 15px;
    }

    h3 {
      font-size: 24px;
      color: #000;
      line-height: normal;
      font-weight: 500;
      text-transform: none;
      margin-bottom: 20px;
      font-weight: 600;
    }  




    .main_heading {
      position: relative;
      margin-bottom: 65px;
  }
  .main_heading{
      color: #898989;
      font-size: 15px;
      font-family: 'Raleway', sans-serif;
      line-height: normal;
      font-weight: 400;
      margin: 0;
      padding: 0;
      outline: none !important;
      box-sizing: border-box;
      text-align: left;
      position: relative;
      margin-bottom: 80px;
   }      



    .main_heading::after {
      content: "";
      display: block;
      margin-top: 20px ;
      width: 100px;
      height: 5px;
      background: #17a5e9;
  }

  *, ::after, ::before {
    box-sizing: border-box;
}






.jumbo{
  background-color: #f4f5f4;
  margin-bottom: 50px;
  margin-top: 50px;
}

.jumbo .jumbo-left{
  padding:35px
}
.jumbo .title{
  font-size: 24px;
  color: #000;
  font-weight: 200;
}

.jumbo-img img{
  width:160px;
  text-align: center !important;
}


.jumbo-img-equipos{
  background-image: url("../images/laboratorio/equipos.png"); /* The image used */
  background-color: #f4f5f4; /* Used if the image is unavailable */
  background-position: left ; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.jumbo-img-diagnostico{
  background-image: url("../images/laboratorio/diagnostico.png"); /* The image used */
  background-color: #f4f5f4; /* Used if the image is unavailable */
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.jumbo-img-discos{
  background-image: url("../images/laboratorio/discos.png"); /* The image used */
  background-color: #f4f5f4; /* Used if the image is unavailable */
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}



.jumbo-img-memorias{
  background-image: url("../images/laboratorio/jumbo/momorias.png"); /* The image used */
  background-color: #f4f5f4; /* Used if the image is unavailable */
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}




.jumbo ul {
  padding-left: 0;

}

.jumbo ul li {
  float: left;
  width: 100%;
  margin: 6px 0;
  font-size: 13px;
  font-weight: 500;
  list-style-type: none;
  color: #323332;

}




.service_item {
  background-color: #f4f5f4;
  margin-bottom: 50px;
}


.service_item h5 {
font-size: 14px;
}
.service_item .icon img {
  width: 65px;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 8px;
}




.carousel-gallery .carousel-inner{
  height:360px;
  width:100%;
}

.carousel-gallery .carousel-inner .img{
  position: absolute;
  height:360px;
  width:100%;
  background-size: cover;
  background-position: 50% 50%;
}



.carousel-gallery .carousel-inner a:hover {
  opacity:0.6;
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  -ms-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}


.carousel-gallery .carousel-indicators li{
  height: 8px;
  width: 15px;
  background-color: #fff;
  opacity: 0.8;
}
.carousel-gallery .carousel-indicators .active{
  height: 8px;
  width: 30px;
  background-color: #3378b7;
  opacity: 1;
}

/*------------------------------------------------------------------
		9. ACCORDION
	-------------------------------------------------------------------*/

  #accordion {
    margin: 15px 0 0 0;
    padding: 0;
  }
  
  #accordion .panel.panel-default {
    border: none;
    border-radius: 0;
    margin: 0 0 16px 0;
    box-shadow: none;
    background: transparent;
    float: left;
    width: 100%;
  }
  
  #accordion .panel.panel-default .panel-heading {
    border: none;
    background: transparent;
    border-radius: 0;
    min-height: 50px;
    padding: 0;
    float: left;
    width: 100%;
  }
  
  #accordion .panel-collapse {
    float: left;
    width: 100%;
  }
  
  #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"],
  #accordion .panel.panel-default:nth-child(1) .panel-heading p a {
    background: #17a5e9;
    border-color: #17a5e9;
    color: #fff;
  }
  
  #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i,
  #accordion .panel.panel-default:nth-child(1) .panel-heading p a i {
    color: #fff !important;
  }
  
  #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i.fa-angle-down,
  #accordion .panel.panel-default:nth-child(1) .panel-heading p a i.fa-angle-down {
    transform: rotate(180deg);
    transition: ease all 0.5s;
  }
  
  #accordion .panel.panel-default .panel-heading p a,
  #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
    border: solid #e4e4e4 1px;
    background: #fff;
    border-radius: 0;
    min-height: 50px;
    padding: 17px 25px 15px;
  }
  
  #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
    color: #000 !important;
  }
  
  #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] i {
    color: #17a5e9 !important;
  }
  
  #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] i.fa-angle-down {
    color: #000 !important;
  }
  
  #accordion .panel.panel-default .panel-heading p {
    font-size: 15px;
  }
  
  #accordion .panel.panel-default .panel-body {
    border: none;
    padding: 0 25px;
    margin: 15px 0 0 0;
    box-shadow: none;
    height: auto;
  }
  
  #accordion .panel.panel-default .panel-body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }
  
  #accordion .panel.panel-default .panel-heading p a {
    float: left;
    width: 100%;
    font-weight: 500;
    position: relative;
  }
  
  #accordion .panel.panel-default .panel-heading p a i.fa-angle-down {
    float: right;
    color: #000;
    margin: 0;
  }
  
  #accordion .panel.panel-default .panel-heading p a>i {
    font-size: 20px;
    color: #17a5e9;
    margin: 0 10px 0 0;
  }
  
  .without_border #accordion .panel.panel-default .panel-heading p a,
  .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
    border: none;
    background: #fff;
    border-radius: 0;
    min-height: 50px;
    padding: 15px 0 12px;
  }
  
  .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i,
  .without_border #accordion .panel.panel-default:nth-child(1) .panel-heading p a i {
    color: #000 !important;
  }
  
  .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"],
  .without_border #accordion .panel.panel-default:nth-child(1) .panel-heading p a {
    color: #000 !important;
  }
  
  .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
    color: #000 !important;
  }
  
  .without_border #accordion .panel.panel-default .panel-heading p a>i {
    color: #000 !important;
  }
  



