/* 
Theme Name: Digital Cocktail Theme
Theme URI: https://github.com/DigitalCocktail/dc-theme.git
Description: Tema hijo de Hello Elementor para extender y crear nuevas funcionalidades
Author: Digital Cocktail Team
Author URI: https://digitalcocktail.co/
Template: hello-elementor
Version: 0.1.0
Text Domain: dc-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, addons
*/

h3-slider,
h4-slider,
p-slider {
  font-family: Helvetica !important;
  font-style: normal !important;
  line-height: normal !important;
}

h3-slider {
  font-size: 18px;
  font-weight: 400;
}

h4-slider {
  font-size: 16px;
  font-weight: 700;
}

p-slider {
  font-size: 12px !important;
  font-weight: 400 !important;
}

hr {
  height: 1px !important;
  background-color: rgba(83, 35, 70) !important;
}

.hidden-img {
  display: none;
}
.color {
  display: block;
}

.item {
  transition: transform 0.3s ease;
  color: rgb(0, 0, 0);
}
.owl-carousel .owl-item {
  transform: scale(0.8);
}

.owl-item.active.center {
  width: 337px;
}

.owl-carousel .owl-item.center .item {
  transform: scale(1.2);
  color: rgb(255, 255, 255);
  fill: #ffffff;

  border-radius: 16px;
  box-shadow: 24px 23px 50px 0px rgba(83, 35, 70, 0.4);
}
.owl-item.center hr {
  background-color: #fcfcfc !important;
}

@media only screen and (min-width: 1024px) {
  .owl-item.center hr {
    background-color: #fcfcfc;
/*     width: 266px;
 */  
}
}

@media only screen and (max-width: 767px) {
  h3-slider {
    font-size: 16px !important;
  }
  h4-slider {
    font-size: 14px !important;
  }
}

.owl-item.center path {
  fill: #fcfcfc;
}
.owl-item.center .hidden-img {
  display: block;
}
.owl-item.center .color {
  display: none;
}
.owl-item.center h3-slider {
  font-weight: 700;
}
.owl-carousel .owl-item:not(.center) .item {
  border-radius: 16px;
  box-shadow: -6px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(205, 205, 205, 0.5);
  border-right: 1px solid rgba(205, 205, 205, 0.5);
  background: var(--text-Dark, #fff);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 16px;
  font: inherit;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

.owl-theme .owl-stage {
  padding-bottom: 8%;
}
.owl-theme .owl-stage {
  position: relative !important;
}
.owl-prev {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 70%;
  width: 30px;
  font-size: 35px !important;
  color: rgb(0, 0, 0) !important;
  background-color: #ffffff99 !important;
}

.owl-prev:hover {
  background-color: #d6d6d680 !important;
}

.owl-next {
  position: absolute;
  top: 0%;
  right: 0%;
  height: 70%;
  width: 30px;
  font-size: 35px !important;
  color: rgb(0, 0, 0) !important;
  background-color: #ffffff99 !important;
}

.owl-next:hover {
  background-color: #d6d6d680 !important;
}

p-objective {
  color: #213d52;
  text-align: center;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
}

.parent-container:hover .primary {
  visibility: hidden !important;
}
.secondary {
  visibility: hidden !important;
}
.parent-container:hover .secondary {
  visibility: visible !important;
}

.parent-container:hover p-objective {
  font-weight: 700;
}

.parent-container-result:hover .hover-custom{
  filter: blur(2px);
}
.secondary-result{
  visibility: hidden !important;

}
.parent-container-result:hover .secondary-result{
  visibility: visible !important;
}

show-more-objetive {
  color: #213d52;
  font-family: Verdana;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

/* Backdrop */
.modal-backdrop {
  background-color: rgba(17, 24, 39, 0.5);
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none; /* Oculto por defecto */
}

/* Modal */
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 50; /* Asegúrate de que el z-index del modal sea mayor que el del backdrop */
  overflow-y: auto;
  display: none; /* Oculto por defecto */
}

.modal-content {
  width: 100%;
  max-width: 629px;
  height: 100%;
  max-height: 874px;
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.modal-header {
  width: 100%;
  height: 296px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.25rem;
  position: relative;
}

.modal-header img {
  width: 100%;
}

.modal-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.modal-body {
  padding: 31px 4rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.modal-body .modal-title {
  color: #2d3748;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}

.modal-body .modal-subtitle {
  color: #2d3748;
  font-size: 1.125rem;
  text-transform: capitalize;
}

.modal-body .modal-text {
  color: #3f3f46;
  font-size: 1.125rem;
  text-transform: capitalize;
  font-style: italic;
}

.modal-content-scroll {
  height: 330px;
  overflow-y: scroll;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.modal-text-content {
  text-align: justify;
  color: #3f3f46;
  font-size: 1.125rem;
  line-height: 25.2px;
  padding: 0 1rem 63px;
  border-bottom: 1px solid #fff;
}

/* Clase para bloquear el scroll cuando el modal está abierto */
.modal-open {
  overflow: hidden;
}


.wpr-logo-image, .wpr-logo-text, .wpr-logo-image{
  z-index: 0 !important;
}

.filter_active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25)
}

.content-icon path {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 0px; 

}

.content-icon svg{
  height: 24px;
  width: auto;
}

.content-text h1{
  color: #ffffff;
}


ul {
  list-style-type: disc !important;
  list-style-position: inside !important;
}


ol {
  list-style-type: decimal  !important;
}

li{
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .flipbook-menu-center svg {
    width: 14px !important;
  }
}

.new-item:hover * {
  background-color: transparent !important;

}



.swal2-confirm:focus{
  background-color: #213d51 !important;
}

.swal2-confirm:hover{
  background-color: #213d51 !important;
}

.swal2-confirm{
  background-color: #213d51 !important;
}
