5353 font-size : 1.8em ; }
5454
5555h3 {
56- font-size : 1.6 em ;
57- color : # 037F8C ; }
56+ color : # 037F8C ;
57+ font-size : 1.6 em ; }
5858
5959h4 ,
6060h5 ,
@@ -97,30 +97,31 @@ article {
9797
9898.overlay {
9999 position : absolute;
100+ top : 0 ;
101+ left : 0 ;
100102 width : 100% ;
101103 height : 100% ;
102- left : 0px ;
103- top : 0px ;
104104 background-color : rgba (0 , 0 , 0 , 0.3 ); }
105105
106- .zindex-5 {
107- z-index : 500 ; }
106+ .zindex-1 , . overlay {
107+ z-index : 100 ; }
108108
109- .zindex-4 {
110- z-index : 400 ; }
109+ .zindex-2 {
110+ z-index : 200 ; }
111111
112112.zindex-3 {
113113 z-index : 300 ; }
114114
115- .zindex-2 {
116- z-index : 200 ; }
115+ .zindex-4 {
116+ z-index : 400 ; }
117117
118- .zindex-1 {
119- z-index : 100 ; }
118+ .zindex-5 , . sticky-top {
119+ z-index : 500 ; }
120120
121121.sticky-top {
122122 position : sticky;
123- top : 0 ; }
123+ top : 0 ;
124+ left : 0 ; }
124125
125126.navbarAstor {
126127 background-color : # 022859 ;
@@ -131,9 +132,17 @@ article {
131132 .navbarAstor .collapsing {
132133 margin-top : 1rem ;
133134 padding-right : 1rem ;
134- background-color : # 03658C ; }
135-
136- .header * , .header--home * {
135+ background-color : # 022859 ; }
136+ .navbarAstor .nav-rosa {
137+ color : # FF7BAC !important ;
138+ border-bottom : 3px solid # 022859 ; }
139+ .navbarAstor .nav-rosa .active-rosa {
140+ font-weight : 900 ; }
141+ .navbarAstor .nav-rosa : hover {
142+ font-weight : 900 ;
143+ border-bottom : 3px solid # FF7BAC ; }
144+
145+ .headerColor * , .header * , .header--home * {
137146 color : # FFFFFF ; }
138147
139148.header {
@@ -170,15 +179,15 @@ article {
170179 .footer .footer__widget li a {
171180 color : # FFFFFF ;
172181 font-weight : 600 ; }
182+ .footer .footer__widget .footer__widget__lista , .footer .footer__widget .footer__widget__lista--redes {
183+ list-style : none;
184+ text-align : center;
185+ padding : 0 ; }
173186 .footer .footer__widget .footer__widget__lista--redes {
174187 list-style : none;
175188 display : flex;
176189 justify-content : center;
177190 column-gap : .8rem ; }
178- .footer .footer__widget .footer__widget__lista {
179- list-style : none;
180- text-align : center;
181- padding : 0 ; }
182191 .footer .footer__widget .footer__widget__img {
183192 align-self : center; }
184193 .footer .footer__widget .footer__widget__img img {
@@ -202,7 +211,7 @@ article {
202211.section__servicios h3 {
203212 margin : .9rem 0 ; }
204213
205- .boton {
214+ .boton , . callToAction . callToAction__contacto__boton , . section__contacto . section__contacto__formulario input [ type = 'submit' ] {
206215 display : inline-block;
207216 width : fit-content;
208217 padding : .8rem 1rem ;
@@ -212,10 +221,11 @@ article {
212221 text-transform : uppercase;
213222 font-size : .9rem ;
214223 text-align : center; }
215- .boton : hover {
224+ .boton : hover, . callToAction . callToAction__contacto__boton : hover , . section__contacto . section__contacto__formulario input : hover[ type = 'submit' ] {
216225 color : # FFFFFF ;
217226 background-color : # FF7BAC ;
218- border-color : # FFFFFF ; }
227+ border-color : # FFFFFF ;
228+ cursor : pointer; }
219229
220230.imgTrabajos : hover {
221231 transform : rotate (3deg ) scale (0.98 ); }
@@ -257,19 +267,10 @@ article {
257267 border : none; }
258268 .section__contacto .section__contacto__formulario input [type = 'submit' ] {
259269 background-color : # FF7BAC ;
260- color : # F4F4F4 ;
261- font-weight : 600 ;
262- text-transform : uppercase;
263- font-size : .9rem ;
264- width : fit-content; }
270+ color : # F4F4F4 ; }
265271 .section__contacto .section__contacto__formulario input [type = 'submit' ]: hover {
266272 background-color : # e25d8e ;
267- color : # F4F4F4 ;
268- font-weight : 600 ;
269- text-transform : uppercase;
270- font-size : .9rem ;
271- width : fit-content;
272- cursor : pointer; }
273+ color : # F4F4F4 ; }
273274 .section__contacto .iframeMapa {
274275 height : 40rem ; }
275276
0 commit comments