
/*
GRID  HOME  Y DETALLEE_ =)
*/







.demos_contenedor-autos {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    max-width: 1400px; 
    margin: 0 auto; 
    padding: 20px; 
        margin-top: -50px;
}

.demos_tarjeta-auto {
    background-color: white;
    border-radius: 10px;
  /*  overflow: hidden; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    
    
    width: 100%; 
    
    transition: transform 0.3s ease; 
}


.demos_tarjeta-auto:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}




    
    .demos_contenedor-imagen {
        position: relative;
        width: 100%;
        height: 270px;
        background-color: #fff;
    }
    
    .demos_etiqueta-hibrido {
        position: absolute;
        top: 10px;
        left: 10px;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: bold;
        z-index: 2;
    }
    
    .demos_imagen-principal {
        width: 100%;
        height: 100%;
        
        
        /* object-fit: cover;   */
        position: relative;
    }
    
    .logo_marca{
        
    }
    
    .demos_imagen-secundaria {
        position: absolute;
        bottom: -10px;
        right: 10px;
        width: 140px;
        border-radius: 4px;
        object-fit: cover;
    
        z-index: 2;
    }
    
    .demos_info-auto {
        padding: 20px;
        text-align: center;
        
        
    }
      
    .demos_marca {
        font-size: 12px;
        margin-bottom: 0px;
    }
    
    .demos_modelo {
        font-size: 22px;
        font-weight: bold;
        margin-top:0px;
        margin-bottom: 5px;
        color: #333;
        text-align: left;
        font-family: "Poppins";
        font-weight: 700;
        display:flex;
        justify-content: space-between;
        width:100%;
    }
    
    .demos_precios {
        margin-bottom: 0px;
    }
    
    .demos_precio-original {
        font-size: 24px;
        color: #999;
        text-decoration: line-through;
        text-align: left;
        font-family: "Work Sans";
        font-weight: 400;
    }
    
    .demos_precio-actual {
        font-size: 44px;
        font-weight: bold;
        color: #ED1B2E;
        text-align: left;
        font-family: "Work Sans";
        font-weight: 700;
    }
    
    .demos_moneda {
        font-size: 16px;
        color: inherit;
        font-weight: bold;
        font-family: "Poppins";
    }
    
    .demos_ahorros {
        background-color: #E7FEEA;
        padding: 10px 10px;
        border-radius: 20px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 20px;
        font-size: 20px;
        border:1px solid #2ab540;
        width: 100%;
        font-family: "Poppins";
        justify-content: space-around;
        display: flex;
    }
    
    
    .fuego{
                background-color: #fffbd9;
                    justify-content: center;
                    border:1px solid #d8a3af;

    }
    
    
    
    .demos_descuento{
        color:#689A70;
    }
    
    .demos_botones {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
    
    .demos_btn {
        flex: 1;
        padding: 10px;
        border: none;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    
    .demos_btn-ver {
        background-color: #f5f5f5;
        color: #333;
        font-family: "Work Sans";
        font-weight: 700;
        font-size: 18px;
        border:1px solid #d3d3d3;
    }
    
    .demos_btn-reservar {
        background-color: #ED1B2E;
        color: white;
        font-family: "Work Sans";
        font-weight: 700;
        font-size: 18px;
    }
    
    .demos_btn-ver:hover {
        background-color: #e0e0e0;
        color:#fff!important;
    }
    
    .demos_btn-reservar:hover {
        background-color: #c62828;
         color:#fff!important;
    }
    
    .demos_anio {
        text-align: right!important;   
        float: right;
        font-family: "Poppins";
        font-weight: 700;
    }
    
    .demos_contenedor-cochinito {
        margin-top: 10px;
    }
    
    .demos_ahorra{
        color:#737373;
    }
    
    
@media screen and (max-width: 1280px) and (max-height: 800px) {
    .demos_precio-original {
        font-size: 20px;
    }
}
    
    
    
    
    
    @media (max-width: 1200px) {
    .demos_contenedor-autos {
        grid-template-columns: repeat(3, 1fr); 
    }
}

@media (max-width: 900px) {
    .demos_contenedor-autos {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 600px) {
    .demos_contenedor-autos {
        grid-template-columns: 1fr; 
    }
}


@media (max-width: 460px) {
  
.demos_info-auto {
    padding: 20px;
    text-align: center;
    margin-top: -80px;
    z-index: 3;
    position: relative;
}

.contenedor_dalton_imagen_ img {
    height: 200px!important;
}

.demos_imagen-secundaria {
    position: absolute;
    bottom: 70px!important;
}
.demos_ahorros {
    font-size:17px;   
}
}


/*
////////////////////////////////
//                             // 
//.loader 
//                            // 
////////////////////////////////

*/






.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.loader {
    display: flex;
    gap: 10px;
}

.loader-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    animation: pulse 1.5s infinite ease-in-out;
}

.loader-circle:nth-child(1) {
    animation-delay: 0s;
    background: #fff;
}

.loader-circle:nth-child(2) {
    animation-delay: 0.2s;
    background: #ea0029;
}

.loader-circle:nth-child(3) {
    animation-delay: 0.4s;
    background: #000;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.demos_contenedor-autos {
    transition: opacity 0.5s ease;
}






/*
////////////////////////////////
//                             // 
//BORDER  CARDS  HOME  DEMOSS 
//                            // 
////////////////////////////////

*/





.box_dalton_ {
	
	position: relative;

	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);


	overflow: hidden;
}

.box_dalton_:hover > span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
		z-index:3;
	height: 3px;
	background: linear-gradient(to right, #000, #ea0029);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.box_dalton_:hover > span:nth-child(2)  {
	position: absolute;
	top: 0;
	right: 0;
		z-index:3;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, #fff, #ea0029);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.box_dalton_:hover >  span:nth-child(3)  {
	position: absolute;
	bottom: 0;
	right: 0;
		z-index:3;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #000, #ea0029);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.box_dalton_:hover  >  span:nth-child(4)  {
	position: absolute;
	top: 0;
	left: 0;
	z-index:3;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #fff, #ea0029);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}






/*
////////////////////////////////
//                             // 
//HOVER   CARDS  HOME  DEMOSS  
//                            // 
////////////////////////////////
*/



.demos_tarjeta-auto {
  transform: scale(1); 
  transition: transform 0.1s ease, filter 0.3s ease;
  z-index: 1; 
  filter: brightness(1); 
}


.demos_contenedor-autos:hover .demos_tarjeta-auto {
  transform: scale(0.9); 
  filter: brightness(0.9); 
}


.demos_contenedor-autos:hover .demos_tarjeta-auto:hover {
  transform: scale(1.1); /* La hovered se agranda */
  filter: brightness(1); /* Brillo normal */
  z-index: 10; /* Para que superponga a las demás */
  box-shadow: 0 10px 25px rgba(234, 0, 41, 0.3); 
}



/*
Formulario 
*/

 #dalton_agencia{
font-family:"Poppins";
font-size:19px;
color:#000;
font-weight:400;
 } 

 .form-container_dalton {
            background-color: white;
            padding: 0px;
            border-radius: 5px;
         
            width: 100%;
            max-width: 400px;
        }

        .form-group {
            margin-bottom: 2px;
        }
        
        label {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;
            color: #333;
            font-weight: bold;
        }
        
        input[type="text"],
        input[type="email"],
        input[type="tel"] {
            width: 100%;
            padding: 12px;
            border: 1px solid #d0d0d0;
            border-radius: 4px;
            font-size: 14px;
            box-sizing: border-box;
            background-color: #d0d0d0;
            color: #333;
            transition: all 0.3s;
        }
        
        
        input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    border: 1px solid #d0d0d0!important;
    border-radius: 8px!important;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
        height: 50px;
}
        
        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        input[type="text"]:not(:placeholder-shown),
        input[type="email"]:not(:placeholder-shown),
        
        
        input[type="tel"]:not(:placeholder-shown) {
            background-color: #555;
            color: white;
            border-color: #555;
        }
        
        input::placeholder {
            color: #000;
        }
        
        .submit-btn_dalton {
            background-color: #ea0029!important;
            color: #fff!important;
            border: none;
            padding: 12px 20px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 700!important;
            width: 100%!important;
            transition: background-color 0.3s;
            margin-top:8px!important;
                padding: .5rem!important;
        }
        
        .submit-btn:hover {
            background-color: #3a7bc8;
        }

