<<<<<<< HEAD
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

/* Establecer el video como fondo */
.video-background {
    position: absolute; /* Colocar el video detrás del contenido */
    top: 1;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Asegúrate de que el video esté detrás del contenido */
    background-color: transparent; /* Asegura que el fondo sea transparente */
   
}
#background-video {
    object-fit:cover    ; /* Hace que el video cubra todo el espacio disponible */
    width: 100%;
    height: 100%;
    border-radius: 0%;
}
.header-content {
    position:cover;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 97vh; /* Toma toda la altura de la pantalla */
    padding: 0 150px;
    
    
}
.header-txt {
    max-width: 600px; /* Limita el ancho del texto */
    z-index: 4; /* El texto estará por encima del video */
    
}
.header-txt h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  color: #161c2d;
}
.header-txt p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: rgb(37, 11, 11);
}
.header-txt .btn-1 {
    background-color: #63dc38; /* Un color de fondo para el botón */
    color: rgb(248, 244, 244);
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.8s;
}
.header-txt .btn-1:hover {
    background-color: #5a9860; /* Cambio de color al pasar el mouse */
}
img{
    max-width: 100%; 
}

.container{
    max-width: 1200px;
    
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    background: linear-gradient(to bottom, #90eb6e, #ffffff);
    display: flex;
    align-items: center;
    min-height: 6vh;
    padding: 88px 0;
   
}
.menu{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.menu  .loguito{ 
    position:absolute;
    top: 3;
    left: 1;
   width: 30px; 
}
.logo{
    color: #fdfdfd;
    font-size: 22px;
    font-weight: 650;
    text-transform:inherit;
    left: 100%;
}

.menu .navbar ul li{
    position: relative ;
    float: left;
    
}
.menu .navbar ul li a{
    font-size: 16px;
    padding: 17px;
    color: rgb(248, 247, 247);
    display: block;
    font-weight: 640;
}
.navbar ul li a:hover {
    color: #437840; /* Cambiar color al pasar el ratón */
}
#menu{
    display: none;
}
.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}
.submenu{
    position: relative;
}


