
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;500&display=swap');

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
  color: #293441;
  background-color: #F4F7FF;
}
body.home_dls{
  background-color: #2575FB;
  color: #FFFFFF;
}
body.template_dls{
  padding-left: 228px;
}
.content{
  min-height: 800px;
}
footer{
  background-color: #edf1fc;
  margin-top: 200px;
  padding: 20px 50px;
  text-align: right;
  font-size: 13px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
pre code.hljs {
  border-radius: 15px;
}
.hljs{
  background: #293441 !important;
}
hr{
  background-color: #8ea1bf;
}
table{
  font-size: 14px;
    font-weight: 300;
}

/*============== HOME ==================*/
.home_nav{
/*  background-color: #518be8;*/
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  padding: 27px 48px;
  
 }
.home_nav .brand-header{
  font-family: 'Poppins', sans-serif;
  position: absolute;
  left: 48px;
}
.home_nav .actions_nav a{
    font-size: 16px;
  font-weight: 100;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 20px;
}
.content h1, .content h2, .contenth3, .content h4, .contenth5{
  font-family: 'Poppins', sans-serif;
  margin-top: 23px;
}
.display-flex {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: space-evenly;
        align-items: center;
}


/*------- Index background Animation ------------*/

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #2574fa;
    overflow: hidden;
    z-index: -1;
}

.background span {
    width: 24vmin;
    height: 24vmin;
    border-radius: 24vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 33;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #0050ec;
    top: 42%;
    left: 51%;
    animation-duration: 61s;
    animation-delay: -96s;
    transform-origin: 2vw 2vh;
    box-shadow: -48vmin 0 6.575763174680931vmin currentColor;
}
.background span:nth-child(1) {
    color: #ffaa00;
    top: 39%;
    left: 13%;
    animation-duration: 42s;
    animation-delay: -13s;
    transform-origin: 0vw -16vh;
    box-shadow: -48vmin 0 6.420514135644869vmin currentColor;
}
.background span:nth-child(2) {
    color: #0050ec;
    top: 30%;
    left: 45%;
    animation-duration: 155s;
    animation-delay: -162s;
    transform-origin: 9vw -13vh;
    box-shadow: -48vmin 0 6.785325093570946vmin currentColor;
}
.background span:nth-child(3) {
    color: #6e00fa;
    top: 66%;
    left: 87%;
    animation-duration: 172s;
    animation-delay: -83s;
    transform-origin: 0vw -1vh;
    box-shadow: 48vmin 0 6.449318888964709vmin currentColor;
}
.background span:nth-child(4) {
    color: #0050ec;
    top: 8%;
    left: 65%;
    animation-duration: 163s;
    animation-delay: -142s;
    transform-origin: 4vw -9vh;
    box-shadow: 48vmin 0 6.3261670533345935vmin currentColor;
}
.background span:nth-child(5) {
    color: #6e00fa;
    top: 96%;
    left: 5%;
    animation-duration: 41s;
    animation-delay: -112s;
    transform-origin: 0vw -23vh;
    box-shadow: 48vmin 0 6.385196461820033vmin currentColor;
}
/*-------END Index background Animation ------------*/


/*============== BOTONES ==================*/

.btn{
  padding: 10px 40px;
  font-size: 14px;
  border-radius: 60px;
  display: inline-block;
}
.btn.white{
  background-color: white;
}
.btn.ghost-white{
border: solid 1px #FFFFFF;
color: #FFFFFF;
font-weight: 300;
}


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

 .container{
 /* padding-top: 100px;*/
 }



/*==============  Template ==================*/

:root {
  --brand-color: #005BC7;
  --product-color: #5B35E9;
  --components-color: #D38D0A;
  --patterns-color: #27A522;
}

.side_menu{
    font-family: 'Poppins', sans-serif;
    align-content: flex-start;
    padding: 0px 21px 59px 21px;
    background-color: #FAFCFF;
    width: 208px;
    position: fixed;
    left: 27px;
    top: 13px;
    bottom: 13px;
    overflow: auto;
    border-radius: 20px;
    box-shadow: rgb(71 135 201 / 24%) 0px 1px 4px 0px;
    /*box-shadow: rgb(71 135 201 / 20%) 0px 7px 29px 0px;*/
}
.side_menu:after{
    content: '';
    width: 181px;
    height: 77px;
    background: rgb(250,252,255);
    background: linear-gradient(4deg, rgba(250,252,255,1) 24%, rgba(250,252,255,0) 100%);
    display: block;
    position: fixed;
    bottom: 13px;
    left: 27px;
    border-radius: 10px;
}
.menu_head{
    width: 100%;
    height: auto;
    padding: 22px 0px;
    top: 0;
    left: 0;
}
.menu_list span{
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;

}
.menu_list a{
  display: block;
  padding: 5px 0px 5px 12px;
  font-weight: 300;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  transition:0.3s;
}
.menu_list a:hover{
transform:translate(3px, 0px);
color: #1c7dcb;
}
.menu_list li.active{
  background-color: #ebf0f9;
  border-radius: 5px;
  position: relative;
}
.menu_list li.active a{
  font-weight: 400;
}
.menu_list li.active a::after{
  content: '';
  width: 2px;
  display: block;
  background-color: #f6a518;
  position: absolute;
  left: 1px;
  top: 5px;
  bottom: 5px;
}
.menu_list li{
  list-style: none;
}
.brand-color{ color:var(--brand-color); }
.product-color{ color:var(--product-color); }
.components-color{ color:var(--components-color); }
.patterns-color{ color:var(--patterns-color); }

