/****************************************************
 global style
 ****************************************************/

 *, *:after, *:before {
    border:0;
    margin:0;
    padding:0;
    box-sizing: inherit;
    color: inherit;
    font-family: 'Montserrat', sans-serif!important;
  }
  
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  
  body {
    line-height: 1.8em;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  
a {
    color: #00A3E6;
}

a:hover{
    font-weight: 700;
    color: #00A3E6;
}

.backgroud-azul-institicional{
    background-color: #031b2a;
}

.fonts-white{
    color: white;
}

.logos-footer1{
    min-width: 8rem;
    width: 8rem;
}

.logos-footer2{
    min-width: 9rem;
    width: 10rem;
    padding-top: .7rem
;
}

.footer{
    padding: 2rem 1rem 1rem 3rem;
}

.texto-azul-claro{
    color: #00A3E6;
}

.bd-footer-title{
    font-weight: 600;
}

.main-div{    
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.background-image {
    background: lightblue;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-form input {
    background: white;
    margin-bottom: 0em;
    border-radius: 30px;
    box-shadow: 0px 0px 16px -2px #002d43;
    width: 100%;
    height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.7rem;
}

.header-form input {
    background: white;
    margin-bottom: 0em;
    border-radius: 30px;
    box-shadow: 0px 0px 16px -2px #002d43;
    width: 60%;
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
}

.index-form{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    margin-bottom: 0em;
    width: 60rem;
}

.index-form button{
    margin: 0em 1em;
    background: #00A3E6;
    border-radius: 41px;
    padding: .85em .95em .85em .95em;
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
}

.ai-button{
    margin: 0em 0em!important;
    background: white!important;
    border-radius: 41px;
    padding: .45em .55em .45em .55em !important;
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;

    color: black;
    font-size: 2rem;
    font-weight: 600;
}

.header-form button {
    margin: 0em 1em;
    background: #00A3E6;
    border-radius: 41px;
    padding: 0.5em 0.6em 0.5em 0.7em;
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
}

.contenedor-boton{
    margin: 0em .25em 0em .5em;
    border-radius: 41px;
    padding: 0.2em .25em 0em .25em;
    font-weight: 600;
    color: black;
    background: white;
    font-size: 1.2rem;
}

.contenedor-boton img {
    width: 2rem;
}

.contenedor-boton input[type=radio]{
    display: none;
}

.header5-ai-button{
    padding: .3em .60em 0em .60em !important
}

/*.contenedor-boton img{
    width: 3em;
}*/

.header-form button img{
    width: 1.5em;
}

.index-logo img{
    width: 14em;
}


.footer-from-index{
    margin-top: 3em ;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.section{
    display: flex;
}

.index-logo{
    display: flex;
    justify-content: center;
    margin-bottom: 10em;
}

.anchor-footer-index-1{
    font-weight: 500;
    color: #00A3E6;
    font-size: 1.3rem;
}

.anchor-footer-index-1:hover{
    color: #00A3E6;
}

.anchor-footer-index-2{
    font-weight: 500;
    color: black;
    font-size: 1.3rem;
}

.anchor-footer-index-2:hover{
    color: black;
}

.control1,.control2{
    margin: unset;
    margin-right: 1.5rem;
    cursor: pointer;
}

.div-inicio-sesion{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    font-weight: 700;
}

.control1{
    color: #00A3E6;
}

.control2{
    color: #00A3E6;
    font-weight: 700;
    cursor: auto;
}

.item-rrss{
    width: 1.3rem;
    filter: brightness(0) invert(1);
    margin-right: 1.5rem;
}

.item-rrss2{
    width: 0.7rem;
    filter: brightness(0) invert(1);
    margin-right: 1.5rem;
}

.navbar-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.div-indicadores{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 6rem;

    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: white;
    
}

.has-border-rigth{
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: white;
}

.div-main-indicadores{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5rem;
}

.div-indicadores img{
    width: 2rem;
    filter: brightness(0) invert(1);
    margin-right: 1rem;
}

.div-indicadores h1{
    color: white;
    font-weight: 700;
    font-size: 1.5rem;

    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.div-indicadores p{
    color: white;
    font-weight: 700;
    font-size: 3rem;
    margin-top: 1.2rem;
}

.bd-footer-link span {
    font-size: .9rem;
    font-weight: 700;
}

.acal-description{
    font-size: .9rem;
    line-height: 1.3rem;
    text-align: left;
}

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

.dropdown-divider {
    margin: 0;
}

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

.dropdown-button.is-active, .dropdown-button:active, .dropdown-button:visited {
    border-color: unset!important;
    color: white!important;
}

.dropdown-button.is-focused:not(:active), .dropdown-button:focus:not(:active) {
    color: white;
    font-weight: 700;
}

.dropdown-button:hover{
    color: white;
    font-weight: 700;
}

.acal-description strong{
    color: white;
}

.researchers-content-div{
    margin-bottom: 2rem;
    margin-top: 7%;
}

.researchers-content-div h1{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    color: black;
}

.researchers-content-div p{
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: black;
}

.div-resultado-researcher{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;

    border-top-style: solid ;
    border-top-width: 1px;
    border-top-color: #aeaeaf;
    padding: 1rem 1rem;
}

.researchers-datos-personales h1{
    font-size: 1.1rem;
    font-weight: 600;
}

.researchers-datos-personales p{
    font-size: 1rem;
    font-weight: 400;
}

.boton-conectar button{
    border-radius: 50px;
    color: #031b2a;
    background: #00A3E6;
    border: unset;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    height: 2.5rem;
}

.iconos-redes img{
    width: 2rem;
    margin-right: 0.5rem;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.iconos-redes-eventos img{
    width: 2.5rem;
    margin-right: 0.5rem;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.linea-horizontal{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #aeaeaf;
    height: 2rem;
}

.flags-div img {
    width: 3.5rem;
}

.header-icons img{
    width: 2.5rem;
    aspect-ratio: 3/2;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin-right: 1rem;
}

.menu_selected {
    filter: invert(37%) sepia(46%) saturate(2489%) hue-rotate(171deg) brightness(107%) contrast(101%)!important;
}

.researchers-no-results h1{
    color: #031b2a;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3%;
}

.researchers-no-results p{
    color: #031b2a;
    font-size: 1.5rem;
    font-weight: 400;
}

.researchers-no-results{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-foot-text{
    margin-left: 0rem;
    margin-right: 4rem;
}

.link_ficha_investigador{
    color: black;
}

.titulo-modal-2 {
    color: #031b2a;
    text-align: center;
    font-size: 1.313rem;
    font-weight: 600;
}

.button_modal_contact_submit{
    background-color: #00A3E6;
    border-radius: 290486px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em);
    width: 180px;
    height: 40px;
    font-size: 1.5rem;
    border: none;
    padding: 5px 10px 5px 10px;
    margin: .3rem;
    cursor: pointer;
    font-weight: 700;
    color: black;
}

.button_modal_contact_close{
    border-radius: 290486px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em);

    width: 180px !important;
    height: 40px !important;
    font-size: 1.5rem !important;
    border: none;
    padding: 5px 10px 5px 10px;
    color: #fff!important;
    background: #031b2a!important;
    margin: .3rem;
    cursor: pointer;

    font-weight: 700;
}

.modal-content{
    padding: 1.25rem;
}

.p-modal-contact-researchers{
    margin-top: 2rem;
    background: #efefee;
    padding: 0.7rem;
    border-radius: 9px;
    color: black;
    width: 90%;
    font-weight: 500;
}

.modal-contact-researcher{
    border-radius: 10px;
    background: white;
    width: 50%;
    line-height: 1.5rem;
}

.header-links{
    color: white;
    font-weight: 700;
    cursor: pointer;
}

.auth-container input[type=text], input[type=password] {
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    width: 100%;

    font-size: 1.8rem;
    padding: 0.3rem 1.5rem;
    border-color: #d1d1d1;
    margin-bottom: 5%;

}

.auth-container input[type=submit]{
    border-radius: 50px;
    color: #031b2a;
    background: #00A3E6;
    border: unset;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    height: 2.5rem;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;

    display: flex;

    margin-top: 5%;
}

.login-welcome-div{    
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
    font-size: 2.5rem;
    font-weight: 700;
}

.auth-container label{
    font-weight: 700;
}

.unete-main-div{
    margin-bottom: 3%;
    margin-top: 7%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.unete-button{
    border-radius: 50px;
    color: #031b2a;
    background: #00A3E6;
    border: unset;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    height: 2.5rem;
}

.unete-main-div form input, .unete-main-div form select {
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    width: 40rem;

    font-size: 1.5rem;
    padding: 0.3rem 1.5rem;
    border-color: #d1d1d1;

    margin-bottom: 2.5%;

    margin-left: 8%;
}

.unete-main-div form label {
    margin-left: 8%;
}

.unete-main-div form select {
    font-size: 1.3rem;
}

.unete-main-div form{
    border-top-style: solid;
    border-top-color: #d1d1d1;
    border-top-width: 2px;
    margin-top: 2%;
    padding-top: 1%;
}

.titulo-unete{
    font-size:2vw;
    text-align: center;
    color:#031b2a;    
}

.no-evento-registrado{
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    color: black;
    margin-top: 5% ;
}

.titulo-unete span {
    font-weight: 500;
}

.barra-debajo-header {
    position: relative;
    top: 5.5rem;
    width: 100%;
    height: 4rem;
    color: black;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;

    border-bottom-style: solid ;
    border-bottom-width: 1px;
    border-bottom-color: #aeaeaf;

    z-index: 1;
}

.barra-debajo-header span {
    color: #00A3E6;
    font-weight: 600;
}

.barra-debajo-header-filtro{
    z-index: 0;

    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 3rem;

}

.no-display{
    display: none;
}

.barra-debajo-header-filtro button{
    background: #aeaeaf;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.2rem 0.5rem 0.3rem 0.5rem;
    border-radius: 20px;
    cursor: pointer;
}

.barra-debajo-header-filtro .titulo-filtros {
    font-size: 1rem;
    font-weight: 700;

}

.form-filtros-barra{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    width: 50%;
    margin-right: 20%;
}

.form-filtros-barra p {
    padding-left: 0.5rem;
    font-size: 0.9rem;
}

.form-filtros-barra input, .form-filtros-barra select {
    margin-left: 0.5rem;
}

.form-filtros-barra select {
    border-radius: 15px;
    padding: 0rem 0.5rem;
    width: 18rem;
    border-color: #aeaeaf;
    font-size: 0.8rem;
}

.has-padding-header{
    padding: .9rem 2.5rem .9rem 1.5rem;    
}

.boton-cargar-mas button{
    border-radius: 50px;
    background: #aeaeaf;
    border: unset;
    padding: 0.5rem .3rem 0.5rem .3rem;
}

.boton-cargar-mas img{
    width: 2rem;
    filter: brightness(0) invert(1);
}

.boton-cargar-mas{
    padding: 3rem;
}

.lost-password{
    position: relative;
    top: -7rem;
    font-weight: 600;
    cursor: pointer;
}

.modal-card-body {
    border-radius: 5px;
    padding: 4rem;
}

.modal-titulo-subtitulo {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.modal-titulo-subtitulo h1{
    color: #031b2a;
    font-size: 1.5rem;
    font-weight: 700;
}

.modal-titulo-subtitulo h2{
    font-size: 1.2rem;
    font-weight: 700;
}

.modal-input{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal-input form {
    width: 100%;
}

.modal-input input{
    font-size: 1rem;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #aeaeaf;
    border-radius: 20px;
    padding: .5rem 1rem;
}

.modal-botones{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.modal-submit-button{
    border-radius: 50px;
    color: #031b2a;
    background: #00A3E6;
    border: unset;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    height: 2.5rem;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    margin-top: 5%;
    margin-right: 0.5rem;
}

.modal-cancel-button{
    border-radius: 50px;
    color: black;
    background: white;
    border: unset;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    height: 2.5rem;
    cursor: pointer;
    margin-right: auto;
    display: flex;
    margin-top: 5%;
    margin-left: 0.5rem;
}

.barra-debajo-header-perfil {
    position: relative;
    top: 5.5rem;
    width: 100%;
    height: 4rem;
    color: black;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;

    border-bottom-style: solid ;
    border-bottom-width: 1px;
    border-bottom-color: #aeaeaf;
    
}

.barra-debajo-header-perfil p{
    cursor: pointer;
}

.pestania-perfil {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;

    height: 100%;
}







.breadcrumbs {
    /*border: 1px solid #aeaeaf;*/
    border-radius: 0.3rem;
    display: inline-flex;
    overflow: hidden;
    height: 100%;
}

.breadcrumbs__item {
    background: #fff;
    color: #333;
    outline: none;
    padding: 0.75em 0.75em 0.75em 1.25em;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
    padding-left: 2rem;
    padding-right: 2rem;
}

.breadcrumbs__item:hover:after,
.breadcrumbs__item:hover {
    background: #edf1f5;
    color: black;
    font-weight: 400;
}


.breadcrumbs__item:after,
.breadcrumbs__item:before {
    background: white;
    bottom: 0;
    clip-path: polygon(81% 52%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
    height: 3.9rem;
}

.breadcrumbs__item:before {
    background: #cbd2d9;
    margin-left: 1px;
}

.breadcrumbs__item:last-child {
    border-right: none;
}

.breadcrumbs__item.is-active,
.breadcrumbs__item.is-active:after {
    background: #edf1f5;
    color: black;
    font-weight: 600;
}


.selector-idiomas{
    margin-left: 2rem;
}



.titulo-barra-superio-perfil{
    font-size: 1.2rem;
    font-weight: 600;
    color:black;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3%;
}

.is-selected {
    background: #edf1f5;
    height: 100%;
}

.resultado-perfil{
    

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2%;

}

.perfil-info-general{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;

    margin-top: 7%;
}

.linea-perfil{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aeaeaf;
    width: 30%;
    margin: 2rem;
}

.perfil-name{
    font-size: 2rem;
    color: #031b2a;
    font-weight: 700;
}

.boton-submit-perfil{
    margin: 0em 1em;
    background: #00A3E6;
    border-radius: 41px;
    padding: .3em 1.3em .3em 1.3em;
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
    font-size: 1.3rem;

    font-weight: 700;
    margin-top: 2rem;
    color: #031b2a;

    cursor: pointer;
}

.boton-submit-invitar{
    margin: 0em .3em!important;
    background: #031b2a!important;
    border-radius: 41px!important;
    padding: .3em 1.3em .3em 1.3em!important;
    width: auto!important;
    height: auto!important;
    min-height: auto!important;
    min-width: auto!important;
    font-size: 1.3rem!important;

    font-weight: 700!important;
    color: white!important;

    cursor: pointer!important;
}

.perfil-key-button img{
    width: 2.5rem;
    cursor: pointer;
}

.perfil-key-button {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
}

.titulo-detalle-perfil{
    width: 30%;
    background: #031b2a;
    color: white;
    font-weight: 600;
    border-radius: 20px;
    padding: .1rem 2rem .1rem 2rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.titulo-detalle-unete{
    width: 100%;
    background: #031b2a;
    color: white;
    font-weight: 600;
    border-radius: 20px;
    padding: .33rem 2rem .33rem 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1.2rem;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.divs-formulario-perfil{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 1rem;
}

.contenedor-formulario-perfil{
    width: 27%;
    min-height: 30vh;
}

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

.divs-formulario-perfil input{
    border-style: solid;
    border-width: 1px;
    border-color: #aeaeaf;
    border-radius: 20px;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    width: 100%;
}

.titulo-detalle-perfil img{
    width: 1rem;
    padding-top: .3rem;
}

.provider-modal-banner img{
    width: 13rem;
}

.provider-modal-nombre, .provider-modal-banner, .provider-modal-flag, .provider-modal-link{
    display: flex;
    justify-content: center;
    align-items: center;
}

.provider-modal-nombre{
    font-size: 1.3rem;
    color: #031b2a;
    font-weight: 600;
    margin: 2rem;
    text-align: center;
}

.provider-modal-nombre-dummy-modal{
    font-size: 1.2rem;
    color: #031b2a;
    font-weight: 600;
    margin: 2rem 1rem;
    text-align: center;
}

.provider-modal-flag img{
    width: 3rem;
    margin-right: 1rem;
}

.provider-modal-flag {
    align-items: center;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.provider-modal-redes-sociales, .provider-modal-conteo-main{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.provider-modal-link a{
    color: #031b2a;
    cursor: pointer;
    font-weight: 700;
}

.provider-modal-link p{
    margin-left: 1rem;
    cursor: pointer;
}

.provider-modal-link img{
    width: 2rem;
}

.provider-modal-redes-sociales-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.5rem;
}

.provider-modal-redes-sociales-icons img{
    width: 1.5rem;
    margin-left: 1rem;
}

.provider-modal-conteo img {
    width: 1.5rem;
}

.provider-modal-conteo-sub{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    width: 20rem;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #aeaeaf;

    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;

    margin-top: 0.5rem;
}

.provider-modal-conteo-main{
    margin-top: 1rem ;
}

.provider-modal-conteo-main h1{
    text-align: center;
}

.provider-modal-conteo-sub p{
    font-size: 1.5rem;
    font-weight: 700;
}

.provider-modal-conteo{
    margin-bottom: 0.5rem;
}

.contenedor-formulario-perfil-eventos{
    width: 60%;
    min-height: 30vh;
}

.botones-eventos-sugeridos button{
    color: black;
    margin-right: 0.5rem;
    cursor: pointer;
}

.div-form-keywords{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-form-keywords form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-form-keywords input, .div-form-keywords textarea{
    font-size: 1rem;
    border-radius: 20px;
    padding: .5rem 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: #aeaeaf;
    width: 27rem;
}

.keys {
    display: flex;
    background: #efefee;
    margin: 0.1rem;
    text-align: center;
    border-radius: 6px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 0.5rem;
    cursor: pointer;
}

.closeButton1 {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    top: -6px;
    right: 0px;
    position: relative;
    cursor: pointer;
    line-height: 23px;
}

.keywords-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.keywords-agregado-previamente{
    margin: 1rem;
    text-align: center;
}

.disabled-button{
    background:#aeaeaf!important;
    cursor: no-drop!important;
    color: white!important;
}

.disabled-button:hover{
    font-weight: 600!important;
    color: #031b2a;
}

.hidden{
    display: none;
}

.titulo-sugerir-eventos{
    font-size: 2rem;
    color: #031b2a;
    font-weight: 600;
}

.div-campos-eventos-sugeridos{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.div-campos-eventos-sugeridos label{
    font-weight: 700;
    color: black;
}

.div-campos-eventos-sugeridos select{
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #aeaeaf;
    padding: .5rem 1rem;
    background: white;
    font-size: 1rem;
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


.custom-label-upload{    
    font-size: 1rem;
    padding: .3rem 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.div-campos-eventos-sugeridos img {
    width: 2.5rem;
    margin-right: 0.5rem;
}

.input:focus, textarea:focus, select:focus{
    border-color: #031b2a!important;
}

.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;
}

.iborrainputfile{
    font-weight: 400;
}

.reboot-pass-div{
    margin-top: 5%;
}

.reboot-pass-div label{
    font-weight: 700;
    color: black;
}

.contenedor-formulario-privacy{
    width: 60%;
    min-height: 60vh;
}

.contenedor-formulario-privacy a:hover{
    font-weight: unset;
}

.contenedor-formulario-privacy h1{
    color: #031b2a;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0rem;
    text-align: center;
}

.contenedor-formulario-privacy h2{
    color: #031b2a;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1rem 0rem;
}

.contenedor-formulario-privacy h3{
    color: #031b2a;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1rem 0rem;
}

.contenedor-formulario-privacy p{
    text-align: justify;
}

.contenedor-formulario-contacto{
    width: 60%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor-formulario-contacto form{
    width: 47%;
}

.titulo-video-help{
    font-size: 1.5rem;
    color: #031b2a;
    margin: 1rem 0rem;
}

.contenedor-grid{
    margin: 20px auto;
    background-color:#fff;
    display:grid;
    grid-template-columns: 500px 500px;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: 60vh;    
    }

.box{
    padding:20px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size:1rem;
    margin-bottom: 0rem!important;
    flex-direction: column;
    }

.contenedor-formulario-faq {
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 3%;
    }

.temas-faq{
    background: #031b2a;
    color: white;
    padding: 0rem .5rem;
}

.categorias-faq{
    cursor: pointer;
    padding: .5rem 3rem .5rem 0rem;
    min-width: 11rem;
    width: 11rem;
}

.categorias-faq:hover{
    color: #00A3E6;
}

.linea-faq{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
}

.faq-selected{
    font-weight: 700;
    color: #00A3E6;
}

.div-respuestas-faqs{
    width: 60%;
    min-width: 60%;
    text-align: justify;
}

.faq-category-title{
    font-size: 1.5rem;
    color: #031b2a;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}
.faq-question{
    color: #031b2a;
    margin: .75rem 0rem;
    font-weight: 500;
}

.welcome-unete{
    text-align: center;
    color: #031b2a;
    font-weight: 700;
    font-size: 2rem;
}

.email-unete{
    text-align: center;
    color: #031b2a;
    font-weight: 400;
    font-size: 1.2rem;
}

a.dropdown-item.is-active, button.dropdown-item.is-active {
    background-color: #00A3E6!important;
    color: #fff;
}

.main-foot-text p a:hover{
    font-weight: 700;
    text-decoration: underline;
}

.main-foot-text p a{
    color: white;
    font-weight: 700;
}

.footer-a-link:hover{
    color: white;
}

.modal-invitacion-h3{
    color: #031b2a;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
}