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

:root {
    --color-body: #939393;
    --color-heading: #ffffff;
    --color-base: #333333;
    --color-base2: #222222;
    --color-brand: #0ca940;
    --color-brand2: #0dce4d;
    --color-brand-sf: #0dce4d00;

    --sidbar-width: 240px;
    --font-base: "Bai Jamjuree";

    /*Paleta de Colores
    Opción 1: b6cbce eef3db 153B44 071C21 deff58 C6DE41;
    Opción 2: b6cbce eef3db 153B44 071C21 fdff00 cacc00;
    Opción 3: adadad ffffff 2a0d63 100028 00bfe7 006980;
    */

}

body {
    background-color: var(--color-base2);
    color: var(--color-body);
    font-family: var(--font-base), sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color: var(--color-heading);
    font-weight: 700;
}

a {
    text-decoration: none;
    color: var(--color-body);
    transition: all 0.4s ease;
}

a:hover {
    color: var(--color-brand2);
}

.alink {
    color: var(--color-brand2);
}

.fondo {        
        background: linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0)), url(../images/pngwing6.webp);
        background-size: cover;
        
    }

@media (min-width: 992px) and (max-width: 2500px){
.fondo2 {        
        background: linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0)), url(../images/pngwing7.webp);
        background-size: cover;
        
    }
}

.fondo4 {        
        background: linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0)), url(../images/pngwing8.webp);
        background-size: cover;
        
    }



.fondo3 {        
        background: linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0)), url(../images/pngwing10.png);
        background-size: cover;
        
    }

.img-perfil {
    width: 40%;
}

@media (max-width: 575.9px){
    .img-perfil {
    width: 35%;
    }
    .navbar-brand img {
        border: 6px solid var(--color-brand);
    }
    .fondo-movil {        
        background: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9)), url(../images/sidebar-img2.webp);
        background-size: cover;
        
    }

}

@media (max-width: 767.9px){
    .img-perfil {
    width: 40%;
    }
    .navbar-brand img {
        border: 6px solid var(--color-brand);
    }
    .fondo-movil {        
        background: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9)), url(../images/sidebar-img2.webp);
        background-size: cover;
        background-position: center;
        
    }
}

@media (max-width: 991.9px){
    .img-perfil {
    width: 40%;
    }
    .navbar-brand img {
        border: 6px solid var(--color-brand);
    }
    .fondo-movil {        
        background: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9)), url(../images/sidebar-img2.webp);
        background-size: cover;
        background-position: center;
        
    }


}


img {
    width: 100%;
}

.text-brand {
    color: var(--color-brand);
}

.bg-base {
    background-color: var(--color-base);
}

.full-height {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 2px solid rgba(255,255,255, 0.1);
}

.shadow-effect {
    transition: all 0.5s;
}

.shadow-effect:hover {
    box-shadow: -6px 6px 0 0 var(--color-brand);
}

.iconbox {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background-color: var(--color-brand);
    color: var(--color-base);
}

/* NAVBAR */

.logo-navbar {
        width: 50px;
}

.navbar {
    background-color: var(--color-base);
}

.navbar .nav-link {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.navbar .nav-link:hover {
    color: var(--color-brand);
}

.navbar .nav-link.active {
    color: var(--color-brand);
}

@media (min-width: 992px) {
    .navbar {
        min-height: 100vh;
        width: var(--sidbar-width);
        background: linear-gradient(rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7)), url(../images/sidebar-img2.webp);
        background-size: cover;
        background-position: center;
    }

    .navbar-brand img {
        border: 6px solid var(--color-brand);
    }



    /* CONTENT WRAPPER */
    #content-wrapper {
        padding-left: var(--sidbar-width);
    }

    

}

/* BTN */
.btn {
    padding: 12px 28px;
    font-weight: 700;
}

.btn-brand {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
    color: var(--color-base);
}

.btn-text { color: #fff; }
.btn-text:hover { color: #fff; }

.btn-brand:hover,
.btn-brand:focus {
    background-color: var(--color-brand2);
    color: #fff;
    border-color: var(--color-brand2);
}

.btn-outline-brand {
    background-color: var(--color-brand-sf);
    border-color: var(--color-brand);
    color: var(--color-heading);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
    background-color: var(--color-brand);
    color: #fff;
    border-color: var(--color-brand);
}


.btn-brand:active {
    background-color: var(--color-brand);
    color: #fff;
    border-color: var(--color-brand);
}


.link-custom {
    font-weight: 700;
    position: relative;
}

.link-custom::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--color-brand);
    position: absolute;
    left: 0;
    top: 110%;
    transition: all 0.4s;
}

.link-custom:hover::after {
    width: 100%;
}

/* CARD */
.card-custom .card-custom-image {
    overflow: hidden;
}

.card-custom .card-custom-image img {
    transition: all 0.4s ease;
}

.card-custom:hover .card-custom-image img {
    transform: scale(1.1);
}

/* CONTACT */
#contact .form-control {
    background-color: var(--color-base);
    border-color: var(--color-base);
    color: var(--color-body);
}

#contact .form-control:focus {
    border-color: var(--color-brand);
    box-shadow: none;
}

#contact .form-control::placeholder {
    color: var(--color-body);
}

#contact input.form-control {
    height: 44px;
}

/* SOCIAL ICONS */
.social-icons {

}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-base);
    border-radius: 100px;
    font-size: 24px;
}

