@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');



body {
  background: #000 !important;
  color: #fff !important;
}

.layout-1-col,
.layout-2-col,
.layout-3-col {
  margin-top: 0px !important;
}

.title_page,
.title_page p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2em;
  line-height: 45px;
  text-align: center;
  color: #ff0000;
  letter-spacing: 2px;
}


.title_slider1,
.title_slider1 p {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 900 !important;
  font-size: 40px !important;
  text-transform: uppercase !important;
}

.text_slider1,
.text_slider1 p {

  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 300 !important;
}


.color_blanco,
.color_blanco p {
  color: #fff !important;
}



/******/

.competencias {
  list-style: none;
  padding: 0;
}

.competencias li {
  margin: 8px 0;
  padding-left: 20px;
  position: relative;
}

.competencias li::before {
  content: "•";
  /* viñeta personalizada */
  color: #e74c3c;
  /* rojo */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.year {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
}















/* CSS */
.pricing-table {
  width: 100%;
  overflow-x: auto;
  margin: 20px auto;
  max-width: 600px;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.pricing-table th {
  background-color: #410001;
  color: #fff;
  font-weight: bold;
}

.pricing-table tr:nth-child(even) {
  background-color: #333;
}

/* Responsive: en pantallas pequeñas la tabla se convierte en bloques */
@media (max-width: 600px) {

  .pricing-table table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table th,
  .pricing-table td,
  .pricing-table tr {
    display: block;
  }

  .pricing-table thead tr {
    display: none;
    /* ocultamos encabezados */
  }

  .pricing-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #000;
  }

  .pricing-table td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
  }

  .pricing-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
  }
}

/* CSS */
.prep-table {
  width: 100%;
  overflow-x: auto;
  margin: 20px auto;
  max-width: 400px;
}

.prep-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.prep-table th,
.prep-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.prep-table th {
  background-color: #410001;
  color: #fff;
  font-weight: bold;
}

.prep-table tr:nth-child(even) {
  background-color: #333;
}

/* Responsive: en pantallas pequeñas la tabla se convierte en bloques */
@media (max-width: 600px) {

  .prep-table table,
  .prep-table thead,
  .prep-table tbody,
  .prep-table th,
  .prep-table td,
  .prep-table tr {
    display: block;
  }

  .prep-table thead tr {
    display: none;
    /* ocultamos encabezados */
  }

  .prep-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #000;
  }

  .prep-table td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
  }

  .prep-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
  }
}

/* CSS */
.months-table {
  width: 100%;
  overflow-x: auto;
  margin: 20px auto;
  max-width: 400px;
}

.months-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.months-table th,
.months-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.months-table th {
  background-color: #410001;
  color: #fff;
  font-weight: bold;
}

.months-table tr:nth-child(even) {
  background-color: #333;
}





/*Codigo para compartir web*/

.share-buttons {
  display: flex;
  justify-content: center;
  /* Centra horizontalmente */
  gap: 15px;
  margin-top: 20px;
}

.share-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: background 0.3s ease;
  text-decoration: none !important;
}

.facebook {
  background: #3b5998;
}

.facebook:hover {
  background: #2d4373;
}

.twitter {
  background: #1da1f2;
}

.twitter:hover {
  background: #0d95e8;
}

.whatsapp {
  background: #25d366;
}

.whatsapp:hover {
  background: #1ebe5d;
}

.email {
  background: #dd4b39;
}

.email:hover {
  background: #c23321;
}


/*Codigo para compartir web fin*/




/*Codigo tooltips animado*/
[data-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-tooltip]::before,
[data-tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  position: absolute;
  display: none;
  opacity: 0;
}

[data-tooltip]::before {
  content: '';
  border: 6px solid transparent;
  z-index: 8;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 8px;
  border-radius: 3px;
  background: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
  z-index: 7;
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  display: block;
}

[data-tooltip='']::before,
[data-tooltip='']::after {
  display: none !important;
}

/* TOP / DEFAULT */
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow^="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #FF0000;
}

[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^="top"]::after {
  bottom: calc(100% + 5px);
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^="top"]::before,
[data-tooltip][data-flow^="top"]::after {
  left: 50%;
  transform: translate(-50%, -.4em);
}

/* BOTTOM */
[data-tooltip][data-flow^="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #FF0000;
}

[data-tooltip][data-flow^="bottom"]::after {
  top: calc(100% + 5px);
}

[data-tooltip][data-flow^="bottom"]::before,
[data-tooltip][data-flow^="bottom"]::after {
  left: 50%;
  transform: translate(-50%, .4em);
}

/* LEFT */
[data-tooltip][data-flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #FF0000;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}

[data-tooltip][data-flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.4em, -50%);
}

/* RIGHT */
[data-tooltip][data-flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #FF0000;
  right: calc(0em - 7px);
  transform: translate(.4em, -50%);
}

