@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", sans-serif !important;
}
p{
    font-family: "Poppins", sans-serif !important;  
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif !important;  
   

}
.section-title {

}

.hs-form-fd944b72-3e51-4cb0-9037-5993b3fc8ec7_ff7b5e13-6fa0-4bfe-962c-9dc1427a10fd.submitted-message {
    font-size: 16px;
    color: #fff !important;
}

/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    left: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Buttons Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
    font-family: "Poppins", sans-serif;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    
}

.btn.btn-primary {
    color: var(--bs-white);
    font-family: "Poppins", sans-serif;
    border: none;
    z-index: 999;
}

.btn.btn-primary:hover {
    background: #032443;
    color: #fff;
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Topbar Start ***/

.topbar .dropdown-toggle::after {
    border: none;
    /**content: "\f107";**/
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: #fff;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.idioma{
    width: 20px;
}
.text-primary{
    color: #032443 !important;
}
.bg-bluelight{
    background-color: #4094cb;
}
.far{
    font-size: 20px;
}

.mapps{
  width: 640px;
  height: 1140px;
}

/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-right: 25px;
    /*** padding: 35px 0; ***/
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 200;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
}

.sticky-top.navbar-light .navbar-nav .nav-link:hover,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link:hover{
    padding: 20px 0;
    color: #032443;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: #fff;
    font-weight: 500;
}
.breadcrumb {
z-index: 99;
position: relative;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
    padding: 5px;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 65px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: #4094cb;
    color: var(--bs-white);
    
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #032443;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 14px;
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #FFF;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .logomobilen{
        display: none !important;
    }
    .logomobile{
        display: block !important;
    }
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: #4094cb;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }
    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
      color: #182640;
      font-weight: 500;
  }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #4094cb;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #4094cb;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: #4094cb;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
    
}


@media (max-width: 667px) {
   
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #182640;
    font-weight: 500;
} 
#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 22px !important;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 30px;
  }
  .fs-5 {
    font-size: 15px !important;
}
#section-1 .content-slider nav .controls label span.text {
    font-size: 8px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#section-1 .content-slider nav .controls {
    display: block;
    width: 100% !important;
    margin: 0 auto;
    color: #fff;
}

.mapps{
  width: 310px;
}

.section-title {
   width: 50%;
}

.pspan{
  font-size: 16px;
}
}
/** Carousel Principal **/
.breadcrumb-item a{
  color: #fff !important;
  font-weight: 150;
  font-size: 13px;
}
.breadcrumb-item.active {
  color: #4094cb !important;
  font-weight: bold;
  font-size: 13px;
}
#section-1 {
    margin-top: 0px;
    height: 100vh;
    min-height: 700px;
    color: #fff;
    background-color: #222;
    position: relative;
  }
  #section-1 .content-slider {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #section-1 .content-slider input {
    display: none;
  }
  #section-1 .content-slider .slider {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
  }
  #section-1 .content-slider .slider .banner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: inherit;
    height: inherit;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s ease;
  }
  #section-1 .more-info {
    margin-top: 60px;
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 61px;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 130px;
    display: inline-block;
  }
  #section-1 .more-info i {
    color: #22b3c1;
    font-size: 24px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    border: 1px solid #22b3c1;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
  }
  #section-1 .more-info h4 {
    text-align: left;
    font-size: 20px;
    color: #22b3c1;
    font-weight: 700;
    line-height: 28px;
  }
  #section-1 .more-info h4 span {
    font-size: 15px;
    color: #afafaf;
    font-weight: 400;
  }
  #section-1 .main-button {
    margin-top: 8px;
    text-align: right;
  }
  #section-1 .main-button a:hover {
    background-color: #22b3c1;
    border-color: #22b3c1;
    color: #fff;
    opacity: 0.8;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    height: 100%;
    box-sizing: border-box;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .main-caption {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
    color: #22b3c1;
    border-color: #22b3c1;
    transition: 0.3s;
  }
  #section-1 .content-slider .slider #top-banner-1 {
    background: url('../img/bann.png') no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-2 {
    background: url('../img/bann2.png') no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-3 {
    background: url('../img/bann3.png') no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-4 {
    background: url('../img/bann4.png') no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider nav {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 10;
    text-align: center;
  }
  #section-1 .content-slider nav .controls {
    display: block;
    width: 70%;
    margin: 0 auto;
    color: #fff;
  }
  #section-1 .content-slider nav .controls label {
    position: relative;
    display: inline-block;
    width: 19.5%;
    height: 3.1em;
    overflow: hidden;
    margin: 0 1em;
    padding-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    color: #f6eac5;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
  }
  #section-1 .content-slider nav .controls label .progressbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #f6eac5;
    z-index: 100;
  }
  #section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
    position: inherit;
    width: inherit;
    height: inherit;
    margin-left: -100%;
    background: #22b3c1;
  }
  #section-1 .content-slider nav .controls label span.text {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  #section-1 .content-slider nav .controls label:hover {
    color: #22b3c1;
  }
  #section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
  #section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
  #section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
  #section-1 .content-slider #banner4:checked ~ .slider #top-banner-4 {
    opacity: 1;
    z-index: 1;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
    cursor: default;
    color: #fff;
    transition: all 0.5s;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
    background: #fff;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
    animation: progressBarFill 5s linear;
  }
  /* Animations */
  @keyframes progressBarFill {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0;
    }
  }
 .justifiytxt{
    text-align: justify;
 } 
 .imgcardso{
    width: 50px;
    padding-bottom: 20px;
 }
 .pcard{
    font-size: 14px;
 }
 .pcard1 {
  font-size: 12px;
  padding: 10px;
  color:#032443; 
}
 .section-title-a {
    position: relative;
    display: inline-block;
}
.section-title-a::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #4094cb;
}
  .section-title {
    position: relative;
    display: inline-block;
}
.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #4094cb;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #4094cb;
}
.mcontact{
    background: rgb(61,147,204);
background: linear-gradient(90deg, rgba(61,147,204,1) 0%, rgba(23,38,63,1) 100%);
}

.bg-mv{
  background-image: url(../img/bg-testimonials.png);
  background-position: 50%;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bg-in {
  background-image: url(../img/bg-industrias.png);
  background-position: 50%;
  padding-top: 1.5rem !important;
  background-size:cover;
}
.title-mcontact{
    padding-top: 30px;
}
.info-mcontact{
    padding-bottom: 80px;
}
.mcontactimg{
    max-height: 300px;
    margin-top: 30px;
}
.mcontact-i{
    padding-top: 20px;
}
  .controls {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
  }
  .controls label {
    position: relative;
    display: inline-block;
    width: 19.5%;
    height: 3.1em;
    overflow: hidden;
    margin: 0 1em;
    padding-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    color: #f6eac5;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
  }
  .controls label .progressbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #f6eac5;
    z-index: 100;
  }
 .controls label .progressbar .progressbar-fill {
    position: inherit;
    width: inherit;
    height: inherit;
    margin-left: -100%;
    background: #22b3c1;
  }
  .controls label span.text {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .controls label:hover {
    color: #22b3c1;
  }


/*** Carousel Hero Header Start ***/

.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
        height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; opacity: 0.9;}
}

