* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
main#lvda {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  position: relative;
  background-color: #000;
  height: 120%;
  min-height: 1080px;
  width: 100%;
  background: url("../img/bg-header2.jpg?v2.0");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
main#lvda:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 61%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
main#lvda:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 15%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
main#lvda #video-header {
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
}
main#lvda #video-header IE {
  display: none;
}
main#lvda .video-cap {
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  position: absolute;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease all;
}
main#lvda .video-cap IE {
  display: none;
}
main#lvda .container {
  z-index: 1;
  position: relative;
}
main#lvda h1,
main#lvda h2 {
  font-size: 30px;
  font-weight: 700;
}
main#lvda h3 {
  font-size: 25px;
  font-weight: 700;
}
main#lvda p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
main#lvda a {
  text-decoration: none;
}
main#lvda .tiempo {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-weight: 500;
  z-index: 10;
  text-shadow: #000 0px 0px 15px;
}
main#lvda .boton {
  width: 300px;
  height: 50px;
  border-radius: 15px;
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  font-weight: 400;
  transition: 0.5s ease all;
  border: 1px solid #fff;
}
main#lvda .boton.btn-primario {
  background-color: #fff;
  color: #aa6252;
}
main#lvda .boton.btn-primario:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/ico-play-cafe.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
main#lvda .boton.btn-primario:hover {
  background-color: rgba(0,0,0,0.5);
}
main#lvda .boton.btn-secundario {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}
main#lvda .boton.btn-secundario:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/ico-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
main#lvda .boton:hover {
  background-color: #ff7800;
  transition: 0.5s ease all;
  border: 1px solid #ff7800;
  box-shadow: #fff 0px 0px 7px;
}
main#lvda .rrss {
  display: flex;
  align-items: center;
}
main#lvda .rrss img {
  height: 25px;
  object-fit: contain;
  margin: 0 5px;
  transition: 0.5s ease all;
}
main#lvda .rrss p {
  line-height: 2;
  margin-right: 5px;
  font-size: 12px;
}
main#lvda .rrss a:hover img {
  filter: drop-shadow(0px 0px 7px #ff7800);
}
main#lvda #home {
  padding: 100px 0 85px 0;
  background-color: transparent;
  position: relative;
  z-index: 80;
  min-height: 85vh;
  pointer-events: none;
}
main#lvda #home .dropdown,
main#lvda #home a,
main#lvda #home button {
  pointer-events: visible;
}
main#lvda #home .container {
  padding: 0 30px;
  z-index: 20;
}
main#lvda #home .conduce {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
}
main#lvda #home .botones {
  display: flex;
  justify-content: flex-startstart;
  align-items: center;
  margin: 30px 0;
}
main#lvda #home .col-lg-5 {
  display: flex;
  align-items: flex-end;
}
main#lvda #home .col-lg-5 img {
  width: 100%;
  object-fit: contain;
  padding: 5px;
}
main#lvda #home .lista-capitulos {
  margin: 30px 0;
}
main#lvda #home .dropdown {
  width: 200px;
  border-radius: 5px;
  margin: 20px 0;
}
main#lvda #home .dropdown button {
  width: 100%;
  text-align: start;
  justify-content: space-between;
  align-items: center;
  display: flex;
  height: 50px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #fff;
  color: #fff !important;
}
main#lvda #home .dropdown button.btn:focus {
  box-shadow: none;
}
main#lvda #home .dropdown button.dropdown-toggle:after {
  border: none;
  width: 20px;
  height: 10px;
  background-image: url("../img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.5s ease all;
}
main#lvda #home .dropdown button.dropdown-toggle.show:after {
  transform: rotate(180deg);
}
main#lvda #home .dropdown .dropdown-menu {
  padding-left: 40px;
  width: 200px;
  background-color: rgba(0,0,0,0.9);
  border: 1px solid #fff;
}
main#lvda #home .dropdown .dropdown-menu li {
  list-style-type: none;
  padding: 10px 0;
  position: relative;
}
main#lvda #home .dropdown .dropdown-menu li a {
  color: #909090;
  padding: 0;
}
main#lvda #home .dropdown .dropdown-menu li:hover a {
  color: #fff;
  background-color: transparent;
}
main#lvda #home .dropdown .dropdown-menu li.active a {
  color: #ff7800;
}
main#lvda #home .dropdown .dropdown-menu li.active:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
main#lvda #videos {
  z-index: 50;
  background-image: url("../img/bg-olas.svg");
  background-size: cover;
  background-position: 0px 60px;
  background-repeat: no-repeat;
  margin-top: -12vw;
  position: relative;
  padding: 0;
  min-height: 60vh;
  overflow: hidden;
  padding-bottom: 80px;
}
main#lvda #videos::before {
  content: "";
  width: 30%;
  height: 200px;
  background-image: url("../img/olas.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  left: -150px;
  display: block;
}
main#lvda #videos::after {
  content: "";
  width: 30%;
  height: 200px;
  background-image: url("../img/olas.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20%;
  right: -150px;
  display: block;
}
main#lvda #videos figure {
  margin-bottom: 80px;
  padding: 0 2vw;
}
main#lvda #videos figure a {
  display: block;
  position: relative;
  pointer-events: visible;
}
main#lvda #videos figure .img {
  height: 280px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