table{
    width: 100%;
}
th, td{
    color:#FFFFFF;
}
.borrar{
    background-color: 8DC84B;
    border-radius: 50%;
    padding: 5px 10px;
    color: white;
    font-weight: 800;
    cursor: pointer;
}
.header-txt{
    flex-basis:50%;
}
.header-txt span{
    font-size: 16px;
    color: #6d706d;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.header-txt h1{
    font-size: 42px;
    line-height: 1;
    color: #4fd04f;
    margin-bottom: 25px;
}
p{
    font-size: 20px;
    color:#bbbbbb;
    margin-bottom: 45px;
    
}
.btn-1{
    display: inline-block;
    padding: 13px 25px;
    color: #FFFFFF;
    border-radius: 25px;
    background-color: #8DC84B;
    text-transform: capitalize;
}
.header-img{
    flex-basis: 50%;
    text-align: center;
}
.header-img img{
    width:600px;
    height:500px;
  
}
ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
    unicode-bidi: isolate;
}
li {
   
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.footer{
    padding: 50px 0;
    background-color: #24b637;
    
}
.footer-content{
    display: flex;
    justify-content: space-between;
}
.link h3{
    color: #FFFFFF;
    font-size: 17px;
    margin-bottom: 10px;
}
.link a{
    color: #F3F3F3;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}






.section-title .title {
  
    font-size: 30px;
    text-align: center !important;
}
.text-center {
    text-align: center !important;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
div {
    display: block;
    
}
.nav-pills .nav-link.active {
    background: #2fd45e;
    color: #ffffff !important;
    transform: scale(0.95); /* Reducir tamaño ligeramente */
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
a {
    text-decoration: none !important;
    padding-left: 4%;
}
.nav-pills {
    margin-bottom: 15px;
    background: #f4f6fa;
}
.border {
    border: 1px solid #e9ecef !important;
}
.pl-2, .px-2 {
    padding-left: .5rem !important;
}
.pr-2, .px-2 {
    padding-right: .5rem !important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}
.pt-1, .py-1 {
    padding-top: .25rem !important;
}
.d-inline-block {
    display: inline-block !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
   
    transition: all 0.5s ease;
}
.tab-content>.active {
    display: block;
}
.fade {
    transition: opacity .15s linear;
}
body {
    font-family: "Nunito", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
}
.justify-content-center {
    justify-content: center !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 2px;
    margin-left: 8px;
}
.pt-2, .py-2 {
    padding-top: .5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 480px) {
    .header-txt h1 {
        font-size: 2rem;
    }

    .header-txt p {
        font-size: 1rem;
    }

    .card-body {
        padding: 15px;
    }
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #adb5bd !important;
}
.rounded {
    border-radius: 6px !important;
}
.bg-light {
    background-color: #f8f9fc !important;
}
.card .card-body {
    padding: 0.5rem;
    
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.card-body { 
    flex: 1 1 auto;
    min-height: 1px;  
}
.pricing-rates .title {
    font-weight: 700;
    font-size: 16px;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito", sans-serif;
    line-height: 1.5;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.h4, h4 {
    font-size: 1.5rem;
}
.pricing-rates .price {
    font-weight: 400;
}
.h1, h1 {
    font-size: 2.5rem;
}
.d-flex {
    display: flex !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}   
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.list-unstyled {
    list-style: none;
}
.text-muted {
    color: #8492a6 !important;
}
.h6, h6 {
    font-size: 1rem;
}
i {
    font-style: italic;
}
.btn-primary, .btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .badge-outline-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .alert-primary, .alert-outline-primary, .pagination .page-item.active .page-link, .form-group .form-control:focus, .form-group .form-control.active, .custom-control-input:checked ~ .custom-control-label:before, .custom-control-input:focus ~ .custom-control-label::before, .form-control:focus, .social-icon li a:hover, #topnav .has-submenu.active.active .menu-arrow, #topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow, #topnav .navigation-menu > li:hover > .menu-arrow, #topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow, .pricing-rates.business-rate:hover, .pricing-rates.starter-plan, .event-schedule:hover, .container-filter li a.active, .container-filter li a:hover, .flatpickr-day.selected, .flatpickr-day.selected:hover, .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .swiper-slider-hero .swiper-container .swiper-button-next:hover {
    border-color: #2f55d4 !important;
}
.pricing-rates.starter-plan {
    transform: scale(1.05);
    z-index: 2;
    
}
.pricing-rates {
    position: relative;
 
    border-bottom: 3px solid #adb5bd !important;
}
.shadow {
    
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
.border-0 {
    border: 0 !important;
}
.bg-white {
    background-color: #fff !important;
}
.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
   
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 93%;
    padding-right: 0px;
    padding-left: 44px;
}
.tab-content>.active {
    display: block;
    
}
.tab-content>.tab-pane {
    display: none;
}
.fade:not(.show) {
    opacity: 0;
}
.tab-pane {
    display: none;    
}

.tab-pane.active {
    display: block;
}
.card:hover {
    transform: scale(1.15);   
    color: #161212;
    transition: transform 0.3s ease-in-out; 
    border: 1px solid #2fd435 !important;
    
}



/*CONTACTOS*/


.contact-section {
 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 20px;
    background-color:  #e9e9e9;
  
    
  }

  .contact-icon a {
    display: inline-block;
    text-align: center;
    transition: transform 0.3s ease;
  }

  .contact-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
  }

  .contact-icon:hover img {
    transform: scale(1.1); /* Aumenta el tamaño del ícono al pasar el cursor */
  }

  .contact-icon a:hover {
    transform: translateY(-5px); /* Efecto de desplazamiento hacia arriba en el ícono */
  }

  #footer {
    background: #ffffff;
    padding: 10px 1;
    color: #b0afaf;
    font-size: 14px;
}
html {
    scroll-behavior: smooth;
}










=======
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

/* Establecer el video como fondo */
.video-background {
    position: absolute; /* Colocar el video detrás del contenido */
    top: 1;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Asegúrate de que el video esté detrás del contenido */
    background-color: transparent; /* Asegura que el fondo sea transparente */
   
}
#background-video {
    object-fit:cover    ; /* Hace que el video cubra todo el espacio disponible */
    width: 100%;
    height: 100%;
    border-radius: 0%;
}
.header-content {
    position:cover;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 97vh; /* Toma toda la altura de la pantalla */
    padding: 0 150px;
    
    
}
.header-txt {
    max-width: 600px; /* Limita el ancho del texto */
    z-index: 4; /* El texto estará por encima del video */
    
}
.header-txt h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  color: #161c2d;
}
.header-txt p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: rgb(37, 11, 11);
}
.header-txt .btn-1 {
    background-color: #63dc38; /* Un color de fondo para el botón */
    color: rgb(248, 244, 244);
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.8s;
}
.header-txt .btn-1:hover {
    background-color: #5a9860; /* Cambio de color al pasar el mouse */
}
img{
    max-width: 100%; 
}