#search_input{
  border-radius: 20px;
  border: solid 1px #E8EBEF;
  font-size: 13px;
  padding: 5px 18px;
  width: 100%;
}
.closebtn_resp{
  display: none;
}
.closebtn_resp{
  display: none;
  background-image: url('../images/cross.svg');
    background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.menu_closed{
  background-image: url('../images/menu.svg');
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.side_menu{
  display: none;
}
#btn_hamb{
  display: block;
  text-align: center;
  width: 40px;
  height: 36px;
  background-color: #F9FBFF;
  border-radius: 8px;
/*  box-shadow: rgb(71 135 201 / 24%) 0px 1px 3px 0px;*/
}
.resp_heder_nav{
    width: 100%;
    position: fixed;
    background-color: #fafcff;
    padding: 10px 10px;
    top: 0;
    box-shadow: rgb(71 135 201 / 20%) 0px 1px 10px 0px;
}

@media only screen and (max-width: 600px) {

        .side_menu{
          width: 100%;
          z-index: 1;
          left: 0;
          margin: 0;
          bottom: 0;
          top: 55px;
          border-radius: 0;
          box-shadow: none;
        }
        .menu_head .logo_brand{
          display: none;
        }
        .menu_head{
          padding: 0px 0px;
        }
        .menu_list{
          text-align: center;
        }
        .menu_list span{
          padding: 13px;
        }
        .menu_list li{
          padding: 9px;
        }
        .closebtn_resp{
          display: block;
        }
        .side_menu:after {
          width: calc(100% - 55px);
          width: 100%;
          bottom: 0;
          left: 0;
          height: 50px;
        }
        .menu_list span{
          margin-top: 0;
          font-size: 18px;
        }
          .header_tp{
            margin-right: 18px !important;
          }
        .template_dls{
          padding-left: initial !important;
          padding-top: 53px;
        }
        #search_input{
          width: 78%;
          height: 50px;
          border-radius: 100px;
        }
        .header_tp{
          padding: 12px 24px !important;
        }
        .resp_heder_nav{
          display: block;
          z-index: 2;
        }
        .modal_dls{
          width: 90% !important;
        }

  }

@media only screen and (min-width: 600px) {
        .side_menu{
          display: block !important;
        }
        .resp_heder_nav{
          display: none !important;
        }
}

.px40{
  padding-left: 40px;
   padding-right: 40px;
}

.header_tp{
  padding: 12px 40px;
  background-color: #F9FBFF;
  border-radius: 8px;
  margin-top: 15px;
    margin-left: 20px;
    margin-right: 30px;
  box-shadow: rgb(71 135 201 / 24%) 0px 1px 4px 0px;
}
.header_tp .titles_head h4{
  margin-top: auto;
  margin-bottom: 3px;
}

.header_tp .titles_head span{
  display: block;
}
.header_tp .titles_head span:nth-child(1){
  font-size: 13px;
  text-transform: uppercase;
}
.header_tp .titles_head span:nth-child(2){
  font-size: 24px;
  font-weight: 400;
}
.description_tp{
  padding: 15px 40px;
  background-color: #ECF1FE;
  border-radius: 10px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
}
.description_tp span{
  display: block;
}
.description_tp span:nth-child(1){
  font-size: 16px;
  font-weight: 400;
}
.description_tp span:nth-child(2){
  font-size: 14px;
}
div[onclick="Copiar(this)"]{
    cursor: pointer;
    position: relative;
    border: solid #cdd6e5 1px;
    border-radius: 5px;
    padding: 1px 6px;
    font-size: 14px;
    min-width: 50px;
    display: inline-block;
    text-align: center;
}
div[onclick="Copiar(this)"]:hover::after {
    content: 'Copiar';
    display: block;
    background-color: #d4c7fe;
    position: absolute;
    left: 0px;
    padding: 1px;
    text-align: center;
    right: 0;
    top: 0;
    border-radius: 5px;
    font-size: 14px;
}
.table_typography{
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
}