/*** Services ***/

  .lg-container {
  
    position: relative;
    margin: 1rem;
    padding: 0;
  }
  
  .lg-image {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
  }
  
  .lg-hotspot {
    position: absolute;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    z-index: 0;
    cursor: pointer;
  }
  .lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
    border-color: #fff;
  }
  .lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
    background-color: #fff;
  }
  .lg-hotspot--selected {
    z-index: 999;
  }
  .lg-hotspot--selected .lg-hotspot__label {
    opacity: 1;
  }
  .lg-hotspot__button {
    height: 48px;
    width: 48px;
    padding: 0px;
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 999;
    animation: button-pulse 2s ease-in-out infinite;
  }
  .lg-hotspot__button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    content: "";
    display: block;
    height: 16.8px;
    width: 16.8px;
    border-radius: 100%;
    border: 3px solid white;
    background-color: #fff;
    transition: border-color 1s linear;
  }
  .lg-hotspot__label {
    position: absolute;
    padding: 0 0 1.1em 0;
    width: 16em;
    max-width: 50vw;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(61,147,204,1) 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
    font-size: 14.5px;
    line-height: 1.45em;
    z-index: -1;
    pointer-events: none;
    border-radius: 2px;
    user-select: none;
    opacity: 0;
    transition: all 0.1s linear;
    text-align: center;
    padding-top: 20px;
  }
  .lg-hotspot__label h4 {
    margin: 0;
    padding: 0.65em 24px;
    background-color: #555;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: white;
    border-radius: 2px 2px 0 0;
  }
  .lg-hotspot__label p {
    margin: 0;
    padding: 1.1em 24px 0 24px;
    color: #182640;
    padding-bottom: 10px;
  }
  
  .lg-hotspot--top-left .lg-hotspot__label {
    top: 24px;
    left: 24px;
  }
  
  .lg-hotspot--top-right .lg-hotspot__label {
    top: 24px;
    right: 24px;
  }
  
  .lg-hotspot--bottom-right .lg-hotspot__label {
    right: 24px;
    bottom: 24px;
  }
  
  .lg-hotspot--bottom-left .lg-hotspot__label {
    bottom: 24px;
    left: 24px;
  }

  .btnplus{
    font-size:25px;
    padding-top: 20px;
  }

  .lg-hotspot__label a {
    font-size:25px;
    padding-top: 20px;
    
  }
  
  @keyframes button-pulse {
    0% {
      transform: scale(1, 1);
      opacity: 1;
    }
    40% {
      transform: scale(1.15, 1.15);
      opacity: 1;
    }
    100% {
      transform: scale(1, 1);
      opacity: 1;
    }
  }

  @media (max-width: 667px) {
    .lg-container {
  
        position: relative;
        margin: 1rem;
        padding: 0;
      }
      
      .lg-image {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: scale-down;
      }
      
      .lg-hotspot {
        position: absolute;
        margin: 0;
        padding: 0;
        transform: translate(-50%, -50%);
        z-index: 0;
        cursor: pointer;
      }
      .lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
        border-color: #fff;
      }
      .lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
        background-color: #fff;
      }
      .lg-hotspot--selected {
        z-index: 999;
      }
      .lg-hotspot--selected .lg-hotspot__label {
        opacity: 1;
      }
      .lg-hotspot__button {
        height: 3px;
        width: 3px;
        padding: 0px;
        border-radius: 100%;
        border: 1px solid #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        z-index: 999;
        animation: button-pulse 2s ease-in-out infinite;
      }
      .lg-hotspot__button:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        content: "";
        display: block;
        height: 12px;
        width: 12px;
        border-radius: 100%;
        border: 3px solid white;
        background-color: #fff;
        transition: border-color 1s linear;
      }
      .lg-hotspot__label {
        position: absolute;
        padding: 0 0 1.1em 0;
        width: 16em;
        max-width: 50vw;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(61,147,204,1) 100%);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        font-family: "Open Sans", sans-serif;
        font-size: 14.5px;
        line-height: 1.45em;
        z-index: -1;
        pointer-events: none;
        border-radius: 2px;
        user-select: none;
        opacity: 0;
        transition: all 0.1s linear;
        text-align: center;
        padding-top: 20px;
      }
      .lg-hotspot__label h6 {
        margin: 0;
        padding: 5px;
        font-size: 10px;
        font-weight: normal;
        letter-spacing: 0.02em;
        color: #182640;
        border-radius: 2px 2px 0 0;
      }
      .lg-hotspot__label p {
        margin: 0;
        padding: 5px;
        color: #182640;
        padding-bottom: 10px;
        font-size: 8px;
      }
      .imgcardso {
        width: 20px;
        padding-bottom: 20px;
    }
      .lg-hotspot--top-left .lg-hotspot__label {
        top: 24px;
        left: 24px;
      }
      
      .lg-hotspot--top-right .lg-hotspot__label {
        top: 24px;
        right: 24px;
      }
      
      .lg-hotspot--bottom-right .lg-hotspot__label {
        right: 24px;
        bottom: 24px;
      }
      
      .lg-hotspot--bottom-left .lg-hotspot__label {
        bottom: 24px;
        left: 24px;
      }
    
      .btnplus{
        font-size:25px;
        padding-top: 20px;
      }
      
      @keyframes button-pulse {
        0% {
          transform: scale(1, 1);
          opacity: 1;
        }
        40% {
          transform: scale(1.15, 1.15);
          opacity: 1;
        }
        100% {
          transform: scale(1, 1);
          opacity: 1;
        }
      }
}

/*** Btn Flotante ***/

#floating-button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3D93CC;
    position: fixed;
    bottom: 120px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
  }
  
  
  #container-floating{
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
  }
  
  #container-floating:hover{
    height: 400px;
    width: 90px;
    padding: 30px;
  }
  
  #container-floating:hover .plus{
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
  }
  .contacticon{
    color:#fff;
    position: absolute;
    line-height: 60px;
    font-size: 25px;
    animation: plus-out 0.3s;
    transition: all 0.3s;
    left: 0;
    right: 0;
    text-align: center;
  }
  
  .edit{
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
  }
  
  #container-floating:hover .contacticon{
    animation: edit-in 0.2s;
     animation-delay: 0.1s;
    animation-fill-mode: forwards;
    color: #fff;
  }
  
  @keyframes edit-in{
      from {opacity: 0; transform: rotateZ(-70deg);}
      to {opacity: 1; transform: rotateZ(0deg);}
  }
  
  @keyframes edit-out{
      from {opacity: 1; transform: rotateZ(0deg);}
      to {opacity: 0; transform: rotateZ(-70deg);}
  }
  
  @keyframes plus-in{
      from {opacity: 1; transform: rotateZ(0deg);}
      to {opacity: 0; transform: rotateZ(180deg);}
  }
  
  @keyframes plus-out{
      from {opacity: 0; transform: rotateZ(180deg);}
      to {opacity: 1; transform: rotateZ(0deg);}
  }
  
  .nds{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform:  scale(0);
    cursor: pointer;
  }
  
  .nd1{
    background: #4094cb;
    right: 40px;
    bottom: 190px;
    animation-delay: 0.2s;
      animation: bounce-out-nds 0.3s linear;
    animation-fill-mode:  forwards;
  }

  .nd2{
    background: #4094cb;
    right: 40px;
    bottom: 240px;
    animation-delay: 0.15s;
      animation: bounce-out-nds 0.15s linear;
    animation-fill-mode:  forwards;
  }
  
  .nd3{
    background: #4094cb;
    right: 40px;
    bottom: 290px;
    animation-delay: 0.15s;
      animation: bounce-out-nds 0.15s linear;
    animation-fill-mode:  forwards;
  }
  
  .nd4{
    background: #3D93CC;
    right: 40px;
    bottom: 240px;
    animation-delay: 0.1s;
      animation: bounce-out-nds 0.1s linear;
    animation-fill-mode:  forwards;
  }
  
  @keyframes bounce-nds{
      from {opacity: 0;}
      to {opacity: 1; transform: scale(1);}
  }
  
  @keyframes bounce-out-nds{
      from {opacity: 1; transform: scale(1);}
      to {opacity: 0; transform: scale(0);}
  }
  
  #container-floating:hover .nds{
    
    animation: bounce-nds 0.1s linear;
    animation-fill-mode:  forwards;
  }
  
  #container-floating:hover .nd3{
    animation-delay: 0.08s;
  }
  #container-floating:hover .nd4{
    animation-delay: 0.15s;
  }
  #container-floating:hover .nd5{
    animation-delay: 0.2s;
  }
  
  .letter{
    font-size: 23px;
    font-family: 'Roboto';
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
  }
  
  .reminder{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 40px;
    color:#fff;
    width: 20px;
  }
  
  .profile{
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }
  .mostrar {
     transition: 400ms;
     visibility: visible!important;
  
    opacity: 1!important;
  
   
  }

