cms_backend/myproject/myproject/static/assets/css/nuevo.css

269 lines
4.6 KiB
CSS
Executable File

#footer {
color: white;
font-size: 14px;
background: #00142b;
}
#footer .footer-top {
padding: 60px 0 30px 0;
background: #001b3b;
}
#footer .footer-top .footer-contact {
margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
font-size: 22px;
margin: 0 0 10px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
}
#footer .footer-top .footer-contact p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Roboto", sans-serif;
color: white;
}
#footer .footer-top h4 {
font-size: 16px;
font-weight: bold;
color: #fff;
position: relative;
padding-bottom: 12px;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: #1ed33c;
font-size: 18px;
line-height: 1;
}
#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: white;
transition: 0.3s;
display: inline-block;
line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
text-decoration: none;
color: #fff;
}
#footer .footer-newsletter {
font-size: 15px;
color: white;
}
#footer .footer-newsletter h4 {
font-size: 16px;
font-weight: bold;
color: #fff;
position: relative;
padding-bottom: 12px;
}
#footer .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 4px 0 0 4px;
text-align: left;
}
#footer .footer-newsletter form input[type=email] {
border: 0;
padding: 4px 8px;
width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
position: absolute;
top: 0;
right: -4px;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px;
background: #1bbd36;
color: #fff;
transition: 0.3s;
border-radius: 0 4px 4px 0;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
background: #2ae149;
}
#footer .credits {
padding-top: 5px;
font-size: 13px;
color: #fff;
}
#footer .social-links a {
font-size: 18px;
display: inline-block;
background: rgba(255, 255, 255, 0.08);
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 4px;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#footer .social-links a:hover {
background: #1bbd36;
color: #fff;
text-decoration: none;
}
#footer {
display: flex;
flex-direction: column;
align-items: center; /* Alinea horizontalmente los elementos dentro del footer */
}
.footer-top {
width: 100%;
display: flex;
justify-content: center; /* Alinea horizontalmente los elementos dentro de .footer-top */
}
.footer-contact,
.footer-links {
display: flex;
flex-direction: column;
/* Cambia la dirección del flexbox para mostrar el título encima de la lista */
justify-content: space-around; /* Espacio entre las dos imágenes y los enlaces */
align-items: center; /* Alinea verticalmente los elementos dentro de .footer-contact y .footer-links */
}
.logos-container {
display: flex; /* Alinea las imágenes una al lado de la otra */
}
.logofooter1,
.logofooter2 {
max-width: 100px; /* Ancho máximo para las imágenes */
margin: 5px; /* Agrega un pequeño margen entre las imágenes */
}
/* Ajusta el estilo según tus preferencias */
.contenedor {
display: flex;
justify-content: center; /* Centrar horizontalmente */
align-items: center; /* Centrar verticalmente */
}
header {
position: relative;
}
.rectangulo {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 25px;
background: linear-gradient(90deg,#0477d1,#00234a);
color: #ffffff;
/* Ajusta los valores según sea necesario */
font-size: 30px;
}
.navbar .dropdown ul a {
font-size: 7px;
font-weight: 100;
text-transform: none;
color: white;
}
.logonavbar2 {
margin-bottom: 10px;
margin-left: 230px;
}
.logonavbar3 {
margin-bottom: 10px;
margin-left: 230px;
}
.logonavbar4 {
margin-bottom: 10px;
margin-left: 150px;
}
.logonavbar {
margin-bottom: 15px;
text-align: center; /* Alinear las imágenes en el centro */
}
.logonavbar img {
margin-bottom: 10px;
}
/* Ajustar márgenes para computadoras */
@media (min-width: 769px) {
.logonavbar img {
margin-left: 150px;
}
}
.letrasnavbar {
color:#fff
}