.container{
    max-width: 1200px;
    
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    background: linear-gradient(to bottom, #90eb6e, #ffffff);
    display: flex;
    align-items: center;
    min-height: 6vh;
    padding: 88px 0;
   
}
.menu{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.menu  .loguito{ 
    position:absolute;
    top: 3;
    left: 1;
   width: 30px; 
}
.logo{
    color: #fdfdfd;
    font-size: 22px;
    font-weight: 650;
    text-transform:inherit;
    left: 100%;
}

.menu .navbar ul li{
    position: relative ;
    float: left;
    
}
.menu .navbar ul li a{
    font-size: 16px;
    padding: 17px;
    color: rgb(248, 247, 247);
    display: block;
    font-weight: 640;
}
.navbar ul li a:hover {
    color: #437840; /* Cambiar color al pasar el ratón */
}
#menu{
    display: none;
}
.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}
.submenu{
    position: relative;
}


table{
    width: 100%;
}
th, td{
    color:#FFFFFF;
}
.borrar{
    background-color: 8DC84B;
    border-radius: 50%;
    padding: 5px 10px;
    color: white;
    font-weight: 800;
    cursor: pointer;
}
.header-txt{
    flex-basis:50%;
}
.header-txt span{
    font-size: 16px;
    color: #6d706d;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.header-txt h1{
    font-size: 42px;
    line-height: 1;
    color: #4fd04f;
    margin-bottom: 25px;
}
p{
    font-size: 20px;
    color:#bbbbbb;
    margin-bottom: 45px;
    
}
.btn-1{
    display: inline-block;
    padding: 13px 25px;
    color: #FFFFFF;
    border-radius: 25px;
    background-color: #8DC84B;
    text-transform: capitalize;
}
.header-img{
    flex-basis: 50%;
    text-align: center;
}
.header-img img{
    width:600px;
    height:500px;
  
}
ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
    unicode-bidi: isolate;
}
li {
   
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.footer{
    padding: 50px 0;
    background-color: #24b637;
    
}
.footer-content{
    display: flex;
    justify-content: space-between;
}
.link h3{
    color: #FFFFFF;
    font-size: 17px;
    margin-bottom: 10px;
}
.link a{
    color: #F3F3F3;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}






.section-title .title {
  
    font-size: 30px;
    text-align: center !important;
}
.text-center {
    text-align: center !important;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
div {
    display: block;
    
}
.nav-pills .nav-link.active {
    background: #2fd45e;
    color: #ffffff !important;
    transform: scale(0.95); /* Reducir tamaño ligeramente */
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
a {
    text-decoration: none !important;
    padding-left: 4%;
}
.nav-pills {
    margin-bottom: 15px;
    background: #f4f6fa;
}
.border {
    border: 1px solid #e9ecef !important;
}
.pl-2, .px-2 {
    padding-left: .5rem !important;
}
.pr-2, .px-2 {
    padding-right: .5rem !important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}
.pt-1, .py-1 {
    padding-top: .25rem !important;
}
.d-inline-block {
    display: inline-block !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
   
    transition: all 0.5s ease;
}
.tab-content>.active {
    display: block;
}
.fade {
    transition: opacity .15s linear;
}
body {
    font-family: "Nunito", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
}
.justify-content-center {
    justify-content: center !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 2px;
    margin-left: 8px;
}
.pt-2, .py-2 {
    padding-top: .5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 480px) {
    .header-txt h1 {
        font-size: 2rem;
    }

    .header-txt p {
        font-size: 1rem;
    }

    .card-body {
        padding: 15px;
    }
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #adb5bd !important;
}
.rounded {
    border-radius: 6px !important;
}
.bg-light {
    background-color: #f8f9fc !important;
}
.card .card-body {
    padding: 0.5rem;
    
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.card-body { 
    flex: 1 1 auto;
    min-height: 1px;  
}
.pricing-rates .title {
    font-weight: 700;
    font-size: 16px;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito", sans-serif;
    line-height: 1.5;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.h4, h4 {
    font-size: 1.5rem;
}
.pricing-rates .price {
    font-weight: 400;
}
.h1, h1 {
    font-size: 2.5rem;
}
.d-flex {
    display: flex !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}   
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.list-unstyled {
    list-style: none;
}
.text-muted {
    color: #8492a6 !important;
}
.h6, h6 {
    font-size: 1rem;
}
i {
    font-style: italic;
}
.btn-primary, .btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .badge-outline-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .alert-primary, .alert-outline-primary, .pagination .page-item.active .page-link, .form-group .form-control:focus, .form-group .form-control.active, .custom-control-input:checked ~ .custom-control-label:before, .custom-control-input:focus ~ .custom-control-label::before, .form-control:focus, .social-icon li a:hover, #topnav .has-submenu.active.active .menu-arrow, #topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow, #topnav .navigation-menu > li:hover > .menu-arrow, #topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow, .pricing-rates.business-rate:hover, .pricing-rates.starter-plan, .event-schedule:hover, .container-filter li a.active, .container-filter li a:hover, .flatpickr-day.selected, .flatpickr-day.selected:hover, .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .swiper-slider-hero .swiper-container .swiper-button-next:hover {
    border-color: #2f55d4 !important;
}
.pricing-rates.starter-plan {
    transform: scale(1.05);
    z-index: 2;
    
}
.pricing-rates {
    position: relative;
 
    border-bottom: 3px solid #adb5bd !important;
}
.shadow {
    
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
.border-0 {
    border: 0 !important;
}
.bg-white {
    background-color: #fff !important;
}
.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
   
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 93%;
    padding-right: 0px;
    padding-left: 44px;
}
.tab-content>.active {
    display: block;
    
}
.tab-content>.tab-pane {
    display: none;
}
.fade:not(.show) {
    opacity: 0;
}
.tab-pane {
    display: none;    
}

.tab-pane.active {
    display: block;
}
.card:hover {
    transform: scale(1.15);   
    color: #161212;
    transition: transform 0.3s ease-in-out; 
    border: 1px solid #2fd435 !important;
    
}



/*CONTACTOS*/


.contact-section {
 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 20px;
    background-color:  #e9e9e9;
  
    
  }

  .contact-icon a {
    display: inline-block;
    text-align: center;
    transition: transform 0.3s ease;
  }

  .contact-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
  }

  .contact-icon:hover img {
    transform: scale(1.1); /* Aumenta el tamaño del ícono al pasar el cursor */
  }

  .contact-icon a:hover {
    transform: translateY(-5px); /* Efecto de desplazamiento hacia arriba en el ícono */
  }

  #footer {
    background: #ffffff;
    padding: 10px 1;
    color: #b0afaf;
    font-size: 14px;
}
html {
    scroll-behavior: smooth;
}










>>>>>>> 9bbfd6b71aa3a4a7bbdbcc5f881052b3f7eaa80f
