construccionesquiroga.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700&display=swaphttps://unpkg.com/[email protected]/dist/aos.css:root {
--qc-primary: #1253c3;
--qc-secondary: #0d6efd;
--qc-accent: #ff6b35;
--qc-dark: #1a1a2e;
--qc-light: #f8f9fa;
--qc-gradient: linear-gradient(135deg, var(--qc-primary), var(--qc-secondary));
}
body {
font-family: 'Montserrat', sans-serif;
color: #333;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, .section-title {
font-family: 'Playfair Display', serif;
font-weight: 700;
}
/* Navbar */
.navbar {
background-color: rgba(26, 26, 46, 0.95) !important;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
}
.navbar.scrolled {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-weight: 700;
font-size: 1.5rem;
background: var(--qc-gradient);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.nav-link {
font-weight: 500;
position: relative;
padding: 0.5rem 1rem;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 1rem;
width: 0;
height: 2px;
background: var(--qc-accent);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: calc(100% - 2rem);
}
/* Hero */
#inicio {
background: linear-gradient(135deg, rgba(18, 83, 195, 0.9), rgba(13, 110, 253, 0.9)), url("img/herox2.png") center/cover no-repeat fixed;
color: #fff;
min-height: 100vh;
display: flex;
align-items: center;
text-align: center;
position: relative;
overflow: hidden;
}
#inicio::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(to top, var(--qc-light), transparent);
z-index: 1;
}
#inicio .container {
position: relative;
z-index: 2;
}
#inicio h1 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 1.5rem;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#inicio p {
font-size: 1.5rem;
margin-bottom: 2.5rem;
font-weight: 300;
}
.hero-buttons .btn {
padding: 0.75rem 2rem;
font-weight: 600;
border-radius: 50px;
transition: all 0.3s ease;
margin: 0.5rem;
}
.btn-primary {
background: var(--qc-gradient);
border: none;
}
.btn-outline-light:hover {
background: rgba(255, 255, 255, 0.1);
}
/* Section Titles */
.section-title {
font-size: 2.5rem;
margin-bottom: 3rem;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 4px;
background: var(--qc-accent);
border-radius: 2px;
}
.text-center .section-title::after {
left: 50%;
transform: translateX(-50%);
}
/* Cards */
.card {
border: none;
border-radius: 15px;
overflow: hidden;
transition: all 0.3s ease;
height: 100%;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.card-icon {
font-size: 2.5rem;
margin-bottom: 1rem;
background: var(--qc-gradient);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.card-title {
font-weight: 700;
margin-bottom: 1rem;
}
/* Features */
.feature-box {
padding: 2rem;
border-radius: 15px;
background: white;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
height: 100%;
}
.feature-box:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.feature-icon {
font-size: 2.5rem;
margin-bottom: 1.5rem;
background: var(--qc-gradient);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
/* Carousel */
#carouselTrabajos {
padding: 2rem 0;
}
#carouselTrabajos img {
max-width: 700px;
height: 450px;
object-fit: cover;
border-radius: 15px;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.carousel-control-prev, .carousel-control-next {
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
backdrop-filter: blur(5px);
}
/* Accordion */
.accordion-button {
font-weight: 600;
padding: 1.25rem;
}
.accordion-button:not(.collapsed) {
background-color: rgba(13, 110, 253, 0.05);
color: var(--qc-primary);
}
.accordion-button:focus {
box-shadow: none;
border-color: rgba(13, 110, 253, 0.2);
}
/* Contact Form */
.form-control, .form-select {
padding: 0.75rem 1rem;
border-radius: 10px;
border: 1px solid #e0e0e0;
}
.form-control:focus, .form-select:focus {
border-color: var(--qc-primary);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/* Floating buttons */
.floating-btn {
position: fixed;
right: 2rem;
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.75rem;
color: #fff;
z-index: 1050;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
}
.floating-btn:hover {
transform: scale(1.1);
}
.floating-btn.whatsapp {
bottom: 6rem;
background: #25D366;
}
.floating-btn.instagram {
bottom: 2rem;
background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
/* Footer */
footer {
background-color: var(--qc-dark);
position: relative;
overflow: hidden;
}
footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: var(--qc-gradient);
}
footer h5 {
font-weight: 700;
margin-bottom: 1.5rem;
color: white;
}
footer a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
transition: all 0.3s ease;
}
footer a:hover {
color: white;
text-decoration: underline;
}
.social-icons {
display: flex;
gap: 1rem;
margin-top: 1.5rem;
}
.social-icons a {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.social-icons a:hover {
background: var(--qc-primary);
transform: translateY(-3px);
}
/* Responsive Adjustments */
@media (max-width: 992px) {
#inicio h1 {
font-size: 2.75rem;
}
#inicio p {
font-size: 1.25rem;
}
.section-title {
font-size: 2rem;
}
}
@media (max-width: 768px) {
#inicio h1 {
font-size: 2.25rem;
}
.hero-buttons .btn {
display: b
/* ...cortado... */
porvosyparavos.com.ar
https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap@media(min-width: 1920px) {
.hidden-dne058 {
display: none !important
}
}
@media(min-width: 1200px) and (max-width: 1919px) {
.hidden-72rtr7 {
display: none !important
}
}
@media(min-width: 810px) and (max-width: 1199px) {
.hidden-ecmr9b {
display: none !important
}
}
@media(max-width: 809px) {
.hidden-1fn0g8o {
display: none !important
}
}
@media(min-width: 1200px) {
.hidden-be91op {
display: none !important
}
}
@media(min-width: 810px) and (max-width: 1199px) {
.hidden-12ozf32 {
display: none !important
}
}
@media(max-width: 809px) {
.hidden-1xvc6rx {
display: none !important
}
}
html,
body,
#main {
margin: 0;
padding: 0;
box-sizing: border-box
}
:root {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
* {
box-sizing: border-box;
-webkit-font-smoothing: inherit
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
margin: 0
}
body,
input,
textarea,
select,
button {
font-size: 12px;
font-family: sans-serif
}
body {
--token-c56d8574-58b3-4dc7-b6e2-bd40137097b4: rgb(246, 245, 244);
--token-9f6765da-f121-4764-acfb-40e5fdac6ff8: rgb(204, 204, 204);
--token-d9a23d8b-f0e3-436d-bd92-cf361755e5f8: rgb(153, 153, 153);
--token-2c0da575-7b0a-4ad2-8e9a-95bde25d1bbd: rgb(51, 51, 51);
--token-e206300f-f993-4343-a0ac-348ae117b5b1: rgb(28, 27, 23);
--token-faaffceb-79fe-4d6d-af24-1f64ffe1c6eb: rgb(22, 22, 18)
}
#__framer-badge-container {
position: fixed;
bottom: 0;
padding: 20px;
width: 100%;
display: flex;
justify-content: right;
pointer-events: none;
z-index: 314159
}
.__framer-badge {
pointer-events: auto
}
@font-face {
font-family: Jost;
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}
@font-face {
font-family: Jost;
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
font-family: Jost;
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
font-family: Jost;
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zUtBhPNqw73oHt5D4hTxM.woff2) format("woff2");
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}
@font-face {
font-family: Jost;
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zUtBhPNqw73oHt7j4hTxM.woff2) format("woff2");
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
font-family: Jost;
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zUtBhPNqw73oHt4D4h.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zatBhPNqw73oDd4iYl.woff2) format("woff2");
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zatBhPNqw73ord4iYl.woff2) format("woff2");
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zatBhPNqw73oTd4g.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zatBhPNqw73oDd4iYl.woff2) format("woff2");
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zatBhPNqw73ord4iYl.woff2) format("woff2");
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zatBhPNqw73oTd4g.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zatBhPNqw73oDd4iYl.woff2) format("woff2");
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zatBhPNqw73ord4iYl.woff2) format("woff2");
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/jost/v19/92zatBhPNqw73oTd4g.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
font-family: Montaga;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_4gEa7Q.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
font-family: Inter;
src: url(https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2);
font-display: swap;
font-style: normal;
font-weight: 400;
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}
@font-face {
font-family: Inter;
src: url(https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2);
font-display: swap;
font-style: normal;
font-weight: 400;
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}
@font-face {
font-family: Inter;
src: url(https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2);
font-display: swap;
font-style: normal;
font-wei
/* ...cortado... */
alambradosgonzalez.com.ar
https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@400;600;700&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css:root {
--primary-color: #2e7d32;
--primary-dark: #1b5e20;
--primary-light: #81c784;
--secondary-color: #ff9800;
--dark-color: #263238;
--light-color: #f5f5f5;
--gradient-primary: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
--gradient-secondary: linear-gradient(135deg, var(--secondary-color), #f57c00);
}
body {
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
overflow-x: hidden;
color: var(--dark-color);
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
/* Navbar */
.navbar {
background-color: rgba(0, 0, 0, 0.9) !important;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
padding: 15px 0;
}
.navbar.scrolled {
padding: 10px 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
font-weight: 700;
font-size: 1.5rem;
color: white !important;
}
.nav-link {
color: rgba(255, 255, 255, 0.9) !important;
font-weight: 500;
margin: 0 10px;
position: relative;
transition: all 0.3s ease;
}
.nav-link:hover {
color: var(--secondary-color) !important;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background-color: var(--secondary-color);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
/* Hero Section */
.hero {
background: url('img/hero.png') center/cover no-repeat;
color: white;
text-align: center;
padding: 350px 20px;
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
max-width: 1250px;
padding: 0 20px;
margin-top: 380px;
}
.hero h1 {
font-size: 3.5rem;
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
margin-bottom: 1.5rem;
line-height: 1.2;
animation: fadeInDown 1s ease both;
}
.hero p {
font-size: 1.4rem;
margin-bottom: 2rem;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
animation: fadeInUp 1s ease 0.3s both;
}
.btn-main {
padding: 12px 35px;
font-weight: 600;
border-radius: 50px;
font-size: 1.1rem;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
border: none;
z-index: 1;
animation: fadeIn 1s ease 0.6s both;
}
.btn-main::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, var(--primary-color), var(--primary-dark));
z-index: -1;
transition: all 0.3s ease;
}
.btn-main:hover::before {
transform: scale(1.05);
opacity: 0.9;
}
.btn-light {
background-color: white;
color: var(--primary-dark);
}
.btn-light:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-success {
background-color: var(--secondary-color);
border-color: var(--secondary-color);
}
.btn-success:hover {
background-color: #e68a00;
border-color: #e68a00;
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
/* Section Styles */
.section {
padding: 80px 0;
position: relative;
}
.section-title {
text-align: center;
margin-bottom: 60px;
position: relative;
font-size: 2.5rem;
color: var(--dark-color);
}
.section-title::after {
content: '';
display: block;
width: 80px;
height: 4px;
background: var(--gradient-primary);
margin: 15px auto;
border-radius: 2px;
}
.section-subtitle {
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
font-size: 1.2rem;
color: #555;
}
/* About Section */
.about-section {
background-color: white;
}
.about-content {
display: flex;
align-items: center;
gap: 50px;
}
.about-text {
flex: 1;
}
.about-image {
flex: 1;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
transition: transform 0.5s ease;
}
.about-image:hover {
transform: scale(1.02);
}
.about-image img {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s ease;
}
.about-image:hover img {
transform: scale(1.05);
}
/* Features Section */
.features-section {
background-color: var(--light-color);
}
.feature-box {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
text-align: center;
height: 100%;
position: relative;
overflow: hidden;
}
.feature-box::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: var(--gradient-primary);
transition: height 0.3s ease;
}
.feature-box:hover::before {
height: 100%;
}
.feature-box:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.feature-icon {
font-size: 2.5rem;
color: var(--primary-color);
margin-bottom: 20px;
transition: all 0.3s ease;
}
.feature-box:hover .feature-icon {
color: var(--secondary-color);
transform: scale(1.1);
}
.feature-title {
font-size: 1.3rem;
margin-bottom: 15px;
color: var(--dark-color);
}
/* Products Section */
.products-section {
background-color: white;
}
.product-card {
border: none;
border-radius: 15px;
padding: 25px;
text-align: center;
transition: all 0.4s ease;
height: 100%;
background: white;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.product-card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: var(--gradient-primary);
transform: scaleX(0);
transform-origin: right;
transition: transform 0.4s ease;
}
.product-card:hover::after {
transform: scaleX(1);
transform-origin: left;
}
.product-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.product-img-container {
height: 180px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
position: relative;
overflow: hidden;
border-radius: 10px;
}
.product-img {
max-width: 100%;
max-heig
/* ...cortado... */
.floating-btn {
position: fixed;
bottom: 100px;
right: 20px;
z-index: 9999;
display: flex;
flex-direction: column;
gap: 10px;
}
.floating-btn a {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 50%;
background-color: #25d366;
color: white;
font-size: 22px;
text-decoration: none;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.floating-btn a.fb { background-color: #3b5998; }
.floating-btn a.ig { background-color: #e4405f; }
.floating-btn a.th { background-color: #000; font-size: 20px; }
refrigeracionrivero.com.ar
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.csshttps://unpkg.com/[email protected]/dist/aos.csshttps://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap:root {
--primary: #0062cc; /* Azul más intenso */
--secondary: #00d4c8; /* Turquesa brillante */
--accent: #ff6b00; /* Naranja para acentos */
--dark: #1a1a2e; /* Fondo oscuro */
--light: #f8f9fa;
--text-light: #ffffff;
--text-dark: #333333;
--gradient-primary: linear-gradient(135deg, var(--primary) 0%, #004a99 100%);
--gradient-secondary: linear-gradient(135deg, var(--secondary) 0%, #00a8b5 100%);
}
body {
font-family: 'Poppins', sans-serif;
overflow-x: hidden;
color: var(--text-dark);
background-color: #fefefe;
}
/* Scrollbar personalizada */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: var(--primary);
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #0052b3;
}
/* Navbar - Moderna con efecto vidrio */
.navbar {
background: rgba(0, 98, 204, 0.9);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
padding: 15px 0;
}
.navbar.scrolled {
background: rgba(0, 98, 204, 0.95);
padding: 10px 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.navbar-brand {
font-weight: 700;
font-size: 1.8rem;
letter-spacing: -0.5px;
background: linear-gradient(to right, var(--text-light), #e6f2ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 0.3s ease;
}
.navbar-brand:hover {
transform: scale(1.02);
}
.navbar .nav-link {
color: var(--text-light);
font-weight: 500;
position: relative;
margin: 0 10px;
padding: 8px 0;
transition: all 0.3s ease;
}
.navbar .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--secondary);
transition: width 0.3s ease;
}
.navbar .nav-link:hover {
color: var(--secondary);
}
.navbar .nav-link:hover::after {
width: 100%;
}
.navbar-toggler {
border: none;
padding: 0.5rem;
}
.navbar-toggler:focus {
box-shadow: none;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Botón CTA */
.btn-cta {
background: var(--gradient-secondary);
border: none;
color: white;
font-weight: 600;
padding: 10px 25px;
border-radius: 50px;
position: relative;
overflow: hidden;
z-index: 1;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 212, 200, 0.3);
}
.btn-cta::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #00a8b5 0%, var(--secondary) 100%);
z-index: -1;
transition: all 0.3s ease;
opacity: 1;
}
.btn-cta:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 212, 200, 0.4);
color: white;
}
.btn-cta:hover::before {
opacity: 0.9;
}
.btn-cta:active {
transform: translateY(1px);
}
/* Hero Section - Efecto Parallax con animación */
#inicio {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--text-light);
background: url('img/logoxx.png') center/cover fixed;
position: relative;
overflow: hidden;
}
#inicio::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(0, 98, 204, 0.4) 0%, rgba(0, 180, 216, 0.4) 100%);
z-index: 1;
}
#inicio .content {
position: relative;
z-index: 2;
max-width: 800px;
padding: 0 20px;
margin-top: 380px;
}
#inicio h1 {
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 1.5rem;
line-height: 1.2;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
animation: fadeInUp 1s ease;
}
#inicio p {
font-size: 1.5rem;
font-weight: 300;
margin-bottom: 2rem;
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
animation: fadeInUp 1s ease 0.2s forwards;
opacity: 0;
}
#inicio .btn-cta {
animation: fadeInUp 1s ease 0.4s forwards;
opacity: 0;
font-size: 1.1rem;
padding: 12px 30px;
}
/* Animaciones clave */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes float {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-15px);
}
100% {
transform: translateY(0px);
}
}
/* Section styling */
section {
padding: 6rem 0;
position: relative;
}
.section-title {
font-weight: 700;
margin-bottom: 3rem;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 4px;
background: var(--secondary);
border-radius: 2px;
}
/* Quiénes somos */
#quienessomos {
background-color: white;
}
#quienessomos h2 {
font-weight: 700;
color: var(--primary);
}
#quienessomos p {
font-size: 1.1rem;
line-height: 1.8;
margin-bottom: 1.5rem;
}
#quienessomos strong {
color: var(--primary);
font-weight: 600;
}
#quienessomos img {
border-radius: 10px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
transition: all 0.5s ease;
}
#quienessomos img:hover {
transform: scale(1.02);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
/* Servicios */
#servicios {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
position: relative;
overflow: hidden;
}
#servicios::before {
content: '';
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
background: var(--secondary);
opacity: 0.1;
border-radius: 50%;
z-index: 0;
}
#servicios::after {
content: '';
position: absolute;
bottom: -150px;
left: -150px;
width: 400px;
height: 400px;
background: var(--primary);
opacity: 0.1;
border-radius: 50%;
z-index: 0;
}
.service-card {
background: white;
border-radius: 15px;
padding: 30px;
height: 100%;
transition: all 0.4s ease;
position: relative;
z-index: 1;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.03);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.service-icon {
font-size: 3.5rem;
margin-bottom: 1.5rem;
background: var(--gradient-secondary);
-webkit-background-clip
/* ...cortado... */
:root {
--primary: #0062cc; /* Azul más intenso */
--secondary: #00d4c8; /* Turquesa brillante */
--accent: #ff6b00; /* Naranja para acentos */
--dark: #1a1a2e; /* Fondo oscuro */
--light: #f8f9fa;
--text-light: #ffffff;
--text-dark: #333333;
--gradient-primary: linear-gradient(135deg, var(--primary) 0%, #004a99 100%);
--gradient-secondary: linear-gradient(135deg, var(--secondary) 0%, #00a8b5 100%);
}
body {
font-family: 'Poppins', sans-serif;
overflow-x: hidden;
color: var(--text-dark);
background-color: #fefefe;
}
/* Navbar - Moderna con efecto vidrio */
.navbar {
background: rgba(0, 98, 204, 0.9);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
padding: 15px 0;
}
.navbar.scrolled {
background: rgba(0, 98, 204, 0.95);
padding: 10px 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.navbar-brand {
font-weight: 700;
font-size: 1.8rem;
letter-spacing: -0.5px;
background: linear-gradient(to right, var(--text-light), #e6f2ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 0.3s ease;
}
.navbar-brand:hover {
transform: scale(1.02);
}
.navbar .nav-link {
color: var(--text-light);
font-weight: 500;
position: relative;
margin: 0 10px;
padding: 8px 0;
transition: all 0.3s ease;
}
.navbar .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--secondary);
transition: width 0.3s ease;
}
.navbar .nav-link:hover {
color: var(--secondary);
}
.navbar .nav-link:hover::after {
width: 100%;
}
.navbar-toggler {
border: none;
padding: 0.5rem;
}
.navbar-toggler:focus {
box-shadow: none;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Botón CTA */
.btn-cta {
background: var(--gradient-secondary);
border: none;
color: white;
font-weight: 600;
padding: 10px 25px;
border-radius: 50px;
position: relative;
overflow: hidden;
z-index: 1;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 212, 200, 0.3);
}
.btn-cta::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #00a8b5 0%, var(--secondary) 100%);
z-index: -1;
transition: all 0.3s ease;
opacity: 1;
}
.btn-cta:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 212, 200, 0.4);
color: white;
}
.btn-cta:hover::before {
opacity: 0.9;
}
.btn-cta:active {
transform: translateY(1px);
}
/* Hero Section - Efecto Parallax con animación */
#inicio {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--text-light);
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/logozzzx.png') center/cover fixed;
position: relative;
overflow: hidden;
}
#inicio::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(0, 98, 204, 0.4) 0%, rgba(0, 180, 216, 0.4) 100%);
z-index: 1;
}
#inicio .content {
position: relative;
z-index: 2;
max-width: 800px;
padding: 0 20px;
margin-top: 380px;
}
#inicio h1 {
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 1.5rem;
line-height: 1.2;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
animation: fadeInUp 1s ease;
}
#inicio p {
font-size: 1.5rem;
font-weight: 300;
margin-bottom: 2rem;
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
animation: fadeInUp 1s ease 0.2s forwards;
opacity: 0;
}
#inicio .btn-cta {
animation: fadeInUp 1s ease 0.4s forwards;
opacity: 0;
font-size: 1.1rem;
padding: 12px 30px;
}
/* Animaciones clave */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes float {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-15px);
}
100% {
transform: translateY(0px);
}
}
/* Section styling */
section {
padding: 6rem 0;
position: relative;
}
.section-title {
font-weight: 700;
margin-bottom: 3rem;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 4px;
background: var(--secondary);
border-radius: 2px;
}
/* Quiénes somos */
#quienessomos {
background-color: white;
}
#quienessomos h2 {
font-weight: 700;
color: var(--primary);
}
#quienessomos p {
font-size: 1.1rem;
line-height: 1.8;
margin-bottom: 1.5rem;
}
#quienessomos strong {
color: var(--primary);
font-weight: 600;
}
#quienessomos img {
border-radius: 10px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
transition: all 0.5s ease;
}
#quienessomos img:hover {
transform: scale(1.02);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
/* Servicios */
#servicios {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
position: relative;
overflow: hidden;
}
#servicios::before {
content: '';
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
background: var(--secondary);
opacity: 0.1;
border-radius: 50%;
z-index: 0;
}
#servicios::after {
content: '';
position: absolute;
bottom: -150px;
left: -150px;
width: 400px;
height: 400px;
background: var(--primary);
opacity: 0.1;
border-radius: 50%;
z-index: 0;
}
.service-card {
background: white;
border-radius: 15px;
padding: 30px;
height: 100%;
transition: all 0.4s ease;
position: relative;
z-index: 1;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.03);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.service-icon {
font-size: 3.5rem;
margin-bottom: 1.5rem;
background: var(--gradient-secondary);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
transition: all 0.3s ease;
}
.service-card:hover .service-icon {
transform: scale(1.1);
}
.service-card h5 {
font-weight: 600;
margin-botto
/* ...cortado... */
ventadepasajesaparaguay.com.ar
https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@700;800;900&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.csshttps://unpkg.com/[email protected]/dist/aos.css:root {
--primary: #003f8a;
--primary-dark: #002d62;
--secondary: #ff0033;
--secondary-light: #ff4d6d;
--white: #ffffff;
--light: #f8f9fa;
--gray-light: #e9ecef;
--gray: #6c757d;
--dark: #212529;
--success: #25d366;
--instagram: #E1306C;
--facebook: #3b5998;
--shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
--shadow: 0 10px 30px rgba(0,0,0,0.1);
--shadow-lg: 0 15px 40px rgba(0,0,0,0.15);
--transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body {
.hero { max-width: 100%; }
overflow-x: hidden;
font-family: 'Poppins', sans-serif;
color: var(--dark);
background-color: var(--light);
overflow-x: hidden;
scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
}
/* Navbar */
.navbar {
background-color: var(--primary);
box-shadow: var(--shadow);
padding: 15px 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 10px 0;
background-color: rgba(0, 63, 138, 0.98);
backdrop-filter: blur(10px);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
color: var(--white) !important;
display: flex;
align-items: center;
}
.navbar-brand img {
height: 40px;
margin-right: 10px;
}
.nav-link {
color: var(--white) !important;
font-weight: 500;
margin: 0 8px;
padding: 8px 16px !important;
border-radius: 50px;
transition: var(--transition);
}
.nav-link:hover, .nav-link:focus {
color: var(--white) !important;
background-color: var(--secondary);
}
.nav-link.active {
background-color: var(--secondary);
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
}
.hero-content {
position: relative;
z-index: 2;
}
.hero h1 {
font-size: 4.5rem;
margin-bottom: 1.5rem;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
animation: fadeInDown 1s ease both;
}
.hero p {
font-size: 1.5rem;
margin-bottom: 2rem;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
animation: fadeInUp 1s ease both 0.3s;
}
.hero-title {
font-size: 3.5rem;
font-weight: 900;
margin-bottom: 20px;
line-height: 1.2;
}
.hero-subtitle {
font-size: 1.25rem;
opacity: 0.9;
margin-bottom: 30px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
/* Botones */
.btn {
padding: 12px 28px;
border-radius: 50px;
font-weight: 600;
transition: var(--transition);
border: none;
}
.btn-primary {
background-color: var(--primary);
}
.btn-primary:hover {
background-color: var(--primary-dark);
transform: translateY(-3px);
box-shadow: var(--shadow);
}
.btn-secondary {
background-color: var(--secondary);
color: var(--white);
}
.btn-secondary:hover {
background-color: var(--secondary-light);
transform: translateY(-3px);
box-shadow: var(--shadow);
}
.btn-whatsapp {
background-color: var(--success);
color: var(--white);
padding: 14px 30px;
border-radius: 50px;
font-weight: 600;
display: inline-flex;
align-items: center;
box-shadow: var(--shadow);
transition: var(--transition);
}
.btn-whatsapp:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
color: var(--white);
}
.btn-whatsapp i {
margin-right: 8px;
font-size: 1.2rem;
}
/* Secciones */
.section {
padding: 100px 0;
position: relative;
}
.section-title {
position: relative;
color: var(--primary);
font-weight: 800;
margin-bottom: 50px;
text-align: center;
}
.section-title::after {
content: '';
display: block;
width: 80px;
height: 4px;
background: linear-gradient(to right, var(--primary), var(--secondary));
margin: 15px auto 0;
border-radius: 2px;
}
/* Tarjetas de servicios */
.card-service {
background: var(--white);
border-radius: 15px;
padding: 40px 30px;
box-shadow: var(--shadow);
margin-bottom: 30px;
transition: var(--transition);
height: 100%;
border: none;
text-align: center;
}
.card-service:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
}
.card-service .icon {
font-size: 3rem;
margin-bottom: 20px;
color: var(--secondary);
}
.card-service h3 {
font-weight: 700;
margin-bottom: 15px;
color: var(--primary);
}
/* Galería */
.gallery {
position: relative;
padding: 0;
}
.gallery::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100px;
background: linear-gradient(to bottom, var(--light), transparent);
z-index: 2;
}
.gallery::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100px;
background: linear-gradient(to top, var(--light), transparent);
z-index: 2;
}
.ticker-track {
min-width: 100%;
display: flex;
gap: 20px;
padding: 20px 0;
animation: ticker 30s linear infinite;
}
.ticker-item {
flex: 0 0 auto;
max-width: 300px;
border-radius: 15px;
overflow: hidden;
box-shadow: var(--shadow);
transition: var(--transition);
}
.ticker-item:hover {
transform: scale(1.05);
}
.ticker-item img {
width: 100%;
height: auto;
object-fit: contain;
display: block;
}
@keyframes ticker {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
/* Empresas */
.companies {
background-color: var(--white);
padding: 60px 0;
}
.company-logo {
height: 100px;
opacity: 0.7;
transition: var(--transition);
}
.company-logo:hover {
filter: none;
opacity: 1;
transform: scale(1.1);
}
/* Contacto */
.contact-form {
background-color: var(--white);
border-radius: 15px;
padding: 40px;
box-shadow: var(--shadow);
max-width: 800px;
margin: 0 auto;
}
.form-control {
height: 50px;
border-radius: 10px;
border: 1px solid var(--gray-light);
padding: 10px 20px;
margin-bottom: 20px;
transition: var(--transition);
}
.form-control:focus {
border-color: var(--primary);
box-shadow: 0 0 0 0.25rem rgba(0, 63, 138, 0.25);
}
textarea.form-control {
height: auto;
min-height: 150px;
}
/* Footer */
.footer {
background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
color: var(--white);
padding: 60px 0 30px;
position: relative;
}
.footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 15px;
background: linear-gradient(to right, var(--primary), var(--secondar
/* ...cortado... */
ventadespasajesaparaguay.com
https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@700;800;900&display=swaphttps://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.csshttps://unpkg.com/[email protected]/dist/aos.css:root {
--primary: #003f8a;
--primary-dark: #002d62;
--secondary: #ff0033;
--secondary-light: #ff4d6d;
--white: #ffffff;
--light: #f8f9fa;
--gray-light: #e9ecef;
--gray: #6c757d;
--dark: #212529;
--success: #25d366;
--instagram: #E1306C;
--facebook: #3b5998;
--shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
--shadow: 0 10px 30px rgba(0,0,0,0.1);
--shadow-lg: 0 15px 40px rgba(0,0,0,0.15);
--transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body {
.hero { max-width: 100%; }
overflow-x: hidden;
font-family: 'Poppins', sans-serif;
color: var(--dark);
background-color: var(--light);
overflow-x: hidden;
scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
}
/* Navbar */
.navbar {
background-color: var(--primary);
box-shadow: var(--shadow);
padding: 15px 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 10px 0;
background-color: rgba(0, 63, 138, 0.98);
backdrop-filter: blur(10px);
}
.navbar-brand {
font-weight: 800;
font-size: 1.5rem;
color: var(--white) !important;
display: flex;
align-items: center;
}
.navbar-brand img {
height: 40px;
margin-right: 10px;
}
.nav-link {
color: var(--white) !important;
font-weight: 500;
margin: 0 8px;
padding: 8px 16px !important;
border-radius: 50px;
transition: var(--transition);
}
.nav-link:hover, .nav-link:focus {
color: var(--white) !important;
background-color: var(--secondary);
}
.nav-link.active {
background-color: var(--secondary);
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
}
.hero-content {
position: relative;
z-index: 2;
}
.hero h1 {
font-size: 4.5rem;
margin-bottom: 1.5rem;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
animation: fadeInDown 1s ease both;
}
.hero p {
font-size: 1.5rem;
margin-bottom: 2rem;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
animation: fadeInUp 1s ease both 0.3s;
}
.hero-title {
font-size: 3.5rem;
font-weight: 900;
margin-bottom: 20px;
line-height: 1.2;
}
.hero-subtitle {
font-size: 1.25rem;
opacity: 0.9;
margin-bottom: 30px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
/* Botones */
.btn {
padding: 12px 28px;
border-radius: 50px;
font-weight: 600;
transition: var(--transition);
border: none;
}
.btn-primary {
background-color: var(--primary);
}
.btn-primary:hover {
background-color: var(--primary-dark);
transform: translateY(-3px);
box-shadow: var(--shadow);
}
.btn-secondary {
background-color: var(--secondary);
color: var(--white);
}
.btn-secondary:hover {
background-color: var(--secondary-light);
transform: translateY(-3px);
box-shadow: var(--shadow);
}
.btn-whatsapp {
background-color: var(--success);
color: var(--white);
padding: 14px 30px;
border-radius: 50px;
font-weight: 600;
display: inline-flex;
align-items: center;
box-shadow: var(--shadow);
transition: var(--transition);
}
.btn-whatsapp:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
color: var(--white);
}
.btn-whatsapp i {
margin-right: 8px;
font-size: 1.2rem;
}
/* Secciones */
.section {
padding: 100px 0;
position: relative;
}
.section-title {
position: relative;
color: var(--primary);
font-weight: 800;
margin-bottom: 50px;
text-align: center;
}
.section-title::after {
content: '';
display: block;
width: 80px;
height: 4px;
background: linear-gradient(to right, var(--primary), var(--secondary));
margin: 15px auto 0;
border-radius: 2px;
}
/* Tarjetas de servicios */
.card-service {
background: var(--white);
border-radius: 15px;
padding: 40px 30px;
box-shadow: var(--shadow);
margin-bottom: 30px;
transition: var(--transition);
height: 100%;
border: none;
text-align: center;
}
.card-service:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
}
.card-service .icon {
font-size: 3rem;
margin-bottom: 20px;
color: var(--secondary);
}
.card-service h3 {
font-weight: 700;
margin-bottom: 15px;
color: var(--primary);
}
/* Galería */
.gallery {
position: relative;
padding: 0;
}
.gallery::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100px;
background: linear-gradient(to bottom, var(--light), transparent);
z-index: 2;
}
.gallery::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100px;
background: linear-gradient(to top, var(--light), transparent);
z-index: 2;
}
.ticker-track {
min-width: 100%;
display: flex;
gap: 20px;
padding: 20px 0;
animation: ticker 30s linear infinite;
}
.ticker-item {
flex: 0 0 auto;
max-width: 300px;
border-radius: 15px;
overflow: hidden;
box-shadow: var(--shadow);
transition: var(--transition);
}
.ticker-item:hover {
transform: scale(1.05);
}
.ticker-item img {
width: 100%;
height: auto;
object-fit: contain;
display: block;
}
@keyframes ticker {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
/* Empresas */
.companies {
background-color: var(--white);
padding: 60px 0;
}
.company-logo {
height: 100px;
opacity: 0.7;
transition: var(--transition);
}
.company-logo:hover {
filter: none;
opacity: 1;
transform: scale(1.1);
}
/* Contacto */
.contact-form {
background-color: var(--white);
border-radius: 15px;
padding: 40px;
box-shadow: var(--shadow);
max-width: 800px;
margin: 0 auto;
}
.form-control {
height: 50px;
border-radius: 10px;
border: 1px solid var(--gray-light);
padding: 10px 20px;
margin-bottom: 20px;
transition: var(--transition);
}
.form-control:focus {
border-color: var(--primary);
box-shadow: 0 0 0 0.25rem rgba(0, 63, 138, 0.25);
}
textarea.form-control {
height: auto;
min-height: 150px;
}
/* Footer */
.footer {
background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
color: var(--white);
padding: 60px 0 30px;
position: relative;
}
.footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 15px;
background: linear-gradient(to right, var(--primary), var(--secondar
/* ...cortado... */