a{
text-decoration: none;
}

a:hover{
text-decoration: none;
}



html{
box-sizing: border-box;
font-size:16px;
}

.header {
    position: relative;
    width:100%;
    overflow: hidden;
    padding-top:20px;
}

/*
=========================================================
Navigation Bar
=========================================================
*/

.nav{
    display: flex;
    justify-content: center;
    padding: 15px 15px 0;
    position: absolute;
    transform: all 0.3s;
    background: white;
    z-index: 9;
    top: 0;
    width: 100%;
}


.nav ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nav ul li{
    display: flex;
}

.nav ul li a{
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    color:#333;
    padding: 0.25rem 0;
    text-decoration: none;
    margin: 0 1.80rem;
    text-transform: uppercase;
}


.nav ul li.logo .black{
    display: none;
    }


.nav ul li.logo a{
    margin:0 4rem;
}

.nav-icon{
    position:absolute;
    top: 33px;
    right: 20px;
    padding: 5px;
    width: 40px;
    z-index:1;
    cursor: pointer;
}

.nav-icon span{
    background: #333;
    width:30px;
    height:1px;
    display: block;
    transition: 300ms linear all;
}

.nav-icon span:nth-child(1),
.nav-icon span:nth-child(3){
    width: 20px;
    margin: 0 auto;
}

.nav-icon span:nth-child(2){
    margin: 5px 0;
    width: 32px;    
}

.nav-icon:hover span:nth-child(1),
.nav-icon:hover span:nth-child(3){
    width:30px;
}

/*
=========================================================
FULL Navigation Bar
=========================================================
*/

.full-nav{
background: #f1c30f;
color: #18191d;
position: fixed;
left:0;
top:0;
height:100%;
width:100%;
padding: 3.75rem;
z-index: 99;
overflow-x:hidden;
visibility: hidden;
opacity: 0;
transform: translateY(-100px);
transition: all .4s ease-in-out;
}



.full-nav.open{
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: all .4s ease-in-out;
z-index: 99;
}

.full-nav .logo{
    display:flex;
    justify-content: center;
    padding: 4rem;
}

.nav2{
    display: flex;
    justify-content: center;
}


.nav2 ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 700px; 
}

.nav2 ul li{
    display: flex;
    flex: 50%;
    background-color: #f5f5f5;
    padding: 1rem;
    border-bottom: 10px solid #f1c30f;
    border-right: 10px solid #f1c30f;
    transition: all 0.5s;
}


.nav2 ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #18191d;
}

.nav2 ul li a span{
    color: #b9b9b9; 
    }

.nav2 ul li:hover{
    background-color: #ff1637;
}

.nav2 ul li:hover a,
.nav2 ul li:hover span{
    color: white;
}

.social-icons a{
    color: white;
    border: 2px solid white;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
    display: inherit;
    text-align: center;
    border-radius: 60px;
    transition: all ease 1s;
    margin-top: 40px;
}

.social-icons a:hover i{
    color: #000;
    margin-top: -10px;
    border-color: #000;
}

.social-icons a:hover{
    color: #000;
    margin-top: -10px;
    border-color: #000;
}

ul.social-icons.list-inline{
    text-align:center;
    margin-top: 22px;
}

.bx-wrapper .bx-controls-direction a{
    z-index:1 !important;
    top: 60% !important;
}

.list-inline > li{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.corner-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 0 0 0 120px;
    z-index: 2;
}

.nav-close{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.nav-close span{
    background: #18191d;
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    top: 14px;
}

.nav-close span:nth-child(1){
    transform: rotate(45deg)
}

.nav-close span:nth-child(2){
    transform: rotate(-45deg)
}

.nav.sticky{
    width:100%;
    position:fixed;
    background-color:white;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.35);
    animation-name: animationFade;
    animation-duration:1s;
    animation-fill-mode: both;
}

@keyframes animationFade{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%,0);
        transform: translate3d(0, -100%,0);
    }
    
    to{
        opacity: 1;
        transform: none;
        -webkit-transform:none;
        -o-transform:none;
    }
}


.nav.sticky a{
    color: #18191d;
}

.nav.sticky ul li.logo .white{
    display:none;
}

.nav.sticky ul li.logo .black{
    display:inline-block;
}

.nav.sticky .nav-icon span{
    background: #18191d;
}

/*
=========================================================
Banner iniziale
=========================================================
*/

video#herovideo{
    width:100%;
}

