body,
html {
    font-family: 'Roboto', sans-serif;

}

p {
    font-family: 'Cabin', sans-serif;
}
h1, h2, h3, h4  {
    font-family: 'Encode Sans', sans-serif;
}
._principal {
    width: 100%;
    padding: 0px 20px 60px 20px;
    max-width: 1366px !important;
    margin: auto;
}
#header-fid a{
    font-family: 'Roboto', sans-serif;

}
#cards-fid .card {    
    width: 200px;
    box-shadow: 0px 0px 30px #a5a4ff29;
    border:0px;
}
#cards-fid h6 {
    color:#5672FF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
#home h1 {
    font-family: 'Encode Sans', sans-serif;
    text-align: left;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75;
}

.loading-spinner {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: loadingspinner 1s ease-in-out infinite;
    -webkit-animation: loadingspinner 1s ease-in-out infinite;
}

@keyframes loadingspinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.label_establecimiento {
    margin: auto 0;
    color: #000000;
    font-size: 13px;
}

.label_borrar {
    margin: auto 0;
    color: #FF4760;
    text-align: left;
    font-size: 14px;
}

#home h2 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    opacity: 1;
}

#home h6 {
    font-family: 'Encode Sans', sans-serif;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    color: #5672FF;
    text-transform: uppercase;
    opacity: 1;

}

.title {
    margin: 20px 0px 20px 0px;
}






.a_blanco {
    color: white;
}

.card {
    color: #2C2C39;
    /*padding: 5%;*/
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #9FC1E429;
}

.card h6,
p {
    padding: 0.7% 5%;
}

.card h2 {
    padding: 4% 5% 1% 5%;
}

/* .card img {
    margin-left: 5%;
} */

.separator-green {
    margin: -42px 0px 10px 0px;
    border: solid #D8FF56 10px;
    height: 18px;
    position: relative;
    opacity: 1;
}

.separator-card {
    width: 224px;
    height: 18px;
}



.call-to-action p {
    font-family: 'Encode Sans', sans-serif;
}

.call-to-action img {
    width: 55px;
    margin-top: 5px;
}

.footer-mineduc {
    background-color: white;
    margin: 10px 0px 0px 0px;
    position: fixed bottom;
    display: flex;
}

.footer-mineduc img {
    padding: 0 calc(2.6em + 2.6vw);
    margin: 0;
}

#gob span {
    width: 100%;
    float: left;
    position: fixed;
}

.auxNegrita {
    font-weight: 700;
}



a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
  padding: 15px 10px !important;
  background: #5672FF;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* Index */
