/* web colors*/
/* MENU----------- */
nav {
  background-color: transparent;
  width: 100%;
  height: rem;
  z-index: 500; }
  nav a {
    font-weight: bold; }
  nav ul {
    font-size: 12px;
    align-items: center; }
  nav ul li {
    float: left;
    list-style: none;
    position: relative;
    color: #0073f7; }
  nav ul li a {
    display: block;
    padding: 0.5rem 0.5rem;
    line-height: 0.5rem;
    text-decoration: none;
    color: #070707; }
  nav ul li a:hover {
    background-color: #8e732e; }
  nav ul li ul {
    display: none;
    position: absolute;
    border: none;
    background-color: #ffffff;
    box-shadow: 0px 10px 27px #171717; }
  nav ul li:hover ul {
    display: block;
    background-color: #ffffff; }
  nav ul li ul li {
    width: 100%;
    overflow: hidden; }
  nav ul li ul li a {
    padding: 0.5rem 0.5rem;
    line-height: unset;
    white-space: nowrap;
    font-family: 'Lora', serif; }
  nav ul li ul li a:hover {
    background-color: #ffffff;
    color: #ffffff; }

.dropdown-item {
  color: #242424;
  background-color: white;
  z-index: 600; }

.dropdown-menu {
  color: white; }

nav ul li:hover ul {
  background-color: white;
  color: white, !important; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #8e732e;
  z-index: 600; }

a:hover {
  color: #ffffff !important; }

.bg-custom-yellow {
  background-color: rgba(197, 229, 224, 0.877) !important;
  position: relative; }

#logo-2 {
  width: 143px;
  height: 92px; }

.leng-menu {
  display: flex;
  justify-content: center;
  align-items: center; }
  .leng-menu img {
    margin: 4px;
    width: 25px; }
  .leng-menu p {
    margin: 4px;
    color: black;
    font-family: 'Lora', serif;
    font-size: 14px; }
  .leng-menu img:hover {
    box-shadow: 0 0 1px #0e0e0e, 0 0 1px #222222, 0 0 10px #292929; }

a:is(:link, :active, :visited).active2 {
  background-color: #8e732e;
  color: white !important; }

/* Footer ----------------------*/
/* footer CYPYRIGHT */
.footer {
  background-color: #8e732e60;
  font-size: 10px;
  color: #9e9e9e; }

.foot {
  margin: 0 auto;
  width: 1200px;
  height: 70px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

a {
  margin-right: 5px; }

h3 {
  color: black; }

.foot-right {
  width: 10%; }
  .foot-right img {
    width: 60px;
    float: right; }

.foot-txt {
  height: 40%; }
  .foot-txt p {
    color: black;
    font-family: 'Lora', serif, bold;
    font-size: 12px; }

.social {
  padding-right: 35vh; }
  .social i {
    font-size: 30px;
    color: #333333; }
  .social a :hover {
    color: #B6DCD8; }

/* main----------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 0.2rem; }

hr {
  background-color: #8e732e;
  border: 5px solid #8e732e;
  justify-content: flex-end;
  border-style: none;
  padding: 0 !important;
  margin: 0 !important; }

iframe {
  width: 100;
  border-style: none; }

body {
  background: #b6a064;
  background: linear-gradient(14deg, #b6a064 0%, #c5e5e0 39%);
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  font-size: 16px;
  font-family: sans-serif; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

main {
  margin-top: -20px;
  margin: 0 auto;
  height: auto; }

.container {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  height: auto; }

/* MAIN-CONT----------- */
.main {
  width: 1200px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }

.udc {
  margin-top: 300px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .udc img {
    width: 300px; }
  .udc p {
    max-width: 600px;
    font-family: 'Lora', serif;
    color: black;
    margin-left: 20px;
    margin-top: 20px;
    margin-top: 100px; }

.udc-txt {
  display: flex;
  align-items: center;
  justify-content: center; }
  .udc-txt p {
    max-width: 600px;
    font-family: 'Lora', serif;
    color: black;
    margin-left: 20px;
    margin-top: 20px; }

/* WHATSAPP----------- */
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0 0 1px #2c2c2c, 0 0 1px #414141, 0 0 10px #5c5c5c; }

.whatsapp :hover {
  color: #3a3a3a;
  box-shadow: 0 0 10px #00e08a, 0 0 20px #00e08a, 0 0 30px #00e08a;
  border-radius: 1.0rem; }

.whatsapp-icon {
  margin-top: 13px; }

.btn:hover {
  background-color: rgba(44, 44, 44, 0.308);
  color: white;
  box-shadow: 0 0 1px #00e0e0, 0 0 1px #00e0e0, 0 0 10px #00e0bb; }

.btn {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 12px;
  overflow: hidden;
  transition: 1.8s;
  font-family: Arial, Helvetica, sans-serif;
  background: #8e732e;
  border: 1px solid white;
  border-radius: 0.5rem; }

/* Breakpoints -----------------*/
@media (max-width: 414px) {
  .main {
    margin-top: 60px; }

  ul li {
    height: 80px;
    font-size: 22px; }

  .banner {
    position: relative;
    margin-top: 50px;
    height: 400px; }
    .banner img {
      object-fit: cover;
      opacity: 0.4;
      width: 1903px;
      height: 400px; }

  .footer {
    margin-top: 50px; }

  .foot-right {
    padding-left: 80px; }

  .main {
    min-height: 600px; }

  .box1 {
    margin-bottom: -200px;
    height: 400px; }

  .box2 {
    margin-bottom: -200px;
    height: 400px; }

  .box3 {
    margin-bottom: 400px; }

  .galeria_separator {
    margin-bottom: 0px; }

  .events-desc {
    width: 340px; }

  .formulario {
    width: 330px; }

  .event-ban {
    margin-bottom: -20px; }

  .events-cont {
    width: auto;
    flex-wrap: wrap;
    width: 100%; }

  .events-left {
    width: 100%; }

  .events-right {
    width: 100%; }

  .events-info {
    width: 340px; }

  .events-info-movil {
    display: none; }

  .spons-div {
    width: 340px; }

  .slideshow-container {
    width: 340px; }

  .events-info3 {
    width: 340px; }

  .events-info2 {
    width: 340px; }

  .sponsors2 img {
    min-width: 120px; }

  .contact-info {
    width: 340px; }

  .media-info {
    display: none; } }
/*  -----------------*/
@media (max-width: 1900px) {
  .banner img {
    max-width: 100%; } }
/*  -----------------*/
@media (max-width: 1200px) {
  .main {
    width: 100%; }

  .foot {
    width: 100%; } }
/*  -----------------*/
@media (max-width: 1000px) {
  .main {
    width: 100%; } }
/*  -----------------*/
@media (max-width: 600px) {
  .alert {
    display: none; }

  .main {
    width: 100%; }

  .udc p {
    font-size: 10px; }
  .udc img {
    width: 100px;
    margin-top: 80px; }

  .foot-txt p {
    display: none; }

  .foot {
    display: flex;
    justify-content: center;
    align-items: center; }

  .social {
    padding-right: 1vh; }

  .events-cont {
    flex-wrap: wrap; }

  .events-desc {
    background-color: red;
    max-width: 600px; }

  .formulario input {
    width: 100%; } }
/*  -----------------*/
@media (max-width: 766px) {
  .spons-div {
    flex-wrap: wrap; } }
/*  -----------------*/
@media (max-width: 600px) {
  .world-break {
    margin-top: 10vh;
    margin-left: 10vw;
    word-break: break-word;
    width: 45vw; } }
/*  -----------------*/
@media (max-width: 340px) {
  .world-break {
    margin-top: 10vh;
    margin-left: 10vw;
    word-break: break-word;
    width: 55vw; } }
/*  -----------------*/
@media (max-height: 520px) {
  .world-break {
    margin-top: 10vh;
    margin-left: 10vw;
    word-break: break-word;
    width: 88vw; } }
/*  -----------------*/
@media (max-width: 991px) {
  #navbar-pc {
    display: none; }

  #logo-pc {
    display: none; }

  #navbar-respon {
    position: absolute;
    width: 100%; }

  .wrapper-three {
    height: 117vh; }

  .container-img {
    margin: auto 24vh; }

  .img-container {
    margin: 3vh auto;
    display: inline-block;
    width: 40vw;
    height: 33vh;
    background-color: #8e732e; } }
/*  -----------------*/
@media (min-width: 992px) {
  #logo-respon {
    display: none; }

  #navbar-respon {
    display: none; }

  .wrapper-three {
    height: 33vh; }

  .container-img {
    margin: 0; }

  .img-container {
    margin: 3vh 4vw;
    display: inline-block;
    width: 24vw;
    height: 24vh;
    background-color: #8e732e; } }
/*  -----------------*/
@media (max-width: 720px) {
  .container-img {
    margin: 2.4vw 0; }

  .img-container {
    display: block;
    /* margin: 4vh 0; */
    height: 33vh;
    background-color: #8e732e; } }
/* BANNER----------- */
.banner {
  position: relative;
  height: 400px; }
  .banner img {
    object-fit: cover;
    opacity: 0.4;
    width: 1903px;
    height: 400px; }

.centered {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: #2e2e2e;
  width: 30vh;
  margin-left: 14vh;
  font-family: 'Lora', serif, italic;
  font-size: 22px; }

/* BOXS----------- */
.boxes {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 120px; }
  .boxes h1 {
    color: white;
    margin: 5px;
    font-size: 18px; }

.box1 {
  background-color: #8e732e; }
  .box1 img {
    height: 200px;
    width: 100%;
    object-fit: cover; }
  .box1 a :hover {
    opacity: 40%;
    box-shadow: 0 0 1px #0e0e0e, 0 0 1px #222222, 0 0 10px #292929; }

.box2 {
  background-color: #8e732e; }
  .box2 img {
    height: 200px;
    width: 100%;
    object-fit: cover; }
  .box2 a :hover {
    opacity: 40%;
    box-shadow: 0 0 1px #0e0e0e, 0 0 1px #222222, 0 0 10px #292929; }

.box3 {
  margin-top: 0.1PX;
  padding: 45px;
  background-color: #B6DCD8; }
  .box3 h1 {
    margin-top: 50px;
    color: #8e732e;
    font-family: Arial, sans-serif;
    font-size: 25px;
    padding-bottom: 15px; }
  .box3 p {
    margin-left: 10px;
    color: black; }

h2 {
  color: #8e732e;
  font-family: Arial, sans-serif;
  font-size: 25px;
  padding-bottom: 10px; }

/* EVENTS----------- */
.event-ban {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 20px; }
  .event-ban img {
    width: 100%;
    height: 400px;
    object-fit: cover; }

.events-left {
  width: 70%; }
  .events-left hr {
    margin-top: 20px; }

.events-right {
  width: 30%; }

.events-desc {
  background-color: rgba(255, 255, 255, 0.308);
  color: #1b1b1b;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .events-desc h1 {
    color: #8e732e;
    font-size: 18px; }
  .events-desc p {
    font-family: 'Lora', serif; }

.events-info {
  background-color: #B6DCD8;
  color: #1b1b1b;
  padding: 20px; }
  .events-info h1 {
    color: #8e732e;
    font-size: 18px; }
  .events-info p {
    font-family: 'Lora', serif; }
  .events-info img {
    width: 300px; }

/*.events-info-movil {
    h1 {
        color: $gold;
        font-size: 18px;
    }
    p {
        font-family: 'Lora', serif;
    }
    img {
        width: 300px;   
    }
    background-color: $blue2;
    color: rgb(27, 27, 27);
    padding: 20px;
}
*/
.events-cont {
  display: flex;
  gap: 20px; }

.formulario {
  margin-top: 20px; }

.gold-color {
  color: #8e732e; }

.spons-div {
  display: flex; }

.sponsors {
  color: #1b1b1b;
  padding: 20px;
  margin-top: 20px;
  margin-right: 20px; }
  .sponsors h1 {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #8e732e;
    font-style: italic; }
  .sponsors img {
    margin-top: 20px;
    max-width: 100px; }

.socios {
  color: #1b1b1b;
  padding: 20px;
  margin-top: 20px; }
  .socios h1 {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #8e732e;
    font-style: italic; }
  .socios img {
    margin-top: 20px;
    max-width: 100px; }

.publicidad {
  padding: 20px; }
  .publicidad h1 {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #8e732e;
    font-style: italic; }
  .publicidad img {
    margin-top: 0px;
    width: 90%; }

.pub h1 {
  font-family: 'Lora', serif;
  font-size: 15px;
  color: #8e732e;
  font-style: italic; }

.events-end-menu {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  font-size: 15px;
  font-family: 'Lora', serif, bold; }
  .events-end-menu a {
    color: black; }

/* HEADER----------- */
header {
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 1200px; }

.logo {
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center; }

#logo-2 {
  width: 143px;
  height: 92px; }

/* FORMULARIO----------- */
input {
  background-color: rgba(255, 255, 255, 0.445);
  border: none;
  margin: 10px 10px 10px 0px;
  width: 100%;
  height: 40px;
  padding-left: 10px; }

select {
  background-color: rgba(255, 255, 255, 0.445);
  border: none;
  color: #8e732e; }

textarea {
  background-color: rgba(255, 255, 255, 0.445);
  border: none;
  margin: 10px 10px 10px 0px;
  width: 100%;
  height: 400px;
  padding-left: 10px; }

.formulario h1 {
  color: #8e732e;
  font-size: 18px; }
.formulario p {
  color: black;
  margin: 5px; }

.grupo {
  font-family: 'Lora', serif;
  color: white; }

#cbox1 {
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto; }

form {
  margin: 10px; }

/* CONOCENOS ----------- */
.sponsors2 {
  color: #1b1b1b;
  padding: 10px;
  margin-top: 20px; }
  .sponsors2 h1 {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: black;
    font-style: italic; }
  .sponsors2 img {
    margin-top: 20px;
    width: 10%;
    margin-right: 20px; }

.events-info3 {
  height: 300px;
  background-image: url(/resources/img/silviane2.jpg);
  background-size: 100%; }

.events-info2 {
  background-color: #B6DCD8;
  color: #1b1b1b;
  padding: 20px; }
  .events-info2 h1 {
    color: #8e732e;
    font-size: 18px; }
  .events-info2 p {
    font-family: 'Lora', serif; }
  .events-info2 img {
    width: 300px; }

/* CONTACT----------- */
.contact-info {
  background-color: #B6DCD8;
  color: #1b1b1b;
  padding: 20px;
  margin-top: 20px; }
  .contact-info h1 {
    color: #8e732e;
    font-size: 18px;
    margin-left: 80px; }
  .contact-info p {
    font-family: 'Lora', serif;
    margin-left: 70px;
    margin-top: 20px; }
  .contact-info img {
    width: 100px;
    margin-left: 100px; }

/* GALERIA----------- */
.mySlides, .mySlides2 {
  display: none; }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot, .dot2 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.active, .dot:hover {
  background-color: #4d4d4d; }

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s; }

@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px; } }
.galeria_separator {
  margin-top: 40px;
  margin-bottom: 40px; }

.event.video {
  border: 1px solid white;
  width: 100%; }
  .event.video video {
    height: 100px;
    border: 1px solid white; }

.img_glr {
  color: #1b1b1b;
  padding: 20px; }
  .img_glr h1 {
    color: #8e732e;
    font-size: 18px; }
  .img_glr p {
    font-family: 'Lora', serif; }
  .img_glr img {
    width: 300px; }

/* MEDIA----------- */
.media-img img {
  width: 100%; }

.geneve {
  background-color: #01017a;
  color: white; }

.media-info {
  background-color: #B6DCD8;
  color: #1b1b1b;
  padding: 20px;
  text-align: justify; }
  .media-info h1 {
    color: #8e732e;
    font-size: 18px; }
  .media-info p {
    font-family: 'Lora', serif;
    color: #0073f7; }
  .media-info img {
    width: 300px; }

.portal {
  padding-top: 120px;
  margin-bottom: 80px;
  text-align: center;
  height: 800px;
  padding-bottom: 100px; }
  .portal img {
    margin-top: 70px; }
  .portal p {
    color: #8e732e;
    text-align: center;
    font-size: 20px; }
  .portal a {
    text-align: center; }
  .portal button {
    margin-bottom: 100px; }

.portal_lang {
  margin: 0; }
  .portal_lang img:hover {
    box-shadow: 0 0 1px #0e0e0e, 0 0 1px #222222, 0 0 10px #292929; }

.portal_2 {
  background-image: url(/resources/img/dand.jpg);
  border: 1px solid white;
  border-radius: 1.5rem;
  box-shadow: 0 0 1px #0e0e0e, 0 0 1px #222222, 0 0 10px #292929; }

.portal_3 {
  background-color: rgba(255, 255, 255, 0.404);
  border-radius: 1.5rem;
  background-repeat: no-repeat;
  background-position: -120px -120px, 0 0;
  -moz-background-size: 250% 250%, 100% 100%;
  background-size: 250% 250%, 100% 100%;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease; }

.portal_3:hover {
  transition: 1.8s;
  background-image: -webkit-linear-gradient(top left, #b4b4b4 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%);
  background-image: -moz-linear-gradient(0 0, #b4b4b4 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(0 0, #b4b4b4 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(0 0, #b4b4b4 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 0, 0 0;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.alert {
  align-content: center;
  background-color: rgba(0, 0, 0, 0.459);
  font-style: 20px;
  padding: 0;
  width: 600px; }

.privacy {
  background-color: rgba(255, 255, 255, 0.308);
  color: #1b1b1b;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .privacy h1 {
    color: #8e732e;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px; }
  .privacy p {
    font-family: Arial, Helvetica, sans-serif; }
  .privacy a {
    color: black;
    font-weight: bold;
    text-decoration: underline; }

/*# sourceMappingURL=styles.css.map */