[type=button], [type=submit], button {
      width: 100%;
      border-radius:8px!important;
      font-weight:600;
     
      
}



/*
Galeriaaa Demos _-___  
*/


     .galeria-autos-container {
                max-width: 100%;
                margin: 0 auto;
                padding: 20px;
                box-sizing: border-box;
            }
            
            .imagen-principal-container {
                margin-bottom: 20px;
                text-align: center;
            }
            
            .imagen-principal {
                max-width: 100%;
                height: auto;
                max-height: 600px;
              /*  object-fit: contain; */
                border-radius: 8px;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
                display: block;
                margin: 0 auto;
            }
            
            .imagen-titulo {
                margin-top: 10px;
                font-size: 1.2em;
                color: #333;
                text-align: center;
            }
            
            .galeria-thumbnails {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 10px;
                margin-top: 20px;
            }
            
            .thumbnail-container {
                cursor: pointer;
                transition: all 0.3s ease;
            }
            
            .thumbnail {
                width: 180px;
                height: 80px;
                object-fit: cover;
                border-radius: 4px;
                border: 2px solid transparent;
                transition: all 0.3s ease;
            }
            
            .thumbnail:hover, .thumbnail-container.active .thumbnail {
                border-color: ;
                transform: scale(1.05);
            }
            
            @media (max-width: 768px) {
                .imagen-principal {
                    max-height: 300px;
                }
                
                .thumbnail {
                    width: 80px;
                    height: 60px;
                }
            }
            
            @media (max-width: 480px) {
                .imagen-principal {
                    max-height: 200px;
                }
                
                .thumbnail {
                    width: 60px;
                    height: 45px;
                }
            }
            
            
            
            
  /*
Reveal Dalton  Demos _-___  
*/          
            
            
      .reveal-text {
      position: relative;
      opacity: 1;
      transition: opacity 0.5s;
    }

    .reveal-text span {
      opacity: 0;
    }

    .reveal-text::after {
      content: "";
      top: 0;
      left: 0;
      position: absolute;
      width: 0%;
      height: 100%;
      background: #ea0029;
    }

    @-webkit-keyframes rev-text {
      0% {
        left: 0;
        width: 0%;
      }
      50% {
        left: 0;
        width: 100%;
      }
      100% {
        left: 100%;
        width: 0%;
      }
    }

    @keyframes rev-text {
      0% {
        left: 0;
        width: 0%;
      }
      50% {
        left: 0;
        width: 100%;
      }
      100% {
        left: 100%;
        width: 0%;
      }
    }

    .reveal-text.active::after {
      -webkit-animation: rev-text 0.7s;
      animation: rev-text 0.7s;
    }

    .reveal-text.active span {
      transition-delay: 0.4s;
      opacity: 1;
    }
          
            
            
   /* hover pig  */

          
          
    .dalton_pig {

      transition: transform 0.3s ease;
    }

    
    .animate-image {
      animation: shake 0.5s ease-in-out;
    }

 

    .demos_btn-ver:hover {

    }


     
          
          
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

          
          
          
          
          
  .contenedor_dalton_imagen_ {



}