.bx-wrapper .social-icons a{
    color: white;
    border: 1px solid white;
    width:40px;
    height:40px;
    font-size: 20px;
    display: inherit;
    text-align: center;
    padding-top: 5px;
    transition: all ease 1s;
    background: #000;
    border-radius:0;

}

.bx-wrapper .social-icons a i{
    position:relative;
    bottom: 7px;
}


.vidContent{
    position:absolute;
    top:290px;
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
    text-align:left;
}

ul.bxslider{
    padding:0;
}


.vidContent h1{
    padding: 0 0 0 60px;
    font-family: 'Oswald', sans-serif;
    font-size: 5em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vidContent p{
    padding: 0 0 0 60px;
    font-family: 'Roboto', sans-serif;
    color:white;
}


#vidBtn{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 16px;
    padding:15px 40px;
    border:none;
    background: white;
    color:#000;
    cursor: pointer;
    margin-top: 18px;
    border-radius: 50px;
    animation: shadow-pulse 2s infinite;
    text-transform: uppercase;
    margin-left: 60px;
}

@keyframes shadow-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
    }
    100%{
        box-shadow: 0 0 0 20px rgba(0,0,0,0);
    }

}


#vidBtn:hover{
    background:#FBE11E;
    color: black;
    text-decoration: none;
 }

.social-icons a{
    color: #333 !important;
    border: 4px solid white;
    width: 50px;
    height: 50px;
    line-height:40px;
    font-size: 20px;
    display: inherit;
    text-align: center;
    border-radius:50px;
    transition: all ease 1s;
    margin-top:40px;
    background: white !important;
}


ul.social-icons.list-inline{
    text-align: center;
    margin-top:22px;
}

.list-inline>li{
    display:inline-block;
    padding-right:5px;
    padding-left: 5px;
}

.bx-wrapper{max-width:100% !important; border:none !important;} /*ponemos el ancho de nuestras imágenes por defecto está al 100% */

/*
=========================================================
ABOUT US - PARTNERS & COLLABORATIONS
=========================================================
*/

#about-us .carousel-indicators{
    position:static;
    padding-top:30px;
    visibility: hidden;
}

#about-us .carousel-indicators li{
    background-color: black;
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

.carousel-control-prev-icon{
    background-image: url(../img/arrow-left.svg);
    padding: 25px;

}


.carousel-control-next-icon{
    background-image: url(../img/arrow-right.svg);
    padding: 25px;

}


#about-us .carousel-control-next,
#about-us .carousel-control-prev
{
    width: auto;
}

#about-us .carousel-control-next
{
    right: -40px;
}

#about-us .carousel-control-prev
{
    left: -40px;
}


#about-us h3{
    font-family:'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    color: #6c757d !important;
}


p.lead{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #f7cc4b !important;
    font-weight: bold;
}


h4.text-dark{
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
}

p.text-secondary{
    font-family: 'Roboto', sans-serif;
    color: darkgray;
}


#contents{
    margin-top: -450px;
}

/*
=========================================================
EVENTS
=========================================================
*/

.pt-5 {
    padding-bottom: 3rem !important;
    padding-top: 0 !important;
}

.col-lg-4.col-md-6.mb-lg-0.mb-5 {
    margin-top: 50px;
}

#explore-food{
    margin-bottom:100px;
}

.explore-food-wrapper {
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
}

#explore-food h2{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    color: #6c757d !important;
    margin-top: 80px;
}

#explore-food .card{
    border:none;
    background-color: transparent;
    border-radius: 0.9rem;
}

#explore-food .card img{
    border-radius: 0.9rem;
    object-fit:cover;
}

#explore-food .card span{
    display:block;
    font-size: 1.5rem;
    font-weight: 700;
    color:var(--primary-color);
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #eee;
    margin-left: 5px;
}

#explore-food .card span del{
    color:var(--text-gray);
    margin-left:0.5rem;
}

button.mt-4.main-btn{
    
  background-color: #fff; /* Yellow */
  border: 3px solid #f7cc4b;
  color: #000;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 !important;
  transition-duration: 0.4s;
  cursor: pointer;
    
}

button.mt-4.main-btn:hover{
  background-color: #f7cc4b; /* Green */
  border: none;
  color: #000;
  transition-duration: 0.4s;
}


/*
=========================================================
OUR ACTIVITIES
=========================================================
*/

#work h3{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size:36px;
    font-weight: 600;
    color: #6c757d !important;
    text-align: center;
}