[data-tooltip][data-flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

@keyframes tooltip-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltip-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

[data-tooltip]:not([data-flow]):hover::before,
[data-tooltip]:not([data-flow]):hover::after,
[data-tooltip][data-flow^="top"]:hover::before,
[data-tooltip][data-flow^="top"]:hover::after,
[data-tooltip][data-flow^="bottom"]:hover::before,
[data-tooltip][data-flow^="bottom"]:hover::after {
  animation: tooltip-vert .5s ease-out forwards;
}

[data-tooltip][data-flow^="left"]:hover::before,
[data-tooltip][data-flow^="left"]:hover::after,
[data-tooltip][data-flow^="right"]:hover::before,
[data-tooltip][data-flow^="right"]:hover::after {
  animation: tooltip-horz .5s ease-out forwards;
}

/*Codigo tooltips animado*/

/*Redes horizontales*/
.redes_horz {
  display: flex;
  justify-content: center;
  width: 100px;
  margin: 0 auto;
}

.redes_unid {
  flex: 1;
  text-align: center;
  padding: 0px 10px;
}

.redes_unid img {
  width: 30px !important;
  height: auto !important;
}

.redes_left {
  position: fixed;
  left: 5px;
  top: 50%;
  margin-top: -70px;
  width: 20px;
  z-index: 9;
}

.redes_left .redes_unid {
  padding: 10px 0px;
}

.redes_left .redes_unid img {
  width: 20px !important;
  height: auto !important;
}

/*Redes horizontales fin*/

.pesta_whatsapp {
  position: fixed;
  bottom: 110px;
  right: 12px;
  z-index: 9999;
}

.pesta_instagram {
  position: fixed;
  bottom: 60px;
  right: 12px;
  z-index: 9999;
}

.pesta_messenger {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.pesta_whatsapp img,
.pesta_instagram img,
.pesta_messenger img {
  width: 40px;
}

.back-top.is-visible {
  left: 20px;
}


.site-header.header-style-5.full-width .content-wrap.pinned {
  background: #000;
  border-bottom: 0px solid #eee;
}

.rh-cover:before {
  background-color: transparent !important;
}

.rh-cover .rh-panel {
    background: url(https://anthonyeliopulos.com/wp-content/uploads/bk_menu_cel.jpg);
    background-attachment: fixed;
    background-size: cover;
}




.site-header.header-style-5.boxed .header-inner,
.site-header.header-style-5.full-width {
  border-bottom: 0px solid #eee;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.spacio_cero .bs-vc-wrapper.wpb_wrapper,
.spacio_cero>.bs-vc-wrapper>.vc_column_container>.bs-vc-wrapper,
.spacio_cero+.vc_row>.bs-vc-wrapper>.bs-vc-column>.bs-vc-wrapper {
  padding-top: 0px !important;
}




.spacio_cero .wpb_wrapper> :last-child,
.spacio_cero {
  margin-bottom: 0px !important;
}

.spacio_cero .wpb_content_element {
  margin-bottom: 0px !important;
}

a#scroll-to-top {
  display: none !important;
}

.rh-cover .rh-c-m .resp-menu li>a {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 14px;
  color: #c4c4c4;
  text-transform: uppercase;
}

.rh-cover .rh-p-h {
  height: 30px;
}

.texto_web,
.texto_web p {
  font-size: 18px;
}

.creditos_menu_cel a {}



@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

.ani_img img:hover {
  animation: bounce 0.5s;
}



.botones_conjunto_spacio {
  text-align: center;
  margin: 20px 0px !important;
}








.btn-fondo-img {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  max-width: 600px;
  min-height: 100px;
  cursor: pointer;
  overflow: hidden;
  /* Imagen de fondo solo en el lado izquierdo */
  background:
    url("https://anthonyeliopulos.com/wp-content/uploads/icon_patrocinarme_1.png") no-repeat left center,
    #750707;
  background-size: 150px 100%, auto;
}

.btn-fondo-img:hover {
  background:
    url("https://anthonyeliopulos.com/wp-content/uploads/icon_patrocinarme_2.png") no-repeat left center,
    #ff0000;
  background-size: 150px 100%, auto;
  border: 1px solid #fff;

}

.btn-img-invisible {
  width: 110px;
  /* mismo ancho que la imagen de fondo */
  height: 100%;
  /* ocupa todo el alto */
  opacity: 0;
  /* invisible, pero mantiene espacio */
}

.btn-texto-fondo {
  flex: 1;
  text-align: center;
  padding: 0 10px;
}

.img_peque {
  width: 0px !important;
  height: 0px !important;
  display: block !important;
}









/*BOTONES CONTACTO NUEVA VERSIÓN*/
.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff !important;
  border: 4px solid #ff843c !important;
  border-radius: 15px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 2px !important;
  width: 100%;
  max-width: 250px;
  min-height: auto;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-contact:hover {
  background: #ff843c !important;
  color: #fff;
  border: 2px solid #fff !important;
}

/*.btn-contact img{
  filter: invert(1);
}*/

/*#btn_contact1 img{
  filter: invert(0)!important;
}*/

.btn-icono-contact {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

.btn-texto-contact {
  text-align: center;
}

/**/





/*BOTONES CONTACTO NUEVA VERSIÓN*/
.btn-contact_footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000 !important;
  border: 2px solid #fff !important;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 2px !important;
  width: 100%;
  max-width: 250px;
  min-height: auto;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-contact_footer:hover {
  background: #fff !important;
  color: #000;
  border: 2px solid #000 !important;
}

/*.btn-contact img{
  filter: invert(1);
}*/

/*#btn_contact1 img{
  filter: invert(0)!important;
}*/

.btn-icono-contact_footer {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

.btn-texto-contact_footer {
  text-align: center;
}

/**/







.btn-contact_footer2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000 !important;
  border: 2px solid #fff !important;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px !important;
  width: 100%;
  max-width: 250px;
  min-height: auto;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-contact_footer2:hover {
  background: #fff !important;
  color: #000;
  border: 2px solid #000 !important;
}

.btn-contact_footer2:hover img {
  filter: invert(1) !important;
}

.btn-icono-contact_footer2 {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

.btn-texto-contact_footer2 {
  text-align: center;
}

/**/



/*BOTONES IG*/
.btn-ig {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #db3bc1;
  background: linear-gradient(280deg, rgba(219, 59, 193, 1) 0%, rgba(199, 87, 145, 1) 50%, rgba(237, 221, 83, 1) 100%);
  border: 2px solid #fff;
  border-radius: 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 2px;
  width: 100%;
  max-width: 250px;
  min-height: auto;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-ig:hover {
  background: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}


.btn-ig:hover img {
  filter: invert(1) !important;
}



.btn-icono-ig {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

.btn-texto-ig {
  text-align: center;
}

/**/




/*BOTONES FB*/
.btn-fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #395498 !important;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 2px;
  width: 100%;
  max-width: 250px;
  min-height: auto;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-fb:hover {
  background: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}

.btn-fb:hover img {
  filter: invert(1) !important;
}

.btn-icono-fb {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

.btn-texto-fb {
  text-align: center;
}


/*BOTON YT*/
.btn-yt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ff0000 !important;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 2px;
  width: 100%;
  max-width: 250px;
  min-height: auto;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-yt:hover {
  background: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}

.btn-yt:hover img {
  filter: invert(1) !important;
}

.btn-icono-yt {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

.btn-texto-yt {
  text-align: center;
}



/*BOTON X*/
.btn-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000 !important;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 2px;
  width: 100%;
  max-width: 250px;
  min-height: auto;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-x:hover {
  background: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}

.btn-x:hover img {
  filter: invert(1) !important;
}

.btn-icono-x {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

.btn-texto-x {
  text-align: center;
}



.elemento_cel {
  display: none !important;
}









/* Responsive: en pantallas pequeñas la tabla se convierte en bloques */
@media (max-width: 600px) {

  .months-table table,
  .months-table thead,
  .months-table tbody,
  .months-table th,
  .months-table td,
  .months-table tr {
    display: block;
  }

  .months-table thead tr {
    display: none;
    /* ocultamos encabezados */
  }

  .months-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #000;
  }

  .months-table td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
  }

  .months-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main-wrap {
    background-color: inherit !important;
  }

  .layout-1-col,
  .layout-2-col,
  .layout-3-col {
    margin-top: 0px !important;
  }

  .img_cel_principal img {
    padding: 25px 0px;
  }

  .elemento_cel {
    display: block !important;
  }

  .elemento_pc {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .btn-fondo-img {
    font-size: 16px;
  }

  .btn-texto-fondo {
    padding: 0 50px;
  }
}

@media (max-width: 390px) {
  .btn-fondo-img {
    font-size: 14px;
  }

  .btn-texto-fondo {
    padding: 0 30px;
  }
}

@media (max-width: 320px) {
  .btn-fondo-img {
    font-size: 14px;
  }

  .btn-texto-fondo {
    padding: 0 10px;
  }

  .btn-fondo-img {
    /* CAMBIO AQUÍ: Se cambió 'left' por '-50px' */
    background: url("https://anthonyeliopulos.com/wp-content/uploads/icon_patrocinarme_1.png") no-repeat -30px center,
    #750707;
    background-size: 150px 100%,
    auto;
  }

    .btn-fondo-img:hover {
    background: url("https://anthonyeliopulos.com/wp-content/uploads/icon_patrocinarme_2.png") no-repeat -30px center,
    #750707;
    background-size: 150px 100%,
    auto;
  }


}