207 lines
3.9 KiB
CSS
207 lines
3.9 KiB
CSS
#idioma {
|
|
width: 100%;
|
|
height: 90vh;
|
|
background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../../assets/img/bg/alt-2.jpg") top center;
|
|
background-size: cover;
|
|
position: relative;
|
|
}
|
|
|
|
#idioma:before {
|
|
content: "";
|
|
background: rgba(0, 0, 0, 0.527);
|
|
position: absolute;
|
|
bottom: 0;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
#idioma .container {
|
|
position: relative;
|
|
padding-top: 10%;
|
|
text-align: center;
|
|
}
|
|
|
|
#idioma h1 {
|
|
font-size: 36px;
|
|
font-weight: 700;
|
|
line-height: 40px;
|
|
color: #1e3c70;
|
|
}
|
|
|
|
#idioma h1 span {
|
|
color: #bb8800;
|
|
}
|
|
|
|
#idioma h2 {
|
|
color: rgba(255, 255, 255, 0.9);
|
|
/*background-color: rgba(30, 60, 112, 0.8);*/
|
|
margin: 10px 0 0 0;
|
|
font-size: 22px;
|
|
padding: 4px;
|
|
}
|
|
|
|
#idioma h2 span {
|
|
color: #bb8800;
|
|
}
|
|
|
|
#idioma .icon-box {
|
|
/*padding: ;*/
|
|
transition: ease-in-out 0.3s;
|
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
text-align: center;
|
|
height: 250px;
|
|
}
|
|
|
|
#idioma .icon-box i {
|
|
font-size: 32px;
|
|
line-height: 1;
|
|
color: #ffc451;
|
|
}
|
|
|
|
#idioma .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);
|
|
}
|
|
|
|
#idioma .icon-box h3 a {
|
|
color: #fff;
|
|
transition: ease-in-out 0.3s;
|
|
}
|
|
|
|
#idioma .icon-box h3 a:hover {
|
|
color: #1e3c70;
|
|
}
|
|
|
|
#idioma .icon-box:hover {
|
|
border-color: #1e3c70;
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
#idiomas {
|
|
background-attachment: fixed;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#idiomas {
|
|
height: 80vh;
|
|
}
|
|
|
|
#idiomas h1 {
|
|
font-size: 28px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
#idiomas h2 {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
#idiomas .navbar-toggler {
|
|
font-size: 13px;
|
|
padding: 0px;
|
|
border: none;
|
|
padding: 8px;
|
|
}
|
|
|
|
}
|
|
|
|
#idioma .text-container {
|
|
padding: 3rem;
|
|
}
|
|
#idioma .transparent-cart {
|
|
padding: 1rem;
|
|
background: rgba(109, 107, 107, 0.568);
|
|
border-radius: 5px;
|
|
height: 100%;
|
|
}
|
|
|
|
#idioma .cta-btn {
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
letter-spacing: 1px;
|
|
padding: 4px 18px;
|
|
display: inline-flex;
|
|
border-radius: 18px;
|
|
transition: 0.2s;
|
|
margin-top: 10px;
|
|
border: 2px solid #bb8800;
|
|
color: #bb8800;
|
|
}
|
|
|
|
#idioma .cta-btn:hover {
|
|
background: #1e3c70;
|
|
border-color: #1e3c70;
|
|
color: #fff;
|
|
}
|
|
#Contacto{
|
|
overflow: hidden!important;
|
|
}
|
|
#Contacto p{
|
|
text-align: justify!important;
|
|
}
|
|
#Contacto h1{
|
|
text-align: center !important;
|
|
font-size: 26px !important;
|
|
margin-bottom: 25px !important;
|
|
}
|
|
#Contacto .nav-tabs{
|
|
border: 0 !important;
|
|
}
|
|
#Contacto .section-title p {
|
|
width: 90% !important;
|
|
margin-bottom: 15px !important;
|
|
}
|
|
#Contacto .normal .nav-link {
|
|
border: 0 !important;
|
|
padding: 12px 15px 12px 0 !important;
|
|
transition: 0.3s !important;
|
|
color: #433f39 !important;
|
|
border-radius: 0 !important;
|
|
border-right: 2px solid #e8e7e4 !important;
|
|
font-weight: 600 !important;
|
|
font-size: 15px !important;
|
|
text-align: left !important;
|
|
}
|
|
#Contacto .nav-link:hover {
|
|
color: #0583cf !important;
|
|
}
|
|
#Contacto .nav-link.active {
|
|
color: #1e3c70 !important;
|
|
border-color: #1e3c70 !important;
|
|
}
|
|
#Contacto .normal .tab-pane.active {
|
|
-webkit-animation: fadeIn 0.5s ease-out !important;
|
|
animation: fadeIn 0.5s ease-out !important;
|
|
}
|
|
#Contacto .details h3 {
|
|
font-size: 26px !important;
|
|
font-weight: 600 !important;
|
|
margin-bottom: 20px !important;
|
|
color: #433f39 !important;
|
|
}
|
|
#Contacto .details p {
|
|
color: #777777 !important;
|
|
}
|
|
@media (max-width: 992px) {
|
|
.Contacto .normal .nav-link {
|
|
border: 0 !important;
|
|
padding: 15px !important;
|
|
}
|
|
.Contacto .normal .nav-link.active {
|
|
color: #fff !important;
|
|
background: #048ad6 !important;
|
|
}
|
|
.normal {
|
|
display: flexbox;
|
|
height: 70px !important;
|
|
overflow: auto !important;
|
|
}
|
|
|
|
} |