/*///////
MAIN COLORS
///////////*/

:root{
    --azul: #00488E;
    --amarillo: #FAAE00;
    --naranja: #f0a400;
    --verde: #C7CC26;
    --verde2: #44A845;
    --main:#383C41;
    --main2:white;   
    --main0: #F2F4F8;
    --main-text:#212721;
    --font-body: 'Poppins';
    --font-title: 'Poppins';
}
/*/SHARE/*/

div.shared-button {
/* 
*/display: flex;align-items: center;margin-top: 20px;margin-bottom: 100px;}
div.shared-button a.sbtn {
    width: 50px; /* Modificar este valor para ajustar el tamaño de los botones */
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    margin-right: 7px;
}
div.shared-button .facebook {
    background-color: #3b5998;
}
div.shared-button .facebook:hover, div.shared-button a.facebook:active  {
    background-color: #2d4372;
}
div.shared-button .twitter {
        background-color: #00aced;
}
a.twitter svg path {
    fill: white;
}
a.twitter svg {
    width: 13px;
    height: auto;
    fill: white;
}
div.shared-button .twitter {
    background-color: black;
}
body{
    font-family: Montserrat;
}
div.shared-button .linkedin {
    background-color: #0074A1;
}
div.shared-button .linkedin:hover, div.shared-button a.linkedin:active  {
    background-color: #006288;
}
div.shared-button .pinterest {
    background-color: #cc2127;
}
div.shared-button .pinterest:hover, div.shared-button a.pinterest:active  {
    background-color: #722d2d;
}
div.shared-button .whatsapp {
    background-color: #43d854;
}
div.shared-button .whatsapp:hover, div.shared-button a.whatsapp:active  {
    background-color: #009688;
}

h1.orange-text {
    color: #f0a400;
    font-weight: 600;
    font-family: 'Montserrat';
}
@media only screen and (max-width: 767px) {
    .single-post .row_2 {
    
        padding: 30px 10px 40px 10px;
  
    }
}
.text-center {
    text-align: center;
}

.success_msj.customss {
    padding-bottom: 400px;
}
/*///////
FONTS
///////////*/


@font-face {
    font-family: 'Dignitas';
    src: url('../font/Dignitas-Regular.woff2') format('woff2'),
        url('../font/Dignitas-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Dignitas';
    src: url('../font/Dignitas-Bold.woff2') format('woff2'),
        url('../font/Dignitas-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*/////
///////*/

@font-face {
    font-family: 'Grafier';
    src: url('../font/Grafier-Bold.woff2') format('woff2'),
        url('../font/Grafier-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Grafier';
    src: url('../font/Grafier-Black.woff2') format('woff2'),
        url('../font/Grafier-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*///////*/

section img {
    max-width: 100%;
    height: auto;
}

.relative{
    position: relative;
    z-index: 1;
}
.menu_info h3 {
    margin-bottom: 40px;
    font-size: 35px;
}

.item_blog a {
    color: white;
    font-size: 18px;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e142;
}

.open-menu-body .over-sidebar .light-content-header #logo .black-logo {
    opacity: 0!important;
}

.open-menu-body .light-content-header #menu-burger span {
}

.menu__header {
    opacity: 0;
}

.open-menu-body .menu__header {
    opacity: 1;
}

.line {
    width: 100px;
    margin: 0 30px;
    height: 1px;
    background: var(--main);
}

body{
    font-family: var(--font-body);
   font-size:18px;
    line-height: 1.4;
    font-weight: 300;
    color: var(--main-text);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "pnum";
    text-rendering: optimizeLegibility;
    background-color: var(--main4);
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--main2);
  outline: 1px solid var(--main2);
}


.scrollbar-track {
    background-color: #f0f0f0; /* Color del track */
    border-radius: 10px;
}

/* Thumb (barra deslizante) */
.scrollbar-thumb {
    background-color: #007bff; /* Color del thumb */
    border-radius: 10px;
}

/* Hover sobre el thumb */
.scrollbar-thumb:hover {
    background-color: #0056b3; /* Color del thumb al hacer hover */
}


.scrollbar-track {
    opacity: 1 !important;
    background: var(--main2)!important;
}


h1, h2, h3 {
    font-family: var(--font-title);

}
figure {
    margin: 0;
}
.gap30{
    gap:30px;
}

.mt-3{
    margin-top: 3rem;
}
.menu_copetrol {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.menu_copetrol > ul {
    height: 100%;
    border-left: 1px solid #e1e1e157;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu_copetrol > ul > li {
.menu_copetrol>ul>li.current-menu-item {
    font-weight: 600;
}
.menu_copetrol>ul>li {
    padding: 10px 0;font-size: 20px;border-bottom: 1px solid #e1e1e16b;position: relative;
}
;margin-bottom: 0;}
.menu_copetrol .sub-menu {
    border-left: 1px solid #e1e1e170;
    padding-left: 10px;
    margin-left: 10px;
}

.menu_copetrol .sub-menu li {
    font-size: 17px;
    padding: 3px 0;
}

.menu_copetrol li i {
    font-size: 10px;
}
/*
MAIN STICKY HEADER
*/



@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fullscreen-menu.stick {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
      -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fullscreen-menu.stick {
    position: fixed;
    z-index: 99;
    box-shadow: 0px 0px 20px #0000000f;
        background: var(--main);
}



/*/////
OPTIONS
////////*/

.big_text {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.large {
    font-size: 19px;
}


/*//////
VOLUME
//////*/
.controles {
    position: absolute;
    left: 10px;
    bottom: 30%;
    z-index: 9;
    color: var(--main);
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.play {
    cursor: pointer;
    margin-bottom: 10px;
    background: var(--main2);
    padding: 10px 10px;
    border-radius: 10px;
    text-align: center;
    width: 50px;
}




/*////
HERO
///////*/
.hero__home.section-wrapper.fullwidth video {
    width: 100%;
}



.detail_hero {
    position: absolute;
    right: -6%;
    bottom: 35%;
}
.has-animation.has-cover.left-img::before {
    left: -50%;
}

.has-animation.has-cover.right-img::before {
    left: inherit;
    right: -50%;
}


.radius img {
    border-radius: 0px 50px 40px 0px;
}

.radius span {
    position: absolute;
    bottom: -25%;
    left: -50%;
    width: 0;
    height: 150%;
    background: var(--main0);
    z-index: -1;
    transition: .4s;
    opacity: 0;
    z-index: -1;
}

.radius.right-img span {
   left: inherit;
   transform: skewX(40deg);
   right: -50%;
}

.light .animated.radius span {
    width: 100%;
    transition: .4s;
    opacity: 1;
}
/*======================/
===================/
HEADER
/*==================/
=======================*/

nav.primary-navigation li a:hover {
  color: var(--main);
}

nav.primary-navigation ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 30px;
  right: 0;
  color:white;
  background:black;
  display: none;
  
}
nav.primary-navigation ul li:hover > ul,
nav.primary-navigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: 250px;
  text-align: left;
  padding-top: 10px;
  
}
nav.primary-navigation ul li ul li {
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
  border-style: none;
}
nav.primary-navigation ul li ul li a:hover {
  padding-left: 40px;
  transition: all 0.3s ease;
}

ul li ul li a {
  transition: all 0.5s ease;
}

.main_header {
    position: fixed;
    padding: 10px 60px;
    width: 100%;
    z-index: 99;
        transform: translateY(0%);
    transition: all .4s;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-menu .current-menu-item > a, .bg_menu .box-menu > ul > li > a:hover {
    color: var(--main2);
}
.box-menu .ctamenu a {
    background: var(--main2);
    color: white;
    padding: 0 10px;
    border-radius: 5px;
    width: 150px;
}
.box-menu a:hover, .opacity-menu .box-menu > ul > li > a:hover {
    color: var(--main2);
}
.box-menu ul li a i {
    margin-left: 5px;
    line-height: 1.5;
}
.header-box ul > li.mega-menu > ul:after {
    content: '';
    background-color: transparent;
    border-right: 13px solid transparent;
    position: absolute;
    border-left: 13px solid transparent;
    border-bottom: 13px solid #fff;
    border-top: 13px solid transparent;
    top: -23px;
    right: 36%;
}

.head_2 {
    display: flex;

}

.head_1 img {
    width: 190px;
    height: auto;
}

.box-menu ul {
    display: flex;
    position: relative;
    align-items: center;
    gap: 30px;

}
.box-menu ul li {
    position: relative;
}

#menu-menu-principal > li {
    width: 40%;
    position: relative;
}
.box-menu ul li a {
    color: white;
    padding: 10px 40px 30px 2px;
    display: flex;
    font-weight: 400;
    min-width: 90px;
    white-space: nowrap;

}




.box-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.opacity-menu .box-menu ul li:before {
    background: #ffffff42;
}

.opacity-menu .box-menu > ul > li > a, .opacity-menu .top_menu{
    color: white;
}


.box-menu ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #607d8b54;
}

.top_menu {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    margin-bottom: 20px;
    font-size: 14px;
}

.top_menu i {
    margin-right: 10px;
}
header.main_header.bg_menu.sticky {
    transform: translateY(-100%);
    transition: all .4s;
   
}

.main_header.bg_menu {
    background: var(--main);
}

.bg_menu .top_menu {color: white;}

.bg_menu .box-menu > ul > li > a {
    color: white;
}


/*///////
BOTONES
////////*/

.bt {
    padding: 10px 40px;
    display: inline-block;
    border-radius: 8px;   
}

.bt.bg_2 { 
    background: var(--main2);
}

.menu_results .bt {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}





/*//
DARK MENU
//////*/
.dark_menu .box-menu ul li a {
    color: var(--main);
}

.dark_menu ul.bt_menu li {
    background: var(--main);
}


/*///////
SLIDER EV
/////////*/

.bl__soluciones {
    padding: 0;
}

.slider_soluciones {
    background: var(--main);
    color: white;
}

.slider_bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.slider_info {
width: 35%;
    display: flex;
    padding: 0 200px 0px 100px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    color: white;
    padding-top: 250px;
    flex-direction: column;
}

.item_soluciones {
    display: flex;
}

.slider_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    
}

.slider_bg h3 {
    position: relative;
    font-size: 70px;
    line-height: 1;
    margin-left: -100px;
    margin-top: 100px;
}

.slider_bg h3 span {color: var(--main2);display: block;}


/*///
CURSOR MAGNETIC
/////*/
.magnetic {
  margin: -50px 0;
  padding: 50px 0px;
  display: inline-block;
  border-radius: 50%;
  /*border: 1px solid #000; //use this for debugging*/
}


/*///
ARROWS SWIPER
/////*/
.arrows_swiper {
    position: absolute;
    left: 5%;
    top: 170px;
    display: flex;
    width: 130px;
}

.arrows_swiper .swiper-button-prev, .arrows_swiper .swiper-button-next {
    background-image: inherit;
}

.arrows_swiper i {
    width: 60px;
    height: 60px;
    color: var(--main);
    background: white;
    border-radius: 50%;
    display: grid;
    font-size: 20px;
    place-content: center;
}

.arrows_swiper i:hover {
    background: var(--main2);
}





/*///
SLIDER
/////*/


/*//////
MEGAMENU
///////*/


/*/Megamenu/*/
.header-box ul > li.mega-menu > ul {
    position: absolute;
    padding: 50px 40px 20px;
    width: 800px;
    gap: 0px;
    height: 320px;
    display: flex;
    background: white;
    align-items: center;
    flex-wrap: wrap;
    left: -450px;
    list-style: none;
    top: 60px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transition: all .3s ease-in-out 0s;
    border-radius: 0px;
    box-shadow: 0 18px 35px rgb(50 50 93 / 10%), 0 8px 15px rgb(0 0 0 / 7%);
}


.header-box ul > li.mega-menu:hover > ul {
visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transition-delay: 0.2s;
}

.mega-menu > ul > li:nth-child(1) {
    position: absolute;
    top: 15px;
    width: 60%;
}

.mega-menu > ul > li > a {
    padding: 0;
}

.mega-menu > ul > li:before {
    display: none;
}

.menu-title:after {
    position: absolute;
    right: 0;
    content: '';
    top: 10px;
    width: 75px;
    height: 1px;
    background: #bbbbbb;
}

.mega-menu .menu-title a:hover {
    color: inherit;
}

.mega-menu .menu-title a {
    font-weight: 700;
    font-size: 16px;
    cursor: inherit;
}

.box-menu ul li.mega-menu li {
    width: 50%;
}



/*
MENU OVERLAY
*/
.gtranslate_wrapper a {
    padding: 0 7px 0 0;

    border-right: 1px solid white;
        font-size: 15px;
    line-height: 1;
}

.gtranslate_wrapper a:nth-child(2){
    border: 0;
}
.right-header {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 0px;
}
.menu_copetrol > ul > li {
    display: block;
    margin: 0 0 20px;
}
.fullscreen-menu nav:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--azul);
    z-index: 9;
    transition: .8s;
}

.fullscreen-menu nav.open:before {
    width: 51%;
}


.menu__header {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    padding-right: 100px;
}

.menu_info img {
    margin-bottom: 100px;
}

.menu__info-data {
    margin-bottom: 30px;
    line-height: 1.2;
}

.menu_info {
    opacity: 0;
    transform: translateY(30px);
    transition: .4s ease;
    transition-delay: .7s;
    color: var(--main);
    padding-left: 0;
}

.open .menu_info {
    opacity: 1;
    transform: translateY(0px);
}

.menu__info-data h5 {
    color: var(--main);
}



/*////
OVERLAY
////////*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000091;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    transition: all .3s ease-in-out 0s;
   
}

.mega-active .overlay {
visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}


.mega-active .box-menu ul li:before {
    opacity: .2;
    transition: .4s;
}

/*////////
BLOG
//////*/
.content_blog h4 {
    font-size: 20px;
    color: var(--main);
    font-weight: 600;
    margin: 10px 0;
    padding: 0 20px;
}

.category_blog a {
    color: var(--main2);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    border: 1px solid;
}

.content_blog {
    padding: 20px 10px;
    text-align: center;
}

.box_blog {
    margin-bottom: 50px;
    border-radius: 25px;
    overflow: hidden;
    background: #232323;
}
.content_title-blog h2 {
    font-size: 50px;
    line-height: 1;
    color: var(--main);
    margin-bottom: 20px;
}

.content_title-blog {
    padding: 60px 70px;
}

.content_title-blog p {
    font-size: 23px;
    font-weight: 400;
}
.column-3 > * {
    width: 31%;
    margin: 10px 1% 30px;
}

span.category_blog {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.mask:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #1f1f1fe8, #292929b8);
    z-index: 9;
}

/*//////
TITLES 
///////*/

.content_title-line h5 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    position: relative;
    margin-bottom:10px;
    padding-bottom: 10px;
}

