.elementor-7750 .elementor-element.elementor-element-909d729 > .elementor-background-overlay{background-image:url("https://idmperu.com/wp-content/uploads/2021/12/header.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0.2;}.elementor-7750 .elementor-element.elementor-element-909d729 > .elementor-container{min-height:200px;}.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-7750 .elementor-element.elementor-element-d3eda8b{text-align:center;}.elementor-7750 .elementor-element.elementor-element-97db256 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7750 .elementor-element.elementor-element-bb69b4f > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-7750 .elementor-element.elementor-element-d068bf4{width:100%;max-width:100%;}/* Start custom CSS for section, class: .elementor-element-909d729 */#ordendigitalclase{
    display: none;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3d2430d */:root {
            --primary-color: #61d9a0;
            --dark-text-color: #2c2c2c;
            --light-text-color: #777;
            --button-border-color: #dcdcdc;
            --bg-color: #fff;
            --padding-x: 100px;
        }
        .elementor.elementor-location-header section.elementor-section.elementor-top-section {
            position: relative !important;
            margin-top: 0px !important;
            -webkit-backdrop-filter: brightness(97%) blur(7px);
    backdrop-filter: brightness(97%) blur(7px);
        }
        .elementor-26 .elementor-element.elementor-element-2af0ce7 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-26 .elementor-element.elementor-element-2af0ce7 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{
            background-color: transparent !important;
        }
        .elementor-26 .elementor-element.elementor-element-2af0ce7 .elementor-nav-menu--main .elementor-item {
            color: #122f5c !important;
            fill: #122f5c !important;
        }
        .elementor-26 .elementor-element.elementor-element-2af0ce7 .elementor-nav-menu--main .elementor-item:hover{
            color: #009f93 !important;
            fill: #009f93 !important;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Montserrat';
            background-color: var(--bg-color);
            line-height: 1.6;
            color: var(--light-text-color);
        }
        h1, h2, h3 {
            color: var(--dark-text-color);
        }
        a {
            text-decoration: none;
            color: var(--light-text-color);
            transition: color 0.3s;
        }
        a:hover {
            color: var(--dark-text-color);
        }
        .btn {
            padding: 12px 25px;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            text-align: center;
            border: 2px solid transparent;
            transition: all 0.3s;
        }
        .btn-primary {
            background-color: #20b2aa;
            color: #fff !important;
            box-shadow: 0 4px 15px rgba(97, 217, 160, 0.4);
        }
        .btn-primary:hover{
            color: #0a2b5c !important;
        }
        .btn-secondary {
            background-color: #fff;
            color: var(--light-text-color);
            border-color: var(--button-border-color);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        .auth-buttons {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .hero {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 150px var(--padding-x);
            position: relative;
            background-image: url('https://idmperu.com/wp-content/uploads/2025/08/IDM-PERU-PORTADA-WEB.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            overflow: hidden;
            margin-top: -100px;
            max-height: 500px;
        }
        .hero p{
            font-size: 15px;
        }
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        .hero-content {
            flex: 1;
            padding-right: 50px;
            position: relative;
            z-index: 2;
        }
        .hero-content h1 {
            font-size: 48px;
            font-weight: 600;
            line-height: 1.2;
            margin-bottom: 20px;
        }
        .hero-content p {
            margin-bottom: 30px;
        }
        .hero-buttons {
            display: flex;
            gap: 15px;
        }
        .hero-image {
            position: relative;
            flex: 1;
            text-align: right;
            z-index: 2;
        }
        .floating-element {
            position: absolute;
            background-color: #fff;
            border-radius: 15px;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        .bar-graph {
            top: 20%;
            left: auto;
            right: 20%;
            transform: translateX(0%);
            width: 150px;
            z-index: 3;
        }
        .bar-graph h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }
        .graph {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            height: 50px;
        }
        .bar {
            width: 15px;
            background-color: var(--primary-color);
            border-radius: 5px;
        }
        .bar:nth-child(1) { height: 70%; }
        .bar:nth-child(2) { height: 50%; }
        .bar:nth-child(3) { height: 90%; }
        .bar:nth-child(4) { height: 60%; }
        .vaccine-card {
            bottom: 20%;
            left: auto;
            right: 0%;
            transform: translateX(0%);
            width: 200px;
            display: flex;
            flex-direction: column;
            z-index: 3;
        }
        .vaccine-card h3 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        /* --- */

        /* Stats Section (sin cambios) */
        .stats {
            display: flex;
            justify-content: space-around;
            text-align: center;
            padding: 50px var(--padding-x);
            gap: 20px;
        }
        .stat-item {
            flex: 1;
            padding: 20px;
        }
        .stat-item .icon {
            font-size: 40px;
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        .stat-item h3 {
            font-size: 20px;
            margin-bottom: 5px;
        }
        .stat-item p {
            font-size: 14px;
        }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d068bf4 */:root {
    --primary-color: #20b2aa;
    --hover-color: #20b2aa;
    --active-color: #20b2aa;
    --text-color: #FFF;
    --bg-color: #fff;
    --border-radius: 8px;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}
.body_class {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
    line-height: 1.4;
}
.dental-chart input{
    width: 25px;
    height: 25px;
    z-index: 1;
        display: inline-block;
    border: 2px solid #000;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

 

.dental-chart input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 25px !important;
            height: 25px !important;
            border: 2px solid #ccc;
            border-radius: 4px;
            outline: none;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
        }
.dental-chart input[type="checkbox"]:checked {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }
.dental-chart input:checked::after {
            content: "";
            position: absolute;
            color: white;
            font-size: 14px;
            font-weight: bold;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 18px !important;
            height: 18px !important;
            border: 2px solid #ccc;
            border-radius: 4px;
            outline: none;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
        }
input[type="checkbox"]:checked {
            background-color: #1545a0;
            border-color: #1545a0;
        }
input:checked::after {
            content: "";
            position: absolute;
            color: white;
            font-size: 14px;
            font-weight: bold;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

.dental-chart input:before {
    /*content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 45%;
    background: linear-gradient(to bottom, #ffffff, #e0e0e0);
    border-radius: 50% 50% 0 0;
    border-top: 1px solid #bbb;
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.2);*/
}

.dental-chart input::after {
    /*content: '';
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    height: 35%;
    background: #ffffff;
    border-radius: 50% 50% 25% 25%;
    box-shadow: 
                0 2px 0 #e0e0e0,
                0 3px 5px rgba(255, 255, 255, 0.6),
                0 5px 0 #e0e0e0,
                0 8px 5px rgba(255, 255, 255, 0.4);*/
}


.dental-chart .wpcf7-list-item.first.last label span{
    width: 25px;
    height: 25px;
    z-index: 2;
    margin-left: -22px;
    margin-top: 14px;
}
.wpcf7-list-item.first.last label{
    display: flex;
    align-items: center;
    justify-content: center;  
}
.wpcf7-list-item.first.last label span{
    margin-left: 4px;
    width: 85%;
}
p {
    margin-block-end: 0rem;
    font-family: 'Montserrat';
    font-size: 13px;
}
.container {
    max-width: min-content;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: -80px;
}

.patient-section {
    margin-bottom: 0px;
}
.patient-section.estudioson{
    margin-bottom: 25px;
}
.patient-section.estudiodad {
    margin-bottom: 25px;
}
.patient-section.estudiosede{
    margin-top: 25px;
}
.patient-section.estudiodad{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.patient-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    //flex-wrap: wrap;
}
.birth-date .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 8px;
    border: 1px solid #009f93;
    border-radius: 4px;
    font-size: 14px;
    height: 38px;
}

.birth-date .cf7-ds-container .select2-container {
    min-width: auto;
    padding: 0px;
    /* border: 1px solid #009f93; */
    /* border-radius: 4px; */
    /* font-size: 14px; */
    width: 100px;
}
#edad_paciente{
    background-color: #cccccc7d;
}
#edad_paciente:focus {
    cursor: not-allowed;
}
#edad_paciente:hover {
    cursor: not-allowed;
}
.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
}

.form-group input,
.form-group select {
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.birth-date {
    display: flex;
    gap: 10px;
    align-items: center;
}

.birth-date p{
    display: flex;
    gap: 10px;
    align-items: center;
}

.birth-date label {
    margin-bottom: 0;
    margin-right: 10px;
}

.birth-date select {
    padding: 8px;
    border: 1px solid #009f93;
    border-radius: 4px;
    width: 100px;
}

.section-header {
    background-color: #20b2aa;
    color: white;
    padding: 12px 20px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0 0px 0;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 10px;
}

.section-header.estudio{
    background-color: #20b2aa;
    color: white;
    padding: 12px 20px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0 0px 0;
    border-radius: 4px;
    font-size: 16px;
    width: 40%;
}

.checkbox-row {
    display: flex;
    gap: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}
.patient-section.estudiodad .checkbox-row .wpcf7-list-item.first.last label span {
    font-size: larger;
    font-weight: bold;
    color: #1d3257;
}

.patient-section.estudiodad .wpcf7-list-item.first.last label{
    margin-top: 20px;
    flex-direction: row-reverse;
}

.patient-section.estudiodad .checkbox-row .wpcf7-list-item.first.last label input{
    margin-left: 10px;
    width: 25px;
    height: 25px;
}
.checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.dental-chart {
    display: flex;
    justify-content: center;
    margin: 5px 0;
    gap: 10px;
    align-items: center;
}

.chart-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chart-section.cero {
    border: 5px solid #20b2aa;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 10px;
}
.chart-section.cero_2 {
    border: 2px solid #1545a0;
    padding-top: 65px;
    padding-bottom: 65px;
    margin-left: 10px;
}
.chart-letter {
    background-color: #20b2aa;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.teeth-row {
    display: flex;
    gap: 2px;
    margin-bottom: 5px;
}

.tooth {
    width: 30px;
    height: 30px;
    //border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    //background-color: white;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.tooth.selected {
    //background-color: #20b2aa;
    //color: white;
    //box-shadow: 0 0 10px rgba(32, 178, 170, 0.5);
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 0px;
}

.option-column {
    display: flex;
    /*flex-direction: column;*/
    gap: 10px;
}

.radio-group {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.text-area {
    width: 100%;
    min-height: 80px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-family: Arial, sans-serif;
}

.specifications {
    margin: 15px 0;
}

.specifications label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.right-panel {
    background-color: ;
    padding: 0px;
    border-radius: 8px;
    margin-left: 20px;
    min-width: 300px;
}

.panel-section {
    margin-bottom: 20px;
}

.panel-header {
    background-color: #20b2aa;
    color: white;
    padding: 8px 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 20px 20px 0px 0px;
    font-size: 14px;
    margin-top: 5px;
}

.panel-header.white {
    background-color: #bbdee3;
    border-radius: 0px 0px 0px 0px;
    color: #1d3257;
    font-size: x-large;
}

.panel-header p {
    font-size: medium;
}

.panel-header.dark {
    background-color: #252b5d;
    border-radius: 20px 20px 20px 20px;
}

.panel-header.white2 {
    background-color: #34b7bf;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-list-horizontal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

.submit-button {
    background-color: #20b2aa;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 30px auto;
    width: 300px;
    transition: background-color 0.3s, transform 0.3s;
}

.submit-button:hover {
    background-color: #1a9a91;
    transform: translateY(-2px);
}

.main-content {
    display: flex;
    gap: 0px;
}

.left-content {
    flex: 2;
}

.right-content {
    flex: 1;
}

.guide-section {
    margin: 20px 0;
}

.guide-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.intraoral-chart {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 2px;
    margin: 0px 0;
    max-width: 400px;
}

.intraoral-tooth {
    width: 35px;
    height: 35px;
    //border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    //background-color: white;
    //transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.intraoral-tooth.selected {
    //background-color: #20b2aa;
    //color: white;
    //box-shadow: 0 0 10px rgba(32, 178, 170, 0.5);
}

.location-section {
    margin: 20px 0;
}

.location-section label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.sede-section {
    background-color: #ffffff;
    padding: 0px;
    border-radius: 4px;
    margin-top: 0px;
    display: flex;
    justify-content: space-evenly;
}

.sede-title {
    font-weight: 900;
    font-size: large;
    color: #202855;
    margin-bottom: 10px;
}
textarea{
        height: 4em;
}
.fechanac p {
    margin-block-end: 0.1rem;
}
/* Media Queries */

@media (max-width: 1024px) {
    .main-content {
        flex-wrap: wrap;
    }
    .birth-date select {
        width: 70px;
    }
    .patient-section.estudioson .form-row{
        flex-wrap: wrap;
    }
}
@media (max-width: 820px) {
    .patient-section.estudioson .form-row{
        flex-wrap: wrap;
    }
    .birth-date select {
        width: 60px;
    }
}
@media (max-width: 768px) {
    .form-group {
        
    }
}
@media (max-width: 468px) {
    .chart-section.cero {
        display:none;
    }
    .chart-section.cero_2 {
        display:none;
    }
    .main-content {
        flex-wrap: wrap;
    }
    .container {
        padding: 15px;
        max-width: max-content;
    }
    .section-header.estudio {
        width: 60%;
    }
    .patient-title {
        font-size: 14px;
    }

    .form-row {
        flex-direction: column;
    }

    .form-group {
        min-width: 100%;
    }

    .birth-date {
        align-items: center;
        //width: 80%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .birth-date select {
        width: 100%;
    }

    .section-header {
        font-size: 14px;
    }

    .checkbox-row {
        /*flex-direction: column;
        align-items: flex-start;*/
    }

    .checkbox-group {
        gap: 5px;
    }

    .dental-chart {
        flex-direction: column;
        align-items: center;
    }

    .chart-section {
        margin-bottom: 20px;
    }

    .tooth {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }

    .options-grid {
        grid-template-columns: 1fr;
    }

    .radio-group {
        flex-direction: column;
    }

    .text-area {
        min-height: 60px;
    }

    .right-panel {
        margin-left: 0;
        margin-top: 20px;
        min-width: 100%;
    }

    .panel-header {
        font-size: 12px;
    }

    .submit-button {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }

    .main-content {
        flex-direction: column;
    }

    .left-content {
        flex: 1;
    }

    .right-content {
        flex: 1;
        margin-top: 20px;
    }

    .intraoral-chart {
        max-width: 100%;
    }

    .intraoral-tooth {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .location-section label {
        font-size: 12px;
    }

    .sede-title {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-bb69b4f */#responsive-form{
/* max-width:600px; -- cambiar esto para conseguir el ancho de la forma deseada --*/
  margin:0 auto;
  width:100%;
  font-family: 'Montserrat';
}
#responsive-form input.wpcf7-submit{
    width: 100%;
    background-color: #122f5c;
    color: white;
    border-radius: 20px;
    border: 0px solid;
    font-size: xx-large;
    font-family: 'Montserrat';
    font-weight: 900;
}
#responsive-form label span.wpcf7-list-item-label{
    font-size: xx-small;
}
#responsive-form .wpcf7-not-valid-tip{
    display: none;
}
#responsive-form .wpcf7-spinner{
    display: none;
}
#responsive-form .wpcf7-list-item.first.last label{
  display: flex;
  align-items: center;
}
#responsive-form .wpcf7-list-item.first.last label input[type="checkbox"] {
  margin-right: 8px;
}
.form-row{
  width: 100%;
}

.column-half, .column-full{
  float: left;
  position: relative;
  padding: 0.65rem;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-half p{
  font-size: small;
  color: #122f5c;
  font-weight: 800;
  font-family: 'Montserrat';
}
.column-full p{
  font-size: small;
  color: #122f5c;
  font-weight: 800;
  font-family: 'Montserrat';
}
.column-half input{
    border-radius: 15px
}
.column-full input{
    border-radius: 15px
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.column-half-4{
  float: left;
  position: relative;
  padding: 0.65rem;
  width:25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-half-4 p{
  font-size: small;
  color: #122f5c;
  font-weight: 800;
  font-family: 'Montserrat';
}
.column-half-4 input{
    border-radius: 15px
}
.column-half-5{
  float: left;
  position: relative;
  padding: 0.65rem;
  width:20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-half-5 p{
  font-size: small;
  color: #122f5c;
  font-weight: 800;
  font-family: 'Montserrat';
}
.column-half-5 input{
    border-radius: 15px
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #009f93;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #1545a1 !important;
}
/**---------------- Media query ----------------**/

@media only screen and (min-width: 48em) {
  .column-half{
   width: 50%;
           background: transparent;
  }
}/* End custom CSS */