.row.no-gutters [class*=col-]{
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

.img-wrapper{
    overflow:hidden;
}

.img-wrapper img{
    transition: transform .5s ease;
}

.img-wrapper img:hover{
    transform: scale(1.5);
    cursor: zoom-in;
}

img{
    width:100%;
    height:auto;
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
}

.row{
    width:100% !important;
}

/*
=========================================================
SLIDER - ACTIVITIES
=========================================================
*/

#activities{
    margin: 50px 0 0 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
    min-height: 50vh;
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-image: url(../work/9.jpg);
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    
    
}

#activities h3{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size:36px;
    font-weight: 600;
    color: #6c757d;
    text-align: center;
    margin-top:50px;
}

.wrapper-description{
    text-align: center;
    padding: 0 0 0 60px;
    font-family: 'outfit', sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
    
}

/* start - slider */

.wrapper{
    position: relative;
    max-width:940px;
    width:100%; 
    
}
/*
.arrow{
    position:absolute;
    top:75%;
    transform: translateY(-50%);
    width:32px;
    height:56px;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    font-size: 20px;
    cursor:pointer;
    border: none;
    outline:none; 
}

.arrow:hover{
    background-color: rgba(0,0,0, .7);
    
}

.arrow.prev{
    left:0;
}

.arrow.next{
    right:0;
}
.card-wrapper{
    display:grid;
    grid-auto-flow: column;
    grid-auto-columns: 280px;
    overflow-x: auto;
    padding:24px;
    grid-gap:1rem;
    cursor: grab;
    scroll-snap-type: x;
    scroll-padding-inline:24px;
    scroll-behavior: smooth;
    scrollbar-width:none;
    
}


.card-wrapper::-webkit-scrollbar, 
.card-wrapper.grab{
    cursor: grabbing;
    user-select: none;
    scroll-snap-type: none;
    scroll-behavior: auto;
}*/

.bx-wrapper
{
    background-color: transparent !important;
}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.grab
{
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.grabbing
{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.card-item {
    scroll-snap-align: start;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 8px 8px 24px rgba(0,0,0,0.1);
}

.card-item img{
    width:100%;
    height:200px;
    object-fit: cover;
}

.card-info{
    padding:15px;
    background-color: #fff;
}

.card-title{
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    color:#222;
}

.card-title:hover{
    color: #f7cc4b;
}

.card-description{
    color: #888;
}


/* end - slider */

/*
=========================================================
TEAM
=========================================================
*/

img.img-team {
    height:300px;
}

.link-team{
    margin-top:0 !important;
}

#activities.leaders{
    background-image: url(../work/14.jpg);
}

.leaders .wrapper-description{
    color:#fff;
}

.leaders h3{
    color:#fff !important; 
}
/*
=========================================================
END TEAM
=========================================================
*/


/*
=========================================================
FOOTER
=========================================================
*/
#footer{
  padding: 50px 0 10px;
  background: #efefef;
  position:relative;
}

#footer h2 {
    font-family: 'Oswald', sans-serif;
}

#footer h1 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    font-weight: bold;
}

.footer-row{
  width:80%;
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-left,.footer-right{
  flex-basis: 45%;
  padding:10px;
  margin-bottom:20px;
}
.footer-right{
  text-align: right;
}
.footer-row h2{
  margin:10px 0;
}
.footer-row p{
  line-height:35px;
}
.footer-left .fa,.footer-right .fa{
  font-size: 20px;
  color: #FFD400;
}
.footer-right .fa{
  margin-left: 15px;
}

.footer-img{
  max-width:200px;
  opacity:0.5;
  position:absolute;
  left:50%;
  top:30%;
  transform: translate(-50%,-50%);
}
.social-links{
  text-align: center;
}
.social-links .fa{
  height:40px;
  width:40px;
  font-size: 20px;
  line-height:40px;
  border:1px solid #000;
  margin:40px 5px 0;
  color: #000;
}
.social-links .fa:hover{
  background:#FFD400;
  border:1px solid #FFD400;
  color:#fff;
  transform: translateY(-7px);
}
.social-links p{
  font-size:12px;
  margin-top: 20px;
}


@media screen and (max-width: 770px){
  .footer-left,.footer-right{
    flex-basis:100%;
    font-size:14px;
  }
  .footer-img{
    top:25%;
  }

}

@media screen and (max-width: 1025px) {
    li.nologo {display: none !important;} /* menu */
    
    .vidContent h1{ 
        font-size: 3rem;
    }
    .vidContent {
        top:210px;
    }
    
}

@media screen and (max-width: 575px){
    .arrow{
        display:none;
    }
    
    .card-wrapper{
        margin-left: -16px;
        width:100vw;
    }
}