/*-------- Tabs ---------*/

.single_tabs .nav-link.active{
  background: none;
  border: none;
  font-weight: 400;
}
.single_tabs .nav-link{
  color: #505F79;
  font-size: 14px;
  font-weight: 100;
  padding: 8px 0px 10px 0px;
    margin-right: 21px;
}

.nav-tabs .nav-link:focus{
  border: none;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-bottom: 1px solid #005BC7;
}

.tabs_code {
  position: relative;
  padding-top: 40px;
}
.tabs_code .tab-content{
  padding-top: 0 !important;
}
.tabs_code .nav-tabs{
  position: absolute;
    top: 20px;
    left: 20px;
}
.tabs_code .nav-tabs .nav-link.active{
  color: #f9fcff;
    background-color: #293441;
        border-bottom: 1px solid #293441;
}
.tabs_code .nav-tabs .nav-link{
  border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;

}
.tabs_code .nav-link{
    color: #51607a;
}
.tabs_code .nav-tabs{
  border-bottom: none;

}
.tab_box_item .tab-content{
  border: solid 1px #cdd6e5;
    border-radius: 15px;
    padding: 22px 20px;
}
.tab_box_item nav{
  margin-left: 20px;
}
.tab_box_item .nav-link {
  color: #505F79;
    font-size: 14px;
    font-weight: 100;
}
.tab_box_item .nav-link.active{
    font-weight: 400;
    background-color: #ebf0f9;
    border-bottom: solid 0px #005bc7;
}

.nav-link i{
  margin-right: 3px;
    font-size: 17px;
}


/*-------- item color --------*/

.item-color{
  display: inline-block;
    border: solid #cdd6e5 1px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #f2f5fe;
}

.item-color .thubnail-color{
    width: 120px;
    height: 80px;
    border-radius: 10px;
    border: solid 1px #cdd6e4;
}

.item-color  div:nth-child(2){
  font-family: arial;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}
.item-color  div:nth-child(3){
    font-size: 14px;
    margin-top: 10px;
    border: solid #cdd6e5 1px;
    border-radius: 5px;
    width: fit-content;
    padding: 4px 12px;
    transition: 0.3s all;
}
.item-color  div:nth-child(3):hover{
      background-color: #e0e8f7;
    cursor: pointer;
    position: relative;
}
.item-color  div:nth-child(3):hover::after {
    content: 'Copiar';
    display: block;
    background-color: #d4c7fe;
    position: absolute;
    left: 0px;
    padding: 4px;
    text-align: center;
    right: 0;
    top: 0;
    border-radius: 5px;
}

