

@font-face {
  font-family: "minionR";
  src: url("fonts/MinionPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "myriadR";
  src: url("fonts/MyriadPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "sinkB";
  src: url("fonts/SinkinSans-Bold.otf") format("opentype");
}
@font-face {
  font-family: "sinkL";
  src: url("fonts/SinkinSans-Light.otf") format("opentype");
}
@font-face {
  font-family: "sinkM";
  src: url("fonts/SinkinSans-Medium.otf") format("opentype");
}
@font-face {
  font-family: "sinkMI";
  src: url("fonts/SinkinSans-MediumItalic.otf") format("opentype");
}
@font-face {
  font-family: "sinkR";
  src: url("fonts/SinkinSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "rbl";
  src: url("fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "rbo";
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "rco";
  src: url("fonts/Roboto-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "rli";
  src: url("fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "rme";
  src: url("fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "rre";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "rth";
  src: url("fonts/Roboto-Thin.ttf") format("truetype");
}



@font-face {
  font-family: "dinregular";
  src: url("fonts/dinpro/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "dinbold";
  src: url("fonts/dinpro/DINPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "dincondesedbold";
  src: url("fonts/dinpro/DINPro-CondBold.otf") format("opentype");
}
@font-face {
  font-family: "dincondesedregular";
  src: url("fonts/dinpro/DINPro-Cond.otf") format("opentype");
}
body{
  background-color: rgba(93,94,94,1);
}
.SB8{
    font-size:8pt;
    font-family:"sinkB";
    letter-spacing: .7px;
}
.R10{
    font-size:10pt;
    font-family:"sinkL";
    letter-spacing: 1.1px;
}
/* ]=kCKy85nC!p */
.R20{
    font-size:40pt;
    font-family:"sinkL";
    letter-spacing: 2.1px;
}
.SL11{
  font-size:11pt;
  font-family: 'sinkL'
}
.t-naranja{color:rgba(242,102,35,1);}
.t-gris1{color:rgba(221,222,224,1);}
.t-gris2{color:rgba(93,94,94,1);}
.t-gris3{color:rgba(88,89,90,1);}
.t-gris4{color:#202020;}
.t-negro{color:black;}
.t-blanco{color:white;}
#copiador{
  z-index: -1;
  position: relative;
  display: block;
  opacity: 0;
}
.card-1{
  -webkit-box-shadow: 0 1px 30px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 30px 3px rgba(0,0,0,0.1);
}
.card-2{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.13);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-3{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-4{
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-5{
  -webkit-box-shadow: 0 1px 15px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 15px 1px rgba(0,0,0,0.2);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
body, .container, .content-wrap, .contenedorDash{
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* Let's get this party started */
body::-webkit-scrollbar {
    width: 0px;
}
.contenedorDash{
  /*background: #373a47*/
  background: #F2F1F1;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.contenedorDash2{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}
header{
  position: absolute;
  width: 100%;
  max-width: 1100px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
header.page_inicio{
  max-width: 100%;
  padding:20px 30px;
}
#opacitador{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,.6);
  top: 0px;
  left: 0px;
  z-index: 89;
  display: none;
}
#cont_telarana{
position: absolute;
    min-height: 20px;
    width: 540px;
    right: 17px;
    top: 82px;
    z-index:88;
    overflow: hidden;
    display: none;
}
#cont_telarana>article{
position: absolute;
    z-index: 102;
    display: block;
    top: 24px;
    width: 50px;
    height: 50px;
    left: 30px;
    top: -540px;
}
#cont_telarana>nav{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 10px 0px 20px;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    max-height: 492px;
    position: relative;
    background-color: white;
    /* border: 1px solid rgba(242,102,35,1); */
    top: -540px;
}
#cont_telarana>nav.op_2_indice{
    flex-direction: row;
}
#cont_telarana>nav>div:first-of-type{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 20px 0px 0px;
  margin-top: 40px;
}
#cont_telarana>nav.op_2_indice>div:first-of-type{
    flex-direction: column;
}
#cont_telarana>nav>div:first-of-type>div:first-of-type{
    max-width: 240px;
    padding: 20px 0px 0px;
}
#cont_telarana>nav.op_2_indice>div:first-of-type>div:first-of-type{
    order: 2;
    max-width: 235px;
    padding: 0px 0px 0px 0px;
    margin-left: 20px;
}
#cont_telarana>nav.op_2_indice>div:first-of-type>div:last-of-type{
    order: 3;
    margin-left: 20px;
}
#cont_telarana>nav.op_2_indice>div:first-of-type>div:last-of-type>a{
    color: rgba(242,102,35,1);
    opacity: .5;
    border: 1px solid rgba(242,102,35,1);
    padding: .2em .7em;
    font-size: 9.3pt;
    transition: all .2s ease-in-out;
}
#cont_telarana>nav.op_2_indice>div:first-of-type>div:last-of-type>a:hover{
  opacity: 1;
}
#cont_telarana>nav.op_2_indice>div>.img_telarana{
  margin-bottom: 0px;
  top: -20px;
}
#cont_telarana>nav>div>div:first-of-type>h2{
  font-size: 16pt;
  margin-top: 10px;
  font-family: 'sinkB';
}
#cont_telarana>nav.op_2_indice>div>div:first-of-type>h2{
    font-family: 'sinkB';
    font-size: 11pt;
    font-weight: 500;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    color: rgba(88,89,90,1);
    line-height: 14pt;
}
#cont_telarana>nav.op_2_indice>div>div:first-of-type>h3{
    font-family: 'SinkR';
    word-spacing: 0.01em;
    padding-right: 0px;
    color: #595959;
    text-align: justify;
    margin: 0px auto 20px;
    line-height: 11pt;
    font-size: 8pt;
}
#cont_telarana>nav.op_2_indice>.cont_cont_slider{
    padding: 0px;
    top: 11px;
    display: flex;
    margin-left: 0px;
    margin-bottom: 30px;
    /* max-height: 460px; */
    height: auto;
    justify-content: flex-end;
    max-width: 204px;
}
nav.op_2_indice>.cont_cont_slider>.cont_slider{
    display: inline-flex;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 10px;
    height: 48px;
    /* margin-right: 12px; */
    margin-top: 4px;
    width: 100%;
    max-width: 185px;
}
nav.op_2_indice>.cont_cont_slider>.cont_slider>.field_n{
    max-width: 60px;
    min-width: 90px;
    margin-right: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(242,102,35,.3);
}
.cont_cont_slider{
  width: 100%;
  padding: 0px 6px 60px 0px;
  position: relative;
  top: 37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
/* .cont_cont_slider>div:last-of-type{
  display: block;
  min-width: 200px;
  margin-top: 10px;
}
.cont_cont_slider>div:last-of-type>a{
  color: rgba(242,102,35,1);
  opacity: .5;
  border: 1px solid rgba(242,102,35,1);
  padding: .2em .7em;
  font-size: 9.3pt;
  transition: all .2s ease-in-out;
}
.cont_cont_slider>div:last-of-type>a:hover{
  opacity: 1;
} */
#btn_datos{
    width: 120px;
    color: rgba(242,102,35,1);
    font-size: 9pt;
    font-weight: 700;
    overflow: hidden;
    position: absolute;
    top: 28px;
    right: 16px;
    z-index: 16;
    transform-origin: top left;
    transform: rotate(0deg) translateY(15px);
    will-change: transform;
    background-color: transparent;
    line-height: 1.8em;
    padding: 0.7em 0.9em;
    font-family: 'sinkR';
    letter-spacing: 0.1em;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(242,102,35,1);
}
/* #rango_dss{
  writing-mode: bt-lr; IE
  -webkit-appearance: slider-vertical; WebKit
} */
#btn_datos>span {
    display: block;
    margin-right: 4px;
}
#btn_datos>span:last-of-type {
    margin-right: 0px;
}
.img_telarana{
    width: 100%;
    max-width: 250px;
    position: relative;
}
.img_telarana>img{
	width:100%;
}
.opci_tbn{
  display: inline-flex;
  width: 29px;
  height: 29px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(0,0,0,.06);
  color: rgba(0,0,0,.8);
  opacity: .4;
  transition: all .2s ease-in-out;
  position: absolute;
  right: 0px;
  top: -11px;
}
.opci_tbn.active{
  opacity: 1;
}
.opci_tbn:hover{
  opacity: 1;
}
.opci_tbn:nth-child(1){
  right: 35px;
}
.opci_tbn:nth-child(5){
  top: 54px;
}
.opci_tbn:nth-child(2){
  /*top: 88px;*/
}

.cont_cont_slider::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
.cont_cont_slider::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px; */
    background-color: transparent;
}
 
/* Handle */
.cont_cont_slider::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(242,102,35,.7); 
}
.cont_cont_slider::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(93,94,94,.6); 
}
.dont_side_men>div::-webkit-scrollbar, .dont_side_men>div::-webkit-scrollbar{
	width: 0px;
    display: none;
}
.dont_side_men>div{
	height: 100%;
    overflow-y: scroll;
}
.dont_side_men{
	position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100vh;
  z-index: 90;
  -webkit-transition: all .4s cubic-bezier(.26,.96,.9,1.08);
  -moz-transition: all .4s cubic-bezier(.26,.96,.9,1.08);
  -o-transition: all .4s cubic-bezier(.26,.96,.9,1.08);
  transition: all .4s cubic-bezier(.26,.96,.9,1.08);
}
#side_men{
    display: flex;
    flex-direction: column;
	min-height: 100vh;
}
#side_men>img{
    width: 115px;
    margin-top: 30px;
    z-index: 91;
    margin-bottom: 0px;
}
#side_men:after {
    background: white;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 90;
    width: 200px;
}
.site-title{
    margin: 50px auto 22px;
    padding: 0 40px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 95;
    width: 200px;
    font-family: 'sinkR';
    font-size: 18pt;
}
.site-title>span{
    font-family: 'sinkB';
}
#side_men>.icon-list{
	z-index: 300;
    position: relative;
    top: 0px;
    margin: 40px auto auto;
}
.social-links {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 95;
  margin: 0px 3px 20px;
}
.social-links .social-link {
    background: white;
    border-radius: 2px;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(242,102,35,.8);
    transition: all ease-in-out .2s;
}
.social-links .social-link:hover{
  background: rgba(242,102,35,1);
  color: white;
}
.social-link>span {
    font-size: 19px;
}
.cont_social_links{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-wrap: wrap;
  padding: 0 40px;
}
#menu-wrapper-selc{
    overflow: hidden;
    position: absolute;
    bottom: 110px;
    left: 180px;
    height: auto;
    width: auto;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
}
#menu-wrapper{
  overflow: hidden;
  position: absolute;
  top: 200px;
  left: 160px;
  height: auto;
  width: auto;
  min-height: 80px;
  z-index: 99;
}
#menu-wrapper-selc .button {
    background: rgba(242,102,35,1);
    display: block;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 100;
    height: 60px;
    width: 60px;
}
.sup_mute_pos>div:first-child {
    width: 35px;
    height: 35px;
	z-index:20;
}
.sup_mute_pos>div {
    width: 25px;
    height: 25px;
}
.sup_mute_pos>div>span {
  font-size: 15pt;
}
h2.part_2{
  cursor: pointer;
}
.icon_cajas{
  background: white;
  display: block;
  overflow: hidden;
  cursor: pointer;
  /* position: absolute; */
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(242,102,35,1);
  border: 1px solid rgba(242,102,35,.5);
}
.caj_padre{
  transition: all ease-in-out .2s;
}
.caj_padre.active{
	background-color: rgba(242,102,35,1);
    color: white;
}
.close_bsdr{
	top: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 25px;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgba(88,89,90,1);
    outline: 0;
    transform-origin: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	z-index:12;
}
.close_bsdr>span{
	position: relative;
    font-size: 16pt;
    color: rgba(242,102,35,1);
    cursor: pointer;
    transition: all cubic-bezier(0, 1.31, 0.89, 1.25) .2s;
	font-size: 30pt;
}
.cajita{
  position: absolute;
  bottom: 5px;
  opacity: 0;
  z-index:-1;
}
/*
.cajita:nth-child(2){
  right: 45px;
}
.cajita:nth-child(3){
  right: 80px;
}
.cajita:nth-child(4){
  right: 115px;
}
*/
#menu-wrapper-selc .button .line {
    background-color: white;
    position: absolute;
    z-index: 1;
    transition: none 300ms ease-in-out;
    transition-property: transform,background-color;
    width: 24px;
    height: 3px;
}
#menu-wrapper-selc .button .line.line1 {
    top: 19px;
    left: 18px;
    transform-origin: left bottom;
}
#menu-wrapper-selc .button .line.line2 {
    top: 28px;
    left: 18px;
    transform-origin: left center;
}
#menu-wrapper-selc .button .line.line3 {
    top: 37px;
    left: 18px;
    transform: scaleX(0.66);
    transform-origin: left top;
}
#menu-wrapper-selc .button.open .line.line1 {
    transform: rotate(45deg);
}
#menu-wrapper-selc .button.open .line.line2{
    transform: scaleX(0);
}

#menu-wrapper-selc .button.open .line.line3 {
   transform: scaleX(1) rotate(-45deg);
}


#selc-departs{
    background-color: white;
    color: white;
    position: relative;
    width: 0px;
}
#descrip{
	display:none;
}
#menu-content>li {
    color: white;
    z-index: 3;
    /* overflow: hidden; */
    white-space: nowrap;
    transition: width 400ms 200ms;
    font-size: 10pt;
    cursor: pointer;
    font-family: 'sinkR';
    margin-bottom: 15px;
	min-width: 173px;
}
#menu-content>li:nth-last-child(1) {
    margin-bottom: 1px;
}
#menu-content>li>a.active{
  color: rgba(242,102,35,1);
}
.glitch{
  position: relative;
    color: rgba(242,102,35,1);
    transition: .2s all ease-in-out;
}
.glitch:hover{
  color:rgba(242,102,35,1);
}
.glitch:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -7px;
    background: rgba(242,102,35,1);
    height: 2px;
    width: 30px;
    transition: .2s all ease-in-out;
}
.glitch:hover:before{
   opacity: 1;
}
/* 
.glitch:before, .glitch:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  background: black;
  clip: rect(0, 0, 0, 0);
}
.glitch:before {
  left: -1px;
  text-shadow: 1px 0 rgba(255, 0, 0, 0.7);
}
.glitch:after {
  left: 1px;
  text-shadow: -1px 0 rgba(0, 0, 255, 0.7);
}
.glitch:hover:before {
  text-shadow: 4px 0 rgba(255, 0, 0, 0.7);
  -webkit-animation: glitch-loop-1 0.8s infinite ease-in-out alternate-reverse;
          animation: glitch-loop-1 0.8s infinite ease-in-out alternate-reverse;
}
.glitch:hover:after {
  text-shadow: -5px 0 rgba(0, 0, 255, 0.7);
  -webkit-animation: glitch-loop-2 0.8s infinite ease-in-out alternate-reverse;
          animation: glitch-loop-2 0.8s infinite ease-in-out alternate-reverse;
} */


@-webkit-keyframes glitch-loop-1 {
  0% {
    clip: rect(36px, 9999px, 9px, 0);
  }
  25% {
    clip: rect(25px, 9999px, 99px, 0);
  }
  50% {
    clip: rect(50px, 9999px, 102px, 0);
  }
  75% {
    clip: rect(30px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(91px, 9999px, 98px, 0);
  }
}

@keyframes glitch-loop-1 {
  0% {
    clip: rect(36px, 9999px, 9px, 0);
  }
  25% {
    clip: rect(25px, 9999px, 99px, 0);
  }
  50% {
    clip: rect(50px, 9999px, 102px, 0);
  }
  75% {
    clip: rect(30px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(91px, 9999px, 98px, 0);
  }
}
@-webkit-keyframes glitch-loop-2 {
  0% {
    top: -1px;
    left: 1px;
    clip: rect(65px, 9999px, 119px, 0);
  }
  25% {
    top: -6px;
    left: 4px;
    clip: rect(79px, 9999px, 19px, 0);
  }
  50% {
    top: -3px;
    left: 2px;
    clip: rect(68px, 9999px, 11px, 0);
  }
  75% {
    top: 0px;
    left: -4px;
    clip: rect(95px, 9999px, 53px, 0);
  }
  100% {
    top: -1px;
    left: -1px;
    clip: rect(31px, 9999px, 149px, 0);
  }
}
@keyframes glitch-loop-2 {
  0% {
    top: -1px;
    left: 1px;
    clip: rect(65px, 9999px, 119px, 0);
  }
  25% {
    top: -6px;
    left: 4px;
    clip: rect(79px, 9999px, 19px, 0);
  }
  50% {
    top: -3px;
    left: 2px;
    clip: rect(68px, 9999px, 11px, 0);
  }
  75% {
    top: 0px;
    left: -4px;
    clip: rect(95px, 9999px, 53px, 0);
  }
  100% {
    top: -1px;
    left: -1px;
    clip: rect(31px, 9999px, 149px, 0);
  }
}

#btn_menu_responsive{
  position: absolute;
  top: 20px;
  left: 12px;
  color: rgba(242,102,35,1);
  border: 1px solid rgba(242,102,35,1);
  font-size: 15pt;
  padding: 3px 0px;
  z-index: 81;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  display: none;
}

#selc-departs ul {
    list-style: none;
    margin: 0px;
    padding: 35px 20px 20px;
}
#selc-departs #descrip > ul{
	list-style: none;
    margin: 0px;
    padding: 10px 0px 10px;
	position: relative;
    left: -6px;
}
#descrip > ul > li{
	color: #aaaaaa;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 2px;
}
#descrip > ul > li > span{
    font-size: 14pt;
    color: rgba(242,102,35,1);
    position: relative;
    min-width: 25px;
    text-align: center;
    align-self: center;
}
.i-am-here-2{
	display: inline-block;
    padding-left: 8px;
    min-width: 140px;
}
.i-am-here-2>h4{
	font-size: 7pt;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    text-transform: uppercase;	
}
.i-am-here-2>h3{
	font-family: 'sinkR';
    font-size: 7pt;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 0.1em;	
}
div#descrip{
	min-height: 245px;
    padding: 15px 20px 20px;
	min-width: 154px;
	max-height: 245px;
    overflow-y: scroll;
}
#descrip::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
#descrip::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px; */
    background-color: transparent;
}
 
/* Handle */
#descrip::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(242,102,35,.7); 
}
#descrip::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(93,94,94,.6); 
}
div#descrip>div>span{
	cursor:pointer;
}
div#descrip>div>h2{
	font-size: 10pt;
    display: inline-block;
    margin-left: 10px;
}

