/**
 * @file
 * Presentation-specific styles.
 */

 .reveal .header {
   box-sizing: border-box;
   width: 100%;
   padding: 0 7vmin;
    position: fixed;
    top: 3vmin;
    color: #fff;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }

 .reveal .header .head_deck, .reveal .flex-wrapper50 .head_deck  {
   font-size: .6em;
   text-align: right;
   font-weight: 400;
   color: white;
   line-height: 1;
   border: 1px solid #fff;
   border-radius: 8px;
   padding: 2px;
   display:flex;
   gap: 0.5em;
   box-sizing: border-box;
   width: fit-content;
}


.reveal .header .head_deck .menu, .reveal .flex-wrapper50 .head_deck .menu {
padding: 8px 12px;
border-radius: 6px;
background: transparent;
box-sizing: border-box;
}

.reveal .header .head_deck .menu:hover {
   /* border: 1px solid #474748; */
   box-shadow:0px 0px 0px 1px #474748 inset;
   box-sizing: border-box;

}

 /* .reveal .header .head_deck a {

} */

 .reveal .header .head_deck .menu.active {
   /* background: #CD6D25;
   background: linear-gradient(to bottom right, #CD6D25 0%, #EFCE84 100%);
     background-clip: border-box;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;

   border-bottom: 2px solid #EFCE84; */
   background: rgb(239,206,132);
background: linear-gradient(45deg, rgba(239,206,132,1) 0%, rgba(205,109,37,1) 100%);
}

.reveal .header .head_deck.small {
   font-size: .3em;
   font-weight: 400!important;
}
 .reveal .footer {
   box-sizing: border-box;
   width: 100%;
   padding: 0 7vmin;
    position: fixed;
    bottom: 3vmin;
    color: #fff;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }

 .reveal .footer .nav {
   font-size: .5em;
   text-align: right;
   font-weight: 400;
   color: white;
   line-height: 1;
   display: flex;
}
 .reveal .footer .nav a {
   margin-right: 1.75vmin;
}
 .reveal .footer .nav a img{
   height: 2vmin;
   width: auto;
}
 .reveal .footer .nav_left {
   font-size: .6em;
   text-align: right;
   font-weight: 400;
   color: white;
   line-height: 1;
   display: flex;
}
 .reveal .footer .nav_left a {
   margin-left: .75vmin;
}
 .reveal .footer .nav_left a img{
   height: 2vmin;
   width: auto;
}

.bg_bull {
   background-image: url("../img/bg_bull.svg");
   background-position: right bottom;
   background-size: auto 66%;
   background-repeat: no-repeat;
}
.bg_cell {
   background-image: url("../img/honeycomb.svg");
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.bg_cell2 {
   background-image: url("../img/honeycomb2.svg");
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.bg_bull2 {
   background-image: url("../img/bg_bull.svg");
   background-position: right center;
   background-size: auto 66%;
   background-repeat: no-repeat;
}
.bg_bull3 {
   background-image: url("../img/bg_bull2.svg");
      background-position: right bottom;
   background-size: auto 88%;
   background-repeat: no-repeat;
}
.bg_globe {
   background-image: url("../img/globe_bg.png");
      background-position: right bottom;
   background-size: auto 60%;
   background-repeat: no-repeat;
}

/* .bg_globe {
   background-image: url("../img/bg3.png");
   background-position: center bottom;
   background-size: auto 35%;
   background-repeat: no-repeat;
} */


.reveal section img.center_item {
   margin: auto!important;
}
.box {
   background: #ffffff10;
   padding: 1.5em!important;
   border-radius: 25px;
   
   /* backdrop-filter: blur(10px); */
}
.box_blur {
   backdrop-filter: blur(5px);
}

.box_tr {
   background: transparent !important;
   padding: 1em!important;
   border-radius: 25px;
}
.box_border {
   border: 2px solid #6A5748!important;
}
.round_15 {
   border-radius: 15px;
}
.box2 {
   background: #232324;
   padding: .5em .75em!important;
   border-radius: 15px;
   -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.5);
}

.radius_25 {
   border-radius: 25px;
}

.reveal .scroll {
display: none;
 }
 .reveal .scroll img {  
   display: none;

 }
.accent {
   color: #EFCE84!important;
}
.accent3 {
   color: #ED3F3F!important;
}
.accent_white {
   color: #ffffff!important;
}
.accent2 {
   background: #CD6D25;
   background: linear-gradient(to bottom right, #CD6D25 0%, #EFCE84 100%);
     background-clip: border-box;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;}

.max_250 {
   max-height: 250px!important;
}

.max_150 {
   max-height: 125px!important;
}
.max_450 {
   max-height: 450px!important;
}

.max_600 {
   max-height: 600px!important;
}
.max_800 {
   max-height: 900px!important;
}
.img_25 {
height: 25px;
width: auto;
}
.max_500 {
   max-height: 500px!important;
   border-radius: 25px;
   border: 2px solid #EFCE84!important;

}
.max_90 {
   max-height: 75vh!important;
   z-index: 100!important;
}

.gray {
   color: #858586!important;
}
.bottom_50 {
   margin-bottom: 50px!important;
}
.bottom_25 {
   margin-bottom: 25px!important;
}
.bottom_75 {
   margin-bottom: 75px!important;
}
.center {
   text-align: center!important;
}
.circle1 {
   position: absolute!important;
   left: -25vmin!important;
   top: -15vmin!important;
   min-height: 40vmin!important;
   width: auto!important;
}
.circle2 {
   position: absolute!important;
   right: -5vmin!important;
   top: -15vmin!important;
   min-height: 45vmin!important;
   width: auto!important;
}
.circle3 {
   position: absolute!important;
   left: -17vmin!important;
   top: -7vmin!important;
   min-height: 40vmin!important;
   width: auto!important;
}
.circle4 {
   position: absolute!important;
   right: -10vmin!important;
   bottom: -5vmin!important;
   min-height: 10vmin!important;
   width: auto!important;
}
.circle5 {
   position: absolute !important;
   right: 0vmin !important;
   bottom: -25vmin !important;
   min-height: 70vmin !important;
   width: auto !important;
   
}
.wide_50 {
   width: 50%!important;
}
.wide_60 {
   width: 60%!important;
}
.wide_70 {
   width: 70%!important;
}
.wide_80 {
   width: 80%!important;
}

.block_parent {
   display: flex;
   flex-direction: column;
}

.block_parent .block_child1 {
   font-weight: 400;
   padding-bottom: 50px;

}


.block_parent .block_child2 {
   font-weight: 400;
   padding-top: 50px;
   display: flex;
   flex-direction: column
}

.devider {
   height: 3px!important;
   width: 100%;
   background: #EFCE84;
   background: linear-gradient(90deg, #EFCE84 0%, #CD6D25 100%); 
}
.block_parent .block_child3 {
   flex: 1;

   padding-right: 10%;
   
}
.reveal a.under {
   text-decoration: underline;
}
.reveal h4.headtitle {
   display: inline-block;
  margin: 0vmin 0 1vmin 0;
   }
.reveal .link {
  margin: 0vmin 0 1.4vmin 0;
   }

[class*="icono"] {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   color: #EFCE84;
   box-sizing: border-box;
 }
 [class*="icono"]:after,
 [class*="icono"]:before {
   content: "";
   box-sizing: border-box;
 }
 [class*="icono-arrow2"] {
   width: 0;
   height: 0;
   border-width: 4px;
   border-style: solid;
   border-bottom-color: transparent;
   border-left-color: transparent;
   margin: 0px;
 }
 [class*="icono-arrow2"]:before {
   right: 0;
   top: -2px;
   position: absolute;
   height: 3px;
   box-shadow: inset 0 0 0 32px;
   transform: rotate(-45deg);
   width: 35px;
   transform-origin: right top;
 }
 [class*="icono-arrow2"][class*="-left"] {
   transform: rotate(45deg);
 }
 [class*="icono-arrow2"][class*="-right"] {
   transform: rotate(-135deg);
 }
 .imghide {
   display: block!important;
 }
  .imgshow {
   display: none!important;
 }
 .flip {
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
 }
.relative {
   position: relative;
}
.img_absolute {
   position: absolute;
   left: -12%;;
}
.index_10 {
z-index: 10; 
}
@media (max-width: 768px) {

   .bottom_50 {
      margin-bottom: 25px!important;
   }
   .bottom_75 {
      margin-bottom: 25px!important;
   }

    [class*="icono-arrow2"] {
      border-width: 3px;
    }
    [class*="icono-arrow2"]:before {
      height: 2px;
      width: 20px;
    }
    .wide_50 {
      width: 95%!important;
   }
    .wide_60 {
      width: 95%!important;
   }
   .wide_70 {
      width: 95%!important;
   }
   .wide_80 {
      width: 95%!important;
   }
   .reveal .slides section .flex-wrapper_bottom {
     box-sizing: border-box;
     /* height: 100%; */
     width: 100%;
     margin: 15% auto auto auto!important;
     padding: 0 8vmin;
     display: flex;
     flex-direction: column;
     align-self: center;
     position: relative;
   }
   .imghide {
      display: none!important;
    }
     .imgshow {
      display: block!important;
    }
}

@media (max-width: 1000px) {

   .flex_row2 {
      display: flex;
      flex-direction: column!important;
      gap: 1rem;
    }

    .flex_row2 .col_50 {
      width: calc(100% - 2em)!important;
    }
   .max_150 {
      max-height: 65px!important;
   }
   .flex_col1 {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

   .reveal .header .head_deck {
      font-size: .9em;
   }
   .reveal .header .head_deck.small {
      font-size: .8em;
   }
   .reveal .header .head_deck .menu {
      padding: 4px 8px;
      border-radius: 6px;
      background: transparent;
      box-sizing: border-box;
      
      }
   .reveal .slides section .flex-wrapper h3 {
      margin-bottom: 10px!important;
    }
    .reveal p {
      margin: 8px 0!important;
    }
   .reveal .controls {
      display: none!important;
   }
   .reveal .slides section .flex-wrapper {
      padding: 0 4vmin 12vmin 4vmin !important;
   }

   .reveal .slides section .flex-wrapper50 {
      width: 90%!important;
      margin: auto!important;
      padding: 0 4vmin 12vmin 4vmin !important;

  }
  .flex_col .col.hide {
   display: none!important;
 }

  .bg_bull {
   background-image: url("../img/bg_bull.svg");
   background-position: right bottom;
   background-size: auto 33%;
   background-repeat: no-repeat;
}
  .bg_bull2 {
   background-image: url("../img/bg_bull.svg");
   background-position: right center;
   background-size: auto 25%;
   background-repeat: no-repeat;
}
  .bg_bull3 {
   background-image: url("../img/bg_bull2.svg");
   background-position: right bottom;
   background-size: auto 50%;
   background-repeat: no-repeat;
}
  .bg_globe {
   background-image: url("../img/bg3.png");
   background-position: center bottom;
   background-size: auto 25%;
   background-repeat: no-repeat;
}


.flex_col {
   display: flex;
   flex-direction: column;
   gap: 2rem;
 }
   .reveal .scroll {
      box-sizing: border-box;
      width: 100%;
      padding: 0 7vmin;
      position: fixed;
      bottom: 10vmin;
   display: flex;
   justify-content: center;
       z-index: 99;
    }
    .reveal .scroll img {  
      height: 10vmin;
      width: auto;
      align-self: center;
      opacity: .25;
      display: block;

    }
}