/**handles:hello-elementor-child-style**/
/* 
Theme Name:  Sevisible 2020
Theme URI:   https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:      Juan Gonzalez
Template:    hello-elementor
Version:     1.0.1
Text Domain: sevisible
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
*/
:root {
    --azul: #395da1;
    --morado:#8c5495;
    --morado-claro:#ba90bb;
    --amarillo:#e9c96c;
    --naranja:#d17a33;
    --turquesa:#70b5da;
    --turquesa-claro:#88c9ec;
    --navy:#001434;
    --gris:#6e7588;
    --rosa:#d899af;
    --crema:#e8c29f;
}
/*
 * Base
*/
a {
    color: #70B6DB;
}

a:hover,
a:focus {
    color: #395DA2;
}

/*
 * Botones
*/
.sev-btn--rosa a,
.elementor-widget-fd_advanced_button .dbwt-button-left,
.elementor-widget-fd_advanced_button .dbwt-button-right {
    background: linear-gradient(90deg, var(--rosa), var(--crema)) !important;
}

.sev-btn--azul a {
  background: linear-gradient(90deg, var(--azul), var(--navy)) !important;
}

.sev-btn--turquesa a {
  background: linear-gradient(90deg, var(--turquesa-claro), var(--turquesa)) !important;
}

/* Dual buttons */
.elementor-widget-fd_advanced_button .dbwt-button-left {
    margin-right: 4px;
}

.elementor-widget-fd_advanced_button .dbwt-button-right {
    margin-left: 4px;
}

.elementor-widget-fd_advanced_button .btn-hover {
    display: none;
}

.elementor-widget-fd_advanced_button .dual-button-with-text-wrapper .btn-left {
    float: none !important;
    display: flex;
    flex: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.elementor-widget-fd_advanced_button .dual-button-with-text-wrapper .btn-left a {
    float: none !important;
    flex: none;
    width: 100%;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.elementor-widget-fd_advanced_button .dual-button-with-text-wrapper .btn-right {
    width: 100%;
}

.elementor-widget-fd_advanced_button .dual-button-with-text-wrapper .btn-right a {
    width: 100%;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.sevi-btn--efecto {
  background-size: 300% 300%;
}

.sevi-btn--efecto a:hover{
    -webkit-animation-name: gradiente;
    animation-name: gradiente;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sev-btn--rosa.sevi-btn--efecto a {
  background: linear-gradient(90deg, var(--rosa), var(--crema), var(--rosa)) !important;
}

@keyframes gradiente {
  0% {
      background-position: 0% 50%;
  }
  100% {
      background-position: 100%;
  }
}


/*
 * Bouncing Letters
*/
.bouncesmart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font: normal bold 6rem "Gotham", sans-serif;
  white-space: nowrap;
}

.letter {
  -webkit-animation: bouncesmart 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
          animation: bouncesmart 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-top: 0.5em;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 0.05em;
  font: normal bold 6rem "Gotham", sans-serif;
  color: var(--naranja);
}
.letter:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.letter:nth-child(2) {
  -webkit-animation-delay: 0.0833333333s;
          animation-delay: 0.0833333333s;
}
.letter:nth-child(3) {
  -webkit-animation-delay: 0.1666666667s;
          animation-delay: 0.1666666667s;
}
.letter:nth-child(4) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.letter:nth-child(5) {
  -webkit-animation-delay: 0.3333333333s;
          animation-delay: 0.3333333333s;
}
.letter:nth-child(6) {
  -webkit-animation-delay: 0.4166666667s;
          animation-delay: 0.4166666667s;
}

@-webkit-keyframes bouncesmart {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.4) 0 0 0.05em;
  }
  100% {
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
    text-shadow: rgba(0, 0, 0, 0.4) 0 1em 0.35em;
  }
}

@keyframes bouncesmart {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.4) 0 0 0.05em;
  }
  100% {
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
    text-shadow: rgba(0, 0, 0, 0.4) 0 1em 0.35em;
  }
}

