html,
:root {
    scroll-behavior: smooth !important;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Akatab', sans-serif;
    color: #333;
  
  

}



#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    
    top: 0;
 
    z-index: 1;
    opacity: .5;
}

body{
    background-color: #333;
    z-index: 2;
}
.carousel-item img {
    border-radius: 16px;
    box-shadow: 3px 10px 29px 0px rgba(0, 0, 0, 0.75) inset;
    -webkit-box-shadow: 3px 10px 29px 0px rgba(0, 0, 0, 0.75) inset;
    -moz-box-shadow: 3px 10px 29px 0px rgba(0, 0, 0, 0.75) inset;
}

.btn-success {
    background-color: #74b843;
    background: rgb(255, 230, 179);
    background: linear-gradient(153deg, #74b843 31%, #4c911b 70%);
    border: 0;
}

.btn-success:hover {
    background-color: #74b843;
}

p {
    font-size: 24px;
    padding: 2em;
    letter-spacing: -.04em;
    background-color: #ffffff;
    border-radius: 4px;
    display: block;
    box-shadow: 1px 50px 0px -35px rgba(117, 184, 68, 1) inset;
    -webkit-box-shadow: 1px 50px 0px -35px rgba(117, 184, 68, 1) inset;
    -moz-box-shadow: 1px 50px 0px -35px rgba(117, 184, 68, 1) inset;

    
}

p b {
    color: #74b843;
}


.transp {
    mix-blend-mode: multiply;
}


header {
    opacity: .9;
    box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    position: fixed;
    top: 30px;
    left: 0px;
    z-index: 99;
    backdrop-filter: blur(10px) !important;
    background-color: #4fbe0083;

}

h1 {
    font-family: 'Slabo 27px', serif;
    font-size: 2.6em;
    color: #fff;
    text-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    -webkit-text-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    -moz-text-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
}

h1 b,
h2,
h3,
h4 {
    font-family: 'Slabo 27px', serif;
    color: #ffffff;
    text-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.98);
    -webkit-text-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.98);
    -moz-text-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.98);
}







ul li {
    list-style: none !important;
}

header li a {
    padding-left: 8px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

header li a:hover {


    transition: .5s;
    font-weight: bolder;
    display: inline-block;
}




footer {
    background-color: #74b843;
}


.eapps-instagram-feed-title {
    display: none !important;
}

.fondoverde {
    margin: auto;

    background-color: rgb(117, 184, 68);
    border-radius: 8px;
    box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    text-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);

    background: rgb(255, 230, 179);
    background: linear-gradient(0deg, #74b843 31%, #4c911b 70%);
}

.form-control {
    box-shadow: 10px -1px 0px -2px rgba(117, 184, 68, 0.75) inset;
    -webkit-box-shadow: 10px -1px 0px -2px rgba(117, 184, 68, 0.75) inset;
    -moz-box-shadow: 10px -1px 0px -2px rgba(117, 184, 68, 0.75) inset;
}
 .anim1 {
    -webkit-animation: bounce 5s infinite;
    -moz-animation: bounce 5s infinite;
    -o-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
    z-index: -99;
}

@keyframes bounce {
    0% {
        transform: translateY(0%);

    }

    50% {
        transform: translateY(15%);

    }
}

.anim2 {
    -webkit-animation: bounce 5s infinite;
    -moz-animation: bounce 5s infinite;
    -o-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
    z-index: -99;

}

@keyframes bounce2 {
    0% {
        transform: translateY(15%);
    }

    50% {
        transform: translateY(0%);
    }
} 


.textogde b {
    letter-spacing: -2px;
    font-size: 1.9em;
    color: #fff !important;
    opacity: .8;
}

.bot-wats {

    position: fixed;
    width: 74px;
    height: 7px;
    top: 91%;
    right: 4px;
    z-index: 100;
    

  
  
    bottom: 6%;
    cursor: pointer;

    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}


@media screen and (max-width: 726px) {


    p {
        font-size: 1.3em;
    }

    header {
        background-color: #74b843;
        top: 0px;
        left: 1.5%;
    }

    h1 {
        font-size: 2em;
        font-weight: bold;
    }

    .bot-wats {
        position: fixed;
        width: 64px;
        height: 64px;
        bottom: 30px;
        z-index: 100;

    }

    .contact_form {
        width: 100%;

    }


    .contact_form input {
        width: 100%;

    }


    .contact_form textarea {
        width: 100%;
    }


    .contact_form button {

        width: 100%;
    }

    .slider {
        display: none;
    }


    .textogde b {
        letter-spacing: -2px;
        font-size: 24px;
        color: #fff !important;
        opacity: .8;
    }

    .italica {

        font-size: 16px;

    }


}

.contactenos {
    text-decoration: none;
    padding: 16px;
    font-size: 1.1em;
    background-color: #74b843;
    border-color: #74b843;
    color: #fff;
    border-radius: 10px;


}


@media (prefers-reduced-motion: reduce) {

    /* BackToTop button css */
    #scroll {
        position: fixed;
        left: 8px;
        bottom: 5%;
        cursor: pointer;
        width: 36px;
        height: 36px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px
    }

}


/*  scroll arriba */

/* BackToTop button css */
#scroll {
    position: fixed;
    right: 2%;
    bottom: 5%;
    cursor: pointer;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
}





.contenedor {
    overflow: hidden;
}

.slider {
   
    white-space: nowrap;
}

.logos { 
    animation: slidein 30s linear infinite;
    width: 100%;
    display: inline-block;
    margin: 0px 0;}
    .logos img{
        padding: 16px;
        border-radius: 8px;
    }

.fab {
    width: calc(100% / 13);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}





@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}








input,
textarea,
button {
    box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.38);
}

.italica {

    font-size: 3em;
    font-weight: bolder;
    color: #75b844;
    opacity: .5;
}



.crt-logo .crt-tag {
    display: none;
}