body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}
body {
  background-color: #3C485;
  color: #3C4858;
}
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
.main-raised {
    margin: -60px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.main { /*extra que aparece arriba del header*/
    background: #FFFFFF;
    position: relative;
    z-index: 3;
}
.section {
    padding: 20px 0;
}
.section-space {
    height: 70px;
    display: block;
}
.nav-pills.nav-pills-warning > li.active > a, .nav-pills.nav-pills-warning > li.active > a:focus, .nav-pills.nav-pills-warning > li.active > a:hover {
    background-color: #ff9800;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
}
.nav-pills.nav-pills-blood > li.active > a, .nav-pills.nav-pills-blood > li.active > a:focus, .nav-pills.nav-pills-blood > li.active > a:hover {
    background-color: #B22222;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
}
.nav-pills > li > a {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #555555;
    transition: all .3s;
}
.nav-pills > li i {
    display: block;
    font-size: 30px;
    padding: 15px 0;
}
.index-page .wrapper > .header {
  height: 90vh;
}
.wrapper > .header {
  min-height: 300px;
  background-position: center center;
  background-size: cover;
}
.header-filter {
  position: relative;
}
.index-page .header-filter:after {
  background: rgba(101, 47, 142, 0.64);
  background: linear-gradient(45deg, rgba(142, 47, 47, 0.88) 0%, rgba(185, 46, 46, 0.45) 100%);
  background: -moz-linear-gradient(135deg, rgba(142, 47, 47, 0.88) 0%, rgba(185, 46, 46, 0.45) 100%);
  background: -webkit-linear-gradient(135deg, rgba(142, 47, 47, 0.88) 0%, rgba(185, 46, 46, 0.45) 100%);
}
.header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.section-space2 {
    height: 20vh;
    display: block;
}
.title, /*-----Incluye tipo de fuente usado en el carousel*/
.card-title,
.info-title,
.footer-brand,
.media .media-heading {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
}

.title, /*----Este apartado es decoración del texto en carousel*/
.title a,
.card-title,
.card-title a,
.info-title,
.info-title a,
.footer-brand,
.footer-brand a,
.media .media-heading,
.media .media-heading a {
    color: #3C4858;
    text-decoration: none;
}
/*========Color de los botones, alrededor y texto (Carousel)=======*/
.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover,
.open > .btn.btn-primary.dropdown-toggle,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle:hover,
.navbar .navbar-nav > li > a.btn.btn-primary,
.navbar .navbar-nav > li > a.btn.btn-primary:hover,
.navbar .navbar-nav > li > a.btn.btn-primary:focus,
.navbar .navbar-nav > li > a.btn.btn-primary:active,
.navbar .navbar-nav > li > a.btn.btn-primary.active,
.navbar .navbar-nav > li > a.btn.btn-primary:active:focus,
.navbar .navbar-nav > li > a.btn.btn-primary:active:hover,
.navbar .navbar-nav > li > a.btn.btn-primary.active:focus,
.navbar .navbar-nav > li > a.btn.btn-primary.active:hover,
.open >
.navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle,
.open >
.navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:focus,
.open >
.navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:hover {
    background-color: #9c27b0;
    color: #FFFFFF;
}
.btn.btn-primary, /*==Sombra del botón(Carousel)===*/
.navbar .navbar-nav > li > a.btn.btn-primary {
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.btn.btn-just-icon, /*==Altura del icono (Carousel)==*/
.navbar .navbar-nav > li > a.btn.btn-just-icon {
    font-size: 20px;
    padding: 12px 12px;
    line-height: 1em;
}
.btn.btn-just-icon.btn-lg, /*==Tamaño, separación de iconos arriba y a los lados(Carousel)==*/
.navbar .navbar-nav > li > a.btn.btn-just-icon.btn-lg {
    font-size: 22px;
    padding: 5px 10px;
}
.page-header .title {/*Incluye el color del titulo del carousel*/
    color: #FFFFFF;
}
.page-header { /*-----------DIMENSIONES y CARACTERISTICAS DE LA SECCION HEADER (CARROUSEL, HEADERS)-------*/
      height: 80vh;
      background-position: center center;
      background-size: cover;
      margin: 0;
      padding: 0;
      border: 0;
  }

  .page-header .container { /*-----------ALTURA/COLOR DEL TEXTO EN LA PRESENTACION-------*/
      padding-top: 20vh;
      color: #FFFFFF;
  }
  .header-filter { /*-----------FILTRO QUE OSCURECE LA IMAGEN PARA ALZAR EL COLOR BLANCO-------*/
      position: relative;
  }

  .header-filter:before, .header-filter:after {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: block;
      left: 0;
      top: 0;
      content: "";
  }

  .header-filter::before {
      background-color: rgba(0, 0, 0, 0.5);
  }

  .header-filter .container {
      z-index: 2;
      position: relative;
  }

  .header-filter[filter-color="purple"]:after, .header-filter[filter-color="primary"]:after {
      background: rgba(225, 190, 231, 0.56);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
      /* Standard syntax */
  }

  .header-filter[filter-color="blue"]:after, .header-filter[filter-color="info"]:after {
      background: rgba(178, 235, 242, 0.56);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
      /* Standard syntax */
  }

  .header-filter[filter-color="green"]:after, .header-filter[filter-color="success"]:after {
      background: rgba(165, 214, 167, 0.56);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
      /* Standard syntax */
  }

  .header-filter[filter-color="orange"]:after, .header-filter[filter-color="warning"]:after {
      background: rgba(255, 224, 178, 0.56);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
      /* Standard syntax */
  }

  .header-filter[filter-color="red"]:after, .header-filter[filter-color="danger"]:after {
      background: rgba(239, 154, 154, 0.56);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
      /* Standard syntax */
  }

  .header-filter[filter-color="rose"]:after {
      background: rgba(248, 187, 208, 0.56);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
      /* Standard syntax */
  }

h1, .h1 { /* Tamaño y grosor de la letra del carousel de h1 a h6*/
    font-size: 3.6em;
    line-height: 1.15em;
}
h2, .h2 {
    font-size: 2.6em;
}

h3, .h3 {
    font-size: 1.825em;
    line-height: 1.4em;
    margin: 20px 0 10px;
}

h4, .h4 {
    font-size: 1.3em;
    line-height: 1.55em;
}

h5, .h5 {
    font-size: 1.25em;
    line-height: 1.55em;
    margin-bottom: 15px;
}

h6, .h6 {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 500;
}
@media (max-width: 767px) {
    h1,
    .h1,
    .presentation-page .brand h1 {
        font-size: 2.4em;
    }
    h4,
    .h4,
    .presentation-page .brand h4 {
    font-size: 1.0em;
}
    h5,
    .h4,
    .presentation-page .brand h4 {
    font-size: 1.1em;
}
    .presentation-page .pro-badge {
        font-size: 14px;
        margin-right: 0;
        right: -47px;
        padding: 4px 8px;
        top: -4px;
        display: inline-block;
    }
    .subscribe-line .btn {
        margin-top: 15px;
    }
    h4,
    .h4,
    .presentation-page .brand h4 {
    font-size: 1.0em;
}}
/*-----Encabezado 3-------*/
.header-3 .btn {
    margin: 0;
}
.btn.btn-lg {
    font-size: 14px;
    padding: 18px 36px;
}
.btn.btn-lg, /*=====TAMAÑO DE FUENTE, MARGENES DE BOTONES (CAROUSEL)====*/
.btn-group-lg .btn,
.navbar .navbar-nav > li > a.btn.btn-lg,
.btn-group-lg
.navbar .navbar-nav > li > a.btn {
    font-size: 12px;
    padding: 15px 20px;
}
/*====CARACTERISTICAS DE LOS BOTONES (CAROUSEL)=====*/
.btn.btn-danger, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger:active:focus, .btn.btn-danger:active:hover, .btn.btn-danger.active:focus, .btn.btn-danger.active:hover,
.open > .btn.btn-danger.dropdown-toggle,
.open > .btn.btn-danger.dropdown-toggle:focus,
.open > .btn.btn-danger.dropdown-toggle:hover,
.navbar .navbar-nav > li > a.btn.btn-danger,
.navbar .navbar-nav > li > a.btn.btn-danger:hover,
.navbar .navbar-nav > li > a.btn.btn-danger:focus,
.navbar .navbar-nav > li > a.btn.btn-danger:active,
.navbar .navbar-nav > li > a.btn.btn-danger.active,
.navbar .navbar-nav > li > a.btn.btn-danger:active:focus,
.navbar .navbar-nav > li > a.btn.btn-danger:active:hover,
.navbar .navbar-nav > li > a.btn.btn-danger.active:focus,
.navbar .navbar-nav > li > a.btn.btn-danger.active:hover,
.open >
.navbar .navbar-nav > li > a.btn.btn-danger.dropdown-toggle,
.open >
.navbar .navbar-nav > li > a.btn.btn-danger.dropdown-toggle:focus,
.open >
.navbar .navbar-nav > li > a.btn.btn-danger.dropdown-toggle:hover {
    background-color: #f44336;
    color: #FFFFFF;
}
.btn.btn-danger,/* SOMBRA DEL BOTON ANTERIOR (CAROUSEL)====*/
.navbar .navbar-nav > li > a.btn.btn-danger {
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
@media (max-width: 991px) { /* Sección de encabezados cambia su tamaño de altura */
    .page-header {
        height: auto;
        min-height: 80vh;
    }
.ripple-container {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: inherit;
        pointer-events: none;
}}
/*FEATURES5=========*/

.blanco {
    background-color: white;
}

[class*="features-"],
[class*="team-"],
[class*="projects-"],
[class*="pricing-"],
[class*="testimonials-"],
[class*="contactus-"] {
    padding: 40px 0;
}
.features-3 {
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
}
.features-3 .info {
    max-width: none;
    margin: 5 auto;
    padding: 10px 0 0px;
}
.features-3 .phone-container {
    max-width: 70vh;
    margin-top: 20vh;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.phone-container img {
    width: 100%;
}
.features-5 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

/*.features-5:after {  ==========Color del fondo de Diagnóstico y Tratamiento =============
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    left: 0;
    top: 0;
}*/

.features-5 .container,
.features-5 .title {
    position: relative;
    z-index: 2;
}

.features-5 .title,
.features-5 .info-title {
    color: #3C4858;
}

.features-5 .info {
    text-align: center;
    max-width: 310px;
    min-height: 250px;
}

.features-5 .info .icon {
    color: #3C4858;
}

.features-5 .info .icon > i {
    font-size: 2.8em;
}

.features-5 .info p {
    color: #3C4858;
    min-height: 120px;
}

/*.features-5 .container [class*="col-"] {   =======Features 5 son las lineas de enmedio ===========
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-top: 0;
}

.features-5 .container [class*="col-"] {
    border-left: 0;
}

.features-5 .container [class*="col-"]:last-child {
    border-right: 0;
}

.features-5 .container .row:last-child [class*="col-"] {
    border-bottom: 0; */
}
.info {
    max-width: 360px;
    margin: 0 auto;
    padding: 70px 0 30px;
}
/*====FOOTER=======*/
.footer-big {
    padding: 30px 0;
}
.footer-big .content {
    text-align: left;
}

.footer-big .social-feed i {
    font-size: 20px;
    display: table-cell;
    padding-right: 10px;
}

.footer-big .social-feed p {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    padding-bottom: 10px;
    max-width: 300px;
}

.footer-big .gallery-feed img {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
}
.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
}
.footer-big .content {
    text-align: left;
}
.title,
.title a,
.card-title,
.card-title a,
.info-title,
.info-title a,
.footer-brand,
.footer-brand a,
.footer-big h5,
.footer-big h5 a,
.footer-big h4,
.footer-big h4 a,
.media .media-heading,
.media .media-heading a {
    color: #3C4858;
    text-decoration: none;
}
.footer {
    padding: 15px 0;
    text-align: center;
}
.description,
.card-description,
.footer-big p {
    color: #d5d5d5;
}
.footer-black {
    background: #232323;
    background: -moz-radial-gradient(center, ellipse cover, #585858 0%, #053782 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #585858), color-stop(100%, #053782));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #585858 0%, #053782 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #585858 0%, #053782 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #585858 0%, #053782 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #585858 0%, #053782 100%);
    /* W3C */
    background-size: 550% 450%;
}
.footer-black h5,
.footer-black h4,
.footer-black i,
.footer-black .copyright {
    color: #FFFFFF;
}
footer {
    padding: 15px 0;
    text-align: center;
}

footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: inherit;
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}

footer ul li a:hover {
    text-decoration: none;
}

footer ul li .btn {
    margin: 0;
}

footer ul.links-horizontal:first-child a {
    padding-left: 0;
}

footer ul.links-horizontal:last-child a {
    padding-right: 0;
}

footer ul.links-vertical li {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

footer ul.links-vertical li a {
    padding: 5px;
}

footer .social-buttons a,
footer .social-buttons .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

footer .footer-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: -15px;
}

footer .footer-brand:hover, footer .footer-brand:focus {
    color: #3C4858;
}

footer .copyright {
    padding-top: 15px;
    padding-bottom: 0px;
}

footer .copyright .material-icons {
    font-size: 18px;
    position: relative;
    top: 3px;
}

footer .pull-center {
    display: inline-block;
    float: none;
}
.footer-black a {
    color: #FFFFFF;
    opacity: .86;
}
hr { /* Linea de division del footer*/
    margin-top: 10px;
    margin-bottom: 10px;