.item-image{
    position: relative;
    margin: 10px 0px 24px 0px;
    padding: 20px;
    border-radius: 10px;
    background-size: 12px 12px;
    background-image: radial-gradient(#dfe3f3 1.1px, #f4f7ff 1.1px);
    border: solid 1px #cdd6e5;
}
.item-image.auto{
  width: fit-content;
}
.item-image span{
  position: absolute;
    left: 0;
    font-size: 13px;
    bottom: -22px;
}

.download_file_item{
    border: solid 1px #a9b7cd;
    padding: 10px 17px;
    display: flex;
    flex-direction: row;
    width: fit-content;
    border-radius: 8px;
    align-items: center;
}
.download_file_item button{
  width: 44px;
  height: 44px;
  border: solid 1px #aab7cd;
  border-radius: 8px;
  padding: 9px;
  background: none;
}
.download_file_item a{
  width: 44px;
  height: 44px;
  border: solid 1px #aab7cd;
  border-radius: 8px;
  padding: 9px;
  background: none;
}
.download_file_item button:hover {
  background: #d9d1f5;
  border: solid 1px #d9d0f5;
}
.download_file_item form{
 margin: auto;
}
.download_file_item .descrip{
  display: flex;
  flex-direction: column;
  margin-right: 21px;
}
.download_file_item .descrip span:nth-child(1){
  font-weight: 400;
  font-size: 14px;
}
.download_file_item .descrip span:nth-child(2){
  font-size: 12px;
}

/*----- Toast bootstrap -------*/

.toast{
  position: fixed;
  right: 22px;
  top: 22px;
  z-index: 9;
}



/*Icon Moon*/
.iconset i {
  color: #105ca7;
  font-size: 2em;
 }
.iconset h1 {
  font-size: 1.5em;
  font-weight: normal;
}
.iconset small {
  font-size: .66666667em;
}
.iconset a {
  color: #e74c3c;
  text-decoration: none;
}
.iconset a:hover, .iconset a:focus {
  box-shadow: 0 1px #e74c3c;
}
.bshadow0, .iconset  input {
/*  box-shadow: inset 0 -2px #e7e7e7;*/
}
.iconset input:hover {
  box-shadow: inset 0 -2px #ccc;
}
.iconset input, .iconset fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
}
.iconset input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: .25em 0;
}
.iconset input:focus {
  outline: none;
  box-shadow: inset 0 -2px #449fdb;
}
.test_drive{
  background-color: white;
  padding: 40px;
}
.glyph {
  background-color: white;
  font-size: 16px;
  width: 161px;
  padding-bottom: 1em;
  margin: 15px;
  margin-bottom: 1em;
  float: left;
  overflow: hidden;
  height: 161px;
  padding: 26px;
  border-radius: 21px;
  box-shadow: rgb(71 135 201 / 24%) 0px 1px 4px 0px;
/*  box-shadow: 0px 3px 8px 0px #1358c314;*/
  cursor: pointer;
  transition: all .2s;
}
.glyph:hover{
  background-color: #294259;
  color: white;
}
.glyph:hover i{
  color: white;
}
.glyph:hover  fieldset input{
    background-color: #385a7a !important;
}
.liga {
  width: 80%;
  width: calc(100% - 2.5em);
}
.talign-right {
  text-align: right;
}
.talign-center {
  text-align: center;
}
.bgc1 {
  background: #2575FC;
  color: #fff;
}
.bgc1 button{
  font-size: 15px;
    height: 45px;
    border: none;
    padding: 10px 30px;
    border-radius: 22px;
    background-color: #ffffff;
    margin-top: 16px;
    cursor:pointer;
}
.bgc1 button:hover{
  box-shadow: 6px 5px 9px 0px #0f5c8061;
}
.bgc1 i{
  color: #fff;
  font-size: 30px;
}
.fgc1 {
  color: #fff;
}
.fgc0 {
  color: #000;
}
.iconset p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mvm {
  margin-top: .75em;
  margin-bottom: .75em;
}
.mtn {
  margin-top: 0;
}
.mtl, .mal {
  margin-top: 1.5em;
}
.mbl, .mal {
  margin-bottom: 1.5em;
}
.mal, .mhl {
/*  margin-left: 1.5em;
  margin-right: 1.5em;*/
}
.mhmm {
  margin-left: 1em;
  margin-right: 1em;
}
.mls {
  margin-left: 0.25em;
    display: block;
    font-size: 12px;
    margin-top: 15px;
}
.ptl {
  padding-top: 1.5em;
}
.pbs, .pvs {
  padding-bottom: .25em;
  text-align: center;
      margin-top: 13px;
}
.pvs, .pts {
  padding-top: .25em;
}
.unit {
  float: left;
}
.unitRight {
  float: right;
}
.size1of2 {
  width: 50%;
}
.size1of1 {
  width: 100%;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden-true {
  display: none;
}
.textbox0 {
  width: 3em;
  background: #f1f1f1;
  padding: .25em .5em;
  line-height: 1.5;
  height: 1.5em;
}
#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}
.fs0 {
  font-size: 16px;
}
.fs1 {
  font-size: 16px;
}
.fs1 > .fs0:last-child {
  display:none !important;

}



/*----- Modal ------*/

.modal_dls{
    border-radius: 20px;
    padding: 27px 27px;
    position: fixed;
    background-color: #ffffff;
    right: -50%;
    top: 12px;
    bottom: 12px;
    width: 50%;
    box-shadow: rgb(71 135 201 / 20%) 0px 14px 20px 13px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    transition: 0.5s all ease-in-out;
    z-index: 1;
}
.lightbox.open .modal_dls{
  right: 13px;
}
.modal_dls_head{
   margin-bottom: 10px;
     padding: 0px 23px;
}
.modal_dls_body{
      padding: 0px 23px;
  overflow-y: auto;
}

.lightbox{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 8;
  transition: 0.9s all ease-in-out;
  display: none;
    background-color: #afcce759;
}

.lightbox.open{
  display: block;
} 
.lightbox .spot{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
}
.modal_dls .btn_close{
    width: 36px;
    height: 40px;
    text-align: center;
    padding: 5px;
    background-color: #f5bb5d;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px 0px 20px 0px;
    background-image: url(../images/cross.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.modal_dls .btn_close:hover{
background-color: #f8c53f;
background-size: 9px;
    width: 40px;
    height: 44px;
}

.dls_blur{
  filter: blur(1px);
    -webkit-filter: blur(1px);
    transition: 0.2s all ease-in-out;
}
#tumb_icon{
  font-size: 130px;
}



/*-------- jsfiddle -------*/

.jsfiddle{
  min-height: 200px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: solid 1px #cdd6e5;
}



