|
@@ -35,6 +35,14 @@ body {
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.ligth-bg-text {
|
|
|
|
|
+ color: #329998 !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.ligth-bg-text::after {
|
|
|
|
|
+ background: #329998 !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
|
.container {
|
|
.container {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -326,7 +334,6 @@ body {
|
|
|
font-size: 80px;
|
|
font-size: 80px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
.text-item-container > h2 {
|
|
.text-item-container > h2 {
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -367,6 +374,105 @@ body {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/* UsTeam */
|
|
|
|
|
+
|
|
|
|
|
+.usTeam-container {
|
|
|
|
|
+ padding: 4rem 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.container__item-usTeam {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: row;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.team-item-container {
|
|
|
|
|
+ border: 2px solid #f2f2f2;
|
|
|
|
|
+ padding: 80px 30px 30px 30px;
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ margin: 4rem 2rem;
|
|
|
|
|
+ max-width: 340px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.team-item-container > figure {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ margin-top: -30px;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ margin-left: -3rem;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ padding: 15px;
|
|
|
|
|
+ border: 5px solid #329998;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.team-item-container > figure > svg {
|
|
|
|
|
+ color: #267271;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.team-item-container > figure > svg:hover {
|
|
|
|
|
+ color: #329998;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.team-item-container > .container__text > h4 {
|
|
|
|
|
+ color: #000;
|
|
|
|
|
+ font-family: "Source Sans Pro", Arial, sans-serif;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ font-size: 24px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ margin-bottom: .4rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.team-item-container > .container__text > h6 {
|
|
|
|
|
+ color: #b3b3b3;
|
|
|
|
|
+ font-weight: 300;
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
|
+ line-height: 1.5;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.team-item-container > .container__text > .container-links {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ margin: 1rem 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.team-item-container > .container__text > .container-links > i {
|
|
|
|
|
+ margin-right: 0.5rem;
|
|
|
|
|
+ font-size: 1.3rem;
|
|
|
|
|
+ background-color: #329998;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ border-radius: 5px;
|
|
|
|
|
+ padding: 10px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.team-item-container > .container__text > .container-links > i:hover {
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ background-color: #1c4645;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+@media screen and (max-width: 768px) {
|
|
|
|
|
+ .container__item-usTeam {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .container__item-usTeam > .team-item-container {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ margin: 2rem 0;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* Footer */
|
|
|
|
|
+
|
|
|
|
|
+.footer-container {
|
|
|
|
|
+ background: var(--primary-color-gradient);
|
|
|
|
|
+ padding: 4rem 2rem;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
/* Animaciones */
|
|
/* Animaciones */
|
|
|
@keyframes pulse {
|
|
@keyframes pulse {
|