/*** Single Page Hero Header Start ***/

.bg-contacto {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_contacto.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-nosotros {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_nosotros.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-industrias {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_industrias.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-cloudservices {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_cloudservices.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-ciberseguridad {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_seguridadinformatica.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-industria40 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_industria40.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-infraestructura {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_infraestructura.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-sbiometricas {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_sbiometricas.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-sbdd {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_sbdd.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-ssoftware {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_ssoftware.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-trasladosydestrccion {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_trasladosydestrccion.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-unete{
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_unete.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-businesstech{
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_businesstechnology.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-outsourcing{
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_outsorucingtec.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-identify{
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_identify.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
.btn-aplicarv{
  font-size: 14px;
}
.job{
  font-size: 14px;
    position: relative;
    margin-bottom: .5rem;
    color: #032443;
}
/*** Service Start ***/

.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}


/*** Industrias Start ***/

.imgfeature {
  width: 90px;
  padding-bottom: 20px;
}
.imgfeatures {
  width: 50px;
  padding-bottom: 20px;
}
.imgfeaturen {
  width: 70px;
  padding-bottom: 20px;
}

.tarjetas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tarjeta {
	width: 400px;
	margin: 1rem;

	perspective: 1000px;
	transform-style: preserve-3d;
}

.tarjeta .frontal,
.tarjeta .tracero {
	height: auto;
	min-height: 400px;
background-size: cover;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
color: #fff;
	font-size: 1.5rem;
	text-align: center;
backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.tarjeta .frontal {
  background: rgb(61,147,204);
background: linear-gradient(180deg, rgba(61,147,204,1) 0%, rgba(20,39,66,1) 100%);
  /* Posicion por defecto */
  transform: rotateY(0deg);
}
.tarjeta .tracero {
	width: 100%;
	background: rgb(61,147,204);
background: linear-gradient(180deg, rgba(61,147,204,1) 0%, rgba(20,39,66,1) 100%);
	top: 0;
	left: 0;
	position: absolute;
  /* Posicion por defecto */
	transform: rotateY(180deg);
}
/* Velocidad de trancicion */
.tarjeta:hover .frontal,
.tarjeta:hover .tracero {transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);}

/* Girar imagen */
.tarjeta:hover .frontal {transform: rotateY(-180deg);}
.tarjeta:hover .tracero {transform: rotateY(0deg);}


.tarjeta .contenido {
	width: 100%;
	position: absolute;
	padding: 12px;
	box-sizing: border-box;
	top: 50%;
	left: 0;
	perspective: inherit;
  /* Posicion de texto central */
	transform: translateY(-50%) translateZ(60px) scale(0.94);
}
.contenido h4 {
	font-size: 22px;
	position: relative;
	margin-bottom: .5rem;
  color: #fff;
}
.frontal .contenido p {
	font-size: 12px;
	position: relative;
	margin-bottom: .5rem;
}
.frontal .contenido hr {
	width: 4rem;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
.frontal .contenido span {color: rgba(255, 255, 255, 0.7);}
.tracero .contenido p {
	font-size: 12px;
	position: relative;
	margin-bottom: .5rem;
}


.tarjeta1 {
	width: 100%;
	margin: 1rem;
	perspective: 1000px;
	transform-style: preserve-3d;
}

.tarjeta1 .frontal1,
.tarjeta1 .tracero1 {
	height: 150px;
background-size: cover;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
color: #fff;
	font-size: 1.5rem;
	text-align: center;
backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.tarjeta1 .frontal1 {
  background: #fff;
transform: rotateY(0deg);
}
.tarjeta1 .tracero1 {
	width: 100%;
	background: rgb(61,147,204);
background: linear-gradient(180deg, rgba(61,147,204,1) 0%, rgba(20,39,66,1) 100%);
	top: 0;
	left: 0;
	position: absolute;
  /* Posicion por defecto */
	transform: rotateY(180deg);
}
/* Velocidad de trancicion */
.tarjeta1:hover .frontal1,
.tarjeta1:hover .tracero1 {transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);}

/* Girar imagen */
.tarjeta1:hover .frontal1 {transform: rotateY(-180deg);}
.tarjeta1:hover .tracero1 {transform: rotateY(0deg);}


.tarjeta1 .contenido {
	width: 100%;
	position: absolute;
	padding: 12px;
	box-sizing: border-box;
	top: 50%;
	left: 0;
	perspective: inherit;
  /* Posicion de texto central */
	transform: translateY(-50%) translateZ(60px) scale(0.94);
}
.contenido h4 {
	font-size: 22px;
	position: relative;
	margin-bottom: .5rem;
  color: #fff;
}
.frontal1 .contenido p {
	font-size: 12px;
	position: relative;
	margin-bottom: .5rem;
  color:#3D93CC;
}
.frontal1 .contenido hr {
	width: 4rem;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
.frontal1 .contenido span {color: rgba(255, 255, 255, 0.7);}
.tracero1 .contenido p {
	font-size: 12px;
	position: relative;
	margin-bottom: .5rem;
}


.tarjeta2 {
	width: 100%;
	margin: 1rem;
	perspective: 1000px;
	transform-style: preserve-3d;
}

.tarjeta2 .frontal2,
.tarjeta2 .tracero2 {
	height: 400px;
background-size: cover;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
color: #fff;
	font-size: 1.5rem;
	text-align: center;
backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.tarjeta2 .frontal2 {
  background: #fff;
transform: rotateY(0deg);
}
.tarjeta2 .tracero2 {
	width: 100%;
	background: rgb(61,147,204);
background: linear-gradient(180deg, rgba(61,147,204,1) 0%, rgba(20,39,66,1) 100%);
	top: 0;
	left: 0;
	position: absolute;
  /* Posicion por defecto */
	transform: rotateY(180deg);
}
/* Velocidad de trancicion */
.tarjeta2:hover .frontal2,
.tarjeta2:hover .tracero2 {transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);}

/* Girar imagen */
.tarjeta2:hover .frontal2 {transform: rotateY(-180deg);}
.tarjeta2:hover .tracero2 {transform: rotateY(0deg);}


.tarjeta2 .contenido {
	width: 100%;
	position: absolute;
	padding: 12px;
	box-sizing: border-box;
	top: 50%;
	left: 0;
	perspective: inherit;
  /* Posicion de texto central */
	transform: translateY(-50%) translateZ(60px) scale(0.94);
}
.contenido h4 {
	font-size: 22px;
	position: relative;
	margin-bottom: .5rem;
  color: #3D93CC;
}
.frontal2 .contenido p {
	font-size: 12px;
	position: relative;
	margin-bottom: .5rem;
  color:#3D93CC;
}
.frontal2 .contenido hr {
	width: 4rem;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
.frontal2 .contenido span {color: rgba(255, 255, 255, 0.7);}
.tracero2 .contenido p {
	font-size: 12px;
	position: relative;
	margin-bottom: .5rem;
}
.tracero2 .contenido h4 {
	font-size: 20px;
	position: relative;
	margin-bottom: .5rem;
  color:#fff;
}
.tarjeta3 {
	width: 100%;
	margin: 1rem;
	perspective: 1000px;
	transform-style: preserve-3d;
}

.tarjeta3 .frontal3,
.tarjeta3 .tracero3 {
	height: 400px;
background-size: cover;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
color: #fff;
	font-size: 1.5rem;
	text-align: center;
backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.tarjeta3 .frontal3 {
  background: #fff;
transform: rotateY(0deg);
}
.tarjeta3 .tracero3 {
	width: 100%;
	background: rgb(61,147,204);
background: linear-gradient(180deg, rgba(61,147,204,1) 0%, rgba(20,39,66,1) 100%);
	top: 0;
	left: 0;
	position: absolute;
  /* Posicion por defecto */
	transform: rotateY(180deg);
}
/* Velocidad de trancicion */
.tarjeta3:hover .frontal3,
.tarjeta3:hover .tracero3 {transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);}

/* Girar imagen */
.tarjeta3:hover .frontal3 {transform: rotateY(-180deg);}
.tarjeta3:hover .tracero3 {transform: rotateY(0deg);}


.tarjeta3 .contenido {
	width: 100%;
	position: absolute;
	padding: 12px;
	box-sizing: border-box;
	top: 50%;
	left: 0;
	perspective: inherit;
  /* Posicion de texto central */
	transform: translateY(-50%) translateZ(60px) scale(0.94);
}
.contenido h4 {
	font-size: 22px;
	position: relative;
	margin-bottom: .5rem;
  color: #3D93CC;
}
.contenido h5 {
    position: relative;
    margin-bottom: .5rem;
    color: #3D93CC;
}
.frontal3 .contenido p {
	font-size: 12px;
	position: relative;
	margin-bottom: .5rem;
  color:#3D93CC;
}
.frontal3 .contenido hr {
	width: 4rem;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
.frontal3 .contenido span {color: rgba(255, 255, 255, 0.7);}
.tracero3 .contenido p {
	font-size: 12px;
	position: relative;
	margin-bottom: .5rem;
}
.tracero3 .contenido h4 {
	font-size: 12px;
	position: relative;
	margin-bottom: .5rem;
  color:#fff;
}


/*** Testimonials Start ***/

.bg-testiominals{
    background-image: url(../img/bg-testimonials.png);
    background-position: 50%;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 150px; 
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    /* display: flex;
    justify-content: space-between;*/
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Slider Logos ***/

@keyframes slide{
    from{
      transform:translateX(0) ;
      
    }
    to{
      transform:translateX(-100%) ;
    
    }
  }
.logos{
    overflow:hidden;
    padding-top: 30px;
    padding-bottom: 10px;
    background:white;
    white-space:nowrap;
    position:relative;
  }
  
  .logos:before,
  .logos:after{
    content:"";
    position:absolute;
    top:0;
    width:250px;
    height:100%;
    z-index:2;
  }
  .logos:before{
    left:0;
    background:linear-gradient(to left, rgba(255,255,255,0), white);
  }
  .logos:after{
    right:0;
    background:linear-gradient(to right, rgba(255,255,255,0), white);
  }
  
  .logos:hover .logos-slide{
    animation-play-state:paused;
    
    
  }
  .logos-slide{
    display:inline-block;
    animation: 35s slide infinite linear;
  }
  .logos-slide img{
    height: 90px;
    margin: 0 40px;
  }


/*** Tweenty Start ***/

.twentytwenty-c{
  margin-bottom: 20px;
}

.twentytwenty-handle:before, .twentytwenty-handle:after {
  content: " ";
  display: block;
  width: 3px;
  background: white;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  height: 500px;
}
.twentytwenty-container img {
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
}
.twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

/*** Slider_servicios SI ***/

.mobi-wrap {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 700px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
}
.mobi-wrap > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap > div .float > .spans {
  height: 100%;
}
.mobi-wrap > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap > div .slider {
  min-height: 450px;
  position: relative;
}
.mobi-wrap > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
}
.mobi-wrap > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 50px;
}
.mobi-wrap > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap > div .actions button:focus {
  outline: none;
}
.mobi-wrap > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap > div .actions .duts {
  display: flex;
}
.mobi-wrap > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap {
    max-width: 100%;
        width: 400px;
        height: 750px;
 }
  .mobi-wrap > div .slider {
    min-height: 620px;
 }
 .tracero3 .contenido p {
  font-size: 8px;
  position: relative;
  margin-bottom: .5rem;
}
  .mobi-wrap > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
}
/*** Slider_servicios CS ***/

.mobi-wrap1 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 500px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
}
.mobi-wrap1 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap1 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap1 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap1 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap1 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap1 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap1 > div .float > .spans {
  height: 100%;
}
.mobi-wrap1 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap1 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap1 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap1 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap1 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap1 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap1 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap1 > div .slider {
  min-height: 450px;
  position: relative;
}
.mobi-wrap1 > div .slider > li { 
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap1 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap1 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap1 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap1 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap1 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap1 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap1 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap1 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap1 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
}
.mobi-wrap1 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 50px;
}
.mobi-wrap1 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap1 > div .actions button:focus {
  outline: none;
}
.mobi-wrap1 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap1 > div .actions .duts {
  display: flex;
}
.mobi-wrap1 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap1 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap1 {
    max-width: 100%;
        width: 400px;
        height: 650px;
        padding: 10px;
 }

  .mobi-wrap1 > div .slider {
    min-height: 510px;
 }
  
  .mobi-wrap1 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap1 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}
/*** Slider_servicios CS ***/

.mobi-wrap2 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 600px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 800px;
}
.mobi-wrap2 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap2 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap2 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap2 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap2 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap2 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap2 > div .float > .spans {
  height: 100%;
}
.mobi-wrap2 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap2 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap2 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap2 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap2 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap2 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap2 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap2 > div .slider {
  min-height: 630px;
  position: relative;
}
.mobi-wrap2 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap2 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap2 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap2 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap2 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap2 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap2 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap2 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap2 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap2 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap2 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap2 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap2 > div .actions button:focus {
  outline: none;
}
.mobi-wrap2 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap2 > div .actions .duts {
  display: flex;
}
.mobi-wrap2 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap2 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap2 {
    max-width: 100%;
        width: 400px;
        height: 950px;
        padding: 10px;
 }

  .mobi-wrap2 > div .slider {
    min-height: 850px;
 }
  
  .mobi-wrap2 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap2 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}

/*** Slider_servicios Sbio ***/

.mobi-wrap3 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 550px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 800px;
}
.mobi-wrap3 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap3 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap3 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap3 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap3 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap3 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap2 > div .float > .spans {
  height: 100%;
}
.mobi-wrap3 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap3 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap3 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap3 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap3 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap3 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap3 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap3 > div .slider {
  min-height: 630px;
  position: relative;
}
.mobi-wrap3 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap3 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap3 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap3 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap3 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap3 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap3 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap3 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap3 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap3 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap3 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap3 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap3 > div .actions button:focus {
  outline: none;
}
.mobi-wrap3 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap3 > div .actions .duts {
  display: flex;
}
.mobi-wrap3 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap3 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap3 {
    max-width: 100%;
        width: 400px;
        height: 950px;
        padding: 10px;
 }

  .mobi-wrap3 > div .slider {
    min-height: 850px;
 }
  
  .mobi-wrap3 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap3 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}

/*** Slider_servicios Sbio ***/

.mobi-wrap4 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 550px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 590px;
}
.mobi-wrap4 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap4 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap4 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap4 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap4 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap4 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap4 > div .float > .spans {
  height: 100%;
}
.mobi-wrap4 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap4 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap4 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap4 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap4 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap4 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap4 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap4 > div .slider {
  min-height: 400px;
  position: relative;
}
.mobi-wrap4 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap4 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap4 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap4 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap4 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap4 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap4 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap4 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap4 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap4 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap4 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap4 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap4 > div .actions button:focus {
  outline: none;
}
.mobi-wrap4 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap4 > div .actions .duts {
  display: flex;
}
.mobi-wrap4 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap4 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap4 {
    max-width: 100%;
        width: 400px;
        height: 650px;
        padding: 10px;
 }

  .mobi-wrap4 > div .slider {
    min-height: 550px;
 }
  
  .mobi-wrap4 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap4 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}

/*** Slider_servicios Sbio ***/

.mobi-wrap5 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 550px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 700px;
}
.mobi-wrap5 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap5 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap5 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap5 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap5 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap5 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap5 > div .float > .spans {
  height: 100%;
}

.mobi-wrap5 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap5 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap5 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap5 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap5 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap5 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap5 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap5 > div .slider {
  min-height: 520px;
  position: relative;
}
.mobi-wrap5 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap5 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap5 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap5 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap5 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap5 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap5 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap5 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap5 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap5 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap5 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap5 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap5 > div .actions button:focus {
  outline: none;
}
.mobi-wrap5 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap5 > div .actions .duts {
  display: flex;
}
.mobi-wrap5 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap5 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap5 {
    max-width: 100%;
        width: 400px;
        height: 800px;
        padding: 10px;
 }

  .mobi-wrap5 > div .slider {
    min-height: 700px;
 }
  
  .mobi-wrap5 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap5 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}

/*** Slider_servicios Wifi7 ***/

.mobi-wrap15 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 500px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 550px;
}
.mobi-wrap15 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap15 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap15 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap15 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap15 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap15 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap15 > div .float > .spans {
  height: 100%;
}

.mobi-wrap15 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap15 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap15 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap15 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap15 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap15 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap15 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap15 > div .slider {
  min-height: 380px;
  position: relative;
}
.mobi-wrap15 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap15 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap15 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap15 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap15 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap15 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap15 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap15 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap15 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap15 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap15 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap15 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap15 > div .actions button:focus {
  outline: none;
}
.mobi-wrap15 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap15 > div .actions .duts {
  display: flex;
}
.mobi-wrap15 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap15 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap15 {
    max-width: 100%;
        width: 400px;
        height: 600px;
        padding: 10px;
 }

  .mobi-wrap15 > div .slider {
    min-height: 500px;
 }
  
  .mobi-wrap15 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap15 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}
/*** Slider_servicios Skillwave ***/

.mobi-wrap16 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 500px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 650px;
}
.mobi-wrap16 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap16 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap16 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap16 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap16 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap16 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap16 > div .float > .spans {
  height: 100%;
}

.mobi-wrap16 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap16 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap16 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap16 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap16 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap16 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap16 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap16 > div .slider {
  min-height: 460px;
  position: relative;
}
.mobi-wrap16 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap16 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap16 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap16 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap16 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap16 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap16 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap16 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap16 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap16 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap16 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap16 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap16 > div .actions button:focus {
  outline: none;
}
.mobi-wrap16 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap16 > div .actions .duts {
  display: flex;
}
.mobi-wrap16 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap16 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap16 {
    max-width: 100%;
        width: 400px;
        height: 700px;
        padding: 10px;
 }

  .mobi-wrap16 > div .slider {
    min-height: 600px;
 }
  
  .mobi-wrap16 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap16 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}

