-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
653 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
:root { | ||
--diseño-desarrollo-information-img-width: 31.6rem; | ||
--diseño-desarrollo-information-img-height: 36.9rem; | ||
} | ||
|
||
@media screen and (max-width: 1023px) { | ||
:root { | ||
--diseño-desarrollo-information-img-width: 100%; | ||
--diseño-desarrollo-information-img-height: 26.8rem; | ||
} | ||
} | ||
/* information */ | ||
.diseno-y-desarrollo .information .information-img { | ||
width: var(--diseño-desarrollo-information-img-width); | ||
height: var(--diseño-desarrollo-information-img-height); | ||
object-fit: cover; | ||
border-radius: 1rem; | ||
} | ||
/* responsive */ | ||
@media screen and (max-width: 1023px) { | ||
.diseno-y-desarrollo section.information { | ||
flex-direction: column-reverse; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 640px) { | ||
.diseno-y-desarrollo section.information { | ||
gap: 2.5rem; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
:root { | ||
--software-participacion-consul-mobile-img-width: 25.48rem; | ||
--software-participacion-consul-mobile-img-height: 42.36rem; | ||
} | ||
|
||
@media screen and (max-width: 1023px) { | ||
:root { | ||
--software-participacion-consul-mobile-img-width: auto; | ||
--software-participacion-consul-mobile-img-height: 29.6rem; | ||
} | ||
} | ||
/* information */ | ||
.software-participacion .information .consul-images { | ||
display: flex; | ||
flex-direction: column; | ||
width: 31.4rem; | ||
height: 50.908rem; | ||
gap: 1.19rem; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
.software-participacion .information .consul-images .consul-mobile-img { | ||
width: var(--software-participacion-consul-mobile-img-width); | ||
height: var(--software-participacion-consul-mobile-img-height); | ||
object-fit: cover; | ||
} | ||
.software-participacion .information .consul-images .consul-awarded-img { | ||
width: 18.375rem; | ||
height: 7.357rem; | ||
object-fit: cover; | ||
} | ||
|
||
.software-participacion .information .information-text { | ||
align-self: center; | ||
} | ||
.software-participacion .information .information-text .button-primary { | ||
position: relative; | ||
margin-left: calc( | ||
var(--servicios-information-paragraph-title-img-width) + | ||
var(--servicios-information-paragraph-title-img-margin) | ||
); | ||
margin-top: 1.5rem; | ||
} | ||
/* responsive */ | ||
@media screen and (max-width: 1023px) { | ||
.software-participacion section.information { | ||
flex-direction: column-reverse; | ||
} | ||
|
||
.software-participacion .information .consul-images { | ||
width: 100%; | ||
height: auto; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
:root { | ||
--sostenibilidad-card-img-width: 26.25rem; | ||
--sostenibilidad-card-img-height: 26.25rem; | ||
} | ||
|
||
@media screen and (max-width: 1023px) { | ||
:root { | ||
--sostenibilidad-card-img-width: 100%; | ||
--sostenibilidad-card-img-height: 17.6rem; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 640px) { | ||
:root { | ||
--sostenibilidad-card-img-width: 20rem; | ||
--sostenibilidad-card-img-height: 15rem; | ||
} | ||
} | ||
/* intro */ | ||
.sostenibilidad section.intro { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
gap: 1.5rem; | ||
color: var(--white); | ||
background-color: var(--primary); | ||
width: 100%; | ||
text-align: center; | ||
padding: 2.5rem 0rem; | ||
} | ||
.sostenibilidad section.intro h2 { | ||
font: var(--font-heading-xl); | ||
} | ||
.sostenibilidad section.intro p { | ||
font: var(--font-text-xxl); | ||
max-width: 53rem; | ||
} | ||
.sostenibilidad section.intro img { | ||
height: 3.25rem; | ||
} | ||
/* information */ | ||
.sostenibilidad section.information { | ||
flex-direction: column; | ||
gap: 5rem | ||
} | ||
.sostenibilidad .information .information-card { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: space-between; | ||
align-items: center; | ||
width: 100%; | ||
} | ||
.sostenibilidad .information .information-card .information-text { | ||
align-self: flex-start; | ||
max-width: 44.397rem; | ||
} | ||
.sostenibilidad .information .information-card .information-card-img { | ||
border-radius: 1rem; | ||
width: var(--sostenibilidad-card-img-width); | ||
height: var(--sostenibilidad-card-img-height); | ||
object-fit: cover; | ||
} | ||
/* urbandata card */ | ||
.sostenibilidad .information .information-card #sostenibilidad-urbandata { | ||
background: #708396; | ||
object-fit: contain; | ||
} | ||
/* consul sdg card* */ | ||
.sostenibilidad .information .information-card .consul-image-spacer { | ||
border-radius: 1rem; | ||
width: var(--sostenibilidad-card-img-width); | ||
height: var(--sostenibilidad-card-img-height); | ||
background: #BBD3F6; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
.sostenibilidad .information .information-card #sostenibilidad-consul-sdg { | ||
width: calc(var(--sostenibilidad-card-img-width) - 2.5rem); | ||
height: calc(var(--sostenibilidad-card-img-width) - 3.5rem); | ||
object-fit: contain; | ||
} | ||
.sostenibilidad .information .information-text .button-primary { | ||
position: relative; | ||
margin-left: calc( | ||
var(--servicios-information-paragraph-title-img-width) + | ||
var(--servicios-information-paragraph-title-img-margin) | ||
); | ||
margin-top: 1.5rem; | ||
} | ||
/* responsive */ | ||
@media screen and (max-width: 1023px) { | ||
.sostenibilidad section.intro { | ||
padding: 2.5rem var(--layout-padding-x); | ||
} | ||
|
||
.sostenibilidad .information { | ||
gap: 3.75rem; | ||
} | ||
.sostenibilidad .information .information-card { | ||
flex-direction: column-reverse; | ||
gap: 2.5rem; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 640px) { | ||
.sostenibilidad section.intro { | ||
display: none; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
:root { | ||
--transparencia-information-img-width: 31.47rem; | ||
--transparencia-information-img-height: 25.85rem; | ||
} | ||
|
||
@media screen and (max-width: 1023px) { | ||
:root { | ||
--transparencia-information-img-width: 100%; | ||
--transparencia-information-img-height: auto; | ||
} | ||
} | ||
/* information */ | ||
.transparencia .information .information-img { | ||
width: var(--transparencia-information-img-width); | ||
height: var(--transparencia-information-img-height); | ||
object-fit: cover; | ||
} | ||
/* responsive */ | ||
@media screen and (max-width: 1023px) { | ||
.transparencia section.information { | ||
flex-direction: column-reverse; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 640px) { | ||
.transparencia section.information { | ||
gap: 2.5rem; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.