/* Slider Perfiles creativos */
.sevi-perfiles-slider:before,
.sevi-perfiles-slider:after {
  content: "";
  display: block;
  width: 100%;
  height: 137px;
  background-image: url('/wp-content/themes/sevisible/assets/images/separador-slider.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  position: absolute;
}

.sevi-perfiles-slider:before {
  top: -2px;
}

.sevi-perfiles-slider:after {
  transform: rotate(180deg);
  margin-top: -137px;
  bottom: -2px;
}

/* Separador Narrow */
/* Slider Perfiles creativos */
.sevi-separador-narrow:before,
.sevi-separador-narrow:after {
  /* content: ""; */
  display: block;
  width: 100%;
  height: 137px;
  background-image: url('/wp-content/themes/sevisible/assets/images/separador-narrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  position: absolute;
}

.sevi-separador-narrow:before {
  top: -2px;
}

.sevi-separador-narrow:after {
  transform: rotate(180deg);
  margin-top: -137px;
  bottom: -2px;
}

/* Medium Screens and Up */
@media only screen and (min-width:991px) {
  /* PopUp */
  .sevi-columnas-smart .elementor-column {
    width: 33.33% !important;
  }
}

/* Fixes for webflow */
.w-lightbox-backdrop {
  cursor:auto;
  font-style:normal;
  font-variant:normal;
  letter-spacing:normal;
  list-style:disc;
  text-indent:0;
  text-shadow:none;
  text-transform:none;
  visibility:visible;
  white-space:normal;
  word-break:normal;
  word-spacing:normal;
  word-wrap:normal;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  color:#fff;
  font-family:"Helvetica Neue",Helvetica,Ubuntu,"Segoe UI",Verdana,sans-serif;
  font-size:17px;
  line-height:1.2;
  font-weight:300;
  text-align:center;
  background:rgba(0,0,0,0.9);
  z-index:2000;
  outline:0;
  opacity:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-transform:translate(0,0);
  }
  
  .w-lightbox-backdrop,.w-lightbox-container {
  height:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  }
  
  .w-lightbox-content {
  position:relative;
  height:100vh;
  overflow:hidden;
  }
  
  .w-lightbox-view {
  position:absolute;
  width:100vw;
  height:100vh;
  opacity:0;
  }
  
  .w-lightbox-view:before {
  content:"";
  height:100vh;
  }
  
  .w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
  height:86vh;
  }
  
  .w-lightbox-frame,.w-lightbox-view:before {
  display:inline-block;
  vertical-align:middle;
  }
  
  .w-lightbox-figure {
  position:relative;
  margin:0;
  }
  
.w-lightbox-group .w-lightbox-figure {
  cursor:pointer;
}

.w-lightbox-img {
  width:auto;
  height:auto;
  max-width:none;
}

.w-lightbox-image {
  display:block;
  float:none;
  max-width:100vw;
  max-height:100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height:86vh;
}

.w-lightbox-caption {
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  background:rgba(0,0,0,0.4);
  text-align:left;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  padding:.5em 1em;
}

.w-lightbox-embed {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
}

.w-lightbox-control {
  position:absolute;
  top:0;
  width:4em;
  background-size:24px;
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
  -webkit-transition:all .3s;
  transition:all .3s;
}

.w-lightbox-left {
  display:none !important;
  bottom:0;
  left:0;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
}

.w-lightbox-right {
  display:none !important;
  right:0;
  bottom:0;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
}

.w-lightbox-close {
  right:0;
  height:2.6em;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size:18px;
}

.w-lightbox-strip {
  line-height:0;
  white-space:nowrap;
  overflow-x:auto;
  overflow-y:hidden;
  padding:0 1vh;
}

.w-lightbox-item {
  display:inline-block;
  width:10vh;
  box-sizing:content-box;
  cursor:pointer;
  -webkit-transform:translate3d(0,0,0);
  padding:2vh 1vh;
}

.w-lightbox-active {
  opacity:.3;
}

.w-lightbox-thumbnail {
  position:relative;
  height:10vh;
  background:#222;
  overflow:hidden;
}

.w-lightbox-thumbnail-image {
  position:absolute;
  top:0;
  left:0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top:50%;
  width:100%;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left:50%;
  height:100%;
  -webkit-transform:translate(-50%,0);
  -ms-transform:translate(-50%,0);
  transform:translate(-50%,0);
}

.w-lightbox-spinner {
  position:absolute;
  top:50%;
  left:50%;
  box-sizing:border-box;
  width:40px;
  height:40px;
  margin-top:-20px;
  margin-left:-20px;
  border:5px solid rgba(0,0,0,0.4);
  border-radius:50%;
  -webkit-animation:spin .8s infinite linear;
  animation:spin .8s infinite linear;
}

.w-lightbox-spinner:after {
  content:"";
  position:absolute;
  top:-4px;
  right:-4px;
  bottom:-4px;
  left:-4px;
  border:3px solid transparent;
  border-bottom-color:#fff;
  border-radius:50%;
}

.w-lightbox-inactive,.w-lightbox-inactive:hover {
  opacity:0;
}

.w-hidden,.w-widget-map .gm-style-iw+div,.w-lightbox-hide,.w-nav[data-collapse="all"] .w-nav-menu {
  display:none;
}

.w-widget-twitter,.w-widget-gplus,.w-lightbox-noscroll,.w-richtext ol,.w-richtext ul {
  overflow:hidden;
}

@media (min-width:768px) {
  .w-lightbox-content {
    height:96vh;
    margin-top:2vh;
  }

  .w-lightbox-view,.w-lightbox-view:before {
    height:96vh;
  }

  .w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
    height:84vh;
  }

  .w-lightbox-image {
    max-width:96vw;
    max-height:96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width:82.3vw;
    max-height:84vh;
  }

  .w-lightbox-left,.w-lightbox-right {
    display:block;
    opacity:.5;
  }

  .w-lightbox-close {
    opacity:.8;
  }

  .w-lightbox-control:hover {
    opacity:1;
  }
}