.icon-tar {
  width: 150px;
  text-align: left;
  color: #4094cb;
  padding-bottom: 10px;
}

/*** Slider_servicios BT ***/

.mobi-wrap6 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 500px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 850px;
}
.mobi-wrap6 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap6 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap6 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap6 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap6 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap6 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap6 > div .float > .spans {
  height: 100%;
}

.mobi-wrap6 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap6 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap6 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap6 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap6 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap6 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap6 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap6 > div .slider {
  min-height: 660px;
  position: relative;
}
.mobi-wrap6 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap6 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap6 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap6 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap6 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap6 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap6 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap6 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap6 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap6 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap6 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap6 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap6 > div .actions button:focus {
  outline: none;
}
.mobi-wrap6 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap6 > div .actions .duts {
  display: flex;
}
.mobi-wrap6 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap6 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap6 {
    max-width: 100%;
        width: 400px;
        height: 950px;
        padding: 10px;
 }

  .mobi-wrap6 > div .slider {
    min-height: 850px;
 }
  
  .mobi-wrap6 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap6 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}

/*** Slider_servicios OT ***/

.mobi-wrap7 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 550px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 600px;
}
.mobi-wrap7 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap7 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap7 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap7 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap7 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap7 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap7 > div .float > .spans {
  height: 100%;
}

