/* .btnFondo{
    background-color: antiquewhite;
} */

/* imagen de inidcio */
.container-portada{
    width: 100%;
    height: 260px;
    position: relative;
    background-image: url("../images/encabezados/profesionales.jpg");
    background-size: 200%;
    animation: movimiento 20s infinite linear alternate;  
}

@keyframes movimiento{
    from{
        background-position: bottom left;
    }to{
        background-position: top right;
    }
}

/* hecho por Jeferson */
.listado{
    margin-left: 3%;
    margin-right: 10%;
    margin-block-start: -2%;
}

.listado:hover{
    background-color: rgba(23, 160, 162, 0.514);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.1rem;  
}
.textCard{
    background-color: white;
}

.especialista{
    background-color: rgba(23, 160, 162, 0.63);
    color: azure;
}
/* fin hecho por Jeferson */

.capa-gradient{
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left, black, #0672d0);
    opacity: 0.5;
}

.container-details{
    width: 100%;
    max-width: 1200px;
    position: relative;
    /* margin: auto; */
}


.details{
    width: 100%;
    max-width: 500px;
    position: relative;
    top: 10rem;
    color: white;
}

.details h1{
    text-align: center;
    justify-content: center;  
    font-size: 40px;
    font-weight: 100;
    margin-left: 4.4rem;
}

.details p{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 100;
    margin-left: 10px;
}


@media screen and (max-width: 500px){
    .details p{
        font-size: 18px;
    }
}
/* Final imagen de inicio */

/* tamaño de fuente */
.font_big{
    font-size: 1.1rem;
    color: rgb(23, 160, 162);
    /* color: black; */
}

/* lista */
.listas{
    font-size: 1rem;
    color: rgb(44, 54, 201);   
}



.listas:hover{
    font-size: 1.5rem;
    color: rgb(14, 83, 233);
}

.listas span{
    font-size: 1rem;
    color: black;
}

.listas span:hover{
    font-size: 1.2rem;
}

/* info doctor */
.nombre_doc{
    text-align: center;
    font-size: 18px;
}

.nombre_doc:hover{
    color: darkcyan;
}

.nombre{
    text-align: left;
}

a{
    color: black;
}

a:link, a:visited, a:active {
    text-decoration:none;
}

#especialista{
    margin: 1rem;
    text-align: center;
}

/* imagen del doctor */
.img_doc{
    display: block !important;
    margin: auto !important;
    padding-top: 1rem;
    /* padding-bottom: 1rem; */
    padding-right: 1rem;
    padding-left: 1rem;
}

/* imagen del servicio */
.img-fluid {
    min-width: 15rem;
}