.contenedor_dalton_imagen_ img {
  height: auto!important;
  max-width: 100%;
}



@media (max-width: 460px) {
    .contenedor_dalton_imagen_ img {
        width: 100%;
        height: auto;
        object-fit: cover; 
    }
}

.shine_dalton_home {
  position: relative;
  overflow: hidden;
}
.shine_dalton_home::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine_dalton_home:hover::before, .shine_dalton_home:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


/* sucarsal select  */


#sucursal-select {
    transition: all 1s ease;
}

.animate-shake {
    animation: shake 0.5s ease-in-out;
    border: 2px solid #ff0000;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}


.no-results {
    text-align: center;
    font-size: 1.2em;
    color: #666;
    padding: 20px;
}



/* paginacion */


.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination button {
    padding: 8px 12px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.pagination button:hover {
    background: #f0f0f0;
}

.pagination button.active {
    background: #ff3232;
    color: #fff;
    border-color: #ff3232;
}

.pagination button:disabled {
    background: #e0e0e0;
    cursor: not-allowed;
}
        
          
          
  /* WhatsApp */
      
        
        
        
        .pulse i {
  position: relative;
  z-index: 20;
  top: -5px;
  font-size: 30px;
}
.pulse {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 60px !important;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  border-radius: 50px;
  text-align: center;
  transition-duration: 0.5s;
  animation: pulse-btn 1s infinite;
  z-index: 9000;
}

.pulse:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}
  
          
          
     
/*  tooltip WhatsApp  */
.tooltip::after {
  content: attr(data-tooltip); 
  position: absolute;
  background-color: var(--tooltip-bg-color, black); /* Default background color */
  color: var(--tooltip-text-color, white); /* Default text color */
  padding: var(--tooltip-padding, 5px 10px);
  border-radius: var(--tooltip-border-radius, 5px);
  font-size: var(--tooltip-font-size, 12px);
  white-space: nowrap; /* Prevent tooltip from breaking into multiple lines */
  visibility: hidden; /* Hide tooltip by default */
  opacity: 0; /* Make tooltip transparent */
  transition: var(--tooltip-transition, opacity 0.3s); 
  top: var(--tooltip-distance, 10px); 
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; 
}

/* Position the tooltip at the top */
.tooltip.top::after {
  top: auto;
  bottom: calc(100% + var(--tooltip-distance, 10px));
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::after {
  top: 50%;
  left: auto;
  right: calc(100% + var(--tooltip-distance, 10px));
  transform: translateY(-50%);
}

.tooltip.right::after {
  top: 50%;
  right: auto;
  left: calc(100% + var(--tooltip-distance, 10px));
  transform: translateY(-50%);
}

.tooltip.bottom::after {
  top: calc(100% + var(--tooltip-distance, 10px));
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip:hover::after {
  visibility: visible;
  opacity: 1;
}     
         
         
         
         
/* whats  */         
         
            .cadd {
            z-index: 9999;
            position: fixed;
            right: 30px;
            bottom: 140px;
            display: inline-block;
            background-color: #0a8ce1;
            text-align: center;
            border-radius: 50%;
            box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
        }

        .cadd a {
            color: #fff;
            width: 48px;
            height: 48px;
            line-height: 51px;
            vertical-align: middle;
            font-size: 25px;
            display: inline-block;
        }

        .force-bg-size-contain {
            background-size: contain !important;
        }

        .dialog-type-lightbox {
            -webkit-tap-highlight-color: transparent; /* transparent with keyword */
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* transparent with rgba */
            -webkit-tap-highlight-color: hsla(0, 0, 0, 0); /* transparent with hsla */
            -webkit-tap-highlight-color: #00000000; /* transparent with hex with alpha */
            -webkit-tap-highlight-color: #0000; /* transparent with short hex with alpha */
        }

        #whatsapp-widget {
            z-index: 9999;
            position: fixed;
            bottom: 90px;
            right: 40px;
            border-radius: 10px;
        }

        #whatsapp-button {
            text-decoration: none;
            background-color: #25d366;
            color: white;
            border: none;
            /*padding: 10px 20px;*/
            border-radius: 50%;
            cursor: pointer;
         /*   height: 48px;*/
            width: 48px;
            text-align: center;
            font-size: 30px;
            outline: none;
            transition: transform 0.3s ease;
            z-index: 9999;
            position: fixed;
            bottom: 85px;
            right: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 2px 2px 3px #999;
        }

        #whatsapp-button img {
            width: 55px;
            max-width: max-content !important;
        }

        #whatsapp-tabs ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        #whatsapp-button.active {
            transform: rotate(360deg);
        }

        .rotate360 {
            animation: rotate360 0.3s linear;
        }

        @keyframes rotate360 {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

        .bounce {
            animation: bounce 2s infinite;
        }

        @keyframes bounce {
            0%,
            25%,
            50%,
            75%,
            100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-20px);
            }
            60% {
                transform: translateY(-12px);
            }
        }

        #phone-button {
            position: fixed;
            width: 55px;
            height: 55px;
            bottom: 90px;
            right: 20px;
            background-color: #0a8ce1;
            color: #fff;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 9999;
            margin-bottom: 5px;
            top: unset;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #whatsapp-tabs {
            z-index: 9999;
            display: none;
            position: absolute;
            bottom: 15px;
            right: 40px;
            border-radius: 20px;
            width: 300px;
            transition: all 0.3s ease;
            -webkit-box-shadow: -5px -5px 14px 0px rgba(0, 0, 0, 0.45);
            -moz-box-shadow: -5px -5px 14px 0px rgba(0, 0, 0, 0.45);
            box-shadow: -5px -5px 14px 0px rgba(0, 0, 0, 0.45);
        }

        #whatsapp-tabs ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .tab {
            position: relative;
            cursor: pointer;
        }

        .tab a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-decoration: none;
            color: white;
        }


        .tab > a {
            font-size: 16px;
            font-family: "Poppins", "sans-serif;";
            color: #fff;
            padding: 10px;
            background-color: #116f48;
            transition: background-color 0.3s ease;
        }

        .tab a:hover{
            color:#fff;
        }

        .tab:first-child > a {
            justify-content: center !important;
        }

        .tab:not(:first-child):hover > a {
            background-color: #035632;
        }

        .chevron {
            font-size: 14px;
        }

        .sub-tabs {
            display: none;
            background-color: #fff;
            border-radius: 5px;
            width: 100%;
            margin-top: 10px;
            transition: all 0.3s ease;
        }

        .sub-tabs li a {
            margin: 0px;
            padding: 0px;
        }

        .sub-tabs li {
            padding: 10px;
            text-align: left;
            color: #000;
            background-color: #fff;
        }

        .sub-tabs li:last-child {
            border-bottom: none;
        }

        #whatsapp-button.active {
            transform: rotate(360deg);
        }

        .tab.active a {
            background-color: #25d366;
        }

        .tab.active .sub-tabs {
            display: block;
            animation: fadeIn 0.3s ease;
        }

        .tab:not(.active) .sub-tabs {
            display: none;
            animation: fadeOut 0.3s ease;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeOut {
            from {
                opacity: 1;
                transform: translateY(0);
            }
            to {
                opacity: 0;
                transform: translateY(-10px);
            }
        }

        @media (max-width: 375px) {
            #whatsapp-tabs {
                right: 0;
            }
        }

        @media (max-width: 325px) {
            #whatsapp-tabs {
                bottom: -10px;
                right: -30px;
            }
        }

        #vendedores {
            background-color: #fff;
            display: none;
            padding-top: 10px;
            height: 100px;
        }

        #vendedores p {
            margin-left: 15px;
            margin-bottom: 0;
            color: #000;
            font-family: "poppins";
        }

        .link_vendedor {
            color: #000 !important;
            background-color: #fff !important;
            vertical-align: top;
            position: absolute;
            margin-top: 10px;
            margin-left: 10px;
        }

        div#agencies-menu {
            background-color: #179B63;
        }

        li.li-subs {
            padding: 4px;
        }

        li.li-subs a {
            color: #fff;
        }

        .agenciamenu:not(.active) {
            display: none;
        }
        .agenciamenu {
            position: relative;
        }
        .agenciamenu .li-subs {
            position: relative;
        }

        .agenciamenu:after {
            content: "";
            position: absolute;
            left: 15px;
            width: 1px;
            height: 13px;
            bottom: 0;
            background-color: #179B63;
        }

        .agenciamenu:before {
            content: "";
            position: absolute;
            left: 15px;
            width: 1px;
            height: 100%;

        }

        .agenciamenu .li-subs:before {
            content: "";
            position: absolute;
            left: -5px;
            width: 7px;
            height: 1px;
         
            bottom: 49%;
        }
        .agenciamenu .li-subs > a:hover {
            text-decoration: underline;
        }      
          
          
          
         /* fuego cards dalton */        
          
   
.dalton_fuego {
  font-size: 30px;
  margin-left:10px;
  animation: fire 1500ms alternate infinite;
}

@keyframes fire {
  0% {
    filter: contrast(120%);
  }

  10% {
    filter: contrast(130%);
  }

  20% {
    filter: contrast(240%);
    text-shadow: 0 -3px 15px rgba(255, 193, 39, 0.4),
      0 4px 20px rgba(153, 153, 153, 0.2);
  }

  30% {
    filter: contrast(220%);
  }

  40% {
    filter: contrast(250%);
  }

  50% {
    filter: contrast(310%);
    text-shadow: 0 -2px 15px rgba(255, 193, 39, 0.4),
      0 7px 9px rgba(153, 153, 153, 0.2);
  }

  60% {
    filter: contrast(150%);
  }

  70% {
    filter: contrast(220%);
  }

  80% {
    filter: contrast(360%);
    text-shadow: 0 -5px 20px rgba(255, 193, 39, 0.4),
      0 7px 27px rgba(153, 153, 153, 0.2);
  }

  90% {
    filter: contrast(250%);
  }

  100% {
    filter: contrast(180%);
  }
}       
          
          
            
