175 lines
3.2 KiB
Plaintext
175 lines
3.2 KiB
Plaintext
#computo {
|
|
width: 100%;
|
|
height: 93vh;
|
|
background: linear-gradient(rgba(255, 217, 0, 0.1), rgba(255, 247, 0, 0.096)),
|
|
url("../css/img/cedetec.jpeg") top center;
|
|
background-size: cover;
|
|
position: relative;
|
|
}
|
|
|
|
#Center div .contenido-centrado {
|
|
text-align: center;
|
|
}
|
|
|
|
#computo .transparent-cart {
|
|
padding: 1.7rem;
|
|
background: rgba(112, 112, 112, 0.027);
|
|
border-radius: 5px;
|
|
height: 100%;
|
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.082);
|
|
position: relative;
|
|
}
|
|
|
|
#computo .transparent-cart ::after {
|
|
content: "";
|
|
width: 40px;
|
|
height: 40px;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
right: 10px;
|
|
border-right: 6px solid #bb8800;
|
|
border-bottom: 6px solid #bb8800;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#computo .transparent-cart ::before {
|
|
content: "";
|
|
width: 40px;
|
|
height: 40px;
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 10px;
|
|
border-left: 6px solid #bb8800;
|
|
border-top: 6px solid #bb8800;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#computo .carousel h3 {
|
|
color: #1e3c70;
|
|
font-size: xx-large;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#computo .carousel h4 {
|
|
color: #1e3c70;
|
|
font-size: xx-large;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#computo .carousel p {
|
|
color: black;
|
|
}
|
|
|
|
#Center ul li a {
|
|
color: #1e3c70;
|
|
}
|
|
|
|
#Center .div-flex .active {
|
|
color: #bb8800;
|
|
}
|
|
|
|
#Center .nav-tabs .active {
|
|
color: #1e3c70;
|
|
background-color: #ffff;
|
|
}
|
|
|
|
#Center .b-ground {
|
|
background: url("../../../assets/img/bg/solid.png");
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#Center table thead {
|
|
color: #ffff;
|
|
font-size: medium;
|
|
}
|
|
|
|
#Center p {
|
|
color: #000;
|
|
}
|
|
|
|
@media (max-width: 992px) {
|
|
#Center .div-flex {
|
|
display: block;
|
|
}
|
|
|
|
#Center .div-flex .active {
|
|
border-bottom: 2px solid #bb8800;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 993px) {
|
|
#Center .div-flex {
|
|
display: flex;
|
|
}
|
|
.div-flex .line {
|
|
border-bottom: 2px solid #bb8800;
|
|
}
|
|
#Center .div-flex .boxx nav .nav-item{
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 992px) {
|
|
#Center .normal .nav-link {
|
|
border: 0;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
#Center .boxx {
|
|
height: 8vh;
|
|
margin-right: 10px;
|
|
text-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#Center .color {
|
|
color: #bb8800;
|
|
}
|
|
|
|
#Center .contenido-centrado-negro {
|
|
text-align: center;
|
|
color: #000;
|
|
border-bottom: 2px solid #bb8800;
|
|
margin: 35px 0px;
|
|
border-top: 2px solid #bb8800;
|
|
padding: 10px 0px;
|
|
}
|
|
|
|
#Center .row {
|
|
margin: 1rem;
|
|
padding: 1rem;
|
|
border-bottom: #b3b1b1 solid 2px;
|
|
}
|
|
|
|
#Center .accordion-body a i {
|
|
color: #000;
|
|
}
|
|
#Center .accordion-body a {
|
|
color:#bb8800;
|
|
}
|
|
|
|
#Center div .line-accor {
|
|
border-bottom: 2px solid #bb8800;
|
|
}
|
|
|
|
#Center .accordion-header .collapsed {
|
|
background-color: #ffffff;
|
|
color:#000000;
|
|
}
|
|
|
|
#Center .accordion-header button {
|
|
background-color: #bb8800;
|
|
color:#ffffff;
|
|
}
|
|
|
|
#Center .div-flex .active {
|
|
box-shadow: 2px 2px 2px 2px #b3b1b1;
|
|
border-color: #b3b1b1;
|
|
}
|
|
|
|
#Center .accordion-button:focus {
|
|
box-shadow:2px 2px 2px 2px #b3b1b1;
|
|
border-color: #b3b1b1;
|
|
} |