.mobi-wrap7 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap7 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap7 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap7 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap7 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap7 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap7 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap7 > div .slider {
  min-height: 420px;
  position: relative;
}
.mobi-wrap7 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap7 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap7 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap7 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap7 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap7 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap7 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap7 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap7 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap7 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap7 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap7 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap7 > div .actions button:focus {
  outline: none;
}
.mobi-wrap7 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap7 > div .actions .duts {
  display: flex;
}
.mobi-wrap7 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap7 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap7 {
    max-width: 100%;
        width: 400px;
        height: 650px;
        padding: 10px;
 }

  .mobi-wrap7 > div .slider {
    min-height: 560px;
 }
  
  .mobi-wrap7 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap7 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}

/*** Slider_servicios Ientify ***/

.mobi-wrap8 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 100%;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 600px;
}
.mobi-wrap8 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap8 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap8 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap8 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap8 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap8 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap8 > div .float > .spans {
  height: 100%;
}

.mobi-wrap8 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap8 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap8 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap8 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap8 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap8 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap8 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap8 > div .slider {
  min-height: 420px;
  position: relative;
}
.mobi-wrap8 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap8 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap8 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap8 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap8 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap8 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap8 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap8 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap8 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap8 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap8 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap8 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap8 > div .actions button:focus {
  outline: none;
}
.mobi-wrap8 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap8 > div .actions .duts {
  display: flex;
}
.mobi-wrap8 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap8 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 800px) {
  .mobi-wrap8 {
    border-radius: 0px;
    position: relative;
    box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
    width: 100%;
    margin: auto;
    background: rgba(255,255,255,0.85);
    padding: 0px;
    height: 700px;
  }

  .mobi-wrap8 > div .slider {
    min-height: 510px;
 }
  
  .mobi-wrap8 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap8 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}
/*** Slider_servicios Ientify2 ***/

.mobi-wrap9 {
  border-radius: 0px;
  position: relative;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  width: 550px;
  margin: auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  height: 600px;
}
.mobi-wrap9 > div {
  position: relative;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
.mobi-wrap9 > div .float {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background: #3D93CC;
}
.mobi-wrap9 > div .float > p.p-icon {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #182640;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 20px;
}
.mobi-wrap9 > div .float > p.p-icon > i {
  position: absolute;
  color: #fff;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  left: 50px;
  animation: cmon 1s linear !important;
}
.mobi-wrap9 > div .float > p.p-icon > i.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}
.mobi-wrap9 > div .float > p.p-icon > i:first-child:before {
  font-size: 20px;
}
.mobi-wrap9 > div .float > .spans {
  height: 100%;
}

.mobi-wrap9 > div .float > .spans > span {
  height: 20px;
  width: 20px;
  background: #182640;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
}
.mobi-wrap9 > div .float > .spans > span:nth-child(1) {
  left: 40%;
  top: 10%;
  transform: scale(0.9);
}
.mobi-wrap9 > div .float > .spans > span:nth-child(2) {
  left: 10%;
  top: -3%;
  transform: scale(0.6);
}
.mobi-wrap9 > div .float > .spans > span:nth-child(3) {
  left: 20%;
  top: 90%;
  transform: scale(1.1);
}
.mobi-wrap9 > div .float > .spans > span:nth-child(4) {
  left: 101%;
  top: 55%;
  transform: scale(0.6);
}
.mobi-wrap9 > div .float > .spans > span:nth-child(5) {
  left: 90%;
  top: 15%;
  transform: scale(0.5);
}
.mobi-wrap9 > div .float > .spans > span:nth-child(6) {
  left: 90%;
  top: 70%;
  transform: scale(0.2);
}
.mobi-wrap9 > div .slider {
  min-height: 420px;
  position: relative;
}
.mobi-wrap9 > div .slider > li {
  position: absolute;
  color: transparent;
  width: 100%;
  top: 0;
  left: 550px;
  animation: cmon2 1s linear !important;
}
.mobi-wrap9 > div .slider > li .imgs {
  height: 300px;
  display: flex;
}
.mobi-wrap9 > div .slider > li .imgs img {
  display: block;
  margin: auto;
  width: 150px;
  transform: rotate(45deg);
  transition-delay: 0.25s;
}
.mobi-wrap9 > div .slider > li .desc {
  text-align: center;
  color: #333;
  margin-top: -20px;
  padding: 0 15px;
}
.mobi-wrap9 > div .slider > li .desc .first {
  font-size: 20px;
  color: #1976d2;
  transform: translateX(45px);
}
.mobi-wrap9 > div .slider > li .desc .last {
  font-size: 16px;
  transform: translateX(180px);
}
.mobi-wrap9 > div .slider > li.active {
  opacity: 1;
  animation: none !important;
  left: 0px;
}