.content_title-line h5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--main4);
}


.content_title > h3 {
    font-size: 40px;
    font-weight: 700;
}

.content_title span {
    letter-spacing: 2px;
}

.content_title > h2, .content_title > h1 {
    font-size: 50px;
    line-height: 1;
}

.content-title.raya h3 {
    position: relative;
}

.content-title.raya h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 5px;
    background: var(--azul);
}

.content-title.raya.azul h3:before{
    background: var(--azul);
}

.content-title.raya.naranja h3:before{
    background: var(--naranja);
}

.content-title.raya.verde h3:before{
    background: var(--verde);
}


.content-title.raya.verde2 h3:before{
    background: var(--verde2);
}

#hero.has-image.hero__home #hero-caption .inner.start{


    align-items: flex-start;

}
/*/
timeline
/*/
.timeline-text p {
    font-size: 16px;
}
.timeline-slider-wrapper {
  display: flex;
  color: white;
  padding: 0;
  width: 100%;
  justify-content: space-between;
}

.timeline-slider-content {
  width: 80%;
}
.radius {
    border-radius: 110px;
}

.translate-time {
    transform: translateY(100%);
}
.timeline-slide {
  display: flex;
  align-items: center;
  gap: 30px;
}
figure.img_central {
    overflow: hidden;
    height: 400px;
    border-radius: 15px;
    position: relative;
}

figure.img_central img {
    transition: .4s ease;
    transform: scale(1);
}

figure.img_central img:hover {
    transform: scale(1.2);
}
.timeline-text {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
}
.timeline-image img {
        border-radius: 0 60px 60px 0px;
}

.timeline-slider-nav {
  padding-left: 20px;
  border-left: 1px solid #ffffff36;
  width: 20%;
  display: flex;
  align-items: center;
}

.timeline-nav-item {
padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 25px;
    cursor: pointer;
    text-align: left;
    display: flex !important;
    width: 80px !important;
    min-height: 40px;
    align-items: center;
    justify-content: center;


}
.timeline-slider-nav .slick-track {
    display: flex;
    flex-direction: column;
}
.timeline-nav-item.slick-current,
.timeline-nav-item.active {
     font-weight: 800;
    background: #ffffff1f;
}

.noticia h2 {
    margin: 30px 0 15px;
    font-size: 30px;
    font-weight: 600;
}

.noticia p {
    margin-bottom: 20px;
}


/*** 

====================================================================
  Main Footer
====================================================================

***/
.menu_footer ul li, .menu_copetrol > ul > li {padding-left: 15px;position: relative;}

.menu_footer ul li:before, .lista_footer ul li:before, .menu_copetrol > ul > li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 11px;
    top: 5px;
}
.main-footer{
  position: relative;
  padding: 100px 0;
  background: var(--main);
}

.main-footer .footer-inner{
  position: relative;
}

.fit-banner .main-footer .footer-inner{
  padding-left: 130px;
}

.main-footer .footer-logo{
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.main-footer .footer-logo img{
  height: 45px;
}

.main-footer .info{
  position: relative;
}

.main-footer .info .info-block{
  position: relative;
  margin-bottom: 50px;
}

.main-footer .info .i-title{
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Gotham_Light', sans-serif;
  color: rgba(255, 255, 255, 0.40);
}

.main-footer .info .i-title:before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  border-left: 4px solid var(--main2);
}

