@charset "utf-8";

@font-face {
  font-family: 'helvetica_neue35_thin';
  src: url('fonts/helveticaneue-thin-webfont.woff2') format('woff2'),
       url('fonts/helveticaneue-thin-webfont.woff') format('woff');
  font-weight: bold;
  font-style: bold;

}
@font-face {
  font-family: 'helvetica_neue67MdCn';
  src: url('fonts/helvetica_neue_67_medium_condensed-webfont.woff2') format('woff2'),
       url('fonts/helvetica_neue_67_medium_condensed-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
body {
  padding: 0;
  margin: 0;
  width: 100%; 
}
html{
  height: 100%;
  background-color: #663399;
  
}
html.home, html.login{
  background-image: url('images/person.webp');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

html.page-mapa .main_border{
  background-image: url(images/empresa.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 503px;
  opacity: .5;

}
.item_inversiones ul{
 list-style:auto; 
}
.title-card{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}
.ico-empresa{
  opacity: 0.1;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 503px;
  z-index: -1;
}

html.home .wrapper, html.login .wrapper{
  position: relative;
  width: 95%;
  height: 95vh;
  border: 2px solid #fff;
  display: block;
  margin: 1.5% auto;
  
  
}
html.login .wrapper::before{
  content: '';
  display: block;
  position: absolute;
  right: -2px;
  width: 2px;
  height: 75%;
  margin: auto 0;
  top: 0;
  bottom: 0;
  background: #663399;

}
.container-close{
  text-align: right;
  margin-top: 40px;

  
}
.container-close a{
  display: inline-block;
}
.container-close img{
  width: 75px;
  height: auto;
  display: block;
}
.container-logout{
  display: inline-block;
  vertical-align: middle;

}
.container-logout a{
  display: inline-block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.invalid-feedback{
  display: block;
}
.container-logout img{
  width: 75px;
  height: auto;
  display: block;
}
html.login .wrapper .container_left{
  font-family: 'Montserrat', sans-serif;
  width: 50%;
  display: inline-block;
  height: 98%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  color: #fff;
  position: relative;


}
html.login .wrapper .container_left h1{
  text-align: center;
}
html.login .wrapper .container_right{
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  height: 98%;
  width: 48%;
  vertical-align: top;
  position: relative;

}
.container_left::after{
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: #FFC233;
  position: absolute;
  bottom: 0;
  left: 0;

}
.container_right h2{
  color: #fff;
  font-weight: bold;

}
.container_logo{
  width: 120px;
  height: auto;
  margin: 20px;
  display: inline-block;
  vertical-align: middle;
}
.container_logo img{
 width: 100%;
 height: auto;
 display: block;
}
.container_text{
  font-family: 'Montserrat', sans-serif;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 140px;

}
.container_text h1{
  font-weight: 700;
  font-size: 54px;
  margin: 2px;
}
.container_text h3{
  font-size: 34px;
  margin: 2px;
  font-weight: 100;

}
.container_text span{
  width: 100%;
  height: 8px;
  background: #FFC233;
  display: block;


}
.container_btn{
  margin-top: 85px;
}
.btn{
  background-color: #FFC233;
  color: #5A169F;
  text-decoration: none;
  width: 279px;
  display: inline-block;
  padding: 5px 5px;
  text-align: center;
  border-radius: 20px;

  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 23px;
  transition: all ease-in-out .5s;
  border: 0;
}
.btn:hover{
  background-color: #5A169F;
  color: #FFC233;

}
.doblez{
  width: 196px;
  position: absolute;
  bottom: 0;
  right: 0%;

}
.doblez img{
  width: 100%;


}
.content_form{
  position: absolute;
  right: 0;
  bottom: 0;
}
input[type="text"], input[type="password"]{
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 20px;
  color: #fff;
  padding: 9px 20px;
  width: 239px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;

}
.alert-danger{
  color: orangered;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 8px 0;
  text-align: center;

}
.invalid-feedback{
  color: orangered;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;

}
input[type="text"]::placeholder , input[type="password"]::placeholder {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;

}
input[type="submit"]{
  margin-top: 40px;
}
.overflow {
  overflow: auto;
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100% !important;
  max-width: inherit !important;
}
ul.tree {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #000;
  margin: 0 0 100px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 60px;
}
ul.tree li {
  display: inline-block;
  text-align: center;
  margin: 20px;
  vertical-align: top;
  list-style: none;
  padding: 0;
  list-style: none;
  line-height: inherit;
  border: none;
}
ul.tree li ul {
  margin: 0;
  padding: 0;
}
ul.tree li ul li {
  margin: 10px;
  padding: 0;
}
ul.tree li.tnone {
  display: none;
}
ul.tree ul.tshow {
  display: block !important;
}
ul.tree li > div {
  display: inline-block;
  padding: 65px 5px 5px 5px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  min-width: 40px;
  background: #27a9e3;
  color: #000;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 10px 25px 10px 10px;
  max-width: 175px;
  min-width: 175px;
  min-height: 120px;
}
ul.tree li > div.z-index {
  z-index: 3;
}
ul.tree li > div > span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin: 4px 0;
  padding: 0px 2px;
  max-width: 170px;
  
}
.container_flag{
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5px;
  right: 0;
  border-left: 6px solid #663399;
  border-bottom: 6px solid #663399;
  border-radius: 0 0 0 20px;
}
.container_flag img{
  width: 43px;
  height: auto;
  display: block;

}
ul.tree li > div .img {
  display: initial;
  max-width: 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
ul.tree li > div .view_btn {
  width: auto;
  display: inline-block;
  cursor: pointer;
  padding: 2px 10px;
  background: darkblue;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 3px;
}
ul.tree li div.current {
  background: #28b779;
}
ul.tree li div.children {
  background: #ab6ac4;
}
ul.tree li div.parent {
  /*background: #852b99;*/
}
ul.tree li span.vertical,
ul.tree li span.horizontal {
  display: inline-block;
  position: absolute;
  z-index: 1;
  background: #313131;
}
ul.tree li span.vertical {
  width: 2px;
}
ul.tree li span.horizontal {
  height: 2px;
}
ul.tree li b.thide {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -4px;
  left: -4px;
  background-image: url(images/close_eye.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  background-color: #fff;
  margin: auto;
  border-radius: 50%;
}
ul.tree li b.thide.tshow {
  background-image: url("images/open-eyes.png");
}
ul.tree li .eye b.thide{
  background-image: url("images/open-eyes.png");
}
ul.tree li .eye b.thide.tshow {
  background-image: url("images/close_eye.png");

}
ul.tree li b.thide.tnone {
  display: none;
}
ul.tree li span.add_action,
ul.tree li span.edit_action,
ul.tree li span.highlight,
ul.tree li span.delete_action {
  position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
    padding: 1px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    /* border: solid 1px #000; */
    bottom: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 50%;
}
ul.tree li span.highlight {
  bottom: 0px;
  right: 1px;
  background-image: url(images/icon_tree.png);
  background-size: 25px;
}
ul.tree li span.add_action {
  top: 24px;
  right: -14px;
  background-image: url(images/add.png);
}
ul.tree li span.edit_action {
  top: 43px;
  right: -14px;
  background-image: url(images/edit.png);
}
ul.tree li span.delete_action {
  top: 62px;
  right: -14px;
  background-image: url(images/close.png);
}
img.back_btn {
  cursor: pointer;
}
img.load {
  position: absolute;
}
.tree_view_popup {
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.tree_view_popup div {
  position: relative;
  text-align: left;
  display: inline-block;
  width: 200px;
  padding: 15px;
  margin: 100px auto 0 auto;
  background: #da9628;
  font: 12px Arial, Helvetica, sans-serif;
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.tree_view_popup div img {
  max-width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tree_view_popup div span {
  display: block;
  margin-bottom: 5px;
}
.tree_view_popup div img.close {
  position: absolute;
  right: -5px;
  top: -5px;
  float: right;
  cursor: pointer;
  background-color: #da9628;
  padding: 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.norecords {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
/* Add and Update form */
.form_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.form_box form {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 10px;
  top: 100px;
  max-width: 200px;
  background: #da9628;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.form_box form .img {
  max-width: 100% !important;
}
.form_box form img.close {
  position: absolute;
  right: -6px;
  top: -6px;
  float: right;
  cursor: pointer;
  background-color: #da9628;
  padding: 4px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.form_box form input[type="text"],
.form_box form input[type="file"] {
  width: 150px;
  padding: 4px;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  border: none;
  margin: 5px 0;
  display: block;
}
.form_box form textarea {
  height: 35px;
  width: 150px;
  padding: 4px;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  border: none;
  margin: 5px 0;
  display: block;
}
.form_box form textarea.error {
  background: #d84a38;
}
.form_box form label {
  font-size: 12px;
  font-weight: normal;
}
.form_box form .tree_user_img {
  display: block;
  margin: 0 auto;
}
.form_box form .submit,
.form_box form .edit {
  border: none;
  text-align: center;
  display: block;
  font: 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
  margin: 5px 0 0 0;
  background: #4d90fe;
}
.form_box form .submit:hover,
.form_box form .edit:hover {
  background: #8a9ef5;
}
ul.tree li > div.main_card{
/* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#521289+0,521289+40,ab6ac4+100 */
background: #521289; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
font-family: 'helvetica_neue67MdCn';
color: #fff;

}
ul.tree li > div.main_card span{
  font-size: 20px;
  font-weight: bold;

}
/* Customs css*/
ul.tree li > div.Colombia{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcc01+24,003087+44,c7102e+81 */
/*background: linear-gradient(135deg,  #ffcc01 24%,#003087 44%,#c7102e 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#ffc233+0,ffc233+40,ffe958+100 */
background: #ffc233; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color: #000;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
transition: all ease-in-out .2s;

}
ul.tree li > div.Colombia:hover{
  background: #5A169F;
  color: #ffc233;
}
ul.tree li > div.Colombia:hover .button-container-2 button{
  background: #ffc233;

}
ul.tree li > div.panama{
/* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#ffc233+0,ffc233+40,ffe958+100 */
background: linear-gradient(45deg,  #ffc233 0%,#ffc233 40%,#ffe958 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color: #000;
font-family: 'Montserrat', sans-serif;
font-weight: bold;


}
ul.tree li > div.eeuu{
/* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#ffc233+0,ffc233+40,ffe958+100 */
background: #ffc233; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color: #000;
font-family: 'Montserrat', sans-serif;
font-weight: bold;


}

ul.tree li > div.Colombia > span,
ul.tree li > div.panama > span,
ul.tree li > div.eeuu > span {
  font-size: 11px;
  /*font-weight: 600;*/
  max-width: 183px;
}
.aside_detal{
  position: fixed;
  width: 320px;
  height: 95vh;
  background-color: #341D4B;
  top: 2.3%;
  right: 44px;
  z-index: 999;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  transform: translate3d(93%, 0, 0);
  overflow: auto;
  font-family: 'Montserrat', sans-serif;
  
}
.aside_detal .header_aside{
  background: #FFC233;
  color: #ffffff;
  padding: 50px 20px;
  font-weight: bold;
  text-align: center;
}
.content_aside{
  padding-top: 60px;

}
.content_item{
  margin-bottom: 10px;
  padding: 5px 15px;
}
.content_item>div:first-child{
  color: #acacac;
  font-size: 13px;

}
.content_item>div:last-child{
  color: #ccc;
  font-size: 16px;
}
.close_{
  position: absolute;
  width: 45px;
  height: 45px;
  top: 5px;
  right: 5px;

  cursor: pointer;
}
.close_ img{
  width: 100%;
  height: auto;
  display: block;
}



.overflow {
  position: relative;
  left: 0;
  z-index: 99;
  transition: transform 0.5s;
}
.overflow:after {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}


.open .overflow:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}


.aside_detal:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  display: none;
}
.open .aside_detal {
  opacity: 1;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.open .aside_detal::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}


.button-container-2 {
  position: relative;
  /* width: 100%; */
  height: 30px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* margin-top: 0; */
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 8px;
  padding: 6px;
  margin: 5px;
}
.button-container-2 button {
  width: 101%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  background: #663399;
  -webkit-mask: url("images/image.png");
  mask: url("images/image.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
  border-radius: 20px;
}
.button-container-2 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.mas {
  position: absolute;
  color: #ffc233;
  text-align: center;
  width: 92%;
  height: 27px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 11px;
  position: absolute;
  font-size: 11px;
  overflow: hidden;
  font-weight: bold;
  border: 1px solid ;
  border-radius: 20px;
  line-height: 2.5;

}
.main_border{
  position: fixed;
    width: 95%;
    height: 95vh;
    border: 2px solid #fff;
    display: block;
    margin: 1.5% auto;
    left: 0;
    right: 0;
}
.main_border span{
  width: 2px;
    height: 77vh;
    right: -2px;
    position: absolute;
    background: #663399;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.container_top{
  position: fixed;
  width: 94%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  z-index: 999;
  top: 1%;
  
}
.container_city{
  display: inline-block;
  vertical-align: middle;
  margin: 0 70px;

}
.container_city img{
  width: 47px;
  height: auto;
  display: block;

}
.container_city > div{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.container_form{
  display: inline-block;
}
#site-search{
  background: #3d3f45;
    box-shadow: none;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 12px;
    width: 270px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
#btn_search{
  font-family: 'Montserrat', sans-serif;
  background: rgba(0,0,0, .5);
  border: none;
  font-size: 18px;
  color: #fff;
  padding: 5px 34px;
  border-radius: 10px;
}
.link_document{
    display: inline-block;
    vertical-align: top;
    width: 92%;
    font-size: 11px;
    word-wrap: break-word;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border: 1px solid;
    position: relative; 
}
.link_document >div{
    display:inline-block;
    vertical-align: middle;
}
.link_document > div:first-child{
    width: 73%;
}
.link_document > div:last-child{ 
    width:50px;
    text-align: right;
}
.link_document:before{
        content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 76%;
}
.link_document img{
  width: 30px;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
a {
  color: #ffc233;
}
.img_portada{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 343px;
}

ul.tree li.highlight > div {
  border: solid 1px green;
  box-shadow: 1px 1px 10px 5px lightgreen;
}

ul.tree li b.highlight{position:absolute;width:7px;height:7px;bottom:0;left:-15px;background:#fff;border-radius:80px;cursor:pointer}
ul.tree li b.highlight.active{background:green;}
ul.tree li.highlight > div{box-shadow:1px 1px 10px 5px lightgreen}

ul.tree li b.hide{position:absolute;width:11px;height:12px;bottom:15px;left:-15px;background:url(images/hide.png) no-repeat;cursor:pointer}
ul.tree li b.hide.show{background:url(images/show.png) no-repeat}


.book {
  transition: opacity 0.4s 0.2s;
}
.page {
  width: 30vw;
  height: 44vw;
  background-color: #111111;
  float: left;
  margin-bottom: 0.5em;
  background: left top no-repeat;
  background-size: cover;
}
.page:nth-child(even) {
  clear: both;
}
.book {
  perspective: 250vw;
}
.book .pages {
  width: 60vw;
  height: 44vw;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 4px;
  /*box-shadow: 0 0 0 1px #e3dfd8;*/
}
.book .pages img{
  width: 100%;
  height: auto;


}
.book .page {
  float: none;
  clear: none;
  margin: 0;
  position: absolute;
  top: 0;
  width: 30vw;
  height: 44vw;
  transform-origin: 0 0;
  transition: transform 1.4s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  cursor: pointer;
  user-select: none;
  background-color: #f0f0f0;
}
.book .page:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.7s;
  z-index: 2;
}
.book .page:nth-child(odd) {
  pointer-events: all;
  transform: rotateY(0deg);
  right: 0;
  border-radius: 0 4px 4px 0;
  background-image: linear-gradient(to right, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 10%);
  background-color: #000;
  border:1px solid #FFC132;
}
.book .page:nth-child(odd):hover {
  transform: rotateY(-15deg);
}
.book .page:nth-child(odd):hover:before {
  background: rgba(0, 0, 0, 0.03);
}
.book .page:nth-child(odd):before {
  background: rgba(0, 0, 0, 0);
}
.book .page:nth-child(even) {
  pointer-events: none;
  transform: rotateY(180deg);
  transform-origin: 100% 0;
  left: 0;
  border-radius: 4px 0 0 4px;
  border-color: black;
  background-image: linear-gradient(to left, rgba(0,0,0,.12) 0%, rgba(0,0,0,0) 10%);
  background-color: #000;
  border:1px solid #FFC132;
}
.book .page:nth-child(even):before {
  background: rgba(0, 0, 0, 0.2);
}
.book .page.grabbing {
  transition: none;
}
.book .page.flipped:nth-child(odd) {
  pointer-events: none;
  transform: rotateY(-180deg);
}
.book .page.flipped:nth-child(odd):before {
  background: rgba(0, 0, 0, 0.2);
}
.book .page.flipped:nth-child(even) {
  pointer-events: all;
  transform: rotateY(0deg);
}
.book .page.flipped:nth-child(even):hover {
  transform: rotateY(15deg);
}
.book .page.flipped:nth-child(even):hover:before {
  background: rgba(0, 0, 0, 0.03);
}
.book .page.flipped:nth-child(even):before {
  background: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  background-color: #663399;
}

.page:nth-child(odd){
  background-position: right top;
}

.loading{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 98px;
  height: 40px;
  margin: auto;
  color: #fff;
  font-weight: bold;
}

/*New lines*/
.slide{
  /* width: 400px;
   height: 100%;
   background: transparent;
   margin-top: 100px;*/
 
   width: 450px;
     height: 100%;
    /* background: url(/images/carpeta.svg);*/
     margin-top: 55px;
     /*background-repeat: no-repeat;
     background-size: contain;
     background-position: bottom center;*/
     padding-bottom: 53px;
     position: relative;
 
 
 
 }

 html.page-country .wrapper .aside_detal {
  position: fixed;
  width: calc(100% - 650px);
  height: 64vh;
  top: 18.3%;
  border-radius: 50px;
  background: #FFC233;
  overflow: hidden;
 }
 html.page-country .container_flag {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -5px;
  right: 0;
  border-left: 20px solid #663399;
  border-bottom: 20px solid #663399;
  border-radius: 0 0 0 20px;
}
 html.page-country .title-card {
  text-shadow: none;
}
 html.page-country .content_item>div:first-child {
  color: #2E2D2D;
  font-size: 13px;
  font-weight: bold;
}
html.page-country .content_item>div:last-child {
  color: #2E2D2D;
  font-size: 16px;
}
html.page-country  hr {
  border: 1px solid #5A169F;
}
 html.page-country .wrapper .aside_detal .header_aside{
   color: #663399;
   border-radius: 11px;
   padding: 7px 137px 20px 20px;
   
 }
 html.page-country .title-card {
  text-shadow: none;
  font-size: 25px;
}
html.page-country .content_aside {
  padding: 60px 60px 40px;
  max-height: 39vh;
  overflow-y: auto;
  scrollbar-color: #663399 #ffc233;
  margin-top: 20px;
}
/* .slide::before{
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 211px;
 background: linear-gradient(to bottom,  rgba(255,194,51,1) 0%,rgba(255,194,51,0.39) 61%,rgba(255,255,255,0) 100%);
 opacity: 0.45;
 background-position: left 0px;
 
 }*/
 .wrapper.wrapper-colombia{
   width: 90%;
   margin: 0px auto;
   display: block;
   min-height: 80vh;
   overflow: auto;
 
 }
 .main_carpet{
  /* background: #ffc233;
     color: #5A169F;
     font-family: 'Montserrat', sans-serif;
     
     transition: all ease-in-out .2s;
     height: 100%;
     border-radius: 20px 20px 0 0;
     position: relative;
     box-shadow: 0 0 8px;
     */
 
     background: url(/images/carpeta.svg);
     font-family: 'Montserrat', sans-serif;
     transition: all ease-in-out .2s;
     height: 100%;
     border-radius: 20px 20px 0 0;
     position: relative;
     /*box-shadow: 0 0 8px;*/
     background-size: cover;
 
 }
 .main_carpet .container_flag{
   display: none;
 
 }
 .main_carpet >div{
   padding: 20px 105px 0 10px;
   z-index: 1;
   position: relative;
 
 }
 .title{
   display: block;
   font-size: 15px;
   font-weight: bold;
 
 }
 .country{
   display: block;
 
 }
 .date{
   display: block;
 
 }
 .is-active{
   opacity: 1 !important;
 }
 .main_carpet::before{
  /* content: '';
   display: block;
   width: 100%;
   height: 50px;
   position: absolute;
   bottom: -20px;
   left: 0;
   background: #ffc233;*/
 
 
 }
 
 .splide__pagination{
   display: none !important;
 }
 html.page-country .wrapper.open .overflow:after {
   width: 100%;
   height: auto;
    opacity: 0; 
   transition: opacity 0.5s;
 }
 ul li.is-visible:nth-child(1){
   opacity: 1;
 
 }
 ul li.is-visible:nth-child(2){
   opacity: 0.65;
 
 }
 ul li.is-visible:nth-child(3){
   opacity: 0.38;
 
 }
 ul li.is-visible:nth-child(4){
   opacity: 0.42;
 
 }
 ul li.is-visible:nth-child(5){
   opacity: 0.39;
 
 }
 ul li.is-visible:nth-child(6){
   opacity: 0.36;
 
 }
 .is-visible .main_carpet{
   height: 306px;
   color: #212121;
 }
 .is-visible.is-active .main_carpet{
   color: #5A169F;
 }
 
 .splide__arrow{
   background: rgba(0, 0, 0, .7) !important;
   height: 35px !important;
    opacity: 1 !important; 
   width: 35px !important;
 }
 .splide__arrow svg {
   fill: #fff !important;
   height: 80% !important;
   width: 80% !important;
 }
 
 .splide__arrows--ttb .splide__arrow--prev {
   top: -4em !important;
 }
 .splide__arrows--ttb .splide__arrow--next {
   bottom: -4em !important;
   top: auto;
 }
 
 html.page-country .main_border {
   background-image: url(images/empresa.webp);
   background-repeat: no-repeat;
   background-position: left bottom;
   background-size: 503px;
   opacity: .5;
 }
 html.page-country  .logo-country{
   display: inline-block;
 }
 html.page-country  .logo-country img{
 
   width: 77px;
   height: 77px;
   display: inline-block;
   vertical-align: middle;
 }
 html.page-country  .logo-country span{
   display: inline-block;
   vertical-align: middle;
   font-family: 'Montserrat', sans-serif;
   font-weight: 600;
   font-size: 33px;
   color: #fff;
 
 }
 html.page-country .container_city {
   display: inline-block;
   vertical-align: middle;
   margin: 32px 70px 0;
   float: right;
 }
 html.page-country  .container_logo{
   width: 77px;
 
 }

 .container_popup_search{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #663399;
  display: none;
 }
 .wrap_carpet {
  /* background: url(images/carpet.svg); */
  width: 80%;
  height: 78vh;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  max-width: 50%;
  position: relative;
  background: azure;
  background: #ffc233;
  border-radius: 50px 50px 50px 50px;
}
 .wrap_carpet .content_item>div:last-child {
  color: #2E2D2D;
}

.wrap_carpet .content_item>div:first-child {
  color: #2E2D2D;
 font-weight: bold;
}
.wrap_carpet hr{
  border: 1px solid #5A169F;

}
.main_content{
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.title_carpet{
  padding-top: 55px;
  font-size: 25px;
  color: #663399;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding-bottom: 43px;
  padding-right: 73px;


}
.wrap_carpet .container_flag{
  width: 100px;
    height: 100px;
    position: absolute;
    top: -5px;
    right: 0;
    border-left: 20px solid #663399;
    border-bottom: 20px solid #663399;
    border-radius: 0 0px 0px 20px;
}
.content_carpet_data{
  max-height: 59vh;
    overflow-y: auto;
    scrollbar-color: #663399 #ffc233;
}
.content_carpet_data .documents_container,
html.page-country .documents_container{
  background: #2E2D2D;
  border-radius: 20px;
}
.content_carpet_data .documents_container .link_document,
html.page-country .documents_container .link_document{
  border: 0;
}
html.page-country .documents_container  .title_docs{
  margin-top:20px;color: white !important;margin-bottom: 10px;margin-left: 5px;

}
.content_carpet_data .link_document:before,
html.page-country .link_document:before{
  display: none;
}
.content_carpet_data .link_document,
html.page-country .link_document {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  font-size: 11px;
  word-wrap: break-word;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border: 1px solid;
  position: relative;
}
.content_carpet_data .link_document > div:last-child,
html.page-country .link_document > div:last-child {
  width: 100%;
  text-align: center;
  clear: both;

}
.container_popup_search  .container_logo{
  width: 77px;
}
.container-logo-country{
  display: inline-block;
  vertical-align: middle;
}
.container-logo-country .img_country{
  display: inline-block;
  vertical-align: middle;
  width: 77px;

}
.container-logo-country .img_country img{
  width: 100%;
}
.container-logo-country .title_country{
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 33px;
  color: #fff;
  width: 250px;

}
.container_popup_search .container_city {
  float: right;
}
html.page-country .overflow {
  overflow: initial;
}

@media (max-width: 1024px){
  .wrap_carpet {
    max-width: 76%;
  }
  .wrap_carpet .container_flag, html.page-country .container_flag {
    width: 60px;
    height: 60px;
    border-left: 15px solid #663399;
    border-bottom: 15px solid #663399;
}
html.page-country .wrapper .aside_detal .header_aside {
  padding: 7px 90px 20px 20px;
}

html.page-country .wrapper .aside_detal {
  width: calc(100% - 542px);
}  

.slide {
  width: 400px;
}
.content_carpet_data .link_document, html.page-country .link_document {
  width: 43%;
}
html.page-country .title-card {
  text-shadow: none;
  font-size: 20px;
}
}

@media (max-width: 850px){

  .slide {
    width: 350px;
}
html.page-country .wrapper .aside_detal {
  width: calc(100% - 477px);
}
.content_carpet_data .link_document, html.page-country .link_document {
  width: 100%;
}
html.page-country .content_aside {
  max-height: 38vh;
}

}

@media (max-width: 768px){
  .container_city {
    margin: 0 15px;
}
#site-search {
  width: 169px;
}
ul.tree li > div {

  max-width: 115px;
  min-width: 115px;
}

}
@media (max-width: 768px){
  .slide {
    width: 326px;
}
html.page-country .wrapper .aside_detal {
  width: calc(100% - 443px);
}
.main_carpet .title {
  font-size: 13px;
}
}

.refresh > div{
  background: #ffc233;
  border-radius: 12px;
  display: block;
  text-align: center;
  width: 68px;
  height: 68px;
  margin: 3.5px;
}
.refresh > div img{
  width: 39px;
  display: block;
  margin: auto;
  padding: 14px 0;
}