.mobi-wrap9 > div .slider > li.active .imgs img {
  transform: rotate(0deg);
}
.mobi-wrap9 > div .slider > li.active .first {
  color: #1976d2;
  transform: translateX(0);
}
.mobi-wrap9 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.mobi-wrap9 > div .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mobi-wrap9 > div .actions button {
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: #3D93CC;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  font-size: 30px;
}
.mobi-wrap9 > div .actions button:focus {
  outline: none;
}
.mobi-wrap9 > div .actions button.disabled {
  color: #ccc;
  pointer-events: none;
}
.mobi-wrap9 > div .actions .duts {
  display: flex;
}
.mobi-wrap9 > div .actions .duts li {
  height: 7px;
  width: 7px;
  background: transparent;
  margin: 5px;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
  font-size: 25px;
}
.mobi-wrap9 > div .actions .dots li.active {
  transform: scale(1);
  opacity: 1;
}
.plist{
  line-height: 15px;
  font-size: 14px;
}
.plist2{
  line-height: 15px;
  font-size: 14px;
  text-align: right;
}
@keyframes cmon {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -50px;
    opacity: 1;
 }
  50% {
    left: -50px;
    opacity: 0;
 }
  100% {
    left: 50px;
    opacity: 0;
 }
}
@keyframes cmon2 {
  0% {
    left: 0;
    opacity: 1;
 }
  49% {
    left: -550px;
    opacity: 1;
 }
  50% {
    left: -550px;
    opacity: 0;
 }
  100% {
    left: 550px;
    opacity: 0;
 }
}
@media only screen and (max-width: 767px) {
  .mobi-wrap9 {
    max-width: 100%;
        width: 400px;
        height: 650px;
        padding: 10px;
 }

  .mobi-wrap9 > div .slider {
    min-height: 510px;
 }
  
  .mobi-wrap9 > div .actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
    margin-top: 0px;
}
  
  .mobi-wrap9 > div .slider > li.active .last {
  transform: translateX(0);
font-family: 'Hurme Geometric Sans No.3 Regular';
color:#454545;
margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
    margin-top: 0px;
}
.titleh3s{
  font-size: 18px;
}
}










.icon-contacto{
  width: 20px;
}
.icon-contacto-c{
  width: 40px;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #787878;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: rgba(255, 255, 255, .5);
}


.slider-ciber{
 
    padding-right: 0px;
    padding-left: 0px;
 
}

/*** Footer Start ***/

.icon-contacto{
    width: 30px;
    padding-right: 10px;
}

.logo{
    width: 100px;
    margin-bottom: 20px;
}
.logomobilen{
    display: block;
}
.logomobile{
    display: none;
}
.pfooter{
    font-size: 12px;
}
.footer {
    background: rgb(61,147,204);
    background: linear-gradient(90deg, rgba(61,147,204,1) 0%, rgba(23,38,63,1) 100%);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 25px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}

.copyright {
    background-color: #3D93CC;
}

.section-titlem {
  position: relative;
  display: inline-block;
}
.section-titlem::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 50%;
  right: -35px;
  margin-top: -1px;
  background: #4094cb;
}
.section-titlem::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 50%;
  left: -35px;
  margin-top: -1px;
  background: #4094cb;
}
#timeline {
  height: 600px;
  overflow: hidden;
  margin: 40px auto;
  position: relative;
  background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/dot.gif') 3px top repeat-y;
}
  #dates {
    width: 200px;
    height: 600px;
    overflow: hidden;
    float: left;
  }
    #dates li {
      list-style: none;
      width: 100px;
      height: 100px;
      line-height: 100px;
      font-size: 14px;
      padding-left: 10px;
      
    }
      #dates a {
        line-height: 38px;
        padding-bottom: 10px;
      }
      #dates .selected {
            font-size: 14px;
            color:#fff;
      }
  
  #issues {
    height: 600px;
    overflow: hidden;
    float: left;
  }	
    #issues li {
      max-width: 300px; 
      width: 400px;
      height: 600px;
      list-style: none;
       text-align: center;

    }
      #issues li.selected img {
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
          -o-transform: scale(1.1,1.1);
          -ms-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
      }
      #issues li img {
       float: left;
          width: 150px; 
        margin: 10px 30px 10px 50px;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";  
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   
        zoom: 1;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out; 
        transition: all 2s ease-in-out;
        -webkit-transform: scale(0.7,0.7);
        -moz-transform: scale(0.7,0.7);
          -o-transform: scale(0.7,0.7);
          -ms-transform: scale(0.7,0.7);
          transform: scale(0.7,0.7);
          
      }
      #issues li h1 {
        color: #3D93CC;        
        font-size: 25px;
        text-align: center;
        text-shadow: #000 1px 1px 2px;
        padding-top: 20px;
      }
      #issues li p {
        font-size: 14px;
        margin: 10px 20px;
        font-weight: normal;
        line-height: 22px;
        color:#fff;
        text-align: justify;
      }

  
      @media (max-width: 667px) {

        .mcontactimg {
          max-height: 300px;
          margin-top: 30px;
        
      }

.section-titlem {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.section-titlem::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 50%;
  right: -5px;
  margin-top: -1px;
  background: #4094cb;
}
.section-titlem::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 50%;
  left: -5px;
  margin-top: -1px;
  background: #4094cb;
}

        #timeline {
          width: 300px;
          height: 600px;
          overflow: hidden;
          margin: 40px auto;
          position: relative;
          background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/dot.gif') 3px top repeat-y;
        }
          #dates {
            width: 50px;
            height: 600px;
            overflow: hidden;
            float: left;
          }
            #dates li {
              list-style: none;
              width: 100px;
              height: 100px;
              line-height: 100px;
              font-size: 14px;
              padding-left: 10px;
            }
              #dates a {
                line-height: 38px;
                padding-bottom: 10px;
              }
              #dates .selected {
                    font-size: 16px;
              }
          
          #issues {
            width: 250px;
            height: 600px;
            overflow: hidden;
            float: left;
          }	
            #issues li {
              max-width: 300px; 
               width: 400px;
              height: 600px;
              list-style: none;
               text-align: center; 
        
            }
              #issues li.selected img {
                -webkit-transform: scale(1.1,1.1);
                -moz-transform: scale(1.1,1.1);
                  -o-transform: scale(1.1,1.1);
                  -ms-transform: scale(1.1,1.1);
                  transform: scale(1.1,1.1);
              }
              #issues li img {
                float: left;
                  width: 100px;
                margin: 10px 30px 10px 50px;
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";  
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);    
                zoom: 1;
                -webkit-transition: all 2s ease-in-out;
                -moz-transition: all 2s ease-in-out;
                -o-transition: all 2s ease-in-out;
                -ms-transition: all 2s ease-in-out; 
                transition: all 2s ease-in-out;
                -webkit-transform: scale(0.7,0.7);
                -moz-transform: scale(0.7,0.7);
                  -o-transform: scale(0.7,0.7);
                  -ms-transform: scale(0.7,0.7);
                  transform: scale(0.7,0.7);
              }
              #issues li h1 {
                color: #3D93CC;
                font-size: 20px;
                text-align: center;
                text-shadow: #000 1px 1px 2px;
              }
              #issues li p {
                font-size: 14px;
                margin: 10px 20px;
                font-weight: normal;
                line-height: 22px;
                color: #fff;
              }

      }

      @media (max-width: 991.98px) {
        .section-titlem {
          position: relative;
          display: inline-block;
          margin-top: 0px;
          
        }
        .section-titlem::after {
          position: absolute;
          content: "";
          width: 25px;
          height: 2px;
          top: 50%;
          right: -25px;
          margin-top: -1px;
          background: #4094cb;
          display: none;
        }
        .section-titlem::before {
          position: absolute;
          content: "";
          width: 25px;
          height: 2px;
          top: 50%;
          left: -25px;
          margin-top: -1px;
          background: #4094cb;
          display: none;
        }
        .mobi-wrap8 {
          border-radius: 0px;
          position: relative;
          box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
          width: 100%;
          margin: auto;
          background: rgba(255, 255, 255, 0.85);
          padding: 5px;
          height: 600px;
          margin-bottom: 50px;
      }
      .mobi-wrap8 > div .actions .duts {
        display: flex;
        width: 80%;
    }
      #timeline {
        width: 100%;
        height: 600px;
        overflow: hidden;
        margin: 40px auto;
        position: relative;
        background: url(http://www.csslab.cl/ejemplos/timelinr/latest/images/dot.gif) 3px top repeat-y;
    }
    #dates {
      width: 15%; 
      height: 600px;
      overflow: hidden;
      float: left;
  }
  #issues {
    width: 85%;
    height: 600px;
    overflow: hidden;
    float: left;
}
      }      

      @media (max-width: 1300px) {

        #issues {
          width: 250px;
          height: 600px;
          overflow: hidden;
          float: left;
      }
      }

      /*** Blog Start ***/
