::-webkit-scrollbar {
    width: 8px;
    height:8px;
  }
  /* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(65, 143, 226);
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(6, 67, 125);
  }

  .logoimg{

    width: 35%;
    min-width: 35px;
    max-width: 45px;
    margin-top: 1px;
    margin-left: 5px;
  cursor: pointer;
}
  .userCont{
    width: 43px;
    
    text-align: center;
  
    height: 43px;
    font-size: 18px;

 

  }
  .navXSderecha{
      display: flex;
      width: 45%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .userCont p{
      margin-bottom: 0;
      margin-top: 0;
  }
.minibandera{
    height:20px;
    width: 20px;
    margin-right: 15px;
    margin-left: 10px;
    
}
.miniserv{
    height: auto;
    width: 20%;
    margin-right: 15px;
    margin-left: 10px;
}

.miniNavIco{
    margin-right: 11px;
    margin-left: 13px;
    font-size: 30px;
}
.expansivo li{

    height: 44px;
    font-size: 18px;
    margin-left: 10%;
    list-style: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    border-bottom: 1px inset #ab8c1c;
}

.expansivo{
    margin-top: 10px;
   
    height: 200px;
    overflow: scroll;
    padding-left: 10px;
}

.navICO{
    margin-right: 15px;
    margin-left: 10px;
}
.navBDESKTOP{

    display: none

   
}

.botonera{
    display: flex;
    flex-flow: column;
    transition: 1s;
    padding-left: 15px
}
.contlogo{
    width: 45%;
    display: flex;
    align-items: center;
  height: 100%;
  margin-top: 5px;
}

.bocultar{  
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1000;
    top: -13vh;
    left: 1px;
width: 100%;
    font-size: 40px;
    align-items: center;
    height: 12vh;
    transition: 2s;

    }

.fondoalt{
    background: rgb(255 255 255 / 18%);
    color: black;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1000;
    top: 0px;
    width: 100%;
    font-size: 40px;
    align-items: center;
    height: 60px;
    transition: 0.5s;
    border-radius: 0px 0px 25px 25px;
}

  .fondod{  
    color: black;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1000;
    top: 0px;
    width: 100%;
    font-size: 40px;
    align-items: center;
    height: 7vh;
    transition: 0.5s;
 

    }
    .fondoa{  
      
   background-color: whitesmoke;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1000;
    top: 0px;
 
    width: 100%;
    font-size: 40px;
    align-items: center;
    height: 63px;
    border-radius: 0px 0px 25px 25px;
    border-bottom: 4px inset rgb(0, 123, 255);
     
      transition:  0.5s;
        }

    .navBD{
        color: white;
        top:50px;
        position: fixed;
        right: -80%;
        transition: 1s;
        background-color: rgba(255, 255, 255, 0.95);
        width: 60%;
        padding: 0;
        z-index: 11;
        height: 70vh;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
     
    }
    .navBA{
        top: 13vh;
        position: fixed;
        right: -5px;
        transition: 1s;
        background-color: rgba(251, 251, 251, 0.95);
        color: black;
        width: 60%;
        padding: 0;
        z-index: 11;
        height: 80%;
        border-radius: 10px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        transition: 1s;
        border-left: 9px outset rgb(114, 152, 193);
        border-bottom: 5px outset rgb(114, 152, 193);
        overflow: hidden;
       
     }


    .barrali{

        margin-top: 20px;
        font-size: 25px;
        width: 100%;
        text-align: center;
        display: flex;
    
        align-items: center;
        padding-left: 15px;
 
    }
    .iconic{
        width:20%;
        display: flex;
        transform: skew(-37deg);
    }

 

   
 
    .botonClick{
        box-sizing: content-box;
        font-size: 20px;
        display: flex;
        width: 100%;
        height: 20px;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding: 5px;
        background-color: rgba(255, 255, 255, 1);
        margin-right: 2px;
        border-left: 4px inset rgb(12, 130, 255);
        border-bottom: 4px inset rgb(65, 143, 226);
        transform: skew(35deg);
        padding-left: 15px;
        box-shadow: -7px 5px 14px rgba(0,0,0,0.2);
        cursor: pointer;
        border-radius: 5px;
        transition: 1s;
        color: black;
    }
    .botonClickactive{
        box-sizing: content-box;
        font-size: 20px;
        display: flex;
        width: 100%;
        height: 22px;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding: 5px;
        background-color: rgba(255, 255, 255, 1);
        margin-right: 2px;
        border-left: 4px inset rgb(12, 130, 255);
        border-bottom: 4px inset rgb(65, 143, 226);
        transform: skew(35deg);
        padding-left: 15px;
        box-shadow: -7px 5px 14px rgba(0,0,0,0.2);
        cursor: pointer;
        border-radius: 5px;
        transition: 1s;
        color: black;
    }
 

    .conttextbar{
        transform: skew(-37deg);
        width: 100%;
    text-align: center;
    }

    .botonerasocial{
        width: 90%;
        margin-left: 5%;
       
    }
    .socialimg{
        width: 22%;
        margin-left: 2%
    }
    .enlacePrincipal{
        

        text-decoration: none;
        margin-left: 10px;
        font-size: 17px;
     
 
    }

    @media only screen and (min-width: 600px) {
     
        .miniserv{
           
            
            width: 9%;
           
            
        }
      
       

        .navBA{
            top: 10vh;
        position: fixed;
        right: -5px;
        transition: 1s;
        background-color: rgba(251, 251, 251, 0.95);
        color: black;
        width: 50%;
        padding: 0;
        z-index: 11;
        height: 80%;
        border-radius: 10px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        transition: 1s;
        border-left: 9px outset rgb(114, 152, 193);
        border-bottom: 5px outset rgb(114, 152, 193);
        overflow: hidden;
     
        max-width: 340px;
         }


         
      }


      @media only screen and (min-width: 1000px) {
       
      
      
    }
      @media only screen and (min-width: 1200px) {
        .navBDESKTOP{

            display: flex;
              justify-content: flex-end;
            align-items: flex-start;
            width: 70%;
            transition: 1s all;
        
           
        }
        .miniserv{
           
            
            width: 25%;
           
            
        }
        .botonClickactive{
            box-sizing: content-box;
            display: flex;
            width: 110px;
            height: 25px;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
            padding: 5px;
            background-color: rgba(255, 255, 255, 1);
            margin-right: 20px;
            border-left: 4px outset rgb(65, 143, 226);
            border-bottom: 2px outset rgb(6, 67, 125);
            box-shadow: -8px 10px 14px grey;
            border-radius: 10px;
            color:black;
            transition: 1s;
        }
      
      
        .contlogo {
            width: 30%;
            display: flex;
            align-items: center;
            height: 100%;
        }        
        .hideOnLg{
            display:none
        }
        .botonera{
            display: flex;
            flex-flow: row;
            padding-left: 10px
        }
        .botonerasocial{
            display:none;
        }
       
       



        .navBD{
            
            position: fixed;
            display: flex;
            height: 80px;
            width: 70%;
            top: -25px;
            right: -47px;
            background-color: rgba(0, 0, 0, 0);
            color: black;
           
       
        
        }

        .hideonlg{
            display: none;
        }

      
    
        .botonera div:hover{ 
           
            color:rgb(65, 143, 226);
        }
    
        

        .botonClick{
            box-sizing: content-box;
            font-size: 20px;
            display: flex;
            width: 110px;
            height: 20px;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
            padding: 5px;
            background-color: rgba(255, 255, 255, 1);
            margin-right: 20px;
            border-left: 4px outset rgb(65, 143, 226);
            border-bottom: 2px outset rgb(6, 67, 125);
            box-shadow: -8px 10px 14px grey;
            border-radius: 10px;
     
      
    
        }
    
      }
    
   
  
     
        @media only screen and (min-width: 1400px) {

            


      }
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-default:focus,
  .btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }
  .btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
  }
  .btn-default:active:hover,
  .btn-default.active:hover,
  .open > .dropdown-toggle.btn-default:hover,
  .btn-default:active:focus,
  .btn-default.active:focus,
  .open > .dropdown-toggle.btn-default:focus,
  .btn-default:active.focus,
  .btn-default.active.focus,
  .open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  }
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-default .badge {
    color: #ffffff;
    background-color: #333333;
  }
  .btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
  }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
  }
  .btn-primary:active:hover,
  .btn-primary.active:hover,
  .open > .dropdown-toggle.btn-primary:hover,
  .btn-primary:active:focus,
  .btn-primary.active:focus,
  .open > .dropdown-toggle.btn-primary:focus,
  .btn-primary:active.focus,
  .btn-primary.active.focus,
  .open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40;
  }
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
  .btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
  }
  .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success:focus,
  .btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
  }
  .btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
  }
  .btn-success:active:hover,
  .btn-success.active:hover,
  .open > .dropdown-toggle.btn-success:hover,
  .btn-success:active:focus,
  .btn-success.active:focus,
  .open > .dropdown-toggle.btn-success:focus,
  .btn-success:active.focus,
  .btn-success.active.focus,
  .open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
  }
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
  }
  .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info:focus,
  .btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
  }
  .btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
  }
  .btn-info:active:hover,
  .btn-info.active:hover,
  .open > .dropdown-toggle.btn-info:hover,
  .btn-info:active:focus,
  .btn-info.active:focus,
  .open > .dropdown-toggle.btn-info:focus,
  .btn-info:active.focus,
  .btn-info.active.focus,
  .open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
  }
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
  }
  .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
  }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
  }
  .btn-warning:active:hover,
  .btn-warning.active:hover,
  .open > .dropdown-toggle.btn-warning:hover,
  .btn-warning:active:focus,
  .btn-warning.active:focus,
  .open > .dropdown-toggle.btn-warning:focus,
  .btn-warning:active.focus,
  .btn-warning.active.focus,
  .open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
  }
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
  }
  .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
  }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
  }
  .btn-danger:active:hover,
  .btn-danger.active:hover,
  .open > .dropdown-toggle.btn-danger:hover,
  .btn-danger:active:focus,
  .btn-danger.active:focus,
  .open > .dropdown-toggle.btn-danger:focus,
  .btn-danger:active.focus,
  .btn-danger.active.focus,
  .open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
  }
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
  }
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
.dropdown-toggle {
    white-space: nowrap;
    transition: 1s;
}
.dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;

    padding: 2px 5px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

p {
  
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin:0px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.show {
    display: flex !important;
    flex-flow: column;
    transition: 1s;
  }
  .invisible {
    visibility: hidden;
  }
  .pagination {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #0a5fde;
    border-color: #0a5fde;
}
.page-link {
  position: relative;
  display: block;
  padding: 5px 12px;
  font-size: 16px;
  color: black;
  cursor: pointer;
  text-decoration: none;
  background-color: ghostwhite;
  border: 1px solid grey;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body{
  
  margin: 0;

}
.contreg{
  display:flex;
  justify-content: space-between;
  align-items: center;
padding: 10px;

}


.downloadbutton {
  margin: 5px;
  color: white;
  border-radius: 16px;
  background: #3c8ae0;
  display: flex
;
  padding: 4px;
    }
.react-autosuggest__input {

  height: 30px;
  padding: 0px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  text-align: center;
}
.column{
  flex-flow: column;
}
.contLoadercats{
  margin-left: 10px;
  width: 60%;
}
.contDetalleING{

  margin-top: 56px;
  background: ghostwhite;
  margin: 8px 2px;
  border-radius: 11px;
  transition: 1s;
  border-top: 1px solid #00000075;
  width: 100%;
  border: 0px solid black;
  transition: 1s;
  }
 
.contBotonfiltros{

  display: flex;
  justify-content: center;
  margin: 15px;
}
.centrar{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spaceAround{
  justify-content: space-around;
}

 
   
  @keyframes sharpen {
    from {
        filter: blur(15px);
      }
      to {
        filter: blur(0px);
      }
  }
 
  .page-transition-enter {
    opacity: 0;
  }
  .page-transition-enter-active {
    opacity: 1;
    transition: opacity 300ms;
  }
  .page-transition-exit {
    opacity: 1;
  }
  .page-transition-exit-active {
    opacity: 0;
    transition: opacity 300ms;
  }
.i3D{
  font-size: 30px;
    margin-left: 6px;
    /* border: 1px inset #212529; */
    border-radius: 50%;
    box-shadow: inset 1px 1px 3px;
    padding: 3px;
    cursor:pointer;
    background: #ffffffc9;
}
  .botoncontact{
      
    height: 100%;
    margin-left: 15px;
  
    font-size: 2vmax;
    padding: 0 16px;
    border-radius: 10px;
    background-color: #0267ffeb;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: white;
    transition: background-color 15ms linear,
      box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  
    line-height: 2.25rem;
    font-family: Roboto, sans-serif;
   
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: none;
    transition:0.5s;
  
  }
  