.body-index {
  background-color: #5672FF !important;
  background-image: url(../img/ENDFID-2023__bg_login.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-mineduc {
  margin: 0% 0% 0% 5% !important;
  position: fixed;
  top: -3;
  width: 80%;
}

.container-login {
  width: 90% !important;
}

.text-blue {
  color: #5672FF !important;
}

.text-justify {
  text-align: justify !important;
}

.card-calendar {
  background: #5672FF !important;
  border-radius: 10px !important;
}

#login h2 {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 400;
  color: #5672FF;
}

.login-icon {
  background-color: #D8FF56;
  color: #5672FF;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: inline-block;
  vertical-align: middle;
}

.login-separator {
  border: solid 1px #CCD1EE;
}

.login-help {
  color: #5672ff;
}

.btn-end-fid {
  background-color: #5672FF;
  color: #D8FF56;
  font-size: 20px;
  padding: 20px;
  width: 100%;
  border: transparent;
  border-radius: 10px;
}

.btn-end-fid:hover {
  color: #5672FF;
  background-color: #D8FF56;
}

/* end Index */

/* Módulos */
.body-main {
  padding-top: 50px;
}
.body-modules {
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/END-FID_QUALANS__bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #F2F4FF; 
   
}

.container-modules {
  padding: 0;
  margin: 0;
  width: 80% !important;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
}

.module1 {
  background-color: #5672FF;
}

.module2 {
  /*background-color: #6D6A77;*/
  border: 3px solid #5672FF;
  box-shadow: 0px 0px 50px #a5a4ff29;
}

.module3 {
  background-color: #EB3C46;
}

.module4 {
  background-color: #0F69B5;
}

.btn-modules {
  display: none !important;
  width: 60%;
  height: 25%;
  font-size: 1rem !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  
} 

.card-module:hover .overlay {
  opacity: 0.65;
  border-radius: 5px;
}

.card-module {
    cursor: pointer;
}

.card-module:hover .btn-modules {
  display: block !important;
}

.card-disabled {
  cursor: initial;
  .overlay {
    background-color: #FFFFFF;
    opacity: 0.5;
    border-radius: 5px;
  }
}

/* End Modulos */

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.nav-top a[aria-expanded="true"] {
    border-style: none !important;
}

.nav-top .dropdown-menu {
    left: -4em;
}

i,
span {
    display: inline-block;
}

.c_celeste {
    color: #3b86ff;
}

.c_morado {
    color: #723be2;
}

.c_verde {
    color: #61cece;
}

.c_gris {
    color: #e9e9e9;
}

.c_grisOscuro {
    color: #9f9f9f;
}

.c_grisN {
    color: #242931 !important;
}

.c_amarillo {
    color: #ffcc00;
}

.c_naranjo {
    color: #f87e50;
}

.b_amarillo {
    background: #ffcc00;
}

.b_naranjo {
    background: #f87e50;
}

.badge_redondo_chico {
    width: 14px;
    height: 14px;
    display: inline-grid;
    border-radius: 50%;
    margin-right: 5px;
    top: 2px;
    position: relative;
}

.icon_indicador {
    vertical-align: middle !important;
    font-size: 3em;
}

.indicador {
    font-size: 2.5em;
    font-weight: 900;
    line-height: 1;
}

.indicador_porcentaje {
    font-size: 1.6em;
    font-weight: 700;
    bottom: 4px;
    position: relative;
}

.menu-tabs {
    font-weight: 700 !important;
    color: #242931;
}

.menu-tabs .nav-tabs .nav-link.active {
    border-color: #788395 #788395 #fff !important;
}

.menu-tabs .nav-tabs .nav-link {
    border: 1px solid transparent !important;
}

.menu-tabs .nav-tabs {
    border-bottom: 1px solid #788395;
}

.sub-menu .nav-link.active,
.sub-menu .show>.nav-link {
    background-color: #242931 !important;
}

.sub-menu .nav-link {
    border: solid 1px #242931 !important;
}

.sub-menu li {
    margin-right: 1em;
}

.color-table thead {
    background: #f5f5f5;
}

.color-table th {
    padding: 10px 5px;
}

/* ---------------------------------------------------
      SIDEBAR STYLE
      ----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 260px;
    max-width: 260px;
    background: #e9e9e9;
    color: #242931;
    /*transition: all 0.3s;*/
}

#sidebar.active {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .sidebar-header h5,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li {
    height: 53px;
    max-height: 53px;
    margin-bottom: 20px;
}

#sidebar .pisa li {
    height: 40px;
    max-height: 53px;
    margin-bottom: 0px;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding-left: 15px;
    display: flex;
}

#sidebar.active ul li a label {
    display: none;
}

#sidebar .pisa {
    height: 90vh;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden;
}

#sidebar.active ul.pisa li a h3 {
    display: inherit !important;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 10px 14px;
    background: #242931;
    max-height: 58px;
    height: 58px;
    color: white;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.4em;
}

#sidebar .sidebar-header i,
#sidebar .sidebar-header svg {
    font-size: 1.85em !important;
    top: 4px;
    position: relative;
}

#sidebar .sidebar-header h3 {
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0px;
    position: relative;
    top: -4px;
}

#sidebar .sidebar-header h5 {
    font-size: 0.8rem;
    font-weight: 300;
    margin: 0px;
    position: relative;
    top: -8px;
    letter-spacing: 2px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding-left: 15px;
    height: 53px;
    max-height: 53px;
    display: flex;
}

#sidebar ul li a i,
#sidebar ul li a svg {
    margin: auto 0;
    font-size: 1.7em;
}

#sidebar ul li a label {
    margin: auto 10px;
    font-size: 1em;
}

#sidebar ul li a:hover {
    /*color: #7386D5;*/
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    /*display: flex;*/
    color: #242931;
    background: #f5f5f5;
    border-left-color: #242931;
    border-style: none none none solid;
    border-width: 5px;
    padding-left: 10px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    /*display: block;
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translateY(-50%);*/
    display: none;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
      CONTENT STYLE
      ----------------------------------------------------- */

#content {
    width: 100%;
    background: #f5f5f5;
    min-height: 100vh;
    transition: all 0.3s;
}

#navTop {
    height: 58px;
    max-height: 58px;
}

.card-principal {
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    background: white;
    padding: 1rem 2rem;
}

