.elementor-9855 .elementor-element.elementor-element-4db3e1c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-9855 .elementor-element.elementor-element-4db3e1c:not(.elementor-motion-effects-element-type-background), .elementor-9855 .elementor-element.elementor-element-4db3e1c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9855 .elementor-element.elementor-element-eb1eaea{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9855 .elementor-element.elementor-element-15d5445 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:600;color:#6BA7BD;}.elementor-9855 .elementor-element.elementor-element-fc0b133{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:200px;--margin-left:0px;--margin-right:0px;}.elementor-9855 .elementor-element.elementor-element-fc0b133.e-con{--align-self:center;}.elementor-9855 .elementor-element.elementor-element-dbd7433{--display:flex;}.elementor-9855 .elementor-element.elementor-element-818e76b{--display:flex;--justify-content:flex-end;}.elementor-9855 .elementor-element.elementor-element-273a8f4{--display:flex;}@media(max-width:1024px){.elementor-9855 .elementor-element.elementor-element-15d5445{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-9855 .elementor-element.elementor-element-15d5445.elementor-element{--align-self:center;}.elementor-9855 .elementor-element.elementor-element-fc0b133{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}}@media(max-width:767px){.elementor-9855 .elementor-element.elementor-element-273a8f4{--width:90%;}}@media(min-width:768px){.elementor-9855 .elementor-element.elementor-element-eb1eaea{--width:90%;}.elementor-9855 .elementor-element.elementor-element-fc0b133{--width:100%;}.elementor-9855 .elementor-element.elementor-element-dbd7433{--width:30%;}.elementor-9855 .elementor-element.elementor-element-818e76b{--content-width:347px;}.elementor-9855 .elementor-element.elementor-element-273a8f4{--width:76%;}}@media(max-width:1024px) and (min-width:768px){.elementor-9855 .elementor-element.elementor-element-fc0b133{--width:100%;}.elementor-9855 .elementor-element.elementor-element-dbd7433{--width:90%;}.elementor-9855 .elementor-element.elementor-element-273a8f4{--width:90%;}}/* Start custom CSS for html, class: .elementor-element-087ef2b */.parte_filtro{
    border-radius: 15px;
    background: #fff;
    box-shadow: 2px 2px 40px 0px rgba(211, 211, 211, 0.5);
    padding: 27px 18px;
    margin-bottom: 30px
}

.principales, .secundarios, .close-cancel{
    border-radius: 8px;
    height: 52px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 20px;
}

.principales, .close-cancel{
   background: #6BA7BD;
   color: #fff; 
   cursor: pointer;
   border: 2px solid #6BA7BD;
}

.close-cancel{
    cursor: inherit;
}

.principales > a{
    color: #fff;
}

.principales:hover, .principales:focus, .principales:active{
    color: #6BA7BD;
    background: #fff; 
}

.principales:hover > a, .principales:focus > a, .principales:active > a{
    color: #6BA7BD;
}

.secundarios{
    background: #F0F0F0;
    color: #444;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 20px;
}

.titulo_filtro{
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #444;
    padding-left: 18px;
}

.form-check-input[type="checkbox"]{
    border-radius: 1rem !important;
    background-image: none !important;
    /*background-color: #6BA7BD!important;*/
}

.form-check-input[type="checkbox"]:checked{
    border-radius: 1rem !important;
    background-color: #6BA7BD;
    border: .125rem solid rgba(0,0,0,.25) !important;
    /*background-color: #6BA7BD!important;*/
}

.form-check-input[type="checkbox"]:checked:focus {
  background-color: #6BA7BD;
  border: .125rem solid rgba(0,0,0,.25) !important;
}

.form-check-input[type="checkbox"]:focus::after{
    background-color: transparent !important;
}

.form-check-label{
    padding-left: 10px !important;
}

.principales > button{
    background: none;
}
.principales > button > svg{
    fill: #fff;
}
.principales:hover > button > svg{
    fill: #6BA7BD;
    /*animation: gira 2s infinite;*/
}
.principales > button:hover > svg{
    animation: gira 2s infinite;
}