.main-footer .info .text{
  position: relative;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.main-footer .info .text a{
  position: relative;
  color: #ffffff;
}

.main-footer .loc-info{
  position: relative;
  padding-top: 30px;
}

.main-footer .loc-info a{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: var(--main2);
  font-family: 'Gotham_Light', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid var(--main2);
}

.main-footer .scroll-top{
  position: absolute;
  right: 0;
  top: -120px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 36px;
  background: #292c30;
  color: var(--main2);
  text-align: center;
  border-radius: 20px 0 0 0;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  cursor: pointer;
}

.main-footer .scroll-top:hover{
  font-size: 40px;
}

/*////////////
TEMPLATE HOME
////////////*/
.icon_text span {
    font-weight: 600;
    text-decoration: underline;
}

.icon_text {
    display: flex;
    align-items: center;
    gap: 10px;
}
.icon_text p {
    color: white;
    font-size: 19px;
}
.box-marca img {
    max-width: 180px;
    max-height: 60px;
    display: block;
    filter: grayscale(1);
    transition: all .3s;
}
.box-marca {
    display: flex;
    place-content: center;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.box-marca img:hover {
    filter: grayscale(0);
}
.bl_marcas {
    padding: 100px 0;
}

.titulo_h3 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 20px;
}

.titulo_h3:after {
    position: absolute;
    top: 25px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--main4);
}

.bl_lideres {
    padding: 100px 0 50px;
    border-bottom: 1px solid #434343;
}

.box-lideres {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 30%;
    color: var(--main4);
}

.img-lider {
    background: var(--main2);
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 20px;
}

.box-lideres img {
    width: 65px;
}

.text-lider p {
    margin: 0;
    margin-left: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.bl_product {
    position: relative;
}


.bl_product:before {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: calc(100% - 98px);
    top: 98px;
    background: var(--main);
}


.info-product {
    padding-right: 150px;
}

img.ev_product {
    max-width: 260px;
}


.bl_product .contact_1 {
    min-height: 50vh!important;
    padding: 70px 0;
}

.bl_product h3 {
    padding: 0!important;
}

.info-product p {
    font-weight: 300;
   
    margin-top: 30px;
}

.btn-1 {
    color: var(--main2);
}

.bl_about {
    padding: 50px 0px;
}

.box-solution {
    background: var(--main5);
    border-radius: 10px;
    text-align: center;
    padding: 100px 50px 25px;
    display: block;
}

.box-solution:hover {
    background: var(--main2);
    color: white;
}

.icon-solution img {
    margin-bottom: 50px;
    max-width: 70px;
    max-height: 60px;
}

.text-solution h4 {
    font-size: 19px;
    min-height: 50px;
}


.bl_solution {
    padding: 50px 0px;
}

.box-hero {
    padding: 0 150px;
}

.btn-2 {
    background: transparent;
    padding: 5px 10px;
    color: var(--main3);
    border-radius: 7px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    width: 275px;
    border: 1px solid var(--main3);
}

.img-hero {
    z-index: 1;
}

.img-hero img {width: 111%;margin-left: -80px;}

.hero__section .contact_1 {
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    position: relative;
    color: white;
    padding-top: 0px!important;
}


.ctr_button {
    text-align: right;
    position: relative;
}

.ctr_button a {
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.ctr_button a:hover {
    color: var(--main2);
}

.ctr_button a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 80px;
    background: var(--main2);
    transition:all .4s;
}

.ctr_button a:hover:before {
    
    width: 100%;
    
}


section.bl_productos {
    background: var(--main5);
}

/*/////
BLOCK RENT
/////////*/
.bl_rent {
    background:#162d38;
    padding: 0;
    color: white;
    
}

.rent_img {
    margin-top: -100px;
}

.rent_text h3 {
    color: var(--main2);
    margin-bottom: 10px;
    font-size: 30px;
}

.rent_text p {
    margin-bottom: 30px;
}


/*///
TABS
///////*/
.tab_content_i > *.active {
    display: block;
}

.tab_content_i > * {
    display: none;
}


/*////////////
TEMPLATE NOSOTROS
////////////*/
.box-value {
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .4s ease;
    height: 100%;
}

.value-text h4 {
    font-weight: 600;
    font-size: 15px;
}

.value-text p {
    font-size: 14px;
}

.value-text {
    background: var(--main0);
    padding: 20px 10px;
    border-radius: 15px;
    height: 70%;
}

.value-icon {
    height: 100px;
}

.value-icon span {
    width: 50px;
    height: 50px;
    background: #51515178;
    display: block;
    border-radius: 50%;
}
.item-value{
    padding: 0 15px;
    height: 100%;
}
figure.img_central img {
    object-fit: cover;
}
.box-about {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    border-radius: 15px;
    padding-bottom: 20px;
}
.text-bottom {
    border: 2px solid;
    padding: 30px;
    border-radius: 25px;
    margin-top: 70px;
}
.text-bottom p {
    font-size: 15px;
}

.text-top span {
    border: 1px solid;
    padding: 5px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 15px;
}

.bg-blue {
    background: var(--azul);
    color: white;
}

.light-content .light-section .bg-blue p,.light-content .light-section .bg-dark p {
    color: white;
}

.bg-dark {
    background: #333;
    color: white;
}
.slide-img a {
    display: block;
    height: 100%;
}
.about-us {
    background: #EBEBEB;
    padding-top: 200px;
    padding-bottom: 80px;
    position: relative;
}
.about-us:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: var(--main);
}

.open-menu-body .gtranslate_wrapper a {
}
.about-us.industries:before {
    width: 30%;  
}


h2.titulo_h2 {
    position: relative;
}

.about-us h2 {
    color: white;
}



section.values {
    padding: 0 0 50px;
}


/*/////////
TOOLTIP MAP- HOME
///////////*/

.tool_img .tooltip__content {
  transform: translateY(1rem);
}
.tool_img .tooltip--active .tooltip__content {
  opacity: 1;
  pointer-events: inital;
  transform: translateY(0);
}
.tool_img .tooltip__pin {
  position: absolute;
  width: .8rem;
  height: .8rem;
  border-radius: 100%;
  background-color: var(--main);
  border: none;
  cursor: pointer;
  box-shadow: 0px 0px 6px rgba(30, 30, 30, 0.08);
  transition: 300ms ease;
  z-index: 10;
  padding: 0;
}
.tool_img .tooltip__pin:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 8px rgba(30, 30, 30, 0.12);
}
.tool_img .tooltip__pin::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: var(--main);
  animation: pulse 1.6s ease-in-out infinite;
}
.tool_img .tooltip__content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(30, 30, 30, 0.2);
  border-radius: 0.5rem;
  width: 90vw;
  max-width: 32ch;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: 300ms ease;
  display: flex;
  align-items: stretch;
}
.tool_img .tooltip__content.invert-order {
  flex-direction: row-reverse;
}
.tool_img .tooltip__content.invert-order img {
  border-radius: 0.5rem 0 0 0.5rem;
}
.tool_img .tooltip__content__text {
  padding: 1.5rem;
}
.tool_img .tooltip__content__text h1 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.tool_img .tooltip__content__text p {
  line-height: 1.4;
  font-size: 0.9rem;
}
.tool_img .tooltip__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0.5rem 0.5rem 0;
}

@keyframes pulse {
  from {
    transform: scale(0.5);
    opacity: 1;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}



/*/////////////
SOLUCIONES
////////////*/

.container-full .cl_item {
    height: 100vh;
    width: 33.333%;
    border-right: 1px solid #ffffff21;
    color: white;
}

.container-full {
    display: flex;
}

.cl_item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cl_item {
    height: 100%;
}

.cl_item a {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-align: left;
    padding: 0;
    text-align: center;
    padding: 0 50px;
    box-sizing: border-box;
}

.bg__soluciones {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    overflow: hidden;
}

.bg__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: .9s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .9s cubic-bezier(.77, 0, .175, 1);
    transition: .9s cubic-bezier(.77, 0, .175, 1);
   
}

.bg__soluciones:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #000000bf, #00000024);
    z-index: 1;
    backdrop-filter: blur(3px);
}
.bg__item.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}



/*///////
SINGLE SOLUCIONES
//////////*/
.bg__dark {
    background: var(--main);
    color: white;
}

.media-body.info-product {
    text-align: center;
    opacity: 0;
}

.center .media-body.info-product {
    opacity: 1;
}

.center .media-slide-item-beta .media-content {
    opacity: 1;
}

/*////////////
TEMPLATE SINGLE PRODUCTO
////////////*/

.image-layer:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(0deg, var(--main), #050d1af0, #0b0b0b6e);
    z-index: 0;
}
.cl_item a:hover h3{
    color: var(--main2);
}
.image-layer {
    position: relative;
}

.hero__product {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
       z-index: 1;
}

.content_title.center {
    text-align: center;
}

.content_title > h1 {
    font-size: 70px;
    font-weight: 500;
}

.content_title a {
    display: inline-block;
    border: 1px solid;
    padding: 15px 80px;
    margin-top: 10px;
    color: var(--main2);
}

.content_title > h1 span {
    color: var(--main2);
}

.bl__caracteristicas-producto {  
    color: white;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}

span.placeholder-icon {
    border: 1px solid var(--main2);
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    position: relative;
    background: var(--main4);
}