/* ---------------------------------------------------
   Header
----------------------------------------------------- */
.icon-header {
    background-color: #242931;
    margin-top: -1px;
    color: #ffffff;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

/* ---------------------------------------------------
   PestaÃ±as
----------------------------------------------------- */
.menu {
    border-bottom: 1px solid #000000;
    display: flex;
}

.menu p {
    margin-right: 2rem;
    cursor: pointer;
}

.menu2 {

    display: flex;
}

.menu2 p {
    margin-right: 2rem;
    cursor: pointer;
}

[data-target] {
    color: #242931;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: -1px;
    padding: 10px;
    border-top: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
    box-shadow: 4px 0px 10px rgb(0 0 0 / 12%);


}

.active[data-target] {
    border-bottom: 1px solid #ffffff;

    border-top: 1px solid #788395;
    border-right: 1px solid #788395;
    border-left: 1px solid #788395;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px rgb(255, 255, 255);

}

[data-content] {
    border-top: 1px solid #ffffff;
    display: none;
}

.active[data-content] {
    display: block;
}

.contenedor-info {
    background-color: #f5f5f5;
    color: #242931;
    font-size: 14px;
    height: fit-content;
    width: fit-content;
    border-radius: 10px;
}

/* ---------------------------------------------------
      HEADER
      ----------------------------------------------------- */
.header-btn-back {
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
    width: 100px;
    color: #3b86ff;
}

.arrow-btn-back {
    margin-right: 10px;
}

/*.header-btn-back:hover {
   font-size: 18px;
   font-weight: bold;
   margin-left: 30px;
   width: 115px;
   color: #3B86FF;
   background-color: #EAF1FC;
   padding: 10px 5px 10px 12px;
  }*/
.txt-universidad {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    color: #242931 !important;
    text-transform: uppercase;
}

/* ---------------------------------------------------
      MEDIAQUERIES
      ----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .sidebar-header h5,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
   Monitoreo
----------------------------------------------------- */

.moni.active {
    color: #3b86ff;
    font-size: 16px;
    font-weight: bold;
    border-width: 2px;
    border-radius: 5px;
    padding: 5px 35px 5px 35px;
    border-style: solid;
    border-color: #3b86ff;
}

.moni {
    color: #242931;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 35px 5px 35px;
}

.header {
    -webkit-box-shadow: 0px 3px 10px lightgray;
}

.h-izq {
    color: #FFFFFF;
    text-align: left;
    white-space: nowrap;
    font-weight: 600;
    margin: auto 0;
    font-size: 24px;
}

.h-center {
    text-align: center;
    white-space: nowrap;
    font-size: 16px;


}

#institucion {
    background-color: #415FF3;
    padding: 10px;
    border-radius: 25px;
    font-weight: 500;
}

.h-der {
    text-align: right;
    white-space: nowrap;
}




.btnPasos {
    margin-right: 10px;
    background-color: #35CB9D;
    font-size: 13px;
    border-width: 0px;
    color: #fff !important;
}

.btnPasos:active,
.btnPasos:hover {
    margin-right: 10px;
    background-color: #fff !important;
    font-size: 13px;
    border-width: 0px;
    color: #35CB9D !important;
}

.checks {
    color: #35CB9D !important;
    font-size: 30px !important;
}

.btnPasos {
    -webkit-border-radius: 5px;
    height: 30px;
    font-family: Niramit;
}

th {
    font-size: 12px;
    padding: 4px 5px;
    line-height: 24px;
    min-height: 32px;
    color: gray;
}

td {
    font-size: 12px;
    padding: 4px 5px;
    color: gray;
}

.nice-select .list {
    border-radius: 0px !important;
    max-height: 300px !important;
    overflow-y: auto !important;
}

#table-inscripcion thead th,
table.dataTable thead td {
    padding: 10px 8px !important;

}

#table-inscripcion tbody th,
table.dataTable tbody td {
    padding: 5px 3px !important;
}

#table-inscripcion {
    font-size: 12px !important;
}

/*TABLE*/
.search {
    position: inherit;
    float: left;
}