/* #menu-wrapper #selc-departsr .menu-container-inner {
    overflow: auto;
    padding: 85px 80px 95px 0;
    width: 400px;
    max-width: calc(100vw - 80px);
    max-height: calc(100vh - 40px);
} */
/* #menu-wrapper #menu-container #menu-content {
    list-style: none;
}
#menu-wrapper #menu-container .menu-item {
    display: block;
} */
/* #menu-wrapper #menu-container .menu-item a {
    display: inline-block;
    outline: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#menu-wrapper #menu-container .menu-item a:before {
    content: attr(data-text);
    position: absolute;
    z-index: 3;
    overflow: hidden;
    color: #c8d7da;
    white-space: nowrap;
    width: 0;
    transition: width 400ms 200ms;
}
#menu-wrapper #menu-container .menu-item a:after {
    background: #c8d7da;
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
    width: 100%;
    height: 16px;
    transform: translate3d(-100%,0,0);
    transition: transform 600ms cubic-bezier(0.7,0,0.3,1);
}
#menu-wrapper #menu-container .menu-item.current-menu-item a {
    cursor: default;
    color: #c8d7da;
} */
.menuHeader{
  padding: 20px 30px 0px 10px;
  position: relative;
}
.menuHeader>.menuIzq{
  position: absolute;
}
.circ{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(242,102,35,1);
  transition: all cubic-bezier(0, 1.31, 0.89, 1.25) .1s;
  position: relative;
}
.circ:hover{
  /* width: 55px;
  height: 55px; */
   border: 1px solid rgb(255, 44, 0);

}
.menuIzq>span{
  position: absolute;
  top: 14px;
  left: 23px;
  text-transform: uppercase;
  font-family: 'sinkL';
  font-size: 7pt;
  cursor: pointer;
}
.menuIzq>h1{
    font-size: 9pt;
    font-family: 'sinkR';
    top: 5px;
    position: absolute;
    width: 110px;
    /* left: 84px; */
    text-align: center;
    left: 54px;
    padding: 4px 0px;
    border-bottom: 1px solid rgba(242,102,35,.51);
    color: rgba(242,102,35,.51);
}
.menuDer{
  position: absolute;
}
.menuDer>span{
  position: relative;
  font-size: 16pt;
  color: rgba(242,102,35,1);
  cursor: pointer;
  transition: all cubic-bezier(0, 1.31, 0.89, 1.25) .2s;
}
.menuDer>span:hover{
  color: white;
}
.mappacific{
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
}

.contapp1{
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
}
.bg-white{
  background-color: white;
}
.bg-gray{
  background-color: #f4f4f4;
}
.mappacific>h1 {
  text-align: center;
  position: relative;
  top: 40%;
}
.mapMenu{
  position: relative;
  bottom: 10px;
  width: 100%;
  z-index: 5;
}
.mapMenu>ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.mapMenu>ul>li {
  margin: 0px 20px 10px;
  width: 100%;
  max-width: 162px;
  position: relative;
}
.mapMenu>ul>li>span {
  width: 100%;
  text-align: center;
}
/* .mapMenu>ul>li:hover{
  background-color: rgba(242,102,35,1);
  color: white;
}
.mapMenu>ul>li:nth-child(1) {
  margin-left: 40px;
}
.mapMenu>ul>li.active {
  color: white;
  background-color: rgba(242,102,35,1);
  padding: 10px 20px;
} */
.folder__thumb {
  max-width: 100%;
  display: block;
  position: absolute;
  width: 55px;
  height: auto;
  opacity: 0;
  z-index: -2;
  bottom: -12px;
  left: 40px;
}
.folder__thumb:nth-child(2){
/*  transform: translate(-20px,-75px) rotate(-20deg);*/
}
.folder__thumb:nth-child(3){
/*  transform: translate(50px,-75px) rotate(20deg);*/
}
.button--2{
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border: 1px solid rgba(242,102,35,1);
    display: inline-block;
    font-family: 'sinkR';
    font-size: 6pt;
    font-weight: 700;
    text-decoration: none;
    user-select: none;
    letter-spacing: 0.1em;
    color: rgba(242,102,35,1);
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 90px solid transparent !important;
    position: relative;
    z-index: 0;
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
}
.button--2:hover{
    background-color: #767f81;
    color: #fff;
    border: 1px solid transparent;
     }
.button--2:focus{
    outline: none;
    color: #fff; }
.mapMenu>ul>li.active>span {
    background-color: rgba(242,102,35,1);
    border: 1px solid transparent;
    color: white;
}
.button--2 .left, .button--2 .right {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #222;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
    top: 50%;
    margin-top: -12px;
    z-index: -2; }
    .button--2 .left.left, .button--2 .right.left {
      left: 0; }
    .button--2 .left.right, .button--2 .right.right {
      right: 0; }
.button--2 .button__bg {
    content: "";
    background: #222;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out; }
.button--2.active .button__bg{
  background-color: rgba(242,102,35,1);
}
.button--2:hover:before, .button--2:hover span {
      background-color: rgba(242,102,35,1); 
}
.foot_Cont{
  bottom: 0px;
  width: 100%;
}
.mapMenu>div, .int_icon{
  position: absolute;
  right: 30px;
  bottom: 10px;
}
.mapMenu>div>span, .int_icon>span{
  margin-right: 10px;
  cursor: pointer;
  font-size: 15pt;
}

/* PROTECTOR  */
.protector{
  background-color: rgba(0,0,0,.6);
  z-index: 9;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  transition: all ease-in-out 1s;
}
/* Menu */
.menu-wrap {
  position: fixed;
  top: 0px;
  z-index: 9;
  width: 280px;
  height: 100%;
  font-size: 1.15em;
  -webkit-transform: translate3d(-280px,0,0);
  transform: translate3d(-280px,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

.menu {
  position: relative;
  z-index: 1000;
  padding: 75pt 30pt 0pt;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.menu{
  opacity: 0;
  -webkit-transform: translate3d(-160px,0,0);
  transform: translate3d(-160px,0,0);
  -webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0s 0.3s, transform 0s 0.3s;
  -webkit-transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
  transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
  position: relative;
}
.menu>img{
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: -1;
}
#side_men>.icon-list a {
  display: block;
  margin-bottom: 5px;
  margin-left:12px;
}
.icon-list a {
  display: block;
  margin-bottom: 5px;
}

.icon-list i {
  font-size: 1.5em;
  vertical-align: middle;
  color: #282a35;
}

.icon-list a span {
  font-size: 9pt;
  font-weight: 700;
  vertical-align: middle;
  font-family: 'sinkR';
  color:rgba(93,94,94,1);
  position: relative;
}
.icon-list a span.active {
  color:rgba(242,102,35,1);
}
.icon-list a span:hover{
  color:rgba(242,102,35,1);
}
.icon-list a span:hover:after, .icon-list a span.active:after {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
.icon-list a span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: rgba(242,102,35,1);
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transition: all .6s cubic-bezier(.23,1,.32,1);
    transition: all .6s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
/* Morph Shape */
.morph-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  fill: white;
}

/* Shown menu */
.show-menu .menu-wrap,
.show-menu .content::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.show-menu .menu-wrap,
.show-menu .menu,
.show-menu .close-button,
.show-menu .morph-shape,
.show-menu .content::before {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.show-menu .menu,
.show-menu .close-button {
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.no_link:active,.no_link:link,.no_link:focus,.no_link:hover,.no_link:visited,
.menu-item:active,.menu-item:link,.menu-item:focus,.menu-item:hover,.menu-item:visited{
  text-decoration:none;
}
.generar_grafica:active,.generar_grafica:link,.generar_grafica:focus,.generar_grafica:hover,.generar_grafica:visited{
  color: #ffffff;
}
.menu-item:nth-child(2), .menu-item:nth-child(1){
  max-width: 120px;
}
.menu-item:nth-last-child(1){
  align-items: center;
}
.menu-item:nth-last-child(2){
  align-items: center;
  border-right: solid 1px #E5E7E9;
  max-width: 150px;
}
.menu-item::after{
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  border-right: solid 1px #E5E7E9;
  content: '';
}
.menu-item::before{
  padding-left: 20px;
  content: '';
}
.menu-item:nth-last-child(1)::after{
  content: '';
  border-right: none;
  padding-right: 20px;
}
.menu-item:first-child::before{
  content: '';
  padding-left: 0px;

}
.menulista>.menu-item.active{
  color: rgba(242,102,35,1);
}
.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    padding-top: 12px;
    padding-bottom: 12px;
}
.tarjeta{
    background-color: #fff;
    border: none;
    border-radius: 2px;
}
.shadowheader{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.padmenu{
    padding-top: 74px;
}
.flex-column{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
.flex-column-center{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex-row-btwn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  flex-wrap: wrap;
}
.flex-row-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-wrap: wrap;
}
.flex-row-start-2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.flex-row-start-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-wrap: wrap;
}
.seccion1{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px auto;
    background-color: transparent;
}
#pacific360{
    height: 580px;
    width: 1000px;
}
.datos_seccion1{
    width: 100%;
    max-width: 390px;
    max-height: 580px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.cabecera_seccion1{
    background-color: rgba(242,102,35,1);
    padding: 56px 0px 34px;
    text-align: center;
}
.cabecera_seccion1>h2{
    font-size: 22pt;
    font-family: 'sinkL';
    color: white;
    text-transform: uppercase;
}
#myTab{
  background-color: #f1f1f1;
}
.nav-item{
  position: relative;
}
#myTab>li>a.nav-link{
  background-color: #f1f1f1;
  color:rgba(88,89,90,1);
}
#myTab>li>a.nav-link.active {
    color: white;
    background: rgba(242,102,35,1);
}
#myTab>li>a.active.nav-link:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: rgba(242,102,35,1);
    content: '';
    pointer-events: none;
}
.cuerpo_seccion1{
    padding: 30px 46px 70px;
    font-size: 10pt;
    font-family: 'sinkL';
    overflow-x: hidden;
    overflow-y: scroll;
    letter-spacing: 0.5px;
    min-height: 380px;
    background-color: white;
    min-width: 380px;
    max-width: 380px;
    max-height: 300px;
    white-space: pre-line;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: justify;
}
/* Let's get this party started */
.cuerpo_seccion1::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
.cuerpo_seccion1::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px; */
    background-color: transparent;
}
 
/* Handle */
.cuerpo_seccion1::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(93,94,94,.6); 
}
.cuerpo_seccion1::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(93,94,94,.6); 
}
#menu-wrapper>#menuHamburguesa{
  width: 100px;
}
#menuHamburguesa{
    cursor: pointer;
    z-index: 10;
}
#menuHamburguesa>span{
    text-align: center;
    background-color: rgba(242,102,35,1);
    height: 1px;
    display: block;
    border-radius: 40px;
    transition: all cubic-bezier(0, 1.31, 0.89, 1.25) 0.2s;
    position: relative;
    top: 2px;
    margin: 0px auto 5px;
}
#menuHamburguesa.open>span{
  background-color: rgba(242,102,35,1);
}
#menuHamburguesa.open:hover>span{
  background-color: rgb(255, 44, 0);
}
#menuHamburguesa>span:nth-child(1){
    width: 51%;
}
#menuHamburguesa>span:nth-child(2){
    width: 80%;
}
#menuHamburguesa>span:nth-child(3){
    width: 35%;
}
#menuHamburguesa.open>span:nth-child(1){
    width: 50%;
    transform: rotate(45deg);
    top: 8px;
}
#menuHamburguesa.open>span:nth-child(2){
    width: 0%;
    opacity: 0;
}
#menuHamburguesa.open>span:nth-child(3){
    width: 50%;
    transform: rotate(-45deg);
    top: -3px;
}
.seccion2{}

