/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */


/* .site-main .page-content div.multi-background-shadows.multi-background-shadows{
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% 200px, 100% 400px;
} */
.page-content .multi-background-shadows{
  --bg_size: 200px;
}
.page-content .multi-background-shadows:before,
.page-content .multi-background-shadows:after,
.page-content .multi-background-banner-page:after{

  content: '';
  background-repeat: no-repeat;
  background-size: 100% var(--bg_size);
  position: absolute;
  width: 100%;
  height: var(--bg_size);
  isolation: isolate;
  left: 0;
  z-index: 0;
}
.page-content .multi-background-shadows:before{
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background-position: top center;
  top: 0;
}

.page-content .multi-background-shadows:after{
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background-position: bottom center;
  bottom: 0;
}
.page-content .multi-background-banner-page{
  --bg_size: 180px
}
.page-content .multi-background-banner-page:after{

  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background-position: bottom center;
  bottom: 0;
}

@media screen and (max-width: 767px){
  .page-content .multi-background-shadows,
  .page-content .multi-background-banner-page{
    --bg_size: 100px
  }
}

.box-servicio-effect{
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  --transition-duration: 500ms;
  --transition-easing: ease-out;
  overflow: hidden;

  width: 100%;
  /* min-width: 380px; */
  min-width: 100%;
  height: 360px;
  margin: 0;


}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px){

  .box-servicio-effect{
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transition: min-width 700ms, height 700ms, top 700ms, left 700ms, margin 700ms;
    -moz-transition: min-width 700ms, height 700ms, top 700ms, left 700ms, margin 700ms;
    -ms-transition: min-width 700ms, height 700ms, top 700ms, left 700ms, margin 700ms;
    transition: min-width 700ms, height 700ms, top 700ms, left 700ms, margin 700ms;
  }


  .box-servicio-effect:hover{
    min-width: 400px;
    height: 400px;
    top: -20px;
    left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }
}

/* @media screen and (max-width: 576px){
  .box-servicio-effect{
    width: 100%;
    min-height: 350px;
    height: auto;
    max-width: 350px;
    left: 50%!important;
    transform: translateX(-50%);

  }
} */

@media screen and (max-width: 767px){
  .box-servicio-effect{
    width: 100%;
    min-height: 350px;
    height: auto;
    max-width: 380px;
    min-width: initial;
    left: 50%!important;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .box-servicio-effect{
    max-width: 380px;
    min-width: initial;
  }
}


/* .shine-effect::before{
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 100%);
  animation: shine 2s infinite;
}

*/
.box-servicio-effect::before{
  content: "";
    background: rgba(255, 255, 255, 0.25);
    width: 20%;
    height: 150%;
    top: -30%;
    left: -125%;
    transform: skew(45deg);
    position: absolute;
    transition: left var(--transition-duration) var(--transition-easing);
}
.box-servicio-effect:hover::before{
  left: 170%;
}

.circle-content{
 /*  --circle-with: 158px;
  --circle-height: 158px; */
  width: var(--circle-with, 158px);
  height: var(--circle-height, 158px);
  position: relative;
}

.circle-content__front{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 18px solid #efefef;
  background-color: #fff;
}

.circle-content__front img{
  max-width: 90px;
}

.circle-content__back{
  width: var(--circle-back-with, 500px);
  height: var(--circle-back-height, 500px);
  background: #000 url('image/bg-circle.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
  transform-origin: center;
  opacity: 0;
  z-index: 100;

}



.circle-content__back img{
  max-width: 105px;
}

.circle-content__back h3{
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: inherit;
  font-weight: 700;
  margin-block: 30px 20px;
  text-align: center;
  padding-inline: 18px;
}

.circle-content__back p{
  font-size: 20px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color: inherit;
  margin-bottom: 15px;
  max-width: 432px;
  text-align: center;
  width: 90%;
  line-height: 27px;
  padding-inline: 15px;

}

.circle-content__back a{
  font-size: 20px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: inherit;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.circle-content__back a:hover{
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px){
  .circle-content:hover .circle-content__back{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: all 0.3s ease;
  }

}

@media screen and (max-width: 767px){
  .circle-content__wrapper{
    position: relative!important;
    top: 0!important;
    padding: 0!important;
    left: 50%!important;
  }
  .circle-content{
    width: 330px;
    height: 330px;
  }
  .circle-content__front{
    display: none;
  }
  .circle-content__back{
    width: 330px;
    height: 330px;
    position: relative;
    transform: scale(1);
    opacity: 1;
    top: 0;
    left: 0;
  }
  .circle-content__back img {
    max-width: 60px;
  }
  .circle-content__back h3{
    font-size: 25px;
    margin-block: 10px 10px;
  }
  .circle-content__back p{
    font-size: 15px;
    max-width: 310px;
    line-height: 25px;
  }
  .circle-content__back a {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .circle-content__wrapper{
    position: relative!important;
    top: 0!important;
    padding: 0!important;
    left: initial!important;
    transform: initial!important;
  }
  .circle-content{
    width: 350px;
    height: 350px;
  }
  .circle-content__front{
    display: none;
  }
  .circle-content__back{
    width: 350px;
    height: 350px;
    position: relative;
    transform: scale(1);
    opacity: 1;
    top: 0;
    left: 0;
  }
  .circle-content__back img {
    max-width: 60px;
  }
  .circle-content__back h3{
    font-size: 24px;
    margin-block: 10px 10px;
  }
  .circle-content__back p{
    font-size: 14px;
    max-width: 310px;
    line-height: 25px;
  }
  .circle-content__back a {
    font-size: 18px;
  }
}
