diff --git a/assets/css/main.css b/assets/css/main.css index 59782c3..bbffba0 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -23,7 +23,6 @@ /* Sección del header */ #header { position: fixed; - z-index: 100000; margin: 0%; padding: 0.3% 0.5%; background-color: #1e3c70; @@ -148,6 +147,13 @@ section .section-h h2:after { color: #bb8800 !important; border-bottom: solid 2px #1e3c70; } +.home .cont-prin .div-flex .description { + border-top: solid 2px #bb8800; +} +.home .cont-prin .div-flex .description p { + border-bottom: solid 2px #1e3c70; + width: auto; +} @media (max-width: 992px) { .home .cont-prin .div-flex { display: block; @@ -170,6 +176,16 @@ section .section-h h2:after { width: 170px; } } +.home .cont-prin .bg-phone { + margin: 10px 55px; + background-color: #ffc451; + padding: 0px; + width: 97px; + border-radius: 13px; +} +.home .cont-prin .bg-phone img { + width: 100px; +} /* Globales */ .nav-g a { color: #bb8800; diff --git a/assets/css/main.less b/assets/css/main.less index 2572d20..5efd2a3 100644 --- a/assets/css/main.less +++ b/assets/css/main.less @@ -28,7 +28,6 @@ #header { position: fixed; - z-index: 100000; margin: 0%; padding: 0.3% 0.5%; background-color: #1e3c70; @@ -161,6 +160,13 @@ section { .nav .active { color: #bb8800 !important; border-bottom:solid 2px #1e3c70; + } + .description { + border-top: solid 2px #bb8800; + p { + border-bottom: solid 2px #1e3c70; + width: auto; + } } @media (max-width: 992px) { display: block; @@ -181,6 +187,16 @@ section { } } } + .bg-phone { + margin: 10px 55px; + background-color: #ffc451; + padding: 0px; + width: 97px; + border-radius: 13px; + img { + width:100px; + } + } } } diff --git a/assets/img/bg/phone.png b/assets/img/bg/phone.png new file mode 100644 index 0000000..f5d8017 Binary files /dev/null and b/assets/img/bg/phone.png differ diff --git a/logotipos.html b/logotipos.html index 626be46..d8e5493 100644 --- a/logotipos.html +++ b/logotipos.html @@ -136,11 +136,11 @@ Logotipos - + -
-
-
+ + + + +
@@ -228,5 +288,6 @@ header.classList.toggle("fixed-top", window.scrollY > 0); }); +