.filter-type{
    background: white;
    border: 1px solid black;
    border-radius: 999px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.filter-type:hover{
    cursor: pointer;
}

.option-1{
    border-color: #6BA7BD;
    color: #6BA7BD;
}

.option-1:hover, .option-1.active{
    background-color: #6BA7BD;
    color: white;
}

.option-2{
    border-color: #F4BE7E;
    color: #F4BE7E;
}

.option-2:hover, .option-2.active{
    background-color: #F4BE7E;
    color: white;
}

.option-3{
    border-color: #983251;
    color: #983251;
}

.option-3:hover, .option-3.active{
    background-color: #983251;
    color: white;
}

.option-4{
    border-color: #D3D3D3;
    color: #D3D3D3;
    width: 150px;
}

.option-4:hover, .option-4.active-close{
    background-color: #D3D3D3;
    color: white;
}

.option-5{
    border-color: #444;
    color: #44;
    width: 150px;
}

.option-5:hover, .option-5.active-close{
    background-color: #444;
    color: white;
}

@keyframes gira{
    to{
        transform: rotate(0deg);
    }
    
    from{
        transform: rotate(360deg);
    }
}

@media (max-width: 578px){
    
    .option-4, .option-5{
        width: 145px;
    }
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-947afdc */.class_chip{
    height: 32px; 
    border-radius: 16px; 
    padding: 0 12px; 
    gap:8px;
    background: #ECEFF1; 
    color: #4F4F4F; 
    font-family: 'Poppins'; 
    font-size: 13px; 
    font-weight: 400; 
    line-height: 200%;
}
 
.class_chip:hover{
    cursor: pointer;
}
 
.layout_contenidos{
    font-family: 'Poppins';
    gap: 12px 10px;
    padding: 40px 30px 29px 30px;
    color: #444;
    background: #fff;
    box-shadow: 2px 2px 40px 0px rgba(211, 211, 211, 0.50);
    width: 380px;
    border-radius: 15px;
    margin: 0 10px 23px 10px;
    position: relative;
}
 
.sin_contenido{
    width: 700px;
}
 
.ovario, .cervix, .endometrio, .otros, .cerrado, .cancelado{
    gap: 10px;
    display: flex;
    align-items: center;
}
 
.azul{
    font-family: 'Poppins';
    color: #6BA7BD;
    font-weight: 600;
}
 
.btn_cerrar_azul{
    background-color: #6BA7BD !important;
    color: #fff !important;
}
 
.rojo{
    font-family: 'Poppins';
    color: #983251;
    font-weight: 600;
}
 
.btn_cerrar_rojo{
    background-color: #983251 !important;
    color: #fff !important;
}
 
.amarillo{
    font-family: 'Poppins';
    color: #F4BE7E;
    font-weight: 600;
}
 
.btn_cerrar_amarillo{
    background-color: #F4BE7E !important;
    color: #fff !important;
}
 
 
.negro{
    font-family: 'Poppins';
    color: #444;
    font-weight: 600;
}
 
.btn_cerrar_negro{
    background-color: #444 !important;
    color: #fff !important;
}
 
 
.ovario > span:first-child, .cervix > span:first-child, .endometrio > span:first-child, .otros > span:first-child, .cerrado > span:first-child, .cancelado > span:first-child{
    border-radius: 26px;
    height: 40px;
    color: #fff;
    padding: 0px 29px;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
}
 
.ovario > span:last-child, .cervix > span:last-child, .endometrio > span:last-child, .otros > span:last-child, .cerrado > span:last-child, .cancelado > span:last-child{
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
 
.ovario > span:first-child{
    background-color: #6BA7BD;
}
 
.cervix > span:first-child{
    background-color: #983251;
}
 
.endometrio > span:first-child{
    background-color: #F4BE7E;
}
 
.otros > span:first-child{
    background-color: #444;
}
 
.ovario > span:last-child{
    color: #6BA7BD;
}
 
.cervix > span:last-child{
    color: #983251;
}
 
.endometrio > span:last-child{
    color: #F4BE7E;
}
 
.otros > span:last-child{
    color: #444;
}
 
.cerrado > span:first-child{
    background-color: #D3D3D3;
}
.cerrado > span:last-child{
    color: #D3D3D3;
}
 
.cancelado > span:first-child{
    background-color: #444;
    color: #fff;
}
.cancelado > span:last-child{
    color: #444;
}
 
.titulos_estudios{
    color: #444;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
 
.autor_estudios{
    color: #444;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 12px 0;
}
 
.descripcion_estudios, .centros_estudios{
    color: #444;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
 
.centros_estudios{
    font-style: italic;
    font-weight: 400; 
}
 
.layout_contenidos > a{
    text-decoration: underline;
}
 
.centros_hospitalarios, .centros_hospitalarios:hover {
    font-family: 'Poppins';
    color: #6BA7BD;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none !important;
    cursor: pointer;
}
 
.verMas, .verMas:hover{
    font-family: 'Poppins';
    color: #6BA7BD;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: 60px;
}
 
.verMas:focus{
    color: #6BA7BD;
}
 
.doctor_modal{
    font-family: 'Poppins';
    color: #444;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
 
.hospital_modal{
    font-family: 'Poppins';
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
 
 
@media (max-width: 991px){
    .layout_contenidos{
        width: 45%;
    }
    .sin_contenido{
        width:100%;
    }
}
 
@media (max-width: 576px){
    .layout_contenidos{
        width: 100%;
    }
}/* End custom CSS */