196 lines
3.9 KiB
CSS
196 lines
3.9 KiB
CSS
#hero {
|
|
width: 100%;
|
|
height: 93vh;
|
|
background: url("../Computo/cedetec_01.png") top center;
|
|
background-size: cover;
|
|
position: relative;
|
|
}
|
|
#Center div .contenido-centrado {
|
|
text-align: center;
|
|
}
|
|
#hero .transparent-cart {
|
|
padding: 1.7rem;
|
|
background: rgba(255, 255, 255, 0.08);
|
|
border-radius: 5px;
|
|
height: 100%;
|
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
|
position: relative;
|
|
}
|
|
#hero .transparent-cart ::after {
|
|
content: "";
|
|
width: 60px;
|
|
height: 60px;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
right: 10px;
|
|
border-right: 6px solid #1e3c70;
|
|
border-bottom: 6px solid #1e3c70;
|
|
border-radius: 3px;
|
|
}
|
|
#hero .transparent-cart ::before {
|
|
content: "";
|
|
width: 60px;
|
|
height: 60px;
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 10px;
|
|
border-left: 6px solid #1e3c70;
|
|
border-top: 6px solid #1e3c70;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#hero .transparent-cart2{
|
|
padding: 1.7rem;
|
|
background: rgba(14, 26, 80, 0.479);
|
|
border-radius: 5px;
|
|
height: 100%;
|
|
backdrop-filter: blur(3px);
|
|
-webkit-backdrop-filter: blur(3px);
|
|
box-shadow: 0 4px 30px rgba(7, 26, 194, 0.418);
|
|
position: relative;
|
|
}
|
|
|
|
#hero .carousel h3 {
|
|
color:#bb8800;
|
|
font-size: xx-large;
|
|
font-weight: bold;
|
|
}
|
|
#hero .carousel h4 {
|
|
color: #bb8800;
|
|
font-size: xx-large;
|
|
font-weight: bold;
|
|
}
|
|
#hero .carousel p {
|
|
color: white
|
|
}
|
|
#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;
|
|
}
|
|
|
|
#Center .icon-box {
|
|
/*padding: ;*/
|
|
transition: ease-in-out 0.3s;
|
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
text-align: center;
|
|
height: 250px;
|
|
}
|
|
|
|
#hero .icon-box i {
|
|
font-size: 32px;
|
|
line-height: 1;
|
|
color: #ffc451;
|
|
}
|
|
|
|
#hero .icon-box h3 {
|
|
font-weight: 700;
|
|
margin-top: auto;
|
|
padding: 0;
|
|
line-height: 1;
|
|
font-size: 20px;
|
|
line-height: 26px;
|
|
background-color: rgba(187, 136, 0, 0.8);
|
|
}
|
|
|
|
#hero .icon-box h3 a {
|
|
color: #fff;
|
|
transition: ease-in-out 0.3s;
|
|
}
|
|
|
|
#hero .icon-box h3 a:hover {
|
|
color: #1e3c70;
|
|
}
|
|
|
|
#hero .icon-box:hover {
|
|
border-color: #1e3c70;
|
|
} |