main#lvda #videos figure .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease all;
}
main#lvda #videos figure .img .progressbar {
  background-color: #ff7800;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
main#lvda #videos figure .ico-play {
  height: 40px;
  width: auto;
}
main#lvda #videos figure figcaption {
  background-color: #fff;
  padding: 50px 30px;
  min-height: 300px;
}
main#lvda #videos figure figcaption .cap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main#lvda #videos figure figcaption .n_cap {
  color: #aa6252;
  font-size: 15px;
}
main#lvda #videos figure figcaption h3 {
  color: #ff7800;
  font-size: 18px;
  margin: 10px 0 20px 0;
}
main#lvda #videos figure figcaption p {
  color: #aa6252;
}
main#lvda .contenedor-info {
  position: fixed;
  width: 100%;
  max-width: 800px;
  height: 300px;
  background-color: #000;
  display: flex;
  padding: 50px;
  left: 0;
  bottom: -100%;
  z-index: 99;
  transition: 0.5s ease all;
  box-shadow: #ff7800 -20px 25px 50px;
}
main#lvda .contenedor-info img {
  height: auto;
  width: 60%;
  object-fit: cover;
  padding-right: 50px;
}
main#lvda .contenedor-info .btn-cerrar {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
main#lvda .contenedor-info .btn-cerrar:after {
  content: "";
  background-image: url("../img/ico-cerrar.svg");
  width: 100%;
  height: 100%;
  background-size: contain;
  display: block;
}
main#lvda .contenedor-info h3 {
  color: #ff7800;
  font-size: 20px;
}
main#lvda #fancybox-video {
  width: 100%;
  max-width: 1200px;
  height: max-content;
  background-color: transparent;
  text-align: center;
  padding: 0;
}
main#lvda iframe {
  width: 100%;
  height: 100%;
}
#header-lf {
  display: none;
}
@media (max-width: 600px) {
  main#lvda #home .contenedor-info {
    flex-direction: column;
    height: auto;
  }
  main#lvda #home .contenedor-info img {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main#lvda #home {
    background-position: 73% top !important;
    background-size: 150% !important;
  }
  main#lvda #home .container {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  main#lvda {
    height: 140vh;
    background-position: 36% 0 !important;
  }
  main#lvda h1,
  main#lvda h2 {
    font-size: 22px;
  }
  main#lvda h3 {
    font-size: 18px;
  }
  main#lvda .boton {
    height: 45px;
    padding: 0 15px;
    margin-right: 0;
    width: 50%;
    margin-right: 15px;
    font-size: 12px;
  }
  main#lvda #home {
    background-position: 80% top;
    background-size: contain;
    padding: 100px 0 85px 0;
  }
  main#lvda #home::after {
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 60%);
  }
  main#lvda #home .container {
    margin-top: 0px;
  }
  main#lvda #home .row {
    flex-direction: column-reverse;
  }
  main#lvda #home .col-lg-5 img {
    max-height: 300px;
    margin-left: 0;
    margin-bottom: 40px !important;
    display: block;
  }
  main#lvda #home .dropdown button {
    height: 45px;
    font-size: 12px;
  }
  main#lvda #home .dropdown .dropdown-menu li a {
    font-size: 12px;
  }
  main#lvda #videos {
    margin-top: -10vw !important;
  }
  main#lvda #videos figure {
    margin-bottom: 30px;
    padding: 0 30px;
  }
  main#lvda #videos figure img {
    height: 200px;
  }
  main#lvda #videos figure figcaption {
    padding: 30px 30px;
  }
  main#lvda #videos figure figcaption h3 {
    font-size: 15px;
    margin: 10px 0 15px 0;
  }
  main#lvda #videos figure figcaption p {
    font-size: 12px;
  }
  #header {
    display: none;
  }
  #header-lf {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #header-lf .lf-1 {
    height: 79px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #header-lf .lf-1 a {
    text-decoration: none;
    font-size: 12px;
    color: #3cb4e5;
  }
  #header-lf .lf-2 {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-column-gap: 20px;
    width: calc(100% - 20px);
    align-items: center;
    padding: 30px 20px;
  }
  #header-lf .lf-2 img {
    max-width: 200px;
    width: 100%;
  }
  #header-lf .lf-2 .menu-lf {
    background-color: rgba(0,0,0,0.05);
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    width: 50px;
    align-items: center;
    justify-content: center;
    height: fit-content;
  }
  #header-lf .lf-2 .menu-lf span {
    background-color: #f1894c;
    height: 4px;
    width: 100%;
    margin: 2px 0;
    border-radius: 5px;
  }
  #header-lf .lf-3 .lf-redes {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    margin: 20px auto;
  }
  #header-lf .lf-3 .lf-redes li {
    padding: 0 10px;
  }
  #header-lf .lf-3 .lf-redes li a {
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #f1894c;
    font-size: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
  }
}
.menu-lf-com {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  background-color: #fff;
  padding: 0 20px;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out all;
}
.menu-lf-com li {
  margin: 15px 0;
}
.menu-lf-com li a {
  color: #f1894c;
  text-align: center;
}
.menu-lf-com .sb-lf-item ul {
  height: 0;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1366px) {
  main#lvda #home {
    background-position: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main#lvda #home::after {
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 60%);
  }
  main#lvda #home .container {
    margin-top: 0px;
  }
  main#lvda #home .col-lg-5 img {
    margin-top: 40px;
  }
  main#lvda #videos {
    margin-top: -18vw;
  }
  main#lvda #videos figure .img {
    height: 220px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  main#lvda #home .col-lg-5 img {
    max-height: 300px;
    margin-left: 0;
    margin-bottom: 40px !important;
    margin-top: 60px;
  }
  main#lvda #home::after {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  main#lvda {
    background-position: 0 0 !important;
  }
  main#lvda #home {
    background-position: 55%;
  }
  main#lvda #videos {
    margin-top: -5vw !important;
  }
}
@media (max-width: 576px) {
  main#lvda::before {
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 90%);
  }
  main#lvda #home {
    background-position: 35% top !important;
    background-size: cover !important;
  }
  main#lvda #home .container {
    margin-top: 0px !important;
  }
  main#lvda #home::after {
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, #000 70%);
  }
  main#lvda #home::before {
    display: none;
  }
  main#lvda #home .col-lg-5 img {
    display: block !important;
  }
  main#lvda #videos {
    margin-top: -18vw;
  }
  main#lvda #videos figure .img {
    height: 220px;
  }
  main#lvda .contenedor-info {
    padding: 50px;
    height: max-content;
    display: block;
  }
  main#lvda .contenedor-info img {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  main#lvda .contenedor-info p {
    font-size: 12px;
  }
}
@media (min-width: 2000px) {
  main#lvda {
    background-position: 0 -30vh;
    max-height: 100vh;
  }
  main#lvda #videos {
    margin-top: 0vw;
  }
  main#lvda #home {
    background-size: 73%;
    background-position: right 10%;
    min-height: max-content !important;
  }
  main#lvda #home::after {
    background: linear-gradient(90deg, #000 30%, rgba(0,0,0,0) 61%);
  }
}
@media (max-width: 1999px) {
  main#lvda {
    background-position: 0 -22vh;
  }
  main video {
    top: -22vh;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  main#lvda {
    background-position: 0 -10vh !important;
  }
  main#lvda #videos {
    margin-top: 0vw;
  }
}
.menu-item {
  transition: 0.5s ease all;
  z-index: 9999;
}
.menu-item ul {
  width: max-content !important;
}
.menu-item ul li {
  width: max-content !important;
}
#header {
  z-index: 9999;
}
/* elementor - v3.11.5 - 14-03-2023 */
.elementor {
  z-index: 60;
  position: relative;
}
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
  line-height: 1;
  font-size: 0;
}
.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
  display: inline-grid;
}
.elementor-widget-social-icons .elementor-grid {
  grid-column-gap: var(--grid-column-gap, 5px);
  grid-row-gap: var(--grid-row-gap, 5px);
  grid-template-columns: var(--grid-template-columns);
  justify-content: var(--justify-content, center);
  justify-items: var(--justify-content, center);
}
.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em)));
  height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em)));
}
.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  display: inline-flex;
  background-color: #818a91;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.elementor-social-icon i {
  color: var(--e-social-icon-icon-color);
}
.elementor-social-icon svg {
  fill: var(--e-social-icon-icon-color);
}
.elementor-social-icon:last-child {
  margin: 0;
}
.elementor-social-icon:hover {
  opacity: 0.9;
  color: #fff;
}
.elementor-social-icon-android {
  background-color: #a4c639;
}
.elementor-social-icon-apple {
  background-color: #999;
}
.elementor-social-icon-behance {
  background-color: #1769ff;
}
.elementor-social-icon-bitbucket {
  background-color: #205081;
}
.elementor-social-icon-codepen {
  background-color: #000;
}
.elementor-social-icon-delicious {
  background-color: #39f;
}
.elementor-social-icon-deviantart {
  background-color: #05cc47;
}
.elementor-social-icon-digg {
  background-color: #005be2;
}
.elementor-social-icon-dribbble {
  background-color: #ea4c89;
}
.elementor-social-icon-elementor {
  background-color: #d30c5c;
}
.elementor-social-icon-envelope {
  background-color: #ea4335;
}
.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
  background-color: #3b5998;
}
.elementor-social-icon-flickr {
  background-color: #0063dc;
}
.elementor-social-icon-foursquare {
  background-color: #2d5be3;
}
.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
  background-color: #006400;
}
.elementor-social-icon-github {
  background-color: #333;
}
.elementor-social-icon-gitlab {
  background-color: #e24329;
}
.elementor-social-icon-globe {
  background-color: #818a91;
}
.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
  background-color: #dd4b39;
}
.elementor-social-icon-houzz {
  background-color: #7ac142;
}
.elementor-social-icon-instagram {
  background-color: #262626;
}
.elementor-social-icon-jsfiddle {
  background-color: #487aa2;
}
.elementor-social-icon-link {
  background-color: #818a91;
}
.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
  background-color: #0077b5;
}
.elementor-social-icon-medium {
  background-color: #00ab6b;
}
.elementor-social-icon-meetup {
  background-color: #ec1c40;
}
.elementor-social-icon-mixcloud {
  background-color: #273a4b;
}
.elementor-social-icon-odnoklassniki {
  background-color: #f4731c;
}
.elementor-social-icon-pinterest {
  background-color: #bd081c;
}
.elementor-social-icon-product-hunt {
  background-color: #da552f;
}
.elementor-social-icon-reddit {
  background-color: #ff4500;
}
.elementor-social-icon-rss {
  background-color: #f26522;
}
.elementor-social-icon-shopping-cart {
  background-color: #4caf50;
}
.elementor-social-icon-skype {
  background-color: #00aff0;
}
.elementor-social-icon-slideshare {
  background-color: #0077b5;
}
.elementor-social-icon-snapchat {
  background-color: #fffc00;
}
.elementor-social-icon-soundcloud {
  background-color: #f80;
}
.elementor-social-icon-spotify {
  background-color: #2ebd59;
}
.elementor-social-icon-stack-overflow {
  background-color: #fe7a15;
}
.elementor-social-icon-steam {
  background-color: #00adee;
}
.elementor-social-icon-stumbleupon {
  background-color: #eb4924;
}
.elementor-social-icon-telegram {
  background-color: #2ca5e0;
}
.elementor-social-icon-thumb-tack {
  background-color: #1aa1d8;
}
.elementor-social-icon-tripadvisor {
  background-color: #589442;
}
.elementor-social-icon-tumblr {
  background-color: #35465c;
}
.elementor-social-icon-twitch {
  background-color: #6441a5;
}
.elementor-social-icon-twitter {
  background-color: #1da1f2;
}
.elementor-social-icon-viber {
  background-color: #665cac;
}
.elementor-social-icon-vimeo {
  background-color: #1ab7ea;
}
.elementor-social-icon-vk {
  background-color: #45668e;
}
.elementor-social-icon-weibo {
  background-color: #dd2430;
}
.elementor-social-icon-weixin {
  background-color: #31a918;
}
.elementor-social-icon-whatsapp {
  background-color: #25d366;
}
.elementor-social-icon-wordpress {
  background-color: #21759b;
}
.elementor-social-icon-xing {
  background-color: #026466;
}
.elementor-social-icon-yelp {
  background-color: #af0606;
}
.elementor-social-icon-youtube {
  background-color: #cd201f;
}
.elementor-social-icon-500px {
  background-color: #0099e5;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
  border-radius: 10%;
}
.elementor-shape-circle .elementor-icon.elementor-social-icon {
  border-radius: 50%;
}
.elementor-61 .elementor-element.elementor-element-3723346 > .elementor-container {
  min-height: 0px;
}
.elementor-61 .elementor-element.elementor-element-3723346 {
  margin-top: -30px;
  margin-bottom: -35px;
  padding: 0px 0px 0px 0px;
}
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu .elementor-item {
  font-size: 13px;
}
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--main .elementor-item {
  color: #19c9ff;
  fill: #19c9ff;
  padding-left: 0px;
  padding-right: 5px;
}
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--main .elementor-item:hover,
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--main .elementor-item:focus {
  color: #3cb4e5;
  fill: #3cb4e5;
}
.elementor-61 .elementor-element.elementor-element-386a293 {
  --e-nav-menu-horizontal-menu-item-margin: calc(1px / 2);
}
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
  margin-bottom: 1px;
}
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--dropdown a,
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-menu-toggle {
  color: #3cb4e5;
}
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--dropdown {
  background-color: #fff;
}
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--dropdown a:hover,
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--dropdown a.highlighted {
  background-color: #fff;
}
.elementor-61 .elementor-element.elementor-element-386a293 .elementor-nav-menu--dropdown a.elementor-item-active {
  background-color: #fff;
}
.elementor-61 .elementor-element.elementor-element-386a293 > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}
.elementor-61 .elementor-element.elementor-element-244a0728 > .elementor-container {
  min-height: 0px;
}
.elementor-61 .elementor-element.elementor-element-244a0728 > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}
.elementor-61 .elementor-element.elementor-element-244a0728:not(.elementor-motion-effects-element-type-background),
.elementor-61 .elementor-element.elementor-element-244a0728 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #fff;
}
.elementor-61 .elementor-element.elementor-element-244a0728 {
  box-shadow: -8px 9px 24px -15px rgba(186,186,186,0.77);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 8px;
  margin-bottom: 0px;
  padding: 3px 0px 15px 0px;
  z-index: 10000;
}
.elementor-61 .elementor-element.elementor-element-244a0728 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-61 .elementor-element.elementor-element-f5cdb72 img {
  width: 88%;
}
.elementor-61 .elementor-element.elementor-element-31399575 > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-menu-toggle {
  margin-left: auto;
  border-width: 0px;
  border-radius: 0px;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu .elementor-item {
  font-size: 14px;
  font-weight: 400;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--main .elementor-item {
  color: #f1894c;
  fill: #f1894c;
  padding-left: 30px;
  padding-right: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--main .elementor-item:hover,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--main .elementor-item:focus {
  color: #3cb4e5;
  fill: #3cb4e5;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #3cb4e5;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 {
  --e-nav-menu-horizontal-menu-item-margin: calc(0px / 2);
  --nav-menu-icon-size: 10px;
  z-index: 10000;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
  margin-bottom: 0px;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown a,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-menu-toggle {
  color: #f1894c;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown a:hover,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown a.highlighted,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-menu-toggle:hover {
  color: #3cb4e5;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown a:hover,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown a.highlighted {
  background-color: #fff;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown a.elementor-item-active {
  color: #3cb4e5;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown .elementor-item,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown .elementor-sub-item {
  font-size: 14px;
  font-weight: 400;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--dropdown a {
  padding-left: 27px;
  padding-right: 27px;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown,
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  margin-top: 25px !important;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 div.elementor-menu-toggle:hover {
  color: #fff;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 div.elementor-menu-toggle:hover svg {
  fill: #fff;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 .elementor-menu-toggle:hover {
  background-color: #f1894c;
}
.elementor-61 .elementor-element.elementor-element-1644cd4 > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-61 .elementor-element.elementor-element-0de8f90 {
  --grid-template-columns: repeat(5, auto);
  --icon-size: 10px;
  --grid-column-gap: 7px;
  --grid-row-gap: 0px;
}
.elementor-61 .elementor-element.elementor-element-0de8f90 .elementor-widget-container {
  text-align: right;
}
.elementor-61 .elementor-element.elementor-element-0de8f90 .elementor-social-icon {
  background-color: #f1894c;
  --icon-padding: 0.5em;
}
.elementor-61 .elementor-element.elementor-element-0de8f90 .elementor-social-icon i {
  color: #fff;
}
.elementor-61 .elementor-element.elementor-element-0de8f90 .elementor-social-icon svg {
  fill: #fff;
}
.elementor-61 .elementor-element.elementor-element-0de8f90 > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-3589 .elementor-element.elementor-element-2c0510ad > .elementor-background-overlay {
  background-color: #3cb4e5;
  opacity: 1;
}
.elementor-3589 .elementor-element.elementor-element-2c0510ad > .elementor-shape-top svg {
  width: calc(200% + 1.3px);
  height: 100px;
}
.elementor-3589 .elementor-element.elementor-element-2c0510ad > .elementor-shape-top {
  z-index: 2;
  pointer-events: none;
}
.elementor-3589 .elementor-element.elementor-element-2c0510ad {
  padding: 5em 0em 5em 0em;
}
.elementor-3589 .elementor-element.elementor-element-1a346917 {
  text-align: center;
}
.elementor-3589 .elementor-element.elementor-element-1a346917 img {
  width: 34%;
}
.fa-chevron-down:before {
  content: "\f078" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media (max-width: 767px) {
  .elementor-3589 .elementor-element.elementor-element-1a346917 img {
    width: 80%;
  }
}
.sticky {
            position: fixed;
            top: 120px;
            left: 0;
         	list-style: none;
            z-index: 1000;
            padding: 10px;
        }

.content {
          margin-top: 40px;
        }
.menu-button {
    display: inline-block;
    background-color: #f1884a;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    margin: 5px;
    text-decoration: none;
}
.menu-button:hover {
    background-color: #ff9933; /* Cambia el color de fondo al pasar el ratón por encima */
}
.menu-list {
    list-style-type: none;/* Elimina los círculos de la viñeta */
}
ul.menu-list li::before {
    content: '\2022'; /* Código Unicode para el bullet (punto) */
    color: transparent;
}
ul {
    list-style-type: none;
}