@font-face {
    font-family: "Montserrat";
    src: url("../recursos/fonts/PTC55F.ttf");
}

body {
    font-family: Montserrat !important;
    color: #3e3e3e !important;
    display: block !important;
}

button,
input,
optgroup,
select,
textarea {
    font-family: Montserrat !important;
}

.header_img{
    width: 100%;
}

.header{
    height: 60px;
}

.verMob{
    display: none;
}

.desVer{
    display: none;
}

.desVer{
    background: url("../recursos/img/bgDesk.png");
    min-height: 1600px;
    background-repeat: repeat;
    background-size: cover;
}

.containerGeneral{
    width: 100%;
}

.footer2023{
    height: 200px;
    position: fixed;
    width: 100%;
    top: 90%;
    text-align: center;
    background-color: black;
    z-index: 3;
}

.footer2023 > div {
    padding-top: 15px;
}

/* Loading */

.loadingSpinner {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dotCircle .itemDot{
    background-size: 78% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bgTxtCat {
  width: 100%;
  /* margin-left: 5%; */
  height: 360px;
  margin-top: 15px;
  background: #6d6d6d10;
  /* filter: blur(3px); */
  backdrop-filter: blur(4px);
}

.infoCat{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.infoCat .p1{
    position: absolute;
    top: 20%;
    height: 20px;
    line-height: 20px;
    left: 45%;
    width: 50%;
        font-size: 18px;
        text-align: left;

}

.sigBtn{
        position: absolute;
    z-index: 9999999;
    width: 75px;
    top: 35px;
    right: 0;
    bottom: 0;
    left: 35px;
    margin-left: 165px;
    border: 1px solid white;
    height: 20px;
    color: white;
    border-radius: 7px;
    text-align: center;
}

.infoCat .p2{
    position: absolute;
    top: 46%;
        height: auto;
    line-height: 20px;
    left: 45%;
    width: 50%;
    font-weight: bold;
    font-size: 24px;
        text-align: left;
}

.infoCat .p2:after {
    content: "";
    position: absolute;
    border-top: 3px solid white;
    left: 0;
        bottom: -10px;
    width: 30%;
    height: 0px;
}

.infoCat .p3{
    position: absolute;
    top: 60%;
    height: 20px;
    line-height: 20px;
    left: 45%;
    width: 50%;
    font-size: 10px;
        text-align: left;
}

.infoCat .p4{
    position: absolute;
    top: 80%;
    line-height: 35px;
    /* height: 73px; */
    /* left: 29%; */
    width: 160px;
    border: 2px solid white;
    border-radius: 10px;
    height: 35px;
    cursor: pointer;
    /* transform: translateX(60%); */
    font-size: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.atrasInicio{
    cursor: pointer;
    z-index: 99999;
    position: relative;
}

.campos{
    margin-top: -25px;
    background: white;
    position: relative;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
}

/* Transparent Overlay */

.loadingSpinner:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}


/* :not(:required) hides these rules from IE9 and below */

.loadingSpinner:not(:required) {
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loadingSpinner:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

.loadingMSG {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 30px;
    z-index: 1001;
    color: white;
    left: 50%;
    margin-left: -45px;
}

.slider-wrapper {
  margin: 1rem;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 100px;
}

.slides-container {
  height: 150px;
  width: 100%;
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
  background-color: white;
  border: none;
  width: 2rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}

.slide-arrow:hover,
.slide-arrow:focus {
  opacity: 1;
}

#slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 2rem 2rem 0;
}

#slide-arrow-next {
  right: 0;
  padding-left: 0.75rem;
  border-radius: 2rem 0 0 2rem;
}

.slide {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.slide:nth-child(1) {
  background: url(../recursos/img/pasos-05.jpg);

}

.slide:nth-child(2) {
  background: url(../recursos/img/pasos-02.jpg);
}

.slide:nth-child(3) {
  background: url(../recursos/img/pasos-04.jpg);
  margin: 0;
}

.slide:nth-child(4) {
  background: url(../recursos/img/pasos-03.jpg);
}



/* Animation */

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

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

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

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



/* this is for canvas map */

#map_container,
#map {
    height: 400px;
    width: 100%;
}

.map_area {
    height: 100px;
    width: 100%;
}


.select2-container{
    width: 100% !important;
}

.subirArchivo {
    margin-top: 3%;
    margin-bottom: 5%;
}

.subirArchivo #fotoUsuario {
    display: none;
}

.subirArchivo span[role=button] {
    display: block;
    font-size: 1rem;
    padding: 8px 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 2px solid #265986;
    color: #ffffff;
    cursor: pointer;
    background-color: #265986;
    outline: none;
}

.subirArchivo span[role=button]:hover,
.subirArchivo span[role=button]:focus {
    box-shadow: 0 0 5px #595959;
    background-color: #183a57;
    border-color: #265986;
    outline: 2px solid transparent;
}

.subirArchivo .hide {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.subirArchivo input[type=text] {
    display: table-cell !important;
    margin-left: -5px !important;
    width: 45% !important;
    font-size: 1rem !important;
    padding: 8px 8px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: 2px solid #265986 !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    -webkit-box-sizing: border-box !important;
    height: 34px !important;
    margin: 0px 0px 0px -5px !important;
    box-sizing: border-box !important;
}

.subirArchivo input[type=text]:focus {
    box-shadow: 0 0 5px #595959;
    border-color: #265986;
    outline: 2px solid transparent;
}

.formulario{
    display: none;
}


.formulario input,
.formulario input[type="radio"] + label,
.formulario input[type="checkbox"] + label:before,
.formulario select option,
.formulario select {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.formulario input:focus {
  outline: 0;
  border-color: #bd8200;
}
.formulario input:focus + .input-icon i {
  color: #f0a500;
}
.formulario input:focus + .input-icon:after {
  border-right-color: #f0a500;
}
.formulario input[type="radio"] {
  display: none;
}
.formulario input[type="radio"] + label,
.formulario select {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
}
.formulario input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.formulario input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.formulario input[type="radio"] + label i {
  padding-right: 0.4em;
}
.formulario input[type="radio"]:checked + label,
.formulario input:checked + label:before,
.formulario select:focus,
.formulario select:active {
  background-color: #f0a500;
  color: #fff;
  border-color: #bd8200;
}
.formulario input[type="checkbox"] {
  display: none;
}
.formulario input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
.formulario input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
.formulario input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
.formulario input:checked + label:after {
  opacity: 1;
}
.formulario select {
  height: 3.4em;
  line-height: 2;
}
.formulario select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.formulario select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.formulario select:focus,
.formulario select:active {
  outline: 0;
}
.formulario select option {
  background-color: #f0a500;
  color: #fff;
}
.formulario .input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.formulario .input-group:before,
.formulario .input-group:after {
  content: "";
  display: table;
}
.formulario .input-group:after {
  clear: both;
}
.formulario .input-group-icon {
  position: relative;
  width: 80%;
    margin-left: 10%;

}

.formulario textarea{
    width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding-left: 4.4em;
    min-height: 100px;
    width: 100%;
    resize: vertical;
}

.formulario .input-group-icon input {
  padding-left: 4.4em;
}
.formulario .input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.formulario .input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.formulario .input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.formulario .container {
  max-width: 38em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.formulario .row {
  zoom: 1;
}
.formulario .row:before,
.formulario .row:after {
  content: "";
  display: table;
}
.formulario .row:after {
  clear: both;
}
.formulario .col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.formulario .col-half:last-of-type {
  padding-right: 0;
}
.formulario .col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.formulario .col-third:last-of-type {
  padding-right: 0;
}

p.estiloBtn {
    text-align: center;
    border: 2px solid black;
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
}

.estiloBtn2 {
    text-align: center;
    border: 2px solid black;
    width: 200px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
}


.enviadoTxt{
        font-size: 34px;
    font-weight: bold;
}

#preview{
    width: 80%;
}

.reporteEnviado{
    display: none;
}



/* Desk */
.reporteBox {
    background: #48485750;
    padding: 5% !important;
    backdrop-filter: blur(10px);
    color: white;
    padding-top: 10px !important;
    z-index: 2;
}

.desVer .form-line {
    width: 100%;
    display: block;
    position: relative;
    transition: .3s all ease;
    padding-top: 10px;
}
.desVer .form-line + .form-line {
    margin-top: 30px;
}
.desVer .form-line label {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 14px;
    font-weight: normal;
    color: white;
    transition: .3s all ease;
    z-index: 1;
}
.desVer .form-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid white;
    padding: 0 0 10px;
    font-size: 16px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: transparent;
    transition: .3s all ease;
    width: 100%;
}
.desVer textarea.form-input {
    resize: vertical;
}
.desVer .form-input:focus + label, 
.desVer .form-line label.top {
    font-size: 10px;
    top: -10px;
    color: white;
}
.desVer .form-input:focus {
    border-bottom-color: white;
}

.desVer .form-line.success .form-input {
    border-bottom-color: #35ca7c;
}
.desVer .form-line.error label {
    color: #f75e5e;
}
.desVer .form-line.error .form-input {
    color: #4e0c0c;
    border-bottom-color: #f75e5e;
}

#categoriaDesk{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
}

p.estiloBtnDesk {
    text-align: center;
    border: 2px solid white;
    width: 400px;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;

}


p.estiloBtnDesk:hover{
    background-color: white !important;
    color: black;
}

.footMob{
    display: none;
}

.footDesk{
    display: block;
    background-color: black;
    text-align: center;
    color: white;
}

.ol-attribution{
    display: none;
}

.menuDesk{
        position: fixed;
    right: 0%;
    top: 50%;
    width: 35vw;
    height: 300px;
    color: white;
        background-color: #00000080;
    backdrop-filter: blur(10px);
    padding-top: 25px;
    padding-left: 5%;
    z-index: 1;
}

.bgBuscador{
    background: url("../recursos/img/bgDark.png");
        background-size: contain;
        height: 200px;
}

.tituloOtrasPag{
    color: white;
    margin-top: 65px;
}

.search-bar-2{

    position: relative;
    width: 225px;
}

.search-bar-2 a {
    position: absolute;
    left: 85%;
    top: 5px;
    color: black;
}
.search-bar-2 input {
  font-size: 18px;
      border-radius: 12px;
}

p.resTxtBus {
    background: #e8e8e8;
    padding: 12px;
    border-radius: 7px;
    min-height: 100px;
}

@media only screen and (max-width: 540px) {
  .formulario .col-half {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (min-width: 968px) {

.estiloBtn2{
    float: left;

}

}

@media screen and (max-width: 968px) {
    .footer2023{
        background-color: white;
    }
    .footDesk{
        display: none;
    }
    .footMob{
        display: block;
    }
    .services {
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .services > * {
      flex-grow: 1;
    }
    .circle--rotate {
      border-radius: 50%;
      border: 1px #000000 solid;
      width: 43%;
      height: 43%;
      margin: 0 auto 0;
      position: relative;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      z-index: 0;
      padding: 0;
    }
    .circle--rotate > li {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      border-radius: 50%;
      z-index: 10;
      visibility: hidden;
    }
    .circle--rotate > li .icon {
      visibility: visible;
      cursor: pointer;
      text-align: center;
      overflow: hidden;
      font-size: 20px;
      color: #ffffff;
      border-radius: 50%;
      background-color: #000000;
      height: 10%;
      width: 10%;
      margin: -5% auto;
      transition: all 500ms ease;
      box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
    }
    .circle--rotate > li i {
      color: #ffffff;
      font-size: 24px;
      margin: auto;
      cursor: pointer;
      width: 100%;
      height: 100%;
      display: table;
    }
    .circle--rotate > li i::before {
      display: table-cell;
      vertical-align: middle;
    }
    .circle--rotate > li img {
      margin: auto;
    }

    .circle--slider {
      position: relative;
    }
    .circle--slider .rotate--circle {
      margin: 0 auto;
    }
    .circle--slider .circle--rotate > li div {
      position: relative;
      overflow: visible;
      background-color: #1F2845;
    }
    .circle--slider .circle--rotate > li div span {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: all 2s;
      opacity: 0;
    }
    .circle--slider .circle--rotate > li.active div {
      font-size: 20px;
      background-color: #654BE4;
      transition: all 1s;
    }
    .circle--slider .circle--rotate > li.active div span {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      z-index: -1;
      opacity: 1;
    }
    .circle--slider .circle--rotate > li.active div span:before {
      position: absolute;
      height: 1px;
      top: -50%;
      right: 140%;
      bottom: 0;
      margin: auto;
      content: "";
      width: 30%;
      height: 30%;
      -webkit-filter: blur(3px);
              filter: blur(3px);
      opacity: .7;
      border: 6px solid #F48E2A;
      z-index: -1;
    }
    .circle--slider .circle--rotate > li.active div span:after {
      position: absolute;
      height: 1px;
      top: 100%;
      left: 130%;
      bottom: 0;
      margin: auto;
      content: "";
      width: 40%;
      height: 40%;
      border-radius: 50%;
      opacity: .7;
      border: 8px solid #FE9290;
      z-index: 5;
    }
    .circle--slider .count2 li:nth-child(2) {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    .circle--slider .count3 li:nth-child(2) {
      -webkit-transform: rotate(120deg);
              transform: rotate(120deg);
    }
    .circle--slider .count3 li:nth-child(3) {
      -webkit-transform: rotate(240deg);
              transform: rotate(240deg);
    }
    .circle--slider .count4 li:nth-child(2) {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
    .circle--slider .count4 li:nth-child(3) {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    .circle--slider .count4 li:nth-child(4) {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    .circle--slider .count5 li:nth-child(2) {
      -webkit-transform: rotate(72deg);
              transform: rotate(72deg);
    }
    .circle--slider .count5 li:nth-child(3) {
      -webkit-transform: rotate(144deg);
              transform: rotate(144deg);
    }
    .circle--slider .count5 li:nth-child(4) {
      -webkit-transform: rotate(216deg);
              transform: rotate(216deg);
    }
    .circle--slider .count5 li:nth-child(5) {
      -webkit-transform: rotate(-72deg);
              transform: rotate(-72deg);
    }
    .circle--slider .count6 li:nth-child(2) {
      -webkit-transform: rotate(60deg);
              transform: rotate(60deg);
    }
    .circle--slider .count6 li:nth-child(3) {
      -webkit-transform: rotate(120deg);
              transform: rotate(120deg);
    }
    .circle--slider .count6 li:nth-child(4) {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    .circle--slider .count6 li:nth-child(5) {
      -webkit-transform: rotate(240deg);
              transform: rotate(240deg);
    }
    .circle--slider .count6 li:nth-child(6) {
      -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
    }
    .circle--slider .count7 li:nth-child(2) {
      -webkit-transform: rotate(51.5deg);
              transform: rotate(51.5deg);
    }
    .circle--slider .count7 li:nth-child(3) {
      -webkit-transform: rotate(103deg);
              transform: rotate(103deg);
    }
    .circle--slider .count7 li:nth-child(4) {
      -webkit-transform: rotate(154.5deg);
              transform: rotate(154.5deg);
    }
    .circle--slider .count7 li:nth-child(5) {
      -webkit-transform: rotate(206deg);
              transform: rotate(206deg);
    }
    .circle--slider .count7 li:nth-child(6) {
      -webkit-transform: rotate(-103deg);
              transform: rotate(-103deg);
    }
    .circle--slider .count7 li:nth-child(7) {
      -webkit-transform: rotate(-51.5deg);
              transform: rotate(-51.5deg);
    }
    .circle--slider .count8 li:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    .circle--slider .count8 li:nth-child(3) {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
    .circle--slider .count8 li:nth-child(4) {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
    .circle--slider .count8 li:nth-child(5) {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    .circle--slider .count8 li:nth-child(6) {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
    }
    .circle--slider .count8 li:nth-child(7) {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    .circle--slider .count8 li:nth-child(8) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    .circle--slider .count9 li:nth-child(2) {
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg);
    }
    .circle--slider .count9 li:nth-child(3) {
      -webkit-transform: rotate(80deg);
              transform: rotate(80deg);
    }
    .circle--slider .count9 li:nth-child(4) {
      -webkit-transform: rotate(120deg);
              transform: rotate(120deg);
    }
    .circle--slider .count9 li:nth-child(5) {
      -webkit-transform: rotate(160deg);
              transform: rotate(160deg);
    }
    .circle--slider .count9 li:nth-child(6) {
      -webkit-transform: rotate(-160deg);
              transform: rotate(-160deg);
    }
    .circle--slider .count9 li:nth-child(7) {
      -webkit-transform: rotate(-120deg);
              transform: rotate(-120deg);
    }
    .circle--slider .count9 li:nth-child(8) {
      -webkit-transform: rotate(-80deg);
              transform: rotate(-80deg);
    }
    .circle--slider .count9 li:nth-child(9) {
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg);
    }
    .circle--slider .count10 li:nth-child(2) {
      -webkit-transform: rotate(36deg);
              transform: rotate(36deg);
    }
    .circle--slider .count10 li:nth-child(3) {
      -webkit-transform: rotate(72deg);
              transform: rotate(72deg);
    }
    .circle--slider .count10 li:nth-child(4) {
      -webkit-transform: rotate(108deg);
              transform: rotate(108deg);
    }
    .circle--slider .count10 li:nth-child(5) {
      -webkit-transform: rotate(144deg);
              transform: rotate(144deg);
    }
    .circle--slider .count10 li:nth-child(6) {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
    }
    .circle--slider .count10 li:nth-child(7) {
      -webkit-transform: rotate(-144deg);
              transform: rotate(-144deg);
    }
    .circle--slider .count10 li:nth-child(8) {
      -webkit-transform: rotate(-108deg);
              transform: rotate(-108deg);
    }
    .circle--slider .count10 li:nth-child(9) {
      -webkit-transform: rotate(-72deg);
              transform: rotate(-72deg);
    }
    .circle--slider .count10 li:nth-child(10) {
      -webkit-transform: rotate(-36deg);
              transform: rotate(-36deg);
    }
    .circle--slider .animate-wrapper {
      width: 25%;
      height: 25%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      border-radius: 50%;
    }
    .circle--slider .animate-title {
      color: #fff;
    }
    .circle--slider .animate-img {
      width: 25%;
      height: 25%;
      border-radius: 50%;
      overflow: hidden;
    }
    .circle--slider .animate-img .animate-img__in {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 50%;
      background-repeat: no-repeat;
      z-index: 3;
      -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
              transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
      transition: .55s ease-in-out;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-size: cover;
      box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
    }
    .circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .4s;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    height: 62px;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    .circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    .circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    .circle--slider .prev,
    .circle--slider .next {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      height: 62px;
      width: 87px;
      text-align: center;
      cursor: pointer;
    }
    .circle--slider .prev span,
    .circle--slider .next span {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      text-orientation: upright;
      font-weight: 700;
    }
    .circle--slider .prev {
      left: 250px;
    }
    .circle--slider .next {
      right: 250px;
    }
}

hr.lines {
    margin: auto;
    width: 100px;
    position: relative;
    border-top: 2px solid #0071bc;
    margin-top: 15px;
  box-sizing: content-box;
    height: 0;
    overflow: visible;
        margin-bottom: 20px;
}
hr.lines:before {
    position: absolute;
    content: "";
    display: inline-block;
  
    height: 10px;
    width: 10px;
    top: -7px;
    border: 6px solid #D6D8FF;
    border-radius: 50%;
    background: #0071bc;
    left: 45px;
    animation: pulse 2s infinite;
}
/* pules effect */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(70,118,250, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(70,118,250, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);
    box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(70,118,250, 0);
      box-shadow: 0 0 0 20px rgba(70,118,250, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(70,118,250, 0);
      box-shadow: 0 0 0 0 rgba(70,118,250, 0);
  }
}