/* =================================================== */

.blob-icons .elementor-social-icons-wrapper {
    display: -webkit-box;
    display: flex;
    margin: 0;
}

.blob-icons .elementor-social-icon {
    -webkit-box-flex: none;
            flex: none;
    list-style: none;
    width: 50px;
    height: 50px;
    margin: 0 10px !important;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: rgba(0, 0, 0, 0.25);
    position: relative;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    padding: 0;
    background: transparent !important;
}

.blob-icons .elementor-social-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #fff;
    background: linear-gradient(165deg, #F2888F, #ADDFEB);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-animation: blob 12s linear infinite alternate;
            animation: blob 12s linear infinite alternate;
}

.blob-icons .elementor-social-icon:hover::before {
    background: #fff;
    background: linear-gradient(165deg, #395DA2, #001534);
}

.blob-icons .elementor-social-icon i {
    position: relative;
    z-index: 1;
}

@-webkit-keyframes blob {
    0%,
      100% {
      border-radius: 77% 47% 61% 49%;
    }
    20% {
      border-radius: 89% 26% 70% 30%;
    }
    40% {
      border-radius: 56% 93% 56% 94%;
    }
    60% {
      border-radius: 68% 60% 94% 96%;
    }
    80% {
      border-radius: 34% 74% 59% 82%;
    }
}

@keyframes blob {
    0%,
      100% {
      border-radius: 77% 47% 61% 49%;
    }
    20% {
      border-radius: 89% 26% 70% 30%;
    }
    40% {
      border-radius: 56% 93% 56% 94%;
    }
    60% {
      border-radius: 68% 60% 94% 96%;
    }
    80% {
      border-radius: 34% 74% 59% 82%;
    }
}


.outline-white {
    color: #FFFFFF !important;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
}

.outline {
    color: #2F559F !important;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var( --e-global-color-primary );
}