.elementor-9940 .elementor-element.elementor-element-f3cf6c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-9940 .elementor-element.elementor-element-b76b9b9 > .elementor-widget-container{margin:50px 0px 50px 0px;}.elementor-9940 .elementor-element.elementor-element-b76b9b9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:32px;font-weight:600;color:#6BA7BD;}.elementor-9940 .elementor-element.elementor-element-f4e1af2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--margin-top:0px;--margin-bottom:200px;--margin-left:0px;--margin-right:0px;}.elementor-9940 .elementor-element.elementor-element-bcd5bbb{--display:flex;--border-radius:0px 0px 0px 0px;}@media(max-width:767px){.elementor-9940 .elementor-element.elementor-element-f4e1af2{--justify-content:flex-start;}.elementor-9940 .elementor-element.elementor-element-bcd5bbb{--width:100%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-9940 .elementor-element.elementor-element-f4e1af2{--content-width:1200px;}.elementor-9940 .elementor-element.elementor-element-bcd5bbb{--width:80%;}}/* Start custom CSS for html, class: .elementor-element-3878507 */.swiper {
  width: 100% !important;
  height: auto;
}
 
.tarjetas_formularios{
    background: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 40px 0 rgba(211, 211, 211, 0.5);
    width: 90% !important;
    margin: 40px;
}
 
.titulos_solicitudes{
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #6BA7BD;
}
 
.tarjetas_formularios > .capa_botones > .swiper-button-next::after, .tarjetas_formularios > .capa_botones > .swiper-button-prev::after{
    content: '' !important;
}
 
.form-group{
    width: 48% !important;
    margin: 8px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.form-group.third-section{
    width: 95% !important;
}
 
.form-group > label{
    color: #444;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    width: 95%;
    margin-bottom: 3px;
 
}
 
.form-group > input.form-control{
    border-radius: 8px;
    background: #E5F0F4;
    height: 46px !important;
}
 
.form-check-input{
    /*width: 18px !important;*/
    /*height: 18px !important;*/
    flex-shrink: 0 !important; 
    border-color: #D3D3D3 !important;
    appearance: inherit !important;
}
 
.form-check-label{
    color: #444;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    padding-left: 11px;
}
 
.next-form-firstPage, .next-form-secondPage, .prev-form, .prev-form-2{
    cursor: pointer;
}
 
div.precio_inscripcion {position: relative;}
div.precio_inscripcion > span::after{
    content: '€';
    position: absolute;
    top: 38px;
    right: 30px;
}
 
 
#enviar_solicitud{
    width: 219px; 
    height: 46px; 
    flex-shrink: 0; 
    background-color: #983251; 
    border-radius: 8px; 
    padding: 0 !important; color: #fff";
}
 
@media (max-width: 576px){
   .tarjetas_formularios{
        box-shadow: 2px 2px 40px 0 rgba(211, 211, 211, 0.3);
        width: 100% !important;
        margin: 40px 0;
    }
 
    .form-group{
        width: 100% !important;
    }
    .datepicker-modal-container{
        width: 360px !important;
    }
    #enviar_solicitud{
        width: 200px;
    }
}/* End custom CSS */