.item_caract {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.item_caract-icon img {
    max-width: 450px;
    display: block;
    margin: auto;
}




.range
{
  height:80px;
  width: 100%;
  border-radius:10px;
  padding:0 65px 0 45px;
  box-sizing: border-box;
}
.range .sliderValue
{
  position:relative;
  width:100%;
}
.range .sliderValue span 
{
  position:absolute;
  height:45px;
  width:45px;
  color:#fff;
  font-weight:500;
  top:-40px;
  transform:translateX(-50%) scale(0);
  transform-origin:bottom;
  transition: transform 0.3s ease-in-out;
  line-height:55px;
  z-index:2;
}
.range .sliderValue span.show
{
  transform:translateX(-50%) scale(1);
}
.range .sliderValue span::after
{
  content:"";
  position:absolute;
  height:45px;
  width:45px;
  background:#ffffff;
  border:2px solid #fff;
  left:50%;
  transform:translateX(-50%) rotate(45deg);
  z-index:-1;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
}
.range .field 
{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  flex-wrap: wrap;
}
.range .field .value
{

  font-size:18px;
  font-weight:600;
  color: #ffffff;

}
.range .field .value.left
{
  left:-40px;
}
.range .field .value.right
{
  right:-43px;
}
.range .field input
{
  -webkit-appearance: none;
  height: 0px;
  width:100%;
  background: #494949;
  border-radius:5px;
  border:none;
  outline:none;
}

.range .field input::-webkit-slider-thumb,
.range .field input::-moz-range-thumb
{
  -webkit-appearance: none;
  height:20px;
  width:20px;
  background:#664AFF;
  border:none;
  border-radius:50%;
  cursor:pointer;
}
.range .field input::-moz-range-progress
{
  background:#664AFF;
}

.fullpage_padding {
    padding: 0 100px;
}

.calculator__ev {
    display: flex;
    justify-content: space-between;
    color: var(--main4);
}

.item_cal span {
    font-size: 35px;
    display: block;
    font-weight: 700;
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
     
      width: 8px;
      -webkit-appearance: none;
      background-color: #9a905d;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #13bba4;
      margin-left: 12px;
      margin-top:-32px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 40px;
      -webkit-appearance: none;
      height: 40px;
      cursor: ew-resize;
      background: var(--main2);
      border-radius:50%;
   
    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #43e5f7; 
}
input[type="range"]::-moz-range-track {  
  background-color: #9a905d;
}

input[type="range"]::-ms-fill-upper {  
  background-color: #9a905d;
}



.item_work {
    padding: 60px 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    border-radius: 10px;
}

.item_work h4 {
    font-size: 25px;
    font-weight: 600;
}

.btn-apply {
    background: var(--azul);
    color: white!important;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 15px;
}

.badge {
    border: 1px solid #C8C8C6;
    padding: 3px 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

p.medium-text {
    margin-bottom: 10px;
}

div#hero-caption.center {
    justify-content: center;
}
/*//////
FORMULARIO DE CONTACTOO
///////*/
.form_product {
    background: var(--main2);
    text-align: center;
    color: var(--main);
    padding: 110px 0;
}

.form_cf7 input {
    background: transparent;
    border-bottom: 1px solid;
    margin: 0 20px;
}

.form_cf7 input::placeholder {
    color: var(--ain);
}

.bt_form input {
    background: var(--main);
    color: white;
    border: 0;
    margin: 50px 0 0;
    padding: 10px 80px;
    border-radius: 3px;
}

.form_cf7 {
    margin-top: 40px;
}


/*/
BOTONES
*/
.btn-svg {
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #777;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.btn-svg {}

.btn-svg svg path {
    fill: white;
}

.btn-svg svg {
    transform: rotate(-75deg);
    width: 11px;
}


/*//////
CONTACTO
////////*/

ul.list_sedes > li {
    margin-bottom: 50px;
    color: var(--main2);
    position: relative;
    padding-left: 60px;
}

.bl_contacto {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 200px;
}


ul.list_sedes > li.active {
    color: var(--main);
    font-weight: 600;
}


ul.list_sedes > li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: var(--main2);
}

ul.list_sedes > li:after {
    content: '';
    position: absolute;
    left: 7.5px;
    top: 7.5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
}

ul.list_sedes > li.active a:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -9px;
    width: 50px;
    height: 50px;
    background: var(--main);
    border-radius: 50%;
    z-index: -1;
}

ul.list_sedes {
    position: relative;
}

ul.list_sedes:after {
    position: absolute;
    content: '';
    left: 15px;
    height: 100%;
    width: 2px;
    background: var(--main2);
    top: 0;
    z-index: -2;
}

.bg_full {
    background-size: cover;
    height: 600px;
    background-position: center;
}

.bl__tabs {
    height: 100%;
    width: 100%;
}



/*/////////
TABS
//////////*/

.tab-desc {
    transition: all 0.3s linear;

    padding: 0 20px;

    font-size: 16px;
}

.tab__item.active .tab-desc {
    display: block;
}
.tab-desc ul {
    list-style: initial;
    padding-left: 30px;
}
.tab-header > * {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 15px 20px;
 
    color: var(--main5);
    font-size: 25px;
    font-weight: 500;
}
.tab-header span {
    padding-right: 40px;
}
.medium .tab-header > * {
    font-size: 20px;
}
.small .tab-header > * {
    font-size: 16px;
    text-transform: inherit;

}


.tab-header {
    position: relative;
}
/*
.tab-header > *:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    color: var(--main);
    transition: .4s;
}*/

.tab_container > * {
    margin-bottom: 20px;
}

.tab__item.active {
    background: var(--main6);
    border-radius: 15px;
}

.tab_container > *:last-child {
    margin: 0;
}

.active .tab-header > *:after {
    transition: .4s;
    transform: rotate(180deg);
}

.tab-header i {
    display: none;
}

.tab-desc p {
    margin: 10px 0;
}

.tab-header:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--main);
    transition: .4s cubic-bezier(0.25, 0.1, 1, 0.11);
}

.active .tab-header:before {
    width:0;
    transition: .4s cubic-bezier(0.25, 0.1, 1, 0.16);
}

.white-content .tab-header > * {
    color: white;
}

.white-content .tab__item.active {
    background: #ffffff3d;
}


.bl__tabs .tab_container {
    padding: 0 50px;
}
.lista-margin li {
    margin-bottom: 20px;
}


/*
nos
*/
.box-value:hover {
    background: #383c4187;
}

.box-value:hover svg path {
    fill: white;
}

.value-icon svg {
    max-width: 80px;
  
    transition: .4s;
}

.box-value:hover svg {
     max-width: 130px;
   
    transition: .4s;
}
.icon-top {
    opacity: 0.7;
    position: absolute;
}
/*-----------------------------------------------------------------------------------*/
/*/FORMULARIO HERO 
/*-----------------------------------------------------------------------------------*/
.container-form h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}

.formulario label {
    font-size: 13px;
    font-weight: 500;
}

.formulario .wpcf7-submit {
    background: var(--main) !important;
    color: white !important;
    border: 0 !important;
    margin-top: 20px;
}

.formulario input, .formulario textarea {
    border: 1px solid #9f9f9f !important;
    border-radius: 10px;
    padding: 10px 10px;
    height: inherit;
    color:#333;
}

.formulario textarea {
    height: 60px;
}

.formulario input.wpcf7-not-valid {
    border-color: hsla(11,100%,62.2%,1) !important;
}

.formulario input::placeholder {
    opacity: .5;
    color:#333;
 
}
.box-form {
    padding: 20px 30px;
    background: white;
    color: #333;
    border-radius: 25px;
}

.capa_form {
    position: relative;
    z-index: 1;
}

.form-hero {
    width: 100%;
    position: relative;
    border-radius: 0;
    padding: 20px 10px;
    border: 0;
}

.form-hero:before {
    content: '';
}

.container-form {
    padding: 15px 15px 10px;
}


.content_title-form {
    margin-bottom: 0px;
}

.content_title-form h3 {
    font-size: 25px;
}


.lol.col-form label small {
    bottom: inherit;
    top: 23%;
}


.col-form input, .col-form textarea {
    width: 100%;
    padding: 5px 15px;
    font-size: 15px;
    color: var(--main);
    border-radius: 0;
    height: inherit;
    background: transparent;
    border-bottom: 1px solid var(--main);
}

.col-form textarea {
    padding: 16px 15px;
    width: 100%;
    height: 80px;
    background: transparent;
    outline: none;
    border: 0;
    border-bottom: 1px solid var(--main);
}

.col-form {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.col-form label small {
    position: absolute;
    bottom: 10%;
    left: 10px;
    line-height: 1;
    transition: all 0.4s;
    padding: 0 5px;
    text-transform: uppercase;
 
}

.col-form label {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    font-size: 20px;
}

.col-form br {
    display: none;
}

.col-form label.has-value small {
    transform: translateY(-22px);
    z-index: 2;
    transition: all 0.4s;
    font-size: 14px;
    color: var(--main);
}

.col-form .has-value input {
    transition: all 0.4s;
}

.wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 90%;
    color: var(--main);
}

.wpcf7-submit.submit {
    padding: 10px 10px;
    color: var(--main);
    border-radius: 7px;
    position: relative;
    display: block;
    width: 150px;
    border-bottom: 1px solid var(--main);
    border-radius: 0;
}

.wpcf7-submit.submit:hover {transition: 0.4s ease;transform: scale(1.03);color: var(--main);border-radius: 0;}

