.comunas_tarifas > div {
    margin-bottom: 15px;
}

.container:has(.row_title) {
    margin-bottom: 280px;
}
.row_title {
    top: 360px;
    right: 30px;
}
@media only screen and (min-width: 990px) {
    .container:has(.row_title) {
        margin-bottom: 150px;
    }
    .row_title {
        top: 240px;
        right: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .container:has(.row_title) {
        margin-bottom: 50px;
    }
    .row_title {
        top: 240px;
        right: 30px;
    }
}
@media only screen and (min-width: 1400px) {
    .row_title {
        top: 340px;
        right:30px;
    }
}
.row_title {
    position: absolute;
}

.container:not(.container:has(.row_title)) {
    padding: 35px;
    border-radius: 10px;
    border: 5px solid var(--main-accent-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
input {
    border-radius: 5px;
    border: 3px solid var(--main-accent-color);
    background: transparent;
    padding-left: 7px;
    width: -webkit-fill-available;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

input[readonly] {
    border: 3px dotted var(--main-accent-color);
}
p {
color: #000;
font-family: Jost;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 133.333% */
}

.boton_calcular {
    border-radius: 250px;
background: var(--main-accent-color);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
color: #EDEBE1;
text-align: center;
font-family: Jost;
font-size: 20px;
font-style: normal;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
}

button.dropdown-toggle {
    border-radius: 200px;
    background: var(--main-accent-color);
    color: #EDEBE1;
text-align: center;
font-family: Jost;
font-size: 20px;
font-style: normal;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
}
button.dropdown-toggle:disabled {
    background: var(--main-accent-color);
}
[name=energy_tec_button] {
    color: #959595;
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px; /* 320% */
    letter-spacing: 5px;
    text-transform: uppercase;
}

[name=energy_tec_button][selected] {
    color: var(--main-accent-color)
}

h3 {
    color: #000;
font-family: Jost;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 125% */
}
h4 {
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}
#imagen-bateria {
    margin-bottom: -100%;
    position: relative;
    left: 323%;
    top: -10px;
}
#imagen-chanchito { 
    margin-bottom: -100%;
    position: relative;
    left: 183%;
    top: -70px;
}


button.boton_ayuda {
    position: relative;
    font-size: 11px;
    top: -7px;
    background: var(--main-accent-color);
    padding: 3px;
    height: fit-content;
    border-radius: 13%;
}

dialog {
    height:80%;
    width:80%;
    border-radius: 10px;
}

[name=mensaje_seleccionar_tarifa] {
    margin-top: 0;
    margin-bottom: 0;
}