/*=========================================================
CORPORACIÓN CLUB DEL COMERCIO DE CHIQUINQUIRÁ
VERSIÓN 1.0
Celebrando 60 años (1965 - 2025)

Archivo:
estilos.css

Autor:
Proyecto ChatGPT + Diego Mauricio Franco García
=========================================================*/



/*=========================================================
VARIABLES
=========================================================*/

:root{

--verde:#0B5D3A;

--verdeOscuro:#083E28;

--dorado:#C8A24A;

--gris:#666666;

--grisClaro:#F7F7F7;

--blanco:#FFFFFF;

--negro:#222222;

--sombra:0 15px 40px rgba(0,0,0,.12);

--radio:18px;

--transicion:.40s;

}



/*=========================================================
CONFIGURACIÓN GENERAL
=========================================================*/

*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Poppins',sans-serif;

font-size:16px;

color:var(--gris);

background:#fff;

overflow-x:hidden;

line-height:1.7;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

transition:var(--transicion);

}

section{

padding:110px 0;

}

.container{

max-width:1200px;

}



/*=========================================================
TÍTULOS
=========================================================*/

h1,h2,h3,h4,h5{

font-family:'Cormorant Garamond',serif;

color:var(--verde);

font-weight:700;

}

h1{

font-size:72px;

}

h2{

font-size:52px;

margin-bottom:20px;

}

h3{

font-size:34px;

}

h4{

font-size:28px;

}

p{

margin-bottom:18px;

}



/*=========================================================
SUBTÍTULOS
=========================================================*/

.subtitulo{

display:inline-block;

font-size:17px;

font-weight:600;

letter-spacing:3px;

text-transform:uppercase;

color:var(--dorado);

margin-bottom:18px;

}



/*=========================================================
DESCRIPCIÓN
=========================================================*/

.descripcion-seccion{

max-width:760px;

margin:auto;

font-size:18px;

color:#666;

}



/*=========================================================
SCROLL PERSONALIZADO
=========================================================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#ececec;

}

::-webkit-scrollbar-thumb{

background:var(--verde);

border-radius:30px;

}

::-webkit-scrollbar-thumb:hover{

background:var(--dorado);

}



/*=========================================================
PRELOADER
=========================================================*/

#preloader{

position:fixed;

width:100%;

height:100%;

background:#fff;

display:flex;

justify-content:center;

align-items:center;

z-index:999999;

transition:1s;

}

.loader-box{

text-align:center;

}

.loader-box img{

width:130px;

margin:auto;

margin-bottom:25px;

}

.loader-box h2{

font-size:42px;

margin-bottom:5px;

}

.loader-box h5{

font-size:24px;

color:var(--dorado);

margin-bottom:20px;

}

.linea-dorada{

width:120px;

height:3px;

background:var(--dorado);

margin:auto;

margin-bottom:20px;

}



/*=========================================================
NAVBAR
=========================================================*/

.navbar{

padding:18px 0;

background:rgba(11,93,58,.92);

backdrop-filter:blur(10px);

transition:.4s;

}

.navbar-brand img{

height:78px;

}

.navbar-nav .nav-link{

color:#fff;

font-weight:500;

margin-left:20px;

position:relative;

}

.navbar-nav .nav-link:hover{

color:var(--dorado);

}

.navbar-nav .nav-link::after{

content:"";

position:absolute;

left:0;

bottom:-6px;

width:0;

height:2px;

background:var(--dorado);

transition:.4s;

}

.navbar-nav .nav-link:hover::after{

width:100%;

}



/*=========================================================
BOTONES
=========================================================*/

.btn-principal{

background:var(--verde);

color:#fff;

padding:15px 40px;

border-radius:50px;

font-weight:600;

border:none;

display:inline-block;

transition:.4s;

}

.btn-principal:hover{

background:var(--dorado);

color:#fff;

transform:translateY(-3px);

}

.btn-secundario{

border:2px solid #fff;

padding:15px 40px;

border-radius:50px;

color:#fff;

margin-left:12px;

}

.btn-secundario:hover{

background:#fff;

color:var(--verde);

}



/*=========================================================
HERO
=========================================================*/

header{

height:100vh;

position:relative;

overflow:hidden;

}

.hero-img{

width:100%;

height:100vh;

object-fit:cover;

}