.col-form select {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 9px 15px;
    background: transparent;
    font-size: 80%;
    color: white;
}
.col-form select option {
    color: var(--main);
}
.text-acept {
    padding-left: 30px;
    display: block;
    font-size: 12px;
    color: white;
}
.text-acept a {
    border-bottom: 1px solid;
    font-weight: 600;
}
.col-form .your-name input {
    text-transform: capitalize;
}

::placeholder {
    color: white;
}
.box-datos h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--main4);
}

.box-datos span {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-left: 30px;
}

.text-yellow {
    color: var(--main2);
}

.box-datos {
    margin-top: 100px;
}

.titulo-datos {
    display: flex;
    align-items: flex-start;
}

.titulo-datos img {
    width: 20px;
    margin-right: 10px;
}
span.wpcf7-not-valid-tip {
    display: none;
}

.col-form.textarea label small {bottom: inherit;top: 20px;}

.form-hero p {
    margin: 0;
    width: 100%;
}



/*////
CONFIRMACION DE MENSAJE CONTACT FORM 7
/////////*/

.sent_animation .form-hero {
    opacity: 0;
    visibility: hidden;
}



.success_msj {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 250px;
}


@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
#outline {
  animation: 0.38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
  stroke: var(--main);
}

@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
#white-circle {
  animation: 0.35s ease-in 0.35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
#check {
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
  stroke-dasharray: 0, 75px;
}

@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
#check-group {
  animation: 0.32s ease-in-out 1.03s check-group;
  transform-origin: center;
}

circle#filled-circle {
    fill: var(--main);
}

.wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    border: 0;
    text-align: center;
    margin: 30px 0 0;
}

.sent_animation {
    background: #ffffffa1;
}

form.wpcf7-form {
    position: relative;
}

/*///////////
MENU HAMBURGUESA MOBILE
///////////*/

.main-head.stick {
    position: fixed;
    background: var(--main);
    z-index: 99;
    box-shadow: 0px 0px 18px #00000000;
}
.stick .box-new {
    display: none;
}



.open_menu .overlay, .show.overlay {
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.main-head.stick {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
      -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.stick .head_1 img {
    width: 150px;
    padding: 5px 0;
}

ul.bt_menu{
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    margin-top: 4px;
}
ul.bt_menu li{
list-style: none;
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transition: .9s;
}
ul.bt_menu li:nth-of-type(1){
    top: 20%;
}
ul.bt_menu li:nth-of-type(2){
    top: 50%;
    width: 70%;
}
ul.bt_menu li:nth-of-type(3){
    top: 80%;
}
ul.bt_menu.active li:nth-of-type(1){
    top: 50%;
    transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}
ul.bt_menu.active li:nth-of-type(2){
    left: -300%;
    opacity: 0;
}
ul.bt_menu.active li:nth-of-type(3){
    top: 50%;
    transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}

ul.bt_menu li:last-child{
    width: 100%;
    height: auto;
    transform: none;
    top: 100%;
    font-size: 10px;
    text-align: center;
    transition: .9s;
}
ul.bt_menu li:last-child::before,ul.bt_menu li:last-child::after{
    position: absolute;
    top: 0;  left: 0;
    width: 100%;  
    transition: .9s;
}
ul.bt_menu li:last-child::before{
    content: '';
    color: #fff;
    transform: rotateY(0);
    transition-delay: .5s;    
    
}
ul.bt_menu li:last-child::after{
    content: '';
    color: #ffffff;
    transform: rotateY(
90deg);
    transition-delay: 0s;
}
ul.bt_menu.active li:last-child::before{
    transform: rotateY(90deg);
    transition-delay: 0s;
}
ul.bt_menu.active li:last-child::after{
    transform: rotateY(0deg);
    transition-delay: .5s;
}

.box-hamburger {
    position: relative;
    margin-left: 20px;
    border-left: 1px solid #ffffff3d;
    padding-left: 20px;
}


.open_menu ul.nav-box {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
    
}

.box-ham {margin-left: 30px;}

/*/FIN MENU HAMB/*/

/*//////////////
CONTAINER MENU MOBILE - NAVIGATION MOBILE
//////////////////*/

.navigation-menu2 {
    z-index: 99;
    height: 100%;
    transition: .4s;
    padding: 30px 0px;
    padding-top: 90px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    background: white;
}
.open .navigation-menu2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    background: white;
}
.menu-mobile li a {cursor: pointer;position: relative;font-size: 19px;text-align: left;display: flex;padding: 10px 20px;align-items: center;gap: 10px;color: #333;}

.menu-mobile {
    color: white;
}

.menu-mobile li {
    border-bottom: 1px solid #ffffff2e;
}

.navigation-menu2 ul > li {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}


.over-sidebar .navigation-menu2 ul > li {
   transform: translateY(0px);
   transition: 0.3s;
   border-bottom: 1px dashed #00000036;
}

.over-sidebar .navigation-menu2 ul > li:nth-child(1) {
     opacity: 1;
    transition-delay: .5s;
}

.over-sidebar .navigation-menu2 ul > li:nth-child(2) {
     opacity: 1;
    transition-delay: .55s;
}

.over-sidebar .navigation-menu2 ul > li:nth-child(3) {
     opacity: 1;
    transition-delay: .58s;
}
.over-sidebar .navigation-menu2 ul > li:nth-child(4) {
     opacity: 1;
    transition-delay: .60s;
}
.over-sidebar .navigation-menu2 ul > li:nth-child(5) {
     opacity: 1;
    transition-delay: .62s;
}

.over-sidebar .navigation-menu2 ul > li:nth-child(6) {
     opacity: 1;
    transition-delay: .64s;
}

.over-sidebar .navigation-menu2 ul > li:nth-child(7) {
     opacity: 1;
    transition-delay: .66s;
}

.navigation-menu2.over-sidebar  {
    transition: .4s;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


.navigation-menu 2.bt {
    margin: 20px 0 0;
}

.navigation-menu2 .social-mobile {
    margin: 40px;
    text-align: center;
    display: flex;
}

.menu-mobile li a:hover {
    color: var(--main);
}

.menu-mobile li.bg_1 a {
    color: white;
}

.menu-mobile li.bg_3 a {
    color: var(--main);
}








/*//////////////
CONTAINER MENU MOBILE - NAVIGATION MOBILE
//////////////////*/


.navigation-menu {
    width: 70%;
    height: 100%;
    transition: .4s;
    padding: 30px 50px;
    padding-top: 90px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    background: white;
}

.open .navigation-menu ul  li{
    transition: .4s ease;
    transform: translateY(10px);
}


.open .navigation-menu {
    transition: .4s;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.show_menu .overlay {
    opacity: 1;
    visibility: visible;
}

.big_menu li a {
    font-size: 30px;
    font-weight: 400;
    color: #c3c3c2;
}

.big_menu {
    margin-bottom: 70px;
    padding-top: 50px;
}

.container__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.menu__img_item img {
    max-width: 100%;
    height: auto;
}

.big_menu li.active a {
    color: var(--main);
}

ul.big_menu li {
    margin-bottom: 20px;
}

.small_menu li {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--main);
}

.menu_results a {
    font-size: 20px;
    font-family: Fractul;
    color: var(--main);
}

.menu_results {
    padding-right: 80px;
}

.item__menu {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

.item__menu p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.5;
}


.item__menu:last-child {
    border: 0;
}
.item__cta {
    margin-top: 30px;
}


/*/Social menu mobile/*/

ul.social-menu {
    display: flex;
    color: white;
    padding-top: 30px;
}

ul.social-menu li {
    margin: 0 5px;
}

ul.social-menu i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    font-size: 25px;
    color: var(--main);
}


ul.box-redes {
    display: flex;
    gap: 14px;
    align-items: center;
}

.over-sidebar .navigation-menu2 ul > li svg {
    width: 30px;
    fill: var(--main);
}
/*///////
MODAL
/////*/

.modal_style {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .3s ease;
    transform: translateY(-160px);
    opacity: 0;
    visibility: hidden;
}

.show_modal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/*/////
CLOSE
//////*/
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 65px;
  height: 65px;
  cursor: pointer;
  opacity: .6;
  border: 1px solid var(--main);
  border-radius: 50%;
  z-index: 99;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 30px;
  top: 7px;
  content: ' ';
  height: 50px;
  width: 1px;
  background-color: var(--main);
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


/*////////////////
OWL DOTS STYLE
////////////////*/
.dots_1 .owl-dots > button span {
    width: 23px;
    height: 8px;
    background: #ffffff;
    display: block;
    border-radius: 10px;
    transition: all .3s;
}

.dots_1 .owl-dots > button {
    text-align: center;
    margin: 0 3px;
}

.dots_1 .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
        margin-top: 40px;
}

.dots_1 button.owl-dot.active span {
    background: var(--main2);
    width: 40px;
}



/*/////////
ARROWS CAROUSEL
/////////////*/

.arrow-style__1 .owl-nav {
position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 10px;
}

.arrow-style__1 .owl-nav button i {
    background: var(--main3);
    color: var(--main);
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.arrow-style__1 .owl-nav button:hover i {
    background: var(--main2);
    color: #fff;
    
}


/*/////////
ARROWS CAROUSEL 2
/////////////*/

.arrow-style__2 .owl-nav {
    position: absolute;
    bottom: -40px;
    right: 38%;
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.arrow-style__2 .owl-nav button i {
    background: var(--main3);
    color: var(--main);
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 20px;
        padding: 10px 20px;
}

.arrow-style__2 .owl-nav button:hover i {
    background: var(--main2);
    color: #fff;
    
}





/*======================/
===================/
WHATSAPP BUTTON ANIMATION LIB 1
/*==================/
=======================*/

.wsp_fixed {
    display: flex;
    width: 38px;
    height: 38px;
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 999;
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.18,.89,.32,1.28);
  }
  @media screen and (max-width: 1024px) {
    .wsp_fixed {
      right: 20px;
      bottom: 130px;
    }
  }
  @media screen and (max-width: 960px) {
    .wsp_fixed {
      bottom: 170px;
    }
  }
  @media screen and (max-width: 767px) {
    .wsp_fixed {
      bottom: 150px;
    }
  }
  .wsp_icon {
  }
  .wsp_icon img {
  }
  .wsp_gota1 {
    display: block;
    width: 55px;
    height: 55px;
    background: rgba(92,207,63,0.29);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota1 {
      width: 55px;
      height: 55px;
    }
  }
  .wsp_gota2 {
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(92,207,63,0.2);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota2 {
      width: 65px;
      height: 65px;
    }
  }
  @-moz-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-webkit-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-o-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .wsp_fixed {
      right: 30px;
      bottom: 30px;
    }
  }
  @media screen and (max-width: 960px) {
    .wsp_fixed {
      bottom: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .wsp_fixed {
      bottom: 30px;
    }
  }
  .wsp_icon {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .wsp_icon img {
    max-width: 40px;
    height: auto;
    display: block;
  }
  .wsp_gota1 {
    display: block;
    width: 55px;
    height: 55px;
    background: rgb(63 207 194 / 14%);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota1 {
      width: 55px;
      height: 55px;
    }
  }
  .wsp_gota2 {
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(63 207 174 / 20%);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota2 {
      width: 65px;
      height: 65px;
    }
  }
  @-moz-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-webkit-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-o-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }















  /*Ã‚Â¨////TESTING/*/

  @font-face {
  font-family: "Avenir";
  src: url("https://assets.codepen.io/383755/AvenirNextLTPro-Bold.woff");
}


.ev_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main);
    z-index: 99;
}
body #squig {
  position: absolute;
  width: 0%;
  height: 0%;
}
body #overlay {
  position: absolute;
  width: 300px;
  height: 300px;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
}
body #outer.animate ~ #overlay {
  -webkit-animation: zoom 0.45s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 0.75s;
          animation: zoom 0.45s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 0.75s;
  box-shadow: 0 0 0 0px #f39232, 0 0 0 100vw var(--main2);
  z-index: 12;
  border-radius: 100%;
}
body #outer.animate ~ #overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main2);
  box-shadow: 0 0 0 0px #f39232;
  z-index: -1;
  border-radius: 100%;
  -webkit-animation: zoom2 0.75s ease-in-out 1 forwards 0.1s;
          animation: zoom2 0.75s ease-in-out 1 forwards 0.1s;
}
@-webkit-keyframes zoom2 {
  to {
    transform: scale(0);
    box-shadow: 0 0 0 150px #f39232;
  }
}
@keyframes zoom2 {
  to {
    transform: scale(0);
    box-shadow: 0 0 0 150px #f39232;
  }
}
@-webkit-keyframes zoom {
  from {
    transform: scale(1);
    background: transparent;
    box-shadow: 0 0 0 0px #f39232, 0 0 0 100vw var(--main2);
  }
  to {
    transform: scale(10);
    background: transparent;
    box-shadow: 0 0 0 100vw var(--main2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1);
    background: transparent;
    box-shadow: 0 0 0 0px #f39232, 0 0 0 100vw var(--main2);
  }
  to {
    transform: scale(10);
    background: transparent;
    box-shadow: 0 0 0 100vw var(--main2);
  }
}
body #outer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
body #outer:before {
  content: "click to restart";
  position: absolute;
  bottom: -220px;
  left: -725px;
  width: 100%;
  text-align: center;
  opacity: 0;
}
body #outer.animate {
  -webkit-animation: scroll 0.65s ease-in-out 1 forwards 0.95s, squiggly-anim 0.1s 14 2.05s, scrollUp 0.75s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 3.75s;
          animation: scroll 0.65s ease-in-out 1 forwards 0.95s, squiggly-anim 0.1s 14 2.05s, scrollUp 0.75s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 3.75s;
  transform: translateX(0px);
  z-index: 10;
}
@-webkit-keyframes squiggly-anim {
  0% {
    filter: url("#squiggly-0");
  }
  25% {
    filter: url("#squiggly-1");
  }
  50% {
    -webkit-filter: url("#squiggly-2");
  }
  75% {
    filter: url("#squiggly-3");
  }
  100% {
    filter: url("#squiggly-4");
  }
}
@keyframes squiggly-anim {
  0% {
    filter: url("#squiggly-0");
  }
  25% {
    filter: url("#squiggly-1");
  }
  50% {
    -webkit-filter: url("#squiggly-2");
  }
  75% {
    filter: url("#squiggly-3");
  }
  100% {
    filter: url("#squiggly-4");
  }
}
@-webkit-keyframes scroll {
  to {
    transform: translateX(725px);
  }
}
@keyframes scroll {
  to {
    transform: translateX(725px);
  }
}
@-webkit-keyframes scrollUp {
  to {
    transform: scale(0.8) translateX(700px) translateY(-200px);
  }
}
@keyframes scrollUp {
  to {
    transform: scale(0.8) translateX(700px) translateY(-200px);
  }
}
body #outer.animate:before {
  -webkit-animation: fadeIn 0.5s ease-in-out 1 forwards;
          animation: fadeIn 0.5s ease-in-out 1 forwards;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