.titulo>h4{
    font-weight: 600;
    margin: 27px 0 30px 60px;
    text-transform: uppercase;

}
.titulo>h4:after {
    display: block;
    width: 11%;
    height: 4px;
    margin-top: 15px;
    content: '';
    border-radius: 10px;
    background-color: rgba(242,102,35,1);
}
.descripcion{
    padding:0px 40px 0px 0px;
    margin: 0px 0px 130px 86px;
    white-space: pre-line;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-family: "sinkL";
    font-size: 12pt;
    width: 100%;
    letter-spacing: 0.5px;
    text-align: justify;
}
.contDatosInteresantes{
    max-width: 400px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
/* .menu>li{
position: relative;
z-index:100;
margin-bottom:-1px;display:table-cell;width:1%;
} */

.menudat{
  display: block;
  list-style: none;
  list-style-type: none;
  padding: 10px 30px 0px;
  margin-bottom: 0;
}

.menudat>li{
    position: relative;
    margin-bottom: -1px;
    display: table-cell;
    width: 1%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}
#datosInt>li>a.nav-link.active {
    border: 1px solid rgba(242,102,35,1);
    color: rgba(242,102,35,1);
}
#datosInt>li>a.nav-link {
    border: 1px solid grey;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    color: grey;
}
.uiDAtos{
    min-height: 280px;
    min-width: 380px;
    max-width: 380px;
    max-height: 300px;
}
.cuerpo_seccionDatos{
    align-self: center;
    color: grey;
    padding: 0px 46px;
    font-size: 80pt;
    font-family: 'sinkL';
    background-color: white;
    text-align: center;
    position: relative;
}
.descDatos{
    text-align: left;
    font-size: 7pt;
    position: absolute;
    bottom: -121px;
    height: 60px;
    letter-spacing: 0.5px;
    font-family: "sinkL";
    left: 0px;
    display: block;
    padding: 10px 10px 5px;
    color: white;
    background-color: #565656;
    width: 105.5%;
}
.Cja_btns_card_posicion{
    position: absolute;
    bottom: 0;
    min-height: 70px;
    width: 100%;
    background-image: linear-gradient(180deg,hsla(0, 0%, 100%, 0.7),#fff);
}
.Cja_btns_card_posicion_b{
  position: absolute;
  bottom: 0;
  min-height: 70px;
  width: 100%;
   right: -300px; 
  background-image: linear-gradient(180deg,rgba(255, 255, 255, 0.2),rgb(255, 255, 255));
  display: none;
}

/* seccion3 */
.seccion3{
  width: 100%;
  background-color: #F7F8F9;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 30px 0px;
}
.seccion3>h3{
  font-family: "sinkM";
  font-size: 15pt;
  margin-right: 30px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.seccion3>input{
    border: 1px solid #acb1b4;
    padding: .7em .5em;
    text-indent: 0;
    height: 48px;
    width: 100%;
    max-width: 304px;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0;
    margin-right: 30px;
}
.seccion3>input.error{
    opacity: 1;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    border-color: rgb(213, 77, 77);
    background-color: rgb(255, 255, 255);
}
.seccion3>a{
    font-family: "sinkR";
    opacity: 1;
    box-shadow: rgba(242,102,35,1) 0px 0px 0px 3px;
    border-color: rgba(242,102,35,1);
    background-color: rgba(242,102,35,1);
    transition: all .125s ease-in-out;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 46px;
    min-width: 200px;
    max-width: 304px;
    margin-bottom: .25em;
    padding: 0 20px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: middle;
    color: white;
}
.seccion4{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: black;
  width: 100%;
}
.footer1{
  color: rgb(103, 103, 103);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding:50px 0px;
}
.listaFooter{
  display: block;
  list-style: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.listaFooter>li{
  cursor: pointer;
}
.listaFooter>li:hover{
  color: white;
}
.infofooter>.listaFooter{
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 0px;
}
.footer2{
  display: flex;
  justify-content: space-between;;
  align-items: center;
  align-content: stretch;
  width: 100%;
  font-size: 12px;
  color: rgb(103, 103, 103);
  padding: 10px 20px 50px;
  margin: 0px;
  width: 100%;
  max-width: 900px;
  border-top: 1px solid rgba(242,102,35,1);
}
.footer2 h4{
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  color:rgb(103, 103, 103);
  cursor: pointer;
}
.footer2 h4:hover{
  color:white;
}
.footer2>div>h4{
  padding: 1px 5px;
}
.carousel-item>img{
 /* width: 100%;*/
}
/*  ANIMACION LOGO REDES SOCIALES  */
.redesSociales{
  padding-top: 10px;
}
.social-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: grey;
  font-size: 20px;
  padding: 7px 10px;
  margin: 0px 0px 20px;
  position: relative;
  line-height: 40px;
  transform: rotateY(0deg);
  transition: transform .25s ease-out;
  transform-style: preserve-3d;
}
.social-icon > div {
  width: 40px; height: 40px; background: transparent;
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.social-icon >.front-social {
  transform:translateZ(20px);
  opacity:1;
  -webkit-transition:opacity .4s cubic-bezier(.26,.96,.9,1.08);
    -moz-transition:opacity .4s cubic-bezier(.26,.96,.9,1.08);
    -o-transition:opacity .4s cubic-bezier(.26,.96,.9,1.08);
    transition:opacity .4s cubic-bezier(.26,.96,.9,1.08);

}
.social-icon >.back-social {
  background: #3B5998; font-size: 30px;
  transform:rotateY(-90deg) translateZ(20px);
  opacity:0;
  color:white;
  -webkit-transition:opacity .4s cubic-bezier(.26,.96,.9,1.08);
    -moz-transition:opacity .4s cubic-bezier(.26,.96,.9,1.08);
    -o-transition:opacity .4s cubic-bezier(.26,.96,.9,1.08);
    transition:opacity .4s cubic-bezier(.26,.96,.9,1.08);
}
/*  Social Media Colors
  Facebook #3B5998
  Flickr #FE0883
  Foursquare #8FD400
  Google+ #C63D2D
  Instagram #4E433C
  Linkedin #4875B4
  Tumblr #2B4964
  Twitter #33CCFF
  Vimeo #86B32D
  Youtube #FF3333
  Dribbble #ea4c89
*/
.social-icon.social-face > .back-social { background-color:rgb(59, 89, 152);}
.social-icon.social-twitter > .back-social { background: #55ACEE; }
.social-icon.social-github > .back-social { background: #f3f3f3; color: #000; }
.social-icon.social-pinterest > .back-social { background: #e3262e; }
.social-icon.social-googleplus > .back-social { background: #dd4B39; }
.social-icon.social-skype > .back-social { background: #12A5F4; }
.social-icon.social-linkedin > .back-social { background: #4875B4; }
.social-icon.social-dribbble > .back-social { background: #ea4c89; }
.social-icon.social-youtube-play > .back-social { background: rgb(187, 0, 0); }
.social-icon.social-instagram > .back-social { background: rgb(18, 86, 136); }

.social-icon.social-face > .front-social { color:rgb(59, 89, 152); border:1px solid rgb(59, 89, 152); }
.social-icon.social-twitter > .front-social { color: #55ACEE;border:1px solid #55ACEE; }
.social-icon.social-github > .front-social { color: #f3f3f3; color: #000;border:1px solid #f3f3f3; }
.social-icon.social-pinterest > .front-social { color: #e3262e;border:1px solid #e3262e; }
.social-icon.social-googleplus > .front-social { color: #dd4B39; border:1px solid #dd4B39;}
.social-icon.social-skype > .front-social { color: #12A5F4; border:1px solid #12A5F4;}
.social-icon.social-linkedin > .front-social { color: #4875B4; border:1px solid #4875B4;}
.social-icon.social-dribbble > .front-social { color: #ea4c89; border:1px solid #ea4c89;}
.social-icon.social-youtube-play > .front-social { color: rgb(187, 0, 0); border:1px solid rgb(187, 0, 0); }
.social-icon.social-instagram > .front-social { color: rgb(18, 86, 136); border:1px solid rgb(18, 86, 136); }

.title1-judah>div>.social-icon.social-face > .front-social { color:rgb(59, 89, 152); border:1px solid rgb(59, 89, 152); }
.title1-judah>div>.social-icon.social-youtube-play > .front-social { color: rgb(187, 0, 0); border:1px solid rgb(187, 0, 0); }
/* Hover */
.social-icon:hover  {
  transform: rotateY(100deg);
}

.social-icon:hover >.back-social{
  opacity:1;
  }
.social-icon:hover >.front-social{
  opacity:0.5;
  }
/*    HELPERS  */
.centrar{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*  FIN HELPERS*/
.pt-page-rotatePushRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotatePushRight .8s both ease;
  animation: rotatePushRight .8s both ease;
}
.pt-page-moveFromLeft {
  -webkit-animation: moveFromLeft .6s ease both;
  animation: moveFromLeft .6s ease both;
}
.pt-page-moveToRight {
  -webkit-animation: moveToRight .6s ease both;
  animation: moveToRight .6s ease both;
}
.pt-page-rotatePushLeft {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotatePushLeft .8s both ease;
  animation: rotatePushLeft .8s both ease;
}
@-webkit-keyframes rotatePushRight {
  from { }
  to { opacity: 0; -webkit-transform: rotateY(-90deg); }
}
@keyframes rotatePushRight {
  from { }
  to { opacity: 0; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); }
}
@-webkit-keyframes moveFromLeft {
  from { -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
  from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
@-webkit-keyframes rotatePushLeft {
  from { }
  to { opacity: 0; -webkit-transform: rotateY(90deg); }
}
@keyframes rotatePushLeft {
  from { }
  to { opacity: 0; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }
}
@-webkit-keyframes moveToRight { 
  from { }
  to { -webkit-transform: translateX(100%); }
}
@keyframes moveToRight { 
  from { }
  to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

/*   BUSCADOR BOTON  */

.menuHeader .menuDer:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.menuHeader .menuDer {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(88,89,90,1);
  outline: 0;
  transform-origin: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9;
}
#namePage{
  cursor: pointer;
  z-index: 9;
}
/* body.search-active .menuHeader .menuDer {
    transform: scale(70);
} */
/*  Buscador cuerpo   */
.contBuscador {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 101;
    display: none;
}
.contBuscador.active>.buscadorHead{
  height: 25%;
}
.contBuscador.active>.buscadorBody{
  top: 25%;
  height: 75%;
  overflow-y: auto;
  padding-bottom: 50px;
  padding-top: 29px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.search__inner {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 50%;
    background: #f0f0f0;
    overflow: hidden;
}
.buscadorBody .contenedor{
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.buscadorBody .contenedor>article {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    max-width: 400px;
    margin-bottom: 20px;
    width: 45%;
    min-height: 46px;
}
.buscadorBody .contenedor>article>span{
  color: #464a4c;
  text-align: left;
  padding-left: 15px;
  font-weight: 700;
  font-size: 9pt;
  margin-top: -.21425em;
  line-height: 1.28571429em;
  font-family: 'sinkR';
}
.buscadorBody .contenedor>article>span>span {
  font-size: 7.4pt;
  color: rgba(243, 111, 45, .7);
}
.buscadorBody .contenedor>article>a {
  color: #f36f2d;
  font-family: 'sinkL';
  font-size: 20pt;
  text-transform: uppercase;
  line-height: 0px;
}
.search__related{
  max-width: 400px;
    width: 100%;
    margin-top: 34px;
}
.search--open .search__inner {
    transform: translate3d(0,0,0);
}
.buscadorHead {
    transform: translate3d(0,-100%,0);
}
/*  input del buscador */
.search__form {
  position: relative;
  margin: 5em 0 2em;
  text-align: center;
}

.search__form-inner {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.search__form-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 15%; 
  width: 70%;
  height: 105%;
  background: rgba(242,102,35,1);
}

.search__input {
  font-family: inherit;
  font-size: 30pt;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 70%;
  padding: 0.25em;
  text-align: center;
  color: #fff;
  border: none;
  background: rgba(0,0,0,.4);
}

.search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: grey;
}

.search__input::-moz-placeholder {
  opacity: 1;
  /* Mozilla Firefox 19+ */
  color: grey;
}

.search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search__input::-ms-clear {
  display: none;
}

.search__info {
  font-size: 6pt;
  font-weight: bold;
  position: absolute;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 0.85em 0;
  color: white;
  font-family: 'sinkL';
  letter-spacing: 1.3px;
}
/************************/
/* Transitions      */
/************************/

.main-wrap {
  position: relative;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.main-wrap--move {
  opacity: 0;
  transform: scale3d(0.9,0.9,1);
}

.main-wrap--move .btn--search {
  pointer-events: none;
  opacity: 0;
}

.search {
  pointer-events: none;
}

.search--open {
  pointer-events: auto;
}

.search::before {
  opacity: 0;
  transition: opacity 0.4s;
}

.search--open::before {
  opacity: 1;
}

/* Search form with input and description */
.search__suggestion,
.search__info {
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: opacity 0.4s, transform 0.4s;
  top: -24px;
}

.search--open .search__suggestion,
.search--open .search__info {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
  transition-timing-function: ease-out;
}

.search__form-inner::after {
  opacity: 0;
  transform-origin: 50% 0;
}

.search--open>.search__inner>.search__form>.search__form-inner::after {
/*   transition-delay: 0.5s; */
  animation: scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes scaleUpDown {
  0% {
    opacity: 1;
    transform: scale3d(1,0,1);
  }
  50% {
    transform: scale3d(1,1,1);
    transform-origin: 50% 0;
    transition-timing-function: ease-out;
  }
  50.1% {
    transform-origin: 50% 100%;
    transition-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(1,0,1);
    transform-origin: 50% 100%;
    transition-timing-function: ease-out;
  }
}
/* transicion de entrada*/
.search__inner {
    transition: transform 0.6s;
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.buscadorHead {
    color: #dce6e6;
    background: #2d3535;
}
.buscadorBody {
    transform: translate3d(0,100%,0);
}
.buscadorBody {
    top: 50%;
    color: #dce6e6;
    background: rgba(221,222,224,1);
}
.sorry{
  margin-bottom: 20px;
  width: 100%;
  display: none;
}
.sorry.active{
  display: block;
}
.sorry>h3 {
    color: #a7aeb1;
    font-family: 'sinkB';
    font-size: 17pt;
    text-align: center;
    padding-right: 15px;
}
.buscadorBody>div>h3{
  color: rgba(88,89,90,1);
  font-family: 'sinkB';
  font-size: 11pt;
  font-weight: 500;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.buscadorBody>div{
  padding: 30px 37px 0px;
  width: 100%;
  display: none;
}
/*   contenedor de paginas  */
.titpag{
  position: relative;
  top: 90px;
  text-align: center;
  font-family: 'sinkR';
}
.titpag>h2, .tit_100{
  font-family: 'sinkB';
  font-size: 21pt;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1.4em;
}
.titpag>h4{
  font-size: 8pt;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
  line-height: 12pt;
}
.descripcion_main{
    font-family: 'sinkR';
    text-align: center;
    font-size: 9.8pt;
    line-height: 1.6em;
    letter-spacing: 0.07em;
    padding: 0px 20px 0px 20px;
    color: rgba(88,89,90,1);
    width: 100%;
    max-width: 950px;
    margin: 30px auto 60px;
}
.subtit_100{
  font-size: 8pt;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
  line-height: 10pt;
}
.tit_100{
  padding-top: 10px;
}
.tit_100,.subtit_100{
  text-align: center;
}
.redesIcon>.cont_social_links>.social-links>.social-link{
      background: transparent;
      color: rgba(242,102,35,.8);
          border: 1px solid rgba(242,102,35,.8);
          margin:20px 3px 0px;
}



/*    APP BUENAVENTUR  */
.grancontenedor_appbuenaventura{
  padding: 60px 0px;
  border-top: 1px solid rgba(193, 200, 208, .4);
  background-color: #f4f4f4;
}
.grancontenedor_appbuenaventura>h3{
  font-family: 'sinkR';
  position: relative;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 8pt;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto 21px;
  color: rgba(242,102,35,1);
  text-align: left;
}
.grancontenedor_appbuenaventura>p{
  font-size: 10.4pt;
  text-align: justify;
  font-family: 'sinkR';
  max-width: 1150px;
  width: 100%;
  margin: 0px auto;
  line-height: 1.8em;
  color: rgba(88,89,90,1);
  padding-right: 9%;
  letter-spacing: .04em;
}
.contenedor_appbuenaventura{
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    align-items: flex-start;
    margin: 60px auto;
}
.contenedor_appbuenaventura>div:first-of-type{
    width: 500px;
}
.cont_select_buenaventura{
  text-align: left;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(193, 200, 208, .4);
  margin-bottom: 23px;
}
.tit_label_buenventura{
    font-family: 'rme';
    color: #798498;
    font-size: 9pt;
    margin: 15px 0px 6px;
}
.sel_buenaventura{
    border: 1px solid #e6e8e8;
    padding: 7px 13px;
    background-color: #fff;
    color: #596465;
    font-size: 9pt;
    text-transform: uppercase;
    font-family: "rre";
    margin: 0px;
    letter-spacing: 0.05em;
    width: 100%
}
.cont_radios_buenaventura{
  text-align: left;
}

/*CONT RADIO BUENAVENTURA*/
.cont_radio_buenaventura{
  position: relative;
  padding: 6px 0px;
}
.cont_radio_buenaventura>input{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 0px;
    cursor: pointer
}

.cont_radio_buenaventura>input:checked + div{
  border: 1px solid rgba(242,102,35,1);
  padding: 12px 0px 12px 10px;
}
.cont_radio_buenaventura>input:checked + div>.circle{
  border: 1px solid rgba(242,102,35,1);
}
.cont_radio_buenaventura>input:checked + div>.circle:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(242,102,35,1);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.cont_radio_buenaventura>input:checked + div>p{
  color: rgba(242,102,35,1);
}
.cont_radio_buenaventura>div{
    z-index: 1;
    position: relative;
    top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0px 5px 10px;
    transition: all .4s ease-out;
}
.cont_radio_buenaventura>div>.circle{
    width: 18px;
    height: 18px;
    border: 1px solid #d0d0d0;
    margin-right: 12px;
    border-radius: 50%;
    position: relative;
    transition: all .4s ease-out;
}
.cont_radio_buenaventura>div>p{
    color: #596465;
    font-size: 9pt;
    text-transform: uppercase;
    font-family: "rre";
    margin: 0px;
    letter-spacing: 0.05em;
    transition: all .4s ease-out;
}
.contenedor_appbuenaventura>div:last-of-type{
    width: 100%;
    border: 1px solid rgba(193, 200, 208, .4);
    margin-left: 70px;
    background-color: white;
    position: relative;
    padding: 0px 0px 20px;
}
.generar_grafica {
    padding: 14px 20px;
    font-size: 10pt;
    border-radius: 0;
    background: rgba(242,102,35,1);
    color: #ffffff;
    transition: all .3s linear;
    margin-top: 50px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: "rre";
    letter-spacing: 0.05em;
}
.titulo_stat_buenaventura{
  font-family: 'sinkR';
  position: relative;
  /* text-transform: uppercase; */
  letter-spacing: .09em;
  font-size: 9pt;
  margin: 50px auto 20px;
  color: rgba(242,102,35,1);
  max-width: 80%;
  line-height: 1.5em;
}
.grafica_buenaventura{
  height: auto;
  width: 88%;
  margin: 0px auto;
  background-color: rgba(193, 200, 208, .05);
  display: block;
  position: relative;
  padding-top: 22px;
  padding-bottom: 62px;
}
.union_btn_chart{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}
.btn_download_stat{
    width: 30px;
    height: 30px;
    font-size: 13pt;
    /*background-color: #F9F8F8;*/
    padding-top: 2px;
    color: rgba(242,102,35,1);
    text-align: center;
    border: 1px solid rgba(242,102,35,.51);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0px 6px 0px;
}
.union_btn_chart h5{
    color: #596465;
    font-size: 9pt;
    text-transform: uppercase;
    font-family: "rre";
    margin: 0px;
    letter-spacing: 0.05em;
    padding-right: 14px
}
.union_btn_chart div {
    display: flex;
    justify-content: center;
}
.contenedor_grafica_con_btns{
  position: relative;
  width: 100%;
}
.separador{
  height: 1px;
  width: 100%;
  background-color: rgba(224, 224, 224, 0.67);
  margin: 12px 0px 32px;
}
.pie_grafica_buenaventura{
  display: flex;
  justify-content: center;
  padding: 30px 30px 0px;
  position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.pie_grafica_buenaventura span{
  font-family: 'sinkR';
  font-size: 6pt;
  letter-spacing: 0.1em;
}
/*   FIN APP BUENAVENTURA   */
.contmen{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding: 26px 45px 0px 0px;
  font-family: 'sinkR';
  max-width: 1050px;
  margin: 0px auto;
}
.menu_blog{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    width: 100%;
    max-width: 780px;
}
.menu_blog>a{
    padding: 4px 20px;
    margin-bottom: 0px;
    color: #3c3c3c;
    font-size: 10pt;
    line-height: 1.4em;
}
.menu_blog>.active {
    border: 1px solid rgba(242,102,35,1);
    padding: 4px 20px;
}
.contblog{
  max-width: 1100px;
  margin: 0px auto !important;
  width: 100%;
}
.contautor{
  max-width: 1100px;
  margin: 0px auto !important;
  width: 100%;
  padding-top: 50px;
}
/*   titulos y subtitulos  */


/* carrusell */
.contcarruselCi{
  width: 100%;
  max-width: 1100px;
  margin:80px auto 0px;
  overflow: hidden;
  height: 120px;
}
.owl-carousel .item {
    height: 80px;
    width: 80px;
     display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    position: relative;
}
.owl-carousel .item img{
  cursor: pointer;
}
.owl-carousel .item.active {
   /*  background: rgba(242,102,35,1); */
   
}
.owl-carousel .item span {
    color: #FFF;
    font-weight: 400;
    margin-top: 0rem;
    font-size: 32pt;
}
.owl-carousel .item h4 {
    color: black;
    position: absolute;
    top: 85px;
    font-size: 9pt;
    cursor: pointer;
}
.owl-carousel .item.active h4 {
  color: rgba(242,102,35,1);
  font-family: 'sinkB';
  border-bottom: 2px solid rgba(242,102,35,1);
  padding-bottom: 5px;
}
.owl-nav{
  position: relative;
}
.owl-nav>.customNextBtn,.owl-nav>.customPrevBtn, .degradadoOwlL, .degradadoOwlR {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  color: rgba(242,102,35,1);
  font-size: 40pt;
  top: -80px;

}
.owl-nav>.customPrevBtn{
  left: 0px;
  z-index: 2;
}
.owl-nav>.customNextBtn{
  right: 0px;
  z-index: 2;
}
.degradadoOwlL{
  left: 0px;
background-image: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0.77), #fff);
background-image: -o-linear-gradient(right, hsla(0, 0%, 100%, 0.77), #fff);
background-image: linear-gradient(to left, hsla(0, 0%, 100%, 0.77), #fff);
  width: 90px;
  z-index: 1;
  height: 110px;
}
.degradadoOwlR{
  right: 0px;
background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0.77), #fff);
background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0.77), #fff);
background-image: linear-gradient(to right, hsla(0, 0%, 100%, 0.77), #fff);
  width: 90px;
  z-index: 1;
  height: 110px;
}

/*   MAPA DE CALOR  */
.mapaCalor{
    max-width: 340px;
    width: 100%;
    margin-top: 50px;
    margin-left: 150px;
}
.headmapaCalor{
    color: black;
    border-bottom: 3px solid #414141;
    border-radius: 2px;
    padding: 15px 0px;
    font-size: 11pt;
    position: relative;
    z-index: 2;
    text-align: left;
    padding-left: 10px;
    font-family: 'sinkB';
}
.headmapaCalor>span {
    z-index: 2;
    color: rgba(242,102,35,1);
    position: relative;
    letter-spacing: 0.05em;
    left: 5px;
}
.headmapaCalor::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block;
    z-index: 1;
    left: 11px;
    top: 9px;
}
.bodymapaCalor{
  text-align: left;
  overflow: hidden;
  max-height: 365px;
}
/* Let's get this party started */
.bodymapaCalor::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
.bodymapaCalor::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px; */
    background-color: transparent;
}
 
/* Handle */
.bodymapaCalor::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(93,94,94,.6); 
}
.bodymapaCalor::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(93,94,94,.6); 
}
.bodymapaCalor h3{
  font-size: 11pt;
  color: rgba(242,102,35,1);
  font-family: 'sinkB';
  padding: 15px 10px 5px;
  display: none;
}
.bodymapaCalor ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.bodymapaCalor ul>li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px 12px 14px;
}
.bodymapaCalor ul>li:nth-child(odd){
  color: #414141;
}
.bodymapaCalor ul>li:nth-child(odd)>span {
    color: #292b2c;
}
.bodymapaCalor ul>li>span{
  font-size: 8pt;
  letter-spacing: 0.05em;
}
.bodymapaCalor ul>li>a.active, .bodymapaCalor ul>li>a{
  padding: 3px 14px 2px;
  font-size: 9pt;
  text-transform: lowercase;
  border-radius: 0px;
  position: relative;
  font-family: 'sinkL';
}
.bodymapaCalor ul>li>a{
  color: #929292;
  border: 1px solid #929292;
  transition: all .4s ease-out;
}
.bodymapaCalor ul>li>a.active, .bodymapaCalor ul>li>a:hover{
  color: white;
  border: 1px solid white;
}
/* .bodymapaCalor ul>li:nth-child(even)>a.active, .bodymapaCalor ul>li:nth-child(even)>a:hover{
  color: #414141;
  border: 1px solid #414141;
} */
.bodymapaCalor ul>li:nth-child(odd)>a:before, .bodymapaCalor ul>li:nth-child(even)>a:before{
  transition: all .4s ease-out;
}
.bodymapaCalor ul>li:nth-child(odd)>a.active:before, .bodymapaCalor ul>li:nth-child(even)>a.active:before,
.bodymapaCalor ul>li:nth-child(odd)>a:hover:before, .bodymapaCalor ul>li:nth-child(even)>a:hover:before {
    background-color: rgba(242,102,35,.7);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
}
.bodymapaCalor ul>li>a>span{
  z-index: 4;
  position: relative;
  transition: all .2s ease;
}
.bodymapaCalor ul>li>a.active>span, .bodymapaCalor ul>li>a:hover>span{
  color: white;
  top: 3px;
  left: 3px;
}
.sect{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    max-width: 1100px;
    margin: 0px auto;
    left: 20px;
}
.mapaSVG{
    width: 490px;
    padding-top: 50px;
    position: relative;
    right: -60px;
}
.buscfig{
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.contacto_cont{
   background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 17vh 0px 85px;
  height: 100vh;
}
.contacto_cont>h2{
  font-family: 'sinkB';
  font-size: 21pt;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.contacto_cont>h4{
    font-size: 8pt;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}
.checksbuscfig{
  font-size: 7pt;
  font-family: 'sinkR';
  margin-top: 20px;
  color: #727273;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  margin: 14px 0px 35px;
}
.squaredOne {
    width: auto;
    height: auto;
    position: relative;
    /* border: 1px solid rgba(242,102,35,1); */
    background: transparent;
    margin: 0px !important;
    padding: 0px;
}
.squaredOne:before {
    width: 16px;
    height: 16px;
    position: absolute;
    border: 1px solid rgba(242,102,35,1);
    background: transparent;
    content: '';
    left: -2px;
    top: -2px;
}
.acaContentSearch>.squaredOne {
    /*border: 2px solid rgb(113, 109, 107); */
    /* max-height: 32px; */
}
.acaContentSearch>.squaredOne:before {
    content: '';
    border: 2px solid rgb(113, 109, 107);
    max-height: 32px;
    width: 15px;
    height: 15px;
}
.regionCheck{
  position: relative;
  margin-right: 50px;
}
.regionCheck:nth-last-child(1) {
    margin-right: 45px;
}
.regionCheck input[type=checkbox]{
   position: absolute;
   visibility: hidden;
}
.regionCheck input[type=checkbox] + label {
  opacity: .3;
  width: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.regionCheck input[type=checkbox] + label:hover:after {
    position: absolute;
    background: rgba(242,102,35,1);
    height: 2px;
    width: 100%;
    display: block;
    bottom: 3px;
    left: 13px;
    opacity: 1;
    transition: all .5s cubic-bezier(0.65, 0.15, 0.63, 1.13);
    content: "";
}
.regionCheck input[type=checkbox] + label>img {
  width: 100%;
}
.regionCheck input[type=checkbox]:checked  + label:hover {
  opacity:.8;
}
.regionCheck input[type=checkbox]:checked + label {
  opacity: 1;
}
.regionCheck>span{
  position: relative;
}
.squaredOne label {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: transparent;
}
.acaContentSearch>.squaredOne label:after {
    background: rgb(148, 138, 133);
    top: 2px;
    left: 2px;
}
.squaredOne label:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: rgba(242,102,35,1);
  opacity: 0;
  transition: all ease-in-out .1s;
}
.squaredOne label:hover::after {
  opacity: 0.1;
}
.squaredOne input[type=checkbox] {
  visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.squaredOne>span:first-of-type{
  position: absolute;
  left: 30px;
  top: 1px;
}
.cajas>.squaredOne>div{
    position: relative;
    left: 20px;
    top: -16px;
    width: 170px;
    text-align: left;
    line-height: 11px;
}
/*.cajas>.squaredOne>div>span:last-of-type{
  font-size: 12pt;
  position: absolute;
  cursor: pointer;
  top: -6px;
  padding-left: 7px;
}*/
.cajas>.squaredOne>div>span:nth-child(2){
  font-size: 12pt;
  position: absolute;
  cursor: pointer;
  top: -6px;
  padding-left: 7px;
}
.acaContentSearch>.squaredOne>span:first-of-type{
  position: absolute;
  left: 30px;
  top: 1px;
  width: 100px;
  text-align: left;
}
.acaContentSearch>.squaredOne>span:nth-child(4){
  font-size: 12pt;
  position: absolute;
  top: -6px;
  cursor: pointer;
}
.acaContentSearch>.squaredOne:nth-child(1)>span:nth-child(4){
  left: 70px;
}
.acaContentSearch>.squaredOne:nth-child(3)>span:nth-child(4){
  left: 109px;
}
.acaContentSearch>.squaredOne:nth-child(4)>span:nth-child(4){
  left: 136px;
}
.acaContentSearch>.squaredOne:nth-child(5)>span:nth-child(4){
  left: 75px;
}
.acaContentSearch>.squaredOne>span:nth-child(4):after{
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 5px;
  border: 1px solid #e8e8e7;
  width: 14px;
  height: 14px;
  display: none;
/*  background: rgba(242,102,35,1);*/
}
.block_inner {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
.tabsfig{
    width: 100%;
    padding-top: 40px;
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px 0px 70px;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}
.tabsfig2{
    width: 100%;
    padding-top: 40px;
    max-width: 950px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}
.catg_archivos_img{
    height: 100px;
    position: relative;
    width: 100%;
    max-width: 200px;
}
.catg_archivos_img>img{
  height: 100%;
}
.catg_archivos_img>h4{
    color: rgba(242,102,35,1);
    position: relative;
    top: 3px;
    font-size: 9pt;
}
.menu__list {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 12px 0px 0px;
  list-style: none;
  width: 100%;
  padding: 0px;
}
.menu__link {
  font-size: 13pt;
  font-weight: bold;
  display: block;
  padding: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
  outline: none;
}
.menu__list .menu__link {
  font-family: 'sinkL';
  position: relative;
  display: block;
  margin: 0 1.5em;
  padding: 0.65em 0;
  text-align: center;
  color: #858585;
  font-size: 10pt;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.menu__list .menu__link:hover,
.menu__list .menu__link:focus {
  color: #929292;
}

.menu__list .menu__item--current .menu__link {
  color: rgba(242,102,35,1);
}

.menu__list .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(242,102,35,1);
  -webkit-transform: scale3d(0, 5, 1);
  transform: scale3d(0, 5, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.menu__list .menu__item--current .menu__link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.tabpane_tabsfig{
  width: 100%;
  max-width: 1000px;
  min-height: 200px;
  margin: 45px auto 0px;
}
.child_tabpane{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.child_tabpane>div{
  margin-bottom: 20px;
  width: 100%;
}
.child_tabpane>div>h3{
  color: #a7aeb1;
  font-family: 'sinkB';
  font-size: 17pt;
  text-align: center;
  padding-right: 15px;
}
.child_tabpane>div>h4 {
    color: #a7aeb1;
    font-family: 'sinkr';
    font-size: 17pt;
    text-align: center;
    padding-right: 15px;
}
.child_tabpane>article{
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  max-width: 400px;
  margin-bottom: 20px;
  width: 45%;
  min-height: 46px;
}
.child_tabpane>article>span{
  color: #464a4c;
  font-family: 'sinkR';
  font-size: 10pt;
  text-align: left;
  padding-right: 15px;
      line-height: 1.3em;
}
.child_tabpane>article>span>span{
      font-size: 7pt;
    color: rgba(243, 111, 45, .7);
}
.child_tabpane>article>a{
  color:#f36f2d;
  font-family: 'sinkL';
  font-size: 9pt; 
  text-transform: uppercase; 
}
.footersiempre{
  width: 100%;
  background-color: rgba(242,102,35,1);
  margin-top: 50px;
      padding: 40px 0px 0px;
}
.footersiempre>div{
  font-size: 7pt;
  font-family: 'sinkR';
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  color: #e8e8e7;
}
.footersiempre>div:last-of-type{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    max-width: 900px;
    padding: 15px 20px;
    border-top: 1px solid white;
}
.footersiempre>div:first-of-type{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
    padding-bottom: 15px;
    max-width: 900px;
}
.footersiempre>div:first-of-type ul{
    list-style: none;
    padding: 0px;
    text-align: left;
    font-size: 8pt;
    margin: 0px;
}
.footersiempre>div:first-of-type ul li{
    margin-bottom: 1px;
    color: rgba(255,255,255,1);
    transition: all .3s ease-in-out;
}
.footersiempre>div:first-of-type ul li>a{
    margin-bottom: 1px;
    color: rgba(255,255,255,.77);
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.footersiempre>div:first-of-type ul li>a:hover{
    color: rgba(255,255,255,1);}
.footersiempre>div>ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footersiempre>div>ul>li{
  display: inline-block;
  margin-right: 15px;
}
.footersiempre>div>ul>li>a{
  color: #e8e8e7;
}
.footersiempre>div>ul>li>a:hover{
  color: #b5b5b5;
}
.carousel-inner{
  max-height: 350px;
  max-width: 1000px;
  margin: 0px auto;
}
.carousel-inner2{
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 350px;
  max-width: 1200px;
  margin: 0px auto;
}
.col_chev{
  color: rgba(242,102,35,1);
  font-size: 25pt !important;
}
#academiaSlider{
  margin-top: 40px;
}
.fufs{
  width: calc(100% - 335px);
  display: inline-block;
}
.box-item-blog{
  width: 335px;
  height: 350px;
  display: inline-block;
  position: absolute;
  margin-top: 40px;
}
.box-item-head{
  padding: 17px 0px 15px 18px;
  background-color: #222222;
}
.t-grey-a{
  color: #aaaaaa;
}
.box-item-head>div>span{
  font-size: 30pt;
  color: rgba(242,102,35,1);
}
.i-am-here{
  display: inline-block;
  padding-left: 8px;
}
.i-am-here>h4{
  font-size: 8pt;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.i-am-here>h3{
  font-family: 'sinkB';
  font-size: 9pt;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: white;
}
.box-item-body{
  padding: 17px 17px 15px 18px;
}
.tarjeta_blog_info>.box-item-body{
  padding: 14px 6px 15px 28px;
}
.box-item-body>h1{
  font-family: 'sinkB';
  font-size: 16pt;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 6px;
}
.box-item-body>p{
  font-family: 'sinkR';
  font-size: 8.8pt;
  margin-top: 15px;
  margin-bottom: 0px;
  width: 90%;
  padding-left: 4px;
}
.box-item-foot{
  padding: 0px 30px 0px 20px;
  position: absolute;
  bottom: 12px;
  width: 100%;
}
.visit_page{
  font-family: 'sinkR';
  font-size: 7pt;
  width: 100px;
  display: inline-block;
  padding-left: 6px;
}
.visit_page>a{
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
    color: rgba(242,102,35,1);
}
.total_art>h4{
  font-family: 'sinkR';
  font-size: 11pt;
  text-align: center;
  margin-bottom: 1px;
}
.total_art>h5{
  font-family: 'sinkL';
  font-size: 7pt;
  margin-bottom: 2px;
}
.sliderInfo{
  background-color: rgba(0,0,0,.7);
  position: absolute;
  bottom: 0px;
  text-align: left;
  color: white;
  width: 100%;
  padding: 13px 35px 0px;
  max-height: 86px;
  overflow:hidden;
/*   height: 86px; */
}
.sliderInfo2{
  background-color: rgba(0,0,0,.7);
  position: absolute;
  bottom: 0px;
  text-align: left;
  color: white;
  width: 100%;
  padding: 13px 35px 0px;
  max-height: 86px;
  overflow:hidden;
/*   height: 86px; */
}
.sliderInfo>a, .sliderInfo2>a {
  font-size: 12pt;
}
.sliderInfo>p, .sliderInfo2>p{
  font-size: 8pt;
  margin-top: 3px;
  letter-spacing: 1.1px;
}
.academiaSearch{
  align-self: flex-start;
  padding: 10px 15px;
  width: 100%;
  max-width: 330px;
  text-align: left;
}
.academiaContent{
  align-self: flex-start;
  justify-content: space-between;
  margin-top: 0px;
  height: 100%;
  width: 100%;
  max-width: 970px;
  display: flex;
  flex-wrap: wrap;
}
.academiaContent>table{
  width: auto;
  border-radius: .28571429rem;
  overflow-x: hidden;
  max-height: 1100px;
}
.academiaContent>table>tbody{
  text-align: left;
}
.academiaContent>table>tbody>tr{
  transition: all ease-in-out .3s;
  cursor: pointer;
}
.academiaContent>table>tbody>tr:nth-child(odd){
  background-color: #F2F1F1;
} 
.academiaContent>table>tbody>tr:hover{
  background-color: #dadada;
}
.academiaContent>table>tbody>tr>td, .academiaContent>table>tbody>tr>th{
  vertical-align: middle;
}
.academiaContent>table>tbody>tr>td>h3{
  font-size: 12pt;
  margin-bottom: 4px;
}
.academiaContent>table>tbody>tr>td>p{
  margin-bottom: 5px;
  font-size: 9pt;
}
.academiaContent>table>tbody>tr>td>p>span{
  font-size: 7.5pt;
  font-family: 'rbo';
}
.academiaContent>table>tbody>tr>td>a{
  font-family: 'rbo';
}
.card_academy{
  font-size: 1em;
  display: flex;
  margin: .875em .5em;
  float: none;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 290px;
  min-height: 132px;
  max-height: 150px;
  height: 100%;
  background: #F9F8F8;
  padding: 0;
  border: 1px solid rgba(242,102,35,.51);
  border-radius: .28571429rem;
  transition: box-shadow .1s ease,-webkit-transform .1s ease;
  transition: box-shadow .1s ease,transform .1s ease;
  transition: box-shadow .1s ease,transform .1s ease,-webkit-transform .1s ease;
  line-height: 1.4285em;
  color: rgba(0,0,0,.87);
  overflow: hidden;
}
.card_academy>.contenido{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34,36,38,.1);
  background: 0 0;
  margin: 0;
  padding: 13px;
  box-shadow: none;
  font-size: 1em;
  text-align: left;
  font-family: 'sinkR';
}
.card_academy>.contenido>.header{
  font-weight: 700;
  font-size: 8pt;
  margin-top: -.21425em;
  line-height: 1.28571429em;
  font-family: 'sinkR';
}
.card_academy>.contenido>h3{
      font-size: 7pt;
    color: rgba(242,102,35,1);
    margin-top: 4px;
    font-family: 'sinkR';
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.card_academy>.contenido>.meta{
  font-size: 6pt;
  color: rgba(0,0,0,.5);
}
.card_academy>.contenido>.description{
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    clear: both;
    color: rgba(0,0,0,.68);
    margin-top: 12px;
    position: absolute;
    font-size: 15pt;
    border: 0px;
}
.card_academy>.contenido>.description>span, .card_academy>.contenido>.description>a{
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #F9F8F8;
  padding-top: 2px;
  color: rgba(242,102,35,1);
  text-align: center;
  border: 1px solid rgba(242,102,35,.51);
  bottom: 10px;
  z-index: 2;
}
.acaContentSearch{
  font-size: 7pt;
  font-family: 'sinkR';
  margin-top: 20px;
  color: #3c3c3c;
  font-weight: 700;
  margin: 30px 0px 25px;
}
.desc_doc, .desc_doc2{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34,36,38,.1);
  background: 0 0;
  margin: 0;
  padding: 10px 13px;
  box-shadow: none;
  text-align: left;
  font-family: 'sinkR';
  position: absolute;
  z-index: 10;
  background-color: #F2F1F1;
  width: 100%;
  font-size: 8pt;
  min-height: 132px;
  max-height: 150px;
  height: 100%;
}
.desc_doc>.header, .desc_doc2>.header{
  display: flex;
  justify-content: space-between;
  padding-bottom: 3px;
  border-bottom: 1px solid #808080;
}
.cerrar_des{
  cursor: pointer;
  font-size: 11pt;
  position: relative;
  top: -2px;
}
.desc_doc>p{
  line-height: 1.3em;
  color: #545454;
  margin-top: 5px;
  font-size: 7.3pt;
  letter-spacing: 0.04em;
}
.desc_doc2>ul{
  list-style: none;
  margin: 0px;
  padding: 5px 0px;
  line-height: 1.3em;
  color: #545454;
  font-size: 6.7pt;
  letter-spacing: 0.04em;
}
.desc_doc2>ul>li{
  display: flex;
}
.desc_doc2>ul>li>span:nth-child(1){
  font-family: 'sinkB';
  text-transform: capitalize;
}
.desc_doc2>ul>li>span:nth-child(2){
  padding-left: 6px;
}
.btn_search_academia{
  border: 1px solid rgb(113, 109, 107);
  color: rgb(113, 109, 107) !important;
  padding: 5px 100px;
  font-size: 10pt;
  width: 100%;
  text-align: center;
  overflow:hidden;
  position:relative;
  cursor: pointer;
}
.btn_search_academia>span{
  z-index: 17;
  position: relative;
  transition: all .4s linear;
}
.table{
  font-size: 10pt;
  font-family: 'rre';
}

/* blog */

.tarjeta_blog{
  padding: 40px;
  background-color: white;
  margin-top: 30px;
}
.tarjeta_blog_info{
  background-color: white;
  margin-top: 30px;
}
.tarjeta_blog_info>h2{
  line-height: 30px;
  padding-top: 45px !important;
  padding-bottom: 0px !important;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'sinkB';
  font-size: 12pt;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #222222;
  position: relative;
}
.tarjeta_blog>h2{
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 30px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'rme';
}
.tarjeta_blog>.mas_visto{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.tarjeta_blog>.sugerencias{
  border-bottom: 1px solid #CCC;
}
.tarjeta_blog>.sugerencias:nth-last-child(1){
 border-bottom: none;
}
.tarjeta_blog>.mas_visto2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.tarjeta_blog>.mas_visto3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: 'sinkR';
}
.tarjeta_blog_info>.mas_visto3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'sinkR';
  padding: 15px 32px !important;
}
.tarjeta_blog>.mas_visto2>a{
  font-size: 8pt;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0.3em;
  background-color: #e8e8e8;
  background-image: none;
  padding: .5833em .993em;
  color: rgba(0,0,0,.6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: .28571429rem;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}
.tarjeta_blog>.mas_visto3>a, .tarjeta_blog>.mas_visto3>span{
  color: #292b2c;
  font-size: 9pt;
}
.tarjeta_blog>.mas_visto2>a:hover{
  background-color: rgba(242,102,35,1);
  color: white;
}
.tarjeta_blog>.mas_visto>div:first-of-type{
  font-size: 15px;
  line-height: 40px;
  font-family: 'sinkB';
  color: rgba(242,102,35,1);
}
.tarjeta_blog>.mas_visto>a{
  padding: 0px 5px 0px 20px;
  font-family: 'sinkR';
  font-size: 9pt;
  color: #292b2c;
}
/* gris claro #F2F1F1 
   gris oscuro #202020
*/
/*  height:300px;
  width:100%;
  background-image:url(../images/pictures_bca_home/photogallery/photo%20gallery2.jpg) no-repeat center center fixed; -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
.v_card{
  width: 100%;
  max-width: 230px;
  display: inline-block;
  overflow: hidden;
}
.v_card>.image{
  height: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.image>img{
  height: 280px;
  position: relative;
  left: -50%;
}
.v_card>.content{
  padding-top: 2px;
  position: relative;
  z-index: 10;
}
.v_card>.content::before {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  right: 110px;
  top: -186px;
  border-top: 310px solid transparent;
  border-left: 60px solid rgba(242,102,35,1);
  transform: rotate(-90deg);
}
.content::after {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  right: 110px;
  top: -184px;
  border-top: 310px solid transparent;
  border-left: 60px solid white;
  transform: rotate(-90deg);
}
.v_card>.content>h3 {
  font-family: 'sinkB';
  font-size: 10.6pt;
  margin: 0px 0px 20px;
  text-transform: uppercase;
  z-index: 2;
  width: 170px;
  position: relative;
  left: 23%;
  display: inline-block;
  letter-spacing: .03em;
}
.v_card>.content>h3::before {
  content: '';
  border-bottom: 3px solid black;
  height: 9px;
  width: 25px;
  display: block;
  position: absolute;
  left: -52px;
}
.v_card>.content>h4 {
  margin: 0px 0px 15px;
  font-style: italic;
  font-family: 'sinkM';
  font-size: 7.3pt;
  width: 135px;
  line-height: 1.1em;
  display: inline-block;
  position: relative;
  left: 30px;
  text-transform: uppercase;
  text-align: left;
}
.v_card>.extra {
  font-size: 8pt;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 30px 30px;
}
.v_card>.extra>span {
  text-transform: lowercase;
  padding-right: 5px;
}
.v_card>.extra>a:first-of-type {
  text-transform: uppercase;
  padding-right: 10px;
}
.v_card>.extra>a:last-of-type{
  border: 2px solid rgba(242,102,35,1);
  color: rgba(242,102,35,1);
}
.v_card>.extra>a>span{
  font-size: 19pt;
  line-height: 1.8em;
  padding: 20px;
}

.cont_art_main{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    align-content: space-between;
}
.h_card{
    display: flex;
    align-items: center;
    width: 420px;
}
.h_card2{
    display: flex;
    align-items: center;
    width: 350px;
}
.image_h{
    height: 90px;
    min-width: 100px;
    max-width: 100px;
    overflow: hidden;
    position: relative;
  }
.image_h>img{
    height: 100%;
    position: relative;
    left: -25%;
}
.content2{
    padding: 10px 10px 0px 20px;
    margin-bottom: 5px;
    position: relative;
}
.content3{
    padding: 10px 10px 0px 10px;
    margin-bottom: 5px;
    position: relative;
}
/* .content33{
    padding: 10px 10px 0px 30px;
    margin-bottom: 5px;
    position: relative;
} */
.content2>h3, .content3>h3{
    font-size: 10pt;
    font-family: 'sinkM';
    margin-bottom: 2px;
}
.content2>h3>a{
    font-size: 10pt;
    font-family: 'sinkM';
    margin-bottom: 2px;
    color: #292b2c;
}
.content3>h3>a{
    font-size: 9pt;
    font-family: 'sinkM';
    margin-bottom: 2px;
    color: #292b2c;
}
.content2>h5, .content3>h5{
    font-family: 'sinkR';
    font-size: 6pt;
    margin-bottom: 10px;
    color: #292b2c;
}
.content2>a, .content3>a{
    position: absolute;
    right: 15px;
    bottom: 3px;
    border: 1px solid rgba(242,102,35,1);
    padding: 3px 30px;
    color: rgba(242,102,35,1);
    font-size: 6.7pt;
}
.flex-main{
    display: flex;
    margin-top: 30px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.divisores_blog{
    display: flex;
    margin-top: 30px;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
.divisores_blog::before{
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 80px;
    height: 3px;
    background-color: #f25d27;
}
.divisores_blog>.tit{
    align-self: center;
    padding: 20px 0px 0px 10px;
    font-family: 'sinkR';
    font-size: 12.6pt;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.divisores_blog>a{
    display: inline-block;
    font-family: 'Larsseit','Arial',serif;
    font-size: 14px;
    font-weight: bold;
    color: #f25d27;
    text-align: center;
    line-height: 1.14em;
    border: solid 1px #f25d27;
    margin: 0;
    padding: 14px 20px;
    outline-width: 0;
    background-color: transparent;
    cursor: pointer;
    transition: color .4s ease,background-color .4s ease;
}
.divisores_blog>a:hover {
    color: #ffffff;
    background-color: #f25d27;
}
.arti{
  max-width: 200px;
  max-height: 300px;
  margin-bottom: 30px;
  position: relative;
}
.arti>.image{
  width: 100%;
  position: relative;
}
.arti>.image>img{
  width: 100%;
  height: auto;
  left: 0px;
}
.arti>.image>span, .image_h>span{
    color: white;
    background-color: rgba(242,102,35,1);
    padding: 10px;
    align-self: center;
    display: inline-flex;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.arti>.image>span{
  font-size: 16pt;
}
.image_h>span{
  font-size: 11pt;
}
.content33>span{
  position: absolute;
  top: 0;
  font-size: 8pt;
  background-color: #fbfbfb;
  padding: 1px 8px;
}
.content3>a,.content33>a{
  font-size: 9pt;
  text-align: left;
  display: block;
  padding: 10px;
  font-family: 'sinkR';
  color: #292b2c;
  background-color: #fbfbfb;
}
.autor{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.image_autor{
  height: 550px;
  width: 360px;
  overflow: hidden;
  position: relative;
}
.image_autor>img{
  height: 100%;
}
.col-n{
  width: 100%;
  height: 100%;
  background-color: rgba(242,102,35,.3);
  position: absolute;
  top: 0px;
}
.info_autor{
  width: 360px;
  position: relative;
  padding-top: 80px;
}
.info_autor>div{
  position: relative;
  left: -70px;
}
.info_autor>div>h2{
  font-family: 'sinkM';
  font-size: 50pt;
  text-align: left;
  position: relative;
  color: sandybrown;
  margin: 0px 0px 10px;
  line-height: 0.94em;
}
.info_autor>p{
  font-family: 'rbl';
  letter-spacing: 0.2em;
  font-size: 7.4pt;
  text-align: left;
  width: 240px;
  padding: 0px 0px 0px 0px;
  margin: 50px 0px 0px 60px;
  text-transform: uppercase;
  line-height: 2em;
}
.info_autor>h5{
  margin: 100px 70px 0px 30px;
  text-align: left;
  line-height: 2em;
  font-family: 'rme';
  font-size: 10.5pt;
}

.arti_autor{
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  padding-top: 40px;
}
.arti_autor>.item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding:10px 0px 10px;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.arti_autor>.item:nth-last-child(1){
  border-bottom: none;
}
.img_r{
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.img_r>img{
  height: 100%;
}
.arti_autor>.item>.content{
  padding: 0 0 0 15px;
  line-height: 1.14285714em;
  text-align: left;
  width: calc(100% - 100px);
}
.item>.content>div{
  padding-bottom: 10px;
}
.desc_ellips{
  display: block;
  display: -webkit-box;
  width: 100%;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 11pt;
  margin-bottom: 10px;
}
.item a.header {
  cursor: pointer;
  color: #37393e!important;
  font-size: 11.4pt;
  font-family: 'sinkM';
}
.item .description{
  display: block;
  color: rgba(0,0,0,.5);
  font-size: 8pt;
  font-family: 'sinkR';
}
.cont_Main_arti{
    height: 500px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.cont_Main_vid{
  margin-top: 40px;
}
.cont_Main_arti>img{
    height: 100%;
}
.audio_box{
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  padding: 13px 10px 10px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(255,255,255,.5);
}
.box_1>span:first-of-type{
  color: rgb(255, 255, 255);
  font-size: 28pt;
  background-color: rgba(242,102,35,1);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding-left: 7px;
  cursor: pointer;
}
.box_2{
  align-self: flex-end;
  font-size: 15pt;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.box_2>span{
  cursor: pointer;
}
.box_2>span:first-of-type{
  font-size: 20pt;
  margin-right: 6px;
}
.seconds{
  background-color: black;
  color: #aaaaaa;
  font-size: 8pt;
  padding: 1px 10px;
  margin-top: 5px;
}
h3.titulo_grafica {
  color: #596465;
  font-size: 10pt;
  text-transform: uppercase;
  font-family: "rre";
  margin: 0px 0px 12px 34px;
}
.contador{
  width: 100%;
  height: 50px;
  background-color: grey;
  margin: 7px 20px 0px 20px;
  align-self: flex-end;
  -webkit-mask-image: url(../assets/images/audio_b2.svg);
}
.contador>div{
  background-color: rgba(242,102,35,1);
  width: 80%;
  height: 60px;
}
.contador_num{
  font-family: 'sinkB';
    font-size: 13pt;
    margin-top: 20px;
    color: #f26623;
}
.cuerpo_art{
    width: 100%;
    padding-top: 10px;
    background-color: white;
    margin-top: 10px;
    padding-bottom: 5px;
}
.cuerpoArt{
  background-color: white;
  padding: 50px 40px 40px;
      margin-top: 10px;
}
.cuerpoArt>.cuerpoArt_seccion{
  display: none;
}
.cuerpoArt>.cuerpoArt_seccion.active{
  display: block;
}
.cuerpoArt_seccion>h3{
  font-family: 'sinkR';
  font-size: 18pt;
  line-height: 1.5em;
  margin-bottom: 33px;
  text-align: left;
  margin-left: 20px;
}
.cuerpoArt_seccion p{
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'sinkR';
  text-align: justify;
  font-size: 9pt;
  line-height: 1.8em;
  letter-spacing: 0.051em;
  padding: 0px 20px;
}
.cuerpoArt_seccion p.fecha{
  text-align: right;
}
.cuerpoArt_seccion>ul{
  counter-reset: step;
  list-style: none;
  padding: 10px 0px 0px 41px;
}
.cuerpoArt_seccion>ul>li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
      padding-bottom: 5px;
}
.cuerpoArt_seccion>ul>li>a {
  font-family: 'sinkR';
  font-size: 9pt;
  padding-left: 10px;
  padding-top: 6px;
  color: #292b2c;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  max-width: 80%;
}
.cuerpoArt_seccion>ul>li>span{
  color: rgba(242,102,35,1);
  font-size: 14pt;
  border: 1px solid rgba(242,102,35,1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  padding: 2px 0px 0px 1px !important;
  margin: 0px !important;
}
/* .cuerpoArt_seccion>ul>li:before{
  content: counter(step)" )";
  counter-increment: step;
  color: black;
  border: none;
  display: inline-block;
  text-align: right;
  margin: 0px auto 10px auto;
  background-color: white;
  z-index: 10;
  font-family: 'rme';
} */
.comments{
    padding: 20px 20px;
    margin-top: 20px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    align-content: stretch;
    font-family: 'sinkR';
}
.comments2{
    padding: 20px 20px;
    margin-top: 30px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    align-content: stretch;
    font-family: 'sinkR';
}
/* inicio*/

.input-wrapper>input {
  width: 100%;
  line-height: 28px;
  font-size: 16px;
  font-family: 'FreightTextPro', 'georgia', serif;
  letter-spacing: 0.015em;
  font-weight: 500;
  background: none;
  border: none;
  outline: 0;
}
/* .input-wrapper>input:focus < .input-placeholder{
  background-color: red;
  font-size: 30pt;
} */
.input-wrapper {
  position: relative;
  display: block;
  padding: 7px 0;
  border-bottom: 2px solid #646e76;
  margin-bottom: 30px;
}
.input-wrapper textarea {
  width: 100%;
  line-height: 1.24em;;
  font-size: 16px;
  font-family: 'FreightTextPro', 'georgia', serif;
  letter-spacing: 0.015em;
  font-weight: 500;
  background: none;
  height: 24px; 
  resize: none;
  display: block;
  overflow: hidden;
  border: none;
  outline: 0;
}
.input-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  opacity: 0;
  bottom: -2px;
  height: 2px;
  background: #ee394e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.input-wrapper.error:after {
  width: 100%;
  opacity: 1;
}
.input-wrapper input, .input-wrapper textarea{
  position: relative;
  z-index: 1;
}
.input-wrapper .input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #646e76;
}
.doci>.input-placeholder{
  line-height: 18px;
}
.input-wrapper.focus .input-placeholder,
.input-wrapper.not-empty .input-placeholder {
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  font-size: 9pt;
}

/*fin*/
.submit_send{
  padding-top: 45px;
  margin-bottom: 40px;
}
.submit-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 255px;
  margin: 0 auto;
  border: 2px solid rgba(242,102,35,1);
  cursor: pointer;
}
.submit-wrapper:after,
.submit-wrapper:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  top: 0;
  bottom: 2px;
  margin: auto;
  background: rgba(242,102,35,1);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.submit-wrapper:before {
  right: -2px;
}
.submit-wrapper:after {
  left: -2px;
}
.submit-wrapper input {
  position: relative;
  display: block;
  line-height: 55px;
  background: none;
  font-family: 'sinkM';
  text-transform: uppercase;
  font-size: 12px;
  color: #2f3b44;
  font-weight: 600;
  letter-spacing: 0.8em;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  outline: none;
  border: none;
  padding: 0px 30px 0px 40px;
}
.submit-wrapper:before,
.submit-wrapper:after {
  transition: all 0.6s ease 0.15s, transform 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0.15s, -ms-transform 0.6s ease 0s;
}
.submit-wrapper:hover:before,
.submit-wrapper:hover:after {
  transition: all 0.6s ease 0s, transform 0.6s ease 0.15s;
  -ms-transition: all 0.6s ease 0s, -ms-transform 0.6s ease 0.15s;
}
.submit-wrapper {
  transition: all 0.6s ease 0.15s;
}
.submit-wrapper:hover {
  background: rgba(242,102,35,1);
  transition: all 0.6s;
}
.submit-wrapper input {
  transition: all 0.6s ease 0.15s;
}
.submit-wrapper:hover input {
  color: rgba(242,102,35,1);
  transition: all 0.6s;
}
.submit-wrapper:hover:before {
  right: -2px;
  -ms-transform: scaleY(5);
  transform: scaleY(5);
  width: 200px;
  background: #f4f4f4;
}
.submit-wrapper:hover:after {
  left: -2px;
  -ms-transform: scaleY(5);
  transform: scaleY(5);
  width: 200px;
  background: #f4f4f4;
}
.comments>div>input, .comments>div>select {
    transition: all 0.5s ease;
    border: 1px solid rgb(176, 176, 176);
    color: black;
    font-size: 9pt;
    padding: 10px 10px;
    margin: 0px 0px 10px;
    width: 100%;
    background-color: transparent;
}
.comments>div>textarea{
    padding: 5px 10px;
    margin: 10px 0px 0px;
    transition: all 0.5s ease;
    overflow: hidden;
    border: 1px solid rgb(179, 179, 179);
    color: black;
    word-wrap: break-word;
    font-size: 9pt;
    height: 128px;
    width: 100%;
    resize: none;
    background-color: transparent;
}
.comments>div>textarea:focus,.comments>div>input:focus, .comments>div>select:focus{
  outline-color: rgba(242,102,35,1);
}
.related_tags>span{
  font-size: 8pt;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0.3em;
  background-color: #e8e8e8;
  background-image: none;
  padding: .5833em .993em;
  color: rgba(0,0,0,.6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: .28571429rem;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
  font-family: 'rre';
  cursor: pointer;
}
.cuerpoArt_seccion h5{
    font-family: 'sinkM';
    font-size: 9pt;
    padding-left: 20px;
    padding-top: 6px;
}
.MT_20{
  margin-top: 20px;
}
.cuerpoArt_seccion h5:last-of-type{
    padding-top: 20px;
}
.related_tags{
    padding-left: 20px;
    padding-top: 5px;
}
.related_tags>span:hover{
  background-color: rgba(242,102,35,1);
  color: white;
}
.cuerpoArt_seccion_autor{
    padding: 22px 5px;
    margin: 14px 20px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #CCC;
}
.cuerpoArt_info_autor>h3{
    margin: 0px 0px 6px;
    font-family: 'sinkR';
    padding: 0px 20px;
}
.cuerpoArt_info_autor>h3>span:first-of-type{
  font-size: 12pt;
}
.cuerpoArt_info_autor>h3>span:last-of-type{
      font-size: 9pt;
    color: #666;
}
.img_autor{
height: 200px;
    max-width: 140px;
    min-width: 140px;
    overflow: hidden;
}
.img_autor>img{
  height: 100%;
}
.cuerpoArt_info_autor>p{
  font-size: 8pt;
}
.search_blog{
  position: relative;
  background-color: white;
  margin-top: 50px;
  display: flex;
}
.search_blog>input{
  border-radius: 0;
  height: 50px;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  outline: 0;
  padding: 0 32px;
  background-color: #fff;
  box-shadow: 1px 1px 0 0 #d8d8d8;
  font-size: 16px;
  line-height: 51px;
}
.search_blog>span{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #848484;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19pt;
  cursor: pointer;
  transition: all ease .2s
}

.search_blog>span:hover{
  color: rgba(242,102,35,1);
}
.transcripcion{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
.transcripcion>div{
  font-size: 8pt;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  vertical-align: baseline;
  margin: 0.3em;
  background-color: #e8e8e8;
  background-image: none;
  padding: .5833em .993em;
  color: rgba(0,0,0,.6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: .28571429rem;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
  font-family: 'rre';
}
.transcripcion>div>span:first-of-type{
  font-size: 12pt;
  padding-right: 5px;
  color: #666;
  cursor: pointer;
}
.cont_form{
  max-width: 840px;
  position: relative;
}
.cont_respuesta{
  position: absolute;
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.cont_respuesta>h3{
  font-size: 11pt;
  font-family: 'sinkL';
  letter-spacing: 0.09em;
  text-align: center;
  position: relative;
  top: 43%;
}
/*    BUSCADOR BLOG     */
.cont_search_blog{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-x: hidden;
  overflow-y: scroll;
}
.search_blog_head{
  padding: 10px 10px 10px;
  max-width: 1100px;
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: 2px solid rgba(242,102,35,1);
  min-height: 140px;
}
.search_blog_head>div:first-of-type{
  margin-left: 30px;
  margin-top: 10px;
  width: 100%;
  max-width: 700px;
  margin-right: 30px;
}
.search_blog_head>div:last-of-type{
  position: absolute;
  right: 0px;
  top: 20px;
  display: flex;
}
.btn_searchblog{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 40px;
  height: 40px;
  right: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(88,89,90,1);
  outline: 0;
  transform-origin: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 26pt;
  color: rgba(242,102,35,1);
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
}
.btn_searchblog:hover{
  color: rgba(242,102,35,1);
}
.search_blog_body{
  padding-top: 10px;
  width: 100%;
  background-color: #fff;
  height: 100%;
}
.search_blog_body>div{
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding-bottom: 50px;
}
.cont_hcard{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mensaje_blg{
  color: #808080;
  font-family: 'sinkM';
  font-size: 9pt;
  text-align: left;
  margin-top: 10px;
  margin-left: 50px;
}
.search_input{
  position: relative;
  background-color: white;
  display: flex;
  width: 100%;
}
.search_input>input{
  border-radius: 0;
  height: 50px;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  outline: 0;
  padding: 0 32px;
  background-color: #fff;
  box-shadow: 1px 1px 0 0 #d8d8d8;
  font-size: 16px;
  line-height: 51px;
}
.search_input>a{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #848484;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19pt;
}
.search_input>a:hover{
  color: #848484;
}
.cont_final_search{
  width: 100%;
  max-width: 600px;
}
.aviso_search{
  font-family: 'rli';
  font-size: 8pt;
  position: relative;
  top: -6px;
  left: 8px;
}
.checks_ops{
  position: relative;
  top: -10px;
}
.geo_pacific{
  font-size: 22pt;
  color: rgba(242,102,35,1);
  margin-right: 0px;
  position: relative;
  left: -10px;
  top: 5px;
}
.rs_menu{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
}
.rs_menu>img{
  width: 100%;
}
.main_orange{
  position: absolute;
  bottom:10px;
  left: 10px;
}
.main_orange>span{
  font-size: 8pt;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0.3em;
  background-color: #e8e8e8;
  background-image: none;
  padding: .5833em .993em;
  color: rgba(0,0,0,.6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: .28571429rem;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  cursor: pointer;
}
.main_orange>span.active{
    background-color: rgba(242,102,35,1);
    color: white;
}
.otrus{
  position: relative;
  bottom: 10px;
  width: 100%;
  z-index: 5;
}
.sup_mute_pos{
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 10;
}
.mute_pos{
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.mute_pos>span{
  cursor: pointer;
}
.cargador{
  background: rgba(242,102,35,1);
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 214;
}
.linea{
  position: absolute;
  top: 0px;
  height: 7px;
  width: 100%;
  background-color: #e7e7e7;
}
.linea>span{
  display: block;
  width: 0%;
  height: 7px;
  background-color: rgba(242,102,35,1);
}
.cargador2{
  background: white;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 214;
      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
.cargador2>h4{
    font-size: 10pt;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #aaaaaa;
    margin: 12px 0px 8px;
    font-family: 'sinkL';
}
.cargador2>h2{
    font-family: 'sinkB';
    font-size: 17pt;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #f26623;
    margin-bottom: 8px;
}
.cargador2>h5{
    font-family: 'sinkB';
    font-size: 6pt;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #aaaaaa;
    letter-spacing: 0.1em;
}
a.part_2{
    color: white;
    transition: all .2s ease-in;
    padding: 0.8em 1.3em;
    text-transform: uppercase;
    margin-top: 14px;
    background-color: #f26623;
    font-family: 'sinkL';
    letter-spacing: 0.1em;
    font-size: 10pt;
    border:1px solid #f26623;
    display: none;
}
a.part_2:hover{
    color: #f26623;
    border:1px solid #f26623;
    background-color: white;
}
.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}
#cont_div_manual{
  width: 100%;
  margin:0;
  overflow:hidden;
}
#slider_manual{
  width: 3000px;
  height: 220px;
  
  background-size: 100% 100%;
  animation: slidemanual 10s infinite linear;
}
@keyframes slidemanual{
  to{
    background-position: 3000px;
  }
}
.cortesia_uno{
      color: #8a8282;
    opacity: 0;
    font-family: 'sinkr';
    font-size: 7pt;
  margin-top: 35px;
  letter-spacing: 0.2em;
}
.cortesia_uno:nth-child(even){
  margin-top:0px;
}
.loader--style2 {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
    }
 /*LOADER-7*/
    
    .loader-7 .line {
        width: 8px;
        position: absolute;
        border-radius: 5px;
        bottom: 0;
        height: 75%;
        /* background: -webkit-gradient(linear, left top, left bottom, from(#1ee95d), to(#5714ce));
        background: -webkit-linear-gradient(top, #1ee95d, #5714ce);
        background: -o-linear-gradient(top, #1ee95d, #5714ce);
        background: linear-gradient(to bottom, #1ee95d, #5714ce); */
        background-color: white;
    }
    
    .loader-7 .line1 {
        left: 0;
        -webkit-animation: line-grow 0.5s ease alternate 15;
        /*-webkit-animation-iteration-count: 3;*/
        animation: line-grow 0.5s ease alternate 15;
         /*animation-iteration-count: 3;*/
    }
    
    .loader-7 .line2 {
        left: 20px;
        -webkit-animation: line-grow 0.5s 0.2s ease alternate 15;
        animation: line-grow 0.5s 0.2s ease alternate 15;
    }
    
    .loader-7 .line3 {
        left: 40px;
        -webkit-animation: line-grow 0.5s 0.4s ease alternate 15;
        animation: line-grow 0.5s 0.4s ease alternate 15;
    }
 @-webkit-keyframes line-grow {
        0% {
            height: 0;
        }
        100% {
            height: 75%;
        }
    }
    
    @keyframes line-grow {
        0% {
            height: 0;
        }
        100% {
            height: 75%;
        }
    }
.loader_n1{
      position: absolute;
    display: inline-block;
    margin: 0px auto;
    left: calc(50% - 24px);
    top: calc(50% - 30px);
}

.loader-container {
  position: absolute;
  left: 0px;
  right: 0px; 
  height: 100vh;}
.loader-container .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px auto; }
.square-rotate-3d .loader {
    width: 55px;
    height: 45px; 
    top: calc(50% - 15px); 
    position: absolute;
    border-radius: 0px;
  }
  .square-rotate-3d .loader .square {
    width: 100%;
    height: 100%;
    background-color: white;
     display: none; 
   }
  .anim_cuadro{
     animation: squareRotate3d 2s 2 ease-in-out; 
  }

@keyframes squareRotate3d {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(-180deg); }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0); } }

.welcome{
  height: 100%;
  position: relative;
  left: -20px;
  bottom: 35px;
  display: none;
}
.welcome>div{
  z-index: 20;
}
.welcome>div:last-child{
  min-width: 280px;
  text-align: center;
  overflow:hidden;
  padding-left: 30px;
}

.welcome>div>h3, .welcome>div>h1{
  font-family: 'sinkB';
  font-size: 21pt;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.welcome>div>svg{
  width: 150px;
  padding-right: 30px;
  border-right: 1px solid grey;
}
.part_2{
  display: none;
}
.part_2>div>svg{
  width: 150px;
  padding-right: 30px;
  border-right: 1px solid grey;
}
.ani_logo_1>path, .ani_logo_1>line, .ani_logo_1>polyline{
  stroke: #F07F3D;
  stroke-width: 1px;
  fill: transparent;
}

.ani_text_1>path, .ani_text_1>line, .ani_text_1>polyline{
  stroke: #5B5B5F;
  stroke-width: 1px;
  fill: transparent;
}

.ani_logo_2{
  stroke-width: 0px;
}
.ani_logo_2>path{
  fill: #f26623;
  stroke-width: 0px;
  transition: all 2.3s cubic-bezier(.25,.8,.25,1);
}
.ani_text_2>path{
  fill: #5B5B5F;
  stroke-width: 0px;
  transition: all 2.3s cubic-bezier(.25,.8,.25,1);
}
.conus {
  display: inline-block;
  -webkit-animation: animicon ease-in-out .7s infinite alternate;
  animation: animicon ease-in-out .7s infinite alternate;
}
@-webkit-keyframes animicon {
    0%   {opacity:1;}
    100% {opacity:0;}
}
@keyframes animicon {
    0%   {opacity:1;}
    100% {opacity:0;}
}
#drink {
  position: absolute;
  top:100%; right:0; bottom:0; left:0;
  background-color: rgba(242,102,35,1);
}
#info_xy_map{
  position: absolute;
  z-index: 100;
}
#info_xy_map>div{
color: black;
    border: 2px solid #414141;
    border-radius: 2px;
    font-size: 11pt;
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 210px;
    max-width: 210px;
    padding: 10px 0px 10px;
    background-color: white;
    min-height: 70px;
}
#info_xy_map>div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: rgba(241, 103, 36, 0.65);
  display: block;
  z-index: 1;
  left: 0px;
  bottom: 4px;
}
#lado_1>h4{
    font-size: 10pt;
    font-family: 'sinkB';
    margin-bottom: 3px;
    text-align: center;
}
#lado_1>div{
display: flex;
    justify-content: center;
    padding: 6px 0px 2px;
    font-size: 11pt;
}
#lado_1>div>p{
    margin: 0px;
    margin-right: 2px;
    position: relative;
    left: 10px;
}
#lado_1>div>span{
    font-size: 9pt;
    position: relative;
    left: 19px;
    background-color: rgba(241, 103, 36, 1);
    padding: 1.1pt 4pt;
    color: white;
    border-radius: 3px;
}
#lado_1>div>span:before{
  content: '';
    width: 0px;
    height: 0px;
    border-right: 6px solid rgba(241, 103, 36, 1);
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    font-size: 0px;
    line-height: 0px;
    top: 4px;
    left: -12px;
    position: absolute;
}
#lado_1>h5{
      font-size: 6pt;
    font-family: 'sinkL';
    margin-bottom: 3px;
    margin: 0px;
    padding: 0px 5px 4px;
    line-height: 8pt;
}
#lado_2{
      padding: 2px 10px;
}
#lado_2>span{
  font-size: 8pt;
  font-family: 'sinkB';
  margin-bottom: 3px;
  text-align: center;
}
#lado_1>ul{
    list-style: none;
    padding: 0px;
    counter-reset: myIndex;
  /* counter-increment: myIndex; */
}
#lado_1>ul>li{
    font-family: 'sinkR';
    font-size: 7pt;
    margin: 2px 2px 2px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#lado_1>ul>li.conterd::before {
    counter-increment: myIndex;
    content: counter(myIndex);
    display: inline-block;
    font-size: 11pt;
    font-family: 'sinkM';
    text-align: center;
    line-height: 20px;
    z-index: 5;
    margin-right: 6px;
    color: rgba(242,102,35,1);
    align-self: flex-start;40px;
  z-index: 5;
}
.range-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.range-slider__range {
  -webkit-appearance: none;
  width: 60px;
  height: 5px;
  border-radius: 4px;
  background: rgba(242,102,35,.41);
  outline: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  order: 2;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(242,102,35,.81);
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
 /*  background: linear-gradient(262deg,#581D3D,#3A1745);
   background-image: linear-gradient(262deg, #581D3D, #3A1745); */
    background-color: rgba(242,102,35,1);

}
.range-slider__range:active::-webkit-slider-thumb {
/*  background: linear-gradient(262deg,#581D3D,#3A1745);
   background-image: linear-gradient(262deg, #581D3D, #3A1745); */
    background-color: rgba(242,102,35,1);

}
.range-slider__range::-moz-range-thumb {
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 50%;
  background: rgba(242,102,35,1);
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
 /*  background: linear-gradient(262deg,#581D3D,#3A1745);
   background-image: linear-gradient(262deg, #581D3D, #3A1745); */
    background-color: rgba(242,102,35,1);

}
.range-slider__range:active::-moz-range-thumb {
 /*  background: linear-gradient(262deg,#581D3D,#3A1745);
   background-image: linear-gradient(262deg, #581D3D, #3A1745); */
    background-color: rgba(242,102,35,1);

}
.slid_jq{
-webkit-appearance: none;
    width: 60px;
    height: 2px !important;
    border-radius: 4px !important;
    background: rgba(242,102,35,.41) !important;
    outline: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    order: 2;
    border: none !important;
}
.slid_jq>span{
-webkit-appearance: none;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: rgba(242,102,35,.81) !important;
    cursor: pointer !important;
    outline: none;
    top: -3px;
    transition: background .15s ease-in-out !important;
    border: none !important;
    margin: 0px !important;
}
.range-slider__value {
  text-align: center;
  border-radius: 3px;
  padding: 4px 9px;
  position: relative;
  font-size: 8pt;
  order: 1;
  width: 25px;
  top: 5px;
  color: rgba(242,102,35,1);
  border: 1px solid rgba(242,102,35,1);
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid  rgba(242,102,35,.51);
  border-bottom: 7px solid transparent;
}

::-moz-range-track {
  background: #3A1745;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.seccion_anio{
  margin-top: 12px;
  max-width: 247px;
}
.seccion_anio>div:first-child{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
#double_slide{
  margin-top: 42px;
  max-width: 247px;
}
.cont_slider{
  display: inline-flex;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 10px;
    height: 53px;
   /*  margin-right: 14px; */
    margin-top: 4px;
}

.cont_slider:nth-child(3n+3){
 margin-right: 0px;
}
.cont_slider:nth-last-child(1) {
    border-bottom: none;
}
.field_n{
font-family: 'sinkR';
    color: #444444;
    font-size: 7.9pt;
    max-width: 80px;
    min-width: 80px;
    height: auto;
    display: block;
    text-align: left;
    position: relative;
    bottom: -5px;
    align-self: center;
}


#barras_datos,#canvas_cont{
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
#barras_datos>div:first-child{
  position: relative;
  top: 6px;
}
#barras_datos>.name_departs_css{
  top: 0px;
}
#canvas_cont>canvas{
  width: 100%;
  height: 100%;
}
#canvas_cont{
  display: none;
}
#numeracion{
  position: relative;
}
#numeracion>h3{
    font-size: 10pt;
    font-family: 'sinkR';
    color: rgba(150,150,150,.8);
    margin-top: 15px;
    position: relative;
}
#numeracion>h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 240px;
    height: 2px;
    background-color: rgba(150,150,150,.1);
    top: 50%;
    left: 23px;
}
.barras_css{
  position: absolute;
  bottom: 0px;
  padding: 6px 10px 6px 17px;
  left: 23px;
  width: 250px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
#barras_datos.name_departs_css{
 top: -7px;
}
.barras_css>div{
  width: 34px;
  margin-right: 21px;
  display: inline-block;
  /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1); */
  cursor: pointer;
}
.barras_css>div:nth-child(1){
  background-color: rgba(96, 126, 191, 0.3);
  border: 1px solid #607ebf;
  height: 50%;
}
.barras_css>div:nth-child(2){
  background-color: rgba(103, 203, 226, 0.3);
  border: 1px solid #67cbe2;
  height: 100%;
}
.barras_css>div:nth-child(3){
  background-color: rgba(252, 186, 98, 0.3);
  border: 1px solid #fcba62;
  height: 70%;
}
.barras_css>div:nth-child(4){
  background-color: rgba(80, 178, 111, 0.3);
  border: 1px solid #50b26f;
  height: 50%;
}
.barras_css>div:nth-last-child(1) {
    margin-right: 0px;
}
.name_departs_css{
  position: relative;
  width: 250px;
  padding: 0px 10px 6px 17px;
  left: 23px;
  top: 39px;
  display: flex;
}
.name_departs_css>div {
    margin-right: 12px;
    display: inline-block;
    position: relative;
    top: 0px;
}
.name_departs_css>div>span {
    min-width: 34px;
    max-width: 34px;
    height: 13px;
    display: block;
    cursor: pointer;
}
.name_departs_css>div:nth-child(1)>span {
  background-color: rgba(96, 126, 191, 0.3);
  border: 1px solid #607ebf;
}
.name_departs_css>div:nth-child(2)>span {
  background-color: rgba(103, 203, 226, 0.3);
  border: 1px solid #67cbe2;
}
.name_departs_css>div:nth-child(3)>span {
  background-color: rgba(252, 186, 98, 0.3);
  border: 1px solid #fcba62;
}
.name_departs_css>div:nth-child(4)>span {
  background-color: rgba(80, 178, 111, 0.3);
  border: 1px solid #50b26f;
}
.name_departs_css>div.cerrado:nth-child(1)>span {
  background-color: white;
  border: 1.3pt solid #042EC6;
}
.name_departs_css>div.cerrado:nth-child(2)>span {
  background-color: white;
  border: 1.3pt solid #81E0FA;
}
.name_departs_css>div.cerrado:nth-child(3)>span {
  background-color: white;
  border: 1.3pt solid #FFD700;
}
.name_departs_css>div.cerrado:nth-child(4)>span {
  background-color: white;
  border: 1.3pt solid #078930;
}
/* .name_departs_css>div.cerrado:nth-child(1)>span {
  background-color: white;
  border: 1.3pt solid #C2C923;
}
.name_departs_css>div.cerrado:nth-child(2)>span {
  background-color: white;
  border: 1.3pt solid #42AFB6;
}
.name_departs_css>div.cerrado:nth-child(3)>span {
  background-color: white;
  border: 1.3pt solid #C51E4A;
}
.name_departs_css>div.cerrado:nth-child(4)>span {
  background-color: white;
  border: 1.3pt solid #074D67;
} */
.name_departs_css>div>h3 {
  font-size: 8pt;
  margin-top: 4px;
  max-width: 43px;
  min-width: 43px;
  text-align: justify;
}
.name_departs_css>div>h3:nth-child(2){
  text-align: center;
  left: -4px;
  position: relative;
}

/*( Opcion dos )*/
#menu_mapa_nuevo{
    position: absolute;
    left: 272px;
    max-width: 400px;
    text-align: center;
    justify-content: center;
    top: 25%;
    z-index: 80;
}
#menu_mapa_nuevo>div:nth-child(n+1)::after {
    content: '';
    display: block;
    background-color: rgba(242,102,35,1);
    width: 2px;
    height: 31px;
    position: absolute;
    border-radius: 5px;
    top: 23px;
    left: 9px;
}
#menu_mapa_nuevo>div:nth-child(n+6)::after {
    display: none;
}
#menu_mapa_nuevo>div>span {
    position: absolute;
    top: 6px;
    font-size: 7pt;
    left: 27px;
    font-family: 'sinkR';
    color: rgba(242,102,35,1);
    cursor: pointer;
    width: 50px !important;
    text-align: left;
}
/*( FIN Opcion dos )*/
#menu_mapa_nuevo>div{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid rgba(242,102,35,1);
  position: relative;
  cursor: pointer;
  z-index: 100;
}
#menu_mapa_nuevo>div.active:before{
      content: '';
    display: block;
    background-color: rgba(242,102,35,1);
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 5px;
  -webkit-animation: led 1.8s infinite ease-in;
  -moz-animation: led 1.8s infinite ease-in;
  -ms-animation: led 1.8s infinite ease-in;
  -o-animation: led 1.8s infinite ease-in;
  animation: led 1.8s infinite ease-in;
}
#menu_mapa_nuevo>div.active{
  /* -webkit-animation: led 1.8s infinite ease;
  -moz-animation: led 1.8s infinite ease;
  -ms-animation: led 1.8s infinite ease;
  -o-animation: led 1.8s infinite ease;
  animation: led 1.8s infinite ease; */
}
#menu_mapa_nuevo>div:nth-child(n+2){
  margin-top: 30px;
}




/* keyframes */
@-webkit-keyframes led {
  from {
    opacity:.2;
  }
  
  to {
    opacity:1;
  }
}

@-moz-keyframes led {
  from {
    opacity:.2;
  }
  
  to {
    opacity:1;
  }
}

@-ms-keyframes led {
  from {
    opacity:.2;
  }
  
  to {
    opacity:1;
  }
}

@-o-keyframes led {
  from {
    opacity:.2;
  }
  
  to {
    opacity:1;
  }
}

@keyframes led {
  from {
    opacity:.2;
  }
  
  to {
    opacity:1;
  }
}
#btn_touragain{
  display: none;
  justify-content: center;
  align-items: center;
  color: rgba(242,102,35,1);
  border: 1px solid rgba(242,102,35,.5);
  background: white;
  position: absolute;
  left: 212px;
  bottom: 12px;
  z-index: 10;
  width: 35px;
  height: 35px;
  z-index: 20;
  cursor: pointer;
}
#btn_touragain>span{
  font-size: 15pt;
}
#cont_info_items{
  color: black;
  border-radius: 2px;
  font-size: 11pt;
  display: inline-block;
  min-width: 130px;
  max-width: 210px;
  padding: 10px 10px 10px;
  background-color: white;
  min-height: 80px;
  position: absolute;
  z-index: 110; 
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.13);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  cursor: default;
  display: none;
}