.jwmargintop{
  margin-top: 20px;
}
  .botoncontact:hover, .botondoble:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #0358b9;
  }
  
  .botoncontact:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
      0 8px 10px 1px rgba(0, 0, 0, 0.14),
      0 3px 14px 2px rgba(0, 0, 0, 0.12);
    background-color: #0278ff;
  }
  .enfasis{
    background-color: #fb4500eb;
    font-weight: 600;
  }
  .jwMainContainer{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    background-color: #0093E9;
    background-image: linear-gradient(288deg, #0093E9 0%, #5f57a2 100%);
   
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='1000' preserveAspectRatio='none' viewBox='0 0 1440 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1008%26quot%3b)' fill='none'%3e%3crect width='1440' height='1000' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cpath d='M-109.62 706.87L-109.62 706.87' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-109.62 706.87L-37.65 843.54' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-109.62 706.87L91.51 671.89' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-37.65 843.54L-37.65 843.54' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-37.65 843.54L98.56 829.18' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-37.65 843.54L83.89 989.84' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-37.65 843.54L91.51 671.89' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.66 1128.21L-95.66 1128.21' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.66 1128.21L58.51 1106.36' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.66 1128.21L83.89 989.84' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.66 1128.21L-37.65 843.54' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M91.51 671.89L91.51 671.89' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M91.51 671.89L234.43 704.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M91.51 671.89L98.56 829.18' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M91.51 671.89L237.17 796.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M91.51 671.89L381.49 703.91' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M98.56 829.18L98.56 829.18' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M98.56 829.18L237.17 796.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M98.56 829.18L83.89 989.84' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.89 989.84L83.89 989.84' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.89 989.84L58.51 1106.36' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.89 989.84L247.86 1001.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.89 989.84L230.34 1093.87' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.51 1106.36L58.51 1106.36' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.51 1106.36L230.34 1093.87' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.51 1106.36L247.86 1001.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.51 1106.36L-37.65 843.54' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.51 1106.36L98.56 829.18' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.43 704.79L234.43 704.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.43 704.79L237.17 796.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M237.17 796.37L237.17 796.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M237.17 796.37L381.49 703.91' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M237.17 796.37L410.51 835.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M247.86 1001.25L247.86 1001.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M247.86 1001.25L230.34 1093.87' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M247.86 1001.25L347.57 956.88' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M247.86 1001.25L237.17 796.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M230.34 1093.87L230.34 1093.87' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M381.49 703.91L381.49 703.91' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M381.49 703.91L410.51 835.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M381.49 703.91L234.43 704.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.51 835.33L410.51 835.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.51 835.33L490.85 831.29' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.51 835.33L347.57 956.88' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.51 835.33L531.88 998.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.51 835.33L525.95 649.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M347.57 956.88L347.57 956.88' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M388.23 1158.01L388.23 1158.01' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M388.23 1158.01L514.95 1144.21' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M388.23 1158.01L230.34 1093.87' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M513.81 562.05L513.81 562.05' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M513.81 562.05L525.95 649.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M513.81 562.05L381.49 703.91' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M513.81 562.05L695.82 695.51' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M513.81 562.05L663.34 390.52' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.95 649.33L525.95 649.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.95 649.33L381.49 703.91' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.95 649.33L695.82 695.51' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.95 649.33L490.85 831.29' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.95 649.33L665.43 806.89' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M490.85 831.29L490.85 831.29' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M490.85 831.29L381.49 703.91' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M490.85 831.29L531.88 998.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M490.85 831.29L665.43 806.89' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M531.88 998.03L531.88 998.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M531.88 998.03L642.63 1090.51' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M531.88 998.03L514.95 1144.21' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M531.88 998.03L708.54 973.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M514.95 1144.21L514.95 1144.21' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M514.95 1144.21L642.63 1090.51' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M514.95 1144.21L347.57 956.88' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M514.95 1144.21L708.54 973.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.34 390.52L663.34 390.52' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.34 390.52L843.82 383.19' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.34 390.52L823.1 489.12' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.34 390.52L525.95 649.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M695.82 695.51L695.82 695.51' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M695.82 695.51L665.43 806.89' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M695.82 695.51L829.64 851.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.43 806.89L665.43 806.89' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.43 806.89L829.64 851.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.43 806.89L708.54 973.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.43 806.89L820.24 967.07' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.54 973.93L708.54 973.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.54 973.93L820.24 967.07' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.54 973.93L642.63 1090.51' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.54 973.93L798.47 1107.23' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.54 973.93L829.64 851.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M642.63 1090.51L642.63 1090.51' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M642.63 1090.51L798.47 1107.23' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.82 383.19L843.82 383.19' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.82 383.19L823.1 489.12' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.82 383.19L1001.24 350.81' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.82 383.19L1010.85 511.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.82 383.19L1098.07 339.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M823.1 489.12L823.1 489.12' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M823.1 489.12L1010.85 511.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M829.64 851.7L829.64 851.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M829.64 851.7L820.24 967.07' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M829.64 851.7L970.45 789.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.24 967.07L820.24 967.07' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.24 967.07L956.5 1002.94' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.24 967.07L798.47 1107.23' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.24 967.07L642.63 1090.51' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M798.47 1107.23L798.47 1107.23' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M798.47 1107.23L957.15 1140.78' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M798.47 1107.23L956.5 1002.94' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.01 -56.52L984.01 -56.52' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.01 -56.52L1118.73 -89.05' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.01 -56.52L999.66 85.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.01 -56.52L1091.29 101.48' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.01 -56.52L1274.34 -89.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.01 -56.52L1254.55 63.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.66 85.39L999.66 85.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.66 85.39L1091.29 101.48' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.66 85.39L1090.98 246.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.66 85.39L1118.73 -89.05' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.24 350.81L1001.24 350.81' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.24 350.81L1098.07 339.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.24 350.81L1090.98 246.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.85 511.49L1010.85 511.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.85 511.49L1095.29 510.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.85 511.49L1001.24 350.81' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.85 511.49L1009.54 678.64' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1009.54 678.64L1009.54 678.64' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1009.54 678.64L970.45 789.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1009.54 678.64L1144.03 643.22' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1009.54 678.64L1119.26 823.4' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1009.54 678.64L1095.29 510.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M970.45 789.41L970.45 789.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M970.45 789.41L1119.26 823.4' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M956.5 1002.94L956.5 1002.94' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M956.5 1002.94L957.15 1140.78' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M956.5 1002.94L1087.93 1137.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.15 1140.78L957.15 1140.78' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.15 1140.78L1087.93 1137.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.15 1140.78L820.24 967.07' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.15 1140.78L1147.07 950.06' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.15 1140.78L708.54 973.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1118.73 -89.05L1118.73 -89.05' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1118.73 -89.05L1274.34 -89.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1118.73 -89.05L1091.29 101.48' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1118.73 -89.05L1254.55 63.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1118.73 -89.05L1447.9 -81.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.29 101.48L1091.29 101.48' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.29 101.48L1090.98 246.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.29 101.48L1254.55 63.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1090.98 246.97L1090.98 246.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1090.98 246.97L1098.07 339.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1098.07 339.93L1098.07 339.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.29 510.93L1095.29 510.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.29 510.93L1144.03 643.22' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.03 643.22L1144.03 643.22' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.03 643.22L1265.95 672.31' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.03 643.22L1252.89 525.94' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.03 643.22L1119.26 823.4' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1119.26 823.4L1119.26 823.4' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1119.26 823.4L1147.07 950.06' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1119.26 823.4L1246.01 851.08' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1147.07 950.06L1147.07 950.06' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1147.07 950.06L1246.01 851.08' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1087.93 1137.59L1087.93 1137.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1087.93 1137.59L1261.52 1121.07' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1087.93 1137.59L1147.07 950.06' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1087.93 1137.59L798.47 1107.23' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1087.93 1137.59L1401.57 1135.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.34 -89.93L1274.34 -89.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.34 -89.93L1254.55 63.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.34 -89.93L1447.9 -81.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.34 -89.93L1409.71 108.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.34 -89.93L1091.29 101.48' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1254.55 63.45L1254.55 63.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1254.55 63.45L1409.71 108.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.93 401.09L1305.93 401.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.93 401.09L1417.6 383.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.93 401.09L1252.89 525.94' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.93 401.09L1389.63 561.12' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1252.89 525.94L1252.89 525.94' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1252.89 525.94L1389.63 561.12' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1265.95 672.31L1265.95 672.31' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1265.95 672.31L1252.89 525.94' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1265.95 672.31L1389.63 561.12' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1265.95 672.31L1246.01 851.08' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1265.95 672.31L1399.7 801.17' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1246.01 851.08L1246.01 851.08' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1261.52 1121.07L1261.52 1121.07' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1261.52 1121.07L1401.57 1135.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1261.52 1121.07L1147.07 950.06' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1261.52 1121.07L1394.89 942.38' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1447.9 -81.9L1447.9 -81.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1447.9 -81.9L1539.92 -89.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1409.71 108.49L1409.71 108.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1409.71 108.49L1421.78 205.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1409.71 108.49L1560.35 215.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1409.71 108.49L1597.12 99.01' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1409.71 108.49L1447.9 -81.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1409.71 108.49L1539.92 -89.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1421.78 205.79L1421.78 205.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1421.78 205.79L1560.35 215.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1421.78 205.79L1417.6 383.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1421.78 205.79L1597.12 99.01' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1421.78 205.79L1254.55 63.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1421.78 205.79L1305.93 401.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1417.6 383.92L1417.6 383.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1389.63 561.12L1389.63 561.12' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1389.63 561.12L1417.6 383.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1399.7 801.17L1399.7 801.17' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1399.7 801.17L1394.89 942.38' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1399.7 801.17L1246.01 851.08' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1399.7 801.17L1572.23 832.13' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1399.7 801.17L1579.59 668.19' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1399.7 801.17L1389.63 561.12' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1394.89 942.38L1394.89 942.38' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1394.89 942.38L1554.74 1004.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1394.89 942.38L1246.01 851.08' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1394.89 942.38L1401.57 1135.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.57 1135.25L1401.57 1135.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.57 1135.25L1598.47 1100.13' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1539.92 -89.1L1539.92 -89.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1539.92 -89.1L1597.12 99.01' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1539.92 -89.1L1274.34 -89.93' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1539.92 -89.1L1560.35 215.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1597.12 99.01L1597.12 99.01' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1597.12 99.01L1560.35 215.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1597.12 99.01L1447.9 -81.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1560.35 215.49L1560.35 215.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1560.35 215.49L1599.69 386.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1599.69 386.16L1599.69 386.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1599.69 386.16L1417.6 383.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1599.69 386.16L1421.78 205.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1579.59 668.19L1579.59 668.19' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1579.59 668.19L1572.23 832.13' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1579.59 668.19L1389.63 561.12' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1579.59 668.19L1599.69 386.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.23 832.13L1572.23 832.13' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.23 832.13L1554.74 1004.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1554.74 1004.2L1554.74 1004.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1554.74 1004.2L1598.47 1100.13' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1598.47 1100.13L1598.47 1100.13' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-109.62' cy='706.87' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='-37.65' cy='843.54' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='-95.66' cy='1128.21' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='91.51' cy='671.89' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='98.56' cy='829.18' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='83.89' cy='989.84' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='58.51' cy='1106.36' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='234.43' cy='704.79' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='237.17' cy='796.37' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='247.86' cy='1001.25' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='230.34' cy='1093.87' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='381.49' cy='703.91' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='410.51' cy='835.33' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='347.57' cy='956.88' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='388.23' cy='1158.01' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='513.81' cy='562.05' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='525.95' cy='649.33' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='490.85' cy='831.29' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='531.88' cy='998.03' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='514.95' cy='1144.21' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='663.34' cy='390.52' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='695.82' cy='695.51' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='665.43' cy='806.89' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='708.54' cy='973.93' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='642.63' cy='1090.51' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='843.82' cy='383.19' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='823.1' cy='489.12' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='829.64' cy='851.7' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='820.24' cy='967.07' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='798.47' cy='1107.23' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='984.01' cy='-56.52' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='999.66' cy='85.39' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1001.24' cy='350.81' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1010.85' cy='511.49' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1009.54' cy='678.64' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='970.45' cy='789.41' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='956.5' cy='1002.94' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='957.15' cy='1140.78' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1118.73' cy='-89.05' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1091.29' cy='101.48' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1090.98' cy='246.97' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1098.07' cy='339.93' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1095.29' cy='510.93' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1144.03' cy='643.22' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1119.26' cy='823.4' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1147.07' cy='950.06' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1087.93' cy='1137.59' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1274.34' cy='-89.93' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1254.55' cy='63.45' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1305.93' cy='401.09' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1252.89' cy='525.94' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1265.95' cy='672.31' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1246.01' cy='851.08' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1261.52' cy='1121.07' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1447.9' cy='-81.9' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1409.71' cy='108.49' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1421.78' cy='205.79' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1417.6' cy='383.92' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1389.63' cy='561.12' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1399.7' cy='801.17' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1394.89' cy='942.38' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1401.57' cy='1135.25' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1539.92' cy='-89.1' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1597.12' cy='99.01' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1560.35' cy='215.49' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1599.69' cy='386.16' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1579.59' cy='668.19' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1572.23' cy='832.13' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1554.74' cy='1004.2' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1598.47' cy='1100.13' fill='%23132e65'%3e%3c/circle%3e%3cpath d='M73.28 813.12L73.28 813.12' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M73.28 813.12L-79.68 804.74' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M73.28 813.12L189.99 943.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M73.28 813.12L250.4 860.16' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M73.28 813.12L101.28 994.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M101.28 994.33L101.28 994.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M101.28 994.33L189.99 943.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M101.28 994.33L48.03 1096.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M250.4 860.16L250.4 860.16' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M250.4 860.16L189.99 943.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M250.4 860.16L389.05 983.6' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M562.43 835.23L562.43 835.23' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M562.43 835.23L685.81 814.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M562.43 835.23L533.23 712.05' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M562.43 835.23L665.8 697.18' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M495.44 1008.34L495.44 1008.34' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M495.44 1008.34L389.05 983.6' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M495.44 1008.34L517.52 1124.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M495.44 1008.34L406.16 1156.56' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M517.52 1124.38L517.52 1124.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M517.52 1124.38L406.16 1156.56' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M517.52 1124.38L689.58 1130.48' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.8 697.18L665.8 697.18' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.8 697.18L685.81 814.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.8 697.18L533.23 712.05' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.5 652.18L1001.5 652.18' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.5 652.18L851.87 666.13' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.5 652.18L950.74 489.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.5 652.18L1095.1 799.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.5 652.18L962.6 832.98' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.5 652.18L821.4 800.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.43 357.36L1132.43 357.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.43 357.36L1143.26 253.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.43 357.36L1246.98 379.1' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.43 357.36L1238.13 191.43' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.43 357.36L950.74 489.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1126.32 1005.56L1126.32 1005.56' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1126.32 1005.56L1245.52 1007.13' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1126.32 1005.56L1153.09 1135.46' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.09 1135.46L1153.09 1135.46' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.09 1135.46L1280.59 1143.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.09 1135.46L1245.52 1007.13' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1281.8 -49.36L1281.8 -49.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1281.8 -49.36L1153.45 -48.79' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1281.8 -49.36L1299.9 84.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1281.8 -49.36L1423.35 -92.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1281.8 -49.36L1428.46 98.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1279.87 556.55L1279.87 556.55' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1279.87 556.55L1248.05 659.31' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1279.87 556.55L1428.2 497.8' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1423.35 -92.21L1423.35 -92.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1423.35 -92.21L1550.17 -94.62' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1550.17 -94.62L1550.17 -94.62' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1598.52 197.66L1598.52 197.66' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1598.52 197.66L1546.01 83.61' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1598.52 197.66L1425.62 187.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.75 968.52L1581.75 968.52' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.75 968.52L1541.45 1111.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.75 968.52L1581.1 816.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.75 968.52L1399.29 956.64' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.75 968.52L1456.38 1102.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.75 968.52L1401.79 838.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1541.45 1111.97L1541.45 1111.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1541.45 1111.97L1456.38 1102.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1541.45 1111.97L1399.29 956.64' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1541.45 1111.97L1280.59 1143.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1541.45 1111.97L1581.1 816.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-79.68 804.74L-79.68 804.74' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-79.68 804.74L-45.52 991.61' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.52 991.61L-45.52 991.61' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.52 991.61L-110.24 1104.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.52 991.61L48.03 1096.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.52 991.61L101.28 994.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.52 991.61L73.28 813.12' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-110.24 1104.21L-110.24 1104.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-110.24 1104.21L48.03 1096.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-110.24 1104.21L101.28 994.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-110.24 1104.21L-79.68 804.74' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M48.03 1096.71L48.03 1096.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189.99 943.26L189.99 943.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.44 1102.51L226.44 1102.51' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.44 1102.51L189.99 943.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.44 1102.51L101.28 994.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.05 983.6L389.05 983.6' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.05 983.6L406.16 1156.56' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.05 983.6L517.52 1124.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.05 983.6L226.44 1102.51' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.05 983.6L189.99 943.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M406.16 1156.56L406.16 1156.56' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M533.23 712.05L533.23 712.05' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M533.23 712.05L685.81 814.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M533.23 712.05L495.44 1008.34' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M533.23 712.05L821.4 800.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M685.81 814.69L685.81 814.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M685.81 814.69L821.4 800.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M685.81 814.69L695.22 967.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M695.22 967.69L695.22 967.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M695.22 967.69L837.22 946.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M689.58 1130.48L689.58 1130.48' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M689.58 1130.48L818.08 1114.63' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M689.58 1130.48L695.22 967.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M851.87 666.13L851.87 666.13' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M851.87 666.13L821.4 800.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M851.87 666.13L665.8 697.18' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M851.87 666.13L962.6 832.98' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M821.4 800.38L821.4 800.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M821.4 800.38L962.6 832.98' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M821.4 800.38L837.22 946.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M837.22 946.81L837.22 946.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M837.22 946.81L941.28 938.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M818.08 1114.63L818.08 1114.63' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.74 489.73L950.74 489.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.74 489.73L851.87 666.13' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.74 489.73L1143.26 253.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.74 489.73L1246.98 379.1' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.74 489.73L1279.87 556.55' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M962.6 832.98L962.6 832.98' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M962.6 832.98L941.28 938.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M962.6 832.98L1095.1 799.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M941.28 938.99L941.28 938.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M941.28 938.99L978.04 1097.46' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M941.28 938.99L821.4 800.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M978.04 1097.46L978.04 1097.46' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M978.04 1097.46L818.08 1114.63' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M978.04 1097.46L1126.32 1005.56' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M978.04 1097.46L1153.09 1135.46' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.45 -48.79L1153.45 -48.79' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.45 -48.79L1299.9 84.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.45 -48.79L1238.13 191.43' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.45 -48.79L1423.35 -92.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.45 -48.79L1143.26 253.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1153.45 -48.79L1428.46 98.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.26 253.4L1143.26 253.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.26 253.4L1238.13 191.43' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.26 253.4L1246.98 379.1' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.26 253.4L1299.9 84.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.26 253.4L1425.62 187.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.1 799.72L1095.1 799.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.1 799.72L1261.69 813.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.1 799.72L941.28 938.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1299.9 84.26L1299.9 84.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1299.9 84.26L1238.13 191.43' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1299.9 84.26L1428.46 98.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1238.13 191.43L1238.13 191.43' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1246.98 379.1L1246.98 379.1' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1246.98 379.1L1279.87 556.55' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1248.05 659.31L1248.05 659.31' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1248.05 659.31L1261.69 813.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1248.05 659.31L1417.36 692.95' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1261.69 813.69L1261.69 813.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1261.69 813.69L1401.79 838.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1245.52 1007.13L1245.52 1007.13' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1245.52 1007.13L1280.59 1143.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1245.52 1007.13L1399.29 956.64' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1280.59 1143.59L1280.59 1143.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1280.59 1143.59L1456.38 1102.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1428.46 98.81L1428.46 98.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1428.46 98.81L1425.62 187.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1428.46 98.81L1546.01 83.61' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1428.46 98.81L1423.35 -92.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1428.46 98.81L1598.52 197.66' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1425.62 187.77L1425.62 187.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.21 395.14L1451.21 395.14' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.21 395.14L1548.46 397.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.21 395.14L1428.2 497.8' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.21 395.14L1576.16 498.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.21 395.14L1246.98 379.1' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.21 395.14L1425.62 187.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.21 395.14L1279.87 556.55' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1428.2 497.8L1428.2 497.8' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1428.2 497.8L1576.16 498.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1428.2 497.8L1548.46 397.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1417.36 692.95L1417.36 692.95' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1417.36 692.95L1401.79 838.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1417.36 692.95L1564.62 659.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1417.36 692.95L1279.87 556.55' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.79 838.47L1401.79 838.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.79 838.47L1399.29 956.64' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.79 838.47L1581.1 816.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1399.29 956.64L1399.29 956.64' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1399.29 956.64L1456.38 1102.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1456.38 1102.73L1456.38 1102.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1546.01 83.61L1546.01 83.61' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1546.01 83.61L1425.62 187.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1546.01 83.61L1550.17 -94.62' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.46 397.73L1548.46 397.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.46 397.73L1576.16 498.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.46 397.73L1598.52 197.66' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.46 397.73L1425.62 187.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.46 397.73L1564.62 659.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1576.16 498.36L1576.16 498.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1576.16 498.36L1564.62 659.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1576.16 498.36L1417.36 692.95' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.62 659.81L1564.62 659.81' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.62 659.81L1581.1 816.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.62 659.81L1428.2 497.8' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.62 659.81L1401.79 838.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.1 816.99L1581.1 816.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.1 816.99L1417.36 692.95' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='73.28' cy='813.12' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='101.28' cy='994.33' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='250.4' cy='860.16' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='562.43' cy='835.23' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='495.44' cy='1008.34' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='517.52' cy='1124.38' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='665.8' cy='697.18' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1001.5' cy='652.18' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1132.43' cy='357.36' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1126.32' cy='1005.56' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1153.09' cy='1135.46' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1281.8' cy='-49.36' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1279.87' cy='556.55' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1423.35' cy='-92.21' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1550.17' cy='-94.62' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1598.52' cy='197.66' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1581.75' cy='968.52' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1541.45' cy='1111.97' fill='url(%26quot%3b%23SvgjsRadialGradient1009%26quot%3b)'%3e%3c/circle%3e%3ccircle r='5' cx='-79.68' cy='804.74' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='-45.52' cy='991.61' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='-110.24' cy='1104.21' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='48.03' cy='1096.71' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='189.99' cy='943.26' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='226.44' cy='1102.51' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='389.05' cy='983.6' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='406.16' cy='1156.56' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='533.23' cy='712.05' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='685.81' cy='814.69' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='695.22' cy='967.69' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='689.58' cy='1130.48' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='851.87' cy='666.13' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='821.4' cy='800.38' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='837.22' cy='946.81' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='818.08' cy='1114.63' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='950.74' cy='489.73' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='962.6' cy='832.98' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='941.28' cy='938.99' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='978.04' cy='1097.46' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1153.45' cy='-48.79' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1143.26' cy='253.4' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1095.1' cy='799.72' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1299.9' cy='84.26' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1238.13' cy='191.43' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1246.98' cy='379.1' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1248.05' cy='659.31' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1261.69' cy='813.69' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1245.52' cy='1007.13' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1280.59' cy='1143.59' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1428.46' cy='98.81' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1425.62' cy='187.77' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1451.21' cy='395.14' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1428.2' cy='497.8' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1417.36' cy='692.95' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1401.79' cy='838.47' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1399.29' cy='956.64' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1456.38' cy='1102.73' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1546.01' cy='83.61' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1548.46' cy='397.73' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1576.16' cy='498.36' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1564.62' cy='659.81' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1581.1' cy='816.99' fill='%238b9ad9'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1008'%3e%3crect width='1440' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient id='SvgjsRadialGradient1009'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%231735b3' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(23%2c 53%2c 179%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");


  
    overflow: hidden;
    background-position-x: 400px;
  }
  .jwSubContainer{
  
  width: 100%;
  display: flex;
      justify-content: center;
      align-items: center;
  }
  
  
  .jwCard{
    margin: 25px 0px;
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
    border-radius: 24px;
   
    box-shadow: inset 0px 0px 14px black;
    padding: 20px;
    align-items: center;
    width: 80%;
      max-width: 400px;
  }

  .extend{
    max-width: 800px;
  }
  .jwContCenter{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }


  .jwFlexEnd{
    display: flex;
    justify-content: flex-end;
    width: 97%;
        overflow: hidden;
  }
  .jwFlexSpaceRound{
    display: flex;
    justify-content: space-around;
    align-items: center;
 
  }
  .jwFlexStart{
    display: flex;
    justify-content: flex-start;
    
  }
  
  .jwPaper{
    box-shadow: inset 0px 0px 4px black;
    padding: 5px;
    border-radius: 20px;
  }
  .jwseccionCard{
    margin: 15px 0px;
    display: flex;
    justify-content: center;
    flex-flow:column;
    align-items: center;
    
  }
  .jwPointer{
    cursor: pointer;
  }
  .jwCenter{
    justify-content: center;
    align-items: center;
  }
  .jwminiCard{
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    box-shadow: inset 1px -1px 1px;
    padding: 1px;
    font-size: 14px;
    text-align: center;
    padding: 2px;
  }
  .jwminiCard-v2{
    display: flex;
      justify-content: space-around;
      align-items: center;
      cursor: pointer;
      box-shadow: inset -2px -2px 1px;
    
      font-size: 14px;
      text-align: center;
      padding: 3px;
  }
  .jwminiCard-v2 p{
    width: 60%;
    margin: 0;
  }
  .jwminiCard p{
  width: 60%;
  margin: 0;
  }
  .desenfatizar{
  
    margin-top: 50px;
    width: 57%;
    border-radius: 13px;
  }
  .pocoPadding{
    padding: 4px;
  }
  .jwCard-style2{
    display: flex;
    justify-content: center;
    border-radius: 24px;
    box-shadow: 0px 12px 15px rgba(65, 143, 226, 0.54);
    padding: 2px;
    align-items: center;
    width: 98%;
    max-width: 800px;
    overflow: hidden;
    flex-flow: column;
  }
  .jwcomentario{
    text-align: center;
    background-color: white;
    margin: 10px;
    border-radius: 10px;
  }
  .jwminilogo{
    width: 25%;
    padding-top: 20px;
  }
  .loginbutton{
    
    margin: 10px 0;
    background-color: floralwhite;
    width: 75%;
  }
  
  .logFacebook{
    font-size: 15px;
    box-shadow: 0px 2px 13px grey;
    margin-top: 3px;
    width: 54%;
    cursor: pointer;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    background-color: #3c5995;
    border-radius: 12px;
    color: white;
    margin-bottom: 20px;
    min-width: 165px;
  }
  .logFacebook p{
   
    margin: 0px 10px;
  }
  
  
  
  .imagenboton{
    width: 30%;
    margin-bottom: 0;
    max-width: 120px;
  }
  .diferent{
   background-color: teal;
  }
  
  .full{
    width: 100%;
  }
  .imagenperfil{
    margin: 20px 0px;
    border-radius: 50%;
    width: 50%;
    max-width: 100px;
  }

  
  .jwIcofont{
    font-size: 75px;
      color: #007bff;
      box-shadow: 0px 0px 9px black;
      border-radius: 19px;
      padding: 8px;
      margin-bottom: 14px;
  
  }
  .jwJustifySpace{
    justify-content: space-around!important;
  }
  .jwContFlexCenter{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
  .contFlexSpaceB{
    display: flex;
    justify-content: space-between
    ;
  }
  .customInput{
    display: flex;
    align-items: center;
    margin:15px 0px;
    justify-content: center;
  }
  .contenidoForm{
    width: 100%;
  }
  .tituloArt{
    font-weight: 800;
      font-size: 23px;
      text-align: center;
  }
  .jwAlignCenter{
    text-align: center;
  }
  .textoArt{
  font-size: 18px;
  text-align: justify;
  }
  .seccionArt{
    width:100%;
  
    margin-top: 40px;
  }
  .contBotonLoading{
    display: flex;
    flex-flow: column;
    
  }
  .subtituloArt{
    font-weight:bolder;
    font-size:21px;
    text-align: center;
  }
  .jwbolder{
    font-weight:bolder;
  }
  .jwFlex{
    display: flex;
  }
  .jwFull{
    display: flex;
    width: 100%;
  }
  .jwColumn{
    flex-flow: column;
  }
  .jwContCard{
    padding: 20px;
  }
  .flex-end-jw{
    display: flex;
    justify-content: flex-end;
    width: 80%;
  }
  .botonperfil{
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 200px;
  
  }
  .botonperfil p{
   margin: 0;
    
  }
  .i3D{
    font-size: 30px!important;
      margin-left: 6px;
  
      border-radius: 50%;
      box-shadow: inset 1px 1px 3px;
      padding: 5px;
  }
  body {
      color: black;
      background: #f5f5f5;
    
      font-size: 18px;
      height: 100%;
      font-family: Georgia, 'Times New Roman', Times, serif;
      overflow-y: auto;
      overflow-x: hidden;
      margin: 0;
      width: 100vw;
     
  
  
  }
  .height-space{
    height: 80px;
  }
  .selectStyle{
    width: 200px;
  }
  .tituloprincipal{
    font-size: 40px;
  
    text-align: center;
  
  }
  .subTitulo{
    margin-top: 51px;
    font-size: 30px;
     
      text-align: center;
      font-style: italic;
      font-weight: bold;
      background: snow;
      border-radius: 10px;
   
  }
  
  
  .boton1{
    padding:8px;
      width: 140px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      background-color: darkturquoise;
      margin: 6px;
      box-shadow: -5px 5px 7px grey;
      color: darkslategray;
      transition: 0.5s;
      cursor: pointer;
      font-size:20px;
  
  }
  .boton1-deactive{
    padding:8px;
      width: 140px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      background-color:grey;
      margin: 6px;
      box-shadow: -5px 5px 7px grey;
      color: white;
      transition: 0.5s;
      font-size:18px;
  }
  
  .sinMargenTop{
    margin-top: 0;
  }
  .botonGeneral{
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
     padding: 12px;
    background-color: rgba(255, 255, 255, 1);
    color: black;
    border-left: 4px outset rgb(65, 143, 226);
    border-bottom: 2px outset rgb(6, 67, 125);
    box-shadow: -8px 10px 14px grey;
    border-radius: 10px;
    cursor:pointer;
    transition: 0.5s;
  
  }
  
  .botonGeneral:hover{
   color:rgb(65, 143, 226);
   box-shadow:  -1px -1px 23px grey;
   
  }
  
  
  .botonventa{
    margin-top: 15px;
        background-color: #048b0b;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
          0 2px 2px 0 rgba(0, 0, 0, 0.14),
          0 1px 5px 0 rgba(0, 0, 0, 0.12);
        color: #fff;
        transition: background-color 15ms linear,
          box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
      
        height: 36px;
        line-height: 2.25rem;
        font-family: Roboto, sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        border: none;
        border-radius: 15px;
    }
    
    .botonventaalt{
      margin-top: 15px;
          background-color:rgb(65, 143, 226);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
            0 2px 2px 0 rgba(0, 0, 0, 0.14),
            0 1px 5px 0 rgba(0, 0, 0, 0.12);
          color: #fff;
          transition: background-color 15ms linear,
            box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
        
          
          line-height: 2.25rem;
          font-family: Roboto, sans-serif;
          font-size: 0.875rem;
          font-weight: 500;
          letter-spacing: 0.06em;
          text-transform: uppercase;
          border: none;
          border-radius: 15px;
          width: 40%;
      }
    
  
  
    .botonventa2{
      width: 100%;
      margin-top: 15px;
      background-color: #11224d;
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
            0 2px 2px 0 rgba(0, 0, 0, 0.14),
            0 1px 5px 0 rgba(0, 0, 0, 0.12);
          color: #fff;
          transition: background-color 15ms linear,
            box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
        
         
          line-height: 2.25rem;
          font-family: Roboto, sans-serif;
       
          font-weight: 500;
          letter-spacing: 0.06em;
          text-transform: uppercase;
          border: none;
          border-radius: 15px;
          padding: 15px;
      font-size: 16px;
      }
      .botonventa-Enf{
        background-color: #004cd0!important
      }
      .jwW100percent{
        width: 100%;
      }
      .jwW80percent{
        width: 80%;
      }
      .jwWrap{
        flex-wrap: wrap;
      }
      .jwTextspecial{
        font-size: 15px;
      text-align: center;
      font-style: italic;
      }
      .jwW95percent{
        width: 95%;
      }
      .jwCFcolumncenter{
        display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
      }
      .fondoAdmin{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='2000' height='1484' preserveAspectRatio='none' viewBox='0 0 2000 1484'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1456%26quot%3b)' fill='none'%3e%3crect width='2000' height='1484' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1457%26quot%3b)'%3e%3c/rect%3e%3cpath d='M2000 0L1135.78 0L2000 197.02z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1135.78 0L2000 197.02L2000 346.24L737.67 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M737.6700000000001 0L2000 346.24L2000 585.26L345.2900000000001 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M345.28999999999996 0L2000 585.26L2000 1086.93L100.99999999999997 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 1484L646.49 1484L0 1085.41z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 1085.41L646.49 1484L1139.73 1484L0 714.23z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 714.23L1139.73 1484L1490.42 1484L0 297.39000000000004z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 297.3900000000001L1490.42 1484L1796.77 1484L0 174.7800000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1456'%3e%3crect width='2000' height='1484' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='6.45%25' y1='-8.69%25' x2='93.55%25' y2='108.69%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1457'%3e%3cstop stop-color='rgba(95%2c 87%2c 162%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(0%2c 147%2c 233%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
      
        padding-top: 8vh;
        display: flex;
        justify-content: center;
        background-position-x: center;
        padding-bottom: 100px;
      }
      .customPrinbar{
        height:100%
      }
      .contbarra {
        z-index: 10;
        position: fixed;
        display: flex;
        justify-content: space-around;
        bottom: 25px;
        width: 100%;
        padding-top: 4px;
        background: linear-gradient( 180deg , rgb(253 253 253 / 0%) -24%, rgb(249 249 249) 23%);
        left: 0px;
        height: 70px;
        bottom: 0px;
        padding-bottom: 2px;
        /* background: white; */
        border-top: 0.5px solid black;
    }
      .imgBarra{
        height:80%
      }
      .cont2Buttons{
        display: flex;
        justify-content: space-around;
        width: 37%;
        height: 100%;
        align-items: center;
      }
      .contImagen{
        height: 70%;
        display: flex;
        flex-flow: column;
        align-items: center;
        cursor: pointer;
      }
     
      .contImagen span{
        font-size: 10px;
        transition: 0.8s;
      }
      .barraSubcont{
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
      }
      .buttoncont{
        display: flex;
        flex-flow: column;
        align-items: center;
        height: 110%;
        margin-bottom: 16px;
      }
      .btnDropDowm{
        width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
      }
      .jwWrap{
        flex-wrap: wrap;
      }
      
     
      @media only screen and (min-width: 600px) {
     
        .subtituloArt{
          font-weight:bolder;
          font-size:23px;
        }
        .tituloArt{
          font-weight: 800;
            font-size: 28px;
        }
      }
      @media only screen and (min-width: 600px) {
        .seccionArt{
          width:90%;
        
          margin-top: 40px;
        }
      
      }
      @media only screen and (min-width: 950px) {
        .seccionArt{
          width:80%;
        
          margin-top: 40px;
        }
        .subtituloArt{
          font-weight:bolder;
          font-size:25px;
        }
        .tituloArt{
          font-weight: 800;
            font-size: 32px;
        }
        .fondoAdmin{
    
          background-position-x: 0;
        }
        .jwMainContainer{
          background-position-x: 0;
        }
      }