.hero-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55));

z-index:2;

}

.hero-content{

position:absolute;

top:50%;

left:0;

width:100%;

transform:translateY(-50%);

z-index:3;

color:#fff;

}

.hero-content h4{

font-size:30px;

color:var(--dorado);

}

.hero-content h1{

color:#fff;

font-size:78px;

line-height:1.0;

margin:20px 0;

}

.hero-content h2{

color:#fff;

font-size:42px;

margin-bottom:25px;

}

.hero-content p{

font-size:22px;

max-width:650px;

margin-bottom:35px;

color:#fff;

}

.badge-60{

display:inline-block;

padding:10px 22px;

background:rgba(255,255,255,.15);

border:1px solid rgba(255,255,255,.30);

border-radius:50px;

font-size:15px;

letter-spacing:2px;

margin-bottom:20px;

backdrop-filter:blur(10px);

}

.scroll-down{

position:absolute;

bottom:35px;

left:50%;

transform:translateX(-50%);

z-index:5;

font-size:40px;

color:#fff;

animation:flotar 2s infinite;

cursor:pointer;

}

@keyframes flotar{

0%{

transform:translate(-50%,0);

}

50%{

transform:translate(-50%,10px);

}

100%{

transform:translate(-50%,0);

}

}
/*=========================================================
INDICADORES
=========================================================*/

.indicadores{

background:var(--grisClaro);

padding:80px 0;

margin-top:-40px;

position:relative;

z-index:10;

}

.indicador-card{

background:#fff;

padding:45px 35px;

border-radius:var(--radio);

text-align:center;

box-shadow:var(--sombra);

height:100%;

transition:var(--transicion);

}

.indicador-card:hover{

transform:translateY(-12px);

}

.indicador-card i{

font-size:58px;

color:var(--dorado);

margin-bottom:20px;

display:block;

}

.indicador-card h2{

font-size:58px;

margin-bottom:10px;

color:var(--verde);

}

.indicador-card h4{

font-size:28px;

margin-bottom:15px;

color:var(--verde);

}

.indicador-card p{

font-size:16px;

line-height:1.8;

color:var(--gris);

}



/*=========================================================
EL CLUB
=========================================================*/

.club{

background:#ffffff;

}

.club img{

border-radius:20px;

box-shadow:var(--sombra);

transition:.6s;

}

.club img:hover{

transform:scale(1.03);

}

.club h2{

margin-bottom:30px;

}

.club p{

font-size:18px;

line-height:1.9;

margin-bottom:22px;

color:#666;

}

.club .btn-principal{

margin-top:10px;

}



/*=========================================================
HISTORIA
=========================================================*/

.historia{

background:#F8F8F8;

}

.historia .text-center{

margin-bottom:70px;

}



/*=========================================================
LÍNEA DE TIEMPO
=========================================================*/

.timeline{

position:relative;

max-width:950px;

margin:auto;

padding:20px 0;

}

.timeline::before{

content:"";

position:absolute;

left:50%;

top:0;

bottom:0;

width:4px;

background:var(--dorado);

transform:translateX(-50%);

}

.timeline-item{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:70px;

position:relative;

}

.timeline-item:nth-child(even){

flex-direction:row-reverse;

}

.timeline-year{

width:140px;

height:140px;

background:var(--verde);

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

font-family:'Cormorant Garamond',serif;

font-weight:bold;

color:#fff;

box-shadow:var(--sombra);

z-index:2;

}

.timeline-content{

width:42%;

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:var(--sombra);

transition:.4s;

}

.timeline-content:hover{

transform:translateY(-8px);

}

.timeline-content h3{

margin-bottom:18px;

font-size:34px;

color:var(--verde);

}

.timeline-content p{

margin:0;

font-size:17px;

line-height:1.9;

}



/*=========================================================
RESPONSIVE TIMELINE
=========================================================*/

@media(max-width:992px){

.timeline::before{

left:40px;

}

.timeline-item{

flex-direction:row !important;

padding-left:90px;

}

.timeline-year{

position:absolute;

left:0;

width:80px;

height:80px;

font-size:22px;

}

.timeline-content{

width:100%;

}

}



