@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
html, body {
    font-family: Lato,  sans-serif;
    height: 100%;
}
.fixed-top .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    color: #f78f6a;
    font-size: 2.6em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: none;
    transition: 200ms;  
}

.fixed-top a.nav-link {
    color: white !important;
    font-weight: 600;
    font-size: 1.2em;
    transition: 200ms; 
}

.parallax-window {
    min-height: 105%;
    background: transparent;
}

.fixed-top {
    background-color:transparent !important;
    transition: background-color 200ms linear;   
}

.fixed-top.scrolled {
    background-color:  #fff !important;
    transition: background-color 200ms linear;   
}
.fixed-top.scrolled .navbar-light .navbar-brand {
    font-size: 2.5em;
    transition: 200ms;  
}

.fixed-top.scrolled a.nav-link {
    color: #f78f6a !important;
    font-weight: 600;
    font-size: 1.2em;
    transition: 200ms; 
}

.title h1 {
    margin-top: 6.5em;
    color: #ffffff;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 3em;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.subtit {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.3em;
}

hr {
    width: 5%;
    border-top: 2px solid #000;
}

.bg-indicaciones {
    background-image: url(../img/microscop.jpg);
    background-repeat: repeat;
}
.icon {
    position: absolute;
    left: 48%;
    bottom: -105px;
    z-index: 9;
}
.border-top {
    border-top: 7px solid #f78f6a !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #f78f6a;
}

div#v-pills-tab a {
    color: black;
    font-size: 1.2em;
    border-radius: 0;
}

div#v-pills-tab a:hover {
    color: white;
 
    background-color: #f78f6a;
}


.tab-pane {
    font-size: 22px;
}

footer {
    background-color: #f78f6a ;
}

.line-h {
    line-height: 32px;
    margin-top: 75px;
}

.fonticons {
    font-size: 2.2em;
}

.fonticons a {
    color: #ffffff;
}

.fonticons a:hover {
    color: #ffffff;
    text-decoration: none;
}


.background-info {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-left: 5px solid #f78f6a;
    border-radius: 0;
}

.background-tabs {
    background-color: antiquewhite;
}

@media (max-width: 1140px) {
    ul.specialPadding {
        font-size: 0.9em;
    }
    .line-h {
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    .specialPadding {
        padding-inline-start: 15px;
    }
}

@media (max-width: 768px) {

    .line-h {
        margin-top: 20px;
    }
    .title h1 {
        margin-top: 4em;
        font-size: 1.9em;

    }
    div#v-pills-tab a {
        font-size: 1.1em;
    }
    ul.specialPadding {
        font-size: 0.7em;
    }

    .fixed-top .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
        font-size: 2.2em;
    }
    .fixed-top.scrolled .navbar-light .navbar-brand {
        font-size: 1.8em;
    }
    .icon.wow.zoomIn img {
        max-width: 60%;
    }
    .icon {
        left: 43%;
        bottom: -68px;
    }
    .subtit {

        font-weight: 700;
        font-size: 1.5em;
    }
    .background-info {
        padding: 15px;
    }

    .tab-pane {
        font-size: 18px;
    }
    .fixed-top {
        background-color: #fff !important;
    }
    .fixed-top a.nav-link, .fixed-top.scrolled a.nav-link  {
        color: #f78f6a !important;
        font-weight: 600;
        font-size: 0.9em;
        transition: 200ms;
    }

  }

.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}