  /* TIPOGRAFIAS */
  @font-face {
    font-family: 'Futura';
    src: url('/assets/fonts/FuturaLT.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Futura-light';
    src: url('/assets/fonts/FuturaLT.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

.Futura{
    font-family: 'Futura', sans-serif;
}

.Futura-light{
    font-family: 'Futura-light', sans-serif;
}

  /* IMAGENES GENERALES */
.banner-d {
    display: block;
    width: 100%;
    height: auto;
  }

.tree{
    width: 70%;
}

.phone{
    width: 50%;
    height: auto;
}

  /* ALIENACION */
.flex-end{
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    word-wrap: break-word;  
    overflow-wrap: break-word; 
    white-space: normal; 
}

.flex-end3{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.flex-start{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.grid-end{
    display: grid;
    justify-items: end;
}

.w-80{
    width: 90%;
}

  /* PADDING */
.pad1{
    padding: 20px;
}

.pad2{
    padding: 10px;
}


  /* MARGIN */
.m-top1{
    margin-top: 1.5rem;
}

.m-top2{
    margin-top: 0.9rem;
}

.m-top3{
    margin-top: 3rem;
}

.m-top4{
    margin-top: 0.5rem;
}
.margin-1{
    margin: 3rem;
}

.margin-2{
    margin: 3rem;
}
  /* COLORES DE LETRA */
.text-pink {
    color: #FF3375;
}

.text-blue {
    color: #003375;
}

.text-white {
    color: #fff;
}

  /* GROSOR DE LETRA */
.bolder {
    font-weight: 900;
}

.bold {
    font-weight: bold;
}

.thin{
    font-weight: 300;
}

  /* TAMAÑO DE LETRA */
.fsize1 {
    font-size: xx-large;
}

.fsize2 {
    font-size: x-large;
}

.fsize3 {
    font-size: large;
}

.fsize4 {
    font-size: medium;
}

.fsize5 {
    font-size: small;
}

.fsize6 {
    font-size: smaller;
}

.fsize7 {
    font-size: smaller;
}

  /* CAJAS DE TEXTO  */
.pink-box{
    background-color: #FF3375;
    padding: 10px 0px 10px 0px;
    border-radius: 15px;
}

.blue-box{
    background-color: #003375;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}


  /* BOTONES  */
.btn-pink {
    background-color: #FF3375;
    border: 2px solid transparent;
    border-radius: 25px;
    padding: 7px; 
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-pink:hover {
    background-color: #fff;
    border: 2px solid #FF3375;
    border-radius: 25px;
    color: #FF3375;
    font-weight: bolder;
}

.btn-pink2 {
    background-color: #FF3375;
    border: 2px solid transparent;
    border-radius: 25px;
    min-width: 200px; 
    height: 50px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-pink2:hover {
    background-color: #fff;
    border: 2px solid #FF3375;
    border-radius: 25px;
    color: #FF3375;
}

.btn-pink2 .icon-hover {
    display: none;
}

.btn-pink2:hover .icon-default {
    display: none;
}

.btn-pink2:hover .icon-hover {
    display: inline;
}

.btn-blue {
    background-color: #003375;
    border: 2px solid transparent;
    border-radius: 25px;
    padding: 7px; 
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-blue:hover {
    background-color: #fff;
    border: 2px solid #003375;
    border-radius: 25px;
    color: #003375;
    font-weight: bolder;
}

  /* SECCION HUELLITAS */
.bg-blue{
    background-color: #022859;
    padding: 2rem;

}
.card-img1{
    width: 80%;
    height: auto;
}

.card-custome1{
    position: relative;
    background-color: transparent;
    border-color: transparent;
}

.card-custome2{
    position: relative;
    background-color: #fff;
    border-color: transparent;
    border-radius: 0%;
    min-width: 400px;
    max-width: 450px;
    min-height: 300px;
    max-height: 600px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.card-icon {
    position: absolute;
    width: 15%;
    top: 10px;  
    left: 10px; 
    z-index: 2; 
  }

  .text-overlay {
    position: absolute;  
    top: 86px;
    left: 86px;
    width: 65%;
    height: 100%;
    z-index: 2; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }

  .text-overlay2 {
    position: absolute;  
    top: 113px;
    left: 86px;
    width: 65%;
    height: 100%;
    z-index: 2; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
  }

  .circle{
    width: 30%;
  }

  /* SECCION ARBOLITO <3 */
.card-custome3{
    padding: 2rem;
    background-color: #fff;
    border-radius: 0%;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    min-width: 530px;
}

.tree {
    content: url('/assets/img/arbol-azul.svg');
    transition: 0.3s ease-in-out;
}

.tree:hover {
    content: url('/assets/img/arbol-rosa.svg');
}

 /* FOOTER */
 .footer{
    background-color: #003366;
    padding: 6rem;
 }
 .footer-2{
    background-color: #14416f;
    padding: 2rem 3rem 2rem 3rem;
 }

 /* CAROUSEL */

 .carousel-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
    }

    .img-center {
        width: 50%;
        transition: transform 0.5s ease-in-out;
    }

    .img-side {
        width: 25%;
        opacity: 0.6;
        transition: transform 0.5s ease-in-out;
    }


/* VIDEOS */
.blue-box-videos {
    background-color: #003375;
    padding: 7px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 20px;
}


.blue-box-videos:hover {
    background-color: #FF3375;
}

.row {
    display: flex;
    justify-content: center;
}

.col-lg-6, .col-md-6, .col-sm-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-videos img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.margin-for-videos {
    margin-bottom: 15px;
    margin-top: 20px;
}

.video-wrapper {
    position: relative;
    width: 590px;
    height: 360px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    pointer-events: none; 
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 73px; 
    max-height: 73px;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 10;
    object-fit: contain;
}

/* FORMULARIO */

    .form-box {
        border-radius: 20px;
        background: white;
        padding: 40px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .form-box2 {
        border-radius: 20px;
        background: white;
        padding: 40px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        min-width: 830px;
    }

    .input-custom {
        background-color: #f7f7f7;
        border: none;
        border-radius: 10px;
        padding: 15px;
        font-size: 16px;
        width: 100%;
        padding-right: 40px;
    }

    .input-custom:focus {
        box-shadow: none;
        outline: none;
    }

    .btn-container {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        font-size: 29px;
        border-radius: 2px;
    }

    .position-relative {
        position: relative;
    }

    .input-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }

    .btn-icon {
        width: 26px;
        height: 26px;
        margin-left: 5px;
        filter: invert(1); 
    }

    .btn-pink:hover .btn-icon {
        filter: invert(35%) sepia(94%) saturate(740%) hue-rotate(-15deg) brightness(99%) contrast(105%);
    }

    .flex-end2{
        display: flex;
        justify-content: center;
        
    }

/* COMENTARIOS */
.barras{
    width: 70%;
    height: auto;
}

.card-custome4{
    border-radius: 20px;
    background: white;
    padding: 80px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.mascotas{
    z-index: 3;
    height: auto;
    margin-bottom: -2.25rem;
}

.btn-w{
    width: 23%;
    height: auto;
}

/* Texto footer */

.footer-text-light {
    font-weight: 300 !important;
    color: #cccccc !important;
}


body {
    overflow-x: hidden;
}

img, iframe {
    max-width: 100%;
    height: auto;
}

/* Ajustes espec?ficos */

.imagen-mujer-perro {
	max-width: 230px;
}

.imagen-gato {
	max-width: 450px; 
	margin-left: -50px;
}

.imagen-puntos-arbol1 {
	
}

.imagen-puntos-arbol2 {

}

.tarjetas-segunda-seccion {
	gap: 280px;
}

.imagen-mancha-rosa {
	position: absolute;
    margin-left: -22px;
    margin-top: -35px;
    min-width: 700px;
    max-width: 9000px;
    z-index: -1;
}

.imagen-mancha-azul {
	position: absolute; 
	z-index: -1;
	margin-left: 2px;
    margin-top: -5px;
    min-width: 700px;
    max-width: 9000px;
}

.custom-flex-container {
    flex-direction: row-reverse;
    width: 100%;
}

.imagen-mancha-rosa2 {
	position: absolute;
    z-index: -1;
	margin-left: 102px;
    margin-top: 80px;
    min-width: 300px;
    max-width: 432px;
}

.imagen-mancha-azul2 {
	position: absolute; 
	z-index: -1;
	margin-top: -117px;
    margin-left: 725px;
    max-width: 500px;
    min-width: 100px;
}

.circulo-azul {
	position: absolute;
    z-index: -1;
	margin-left: 1053px;
    margin-top: 95px;
    min-width: 300px;
    max-width: 432px;
}

.logo-bbf {
	max-height: 300px;
	margin-left: 320px; 
}

.logo-jgl {
	max-height: 385px;
	margin-left: 40px; 
}

.tarjeta-reto {

}

.seccion-sucursales {
    margin-top: 3rem;
}

.contenedor-sucursales {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
}


.columna-sucursal {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 992px) {
    .columna-sucursal {
        flex: 1 1 45%;
    }
}

.tarjeta-vertical-gris {
    background-color: #f8f9fa;
    border-radius: 16px;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	margin-bottom: 20px;
}

.tarjeta-horizontal-azul {
    background-color: #003366;
    color: white;
    border-radius: 30px;
    height: 328px;
    padding: 1.5rem;
}

.marco-sucursal {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imagen-mural {
    z-index: 1;
    max-height: 80%;
    max-width: 80%;
	margin-top: 70px;
}

.mapa {
	margin-left: 0;
    height: 280px;
    width: 438px;
}

.mapa2 {
	margin-left: 0;
    height: 280px;
    width: 438px;
}