.bg-blog1 {
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/oscardia01.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 140px 0 60px 0;
        transition: 0.5s;
}
.bg-blog2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/oscar03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog3 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/oscaronce02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog4 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/oscar_mora_femia_IOT.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog5 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/oscar04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog6 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/blog6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog7 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/bg-blog7.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog8 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/famex23.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog9 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/bg-blog9.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog10 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/bg_neashoring.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog11 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/bg_dyn.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog12 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/bg_fronteras.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}
.bg-blog13 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(61,147,204,0.8) 0%, rgba(20,39,66,0.8) 100%), url(../img/ENTI_foro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
  background-position: center;
}
.blogb{
        display: flex;
}
.sidebar-post-item img {
  width: 100px;
}
.media-body{
  padding: 0px 10px;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.fecha{
  font-size: 12px;
}
.titleblog{
  font-size: 18px;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blog .blog-item {
  border-radius: 10px;
  background: var(--bs-white);
  box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
  transition: 0.5s;
  margin-bottom: 30px;
}

.blog .blog-item a {
  transition: 0.5s;
}

.blog .blog-item:hover a:hover {
  color: #4094cb;
}

.blog .blog-item .blog-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(23, 38, 63, 0.5);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
  opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
  color: var(--bs-white);
  background: var(--bs-primary);
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
  color: var(--bs-dark);
}
.section-titleblog {
  position: relative;
  margin-bottom: 30px;
}
.section-titleblog::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: 25px;
  margin-top: -1px;
  background: #4094cb;
}
.section-titleblog::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: 25px;
  margin-top: -1px;
  background: #4094cb;
}
.banner-blog1{

}
.titlebann{
  color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
    padding: 10px;
}

.overlay nav,
.overlay .search-blog-post {
  position: relative;
  height: 60%;
  top: 55%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}

.overlay .search-blog-post .post-header h3 {
  font-size: 16px;
  line-height: 26px;
}

.overlay .search-blog-post .post-header h3 a {
  color: #fff;
}

.overlay .search-blog-post .post-header h3 a:hover {
  color: #cba866;
}

.overlay .search-blog-post .post-meta {
  font-size: 14px;
}

.search-blog-title {
  position: relative;
  top: 3.5rem;
}
.follow-socials a {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding-top: 13px;
  margin-bottom: 5px;
  background: #eee;
  background-color: #4094cb;
  border-radius: 50px;
}
.single-block-wrapper{
  margin-top: 80px;
}
.breadcrumb1{
  float: right;
  list-style: none;
}
.breadcrumb-item1{
  color: #fff;
  padding-top: 10px;
  font-size: 12px;
}
.breadcrumb-item1+.breadcrumb-item1::before {
  float: left;
  padding-right: .5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "|") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  padding-left: 5px;
  font-weight: 100;
}