#cont_info_items>div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: rgba(241, 103, 36, 0.65);
  display: block;
  z-index: 1;
  left: 0px;
  bottom: 4px;
  border-radius: 6px;
}
#cont_info_items>div>h4{
font-size: 8pt;
    font-family: 'sinkB';
    margin-bottom: 3px;
    text-align: left;
    margin-top: 3px;
    margin-left: 33px;
    /* color: rgba(242,102,35,1); */
}
#cont_info_items>div:first-child>span{
    font-size: 7pt;
    position: absolute;
    right: 11px;
    top: 11px;
    cursor: pointer;
    display: none;
}
.contenido_info_items{
    color: #aaaaaa;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 7px;
    margin-bottom: 5px;
}
.contenido_info_items>span{
    font-size: 21pt;
    color: rgba(242,102,35,1);
    position: relative;
    min-width: 25px;
    text-align: center;
    align-self: center;
    top: -10px;
}
.contenido_info_items>img{
  width: 25px;
  height: auto;
  text-align: center;
  align-self: center;
  top: -10px;
  position: relative;
}
.contenido_info_items>div{
    display: inline-block;
    padding-left: 8px;
    min-width: 140px;
}
.contenido_info_items>div>h4 {
  font-size: 9pt;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  /*text-transform: uppercase;*/
  color: #222222;
}
.contenido_info_items>div>h3 {
  font-family: 'sinkR';
  font-size: 7pt;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  color: #222222;
}
.contenido_info_items>div>h5 {
  font-size: 7pt;
  color: rgba(242,102,35,1);
}
#notificacion_academia{
  display: flex;
  max-width: 260px;
  margin: 0px 0px 10px;
}
#notificacion_academia>span{
  font-size: 11pt;
  width: 40px;
  height: 25px;
  text-align: center;
  padding-top: 2px;
  border-radius: 3px;
}
#notificacion_academia>h3{
  font-family: 'rbl';
  font-size: 10pt;
  padding: 0px 10px;
  color: #727272;
}
#notificacion_academia>span.amarillo{
  color: #AF9900;
  background-color: #F4DB05;  
}
#notificacion_academia>span.warnings{
  color: #C30A07;
  background-color: #F05A5C;  
}
#notificacion_academia>span.win{
  color: #87A90D;
  background-color: #BADC52;  
}
#grap_rad{
position: absolute;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: white;
        display: flex;
    flex-direction: column;
    align-items: center;
    top: -540px;
}
#grap_rad>h3{
    margin-top: 19px;
    text-align: center;
    max-width: 300px;
    width: 100%;
        font-family: 'sinkB';
    font-size: 11pt;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgba(88,89,90,1);
    line-height: 14pt;
}
#grafica_svg{
    width: 550px;
    margin: 0px auto;
    position: relative;
       top: 24px;
    right: 6px;
}
#grap_rad>div{
  margin-top: -3px;
}
#grap_rad>div:last-of-type{
      position: relative;
    top: 23px;
    left: -16px;
}
.titulos_grafica{
  position: absolute;
  top: 73px;
}
.titulos_grafica>h3 {
    font-size: 9pt;
    font-family: 'rli';
    width: 118px;
    position: relative;
        text-align: center;
}
.titulos_grafica>h3:nth-of-type(1){
    left: 0px;
}
.titulos_grafica>h3:nth-of-type(2){
left: 134px;
    top: 15px;
    width: 70px;
}
.titulos_grafica>h3:nth-of-type(3){
    right: 107px;
    top: -10px;
    width: 60px;
}
.titulos_grafica>h3:nth-of-type(4){
    left: 183px;
    top: 52px;
}
.titulos_grafica>h3:nth-of-type(5){
    top: 20px;
    right: 152px;
    width: 60px;
}
.titulos_grafica>h3:nth-of-type(6){
left: 182px;
    top: 89px;
}
.titulos_grafica>h3:nth-of-type(7){
 right: 175px;
    top: 69px;
}
.titulos_grafica>h3:nth-of-type(8){
    left: 69px;
    width: 80px;
    top: 117px;
}
.titulos_grafica>h3:nth-of-type(9){
  right: 40px;
  width: 80px;
  top: 84px;
}
.region_paci{
    position: absolute;
    z-index: 81;
    left: 272px;
    top: 60px;
    color: rgba(242,102,35,1);
    border: 1px solid rgba(242,102,35,1);
    font-size: 9pt;
    padding: 3px 0px;
    cursor: pointer;
    -webkit-animation-duration: 1.2s !important;
    animation-duration: 1.2s !important;
    font-family: 'sinkR'
}
.region_paci>.abierto{
  color: white;
  background-color: rgba(242,102,35,1);
  padding: 4px 19px;
}
.region_paci>.cerrado{
  padding: 4px 19px;

}
#toure_pacifico360, #guiador{
      position: absolute;
    bottom: 20px;
    left: 270px;
    z-index: 50;
    display: none;
    flex-direction: column;
    padding: 13px 18px 10px;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#guiador{
  left: 540px;
  bottom: inherit;
    max-width: 230px;
    z-index: 100;
}
#guiador>p{
    font-family: 'SinkR';
    word-spacing: 0.01em;
    padding-right: 0px;
    color: #595959;
    text-align: left;
    font-size: 8pt;
    margin: 0px;
    padding: 2px 0px 8px;
}
#guiador>div{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#guiador>div>a{
color: rgba(242,102,35,1);
    font-family: 'sinkR';
    font-size: 8pt;
    padding: 4px;
    margin: 0px;
    transition: all 0.3s ease-in;
    border: 1px solid rgba(242,102,35,1);
}
#toure_pacifico360>h3, #guiador>h3{
  font-family: 'sinkB';
    font-size: 8pt;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgba(88,89,90,1);
    line-height: 14pt;
    width: 200px;
    margin: 0px;
    text-align: center;
}
#guiador>h3{
  text-align: left;
}
#toure_pacifico360>img{
      max-width: 90px;
    width: 100%;
}
#toure_pacifico360>a{
    color: rgba(242,102,35,1);
    font-family: 'sinkR';
    font-size: 8pt;
    padding-bottom: 4px;
    margin: 0px;
    transition: all 0.3s ease-in;
}
#toure_pacifico360>a:hover{
    border-bottom: 2px solid rgba(242,102,35,1);
}
#toure_pacifico360>span, #guiador>span{
    position: absolute;
    top: 15px;
    right: -12px;
    background-color: rgba(242,102,35,1);
    padding: 5px 10px;
    border-radius: 50%;
    color: white;
    font-size: 9pt;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    text-shadow: 1px 2px 8px rgba(150, 150, 150, 0.75);
    cursor: pointer;
}
#guiador>span{
    left: 14px;
    right: inherit;
    top: auto;
    bottom: 10px;
}

