.dropdown-toggle::after{
    color:#fff;
}
input {
    margin-bottom: 20px;
}
a.nav-link.px-2.text-secondary {
    color: #fff !important;
    font-weight: bold;
}

header{
    margin-bottom: 1.2rem;
}

label.btn.btn-outline-success {
    width: 100%;
    text-align: justify;
    margin-bottom: 25px;
    padding: 15px;
}

.divs>*{display:none}
.divs>*:first-child{display:block}

a#dropdownUser2 {
    color: #fff;
    font-weight: bold;
}

.cuadro1{
    height: 9rem;
    border: 3px solid rgb(226, 128, 128);
    border-radius: 10px;
}
.cuadro2{
    height: 9rem;
    border: 3px solid rgb(212, 210, 82);
    border-radius: 10px;
}
.cuadro3{
    height: 9rem;
    border: 3px solid rgb(212, 210, 82);
    border-radius: 10px;
}
.cuadro4{
    height: 9rem;
    border: 3px solid rgb(153, 106, 145);
    border-radius: 10px;
}
.cuadro5{
    height: 9rem;
    border: 3px solid rgb(175, 91, 171);
    border-radius: 10px;
}
.cuadrotexto{
     padding: 3.6rem; 
     color: #313030;   
     font-size: 20px;
}

.textovertical{
    writing-mode: vertical-lr; 
    transform: rotate( 180deg );
     position: absolute; left: 0%;  
     font-size: 4rem; top: 20%
}