/* REVIEWS */


@media (max-width: 768px) {
  .ocultar-icons {
    display: none;
  }
}

.img-reviews {
    width: 20%;
}

/* Botón de Whatsapp */

.float{
    position:fixed;
    width:50px;
    height:50px;
    bottom:20px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
    text-decoration: none;
    color: #25d366;
  background-color:#fff;
}

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

.float1{
    position:fixed;
    width:50px;
    height:50px;
    bottom:20px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float1:hover {
    text-decoration: none;
    color: #25d366;
  background-color:#fff;
}

.my-float1{
    margin-top: 11px;
}

/*Scroll Infinito Banderas*/

.wrapper-bandera {
    
    /*width: 90%;
    max-width: 1536px;*/
    margin-top: 1rem;
    margin-inline: auto;
    position: relative;
    min-height: 100px;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)

    );
}

@keyframes scrollleft {
    to {
        left: -200px;
    }
}

.bandera {
    width: 100px;
    height: 50px;
    background-color: none;
    border-radius: 0px;
    position: absolute;
    left:  max(calc(100px * 10), 100%);
    animation-name: scrollleft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-right: 10px;
}
    
.bandera1 {
    animation-delay: calc(30s / 10 * (10 - 1) * -1);
    
}

.miimg {
    object-fit: cover;
}

.bandera2 {
    animation-delay: calc(30s / 10 * (10 - 2) * -1);
}

.bandera3 {
    animation-delay: calc(30s / 10 * (10 - 3) * -1);
}

.bandera4 {
    animation-delay: calc(30s / 10 * (10 - 4) * -1);
}
.bandera5 {
    animation-delay: calc(30s / 10 * (10 - 5) * -1);
}

.bandera6 {
    animation-delay: calc(30s / 10 * (10 - 6) * -1);
}

.bandera7 {
    animation-delay: calc(30s / 10 * (10 - 7) * -1);
}

.bandera8 {
    animation-delay: calc(30s / 10 * (10 - 8) * -1);
}

.bandera9 {
    animation-delay: calc(30s / 10 * (10 - 9) * -1);
}

.bandera10 {
    animation-delay: calc(30s / 10 * (10 - 10) * -1);
}

/*Scroll Infinito Palabras*/

.wrapper-cinta {
    width: 100%;
    /*width: 90%;
    max-width: 1536px;*/
    margin-top: 0rem;
    margin-inline: auto;
    position: relative;
    white-space: nowrap;
    min-height: 15px;
    overflow: hidden;
    display: flex;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)

    );
}

@keyframes scrollLeftFull {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.contenedor-palabras {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 5rem; /* Espacio entre palabras */
    animation: scrollLeftFull 15s linear infinite;
    padding-left: 5rem;
}

.cinta {
    /* Quitamos el ancho fijo y el posicionamiento absoluto */
    width: auto; 
    white-space: nowrap;
    display: inline-block;
    flex-shrink: 0;
}

.cinta1 {
    animation-delay: calc(15s / 7 * (7 - 1) * -1);
}

.cinta2 {
    animation-delay: calc(15s / 7 * (7 - 2) * -1);
}

.cinta3 {
    animation-delay: calc(15s / 7 * (7 - 3) * -1);
}

.cinta4 {
    animation-delay: calc(15s / 7 * (7 - 4) * -1);
}

.cinta5 {
    animation-delay: calc(15s / 7 * (7 - 5) * -1);
}

.cinta6 {
    animation-delay: calc(15s / 7 * (7 - 6) * -1);
}

.cinta7 {
    animation-delay: calc(15s / 7 * (7 - 7) * -1);
}


/*Scroll Infinito Logos*/

.wrapper-logos {
    
    /*width: 90%;
    max-width: 1536px;*/
    margin-top: 1rem;
    margin-inline: auto;
    position: relative;
    min-height: 100px;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)

    );
}

@keyframes scrollleft {
    to {
        left: -200px;
    }
}

.logos {
    width: 100px;
    height: 50px;
    background-color: none;
    border-radius: 0px;
    position: absolute;
    left:  max(calc(100px * 12), 100%);
    animation-name: scrollleft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-right: 10px;
}
    
.logo1 {
    animation-delay: calc(30s / 12 * (12 - 1) * -1);
    
}

.miimg2 {
    object-fit: contain;
}

.logo2 {
    animation-delay: calc(30s / 12 * (12 - 2) * -1);
}

.logo3 {
    animation-delay: calc(30s / 12 * (12 - 3) * -1);
}

.logo4 {
    animation-delay: calc(30s / 12 * (12 - 4) * -1);
}
.logo5 {
    animation-delay: calc(30s / 12 * (12 - 5) * -1);
}

.logo6 {
    animation-delay: calc(30s / 12 * (12 - 6) * -1);
}

.logo7 {
    animation-delay: calc(30s / 12 * (12 - 7) * -1);
}

.logo8 {
    animation-delay: calc(30s / 12 * (12 - 8) * -1);
}

.logo9 {
    animation-delay: calc(30s / 12 * (12 - 9) * -1);
}

.logo10 {
    animation-delay: calc(30s / 12 * (12 - 10) * -1);
}
.logo11 {
    animation-delay: calc(30s / 12 * (12 - 11) * -1);
}
.logo12 {
    animation-delay: calc(30s / 12 * (12 - 12) * -1);
}