@media(max-width:768px){

.indicadores{

padding:60px 0;

}

.indicador-card{

margin-bottom:30px;

}

.club{

text-align:center;

}

.club img{

margin-bottom:40px;

}

.club h2{

font-size:40px;

}

.timeline-content{

padding:25px;

}

.timeline-content h3{

font-size:28px;

}

}
/*=========================================================
SERVICIOS
=========================================================*/

.servicios{

background:#ffffff;

padding:120px 0;

}

.servicios-extra{

background:#ffffff;

padding-top:0;

padding-bottom:120px;

}

.servicio-card{

background:#ffffff;

border-radius:22px;

overflow:hidden;

box-shadow:var(--sombra);

transition:.45s;

height:100%;

}

.servicio-card:hover{

transform:translateY(-15px);

box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.servicio-card img{

width:100%;

height:280px;

object-fit:cover;

transition:.8s;

}

.servicio-card:hover img{

transform:scale(1.10);

}

.servicio-info{

padding:35px;

}

.servicio-info h3{

font-size:34px;

margin-bottom:15px;

color:var(--verde);

}

.servicio-info p{

font-size:17px;

line-height:1.9;

color:var(--gris);

margin-bottom:0;

}



/*=========================================================
ESAL
=========================================================*/

.esal{

background:linear-gradient(135deg,#0B5D3A,#0F7A4E);

padding:120px 0;

color:#fff;

}

.esal h2{

color:#fff;

}

.esal .descripcion-seccion{

color:rgba(255,255,255,.85);

}

.esal-card{

background:#ffffff;

border-radius:20px;

padding:45px 35px;

height:100%;

text-align:center;

box-shadow:var(--sombra);

transition:.45s;

}

.esal-card:hover{

transform:translateY(-12px);

}

.esal-card i{

font-size:60px;

color:var(--dorado);

margin-bottom:25px;

display:block;

}

.esal-card h3{

font-size:32px;

color:var(--verde);

margin-bottom:18px;

}

.esal-card p{

font-size:17px;

line-height:1.9;

color:var(--gris);

}



/*=========================================================
CONVENIOS
=========================================================*/

.convenio{

display:flex;

align-items:center;

margin-bottom:25px;

padding:18px;

border-radius:15px;

background:#fff;

transition:.35s;

}

.convenio:hover{

background:#F8F8F8;

transform:translateX(8px);

}

.convenio i{

font-size:32px;

color:var(--dorado);

margin-right:18px;

}

.convenio h4{

font-size:24px;

margin-bottom:5px;

}

.convenio p{

margin:0;

}



/*=========================================================
APOYOS SOCIALES
=========================================================*/

.apoyo-social{

background:#fff;

padding:30px;

border-radius:18px;

box-shadow:var(--sombra);

margin-bottom:30px;

transition:.4s;

}

.apoyo-social:hover{

transform:translateY(-10px);

}

.apoyo-social h3{

font-size:28px;

margin-bottom:15px;

}

.apoyo-social p{

margin-bottom:0;

}



/*=========================================================
ANIMACIONES
=========================================================*/

.servicio-card,

.esal-card,

.apoyo-social,

.convenio{

opacity:1;

transition:.45s;

}



/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:991px){

.servicio-card img{

height:240px;

}

.esal{

text-align:center;

}

.esal-card{

margin-bottom:30px;

}

}



@media(max-width:768px){

.servicios,

.esal,

.servicios-extra{

padding:80px 0;

}

.servicio-info{

padding:25px;

}

.servicio-info h3{

font-size:28px;

}

.esal h2{

font-size:38px;

}

.esal-card{

padding:30px;

}

.esal-card i{

font-size:48px;

}

}
/*=========================================================
GALERÍA
=========================================================*/

.galeria{

background:#F8F9FA;

padding:120px 0;

}

.galeria-item{

position:relative;

overflow:hidden;

border-radius:22px;

box-shadow:var(--sombra);

cursor:pointer;

transition:.45s;

}

.galeria-item:hover{

transform:translateY(-10px);

}

.galeria-item img{

width:100%;

height:320px;

object-fit:cover;

transition:.8s;

}

.galeria-item:hover img{

transform:scale(1.12);

filter:brightness(.75);

}

.galeria-item::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:linear-gradient(

180deg,

rgba(0,0,0,0),

rgba(0,0,0,.55)

);

opacity:0;

transition:.4s;

z-index:1;

}

