.divs-formulario-perfil-2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.divs-formulario-perfil-2 label{
    font-weight: 600;
    color: black;
    margin-bottom: 1rem;
}

/* CHECKBOX PERFIL*/
.rad-label {
    display: flex;
    align-items: center;
    border-radius: 100px;
    margin: 10px 0;
    cursor: pointer;
    transition: .3s;
}
.rad-label:hover,
.rad-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
}
.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.rad-design {
    width: 22px;
    height: 22px;
    background: #00A3E6;
    position: relative;
}
.rad-design::before {
    color: white;
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: hsl(0, 0%, 90%);
    transform: scale(1.1);
    transition: .3s;
}
.rad-input:checked+.rad-design::before {
    content: "✔";
    background: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
}
.rad-text {
    color: hsl(0, 0%, 60%);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
}
.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 40%);
}
/* CHECKBOX PERFIL*/

/* SUGGESTED EVENTS PROFILE */
.linea-horizontal-perfil{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aeaeaf;
}

.eventos-sugeridos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0rem;
}

.div-fecha-evento{
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.1rem 1.9rem;
    border-radius: 20px;
    min-width: 8rem;
    text-align: center;
}

.div-fecha-evento-red{
    background: #E81010;
}

.div-fecha-evento-blue{
    background: #23A2DC;
}

.div-fecha-evento-green{
    background: #5CB45F;
}

.div-fecha-evento-grey{
    background: gray;
}

.div-tipo-evento{
    color: black;
    font-weight: 700;
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
}

.researchers-datos-personales{
    width: 25rem;
    min-width: 25rem;
    max-width: 25rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 29px;
    border-style: solid;
    border-width: 2px;
    border-radius: 13px;
    border-color: #031b2a;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: #031b2a;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: white;
}

input:focus + .slider {
    box-shadow: 0 0 1px white;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #00A3E6;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.row-disabled{
    opacity: 0.5!important;
}
/* SUGGESTED EVENTS PROFILE */

.select {
    /* styling */
    background-color: white;
    /*border: thin solid blue;*/
    /*border-radius: 4px;*/
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.minimal {
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image:
    linear-gradient(45deg, #031b2a 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #031b2a 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    border-color: #031b2a;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.background-azul-claro{
    background: #00A3E6 !important;
}

.flecha-drop-idioma {
    width: .5rem;
    transform: rotate(90deg);
}

.dropdown-button {
    background: #031b2a;
    border: unset;
    color: white;
    font-weight: 700;
}

.acal-logo-mobile img{
    width: 8rem;    
}

.acal-logo-mobile{
    padding-left: 4rem;
}

.div-logo-lang{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.dropdown-button-mobile {
    background: transparent;
    border: unset;
    color: white;
    font-weight: 700;
}

.selector-idiomas-mobile{
    padding-right: 1rem;
}