.elementor-1420 .elementor-element.elementor-element-fd02956{--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;--padding-top:150px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-1420 .elementor-element.elementor-element-c8f674c{text-align:center;}.elementor-1420 .elementor-element.elementor-element-6dab813.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-6dab813 */input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}

input.wpcf7-validates-as-number {
    width: 100% !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
}

span.wpcf7-list-item-label {

    margin-top: 0px !important; 
}

.label-custom input[type="text"]{
    pointer-events: none;
}
.form-libro{
    font-size: 14px;
}
.form-libro input[type='radio'] {
    accent-color: var(--e-global-color-secondary );
}
.form-libro input{
    border-radius: 0px;
    padding: 12px;
    border:1px solid #A6B2C1;
}
.form-libro select{
    border:1px solid #A6B2C1;
    border-radius: 0px;
    padding: 12px;
}

.book-datos{
    max-width: 843px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.book-datos-box{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
    background: #dcf4ff;
}
.book-datos-box p{
    margin: 0;
}
.book-datos-box label{
    display: inline-block;
    color: #00224F;
    font-weight: 500;
    font-size: 14px;
}
.book-datos-box .wpcf7-form-control-wrap{
    display: inline-block;
}
.book-datos-box input{
    text-align: center;
    border: 0 !important;
color: #2B4AD9;
font-weight:500;
    pointer-events:none;
    background: transparent;
    padding: 0 !important;
}
.book-box-first{
    padding: 50px 0px 50px;
}
.book-box{
    padding: 50px 0px 50px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.book-title{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}
.book-subtitle{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 28px;
}
.book-input-two{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.book-input-two .book-input{
    width: 49%;
}
.book-input-three{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;;
}
.book-input-three .book-input{
    width: 32.2%;
}
.book-checks{
    margin-bottom: 40px;
    color: #000;
}
.book-checks .wpcf7-list-item{
    margin: 0;
    margin-right: 60px;
    color: #000;
}
.book a{
    color: #000;
    font-weight: 700;
    text-decoration: underline !important;
}
.wpcf7-list-item label{
    display: flex;
    align-items: center;
}
.wpcf7-list-item label input{
      border: 2px solid #3c3c3a;
      width: 18px;
      height: 18px !important;
      appearance: none;
      flex-shrink: 0;
      background-color: transparent;
      border-radius: 3px;
      margin-right: 7px;
    }

.wpcf7-list-item label input:checked {
      background-color: #2B4AD9;
      height: 25px;
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    }
.book-input .input-file{
    width: 100%;
    background: #F2F2F2;
    padding: 12px 18px 12px;
}
.book-input .input-file::-webkit-file-upload-button{
    visibility: hidden;
    width: 0;
}
.btn-send {
    text-align: center;
}
.book-edad{
    margin-top: 50px;
    margin-bottom: 28px;
    font-size: 16px;
}
.book-edad .wpcf7-list-item{
    margin: 0;
}

.book-accept{
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-accept a{
    color: #000;
    font-weight: 600;
    text-decoration: underline
}
@media screen and (max-width: 767px){
   .book-input-three .book-input{
        width: 100%
    }
    .book-input-two .book-input{
        width: 100%
    }
    .book-datos-box{
        width: 100%;
    }
    .book-title{
        font-size: 16px;
    }
    .book-subtitle{
        font-size: 15px;
    }
}/* End custom CSS */