.contenedor_textos{
  margin-top: 50px;
  width: 100%;
}
.contenedor_textos>.parrafo{
  width: 100%;
  max-width: 750px;
  margin: 0px auto 30px;
}
.parrafo>h3{
  font-family: 'sinkR';
  font-size: 14pt;
  line-height: 1.5em;
  margin-bottom: 5px;
  text-align: left;
  margin-left: 20px;
  color: rgb(76, 76, 76);
}
.parrafo>p{
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'sinkR';
  text-align: justify;
  font-size: 8pt;
  line-height: 1.8em;
  letter-spacing: 0.051em;
  padding: 0px 20px;
  color: rgba(88,89,90,1);
}
.parrafo>ul>li{
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'sinkR';
  text-align: justify;
  font-size: 8pt;
  line-height: 1.8em;
  letter-spacing: 0.051em;
  padding: 0px 20px;
  color: rgba(88,89,90,1);
}
.flag_izq_top:before, .flag_der_top:before{
  content: '';
  position: absolute;
  top: 2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  
  
}
.flag_izq_top:before{
    left: -21px;
    border-width: 11px 11px 11px 11px;
    border-color: rgba(0,0,0,0.24) rgba(0,0,0,0.24) transparent transparent;
}
.flag_der_top:before{
    border-width: 10px 10px 10px 10px;
    border-color: rgba(0, 0, 0, 0.15) transparent transparent rgba(0,0,0,0.15);
    right: -21px;
    top: 9px;
}
.flag_izq_top:after, .flag_der_top:after{
    content: '';
    position: absolute;
    top: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
  
}
.flag_izq_top:after{
  left: -19px;
border-width: 14px 14px 14px 14px;
    border-color: white white transparent transparent;

}
.flag_der_top:after{
  right: -17px;
  top: 9px;
  border-width: 12px 11px 12px 12px;
  border-color: white transparent transparent white;
}
.flag_abj_der:after, .flag_abj_der:before{
content: '';
    position: absolute;
    bottom: -22px;
    width: 0px;
    height: 0px;
    border-style: solid;
    right: 1px;
    border-width: 10px 10px 12px 13px;
}
.flag_abj_der:before{
  border-color: rgba(0,0,0,0.24) rgba(0,0,0,0.24) transparent transparent;
      border-color: rgba(0,0,0,0.24) rgba(0,0,0,0.24) transparent transparent;
    bottom: -24px;
    right: 1px;
}
.flag_abj_der:after{
  border-color:white white transparent transparent;
}
.flag_der_med:after, .flag_der_med:before{
    content: '';
    position: absolute;
    top: 36px;
    width: 0px;
    height: 0px;
    border-style: solid;
        right: -23px;
    border-width: 12px 12px 12px 12px;
}
.flag_der_med:before{
    border-color: transparent transparent transparent rgba(0,0,0,0.24);
}
.flag_der_med:after{
border-color: transparent transparent transparent white;
}
.flag_izq_med:after, .flag_izq_med:before{
content: '';
    position: absolute;
    top: 36px;
    width: 0px;
    height: 0px;
    border-style: solid;
    left: -24px;
    border-width: 12px 12px 12px 12px;
}
.flag_izq_med:before{
        border-color: transparent rgba(0,0,0,0.24) transparent transparent;
    top: 37px;
}
.flag_izq_med:after{
    border-color: transparent white transparent transparent;
}
.disabled {
pointer-events: visible;
    cursor: not-allowed;
    color: grey !important;
    border: none !important;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 7px solid rgba(242,102,35,.8);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -11px;
  left: -11.5px;
  z-index: 1;
  opacity: 0;
}
#informacion_imagenes_100>div{
  display: inline-block;
  top: 0px;
  left: 0px;
  color: black;
  border: 1px solid rgba(241, 103, 36, 1);
  border-radius: 2px;
  font-size: 9pt;
  position: relative;
  padding: 5px 10px 6px;
  background-color: white;
  height: auto;
  width: auto;
}
#informacion_imagenes_100{
  z-index: 100;    
  display: none; 
  position: absolute; 
}
#informacion_imagenes_100>div>h4 {
    font-size: 8pt;
    font-family: 'sinkB';
    margin-bottom: 3px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    color: rgba(242,102,35,.51);
}
@-webkit-keyframes introjspulse{
  0%{-webkit-transform:scale(0.3);opacity:0.0;}
  25%{-webkit-transform:scale(0.3);opacity:0.1;}
  50%{-webkit-transform:scale(0.1);opacity:0.3;}
  75%{-webkit-transform:scale(0.5);opacity:0.5;}
  100%{-webkit-transform:scale(1);opacity:0.0;}}