.galeria-item:hover::before{

opacity:1;

}

.galeria-overlay{

position:absolute;

left:30px;

bottom:25px;

color:#fff;

z-index:2;

opacity:0;

transform:translateY(20px);

transition:.45s;

}

.galeria-item:hover .galeria-overlay{

opacity:1;

transform:translateY(0);

}

.galeria-overlay h4{

font-size:32px;

margin-bottom:5px;

color:#fff;

}

.galeria-overlay p{

margin:0;

font-size:15px;

color:#f0f0f0;

}



/*=========================================================
EVENTOS
=========================================================*/

.eventos{

background:#ffffff;

padding:120px 0;

}

.evento-card{

background:#fff;

border-radius:20px;

padding:45px 30px;

text-align:center;

height:100%;

box-shadow:var(--sombra);

transition:.45s;

border-top:5px solid transparent;

}

.evento-card:hover{

transform:translateY(-12px);

border-top:5px solid var(--dorado);

}

.evento-card i{

font-size:60px;

color:var(--dorado);

margin-bottom:25px;

display:block;

}

.evento-card h4{

font-size:30px;

margin-bottom:15px;

color:var(--verde);

}

.evento-card p{

font-size:16px;

line-height:1.8;

margin:0;

}



/*=========================================================
¿POR QUÉ ELEGIRNOS?
=========================================================*/

.porque{

background:linear-gradient(

135deg,

#0B5D3A,

#0E6C45

);

padding:120px 0;

color:#fff;

}

.porque h2{

color:#fff;

}

.porque .descripcion-seccion{

color:rgba(255,255,255,.85);

}

.porque-card{

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.15);

backdrop-filter:blur(12px);

border-radius:20px;

padding:45px 25px;

height:100%;

text-align:center;

transition:.45s;

}

.porque-card:hover{

background:#ffffff;

transform:translateY(-12px);

}

.porque-card i{

font-size:58px;

color:var(--dorado);

margin-bottom:20px;

display:block;

}

.porque-card:hover i{

color:var(--verde);

}

.porque-card h4{

font-size:30px;

margin-bottom:15px;

color:#fff;

transition:.4s;

}

.porque-card:hover h4{

color:var(--verde);

}

.porque-card p{

font-size:16px;

line-height:1.8;

margin:0;

color:rgba(255,255,255,.90);

transition:.4s;

}

.porque-card:hover p{

color:#666;

}



/*=========================================================
EFECTOS GENERALES
=========================================================*/

.galeria-item,

.evento-card,

.porque-card{

will-change:transform;

}



/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:992px){

.galeria-item img{

height:260px;

}

.evento-card{

margin-bottom:30px;

}

.porque-card{

margin-bottom:30px;

}

}



@media(max-width:768px){

.galeria,

.eventos,

.porque{

padding:80px 0;

}

.galeria-overlay h4{

font-size:24px;

}

.evento-card{

padding:35px 25px;

}

.evento-card h4{

font-size:26px;

}

.porque-card{

padding:35px 20px;

}

.porque-card h4{

font-size:26px;

}

}

/*=========================================================
CONTACTO
=========================================================*/

.contacto{

background:#ffffff;

padding:120px 0;

}

.contacto h2{

margin-bottom:25px;

}

.contacto p{

font-size:17px;

line-height:1.9;

color:var(--gris);

}



/*=========================================================
FORMULARIO
=========================================================*/

.contacto form{

margin-top:35px;

}

.form-control{

height:58px;

border-radius:14px;

border:1px solid #dcdcdc;

padding:15px 20px;

font-size:16px;

box-shadow:none;

transition:.35s;

}

textarea.form-control{

height:auto;

min-height:170px;

resize:none;

padding-top:18px;

}

.form-control:focus{

border-color:var(--verde);

box-shadow:0 0 0 .20rem rgba(11,93,58,.15);

}

.contacto button{

margin-top:10px;

}



/*=========================================================
INFORMACIÓN DE CONTACTO
=========================================================*/

.info-contacto{

background:var(--verde);

padding:40px;

border-radius:20px;

color:#fff;

margin-bottom:35px;

box-shadow:var(--sombra);

}

.info-contacto h3{

color:#fff;

margin-bottom:30px;

}