body #outer.animate #wrap {
  width: 1410px;
  position: absolute;
  height: 300px;
  top: calc(50% - 170px);
  margin-top: 70px;
  left: calc(50% - 840px);
}
body #outer.animate #wrap svg {
  position: absolute;
  left: 0px;
  top: -30px;
}
body #outer.animate #wrap svg g g:nth-of-type(2) path, body #outer.animate #wrap svg g g:nth-of-type(1) path {
  fill: #f39232;
  -webkit-animation: jitter 0.06s linear 16 alternate;
          animation: jitter 0.06s linear 16 alternate;
  transform: translateY(130px);
  opacity: 0;
}
body #outer.animate #wrap svg g g:nth-of-type(2) path:nth-of-type(1), body #outer.animate #wrap svg g g:nth-of-type(1) path:nth-of-type(1) {
  -webkit-animation-delay: 2.2833333333s;
          animation-delay: 2.2833333333s;
}
body #outer.animate #wrap svg g g:nth-of-type(2) path:nth-of-type(2), body #outer.animate #wrap svg g g:nth-of-type(1) path:nth-of-type(2) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
body #outer.animate #wrap svg g g:nth-of-type(2) path:nth-of-type(3), body #outer.animate #wrap svg g g:nth-of-type(1) path:nth-of-type(3) {
  -webkit-animation-delay: 2.1166666667s;
          animation-delay: 2.1166666667s;
}
body #outer.animate #wrap svg g g:nth-of-type(2) path:nth-of-type(4), body #outer.animate #wrap svg g g:nth-of-type(1) path:nth-of-type(4) {
  -webkit-animation-delay: 2.0333333333s;
          animation-delay: 2.0333333333s;
}
@-webkit-keyframes jitter {
  0% {
    opacity: 0.25;
    transform: translateY(134px) translateX(-4px);
  }
  100% {
    opacity: 0.25;
    transform: translateY(126px) translateX(2px);
  }
}
@keyframes jitter {
  0% {
    opacity: 0.25;
    transform: translateY(134px) translateX(-4px);
  }
  100% {
    opacity: 0.25;
    transform: translateY(126px) translateX(2px);
  }
}
fill:darken(#f39232, 10%) body #outer.animate #wrap svg g g:nth-of-type(1) path:nth-of-type(1) {
  -webkit-animation-delay: 2.1333333333s;
          animation-delay: 2.1333333333s;
}
fill:darken(#f39232, 10%) body #outer.animate #wrap svg g g:nth-of-type(1) path:nth-of-type(2) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}
fill:darken(#f39232, 10%) body #outer.animate #wrap svg g g:nth-of-type(1) path:nth-of-type(3) {
  -webkit-animation-delay: 1.9666666667s;
          animation-delay: 1.9666666667s;
}
fill:darken(#f39232, 10%) body #outer.animate #wrap svg g g:nth-of-type(1) path:nth-of-type(4) {
  -webkit-animation-delay: 1.8833333333s;
          animation-delay: 1.8833333333s;
}
body #outer.animate #wrap svg g g path {
 
  transform: translateY(300px);
  -webkit-animation: jump 0.3s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
  animation: jump 0.3s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
  width: 150px;
  height: auto;
}
@-webkit-keyframes jump {
  to {
    transform: translateY(130px);
  }
}
@keyframes jump {
  to {
    transform: translateY(130px);
  }
}
body #outer.animate #wrap svg g g path:nth-of-type(1) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
body #outer.animate #wrap svg g g path:nth-of-type(2) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
body #outer.animate #wrap svg g g path:nth-of-type(3) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}
body #outer.animate #wrap svg g g path:nth-of-type(4) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
body #kumahead {
  -webkit-animation: drop 1.5s ease-in-out 1 forwards;
  animation: drop 1.5s ease-in-out 1 forwards;
  transform-origin: 50% 400px;
  position: absolute;
  top: calc(50% - 130px);
  left: calc(50% - 0px);
  transform: scale(0.5) scaleY(6) translate(0px, -2000px);
}
@-webkit-keyframes drop {
  60% {
    transform: scale(0.5) scaleY(0.8) translate(0px, 0px);
  }
  68% {
    transform: scale(0.5) translate(0px, 0px) rotate(-1deg);
  }
  72% {
    transform: scale(0.5) translate(0px, 0px) rotate(1deg);
  }
  80% {
    transform: scale(0.5) translate(0px, 0px) rotate(-8deg);
  }
  100% {
    transform: scale(0.5) translate(-2000px, 0px);
  }
}
@keyframes drop {
  60% {
    transform: scale(0.5) scaleY(0.8) translate(0px, 0px);
  }
  68% {
    transform: scale(0.5) translate(0px, 0px) rotate(-1deg);
  }
  72% {
    transform: scale(0.5) translate(0px, 0px) rotate(1deg);
  }
  80% {
    transform: scale(0.5) translate(0px, 0px) rotate(-8deg);
  }
  100% {
    transform: scale(0.5) translate(-2000px, 0px);
  }
}
body svg#bear {
  width: 280px;
  -webkit-animation: growl 1.25s ease-in-out 2 alternate forwards 1.5s;
  animation: growl 1.25s ease-in-out 2 alternate forwards 1.5s;
  transform-origin: bottom;
  transform-style: preserve-3d;
}
body svg#bear #mouth {
  transform: translateX(0.5px) translateY(0.5px);
  opacity: 0;
  -webkit-animation: fadeIn 0s linear 1 forwards 1s;
          animation: fadeIn 0s linear 1 forwards 1s;
}
body svg#bear #mouth path {
  fill: #fff;
}
body svg#bear #mouth #upperteeth {
  transform: translateY(4px);
  -webkit-animation: mouth2 1.25s ease-in-out 2 alternate forwards 1.5s;
          animation: mouth2 1.25s ease-in-out 2 alternate forwards 1.5s;
}
@-webkit-keyframes mouth2 {
  0%, 25% {
    transform: translateY(4px);
  }
  45%, 100% {
    transform: translateY(0px);
  }
}
@keyframes mouth2 {
  0%, 25% {
    transform: translateY(4px);
  }
  45%, 100% {
    transform: translateY(0px);
  }
}
body svg#bear #mouth #lowermouth {
  transform: translateY(-2px);
  -webkit-animation: mouth1 1.25s ease-in-out 2 alternate forwards 1.5s;
          animation: mouth1 1.25s ease-in-out 2 alternate forwards 1.5s;
}
@-webkit-keyframes mouth1 {
  0%, 25% {
    transform: translateY(-2px);
  }
  45%, 100% {
    transform: translateY(0px);
  }
}
@keyframes mouth1 {
  0%, 25% {
    transform: translateY(-2px);
  }
  45%, 100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes growl {
  0%, 20% {
    transform: scaleY(1);
  }
  30% {
    transform: scaleY(1.1);
  }
  45%, 100% {
    transform: rotateX(40deg) scaleY(1.25);
  }
}
@keyframes growl {
  0%, 20% {
    transform: scaleY(1);
  }
  30% {
    transform: scaleY(1.1);
  }
  45%, 100% {
    transform: rotateX(40deg) scaleY(1.25);
  }
}
body svg#bear #head {
  -webkit-animation: morph 1.25s ease-in-out 2 alternate forwards 1.5s;
          animation: morph 1.25s ease-in-out 2 alternate forwards 1.5s;
}
@-webkit-keyframes morph {
  0%, 25% {
    d: path("M25.8,8.29a.29.29,0,0,1,0-.24c1-1.22,1.85-2.62,1.85-3.7A4,4,0,0,0,23.34,0a4.25,4.25,0,0,0-3.26,1.25.26.26,0,0,1-.26.07A19.51,19.51,0,0,0,16.48.57a.24.24,0,0,0-.26.3c.24.92,1.84,6.71,3.07,11.18a4.22,4.22,0,0,1-4.08,5.34H13.57a4.22,4.22,0,0,1-4.09-5.22C10.58,7.68,12,1.78,12.28.81A.25.25,0,0,0,12,.51a19.28,19.28,0,0,0-4,.92.23.23,0,0,1-.27-.07A4.19,4.19,0,0,0,4.35,0,4,4,0,0,0,0,4.35c0,1.25,1.2,3,2.33,4.3a.22.22,0,0,1,0,.23L.45,14.51v0c0,.2-.8,3.51,4.89,8.8C7,24.92,13,30.62,14,31.65a.24.24,0,0,0,.33,0l8.94-8.31C29.44,17.61,28,14.52,28,14.52Z");
  }
  45%, 100% {
    d: path("M25.8,8.29a.29.29,0,0,1,0-.24c1-1.22,1.85-2.62,1.85-3.7A4,4,0,0,0,23.34,0a4.25,4.25,0,0,0-3.26,1.25.26.26,0,0,1-.26.07A19.51,19.51,0,0,0,16.48.57a.24.24,0,0,0-.26.3c.24.92,1.82.88,3.05,5.35a4.21,4.21,0,0,1-4.08,5.34H13.55A4.23,4.23,0,0,1,9.46,6.33C10.56,1.85,12,1.78,12.28.81A.25.25,0,0,0,12,.51a19.28,19.28,0,0,0-4,.92.23.23,0,0,1-.27-.07A4.19,4.19,0,0,0,4.35,0,4,4,0,0,0,0,4.35c0,1.25,1.2,3,2.33,4.3a.22.22,0,0,1,0,.23L.45,14.51v0c0,.2-.8,3.51,4.89,8.8C7,24.92,13,30.62,14,31.65a.24.24,0,0,0,.33,0l8.94-8.31C29.44,17.61,28,14.52,28,14.52Z");
  }
}
@keyframes morph {
  0%, 25% {
    d: path("M25.8,8.29a.29.29,0,0,1,0-.24c1-1.22,1.85-2.62,1.85-3.7A4,4,0,0,0,23.34,0a4.25,4.25,0,0,0-3.26,1.25.26.26,0,0,1-.26.07A19.51,19.51,0,0,0,16.48.57a.24.24,0,0,0-.26.3c.24.92,1.84,6.71,3.07,11.18a4.22,4.22,0,0,1-4.08,5.34H13.57a4.22,4.22,0,0,1-4.09-5.22C10.58,7.68,12,1.78,12.28.81A.25.25,0,0,0,12,.51a19.28,19.28,0,0,0-4,.92.23.23,0,0,1-.27-.07A4.19,4.19,0,0,0,4.35,0,4,4,0,0,0,0,4.35c0,1.25,1.2,3,2.33,4.3a.22.22,0,0,1,0,.23L.45,14.51v0c0,.2-.8,3.51,4.89,8.8C7,24.92,13,30.62,14,31.65a.24.24,0,0,0,.33,0l8.94-8.31C29.44,17.61,28,14.52,28,14.52Z");
  }
  45%, 100% {
    d: path("M25.8,8.29a.29.29,0,0,1,0-.24c1-1.22,1.85-2.62,1.85-3.7A4,4,0,0,0,23.34,0a4.25,4.25,0,0,0-3.26,1.25.26.26,0,0,1-.26.07A19.51,19.51,0,0,0,16.48.57a.24.24,0,0,0-.26.3c.24.92,1.82.88,3.05,5.35a4.21,4.21,0,0,1-4.08,5.34H13.55A4.23,4.23,0,0,1,9.46,6.33C10.56,1.85,12,1.78,12.28.81A.25.25,0,0,0,12,.51a19.28,19.28,0,0,0-4,.92.23.23,0,0,1-.27-.07A4.19,4.19,0,0,0,4.35,0,4,4,0,0,0,0,4.35c0,1.25,1.2,3,2.33,4.3a.22.22,0,0,1,0,.23L.45,14.51v0c0,.2-.8,3.51,4.89,8.8C7,24.92,13,30.62,14,31.65a.24.24,0,0,0,.33,0l8.94-8.31C29.44,17.61,28,14.52,28,14.52Z");
  }
}
body svg#bear #nose {
  -webkit-animation: morph2 1.25s ease-in-out 2 alternate forwards 1.5s;
          animation: morph2 1.25s ease-in-out 2 alternate forwards 1.5s;
}
@-webkit-keyframes morph2 {
  0%, 25% {
    d: path("M15.54,13.7H13.23a.7.7,0,0,1-.7-.7l-.28-2.88a.69.69,0,0,1,.69-.69h2.89a.69.69,0,0,1,.69.69L16.24,13a.7.7,0,0,1-.7.7");
  }
  45%, 100% {
    d: path("M15.54,5H13.23a.69.69,0,0,1-.7-.69l-.28-1.44a.69.69,0,0,1,.69-.7h2.89a.69.69,0,0,1,.69.7l-.28,1.44a.69.69,0,0,1-.7.69");
  }
}
@keyframes morph2 {
  0%, 25% {
    d: path("M15.54,13.7H13.23a.7.7,0,0,1-.7-.7l-.28-2.88a.69.69,0,0,1,.69-.69h2.89a.69.69,0,0,1,.69.69L16.24,13a.7.7,0,0,1-.7.7");
  }
  45%, 100% {
    d: path("M15.54,5H13.23a.69.69,0,0,1-.7-.69l-.28-1.44a.69.69,0,0,1,.69-.7h2.89a.69.69,0,0,1,.69.7l-.28,1.44a.69.69,0,0,1-.7.69");
  }
}