.search input {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8e8e8;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

._filtros {
    padding-top: 0px !important;
    max-width: 700px !important;
    margin-right: 10px;
}

.limpiar-filtros {
    font-size: 14px !important;
    background-color: transparent !important;
    color: #5672FF !important;
}

.borrarRegistros {
    font-size: 14px !important;
    background-color: transparent !important;
    color: #FF4760 !important;
}

table {
    font-size: 13px;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #adb5bd;
    color: grey;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.stripe tbody th,
table.dataTable.stripe tbody td {
    border-top: 0px none #ddd;
    vertical-align: middle;
}

table thead tr th {
    font-weight: normal !important;
    font-size: 12px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid #dfdfdf !important;
    border-top: 0px !important;
    vertical-align: middle;
}


.word-break {
    word-break: break-all;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111 !important;
}

.card-tablas {
    box-shadow: 0 -3px 17px 0 #593BAB29, 0 6px 20px 0 #593BAB29;
    background-color: #FFFFFF !important;
    border-color: transparent !important;
}

.navbar {
    width: 100% !important;
}

.tituloInicio {
    color: #5672FF;
    font-size: 34px;
}

.pasos {
    margin: auto 0;
    display: flex;
    flex-direction: row !important;
    box-shadow: 0 -3px 17px 0 #593BAB29, 0 6px 20px 0 #593BAB29;
    border-color: transparent !important;
    border-radius: 5px;
    padding: 10px !important;
    width: auto !important;
    white-space: nowrap;
}

.pasosText {
    font-size: 16px !important;
    color: #5672FF !important;
    margin: auto;
}

.iconPasos {
    margin: auto;
    color: #D8FF56;
    font-size: 35px;
}

.iconPasos2 {
    margin-right: 5px;
    color: #D8FF56;
    font-size: 35px;
}

.text {
    margin-bottom: 10px;
    color: #5672FF;
}

.icons {
    margin: auto;
    color: #5672FF;
    font-size: 25px;
}

.iconDelete {
    margin: auto;
    color: #FF4760;
    font-size: 25px;
}

.iconDelete2 {
    color: #FF4760;
    font-size: 35px;
}

.cerrar {
    color: #5672FF;
}

.form-control {
    border: transparent !important;
    color: #000000 !important;
    font-size: 13px !important;
    background-color: #DCE2FF !important;
}

.nice-select.small {
    font-size: 13px !important;
}

.verticalHr {
    color: #5672FF !important;
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%, 100);
    height: 500px;
    width: 1px;
    margin: -1px;
}

.inputPaso {
    font-size: 15px;
    color: #FFFFFF;
    background-color: #5672FF;
    border-radius: 10px;
    padding: 3px 5px;

}

.pasoTitulo {
    color: #5672FF;
    font-size: 16px;
    margin: auto 10px;
}

.documento {
    padding: 3px;
    font-size: 12px;
    color: #333351;
    font-weight: 500;
    background-color: #DCE2FF;
}

.infoAzul {
    color: #415FF3;
    font-size: 35px;
}

p {
    padding: 0px;
}

.labelPasos {
    color: #5672FF;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.info_establecimiento {
    text-align: left;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F2F4FF 0% 0% no-repeat padding-box;
    width: 100%;
    color: #000000;
    font-size: 14px;
    border: transparent;
}

.info_establecimiento:active,
.info_establecimiento:focus {
    background: #DCE2FF 0% 0% no-repeat padding-box;
    border: transparent !important;
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.5rem;
}

.file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

#file-name {
    font-size: 13px;
    position: relative;
    top: 0;
    right: 0;
    left: -7px;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #5672FF;
    background-color: #F2F4FF;
    border: .075rem solid #F2F4FF;
    border-radius: .25rem;
    box-shadow: inset 0 .2rem .4rem rgba(0, 0, 0, .05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 15px;
}

/* Focus */
.custom-file-upload:hover,
.custom-file-upload:focus {
    background-color: #ECEFFF !important;
}

.custom-file-upload {
    font-size: 13px;
    position: absolute;
    top: -.0rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "SELECCIONAR ARCHIVO";
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #5672FF;
    font-weight: 500;
}

.contenedor {
    width: 240px;
    height: 320px;
    float: center;
    display: block;
    padding: 10px;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    /*-webkit-border-radius: 10%;*/
    -webkit-box-shadow: 0px 0px 0px 10px rgb(0 147 249 / 0%);
    /*-webkit-transition: box-shadow .4s;*/
    background-color: #FFFFFF;
    -webkit-border-radius: 4%;
}

div.contenedor:hover {
    border: 2px solid;
    border-color: rgb(0, 147, 249) !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 147 249);
}

button.boton {
    top: 20px;
    height: 40px;
    width: 120px;
    margin: 0 auto;
    display: block;
    color: #D8FF56;
    background-color: #415FF3 !important;
    border-color: #415FF3 !important;
    border-radius: 5px;
    position: relative;
    padding: 3px 12px;
    min-height: 0;
}

.z-label {
    /*font-family: 'gob-bold';*/
    font-size: 13px;
}

.texto {
    margin-top: 20px !important;
    font-size: 25px !important;
    color: rgb(15, 105, 180);
    text-align: center;
    opacity: .5;
    font-weight: bolder;
}

.icon {
    height: 140px;
    margin: 20px;
    display: block;
    opacity: .5;
    box-sizing: border-box;
    margin: 0 auto;
}