.info-contacto p{

display:flex;

align-items:center;

margin-bottom:20px;

font-size:17px;

color:#fff;

}

.info-contacto i{

width:45px;

height:45px;

border-radius:50%;

background:rgba(255,255,255,.12);

display:flex;

justify-content:center;

align-items:center;

margin-right:18px;

font-size:20px;

color:var(--dorado);

}



/*=========================================================
MAPA
=========================================================*/

.mapa{

overflow:hidden;

border-radius:20px;

box-shadow:var(--sombra);

}

.mapa iframe{

width:100%;

height:350px;

border:0;

display:block;

}



/*=========================================================
BANNER 60 AÑOS
=========================================================*/

.banner60{

background:linear-gradient(

135deg,

#0B5D3A,

#0D7148

);

padding:90px 0;

text-align:center;

color:#fff;

position:relative;

overflow:hidden;

}

.banner60::before{

content:"60";

position:absolute;

right:-40px;

top:-40px;

font-size:260px;

font-family:'Cormorant Garamond',serif;

font-weight:bold;

color:rgba(255,255,255,.05);

}

.banner60 h2{

font-size:60px;

color:#fff;

margin-bottom:10px;

}

.banner60 p:first-of-type{

font-size:24px;

color:var(--dorado);

letter-spacing:4px;

margin-bottom:15px;

}

.banner60 p:last-of-type{

font-size:19px;

max-width:700px;

margin:auto;

color:#f3f3f3;

line-height:1.8;

}



/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:991px){

.info-contacto{

margin-top:40px;

}

}



@media(max-width:768px){

.contacto,

.banner60{

padding:80px 0;

}

.contacto{

text-align:center;

}

.info-contacto{

text-align:left;

padding:30px;

}

.banner60 h2{

font-size:42px;

}

.banner60 p:first-of-type{

font-size:20px;

}

.banner60::before{

font-size:180px;

}

.form-control{

height:54px;

}

}


/*=========================================================
FOOTER
=========================================================*/

footer{

background:#082E1F;

color:#ffffff;

padding:90px 0 30px;

position:relative;

}

.footer-logo{

width:140px;

margin-bottom:25px;

}

footer h3{

color:#ffffff;

font-size:34px;

margin-bottom:20px;

}

footer h4{

color:var(--dorado);

font-size:26px;

margin-bottom:25px;

}

footer p{

color:#d8d8d8;

line-height:1.9;

font-size:16px;

}

footer ul{

list-style:none;

padding:0;

margin:0;

}

footer ul li{

margin-bottom:14px;

}

footer ul li a{

color:#e7e7e7;

font-size:16px;

transition:.35s;

}

footer ul li a:hover{

color:var(--dorado);

padding-left:8px;

}

footer hr{

margin:45px 0 25px;

border-color:rgba(255,255,255,.15);

}



/*=========================================================
REDES SOCIALES
=========================================================*/

.redes{

display:flex;

gap:15px;

margin-top:20px;

}

.redes a{

width:52px;

height:52px;

display:flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.08);

border-radius:50%;

font-size:22px;

color:#ffffff;

transition:.35s;

}

.redes a:hover{

background:var(--dorado);

color:#ffffff;

transform:translateY(-6px);

}



/*=========================================================
COPYRIGHT
=========================================================*/

.copyright{

text-align:center;

color:#bfbfbf;

font-size:15px;

letter-spacing:.5px;

}



/*=========================================================
BOTÓN WHATSAPP
=========================================================*/

.btn-whatsapp{

position:fixed;

right:25px;

bottom:30px;

width:65px;

height:65px;

border-radius:50%;

background:#25D366;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

color:#ffffff;

box-shadow:0 12px 30px rgba(0,0,0,.25);

z-index:999;

transition:.35s;

animation:whatsappPulse 2.5s infinite;

}

.btn-whatsapp:hover{

transform:scale(1.10);

color:#ffffff;

}



@keyframes whatsappPulse{

0%{

box-shadow:0 0 0 0 rgba(37,211,102,.55);

}

70%{

box-shadow:0 0 0 18px rgba(37,211,102,0);

}

100%{

box-shadow:0 0 0 0 rgba(37,211,102,0);

}

}