#outer.animate ~ #cncf {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 50%;
  top: calc(50% + 120px);
  transform: translate(-50%, -50%) scale(0.75);
  -webkit-animation: scrollLeft 0.5s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 5.75s;
          animation: scrollLeft 0.5s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 5.75s;
}
#outer.animate ~ #cncf:before {
 /* content: "";
  position: absolute;
  width: 400vw;
  height: 600%;
  top: 0%;
  left: -100vw;
  background: #efefef;
  -webkit-animation: swipeUp 1s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 6s;
          animation: swipeUp 1s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 6s;
  transform: translateY(100vh);/*/
}
@-webkit-keyframes swipeUp {
  to {
    transform: translateY(-6.5%);
  }
}
@keyframes swipeUp {
  to {
    transform: translateY(-6.5%);
  }
}
@-webkit-keyframes scrollLeft {
  to {
    transform: translate(calc(-50% - 320px), -50%) scale(0.5);
  }
}
@keyframes scrollLeft {
  to {
    transform: translate(calc(-50% - 320px), -50%) scale(0.5);
  }
}
#outer.animate ~ #cncf h1, #outer.animate ~ #cncf p {
  font-family: 'poppins';
  position: absolute;
  text-transform: uppercase;
  font-size: 55px;
  width: 1250px;
  display: inline-block;
  top: 50%;
  left: calc(100% + 30px);
  transform: translateY(calc(-50% + 20px));
  margin: 0;
  line-height: 1;
}
#outer.animate ~ #cncf h1 b {
  margin-left: 10px;
}
#outer.animate ~ #cncf h1 b span.word span.char:before, #outer.animate ~ #cncf h1 b span.word span.char:after {
  transform: translateY(-150px);
  -webkit-animation: jumpUp 0.25s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
          animation: jumpUp 0.25s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
  -webkit-animation-delay: calc(7.5s - (var(--char-index) * 0.03s));
          animation-delay: calc(7.5s - (var(--char-index) * 0.03s));
}
#outer.animate ~ #cncf h1 b span.word span.char:before {
  -webkit-animation-delay: calc(7.6s - ((var(--char-index)) * 0.03s));
          animation-delay: calc(7.6s - ((var(--char-index)) * 0.03s));
  color: #446ca8;
}
#outer.animate ~ #cncf h1 span.word {
  line-height: 1;
}
#outer.animate ~ #cncf h1 span.word span.char {
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin: -10px 0px;
  color: transparent;
}
#outer.animate ~ #cncf h1 span.word span.char:before, #outer.animate ~ #cncf h1 span.word span.char:after {
  content: attr(data-char);
  color: #222;

  color: white;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(175px) rotate(-5deg);
  -webkit-animation: jumpUp 0.3s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
          animation: jumpUp 0.3s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
  -webkit-animation-delay: calc((var(--char-index) * 0.05s) + 6.5s);
          animation-delay: calc((var(--char-index) * 0.05s) + 6.5s);
}
@-webkit-keyframes jumpUp {
  to {
    transform: translateY(0);
  }
}
@keyframes jumpUp {
  to {
    transform: translateY(0);
  }
}
#outer.animate ~ #cncf h1 span.word span.char:before {
  color: white;
  -webkit-animation-delay: calc((var(--char-index) * 0.05s) + 6.6s);
          animation-delay: calc((var(--char-index) * 0.05s) + 6.6s);
}
#outer.animate ~ #cncf h1 b {
  display: block;
  font-size: 88px;
}
#outer.animate ~ #cncf .square {
  position: absolute;
  width: 33.333%;
  height: 33.333%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: transparent;
  perspective: 300px;
  opacity: 1;
  -webkit-animation: scaleMore 0.5s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 5.75s;
          animation: scaleMore 0.5s cubic-bezier(1, 0.25, 0.25, 1.05) 1 forwards 5.75s;
}
@-webkit-keyframes scaleMore {
  to {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@keyframes scaleMore {
  to {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
#outer.animate ~ #cncf .square:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  box-shadow: 0 0 0 2px #fff;
  background: #fff;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 10;
  transform: scale(1);
  -webkit-animation: scaleDown 1s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards 5s;
          animation: scaleDown 1s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards 5s;
}
@-webkit-keyframes scaleDown {
  25% {
    transform: scale(2.15);
  }
  50% {
    transform: scale(2.15);
  }
  100% {
    transform: scale(1) rotate(180deg);
  }
}
@keyframes scaleDown {
  25% {
    transform: scale(2.15);
  }
  50% {
    transform: scale(2.15);
  }
  100% {
    transform: scale(1) rotate(180deg);
  }
}
#outer.animate ~ #cncf .square:before {
  content: "";
  position: absolute;
  width: 215%;
  height: 215%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: linear-gradient(45deg, transparent 28%, #76C5D6 28%, #76C5D6 37%, transparent 37%), linear-gradient(225deg, transparent 28%, #76C5D6 28%, #76C5D6 37%, transparent 37%), #fff;
  z-index: 9;
  -webkit-animation: clipIn 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards 5.5s;
          animation: clipIn 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards 5.5s;
}
@-webkit-keyframes clipIn {
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scaleX(1);
  }
}
@keyframes clipIn {
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scaleX(1);
  }
}
#outer.animate ~ #cncf .square .panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  background: #76C5D6;
  transform: rotateX(0deg) rotateY(0deg);
}
#outer.animate ~ #cncf .square .panel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #446CA8;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#outer.animate ~ #cncf .square .panel:nth-of-type(1), #outer.animate ~ #cncf .square .panel:nth-of-type(4):before {
  transform-origin: bottom;
  -webkit-animation: flip1 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
          animation: flip1 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
}
@-webkit-keyframes flip1 {
  to {
    transform: rotateX(180deg);
  }
}
@keyframes flip1 {
  to {
    transform: rotateX(180deg);
  }
}
#outer.animate ~ #cncf .square .panel:nth-of-type(2), #outer.animate ~ #cncf .square .panel:nth-of-type(3):before {
  transform-origin: top;
  -webkit-animation: flip2 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
          animation: flip2 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
}
@-webkit-keyframes flip2 {
  to {
    transform: rotateX(-180deg);
  }
}
@keyframes flip2 {
  to {
    transform: rotateX(-180deg);
  }
}
#outer.animate ~ #cncf .square .panel:nth-of-type(3), #outer.animate ~ #cncf .square .panel:nth-of-type(1):before {
  transform-origin: right;
  -webkit-animation: flip3 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
          animation: flip3 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
}
@-webkit-keyframes flip3 {
  to {
    transform: rotateY(180deg);
  }
}
@keyframes flip3 {
  to {
    transform: rotateY(180deg);
  }
}
#outer.animate ~ #cncf .square .panel:nth-of-type(4), #outer.animate ~ #cncf .square .panel:nth-of-type(2):before {
  transform-origin: left;
  -webkit-animation: flip4 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
          animation: flip4 0.5s cubic-bezier(0.175, 0.185, 0.32, 1.275) 1 forwards;
}
@-webkit-keyframes flip4 {
  to {
    transform: rotateY(-180deg);
  }
}
@keyframes flip4 {
  to {
    transform: rotateY(-180deg);
  }
}
#outer.animate ~ #cncf .square .panel:nth-of-type(1) {
  -webkit-animation-delay: 4.0833333333s;
          animation-delay: 4.0833333333s;
}
#outer.animate ~ #cncf .square .panel:nth-of-type(1):before {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
#outer.animate ~ #cncf .square .panel:nth-of-type(2) {
  -webkit-animation-delay: 4.1666666667s;
          animation-delay: 4.1666666667s;
}
#outer.animate ~ #cncf .square .panel:nth-of-type(2):before {
  -webkit-animation-delay: 4.8166666667s;
          animation-delay: 4.8166666667s;
}
#outer.animate ~ #cncf .square .panel:nth-of-type(3) {
  -webkit-animation-delay: 4.25s;
          animation-delay: 4.25s;
}
#outer.animate ~ #cncf .square .panel:nth-of-type(3):before {
  -webkit-animation-delay: 4.7333333333s;
          animation-delay: 4.7333333333s;
}
#outer.animate ~ #cncf .square .panel:nth-of-type(4) {
  -webkit-animation-delay: 4.3333333333s;
          animation-delay: 4.3333333333s;
}
#outer.animate ~ #cncf .square .panel:nth-of-type(4):before {
  -webkit-animation-delay: 4.65s;
          animation-delay: 4.65s;
}