.icon-login{
    /*padding-top: 20px;*/
    max-width: 700px;
    /*padding-bottom: 40px;*/
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*max-height: 180px;*/
}

#visualizacion_crear{
	cursor: pointer;
}

#visualizacion{
    cursor: pointer;
}

.card-header{
    background: transparent;
    font-size: 20px;
}

.card{
    border-color: #36AAE1;
    overflow-y: scroll;
    border-radius: 3px;
    border: 3px solid #33ace2;
    width: 100%;
    height: 550px;
    background-color: rgba(255,255,255,0.6);
}

.content-center{
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    /* IMPORTANTE */
    text-align: center;
}

.dataSpicker{
   argin-top: 120px;
}

/* Duplica el tamaño de los checkboxes */
input[type="checkbox"] {
    transform: scale(2);
    /* También puedes ajustar el padding para dar más espacio alrededor del checkbox */
    padding: 10px;
}

.form-check-label{
    margin-left: 10px;
}


.fullscreen-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.fullscreen-modal .dialog-mapa{
    padding: 0;
    height:111%;
    width: 90%;
       margin-left: 32px;
    margin-right: auto;
    display: block;
        left: -48px;
}

.fullscreen-modal .dialog-introducion{
    padding: 0;
    height:111%;
    width: 90%;
    margin-left: 5%;
    margin-right: auto;
    display: block;
}

.fullscreen-modal .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: none;
}

.fullscreen-modal .modal-content {
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    box-shadow: none;
    border-radius: 10px !important;
}

.fullscreen-modal .modal-lg, .modal-xl {
    max-width: none !important;
}

.fullscreen-modal .modal-dialog {
    max-width: none !important;
}

.modalVideoIntro{
    background-color: transparent !important;
    border: none !important;
}

.fileVideoContenido{
    width: 100%;
}
