.contenedorIMGInicio{
    width: 100%;
    height: 60vh;
    background: url(../img/imgSistem/doctores.avif);
    background-size: 1920px 150%;
    /* filter: brightness(0.5); */
    background-color: #34c2d2;
    background-blend-mode: hard-light;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#tituloDM{
    font-size: 7rem;
    font-weight: 700;
    color: white;
    z-index: 5;
    text-shadow: rgba(0, 0, 0, 0.305) 0px 0 40px;
}
.CBP{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: -80px !important;
}
.buscadorP{
    width: 50%;
    height: 150px;
    background: #ededed;
    box-shadow: 0px 10px 10px rgba(114, 114, 114, 0.636);
    border-radius: 20px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.contenedorBDPYS{
    width: 50% !important;
    margin: 0 !important;
}
.dropdown{
    width: 40%;
    height: 70px;
}
#dropdownMenuLink{
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border-radius: 15px;
    color: #212529;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 5%;

    .dMD{
        color: #0EC1D5;
        font-size: 2rem;
    }
}
#dropdownMenuLink:focus{
    border-color: #0EC1D5;
    box-shadow: none;
}
.dropdown-toggle::after{
    color: #0EC1D5;
    font-size: 3rem;
}
.dropdown-menu {
    width: 100%;
    border-radius: 15px;
}
.form{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.form .fa-search{
    font-size: 1.4rem;
    position: absolute;
    /* top:20px; */
    left: 15px;
    color: #38d0e1;

}
.form span{
    color: white;
    position: absolute;
    right: -15px;
    /* top: 13px; */
    padding: 12px;
    border-left: 1px solid #d1d5db;
    /* background: #34c2d2; */
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(145deg, #38d0e1, #2fafbd);
    box-shadow:  13px 13px 26px #c2c2c2,
             -13px -13px 26px #ffffff;
}
.left-pan{
    padding-left: 7px;
    margin-top: -5px;
}
.left-pan i{
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 10px;
}
.form-input{

    height: 55px;
    text-indent: 33px;
    border-radius: 10px;
}
.form-input:focus{

    box-shadow: none;
    border:none;
}
#inputBusqueda{
    height: 70px;
    border-radius: 15px;
    border: 1px solid #ffffff;
}
#inputBusqueda:focus{
    border-color: #0EC1D5;
    box-shadow: none;
}
.redesDoctores{
    position: absolute;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    margin-top: -22px;

    a{
        text-decoration: none;
        color: white;
    }
}
.redesDoctores i, .redesDoctores svg{
    border-radius: 50%;
    background: #0EC1D5;
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 15px;
    margin-right: 15px;
}
.CCardDoctores{
    width: 100% !important;
    margin-top: 50px !important;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
        flex-direction: row-reverse;
}
.cardDoctor{
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 30px;
    width: 240px !important;
    height: 270px;
    padding: 0 !important;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    box-shadow: 0px 10px 20px rgba(114, 114, 114, 0.636);
    margin: 25px;
}
.datosDoctorContenedor{
    background: white;
    width: 100%;
    height: 150px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: center;
}
.row{
    justify-content: space-evenly !important;
}
.textDoctores{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    a{
        text-decoration: none;
    }
    h2{
        color: #ce1225;
        font-size: 1.5rem;
        text-align: center;
    }
}