@-moz-keyframes introjspulse{
  0%{-moz-transform:scale(0.3);opacity:0.0;}
  25%{-moz-transform:scale(0.3);opacity:0.1;}
  50%{-moz-transform:scale(0.1);opacity:0.3;}
  75%{-moz-transform:scale(0.5);opacity:0.5;}
  100%{-moz-transform:scale(1);opacity:0.0;}}
@keyframes introjspulse{
  0%{transform:scale(0.3);opacity:0.0;}
  25%{transform:scale(0.3);opacity:0.1;}
  50%{transform:scale(0.1);opacity:0.3;}
  75%{transform:scale(0.5);opacity:0.5;}
  100%{transform:scale(1);opacity:0.0;}}
/* E7E9DE
928B8B
DADBC0
E7E9DE */

/* página 100 personas */
#card100-1{
  position: relative;
  overflow: hidden;
  /*  padding-top: 54pt; */
  display: flex;
  height: calc(100vh - 220px);
  justify-content: center;
  align-items: center;
}
#card100-2{
      position: relative;
    width: 100%;
    overflow-y: hidden;
    margin: 0px;
    overflow-x: hidden;
    margin-top: 80px;
    display: none;
}
#card100-3{
  position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: 200;
    display: none;
    justify-content: center;
    align-items: center;
}
.contenedor_100personas{
    background-color: white;
    padding: 0px 0px 0px;
    height: auto;
}
.tit1{
     position: relative;
    font-family: 'sinkB';
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgba(242,102,35,1);
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.enunciado-100{
    text-align: center;
    max-width: 400px;
    margin: 0px auto;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.enunciado-100>img{
    width: 100%;
    max-width: 400px;
    cursor: pointer;
}
.enunciado-100>h1>span{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 28px;
    left: 0px;
    font-size: .3em;
    width: 100px;
    height: 100px;
    z-index: 2;
    right: 47px;
    margin: 0px auto 0px auto;
}
.enunciado-100>h1>span:after {
    content: '';
    display: block;
    width: 63px;
    height: 84px;
    background-color: rgba(242,102,35,1);
    z-index: -1;
    top: 9px;
    left: 16px;
    border-radius: 50%;
    position: absolute;
}
.enunciado-100>h1>span:before {
 -webkit-animation-name: pulse_d;
  animation-name: pulse_d;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor: pointer;
}

.enunciado-100>h1{
    font-size: 108pt;
}
.enunciado-100>h2{
     text-shadow: none;
    font-size: 20pt;
    letter-spacing: .5em;
    position: relative;
    left: 6px;
    top: -13px;
}
.enunciado-100>h3{
     display: none;
    font-family: 'sinkM';
    font-size: 16pt;
    font-weight: 500;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    color: rgba(88,89,90,1);
    line-height: 14pt;
}
.enunciado-100>h4{
font-family: 'sinkR';
    font-size: 10pt;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgba(88,89,90,1);
    top: -4px;
    position: relative;
}
.bg-shapes{
 position: absolute;
 width: 100%;
 height: 100%;
}
.bg-shapes>div{
 position: absolute;
}
.sh-sq{
transform: rotate(var(--rotation));
border-radius: 3px;
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sh-ci{
 border-radius: 50%;
 transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sh-sm{
 width: 20px;
 height: 20px;
}
.sh-md{
 width: 30px;
 height: 30px;
}
.sh-lg{
 width: 40px;
 height: 40px;
}
.sh-t1{
background-color: rgba(242,102,35,.7);
}
.sh-t2{
background-color: rgba(242,102,35,.5);
}
.sh-t3{
border: 1px solid rgba(242,102,35,.5);
}
.sh-t4{
    border: 6px solid rgba(242,102,35,.7);
}

/* Animaciones de shapes  */
.ae-todo{animation: todo 60s infinite;}
.ae-nororiente{animation: nororiente 30.5s infinite linear;}
.ae-noroccidente{animation: noroccidente 30.5s infinite linear;}
.ae-suroriente{animation: suroriente 30.5s infinite linear;}
.ae-suroccidente{animation: suroccidente 30.5s infinite linear;}
.ae-oriente{animation: oriente 30.5s infinite linear;}
.ae-occidente{animation: occidente 30.5s infinite linear;}
.ae-norte{animation: norte 30.5s infinite linear;}
.ae-sur{animation: sur 30.5s infinite linear;}

.shape-final-ae{
  animation: fin 5.5s 1 ;
}
@-webkit-keyframes nororiente {
  50% {
    -webkit-transform: translate(100px,-100px);
    transform: translate(100px,-100px);
  }
}
@-webkit-keyframes noroccidente {
  50% {
    -webkit-transform: translate(-100px,-100px);
    transform: translate(-100px,-100px);
  }
}
@-webkit-keyframes suroriente {
  50% {
    -webkit-transform: translate(100px,100px);
    transform: translate(100px,100px);
  }
}
@-webkit-keyframes nororiente {
  50% {
    -webkit-transform: translate(100px,-100px);
    transform: translate(100px,-100px);
  }
}
@-webkit-keyframes suroccidente {
  50% {
    -webkit-transform: translate(-100px,100px);
    transform: translate(-100px,100px);
  }
}
@-webkit-keyframes oriente {
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-webkit-keyframes occidente {
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@-webkit-keyframes sur {
  50% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@-webkit-keyframes norte {
  50% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}




@-webkit-keyframes todo {
  100% {
   -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fin {
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    right: 50%;
    top: 30%;
    opacity: .2;
  }
}

@keyframes fin {
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    right: 50%;
    top: 32%;
    opacity: .2;
  }
 }


@-webkit-keyframes notin {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: rotate(360deg) translate(100px,-100px) rotate(-360deg);
    transform: rotate(360deg) translate(100px,-100px) rotate(-360deg);
  }
}

@keyframes notin {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: rotate(360deg) translate(100px,-100px) rotate(-360deg);
    transform: rotate(360deg) translate(100px,-100px) rotate(-360deg);
  }/* fin página 100 personas */
 }

 .morado{
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}
.azul{
    background: linear-gradient(60deg, #3D57A6, #212F5A);
    box-shadow: 0 12px 20px -10px rgba(33, 47, 90, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(33, 47, 90, 0.2);
}
.rojo{
   background: linear-gradient(60deg, #ef5350, #e53935);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}
.azul_claro{
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}
.verde{
       background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}
.gris{
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        background-color: #999999;
}
.orang{
        background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}
.bg_cielo{
  background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,246,250,1) 36%, rgba(195,229,242,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(36%, rgba(233,246,250,1)), color-stop(100%, rgba(195,229,242,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,246,250,1) 36%, rgba(195,229,242,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,246,250,1) 36%, rgba(195,229,242,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,246,250,1) 36%, rgba(195,229,242,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,246,250,1) 36%, rgba(195,229,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3e5f2', GradientType=0 );
}
.contenedor_mundo>.sky>h3{
position: relative;
    font-family: 'sinkB';
    font-weight: 500;
    margin-bottom: 5px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
    max-width: 662px;
    font-size: 50pt;
    margin: 0px auto;
    top: 134px;
    text-align: center;
    color: white;
}
.sky{
      min-height: 500px;
    position: absolute;
    background: linear-gradient(0deg, #80EAFC, white);
    width: 100%;
}
.sky>.clouds{
text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    color: white;
    width: 100%;
    height: auto;
}
.sky>.clouds>span{
      position: absolute;
          opacity: .6;
}
.cards>div{
     border-radius: 3px;
    padding: 15px;
    margin: 0px 20px 20px;
}
.cards>div>span{
    font-size: 36px;
    color: white;
    font-family: "sinkB";
    padding: 14px;
}
.cards{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    max-width: 400px;
    margin: 0px auto 0px;
    padding: 40px 0px 61px;
}
.contenedor_mundo{
      width: 100%;
    margin: 0px auto;
    position: relative;
}
.mountains{
  position: relative;
  width: 100%;
  padding: 79px 70px 40px;
}
#razayetnia, #habitantes, #salud, #pobreza, #mercadolaboral, #analfabetismo, #seguridad, #acueducto, #mortalidad{
cursor: pointer;
}
.map-people{
    background-color: #93AD40;
    display:  block;
    z-index: 10;
    position:  relative;
    top: -3px;
}
.ms_hover{cursor: pointer;}
.contenido-tarjeta{
      max-width: 900px;
    width: 100%;
    padding: 0px;
    background-color: white;
    position: relative;
    display: block;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}
.cabecera{
    display: flex;
    justify-content: center;
    padding: 54px 27px 5px;
    position: relative;
}
.cabecera>div:first-of-type{
  text-align: center;
}
.cabecera>div:last-of-type{
    position: absolute;
    top: 20px;
    right: 22px;
}
.cabecera>div>h3 {
    font-size: 15.5pt;
    font-family: "dincondesedregular";
    color: #ababab;
    text-transform: uppercase;
    word-spacing: 0.05em;
}
.cabecera>div>h3>span{
  font-family: "dincondesedbold";
}
.cabecera>div>h4{
font-family: 'dinbold';
    color: #ff8244;
    font-size: 19pt;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cabecera>div>span, .cerrar100{
    font-size: 23pt;
    color: #F26623;
    cursor:  pointer;
}
.cuerpo-tarjeta{
  height: 330px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cuerpo-tarjeta>img{
  position: relative;
  height: 240px;
}
.t20{
  top: 20px;
}
.t40{
  top: 40px;
}
.t30{
  top: 30px;
}
.t10{
  top: 10px;
}
.h300{
  height: 300px !important;
}
.h280{
  height: 280px !important;
}
.h270{
  height: 270px !important;
}
.h260{
  height: 260px !important;
}
.h250{
  height: 250px !important;
}
.h240{
  height: 240px !important;
}
.h215{
  height: 215px !important;
}
.h210{
  height: 210px !important;
}
.h200{
  height: 200px !important;
}
.h190{
  height: 190px !important;
}
.h180{
  height: 180px !important;
}
.h170{
  height: 170px !important;
}
.h160{
  height: 160px !important;
}
.h150{
  height: 150px !important;
}
.h140{
  height: 140px !important;
}
.super-contenedor-footer{
  background-color: rgb(245, 248, 250);
  border-top: 1px solid #E9EEF1;
  overflow: hidden;
  padding: 14px 34px 14px;
  min-height: 61px;
  text-align: center;
  margin-top: 64px;
  position: relative;
}
.super-contenedor-footer>h5{
  font-size: 8pt;
  font-family: "dinregular";
  color: #737373;
  text-transform: uppercase;
  word-spacing: 0.05em;
  position: absolute;
  top: 37%;
  left: 41px;
}
.contenedor-footer{
    position: relative;
}
.contenedor_100personas>.foot_Cont>.footersiempre{margin-top: 0px;}
.contenedor_100personas>.foot_Cont{
  margin-top: -10px;
}


@-webkit-keyframes globo {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes globo {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.globoanimi {
  -webkit-animation-name: globo;
  animation-name: globo;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bullets100{
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 1px solid #F26623;
  position: relative;
  cursor: pointer;
  margin-right: 4px;
}
.bullets100:last-of-type{
  margin-right: 0px;
}
.bullets100.active:after {
    background-color: #F26623;
    width: 13px;
    height: 13px;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}
#indicador_moviles{
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100vh;
    display: none;
}
 #indicador_moviles2{
    z-index: 1002;
    position: absolute;
    top: 0px;
    left: 0px;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100vh;
    display: none;
}
#indicador_moviles>.fondo_oscuro{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
}
#indicador_moviles2>.fondo_oscuro{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.9);
  z-index: 1;
}
.mensaje_moviles{
    position: relative;
    max-width: 230px;
    flex-direction: column;
    padding: 13px 18px 10px;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    z-index: 2;
    height: 92px;
}
.mensaje_moviles>h3{
    font-family: 'sinkB';
    font-size: 8pt;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgba(88,89,90,1);
    line-height: 14pt;
    width: 200px;
    margin: 0px;
}
.mensaje_moviles>p{
  font-family: 'SinkR';
  word-spacing: 0.01em;
  padding-right: 0px;
  color: #595959;
  text-align: left;
  font-size: 8pt;
  margin: 0px;
  padding: 2px 0px 8px;
  top: 3px;
  right: -13px;
}
.mensaje_moviles>a{
  background-color: rgba(242,102,35,1);
  padding: 5px 10px;
  border-radius: 50%;
  color: white;
  font-size: 9pt;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  text-shadow: 1px 2px 8px rgba(150, 150, 150, 0.75);
  cursor: pointer;  
  position: absolute;
  top: 6px;
  right: -10px;
}
/*   TABS   */
.contenedor_tabs{
  padding: 60px 0px;
}
.tabs__1{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0px auto;
}
.tabs__1>li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  width: 100%;
  background-color: #DDE2E0;
  padding: 10px 0px;
  cursor: pointer;
  border-left: 1px solid #cfcfcf;
}
.tabs__1>li.active {
  border-top: 3px solid #C74513;
  background-color: white;
}
.tabs__1>li.active:last-of-type {
  border-right: 1px solid #cfcfcf;
}
.tabs__1>li>img{
  height: 60px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.tabs__1>li>h5 {
  font-size: 9pt;
  font-family: 'sinkB';
  position: relative;
  margin: 4px 0px 0px;
  text-transform: uppercase;
  letter-spacing: .051em;
}
.preloader_cifras{
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    border-top: 2px solid #f26623;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top: calc(30% - 50px);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: none;
    z-index: 10;
}
.preloader_cifras.active{
  display: block;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
svg.loading_cifras{
  width: 100px;
  height: 100px;
  margin: 20px;
  display:inline-block;
}
.titpag.diferente{
  padding-top:40px;
}
.titpag.diferente>h2{
  font-size: 21pt;
  max-width: 800px;
  margin: 0px auto;
}
.titpag.diferente>.descripcion_main{
  margin: 43px auto 40px;
}
.btn_biig{
 font-size: 12pt;
    border-radius: 0;
    background: rgba(242,102,35,1);
    color: #ffffff;
    transition: all .3s linear;
    margin-top: 50px;
    text-decoration: none;
    letter-spacing: 0.05em;
    max-width: 420px;
    width: 100%;
    margin: 0px auto 54px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    line-height: 1.8em;
    font-family: 'sinkB';
    text-transform: uppercase;
}
.text-muted{
  padding: 5px 20px;
}
.seccion_datos_powerBi{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  overflow: hidden;
  min-height: 600px;
}
.contenedor_pag_arcgis{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.redirec_argis{
  padding: 20px 72px;
  font-size: 17px;
  font-family: "Avenir LT W04_65 Medium1475536", Arial,Helvetica,sans-serif;
  border-radius: 0;
  background: rgba(242,102,35,1);
  color: #ffffff;
  transition: all .3s linear;
  margin-top: 70px;
  text-decoration: none;
}
.redirec_argis:active,.redirec_argis:link,.redirec_argis:focus,.redirec_argis:hover,.redirec_argis:visited{
  color: white;
}
.tabs__2{
  padding: 0px;
  margin: 0px 20px 0px 0px;
  list-style: none;
  max-width: 240px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position: absolute;
  left:0px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  z-index: 10;
}
.abrir_tab2{
  position: absolute;
  top: 0px;
  right: -34px;
  width: 30px;
  height: 30px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C74513;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  cursor: pointer;
}
.abrir_tab2.active>span:first-of-type{
  display: block;
}
.abrir_tab2.active>span:last-of-type{
  display: none;
}

.abrir_tab2>span:last-of-type{
  display: block;
}
.abrir_tab2>span:first-of-type{
  display: none;
}

.tabs__2.cerrar{
  left: -243px;
}

.tabs__2>li{
  display: flex;
  background-color: #DDE2E0;
  padding: 9px 25px 9px 10px;
  cursor: pointer;
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  height: 62px;
}
.tabs__2>li.active{
  border-left: 3px solid #C74513;
  background-color: white;
}
.tabs__2>li>img{
    height: 37px;
    margin-right: 12px;
}
.tabs__2>li>h5{
    font-size: 8.5pt;
    font-family: 'sinkR';
    margin: 0px;
    text-align: left;
}
/* CONTENEDOR RESULT TABS */
.result_tabs{
  max-width: 1200px;
  margin: 0px auto;
}
.result_tabs>div{
  display: none;
}
.result_tabs>div.active{
  display: block;
  background-color: white;
  width: 100%;
  padding: 30px 50px
}
.contenedor_datos_powerBi{
  width: 100%;
}

.contenedor_datos_powerBi>div{
  display: none;
  position: relative;
}
.contenedor_datos_powerBi>div.active{
  display: block;
}

.contenedor_datos_powerBi>div.active>div{
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DDE2E0;
  color: white;
  color: rgba(242,102,35,1);
  color: #a7aeb1;
  font-family: 'sinkB';
  font-size: 15pt;
  width: 90%;
  margin: 0px auto;
}
.contenedor_datos_powerBi>div.active>div>h3{
  font-size: 16pt;
}
.result_tabs>div.active>div>h5, .contenedor_datos_powerBi>h5{
  font-size: 8pt;
  font-family: 'sinkR';
  position: relative;
  margin: 4px 0px 5px;
  text-transform: uppercase;
  letter-spacing: .051em;
}

@media all and (max-width: 1210px) {
  .grancontenedor_appbuenaventura{
    padding: 60px 10px;
  }
}
@media all and (max-width: 1000px) and (min-width: 750px)  {
  .contenedor_appbuenaventura>div:first-of-type{
    max-width: 400px;
  }
  .contenedor_appbuenaventura>div:last-of-type{
    margin-left: 25px;
  }
}
@media all and (max-width: 749px) {
  .contenedor_appbuenaventura{
    flex-wrap: wrap;
  }
  .contenedor_appbuenaventura>div:first-of-type{
    margin: 0px auto 30px;
  }
  .contenedor_appbuenaventura>div:last-of-type{
    margin-left: 0px;
  }
  .result_tabs>div.active{
    padding: 0px;
  }
}
@media all and (max-width: 850px) {



  /*   BUSCADOR  */

  .buscadorBody .contenedor>article{
        width: 100%;
  }
  .search__form{
    margin: 4em 0 0em;
  }
  .search__related{
    margin-top: 0px;
  }
  .search__suggestion{
    padding: 0px 20px;
  }
  .search__suggestion>h3{
    font-size: 1.15rem;
  }
  .search__suggestion>p{
    font-size: 9pt;
  }
  .contBuscador.active>.buscadorHead>.search__related{
    display: none;
  }



  /*   INDEX   */

  #menu_mapa_nuevo{
    left: 10px;
  }
  #btn_menu_responsive{
    display:  flex;
  }
  .dont_side_men{
    left: -200px;
  }
  .region_paci{
    left: 50px;
    top: 22px;
  }
  #toure_pacifico360{
    left: 15px;
    bottom: 14px;
  }
  #btn_touragain{
    left: 18px;
    background-color: transparent;
  }
  #btn_datos{
    font-size: 7pt;
    right: 16px;
    z-index: 88;
    top: 3px;
  }
  #cont_telarana{
    top: 52px;
    width: 313px;
  }
  #cont_telarana>nav{
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow-y: scroll;
  }
  #cont_telarana>nav>div:first-of-type{
    margin-top: 49px;
  }
  #cont_telarana>nav.op_2_indice>.cont_cont_slider{
        margin-top: 10px;
  }
  #grap_rad>h3{
    margin-top: 69px;
  }
  #grafica_svg{
    width: 396px;
    top: 25px;
    left: -43px;
  }
  .titulos_grafica>h3{
    font-size: 7pt;
  }
  .titulos_grafica>h3:nth-of-type(1){
    left: -4px;
    top: 67px;
  }
  .titulos_grafica>h3:nth-of-type(2) {
    left: 92px;
    top: 73px;
    width: 70px;
  }
  .titulos_grafica>h3:nth-of-type(3) {
    right: 87px;
    top: 53px;
    width: 74px;
  }
  .titulos_grafica>h3:nth-of-type(4) {
    left: 134px;
    top: 97px;
    width: 70px;
  }
  .titulos_grafica>h3:nth-of-type(5) {
    top: 69px;
    right: 113px;
    width: 60px;
  }
  .titulos_grafica>h3:nth-of-type(6) {
      left: 122px;
      top: 97px;
      width: 79px;
  }
  .titulos_grafica>h3:nth-of-type(7) {
      right: 105px;
      top: 68px;
      width: 57px;
  }
  .titulos_grafica>h3:nth-of-type(8) {
      left: 51px;
      width: 80px;
      top: 99px;
  }
  .titulos_grafica>h3:nth-of-type(9) {
      right: 40px;
      width: 80px;
      top: 71px;
  }
  #grap_rad>div:last-of-type {
    position: relative;
    top: 30px;
    left: -16px;
}


  /* CIFRAS */

  .contcarruselCi{
    margin: 36px auto 0px;
  }
  .owl-nav>.customNextBtn{
    right: 20px;
  }
  .owl-nav>.customPrevBtn{
    left: 20px;
  }
  .sect{
    flex-wrap: wrap;
    padding: 0px 20px;
    justify-content: center;
  }
  .mapaCalor{
    margin-left: 0px;
  }
  .mapaSVG{
    right: 0px;
  }
  .tabsfig{
    padding: 30px 0px 0px 0px;
  }
  .menu__list{
    margin: 22px 0px 0px;
    justify-content: center;
  }
  .menu__list .menu__link{
    margin: 0 1em;
    font-size: 9pt;
  }
  #departs_responsive{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 9px 0px 0px;
    padding-left: 0px !important;
  }
  .tabpane_tabsfig{
    margin: 13px auto 0px;
  }
  .child_tabpane>div>h3{
    padding: 15px 15px;
    font-size: 13pt;
  }
  .child_tabpane>article{
    width: 100%;
    padding: 0px 15px;
  }
  .child_tabpane>article>span{
    font-size: 8pt;
  }
  .child_tabpane>article>a{
    font-size: 7pt;
  }


  /*  ACADEMIA   */

  .sliderInfo{
    padding: 6px 35px 0px;
  }
  .sliderInfo>a, .sliderInfo2>a {
    font-size: 9pt;
  }
  .sliderInfo>p, .sliderInfo2>p{
    font-size: 6pt;
    margin-top: 0px;
    font-family: "sinkl";
  }
  .buscfig{
    margin-top: 0px; 
  }
  .tabsfig2{
    padding-top: 32px;
    flex-wrap: wrap;
  }
  .academiaSearch{
    left: 26px;
    position: relative;
  }
  .academiaContent{
    justify-content: center;
    background-color: rgb(235, 235, 235);
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  /*  CONTACTO */
  .contacto_cont{padding: 17vh 0px 85px;}
  .contacto_cont>h2, .titpag>h2, .tit_100{padding: 0px 15px;font-size: 14pt;text-align: center;}
  .contacto_cont>h4, .titpag>h4, .subtit_100{padding: 0px 15px;font-size: 7pt;text-align: center;}
  .comments2{padding: 4px 15px;}

  /*  FOOTER  */
  .footersiempre{
    margin-top: 0px;
  }
  .footersiempre>div>ul>li{
    display: block;
  }
  .footersiempre>div:first-of-type>div:nth-child(1){
    margin-bottom: 12px;
  }
  .footersiempre>div:first-of-type>div:nth-child(1)>img{
    height: 98px !important;
  }
  .footersiempre>div:first-of-type>div:nth-child(2){
    display: none;
  }
  .footersiempre>div:first-of-type ul {
    text-align: center;
  }

  /*   100 personas   */
  .cabecera>div>h4{
    font-size: 14pt;
  }
  .cabecera>div>h3{
    font-size: 12.5pt;
  }
  .cabecera{
    padding: 24px 10px 5px;
  }
  .cabecera>div:last-of-type{
    top: 10px;
    right: 12px;
  }
  .cuerpo-tarjeta{
    height: auto;
  }
  .contenedor-footer{
    margin-top: 24px;
    padding:14px;
  }
  .h260{
    height: 170px !important;
  }
  .h280{
    height: 190px !important;
  }
  .h270{
    height: 180px !important;
  }
  .h250, .h240{
    height: 160px !important;
  }
  .h190{
    height: 100px !important;
  }
  .h170, .h160, .h140{
    height: 90px !important;
  }
  .h180{
    height: 90px !important;
  }
  .h200, .h215, .h210{
    height: 110px !important;
  }
  .h300{
    height: 210px !important;
  }
}

@media all and (max-width: 550px) {
  .catg_archivos_img{    margin-bottom: 10px;}
  .tit_100{padding: 0px 15px;font-size: 8pt !important;text-align: center;}
  .mountains {
      position: relative;
      width: 100%;
      padding: 20px 10px 21px;
  }
  #card100-1{
    height: auto;
  }
  .descripcion_main{
    font-size: 8.4pt;
    margin: 20px auto 60px;
  }
  .grancontenedor_appbuenaventura>p{
    font-size: 8.4pt;
  }
  .contenedor_appbuenaventura{
    margin: 40px auto;
  }
  .contenedor_grafica_con_btns{
    overflow-x: auto;
  }
  .regionCheck{
    margin-right: 42px;
  }
  .regionCheck:nth-last-child(1){
    margin-right: 11px;
  }
  .tabs__1>li{
    padding: 0px 0px 10px;
  }
  .tabs__1>li>img{
    height: 42px;
  }
  .tabs__1>li>h5{
    font-size: 8pt;
  }
  .tabs__1{
    padding: 0px;
  }
}

@media all and (min-width: 1400px) {
  .mountains{
    margin: 0px auto;
    width: 70%;
  }
}