/* *********** STYLE FONT **************** */

.default-color-font-suauto{
    color: rgb(40,110,182);
    font-weight: bold;
    font-size: 3rem;
}
.text-justify{
    text-align: justify;
    padding-right: 20px;
}
.text-end-end{
    align-content: end
}
.text-negro{
    color: black !important;
}
/* ********** STYLE ICON ************** */

.icon-blank{
    filter: brightness(0) invert(1);
    width: 30px;
}

/* ********* STYLE DIV ******************** */

.mb-9{
    margin-bottom: 235px;
}
.center-div{
    align-content: center;
}
.azul-fondo{
    background-color: rgb(40,110,182);
    height: 100px;
    align-content: center;
}
.ml-6{
    margin-left: 10%;
}
.ml-7{
    margin-left: 10%;
}
.sz-25{
    width: 500px !important;
}
.mbc-1{
    margin-bottom: 25px;
}
.section-title {
    margin-top: 60px;
  }
/**************** Box start **********/
.ancho{
    width: 80px;
}
.alto-p{
    height: 15px;
}

/* Box end */

/* ******* button ******** */

.button {
    background-color: rgb(40,110,182);
    border: none;
    color: white;
    font-size: 15px;
    width: 100px;
  }
  .center-button{
    margin-left: 50%;
    
  }
  .button-archivo {
    background-color: rgb(80,82,87);
    border: none;
    color: white;
    font-size: 15px;
    width: 190px;
  }
  .button4 {border-radius: 9px;}

  /********* IMG ****************  */

#plan48, #plan60{
    width: 431px;
}

/* ********* COLORS************** */
.azul-suauto{
    color: rgb(40,110,182)
}
.azul-suauto-back{
    background-color: rgb(40,110,182);
}

.espacio{
    margin-top: 120px;
}