/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 28, 2022, 4:57:33 PM
    Author     : Sistemas
*/

@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

/*
* clases
*/
.text-purple {
    color: #9c51b6 !important;
}

.text-interlab{
    color: #68A883;
}

.nav-link, .btn-interlab {
    background-color: #68A883;
    color: white;
}

.btn-interlab:hover {
    background-color: #C0C0C0;
    font-weight: 500;
    color: #212529;
}

.bg-top {
    /*background-image: url('../img/assets/header.jpg');*/
    background-color: white;
    -webkit-box-shadow: 8px 8px 24px -18px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px -18px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px -18px rgba(66, 68, 90, 1);
}

.bg-accesos {
    /*background-image: url('../img/assets/header.jpg');*/
    background-color: #f3f3f3;
    -webkit-box-shadow: 8px 8px 24px -18px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px -18px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px -18px rgba(66, 68, 90, 1);
}

.p-contactanos{
    color: white;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

.ul-contactanos {
    list-style-type: none !important;
}

.ubicanos-titulo {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

/*
* por identificador
*/
#page-body {
    background-image: radial-gradient(circle, #f3f3f3, #e7e6e6, #dadad9, #cecdcd, #c1c1c0);
    background-color: white;
    margin: 0px;
}

#img-conocenos {
    height: auto;
    width: 180px;
} 

#page-footer{
    background: #313131;
    opacity: 0.95; 
    color: white;
}

#page-footer p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

#page-footer label {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

#page-footer ul {
    list-style-type: none;
    padding-left: 0;
}

#page-footer ul li a{
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}

#page-footer ul li a:hover{
    color: #68A883;
    font-weight: 700;
}

#page-footer ul li {
    font-size: 14px;
}

.acceso-rapido {
    background: #68A883;
    padding: 17px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
} 

.acceso-rapido-card {
    border: solid 1px #c0c0c0;
    background: white;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}


.acceso-rapido-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    background-color: #D0D0D0;
    cursor: pointer;
}


.acceso-rapido-texto {
    font-size: 15px;
    text-align: justify;
    text-justify: inter-word;
}

.acceso-rapido-lista {
    font-size: 12px; 
    padding-left: 10px;
}

.acceso-rapido-vermas {
    font-size: 14px;
}

#page-servicios {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: white;
}

#img-info-laboratorio {
    height: auto;
    width: auto;
} 

#page-informacion-laboratorios {
    padding-top: 50px;
    padding-bottom: 40px;
}

#page-ultimas-noticias {
    padding-top: 50px;
    padding-bottom: 40px;
}

.texto-justificado {
    text-align: justify;
    text-justify: inter-word;
}

.bg-transparent {
    background-color: transparent !important;
}

#page-aseguradoras {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: white;
}

.section-titulo-bloque {
    background: #68A883; 
    width:10px; 
    height:50px; 
    display: inline-block;
}

.link-wrapper {
    position: relative;
    display: block;
    padding: 20px 0;
}

.privacidad, .legal { 
    text-decoration: none;
}

.privacidad:hover, .legal:hover{
    background-color: #68A883;
    color: #313131;
    padding: 10px;
    border-radius: 10px;
    font-weight: 400;
}

.privacidad:hover::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600; 
    content: "\f505\00a0";
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.legal:hover::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600; 
    content: "\f2b5\00a0";
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.link-servicios { 
    text-decoration: none;
    color: #212529;
}

.link-servicios:hover {
    background-color: #68A883;
    color: #313131;
    padding: 10px;
    border-radius: 10px;
    font-weight: 400;
    color: white;
}

.lnk-servicios {
    text-decoration: none;
    color: #212529;
}

.lnk-servicios:hover {
    text-decoration: none;
    color: #212529;
    background-color: #E3F5EB;
    opacity: 0.98;
}

.ul-punto-atencion {
    list-style:none;
    font-size: 14px;
    padding-left: 0;
}

.section-titulo-bloque-atencion {
    background: #68A883; 
    width:10px; 
    height:30px; 
    display: inline-block;
}

.bg-gray {
    background-color: #c0c0c0 !important;
}

.ul-servicio-corporativo li {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600; 
    content: "\f00c\00a0";
}

.card-convenio {
    background-color: white;
    border-radius: 15px;
}

.card-convenio-odd {
    background-color: #e7e6e6;
    border-radius: 15px;
}

.bg-interlab {
    background-color: #68A883 !important;
}

.btn-resultados:hover {
    cursor: pointer;
}

.icon {
    width: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.icon.icon-primary {
    background: #68A883;
}

.icon.icon-left {
    left: 0;
}

.text {
    width: calc(100% - 60px);
}

.bg-gray-2 {
    background-color: #e7e6e6;
}

.tile {
    -webkit-transform: translateY(50px) rotate(-5deg) translateZ(0);
    transform: translateY(50px) rotate(-5deg) translateZ(0);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
}

.bottom-right.inView {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
    transform: translateY(0px) rotate(0deg) translateZ(0);
}

.inView {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
    transform: translateY(0px) rotate(0deg) translateZ(0);
}

/*.slanted-div {
    position: relative;
    background: white;
    overflow: visible;
    z-index: 1;
}

 
.slanted-div:before, .slanted-div:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    transform-origin: right top;
    transform: skewY(-0.85deg);
}

.slanted-div:after {
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(0.95deg);
}

.slanted-div div {
    
    line-height: 1.5;
}
*/


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #68A883;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.noticias-text {
    font-size: 22px;
    padding: 0.50em 0.50em;
}

.ul-list-acceso-rapido {
    width:100%;
    height:20px;
    text-align:center;
}
.li-list-acceso-rapido {
    display: inline-block;
    *display: inline;  
    *zoom: 1;  
    color:white;
    background-color: #68A883;
}
.center-noticias, center-legal {
    margin: auto;
    width: 95%;
}

.font-weight-bolder {
    font-weight: bolder!important;
}

.btn-flotante {
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    /*border-radius: 5px; Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: #25d366; /*  Color de fondo */
    /*padding: 18px 30px; Relleno del boton */
    position: fixed;
    bottom: 35px;
    right: 5px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 10px 15px 10px 15px;
}

.btn-flotante:hover {
    /*background-color: #F1F1F1; Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}


.btn-flotante-bottom {
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    /*border-radius: 5px; Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: #68A883; /*  Color de fondo */
    /*opacity: 0.85;*/
    /*padding: 18px 30px; Relleno del boton */
    position: fixed;
    bottom: 0;
    right: 0;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 1040;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 11px;
    padding: 5px 10px 5px 10px;
}

/*
.btn-flotante-bottom label span {
    display: none;
    font-size: 11px;
    width: 80px;
}

.btn-flotante-bottom:hover label span {display: inline; color: #212529 !important; }
*/
.page_info{
    padding-bottom: 3vw;
    background-color: white;
}

.under-below { 
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; 
}

.icon-box {
    color: #fff;
    position: absolute;
    margin: -60px auto;
    left: 0;
    right: 0;
    top: 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 9;
    background: #E3F5EB;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}

.dtrow:hover {
    background: #E3F5EB;
}

.dtrow-selected {
    background: #c0c0c0 !important;
    color: #212529 !important;
    font-weight: 400;
}