/*
 Theme Name:   CAPOTE
 Description:  Hello Elementor Child Theme
 Author:       Perduracion Digital
 Author URI:   https://perduraciondigital.com/
 Template:     hello-elementor
 Version:      5.0
 Text Domain:  hello-elementor
*/

/* -----> GENERAL */

.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 0px !important;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
.elementor-icon-box-wrapper .elementor-icon-box-title{
	margin-top: 0 !important;
}
.elementor-widget-icon .elementor-icon-wrapper{
	display: flex !important;
}
.elementor-widget-text-editor .elementor-widget-container>*:last-child,
.elementor-text-editor>*:last-child{
	margin-bottom: 0 !important;
}
.elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}
* p:first-child{
	margin-top: 0;
}
* .resaltar{
	color: var(--e-global-color-primary) !important;
    font-weight: 800 !important;
}
.items_rep .jet-listing-dynamic-repeater__items {
    flex-wrap: wrap !important;
}
@media(max-width:768px){
    .elementor-icon-box-wrapper{
        display: flex;
        align-items: center;
    }
    .elementor-icon-box-icon{
        line-height:0;   
    }
}

/* -----> CABECERA */

header .elementor-sticky--active {
    box-shadow: 0 0 10px 1px #8181813b;
}

@media (max-width: 767px) {
    body:not(.rtl) .elementor-647 .elementor-element.elementor-element-6900011 .elementor-sitemap-section ul {
        padding-left: 25px;
        margin-left: 0px;
    }
}

/* -----> PIE DE PAGINA */

/* -> Firma de Perduracion Digital */
.firma_pdp {
  	position: relative;
    font-weight: 800;
	transition: 0.5s all ease-in-out;
}
.firma_pdp:hover{
	margin-left: 8px;
}
.firma_pdp::before,
.firma_pdp::after {
  content: '';
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease;
}
.firma_pdp::before {
  content: '{';
  left: -15px;
}
.firma_pdp::after {
  content: '}';
  right: -15px;
}
.firma_pdp:hover::before {
  opacity: 1;
  left: -9px;
}
.firma_pdp:hover::after {
  opacity: 1;
  right: -9px;
}

/* -----> PAGINA DE INICIO */

/* Animation for WhatsApp pulse effect with iOS compatibility */
@-webkit-keyframes pulso-whatsapp {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 30px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 30px rgba(37, 211, 102, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes pulso-whatsapp {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 30px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 30px rgba(37, 211, 102, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Animation for WhatsApp mini pulse effect with iOS compatibility */
@-webkit-keyframes pulso-whatsapp-mini {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes pulso-whatsapp-mini {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* WhatsApp button styles (left) with iOS compatibility */
.whatsapp-button.left-float {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 1000;
    padding: 8px;
    background: #25d366;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    -webkit-animation: pulso-whatsapp 1.7s infinite;
    animation: pulso-whatsapp 1.7s infinite;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.whatsapp-button.left-float:before {
    content: "\edaa";
 	font-family: "Huge Icons" !important;
    color: #fff;
    font-size: 32px;
}

/* WhatsApp button styles (right) with iOS compatibility */
.whatsapp-button.right-float {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    background: #075e54;
    border-radius: 50px;
    padding: 14px 48px 14px 14px;
    align-items: center;
    gap: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-animation: pulso-whatsapp 1.7s infinite;
    animation: pulso-whatsapp 1.7s infinite;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.whatsapp-button.right-float:hover {
    background: #25d366;
}

.whatsapp-button.right-float .icon-container {
    display: flex;
}

.whatsapp-button.right-float .icon-container img {
    width: 30px;
    padding: 2px;
    background: #fff;
    border-radius: 50px;
}

.whatsapp-button.right-float .text-content {
    display: flex;
    flex-direction: column;
}

.whatsapp-button.right-float .text-content:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #25d366;
    position: absolute;
    right: 16px;
    top: 45%;
    -webkit-animation: pulso-whatsapp-mini 1.7s infinite;
    animation: pulso-whatsapp-mini 1.7s infinite;
}

.whatsapp-button.right-float .main-text {
    color: #f7f7f7;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
}

.whatsapp-button.right-float .sub-text {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .whatsapp-button.left-float {
        bottom: 20px;
        left: 10px !important;
    }
    .whatsapp-button.right-float {
        display: none;
    }
}

.efecto_shine {
  overflow: hidden;
}

.efecto_shine:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.efecto_shine:hover:before {
  animation: shine 1.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes rebotar {
    0%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.efecto_flotar {
    animation: rebotar 5s ease infinite;
}

.efecto_flotar_2 {
    animation: rebotar 6s ease infinite;
}

/* -----> SERVICIOS */

.elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.elementor-field-type-acceptance .elementor-field-option label {
    font-size: 12px;
}