@charset "utf-8";
/* CSS Document */

*{
 top: 0; left: 0;
 margin: 0;
}

/*Importación de la fuente*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); 

/*====================================================================
  Reglas base para dispositivos móviles
  Diseño Webapp (0px - 767px)
===================================================================*/


/*Header<---------------------------------------------------------*/

.header{
    position: fixed;
    display:flex;
    justify-content: space-between;
    width: 100%; height: 70px; 
    background-color: transparent;
    z-index: 3;
    align-items: center;
    
}

.scrolled {
    background-color: #1a4a6f;
}

.hamburger-menu {
    padding: 0px 25px 0px 0px;
    color: white;
    font-size: 20px; cursor:pointer;
    outline: 0;
}

.logo > img{
    width: auto; height: 50px;
    padding: 0px 0px 0px 25px;
}

.btn-donate, .main-nav {
    display: none; 
}

.main-web-nav {
    display: none;
}

.main-nav {
    font-family: 'Roboto', sans-serif; /*Funte del menu */
    position: fixed; z-index: 3;
    top: 70px; left: -100%; width: 100%;
    height: calc(100% - 70px);
    background-color:hsla(0,0%,0%,0.90);
    transition: left 0.4s ease-in-out;
    font-size: 20px;
}

.is-open{
    left:0; display: block;
    
}

.main-nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 50px;
}

.main-nav li {
    padding: 20px 0;
}

.main-nav a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
}

/*----------------->FIN*/

/*Estilos del video <----------------------------------------------*/
    
    .section-container {
        position: relative;
        width:100%; height: 100vh;
        overflow: hidden; 
        border: none !important;
        outline: none !important;
        box-sizing: border-box; background-color: transparent;
    }
    
    .section-container > video {
        position: absolute; left: 50%; top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%; min-height: 100%;
        z-index: -1;
        border: none !important;
        outline: none !important;
        filter: grayscale(50%); 
        
        
    }
    
/*------------------->FIN*/  

/*Contenedor Video <------------------------------------------------*/
    
    .content-text-video{
        position:absolute;
        left: 50%; top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: 350px; height: 450px;
        background-color:rgba(67,67,67,0.05);
       
    }

     .container-info {
        width:100%; hight: 400px;
        display: flex;
        flex-direction: column;
        align-items:center; justify-content: center;
        font-family: 'Roboto', sans-serif;
    }
    
    .block-info-title {
        display: flex;
        justify-content: center; align-items: center;
        width:350px; height: 50px;
        background-color: #e57200; 
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600; color: aliceblue;
        border: none;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        margin: 25px;
        
    }
    
    .second-text {
        display: flex;
        justify-content: center; align-items: center;
        font-weight: 600; color: aliceblue;
        font-size: 20px;
        text-transform: uppercase;
        margin: 5px;
    }
    
    .btn-video-content {
        width: 100%; height: 80px; 
        display: flex; align-items: center; justify-content: center;
        margin: 15px 0px 0px 0px;
    }
    
    .btn-video-content > button[type="button"] {
        width: 200px; height: 50px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        cursor: pointer;
        border: 1px solid rgb(148,192,34);
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: rgb(148,192,34); color:aliceblue; 
        
            
    } 
    
    .ft1 {
        font-weight: 900;
        font-size: 1.5em;
    }
    
    .ft1 .letter {
        display: inline-block;
        line-height: 1em;
    }
    
    
/*------------------>FIN*/  

/*Sección Nosostros <------------------------------------------------*/
    .container-nosotros {
        width:100%; height: 450px; 
        display: flex;
        justify-content: center; align-items: center;
        margin-top: 20px;
    }
    
    .nosotros-content {
        width:90%; height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center; justify-content: center;
        background-color: transparent;
        margin: 0px 0px 0px 0px;
    }
    
    .info-text-nosotros {
        margin: 20px 0px 50px 0px;
        width:350px; height: 300px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: justify;
    }