/*=========================================================
BOTÓN VOLVER ARRIBA
=========================================================*/

.btn-top{

position:fixed;

right:25px;

bottom:110px;

width:55px;

height:55px;

background:var(--verde);

color:#ffffff;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

font-size:22px;

opacity:0;

visibility:hidden;

transition:.4s;

z-index:998;

box-shadow:var(--sombra);

}

.btn-top.show{

opacity:1;

visibility:visible;

}

.btn-top:hover{

background:var(--dorado);

color:#ffffff;

transform:translateY(-5px);

}



/*=========================================================
UTILIDADES
=========================================================*/

.text-white h2,

.text-white h3,

.text-white h4{

color:#ffffff;

}

.bg-verde{

background:var(--verde);

}

.bg-gris{

background:#f8f9fa;

}

.sombra{

box-shadow:var(--sombra);

}

.radio{

border-radius:var(--radio);

}



/*=========================================================
ANIMACIONES GENERALES
=========================================================*/

.servicio-card,

.indicador-card,

.esal-card,

.evento-card,

.porque-card,

.galeria-item,

.timeline-content{

transition:.45s ease;

}



/*=========================================================
SELECCIÓN DE TEXTO
=========================================================*/

::selection{

background:var(--verde);

color:#ffffff;

}

::-moz-selection{

background:var(--verde);

color:#ffffff;

}
/*=========================================================
RESPONSIVE EXTRA LARGE (1400px)
=========================================================*/

@media (min-width:1400px){

.container{

max-width:1320px;

}

.hero-content h1{

font-size:92px;

}

.hero-content p{

font-size:24px;

}

}



/*=========================================================
RESPONSIVE DESKTOP (1200px)
=========================================================*/

@media (max-width:1200px){

.hero-content h1{

font-size:68px;

}

.hero-content h2{

font-size:40px;

}

section{

padding:100px 0;

}

}



/*=========================================================
RESPONSIVE TABLET (992px)
=========================================================*/

@media (max-width:992px){

.navbar{

padding:12px 0;

}

.navbar-brand img{

height:60px;

}

.navbar-collapse{

background:var(--verde);

padding:20px;

border-radius:15px;

margin-top:15px;

}

.navbar-nav .nav-link{

margin:10px 0;

}

.hero-content{

text-align:center;

}

.hero-content p{

margin:auto;

margin-bottom:35px;

}

.hero-buttons{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:15px;

}

.club{

text-align:center;

}

.club img{

margin-bottom:35px;

}

.info-contacto{

margin-top:40px;

}

footer{

text-align:center;

}

.footer-logo{

margin:auto auto 25px;

}

.redes{

justify-content:center;

}

}



/*=========================================================
RESPONSIVE CELULAR (768px)
=========================================================*/

@media (max-width:768px){

section{

padding:80px 0;

}

h1{

font-size:48px;

}

h2{

font-size:38px;

}

h3{

font-size:28px;

}

.hero-content h1{

font-size:50px;

}

.hero-content h2{

font-size:30px;

}

.hero-content p{

font-size:18px;

}

.badge-60{

font-size:13px;

padding:8px 18px;

}

.btn-principal,

.btn-secundario{

width:100%;

margin:8px 0;

text-align:center;

}

.timeline::before{

display:none;

}

.timeline-item{

padding-left:0;

margin-bottom:40px;

}

.timeline-year{

position:relative;

margin:0 auto 20px;

left:auto;

}

.timeline-content{

width:100%;

}

.indicador-card,

.servicio-card,

.esal-card,

.evento-card,

.porque-card{

margin-bottom:25px;

}

.galeria-item img{

height:240px;

}

.banner60 h2{

font-size:40px;

}

.banner60::before{

display:none;

}

.btn-whatsapp{

width:58px;

height:58px;

font-size:30px;

right:18px;

bottom:18px;

}

.btn-top{

width:50px;

height:50px;

right:18px;

bottom:90px;

}

}



/*=========================================================
RESPONSIVE CELULAR PEQUEÑO (576px)
=========================================================*/