.containervideo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url(../img/video_tics.jpg);
}
.containervideom{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url(../img/video_monedas.jpg);
}
.containervideoiot{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url(../img/video_IOT.jpg);
}
.containervideomark{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url(../img/video_mark.jpg);
  background-position: 70%;
}
.button {
  display: inline-block;
  position: relative;
  margin: 250px;
}
.button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.button.is-play .button-outer-circle {
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.previus-1{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscar03.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-1{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscardia01.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.previus-2{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscaronce02.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-2{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscardia01.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.previus-3{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscar_mora_femia_IOT.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-3{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscar03.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.previus-4{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscar04.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-4{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscaronce02.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.previus-5{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/famex23.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-5{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscar_mora_femia_IOT.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.previus-6{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/famex23.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-6{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscar04.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-7{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/oscar04.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.previus-7{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/blog6.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-8{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/famex23.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.previus-8{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/bg-blog7.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-9{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/blog6.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.previus-9{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/bg-blog9.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-10{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/bg-blog7.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.previus-10{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/bg-blog9.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-11{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/bg_neashoring.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.next-12{
  background: linear-gradient(rgba(20, 39, 66, 0.8), rgba(20, 39, 66, 0.8)), url(../img/bg_fronteras.jpg);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.post-pagination{
  margin: 50px;
}

.titleblogs{
  color: #3D92CA;
  padding: 30px;
  font-weight: bold;
}
.titleblogs_e{
  color: #3D92CA;
  padding: 0 30px;
  font-weight: bold;
  font-size: 18px;
}

.p_entry{
  text-align: justify;
}

.blogimg_center{
  max-width: 100%;
  padding: 30px 0;
}

.btn-login{
 border-radius: 10px;
}

.blogt{
  font-size: 18px;
  color:#182640;
}
.blogp{
  font-size: 12px;
}

.logoproductose {
  width: 200px;
  padding-bottom: 20px;
}
.logoproductose1 {
  width: 150px;
  padding-bottom: 20px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#particles1-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#particles2-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}


.holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 60px auto; position: relative; }


.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot { display: block; width: 80px; height: 80px; position: absolute; background: #ffffff; color: #3d93cc; border-radius: 20px; text-align: center; line-height: 80px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e6e6e6; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; height: 5px; border: 3px solid #3d93cc; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }
.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #3d93cc; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 40px; top: 45px; width: 410px; height: 410px; border: 2px dotted #3d93cc; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s;   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */ background: rgb(61,147,204);
  background: linear-gradient(180deg, rgba(61,147,204,1) 0%, rgba(20,39,66,1) 100%); /* FF3.6-15 */ 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#3d93cc', GradientType=1); /* IE6-9 */ border: 2px solid #ffffff; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 250px; border-radius: 100%; color: #222222; position: relative; top: 150px; left: 50%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 13px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 100px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -90px; color: #000000; opacity: 0.1; }
@media only screen and (min-width:300px) and (max-width:599px) {
	.holderCircle { width: 300px; height: 300px; margin: 110px auto; }
	.holderCircle::after { width: 100%; height: 100%; }
	.dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}
@media only screen and (min-width:300px) and (max-width:767px) { 
  .holderCircle { width: 300px; height: 300px; border-radius: 100%; margin: 60px auto 250px; position: relative; }
  .round { position: absolute; left: 0px; top: 0px; width: 310px; height: 310px; border: 2px dotted #3d93cc; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
  .contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 350px;
    left: 50%;
    transform: translate(-50%, -50%);
}
 
 
}
@media only screen and (min-width:768px) and (max-width:991px) {
  

}
@media only screen and (min-width:992px) and (max-width:1199px) {


 }
@media only screen and (min-width:1200px) and (max-width:1499px) {


 }
  .title-box .title { padding-top: 10px; font-weight: 600; position: relative; z-index: -1; font-size: 16px; font-family: "Poppins", sans-serif;}
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #3d93cc; font-family: "Poppins", sans-serif; }
        .title-box p {font-size: 13px; line-height: 2em; font-family: "Poppins", sans-serif;}

.about-ss{
  margin-top: 50px;
}
        .steps {
          display: flex;
          justify-content: center;
          align-items: flex-end;
          margin: 60px auto;
          max-width: 1200px;
          flex-wrap: wrap;
        }
    
        .step {
          flex: 1 1 180px;
          margin: 0 20px;
          position: relative;
          transition: transform 0.3s ease;
          cursor: pointer;
        }
    
        .step:hover {
          transform: translateY(-10px);
        }
    
        .step-number {
          font-weight: bold;
          color: #666;
          margin-bottom: 10px;
          font-size: 1.1em;
        }
    
        .bar {
          width: 40px;
          margin: 0 auto 10px;
          background-color: #4094cb;
          transition: background-color 0.3s ease;
        }
    
        /* Altura fija para cada barra */
        .step:nth-child(1) .bar { height: 20px; }
        .step:nth-child(2) .bar { height: 40px; }
        .step:nth-child(3) .bar { height: 60px; }
        .step:nth-child(4) .bar { height: 80px; }
        .step:nth-child(5) .bar { height: 100px; }
    
        /* Solo cambia el color al pasar el cursor */
        .step:hover .bar {
          background-color: #032443 ;
        }
    
        .step-title {
          color: #4094cb;
          font-weight: 500;
          margin-bottom: 10px;
          transition: color 0.3s ease;
        }
    
        .step:hover .step-title {
          color: #032443 ;
        }
    
        .step-desc {
          font-size: 0.9em;
          color: #777;
          padding: 0 5px;
          text-align: justify;
        }
    
        .arrow {
          position: absolute;
          right: -30px;
          top: 30px;
          font-size: 24px;
          color: #ccc;
          transition: transform 0.3s ease;
        }
    
        .step:hover .arrow {
          transform: translateX(5px);
        }
    
        .step:last-child .arrow {
          display: none;
        }
    
        @media (max-width: 768px) {
          .steps {
            flex-direction: column;
            align-items: center;
          }
    
          .step {
            margin-bottom: 40px;
          }
    
          .arrow {
            display: none;
          }
        }


        .whatsapp-btn {
  position: fixed;
  float: left;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
h1{
  font-size: 30px;
  letter-spacing:3px;
  color:#4094cb;
  margin:0;
  margin-bottom:20px;
  text-transform: uppercase;
}
.wrapper-2 p{
  margin:0;
  color:#032443;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}

.footer-like{
  margin-top: auto; 
  background:#4094cb;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#fff;
  letter-spacing:1px;
}
.footer-like h5{
  margin:0;
  padding:4px;
  color:#fff;
  letter-spacing:1px;
  text-transform: uppercase;
}
.footer-like p a{
  text-decoration:none;
  color:#fff !important;
  font-weight:600;
}

@media (min-width:360px){
  h1{
    font-size: 40px;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
  margin-bottom: 60px;
}
  .wrapper-1{
  height: initial;
  margin:0 auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
  background-color: #fff;;
}
  
}


.fixedbox {
  padding:10px;
  background-color: #4094cb;
  color: #fff;
  z-index: 9999;
  --animate-delay: 20s;
  animation-duration: 10s;
}

#fixed1 
{
  position:fixed;
  top: 205px;
  right:5px;
}

.fija{
  margin-bottom: 0px;
}

 .gallery-slider {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
            border-radius: 12px;
            background: #000;
        }
   .slides-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.6s ease-in-out;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .slide.active {
            opacity: 1;
        }

        .slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background: linear-gradient(135deg, rgba(8,37,67,0.90) 0%, rgba(46,83,150,0.50) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slide-content {
            text-align: center;
            color: white;
            
            padding: 30px;
            z-index: 2;
        }

        .slide-title {
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 200px;
            
            color: #fff;
        }

        .slide-subtitle {
          font-weight: 400;
          opacity: 0.9;
          line-height: 1.4;
          max-width: 100%;
          color: #fff;
          text-align: center;
          padding-left: 35%;
          margin-top: 100px;
        }
        .slide-p {
          font-weight: 400;
          opacity: 0.9;
          line-height: 1.4;
          max-width: 100%;
          color: #fff;
          text-align: right;
        }
         .slide-p a{
          font-weight: 600;
          opacity: 0.9;
          line-height: 1.4;
          max-width: 100%;
          color: #fff;
          text-align: right;
          text-decoration: overline;
        }

        /* Navegación con flechas */
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: rgba(255,255,255,0.2);
            border: 2px solid rgba(255,255,255,0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            backdrop-filter: blur(10px);
        }

        .nav-arrow:hover {
            background: rgba(255,255,255,0.3);
            border-color: rgba(255,255,255,0.5);
            transform: translateY(-50%) scale(1.1);
        }

        .nav-arrow.prev {
            left: 20px;
        }

        .nav-arrow.next {
            right: 20px;
        }

        .nav-arrow::before {
            content: '';
            width: 10px;
            height: 10px;
            border: 2px solid white;
            border-bottom: none;
            border-left: none;
            transform: rotate(-135deg);
            margin-left: 1px;
        }

        .nav-arrow.next::before {
            transform: rotate(45deg);
            margin-left: -1px;
        }

        /* Indicadores de puntos */
        .indicators {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .indicator {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255,255,255,0.4);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .indicator.active {
            background: #00B7FF;
            transform: scale(1.3);
            box-shadow: 0 0 8px rgba(0, 183, 255, 0.4);
        }

        .indicator:hover {
            background: rgba(255,255,255,0.7);
        }

        /* Responsividad */
        @media (max-width: 768px) {
            .gallery-slider {
                height: 400px;
                border-radius: 8px;
            }

            .slide-content {
                padding: 20px;
                max-width: 85%;
            }

            .slide-title {
                font-size: 28px;
                margin-bottom: 12px;
                padding-left: 35%;
            }

            .slide-subtitle {
                font-size: 12px;
                color: #fff;
    text-align: center;
    padding-left: 35%;
    margin-top: 30px;
            }

            /* Ocultar flechas en tablet y móvil para mejor UX */
            .nav-arrow {
                display: none;
            }

            .indicators {
                bottom: 20px;
                gap: 8px;
            }

            .indicator {
                width: 6px;
                height: 6px;
            }
        }

        @media (max-width: 480px) {

              #fixed1 {
        position: fixed;
        top: 0px;
        right: 0;
    }
            .gallery-slider {
                height: 350px;
            }

            .slide-content {
                padding: 15px;
                max-width: 90%;
            }

            .slide-title {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .slide-subtitle {
                font-size: 11px;
            }
            .slide-p {
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 100%;
    color: #fff;
    text-align: right;
    font-size: 12px;
    margin-bottom: 30px;
}
            /* Flechas ocultas en móvil */
            .nav-arrow {
                display: none;
            }

            .indicator {
                width: 5px;
                height: 5px;
            }
        }

        /* Animación de entrada del contenido */
        .slide.active .slide-content {
            animation: slideInContent 0.8s ease-out 0.2s both;
        }

        @keyframes slideInContent {
            0% {
                opacity: 0;
                transform: translateY(30px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .imgfeature2 {
  width: 60px;
  padding-bottom: 20px;
}
.imgfeatures2 {
  width: 50px;
  padding-bottom: 20px;
}
.imgfeatures3 {
  width: 70px;
  padding-bottom: 20px;
}

.imgfeatures4 {
  width: 100px;
  padding-bottom: 20px;
}