/*--------------------FIN*/  
    
    
/*Sección hacemos <--------------------------------------------------*/ 
    
    .container-hacemos{
        margin-top: 25px;
        width:100%; height: 550px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .hacemos-content {
        width:90%; height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center; justify-content: center;
        background-color: transparent;
        margin: 0px 0px 0px 0px;
    }
    
    .info-text-hacemos {
        margin: 20px 0px 20px 0px;
        width:350px; height: 400px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: justify;
    }
    
/*-------------------*FIN/    
    
/*Animacion titulos <------------------------------------------------*/

    .ml1 {
      font-weight: 900;
      font-size: 2em;
    }

    .ml1 .letters {
      display: inline-block;
      line-height: 1em;
      font-family: 'Roboto', sans-serif;
      color: #1a4a6f;    
    }

    .ml1 .text-wrapper {
      position: relative;
      display: inline-block;
      padding-top: 0.1em;
      padding-right: 0.05em;
      padding-bottom: 0.15em;
    }

    .ml1 .line {
      opacity: 0;
      position: absolute;
      left: 0;
      height: 3px;
      width: 100%;
      background-color: #1a4a6f;
      transform-origin: 0 0;    
    }
    
    .ml1 .line1 { top: 0; }
    .ml1 .line2 { bottom: 0; }

    
/*------------->FIN*/ 
    
/*Carusel <----------------------------------------------------------------------*/

    .slider-container-native {
        position: relative;
        padding: 80px 0;
        background-color: transparent; /* Fondo gris claro */
        width: 90%; 
        max-width: 1200px;
        margin: 0 auto;
        border: none; 
        box-sizing: border-box;
    }

    .slider-container-native .section-title {
        text-align: center;
        margin-bottom: 50px;
        font-weight: bold;
        color: #3C3C3B; /* Color de texto más suave */
        font-family: sans-serif; /* Tipografía más moderna */
    }

    /* El viewport del carrusel */
    .carousel-viewport {
        width: 95%;
        margin: auto;
        overflow: hidden;
        border: none; 
    }

    /* El track que se moverá */
    .carousel-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    /* Cada uno de los slides */
    .carousel-slide {
        min-width: calc(100% / 1);
        box-sizing: border-box;
        padding: 0 15px;
        text-align: center;
    }

    .carousel-slide img {
        display: block;
        height: 100px;
        width: auto;
        object-fit: contain;
        margin: 0 auto 15px auto;
    }

    .carousel-slide p {
        font-weight: bold;
        color: #003366;
        font-family: sans-serif;
    }


    /* Ahora los ponemos dentro del viewport para que no se corten */
    .prev { 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent; /* Fondo transparente */
        border: none;
        font-size: 32px; /* Flechas más grandes */
        color: #aaa; /* Color gris para las flechas */
        cursor: pointer;
        z-index: 2;
        padding: 0px 0px 0px 10px;
        transition: color 0.3s ease;
        left: 2%; 
    }
    
    .next { 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent; /* Fondo transparente */
        border: none;
        font-size: 32px; /* Flechas más grandes */
        color: #aaa; /* Color gris para las flechas */
        cursor: pointer;
        z-index: 2;
        padding: 0px 10px 0px 0px;
        transition: color 0.3s ease;
        left: 95%; 
    }
    
    .next:hover, .prev:hover {
        color:rgba(106,106,106,1.00);
    }

    /* --- CAMBIO 2: Paginación (círculos) con Estilo Minimalista --- */
    .carousel-pagination {
        text-align: center;
        padding-top: 40px;
    }
    .pagination-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d1d1d1; /* Círculos inactivos en gris claro */
        margin: 0 6px;
        cursor: pointer;
        border: none;
        padding: 0;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    .pagination-dot.active {
        background-color: #003366; /* Círculo activo en azul corporativo */
        transform: scale(1.2); /* Ligeramente más grande para destacar */
    }



    
/*-------------------------------->FIN*/    

/*Seccion Pets <---------------------------------------------------------------*/ 
    
    .container-pets{
        width:100%; height: auto; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-muppets{
        width:90%; height: auto;
        display:flex;
        flex-direction: column;
        justify-content: center; align-items: center;
    }
    
    
    .card-pets{
        width: 150px; height: 250px; 
        display: flex;
        flex-direction:column;
        align-items: center; justify-content: center;
        margin: 0px 10px 0px 10px;
        background-color: transparent;
    }
    
    .circle-pets {
        width: 130px; height: 130px;
        display: flex;
        align-items: center; justify-content: center;
        border: 3px solid #00aef0;
        border-radius: 50%;
    }
    
    .img-pet1 {
        width: 110px; height: auto;
    }
    
    .img-pet2 {
        width: auto; height: 80px;
    }
    
    .img-pet3 {
        width: auto; height: 80px;
    }
    
    .img-pet4 {
        width: auto; height: 80px;
    }
    
    .img-pet5 {
        width: auto; height: 70px;
    }
    
    .card-name {
        font-family: 'Roboto', sans-serif;
        font-weight: 600; font-size: 18px;
        display: flex;
        justify-content: center; align-items: center;
        margin: 10px 0px 0px 0px;
    }
    
    .card-subtitle {
        font-family: 'Roboto', sans-serif;
        font-weight: 300; font-size: 12px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
/*---------------------->FIN*/

/*Sección Info <-----------------------------------------------------*/ 
    
    .container-info-sec {
        width:100%; height: 150px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-info-sec {
        width:90%; height: 150px;
        display: flex;
        justify-content: center; align-content: center;
    }
    
    .text-info-sec {
        margin: 20px 0px 20px 0px;
        width:350px; height: 300px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: center; text-transform: uppercase;
    }
    
/*--------------------->FIN*/  

/*Footer <-----------------------------------------------------------*/
    
    .container-footer {
        width:100%; height: auto;
        background-color: #1a4a6f;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-footer {
        width:95%; height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center; align-items: center;
    }
    
    .section-1-content {
        width:90%; height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center; align-items: center
    }
    
    .footer-img-cont {
        width:100%; height: 50px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .footer-img-cont > img {
        width: 250px; height: auto;
    }
    
    .footer-link-aviso {
        width: 100%; height: 50px;
        display: flex;
        justify-content: center; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 14px;
        color: aliceblue;
        margin: 10px 0px 0px 0px;
    }
    
    .footer-link-aviso > a {
        font-size: 12px;  color: aliceblue; cursor: pointer;
        margin: 0px 5px 0px 5px; text-decoration: none;
    }
    
    .footer-link-aviso > a:hover {
        text-decoration: underline;
    }
    
    .footer-text-cont {
        width: 100%; height: 30px;
        display: flex;
        justify-content: center; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 14px;
        color: aliceblue;
        margin: -10px 0px 0px 0px;
    }
    
    .section-2-content {
        width:90%; height: 250px;
        display: flex;
        flex-direction: column;
        justify-content:center; align-items: center
    }
    
    .social-footer {
        width:100%; height: 380px;
        display: flex;
        flex-direction: column;
        justify-content:center; align-items: center;
    }
    
    .title-social {
        width: 100%; height: 50px;
        display: flex;
        justify-content: center; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 16px;
        color: aliceblue; font-weight: 600;
    }
    
    .button-social {
        margin: 0px 0px 0px 0px;
        width: 100%; height: 50px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .button-social > button[type="button"]  {
        
        margin: 0px 5px 0px 5px;
        width:50px; height: 50px;
        border: 1px rgba(255,255,255,1.00) solid;
        background-color: aliceblue;
        border-radius: 50%;
        cursor: pointer; outline: none;
        color: #1a4a6f; font-size: 16px;
    }
    
    .button-social > button[type="button"]:hover {
        color: aliceblue; background-color: #1a4a6f;
        font-size: 18px;
    }
    
    .sec2-text-cont {
        display:flex;
        justify-content:center; align-content: center;
        margin: 40px 0px 0px -40px;
        width:100%; height: 100px;
        font-family: 'Roboto', sans-serif; font-size: 16px;
        color: aliceblue; font-weight: 400;
    }
    
    .sec2-info-img {
        width:100%; height: 80px;
        display:flex;
        flex-direction: row;
        justify-content: center; align-items: center;
    }
    
    .sec2-img-con {
        width: 15%; height: 80px;
        display: flex;
        justify-content: center; align-items: center;
    }

    .colibri-container{
        position: sticky;
        width:100px; height: 100px;
        z-index: 2; 
        background-color: transparent;
        left: 90%; bottom: 20px;
        border: none;
        display:flex;
        justify-content: center; align-items: center;
    }
    
    .colibri-content-btn {
        width:80px; height: 80px;
        border: none;
        border-radius: 50%;
        display: flex; 
        justify-content: center; align-items: center;
        opacity: 0.8;
        cursor: pointer;
    }
    
    .colibri-content-btn >img {
        height: 80px; width: auto;
    }
    
    .colibri-content-btn:hover{
        opacity: 1;
   }
    
/*------------------------>FIN*/ 




/*====================================================================
  Reglas para tabletas
  (768px - 991px)
====================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Estilos para tabletas */
  
/*Header <---------------------------------------------------------*/
    .header {
        display: flex; justify-content: space-between;
        align-items: center;
    }
    
    .hamburger-menu {
        display: none;
    }
    
    .main-web-nav {
        display: block;
        margin: 0px 20px 0px 0px;
    }
    
    
    .btn-donate {
        
        display: flex;
        justify-content: center; align-items: center;
        width: 100px; height: 30px;
        font-family: 'Roboto', sans-serif; /*Funte del menu */ 
        font-size: 12px; /*Tamaño de fuente boton Donación*/
        background: rgb(148,192,34);
        color: aliceblue; font-weight: 600; 
        margin: 0px 10px 0px 0px;
        border: rgb(148,192,34) 1px solid; border-radius: 10px;
        cursor: pointer;
        
    }
    
    .btn-donate:hover {
        background-color: transparent; border:rgba(255,255,255,1.00) 1px solid;    
    }
    
    
    
    .main-web-nav > ul {
        display: flex;
        list-style: none; justify-content: flex-end;
    }
    
    .main-web-nav > ul > li {
        margin-left: 20px;
    }
    
    .main-web-nav > ul > li > a {
        transition: transform 0.1s ease-in-out;
        display: inline-block;
        font-family: 'Roboto', sans-serif; /*Funte del menu */ 
        font-size: 12px; text-decoration: none;
        font-weight: 600; color: aliceblue;
    }
    
    .main-web-nav > ul > li > a:hover {
         transform: scale(1.05);
    }

/*------------------------>FIN*/    

/*Estilos del video <----------------------------------------------*/
    
    .section-container {
        position: relative;
        width:100%; height: 100vh;
        overflow: hidden; 
        border: none !important;
        outline: none !important;
        box-sizing: border-box; background-color: transparent;
    }
    
    .section-container > video {
        position: absolute; left: 50%; top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%; min-height: 100%;
        z-index: -1;
        border: none !important;
        outline: none !important;
        filter: grayscale(50%); 
        
        
    }
    
/*------------------->FIN*/ 

/*Contenedor Video <------------------------------------------------*/
    
    .content-text-video{
        position:absolute;
        left: 0; top: 60%;
        transform: translateY(-60%);
        z-index: 1;
        width: 600px; height: 400px;
        background-color:rgba(67,67,67,0.05);
        padding: 20px 0px 0px 20px;
        margin-left: 2%;
        border-radius: 20px; border: none;
        
    }
    
    .container-info {
        width:100%; hight: 400px;
        display: flex;
        flex-direction: column;
        align-items:flex-start; justify-content: center;
        font-family: 'Roboto', sans-serif;
    }
    
    .block-info-title {
        display: flex;
        justify-content: center; align-items: center;
        width:400px; height: 50px;
        background-color: #e57200; 
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 600; color: aliceblue;
        border: none;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        margin: 5px;
        
    }
    
    .second-text {
        display: flex;
        justify-content: center; align-items: center;
        font-weight: 600; color: aliceblue;
        font-size: 30px;
        text-transform: uppercase;
        margin: 5px;
    }
    
    .btn-video-content {
        width: 100%; height: 80px; 
        display: flex; align-items: center; justify-content: center;
        margin: 15px 0px 0px 0px;
    }
    
    .btn-video-content > button[type="button"] {
        width: 200px; height: 50px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        cursor: pointer;
        border: 1px solid rgb(148,192,34);
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: rgb(148,192,34); color:aliceblue; 
        
            
    } 
    
    .ft1 {
        font-weight: 900;
        font-size: 1.5em;
    }
    
    .ft1 .letter {
        display: inline-block;
        line-height: 1em;
    }
/*------------------>FIN*/  
    
/*Sección Nosostros <------------------------------------------------*/
    .container-nosotros {
        width:100%; height: 450px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .nosotros-content {
        width:90%; height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center; justify-content: center;
        background-color: transparent;
        margin: 0px 0px 0px 0px;
    }
    
    .info-text-nosotros {
        margin: 20px 0px 0px 0px;
        width:550px; height: 250px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: justify;
    }
/*--------------------FIN*/  
    
    
/*Sección hacemos <--------------------------------------------------*/ 
    
    .container-hacemos{
        margin-top: 25px;
        width:100%; height: 550px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .hacemos-content {
        width:90%; height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center; justify-content: center;
        background-color: transparent;
        margin: 0px 0px 0px 0px;
    }
    
    .info-text-hacemos {
        margin: 20px 0px 20px 0px;
        width:550px; height: 250px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: justify;
    }
    
/*-------------------*FIN/    
    
/*Animacion titulos <------------------------------------------------*/

    .ml1 {
      font-weight: 900;
      font-size: 3em;
    }

    .ml1 .letters {
      display: inline-block;
      line-height: 1em;
      font-family: 'Roboto', sans-serif;
      color: #1a4a6f;    
    }

    .ml1 .text-wrapper {
      position: relative;
      display: inline-block;
      padding-top: 0.1em;
      padding-right: 0.05em;
      padding-bottom: 0.15em;
    }

    .ml1 .line {
      opacity: 0;
      position: absolute;
      left: 0;
      height: 3px;
      width: 100%;
      background-color: #1a4a6f;
      transform-origin: 0 0;    
    }
    
    .ml1 .line1 { top: 0; }
    .ml1 .line2 { bottom: 0; }

    
/*------------->FIN*/ 
    
/*Carusel <----------------------------------------------------------------------*/

    .slider-container-native {
        position: relative;
        padding: 80px 0;
        background-color: transparent; /* Fondo gris claro */
        width: 90%; 
        max-width: 1200px;
        margin: 0 auto;
        border: none; 
        box-sizing: border-box;
    }

    .slider-container-native .section-title {
        text-align: center;
        margin-bottom: 50px;
        font-weight: bold;
        color: #3C3C3B; /* Color de texto más suave */
        font-family: sans-serif; /* Tipografía más moderna */
    }

    /* El viewport del carrusel */
    .carousel-viewport {
        width: 95%;
        margin: auto;
        overflow: hidden;
        border: none; 
    }

    /* El track que se moverá */
    .carousel-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    /* Cada uno de los slides */
    .carousel-slide {
        min-width: calc(100% / 2);
        box-sizing: border-box;
        padding: 0 15px;
        text-align: center;
    }

    .carousel-slide img {
        display: block;
        height: 100px;
        width: auto;
        object-fit: contain;
        margin: 0 auto 15px auto;
    }

    .carousel-slide p {
        font-weight: bold;
        color: #003366;
        font-family: sans-serif;
    }


    /* Ahora los ponemos dentro del viewport para que no se corten */
    .prev { 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent; /* Fondo transparente */
        border: none;
        font-size: 32px; /* Flechas más grandes */
        color: #aaa; /* Color gris para las flechas */
        cursor: pointer;
        z-index: 2;
        padding: 0px 0px 0px 10px;
        transition: color 0.3s ease;
        left: 2%; 
    }
    
    .next { 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent; /* Fondo transparente */
        border: none;
        font-size: 32px; /* Flechas más grandes */
        color: #aaa; /* Color gris para las flechas */
        cursor: pointer;
        z-index: 2;
        padding: 0px 10px 0px 0px;
        transition: color 0.3s ease;
        left: 95%; 
    }
    
    .next:hover, .prev:hover {
        color:rgba(106,106,106,1.00);
    }

    /* --- CAMBIO 2: Paginación (círculos) con Estilo Minimalista --- */
    .carousel-pagination {
        text-align: center;
        padding-top: 40px;
    }
    .pagination-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d1d1d1; /* Círculos inactivos en gris claro */
        margin: 0 6px;
        cursor: pointer;
        border: none;
        padding: 0;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    .pagination-dot.active {
        background-color: #003366; /* Círculo activo en azul corporativo */
        transform: scale(1.2); /* Ligeramente más grande para destacar */
    }



    
/*-------------------------------->FIN*/   

/*Seccion Pets <---------------------------------------------------------------*/ 
    
    .container-pets{
        width:100%; height: 300px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-muppets{
        width:90%; height: 300px;
        display:flex;
        flex-direction: row;
        justify-content: center; align-items: center;
    }
    
    
    .card-pets{
        width: 150px; height: 250px; 
        display: flex;
        flex-direction:column;
        align-items: center; justify-content: center;
        margin: 0px 10px 0px 10px;
        background-color: transparent;
    }
    
    .circle-pets {
        width: 130px; height: 130px;
        display: flex;
        align-items: center; justify-content: center;
        border: 3px solid #00aef0;
        border-radius: 50%;
    }
    
    .img-pet1 {
        width: 110px; height: auto;
    }
    
    .img-pet2 {
        width: auto; height: 80px;
    }
    
    .img-pet3 {
        width: auto; height: 80px;
    }
    
    .img-pet4 {
        width: auto; height: 80px;
    }
    
    .img-pet5 {
        width: auto; height: 70px;
    }
    
    .card-name {
        font-family: 'Roboto', sans-serif;
        font-weight: 600; font-size: 18px;
        display: flex;
        justify-content: center; align-items: center;
        margin: 10px 0px 0px 0px;
    }
    
    .card-subtitle {
        font-family: 'Roboto', sans-serif;
        font-weight: 300; font-size: 12px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
/*---------------------->FIN*/

/*Sección Info <-----------------------------------------------------*/ 
    
    .container-info-sec {
        width:100%; height: 150px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-info-sec {
        width:90%; height: 150px;
        display: flex;
        justify-content: center; align-content: center;
    }
    
    .text-info-sec {
        margin: 20px 0px 20px 0px;
        width:550px; height: 250px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: center; text-transform: uppercase;
    }
    
/*--------------------->FIN*/  
    
/*Footer <-----------------------------------------------------------*/
    
    .container-footer {
        width:100%; height: auto;
        background-color: #1a4a6f;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-footer {
        width:95%; height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center; align-items: center;
    }
    
    .section-1-content {
        width:90%; height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center; align-items: center
    }
    
    .footer-img-cont {
        width:100%; height: 50px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .footer-img-cont > img {
        width: 250px; height: auto;
    }
    
    .footer-link-aviso {
        width: 100%; height: 50px;
        display: flex;
        justify-content: center; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 14px;
        color: aliceblue;
        margin: 10px 0px 0px 0px;
    }
    
    .footer-link-aviso > a {
        font-size: 12px;  color: aliceblue; cursor: pointer;
        margin: 0px 5px 0px 5px; text-decoration: none;
    }
    
    .footer-link-aviso > a:hover {
        text-decoration: underline;
    }
    
    .footer-text-cont {
        width: 100%; height: 30px;
        display: flex;
        justify-content: center; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 14px;
        color: aliceblue;
        margin: -10px 0px 0px 0px;
    }
    
    .section-2-content {
        width:90%; height: 250px;
        display: flex;
        flex-direction: column;
        justify-content:center; align-items: center
    }
    
    .social-footer {
        width:100%; height: 380px;
        display: flex;
        flex-direction: column;
        justify-content:center; align-items: center;
    }
    
    .title-social {
        width: 100%; height: 50px;
        display: flex;
        justify-content: center; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 16px;
        color: aliceblue; font-weight: 600;
    }
    
    .button-social {
        margin: 0px 0px 0px 0px;
        width: 100%; height: 50px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .button-social > button[type="button"]  {
        
        margin: 0px 5px 0px 5px;
        width:50px; height: 50px;
        border: 1px rgba(255,255,255,1.00) solid;
        background-color: aliceblue;
        border-radius: 50%;
        cursor: pointer; outline: none;
        color: #1a4a6f; font-size: 16px;
    }
    
    .button-social > button[type="button"]:hover {
        color: aliceblue; background-color: #1a4a6f;
        font-size: 18px;
    }
    
    .sec2-text-cont {
        display:flex;
        justify-content:center; align-content: center;
        margin: 40px 0px 0px -40px;
        width:100%; height: 100px;
        font-family: 'Roboto', sans-serif; font-size: 16px;
        color: aliceblue; font-weight: 400;
    }
    
    .sec2-info-img {
        width:100%; height: 80px;
        display:flex;
        flex-direction: row;
        justify-content: center; align-items: center;
    }
    
    .sec2-img-con {
        width: 15%; height: 80px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .colibri-container{
        position: sticky;
        width:100px; height: 100px;
        z-index: 2; 
        background-color: transparent;
        left: 90%; bottom: 20px;
        border: none;
        display:flex;
        justify-content: center; align-items: center;
    }
    
    .colibri-content-btn {
        width:80px; height: 80px;
        border: none;
        border-radius: 50%;
        display: flex; 
        justify-content: center; align-items: center;
        opacity: 0.8;
        cursor: pointer;
    }
    
    .colibri-content-btn >img {
        height: 80px; width: auto;
    }
    
    .colibri-content-btn:hover{
        opacity: 1;
    }
    
/*------------------------>FIN*/   
  
    
}


/*====================================================================
  Reglas para monitores de escritorio
  (992px - 1199px)
====================================================================*/
@media (min-width: 992px) and (max-width: 1199px) {

/*Header <----------------------------------------------------------*/
    
    .header {
        display: flex; justify-content: space-between;
        align-items: center;
    }
    
    .hamburger-menu {
        display: none;
    }
    
    .main-web-nav {
        display: block;
        margin: 0px 20px 0px 0px;
    }
    
    
    .btn-donate {
        
        display: flex;
        justify-content: center; align-items: center;
        width: 100px; height: 30px;
        font-family: 'Roboto', sans-serif; /*Funte del menu */ 
        font-size: 12px; /*Tamaño de fuente boton Donación*/
        background: rgb(148,192,34);
        color: aliceblue; font-weight: 600; 
        margin: 0px 10px 0px 0px;
        border: rgb(148,192,34) 1px solid; border-radius: 10px;
        cursor: pointer;
        
    }
    
    .btn-donate:hover {
        background-color: transparent; border:rgba(255,255,255,1.00) 1px solid;    
    }
    
    
    
    .main-web-nav > ul {
        display: flex;
        list-style: none; justify-content: flex-end;
    }
    
    .main-web-nav > ul > li {
        margin-left: 20px;
    }
    
    .main-web-nav > ul > li > a {
        transition: transform 0.1s ease-in-out;
        display: inline-block;
        font-family: 'Roboto', sans-serif; /*Funte del menu */ 
        font-size: 12px; text-decoration: none;
        font-weight: 600; color: aliceblue;
    }
    
    .main-web-nav > ul > li > a:hover {
         transform: scale(1.05);
    }
    
/*----------------------->FIN*/  

/*Estilos del video <----------------------------------------------*/
    
    .section-container {
        position: relative;
        width:100%; height: 100vh;
        overflow: hidden; 
        border: none !important;
        outline: none !important;
        box-sizing: border-box; background-color: transparent;
    }
    
    .section-container > video {
        position: absolute; left: 50%; top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%; min-height: 100%;
        z-index: -1;
        border: none !important;
        outline: none !important;
        filter: grayscale(50%); 
        
        
    }
    
/*------------------->FIN*/  

/*Contenedor Video <------------------------------------------------*/
    
    .content-text-video{
        position:absolute;
        left: 0; top: 60%;
        transform: translateY(-60%);
        z-index: 1;
        width: 600px; height: 400px;
        background-color:rgba(67,67,67,0.05);
        padding: 20px 0px 0px 20px;
        margin-left: 2%;
        border-radius: 20px; border: none;
        
    }
    
    .container-info {
        width:100%; hight: 400px;
        display: flex;
        flex-direction: column;
        align-items:flex-start; justify-content: center;
        font-family: 'Roboto', sans-serif;
    }
    
    .block-info-title {
        display: flex;
        justify-content: center; align-items: center;
        width:400px; height: 50px;
        background-color: #e57200; 
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 600; color: aliceblue;
        border: none;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        margin: 5px;
        
    }
    
    .second-text {
        display: flex;
        justify-content: center; align-items: center;
        font-weight: 600; color: aliceblue;
        font-size: 30px;
        text-transform: uppercase;
        margin: 5px;
    }
    
    .btn-video-content {
        width: 100%; height: 80px; 
        display: flex; align-items: center; justify-content: center;
        margin: 15px 0px 0px 0px;
    }
    
    .btn-video-content > button[type="button"] {
        width: 200px; height: 50px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        cursor: pointer;
        border: 1px solid rgb(148,192,34);
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: rgb(148,192,34); color:aliceblue; 
        
            
    } 
    
    .ft1 {
        font-weight: 900;
        font-size: 1.5em;
    }
    
    .ft1 .letter {
        display: inline-block;
        line-height: 1em;
    }
/*------------------>FIN*/  

/*Sección Nosostros <------------------------------------------------*/
    .container-nosotros {
        width:100%; height: 350px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .nosotros-content {
        width:90%; height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center; justify-content: center;
        background-color: transparent;
        margin: 0px 0px 0px 0px;
    }
    
    .info-text-nosotros {
        margin: 20px 0px 50px 0px;
        width:800px; height: 150px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: justify;
    }
/*--------------------FIN*/  
    
    
/*Sección hacemos <--------------------------------------------------*/ 
    
    .container-hacemos{
        margin-top: 25px;
        width:100%; height: 550px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .hacemos-content {
        width:90%; height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center; justify-content: center;
        background-color: transparent;
        margin: 0px 0px 0px 0px;
    }
    
    .info-text-hacemos {
        margin: 20px 0px 20px 0px;
        width:800px; height: 150px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: justify;
    }
    
/*-------------------*FIN/    
    
/*Animacion titulos <------------------------------------------------*/

    .ml1 {
      font-weight: 900;
      font-size: 3em;
    }

    .ml1 .letters {
      display: inline-block;
      line-height: 1em;
      font-family: 'Roboto', sans-serif;
      color: #1a4a6f;    
    }

    .ml1 .text-wrapper {
      position: relative;
      display: inline-block;
      padding-top: 0.1em;
      padding-right: 0.05em;
      padding-bottom: 0.15em;
    }

    .ml1 .line {
      opacity: 0;
      position: absolute;
      left: 0;
      height: 3px;
      width: 100%;
      background-color: #1a4a6f;
      transform-origin: 0 0;    
    }
    
    .ml1 .line1 { top: 0; }
    .ml1 .line2 { bottom: 0; }

    
/*------------->FIN*/ 
    
/*Carusel <----------------------------------------------------------------------*/

    .slider-container-native {
        position: relative;
        padding: 80px 0;
        background-color: transparent; /* Fondo gris claro */
        width: 90%; 
        max-width: 1200px;
        margin: 0 auto;
        border: none; 
        box-sizing: border-box;
    }

    .slider-container-native .section-title {
        text-align: center;
        margin-bottom: 50px;
        font-weight: bold;
        color: #3C3C3B; /* Color de texto más suave */
        font-family: sans-serif; /* Tipografía más moderna */
    }

    /* El viewport del carrusel */
    .carousel-viewport {
        width: 95%;
        margin: auto;
        overflow: hidden;
        border: none; 
    }

    /* El track que se moverá */
    .carousel-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    /* Cada uno de los slides */
    .carousel-slide {
        min-width: calc(100% / 3);
        box-sizing: border-box;
        padding: 0 15px;
        text-align: center;
    }

    .carousel-slide img {
        display: block;
        height: 100px;
        width: auto;
        object-fit: contain;
        margin: 0 auto 15px auto;
    }

    .carousel-slide p {
        font-weight: bold;
        color: #003366;
        font-family: sans-serif;
    }


    /* Ahora los ponemos dentro del viewport para que no se corten */
    .prev { 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent; /* Fondo transparente */
        border: none;
        font-size: 32px; /* Flechas más grandes */
        color: #aaa; /* Color gris para las flechas */
        cursor: pointer;
        z-index: 2;
        padding: 0px 0px 0px 10px;
        transition: color 0.3s ease;
        left: 2%; 
    }
    
    .next { 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent; /* Fondo transparente */
        border: none;
        font-size: 32px; /* Flechas más grandes */
        color: #aaa; /* Color gris para las flechas */
        cursor: pointer;
        z-index: 2;
        padding: 0px 10px 0px 0px;
        transition: color 0.3s ease;
        left: 95%; 
    }
    
    .next:hover, .prev:hover {
        color:rgba(106,106,106,1.00);
    }

    /* --- CAMBIO 2: Paginación (círculos) con Estilo Minimalista --- */
    .carousel-pagination {
        text-align: center;
        padding-top: 40px;
    }
    .pagination-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d1d1d1; /* Círculos inactivos en gris claro */
        margin: 0 6px;
        cursor: pointer;
        border: none;
        padding: 0;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    .pagination-dot.active {
        background-color: #003366; /* Círculo activo en azul corporativo */
        transform: scale(1.2); /* Ligeramente más grande para destacar */
    }



    
/*-------------------------------->FIN*/   

/*Seccion Pets <---------------------------------------------------------------*/ 
    
    .container-pets{
        width:100%; height: 300px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-muppets{
        width:90%; height: 300px;
        display:flex;
        flex-direction: row;
        justify-content: center; align-items: center;
    }
    
    
    .card-pets{
        width: 150px; height: 250px; 
        display: flex;
        flex-direction:column;
        align-items: center; justify-content: center;
        margin: 0px 10px 0px 10px;
        background-color: transparent;
    }
    
    .circle-pets {
        width: 130px; height: 130px;
        display: flex;
        align-items: center; justify-content: center;
        border: 3px solid #00aef0;
        border-radius: 50%;
    }
    
    .img-pet1 {
        width: 110px; height: auto;
    }
    
    .img-pet2 {
        width: auto; height: 80px;
    }
    
    .img-pet3 {
        width: auto; height: 80px;
    }
    
    .img-pet4 {
        width: auto; height: 80px;
    }
    
    .img-pet5 {
        width: auto; height: 70px;
    }
    
    .card-name {
        font-family: 'Roboto', sans-serif;
        font-weight: 600; font-size: 18px;
        display: flex;
        justify-content: center; align-items: center;
        margin: 10px 0px 0px 0px;
    }
    
    .card-subtitle {
        font-family: 'Roboto', sans-serif;
        font-weight: 300; font-size: 12px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
/*---------------------->FIN*/
    
    /*Sección Info <-----------------------------------------------------*/ 
    
    .container-info-sec {
        width:100%; height: 150px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-info-sec {
        width:90%; height: 150px;
        display: flex;
        justify-content: center; align-content: center;
    }
    
    .text-info-sec {
        margin: 20px 0px 20px 0px;
        width:800px; height: 150px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: center; text-transform: uppercase;
    }
    
/*--------------------->FIN*/  

/*Footer <-----------------------------------------------------------*/
    
    .container-footer {
        width:100%; height: 400px;
        background-color: #1a4a6f;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-footer {
        width:95%; height: 380px;
        display: flex;
        flex-direction: row;
        justify-content: space-between; align-items: center;
    }
    
    .section-1-content {
        width:50%; height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: center; align-items: center
    }
    
    .footer-img-cont {
        width:100%; height: 50px;
        display: flex;
        justify-content: flex-start; align-items: center;
    }
    
    .footer-img-cont > img {
        width: 250px; height: auto;
    }
    
    .footer-link-aviso {
        display: flex;
        justify-content: flex-start; align-items: center;
        width: 100%; height: 50px;
        font-family: 'Roboto', sans-serif; font-size: 14px;
        color: aliceblue;
        margin: 80px 0px 0px 30px;
    }
    
    .footer-link-aviso > a {
        font-size: 12px;  color: aliceblue; cursor: pointer;
        margin: 0px 5px 0px 5px; text-decoration: none;
    }
    
    .footer-link-aviso > a:hover {
        text-decoration: underline;
    }
    
    .footer-text-cont {
        width: 100%; height: 30px;
        display: flex;
        justify-content: flex-start; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 14px;
        color: aliceblue;
        margin: -20px 0px 0px 30px;
    }
    
    .section-2-content {
        width:50%; height: 380px;
        display: flex;
        flex-direction: column;
        justify-content:center; align-items: center
    }
    
    .social-footer {
        width:100%; height: 380px;
        display: flex;
        flex-direction: column;
        justify-content:center; align-items: center;
    }
    
    .title-social {
        width: 100%; height: 50px;
        display: flex;
        justify-content: flex-start; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 16px;
        color: aliceblue; font-weight: 600;
    }
    
    .button-social {
        margin: 0px 0px 0px 25px;
        width: 100%; height: 50px;
        display: flex;
        justify-content: flex-start; align-items: center;
    }
    
    .button-social > button[type="button"]  {
        
        margin: 0px 5px 0px 5px;
        width:50px; height: 50px;
        border: 1px rgba(255,255,255,1.00) solid;
        background-color: aliceblue;
        border-radius: 50%;
        cursor: pointer; outline: none;
        color: #1a4a6f; font-size: 16px;
    }
    
    .button-social > button[type="button"]:hover {
        color: aliceblue; background-color: #1a4a6f;
        font-size: 18px;
    }
    
    .sec2-text-cont {
        display:flex;
        justify-content:flex-start; align-content: center;
        margin: 40px 0px 0px -20px;
        width:100%; height: 100px;
        font-family: 'Roboto', sans-serif; font-size: 16px;
        color: aliceblue; font-weight: 400;
    }
    
    .sec2-info-img {
        width:100%; height: 80px;
        display:flex;
        flex-direction: row;
        justify-content: flex-start; align-items: center;
    }
    
    .sec2-img-con {
        width: 15%; height: 80px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .colibri-container{
        position: sticky;
        width:100px; height: 100px;
        z-index: 2; 
        background-color: transparent;
        left: 90%; bottom: 20px;
        border: none;
        display:flex;
        justify-content: center; align-items: center;
    }
    
    .colibri-content-btn {
        width:80px; height: 80px;
        border: none;
        border-radius: 50%;
        display: flex; 
        justify-content: center; align-items: center;
        opacity: 0.8;
        cursor: pointer;
    }
    
    .colibri-content-btn >img {
        height: 80px; width: auto;
    }
    
    .colibri-content-btn:hover{
        opacity: 1;
    }
    
/*------------------------>FIN*/       
    
}

/*====================================================================
  Reglas para pantallas grandes
  (1200px - 1919px)
====================================================================*/
@media (min-width: 1200px) and (max-width: 1919px) {

/*Header <----------------------------------------------------------*/
    
    .header {
        display: flex; justify-content: space-between;
        align-items: center;
    }
    
    .hamburger-menu {
        display: none;
    }
    
    .main-web-nav {
        display: block;
        margin: 0px 20px 0px 0px;
    }
    
    
    .btn-donate {
        
        display: flex;
        justify-content: center; align-items: center;
        width: 100px; height: 30px;
        font-family: 'Roboto', sans-serif; /*Funte del menu */ 
        font-size: 12px; /*Tamaño de fuente boton Donación*/
        color: aliceblue; font-weight: 600; 
        margin: 0px 30px 0px 0px;
        border-radius: 8px;
        cursor: pointer;
        background-color: transparent; border:rgba(255,255,255,1.00) 1px solid;   
    }
    
    .btn-donate:hover {
         border: rgb(148,192,34) 1px solid; background-color: rgb(148,192,34);
    }
    
    
    
    .main-web-nav > ul {
        display: flex;
        list-style: none; justify-content: flex-end;
    }
    
    .main-web-nav > ul > li {
        margin-left: 20px;
    }
    
    .main-web-nav > ul > li > a {
        transition: transform 0.1s ease-in-out;
        display: inline-block;
        font-family: 'Roboto', sans-serif; /*Funte del menu */ 
        font-size: 12px; text-decoration: none;
        font-weight: 600; color: aliceblue;
    }
    
    .main-web-nav > ul > li > a:hover {
         transform: scale(1.05);
    }

/*------------------->FIN*/
    
/*Estilos del video <----------------------------------------------*/
    
    .section-container {
        position: relative;
        width:100%; height: 100vh;
        overflow: hidden; 
        border: none !important;
        outline: none !important;
        box-sizing: border-box; background-color: transparent;
    }
    
    .section-container > video {
        position: absolute; left: 50%; top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%; min-height: 100%;
        z-index: -1;
        border: none !important;
        outline: none !important;
        filter: grayscale(50%); 
        
        
    }
    
/*------------------->FIN*/ 
    
/*Contenedor Video <------------------------------------------------*/
    
    .content-text-video{
        position:absolute;
        left: 0; top: 60%;
        transform: translateY(-60%);
        z-index: 1;
        width: 600px; height: 400px;
        background-color:rgba(67,67,67,0.05);
        padding: 20px 0px 0px 20px;
        margin-left: 2%;
        border-radius: 20px; border: none;
        
    }
    
    .container-info {
        width:100%; hight: 400px;
        display: flex;
        flex-direction: column;
        align-items:flex-start; justify-content: center;
        font-family: 'Roboto', sans-serif;
    }
    
    .block-info-title {
        display: flex;
        justify-content: center; align-items: center;
        width:400px; height: 50px;
        background-color: #e57200; 
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 600; color: aliceblue;
        border: none;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        margin: 5px;
        
    }
    
    .second-text {
        display: flex;
        justify-content: center; align-items: center;
        font-weight: 600; color: aliceblue;
        font-size: 30px;
        text-transform: uppercase;
        margin: 5px;
    }
    
    .btn-video-content {
        width: 100%; height: 80px; 
        display: flex; align-items: center; justify-content: center;
        margin: 15px 0px 0px 0px;
    }
    
    .btn-video-content > button[type="button"] {
        width: 200px; height: 50px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        cursor: pointer;
        border: 1px solid rgb(148,192,34);
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: rgb(148,192,34); color:aliceblue; 
        
            
    } 
    
    .ft1 {
        font-weight: 900;
        font-size: 1.5em;
    }
    
    .ft1 .letter {
        display: inline-block;
        line-height: 1em;
    }
/*------------------>FIN*/  
    
/*Sección Nosostros <------------------------------------------------*/
    .container-nosotros {
        width:100%; height: 350px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .nosotros-content {
        width:90%; height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center; justify-content: center;
        background-color: transparent;
        margin: 0px 0px 0px 0px;
    }
    
    .info-text-nosotros {
        margin: 20px 0px 50px 0px;
        width:800px; height: 150px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: justify;
    }
/*--------------------FIN*/  
    
    
/*Sección hacemos <--------------------------------------------------*/ 
    
    .container-hacemos{
        margin-top: 25px;
        width:100%; height: 550px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .hacemos-content {
        width:90%; height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center; justify-content: center;
        background-color: transparent;
        margin: 0px 0px 0px 0px;
    }
    
    .info-text-hacemos {
        margin: 20px 0px 20px 0px;
        width:800px; height: 150px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: justify;
    }
    
/*-------------------*FIN/    
    
/*Animacion titulos <------------------------------------------------*/

    .ml1 {
      font-weight: 900;
      font-size: 3em;
    }

    .ml1 .letters {
      display: inline-block;
      line-height: 1em;
      font-family: 'Roboto', sans-serif;
      color: #1a4a6f;    
    }

    .ml1 .text-wrapper {
      position: relative;
      display: inline-block;
      padding-top: 0.1em;
      padding-right: 0.05em;
      padding-bottom: 0.15em;
    }

    .ml1 .line {
      opacity: 0;
      position: absolute;
      left: 0;
      height: 3px;
      width: 100%;
      background-color: #1a4a6f;
      transform-origin: 0 0;    
    }
    
    .ml1 .line1 { top: 0; }
    .ml1 .line2 { bottom: 0; }

    
/*------------->FIN*/ 
    
/*Carusel <----------------------------------------------------------------------*/

    .slider-container-native {
        position: relative;
        padding: 80px 0;
        background-color: transparent; /* Fondo gris claro */
        width: 90%; 
        max-width: 1200px;
        margin: 0 auto;
        border: none; 
        box-sizing: border-box;
    }

    .slider-container-native .section-title {
        text-align: center;
        margin-bottom: 50px;
        font-weight: bold;
        color: #3C3C3B; /* Color de texto más suave */
        font-family: sans-serif; /* Tipografía más moderna */
    }

    /* El viewport del carrusel */
    .carousel-viewport {
        width: 95%;
        margin: auto;
        overflow: hidden;
        border: none; 
    }

    /* El track que se moverá */
    .carousel-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    /* Cada uno de los slides */
    .carousel-slide {
        min-width: calc(100% / 4);
        box-sizing: border-box;
        padding: 0 15px;
        text-align: center;
    }

    .carousel-slide img {
        display: block;
        height: 100px;
        width: auto;
        object-fit: contain;
        margin: 0 auto 15px auto;
    }

    .carousel-slide p {
        font-weight: bold;
        color: #003366;
        font-family: sans-serif;
    }


    /* Ahora los ponemos dentro del viewport para que no se corten */
    .prev { 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent; /* Fondo transparente */
        border: none;
        font-size: 32px; /* Flechas más grandes */
        color: #aaa; /* Color gris para las flechas */
        cursor: pointer;
        z-index: 2;
        padding: 0px 0px 0px 10px;
        transition: color 0.3s ease;
        left: 2%; 
    }
    
    .next { 
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent; /* Fondo transparente */
        border: none;
        font-size: 32px; /* Flechas más grandes */
        color: #aaa; /* Color gris para las flechas */
        cursor: pointer;
        z-index: 2;
        padding: 0px 10px 0px 0px;
        transition: color 0.3s ease;
        left: 95%; 
    }
    
    .next:hover, .prev:hover {
        color:rgba(106,106,106,1.00);
    }

    /* --- CAMBIO 2: Paginación (círculos) con Estilo Minimalista --- */
    .carousel-pagination {
        text-align: center;
        padding-top: 40px;
    }
    .pagination-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d1d1d1; /* Círculos inactivos en gris claro */
        margin: 0 6px;
        cursor: pointer;
        border: none;
        padding: 0;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    .pagination-dot.active {
        background-color: #003366; /* Círculo activo en azul corporativo */
        transform: scale(1.2); /* Ligeramente más grande para destacar */
    }


/*-------------------------------->FIN*/ 
    
/*Seccion Pets <---------------------------------------------------------------*/ 
    
    .container-pets{
        width:100%; height: 300px; 
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-muppets{
        width:90%; height: 300px;
        display:flex;
        flex-direction: row;
        justify-content: center; align-items: center;
    }
    
    
    .card-pets{
        width: 150px; height: 250px; 
        display: flex;
        flex-direction:column;
        align-items: center; justify-content: center;
        margin: 0px 10px 0px 10px;
        background-color: transparent;
    }
    
    .circle-pets {
        width: 130px; height: 130px;
        display: flex;
        align-items: center; justify-content: center;
        border: 3px solid #00aef0;
        border-radius: 50%;
    }
    
    .img-pet1 {
        width: 110px; height: auto;
    }
    
    .img-pet2 {
        width: auto; height: 80px;
    }
    
    .img-pet3 {
        width: auto; height: 80px;
    }
    
    .img-pet4 {
        width: auto; height: 80px;
    }
    
    .img-pet5 {
        width: auto; height: 70px;
    }
    
    .card-name {
        font-family: 'Roboto', sans-serif;
        font-weight: 600; font-size: 18px;
        display: flex;
        justify-content: center; align-items: center;
        margin: 10px 0px 0px 0px;
    }
    
    .card-subtitle {
        font-family: 'Roboto', sans-serif;
        font-weight: 300; font-size: 12px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
/*---------------------->FIN*/
    
/*Sección Info <-----------------------------------------------------*/ 
    
    .container-info-sec {
        width:100%; height: 150px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-info-sec {
        width:90%; height: 150px;
        display: flex;
        justify-content: center; align-content: center;
    }
    
    .text-info-sec {
        margin: 20px 0px 20px 0px;
        width:800px; height: 150px; 
        font-family: 'Roboto', sans-serif; font-size: 20px;
        text-align: center; text-transform: uppercase;
    }
    
/*--------------------->FIN*/  
    
/*Footer <-----------------------------------------------------------*/
    
    .container-footer {
        width:100%; height: 400px;
        background-color: #1a4a6f;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .content-footer {
        width:95%; height: 380px;
        display: flex;
        flex-direction: row;
        justify-content: space-between; align-items: center;
    }
    
    .section-1-content {
        width:50%; height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: center; align-items: center
    }
    
    .footer-img-cont {
        width:100%; height: 50px;
        display: flex;
        justify-content: flex-start; align-items: center;
    }
    
    .footer-img-cont > img {
        width: 250px; height: auto;
    }
    
    .footer-link-aviso {
        display: flex;
        justify-content: flex-start; align-items: center;
        width: 100%; height: 50px;
        font-family: 'Roboto', sans-serif; font-size: 14px;
        color: aliceblue;
        margin: 80px 0px 0px 30px;
    }
    
    .footer-link-aviso > a {
        font-size: 12px;  color: aliceblue; cursor: pointer;
        margin: 0px 5px 0px 5px; text-decoration: none;
    }
    
    .footer-link-aviso > a:hover {
        text-decoration: underline;
    }
    
    .footer-text-cont {
        width: 100%; height: 30px;
        display: flex;
        justify-content: flex-start; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 14px;
        color: aliceblue;
        margin: -20px 0px 0px 30px;
    }
    
    .section-2-content {
        width:50%; height: 380px;
        display: flex;
        flex-direction: column;
        justify-content:center; align-items: center
    }
    
    .social-footer {
        width:100%; height: 380px;
        display: flex;
        flex-direction: column;
        justify-content:center; align-items: center;
    }
    
    .title-social {
        width: 100%; height: 50px;
        display: flex;
        justify-content: flex-start; align-items: center;
        font-family: 'Roboto', sans-serif; font-size: 16px;
        color: aliceblue; font-weight: 600;
    }
    
    .button-social {
        margin: 0px 0px 0px 25px;
        width: 100%; height: 50px;
        display: flex;
        justify-content: flex-start; align-items: center;
    }
    
    .button-social > button[type="button"]  {
        
        margin: 0px 5px 0px 5px;
        width:50px; height: 50px;
        border: 1px rgba(255,255,255,1.00) solid;
        background-color: aliceblue;
        border-radius: 50%;
        cursor: pointer; outline: none;
        color: #1a4a6f; font-size: 16px;
    }
    
    .button-social > button[type="button"]:hover {
        color: aliceblue; background-color: #1a4a6f;
        font-size: 18px;
    }
    
    .sec2-text-cont {
        display:flex;
        justify-content:flex-start; align-content: center;
        margin: 40px 0px 0px -20px;
        width:100%; height: 100px;
        font-family: 'Roboto', sans-serif; font-size: 16px;
        color: aliceblue; font-weight: 400;
    }
    
    .sec2-info-img {
        width:100%; height: 80px;
        display:flex;
        flex-direction: row;
        justify-content: flex-start; align-items: center;
    }
    
    .sec2-img-con {
        width: 15%; height: 80px;
        display: flex;
        justify-content: center; align-items: center;
    }
    
    .colibri-container{
        position: sticky;
        width:100px; height: 100px;
        z-index: 2; 
        background-color: transparent;
        left: 90%; bottom: 20px;
        border: none;
        display:flex;
        justify-content: center; align-items: center;
    }
    
    .colibri-content-btn {
        width:80px; height: 80px;
        border: none;
        border-radius: 50%;
        display: flex; 
        justify-content: center; align-items: center;
        opacity: 0.8;
        cursor: pointer;
    }
    
    .colibri-content-btn >img {
        height: 80px; width: auto;
    }
    
    .colibri-content-btn:hover{
        opacity: 1;
    }
    
/*------------------------>FIN*/    
       
    
}

/*====================================================================
  Reglas para pantallas extra grandes
  (1920px y más)
====================================================================*/
@media (min-width: 1920px) {
    .hamburger-menu{
        display: none;
    }
}