@media (max-width:576px){

.hero-content{

padding:0 15px;

}

.hero-content h1{

font-size:40px;

}

.hero-content h2{

font-size:26px;

}

.hero-content p{

font-size:17px;

}

.subtitulo{

font-size:14px;

letter-spacing:2px;

}

.descripcion-seccion{

font-size:16px;

}

.indicador-card{

padding:30px 20px;

}

.servicio-info{

padding:25px;

}

.contacto .form-control{

font-size:15px;

}

.info-contacto{

padding:25px;

}

footer{

padding-top:70px;

}

footer h3{

font-size:28px;

}

footer h4{

font-size:22px;

}

.redes a{

width:46px;

height:46px;

font-size:20px;

}

}



/*=========================================================
RESPONSIVE CELULAR MUY PEQUEÑO (360px)
=========================================================*/

@media (max-width:360px){

.hero-content h1{

font-size:34px;

}

.hero-content h2{

font-size:22px;

}

.hero-content p{

font-size:16px;

}

.btn-principal,

.btn-secundario{

padding:14px 20px;

font-size:15px;

}

.indicador-card h2{

font-size:44px;

}

.timeline-year{

width:70px;

height:70px;

font-size:18px;

}

}



/*=========================================================
IMÁGENES RESPONSIVE
=========================================================*/

img{

max-width:100%;

height:auto;

}



/*=========================================================
IFRAMES
=========================================================*/

iframe{

max-width:100%;

}



/*=========================================================
TABLAS
=========================================================*/

table{

width:100%;

overflow-x:auto;

display:block;

}



/*=========================================================
EVITAR DESBORDAMIENTOS
=========================================================*/

body{

overflow-x:hidden;

}

.container,

.row{

max-width:100%;

}

/*=========================================================
ANIMACIONES GLOBALES
=========================================================*/

.fade-up{

opacity:0;

transform:translateY(40px);

transition:all .8s ease;

}

.fade-up.show{

opacity:1;

transform:translateY(0);

}



.fade-left{

opacity:0;

transform:translateX(-50px);

transition:all .8s ease;

}

.fade-left.show{

opacity:1;

transform:translateX(0);

}



.fade-right{

opacity:0;

transform:translateX(50px);

transition:all .8s ease;

}

.fade-right.show{

opacity:1;

transform:translateX(0);

}



.zoom{

opacity:0;

transform:scale(.90);

transition:.8s;

}

.zoom.show{

opacity:1;

transform:scale(1);

}



/*=========================================================
EFECTOS SOBRE IMÁGENES
=========================================================*/

img{

transition:.5s;

}

img:hover{

filter:saturate(108%);

}



/*=========================================================
FOCUS ACCESIBLE
=========================================================*/

a:focus,

button:focus,

input:focus,

textarea:focus{

outline:none;

box-shadow:0 0 0 .25rem rgba(200,162,74,.35);

}



/*=========================================================
SELECCIÓN DE TEXTO
=========================================================*/

::selection{

background:var(--dorado);

color:#fff;

}



/*=========================================================
PLACEHOLDER
=========================================================*/

::placeholder{

color:#999;

opacity:1;

}



/*=========================================================
TRANSICIONES
=========================================================*/

a,

button,

.card,

.servicio-card,

.evento-card,

.esal-card,

.indicador-card,

.porque-card,

.galeria-item{

transition:all .35s ease;

}



/*=========================================================
UTILIDADES
=========================================================*/

.oculto{

display:none;

}

.visible{

display:block;

}

.text-dorado{

color:var(--dorado);

}

.text-verde{

color:var(--verde);

}

.bg-dorado{

background:var(--dorado);

}

.bg-verde{

background:var(--verde);

}

.sombra-grande{

box-shadow:0 20px 60px rgba(0,0,0,.18);

}

.redondeado{

border-radius:20px;

}



/*=========================================================
OPTIMIZACIÓN DE RENDIMIENTO
=========================================================*/

.hero-img,

.galeria-item img,

.servicio-card img{

backface-visibility:hidden;

transform:translateZ(0);

}



/*=========================================================
IMPRESIÓN
=========================================================*/

@media print{

.navbar,

.btn-whatsapp,

.btn-top,

.scroll-down,

footer{

display:none;

}

body{

background:#fff;

color:#000;

}

section{

padding:20px 0;

}

}



/*=========================================================
FIN DEL ARCHIVO
Corporación Club del Comercio de Chiquinquirá
Versión 1.0
Celebrando 60 años
=========================================================*/







