/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. Welcome
    04. Skills
    05. About
    06. Video
    07. Services
    08. Some Facts
    09. Portfolio
    10. More Details
    11. Team
    12. Testimonials
    13. Price
    14. Want Work
    15. Blog
    16. Clients
    17. Contact
    18. Footer
    19. Page Loading
    20. Media Query
*/


@font-face {
    font-family:"GeomanistR";
    src: url("../fonts/Geomanist/Geomanist-Light.ttf") format(truetype);
}
@font-face {
    font-family: 'GeomanistB';
    src: url("../fonts/Geomanist/Geomanist-Bold.ttf") format(truetype);
}

@font-face {
    font-family: 'Conthrax';
    src: url("../fonts/Geomanist/conthrax-sb.otf") format(opentype);
}


.titulos_servicios {
    font-family: 'Conthrax' !important;
    text-transform: uppercase;
}
h1, h2 {
    font-family: 'Conthrax' !important;
}
.subtitulos{
    font-weight: 300!important;
}

.text-azul p {
    color: #00587f;
    font-family: 'GeomanistR';
}

.lh-20 {
    line-height: 30px!important;
}

.lh-10 {
    line-height: 10px!important;
}

.lh-15 {
    line-height: 15px!important;
}

.lh-18 {
    line-height: 18px!important;
}

.lh-20 * {
    line-height: 30px!important;
}

.lh-10 * {
    line-height: 10px!important;
}

.lh-15 * {
    line-height: 15px!important;
}

.lh-18 * {
    line-height: 18px!important;
}




body {
    font-family:'GeomanistR';
}
/* Estilos de la animación */

.ipsType_right {
    text-align: right;
  }
  .ipsType_center {
    text-align: center;
  }
  .cInnerContent {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .ipsGrid {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .ipsGrid::before, .ipsGrid::after {
    display: table;
    content: "";
    line-height: 0;
  }
  .ipsGrid > [class*="ipsGrid_span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
  }
  .ipsGrid > .ipsGrid_span5 {
    width: 20%;
  }
  .ipsGrid > h1 {
    font-size: 10px;
  }
  .ipsGrid > .ipsGrid_span7 {
    width: 57.44680851063829%;
  }
  .ipsGrid > [class*="ipsGrid_span"] {
    float: left;
    margin-left: 2%;
  }
  .ipsGrid > [class*="ipsGrid_span"]:first-child {
    margin-left: 0;
  }
  .feature {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  @media (max-width: 900px) {
    .item-logo-icon {
        width: 40%!important;
    }

    h1, h2 {
        font-size: 1.5rem!important;
    }
    .banner_top{
        padding-top: 20px!important;
    }
    .want-work .box h2{
        font-size: 20px!important;
    }
    .f_size_30,
    .f_size_18{
        font-size: 14px!important;
        line-height: 35px;
    }
    .size-titulo{
        font-size: 12px!important;
    }
    #size-titulo {
        font-size: 12px!important;
    }
    .feature {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        place-items: center;
      }

      .featured-image-container .card,
      .feature .text-content
      {
        width: 100%!important;
      }

      .ipsGrid > .ipsGrid_span5 {
        width: 80%;
      }
/* 
      .portfolio {
        margin-top: 500px;
      } */

      .cd-headline .clip .is-full-width{
        font-size: 1rem;
      }
  }

  .card {
    z-index: 99999;
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 1px 1px 5px 1px #CCCCCC;
  /*   transition: 0.3s; */
  }
  .featured-image-container .card {
    padding: 30px;
    height: 0;
    padding-bottom: calc(100% - 10px);
    text-align: center;
  }
  h2.heading_large {
    font-size: 1.8em;
  }
  img {
    max-width: 100%;
  }

  .card h2 {
    font-size: 1.5rem!important;
    padding: 10px;
  }

  .text-content {
    width: 0%;
    background-color: #f5f5f5;
    height: 100px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
  }

  .header-section {
    margin: 40px auto;
    text-align: center;
  }
  
  .gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
  }

  .animacion1 {
    font-size: 2rem!important;
  }
  


/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.media-body{
    width: 200px !important;
}

@keyframes animarPuntitos {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  
  #puntitos {
    animation: animarPuntos 1s infinite;
  }

  .navbar {
    background: #272a41;
    background: linear-gradient(135deg, rgba(42, 36, 43, 0) 0%, rgba(42, 36, 43, 0) 100%);
    /* background-image: url('../img/Imagens/image_header_servicios_blanco.jpg'); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 25px 0;
    }

    .title-header {
        display: none;
        text-transform: uppercase;
        background-color: #08567b;
        width: 0px ;

        height: auto;
        color: #fff;
        
        padding-top: 0px;
        padding-bottom: 0px;

        font-size: 10px !important;
        font-family: 'Conthrax';
        text-align: center;

        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;

        top: 90px!important;
        left: 40%!important;
    }


    .title-header * {
        font-size: 15px!important;
    }
    

.navbar .nav-item {
    margin: 0;
    padding: 0;
    margin-left: 30px;
}

.navbar .nav-item .nav-link {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #daeaec;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}

.navbar .nav-item .nav-link:hover {
    color: #08567D !important;
}

.navbar .btn {
    text-decoration: none;
    background: #08567D;
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 35px;
    margin-left: 40px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.navbar .btn:hover {
    background: #ffffff;
    color: #212332;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
    /* background: url("../img/bg/slider.png") center center no-repeat; */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.particels {
    position: absolute;
    left: 0;
    top: 0;
}

.slider .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    margin-top: 20px;
}


.slider .content p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    font-family: 'GeomanistR';
    color: #d1e5e7;
    margin: 0 0 25px;
}

.slider .btn {
    margin-top: 20px;
    text-decoration: none;
    background: #08567D;
    border: 3px solid #08567B;
    color: #ffffff;
    padding: 13px 35px;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.slider .btn:hover {
    background: #ffffff;
    color: #212332;
}

.slider .btn-2 {
    background: transparent;
    border: 2px solid #ffffff;
    margin-left: 15px;
}

#particles-js {
    width: 100vw;
    height: 100%;
}

/*--------------------------------------------------
[3. Start Welcome]
--------------------------------------------------*/
.welcome {
    padding: 30px 0;
}

.welcome h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.welcome h2 span {
    color: #08567D;
}

.welcome p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 20px 0 60px;
    padding: 0;
}

.welcome .box {
    padding: 40px 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ffffff;
    border-bottom: 2px solid #08567D;
    transition: all 0.5s ease-in-out;

}

.welcome .box:hover {
    box-shadow: 1px 1px 14px 0 rgba(0,0,0,0.15);
    transform: translateY(-10px)
}

.welcome .box:hover .line {
    width: 100px;
}

.welcome .box .line {
    background: #08567D;
    width: 40px;
    height: 1px;
    transition: all 0.5s ease-in-out;
}

.welcome .box .icon {
    padding: 0;
    margin: 0;
    font-size: 40px;
    color: #08567D;
}

.welcome .box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.welcome .box p {
    margin: 0;
}

/*--------------------------------------------------
[4. Start skills]
--------------------------------------------------*/
.skills {
    padding: 0px 0 0 0;
    background: url("../img/bg/diferenciadores-1.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.skills .content {
    padding-right: 30px;
}

.skills .content span {
    color: #08567D;
    font-size: 18px;
    font-weight: 400;
}

.skills .content h2 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.skills .content p {
    font-size: 15px;
    font-weight: 400;
    color: #d1e5e7;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
    padding-right: 30px;
}

.skills .box-2 .icon {
    font-size: 30px;
    color: #08567D;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.skills .box-2 .line {
    background: #08567D;
    width: 30px;
    height: 2px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
}

.skills .box-2 h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.skills .box-2 p {
    font-size: 15px;
    font-weight: 400;
    color: #d1e5e7;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

.skills .mb {
    margin-bottom: 40px;
}

.skills .skills-bar {
    margin-bottom: 25px;
}

.skills .skills-bar h5 {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}

.skills .skills-bar .skills-progress{
	height: 10px;
    width: 90%;
    background: #ffffff;
    border-radius: 35px;
    position: relative;
}

.skills .skills-bar .skills-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: #08567D;
    color: #ffffff;
    border-radius: 35px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.skills .skills-bar .skills-progress span.span-2 {
    width: 70%;
}

.skills .skills-bar .skills-progress span.span-3 {
    width: 80%;
}

.skills .skills-bar .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    right: -15px;
    top: -25px;
    font-weight: 400;
    font-size: 14px;
	text-align: center;
}

/*--------------------------------------------------
[5. Start About]
--------------------------------------------------*/
.about {
    padding: 130px 0;
}

.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.about .heading h2 span {
    color: #08567D;
}

.about .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 20px 0 60px;
    padding: 0;
}

.about h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 20px 0 15px;
    padding: 0;
}

.about h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}

.about h4 .icon {
    color: #08567D;
    margin-right: 10px;
}

/*--------------------------------------------------
[6. Start Video]
--------------------------------------------------*/
.video-area {
    background: url("../img/bg/vedio.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
    color: #ffffff;
}

.video-area h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 35px;
}

.video-area h2 span {
    color: #08567D;
}

.video-area img {
    width: 100%;
}

.video-area p {
    font-size: 15px;
    font-weight: 400;
    color: #d1e5e7;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 30px;
}

.video-area .btn {
    text-decoration: none;
    background: #08567D;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.video-area .btn:hover {
    background: #ffffff;
    color: #212332;
}

.video-area .video-icon {
    position: relative;
}

.video-icon .icon-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* Icon */
.video-icon .icon {
    background: #08567D;
    color: #fff;
    display: inline;
    font-size: 16px;
    padding: 22px 25px;
    border-radius: 200px;
    position: relative;
}

/* Pulse Animation */
.pulse {
    animation: pulse 1s infinite;
    animation-duration: 2s;
}

/* Keyframes */
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*--------------------------------------------------
[7. Start Services]
--------------------------------------------------*/
.services {
    padding: 130px 0 100px;
}

.services h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.services h2 span {
    color: #08567D;
}

.services p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 20px 0 60px;
    padding: 0;
}

.services .box {
    padding: 40px 0;
    box-shadow: 1px 1px 14px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;

}

.services .box:hover {
    box-shadow: 1px 1px 14px 0 rgba(0,0,0,0.15);
    transform: translateY(-10px);
}

.services .box:hover .line {
    width: 100px;
}

.services .box .line {
    background: #08567D;
    width: 40px;
    height: 1px;
    transition: all 0.5s ease-in-out;
}

.services .box .icon {
    padding: 0;
    margin: 0;
    font-size: 40px;
    color: #08567D;
}

.services .box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.services .box p {
    margin: 0;
}

.services .mb-30 {
    margin-bottom: 30px;
}

/*--------------------------------------------------
[8. Start Some Facts]
--------------------------------------------------*/
.some-facts {
    background: url("../img/bg/some-facts.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
    color: #ffffff;
}

.some-facts .items .icon {
    font-size: 30px;
    color: #ffffff;
}

.some-facts .items .line {
    width: 60px;
    height: 1px;
    background: #08567D;
    margin-bottom: 10px;
}

.some-facts .items span {
    font-family: 'GeomanistR';
    font-size: 40px;
    font-weight: 900;
}

.some-facts .items h4 {
    font-size: 16px;
    font-weight: 500;
}

/*--------------------------------------------------
[9. Start Portfolio]
--------------------------------------------------*/
.portfolio {
    padding: 130px 0 0;
}

.portfolio h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.portfolio h2 span {
    color: #08567D;
}

.portfolio p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 20px 0 60px;
    padding: 0;
}

.portfolio .button-group {
    margin-bottom: 40px !important;
    background: #ffffff;
    border-radius: 35px;
    padding: 5px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;

}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #08567D;
}

.portfolio .button-group button:focus {
    color: #ffffff;
    background: #08567D;
    border: 0;
    outline: 0;
}

.portfolio .single-portfolio-item {
    position: relative;
    padding: 0;
}

.portfolio .single-portfolio-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    transition: all 0.3s ease-in-out;

}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 400;
    color: #08567D;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #555555;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: 0.95;
}

.portfolio .grid-item {
    padding: 0;
}


/*--------------------------------------------------
[10. Start More Details]
--------------------------------------------------*/
.more-details {
    padding: 50px 0 0 0;
    background: #fff;
}

.more-details .item {
    margin-bottom: 35px;
}

.more-details .item .icon {
    font-size: 35px;
    color: #08567D;
}

.more-details .item .cont {
    margin-left: 30px;
}

.more-details .item .cont h3 {
    font-size: 16px;
    font-weight: 600;
}

.more-details .item .cont p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 10px 0 0;
    padding: 0;
}

/*--------------------------------------------------
[11. Start Our Team]
--------------------------------------------------*/
.team {
    padding: 130px 0;
}

.team h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.team h2 span {
    color: #08567D;
}

.team p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 20px 0 60px;
    padding: 0;
}

.team .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
}

.team .box .image {
    position: relative;
    height: 100%;
}

.team .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #08567D 1%,#056dc1 100%);
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 15;
}

.team .box .image .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    z-index: 20;
    text-decoration: none;
    opacity: 0;
    margin-top: 100px;
    padding: 8px 15px;
    background: #ffffff;
    border-radius: 35px;
    transition: all 0.5s ease-in-out;
}

.team .box .image .social-icons i {
    font-size: 18px;
    padding: 0 7px;
    color: #08567D;
}

.team .box:hover .overlay {
    opacity: 0.85;
}

.team .box:hover .social-icons {
    margin-top: 0;
    opacity: 1;
}

.team .box h3 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
}

.team .box h4 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #1D1D1B;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 25px;
}

.team .box:hover {
    transform: translateY(-15px);
}

/*--------------------------------------------------
[12. Start Testimonials]
--------------------------------------------------*/
.testimonials {
    background: #ffffff;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0 150px;
    color: #ffffff;
}

.testimonials .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #08567D;
}

.testimonials .heading h2 span {
    color: #08567D;
}

.testimonials p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #d1e5e7;
    margin: 20px 0;
    padding: 0;
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
    width: 120px;
    height: 120px;
    border: 2px solid #08567D;
    border-radius: 100%;
    padding: 5px;
    margin: 50px 20px 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #e2e1e1;
    margin-bottom: 20px;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}

.testimonials .carousel-indicators .active {
    background-color: #08567D;
}

.testimonials .control span {
    cursor: pointer;
}

.testimonials .icon {
    height: 40px;
    width: 40px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: #08567D;
}

/*--------------------------------------------------
[13. Start Pricing]
--------------------------------------------------*/
.price {
    padding: 130px 0;
}

.price .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.price .heading h2 span {
    color: #08567D;
}

.price .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 20px 0 60px;
    padding: 0;
}

.price .box {
    padding: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all .5s ease-in-out;
}

.price .box .head {
    border-left: 2px solid #08567D;
    padding-left: 25px;
    margin-bottom: 20px;
}

.price .box .head h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #757575;
    margin-bottom: 5px;
}

.price .box .head h4 {
    font-family: 'GeomanistR';
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.price .box .head h4 span {
    font-size: 12px;
    font-weight: 400;
}

.price .box ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.price .box ul li {
    font-size: 14px;
    color: #959595;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.price .box .btn {
    background: linear-gradient(135deg, #08567D 1%,#e2395e 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 8px 60px;
    border-radius: 35px;
    margin-top: 30px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.price .box .btn:hover {
    background: linear-gradient(135deg, #e71e49 1%,#e2395e 100%);
}

.price .box:hover {
    transform: translateY(-15px);
}




.price .box-red {
    padding: 40px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: linear-gradient(135deg, #08567D 1%,#e2395e 100%);
    transition: all .5s ease-in-out;
}

.price .box-red:hover {
    transform: translateY(-5px);
}

.price .box-red .head {
    border-left: 2px solid #ffffff6e;
    padding-left: 25px;
    margin-bottom: 20px;
}

.price .box-red .head h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ffffff;
    margin-bottom: 5px;
}

.price .box-red .head h4 {
    font-family: 'GeomanistR';
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #fcf9f9;
}

.price .box-red .head h4 span {
    font-size: 12px;
    font-weight: 400;
}

.price .box-red ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.price .box-red ul li {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f149;
}


.price .box-red .btn {
    background: #ffffff;
    color: #444444;
    text-decoration: none;
    padding: 8px 60px;
    border-radius: 35px;
    margin-top: 30px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.price .box-red .btn:hover {
    background:transparent;
    color: #ffffff;
}

/* button soporte */
.btn-soporte {
    background-color: #FFF;
    border-radius: 10px;
    font-weight: bold;
    color: #08567b;
    border-color:  #000;
    padding: 5px 15px 5px 15px;
    position: relative;
    
    box-shadow: 4px 4px 17px 3px rgba(0,0,0,0.47);
    -webkit-box-shadow: 4px 4px 17px 3px rgba(0,0,0,0.47);
    -moz-box-shadow: 4px 4px 17px 3px rgba(0,0,0,0.47);
}

.want-work {
    background: url("../img/bg/image_header_servicios.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    color: #ffffff;
}

.want-work.fixed-header {
    padding: 0px!important;
    position: fixed;
    top: 50px;
    right: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.want-work.fixed-header .box h2 {
    padding-top: 0px!important;
}

.want-work.header {
    background: url("../img/Imagens/image_header_servicios.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    padding: 10px 0;
    color: #ffffff;
}

.want-work .box h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding-top: 50px;
}

.want-work .box h3 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
}

.want-work .box .btn {
    background: #08567D;
    border-radius: 35px;
    padding: 8px 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: all .5s ease-in-out;
}

.want-work .box .btn:hover {
    background: #ffffff;
    color: #555555;
}

.blog {
    padding: 130px 0;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.blog .heading h2 span {
    color: #08567D;
}

.blog .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 20px 0 60px;
    padding: 0;
}

.blog .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #08567D;
    transition: all .5s ease-in-out;
}

.blog .box:hover {
    transform: translateY(-15px);
}

.blog .box img {
    width: 100%;
}

.blog .box .info {
    padding: 20px;
}

.info img {
    max-width: 70px;
}

.info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.heading img {
    max-width: 300px;
}

.blog .box .info .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    text-decoration: none;
    color: #444;
    transition: all 0.5s ease-in-out;
}

.blog .box .info .title:hover {
    color: #08567D;
}

.blog .box .info p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 7px 0 0;
}

.clients {
    height: 600px;
    background: url("../img/bg/partners-1.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0!important;
}

.contact {
    padding: 30px 0;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.contact .heading h2 span {
    color: #08567D;
}

.contact .heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #1D1D1B;
    margin: 20px 0 20px;
    padding: 2;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #08567D;
    border: 0;
    border-radius: 10px;
    color: #FFF;
}

.contact .form-control::placeholder {
    color: #fff;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #08567D;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1B;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info .icon {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 12px;
    font-weight: 300;
    color: #1D1D1B;
}

.footer {
    padding: 0px 0;
    background: url("../img/bg/image_header_servicios.jpg") center center no-repeat;
    background-size: cover;
    height: 100px!important;
}

.footer .social-icons {
    margin: 30px 0;
    padding: 0;
}

.footer .social-icons a {
    text-decoration: none;
}

.footer .social-icons i {
    font-size: 15px;
    line-height: 42px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0.5px solid #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}

.footer .social-icons i:hover {
    background: #08567D;
    color: #ffffff;
    border: 0.5px solid #08567D;
}

.footer p {
    font-size: 14px;
    font-weight: 300;
    color: #cacaca;
    margin: 0;
    padding: 0;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    size: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loader/Preloader_3.gif") center no-repeat #fff;
}


/*--------------------------------------------------
[20. Start Media Query]
--------------------------------------------------*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .diferenciadores div img {
        width: 100%!important;
    }


    .item-logo-icon {
        width: 50%!important;
    }

    .slider {
        margin-top: 100px;
    }

    .clients {
        height: 60vh;
    }

    .clients img {
        margin: 0px !important;
    }

    .title-header {
        display: none !important;
    }

    .elegirnos .item {
        margin: 40px!important;
        padding: 10px;
    }

    .text-center {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }

    .logo-contact {
        margin-top: 20px !important;
    }

    .footer {
        height: 220px!important;
    }

    .grid {
        display: grid!important;
        grid-template-columns: repeat(2, 1fr)!important;
        grid-gap: 10px!important;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px; /* Espacio entre las columnas */
    }

    .slider .mobile-video {
        width: 80vh;
    }

    .content h2 {
        font-size: 1rem!important;
    }

    .animacion1 {
        font-size: 1.5rem!important;
    }

    .logo {
        background-image: url('../img/logoblanco.svg');
    }

    .navbar {
        padding: 30px;
        background: #ffffff !important;
    }

    .navbar .nav-item {
        margin: 30px 0 0 30px;
    }

    .navbar .nav-item .nav-link {
        color: #555555;
    }

    .navbar-dark .navbar-toggler {
        color: #08567D !important;
        border-color: #08567D;
        background: #08567D;
        border-radius: 5px;
        opacity: 1;
    }

    .navbar .btn {
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .slider .content {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-45%,-50%);
        color: #ffffff;
        margin-top: 20px;
    }

    .welcome .box {
        margin-bottom: 30px;
    }

    .welcome {
        padding: 130px 30px 100px;
    }

    .skills .box-2 {
        margin-top: 30px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .video-area img {
        margin-top: 30px;
        width: 100%;
    }

    .some-facts {
        padding: 115px;
    }

    .some-facts .items {
        margin: 15px 0;
    }

    .portfolio .button-group {
        padding: 5px;
    }

    .more-details img {
        margin-bottom: 30px;
    }

    .team {
        padding: 130px 0 100px;
    }

    .team .box {
        margin-bottom: 30px;
    }

    .price {
        padding: 130px 0 100px;
    }

    .price .box {
        margin-bottom: 30px;
    }

    .blog {
        padding: 130px 0 100px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .clients {
        padding: 130px 0 100px;
    }

    .clients img {
        margin: 15px 0;
    }

    .contact .content .info {
        margin-bottom: 30px;
    }

}


/* Small devices (landscape phones, less than 768px) */


@media (max-width: 767.98px) {
    .clients {
        height: 60vh;
    }

    .title-header {
        display: none !important;
    }

    .elegirnos .item {
        margin: 40px!important;
        padding: 10px;
    }

    .text-center {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }

    .navbar {
        padding: 30px;
        background: #ffffff !important;
    }

    .navbar .nav-item {
        margin: 30px 0 0 30px;
    }

    .navbar .nav-item .nav-link {
        color: #555555;
    }

    .navbar-dark .navbar-toggler {
        color: #08567D !important;
        border-color: #08567D;
        background: #08567D;
        border-radius: 5px;
        opacity: 1;
    }

    .navbar .btn {
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .slider .content {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-45%,-50%);
        color: #ffffff;
        margin-top: 20px;
    }

    .slider .content h1 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .welcome .box {
        margin-bottom: 30px;
    }

    .welcome {
       padding: 30px 0;
    }

    .skills .box-2 {
        margin-top: 30px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .video-area img {
        margin-top: 30px;
        width: 100%;
    }

    .some-facts {
        padding: 115px;
    }

    .some-facts .items {
        margin: 15px 0;
    }

    .more-details img {
        margin-bottom: 30px;
    }

    .team {
        padding: 130px 0 100px;
    }

    .team .box {
        margin-bottom: 30px;
    }

    .price {
        padding: 130px 0 100px;
    }

    .price .box {
        margin-bottom: 30px;
    }

    .blog {
        padding: 130px 0 100px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .clients img {
        margin: 15px 0;
    }

    .contact .content .info {
        margin-bottom: 30px;
    }

}


/* Medium devices (tablets, less than 992px) */


@media (max-width: 1200px) {
    .clients {
        height: 60vh;
    }

}

@media (max-width: 500px) {
    .nav-item a {
        color: #000!important;
    }

    .logo {
        width: 100%!important;
    }

    .clients {
        height: 80vh!important;
    }

    .slider .mobile-video {
        width: 50vh;
    }

}


@media (max-width: 991.98px) {
    .clients {
        height: 60vh;
    }

    .title-header {
        display: none !important;
    }

    .elegirnos .item {
        margin: 40px!important;
        padding: 10px;
    }

    .text-center {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }

    .navbar {
        padding: 30px;
        background: #ffffff !important;
    }

    .navbar .nav-item {
        margin: 30px 0 0 30px;
    }

    .navbar .nav-item .nav-link {
        color: #555555;
    }

    .navbar-dark .navbar-toggler {
        color: #08567D !important;
        border-color: #08567D;
        background: #08567D;
        border-radius: 5px;
        opacity: 1;
    }

    .navbar .btn {
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .slider .content {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-45%,-50%);
        color: #ffffff;
        margin-top: 20px;
    }

    .skills .box-2 {
        margin-top: 30px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .video-area img {
        margin-top: 30px;
    }

    .some-facts {
        padding: 115px;
    }

    .some-facts .items {
        margin: 15px 0;
    }

    .more-details img {
        margin-bottom: 30px;
    }

    .team {
        padding: 130px 0 100px;
    }

    .team .box {
        margin-bottom: 30px;
    }

    .price {
        padding: 130px 0 100px;
    }

    .price .box {
        margin-bottom: 30px;
    }
}



/* Large devices (desktops, less than 1200px) */

@media screen and (max-width: 2560px) {
    .display-mobil{
        display: none;
    }

    .background-image {
        background-image: url('../img/responsive-img/web_desktop_3.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-attachment: fixed; */
    }
}
@media screen and (max-width: 1920px) {
    .display-mobil{
        display: none;
    }
    .background-image {
        background-image: url('../img/responsive-img/web_desktop_2.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-attachment: fixed; */
    }
}
@media screen and (max-width: 1680px) {
    .display-mobil{
        display: none;
    }
    .background-image {
        background-image: url('../img/responsive-img/web_desktop.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-attachment: fixed; */
    }
}
@media screen and (max-width: 1440px) {
    .display-mobil{
        display: none;
    }
    .background-image {
        background-image: url('../img/responsive-img/web_desktop.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-attachment: fixed; */
    }
}
@media screen and (max-width: 1024px) {
    .display-mobil{
        display: none;
    }
    .background-image {
        background-image: url('../img/responsive-img/web_ipad_H.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-attachment: fixed; */
    }
}
@media screen and (max-width: 500px) {
    .display-mobil{
        display: -webkit-box; /* Prefijo de proveedor para WebKit */
        display: -ms-flexbox; /* Prefijo de proveedor para IE 10 */
        display: flex;
    }

    .display-desktop{
        display: none;
    }

    .background-image {
        background-image: url('../img/responsive-img/web_iphone_6.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-attachment: fixed; */
    }
}
@media screen and (max-width: 320px) {
    .display-mobil{
        display: -webkit-box; /* Prefijo de proveedor para WebKit */
        display: -ms-flexbox; /* Prefijo de proveedor para IE 10 */
        display: flex;
    }

    .display-desktop{
        display: none;
    }

    .background-image {
        background-image: url('../img/responsive-img/web_iphone_5.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-attachment: fixed; */
    }
}



.item-heptagono img {
    width: 100% !important;
    min-width: 150px;
    height: auto !important;
}

.item-heptagono {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #ededed; */
    padding: 20px;
    border-radius: 20px;
    -webkit-transition: width 0.6s ease-in; /* Prefijo de proveedor para WebKit */
    transition: width 0.6s ease-in;
    cursor: pointer;
}

.descripcion {
    display: none;
}

.heptagono-container div[data-position="1"] {
    transform: translate(300%, -140%);
}
.heptagono-container div[data-position="2"] {
    transform: translate(80%, -100%);
} 
.heptagono-container div[data-position="3"] {
    transform: translate(-80%, 10%);
}
.heptagono-container div[data-position="4"] {
    transform: translate(-80%, 130%);
} 
.heptagono-container div[data-position="5"] {
    transform: translate(-10%, 130%);
}   
.heptagono-container div[data-position="6"] {
    transform: translate(-15%, 10%);
}   
.heptagono-container div[data-position="7"] {
    transform: translate(-180%, -100%);
}

.heptagono-container {
    height: 800px;
    margin-top: 120px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.item-circuit {
    cursor: pointer;
}

.elegirnos img {
    width: 150px;
}

.elegirnos .item {
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.75);
    border-bottom: #00587f 3px solid;
}

.elegirnos h3 {
    padding: 3px;
    margin: 3px;
}

.hr-asicom {
    border: none; 
    height: 1px; 
    background-color: #00587f; 
    margin: 5px 0;
    width: 50%;
}





    /* animacion de botones de asicom */
    .btn-soporte {
        -webkit-transition: all 0.8s ease; /* Prefijo de proveedor para WebKit */
        transition: all 0.8s ease;
        padding: 5px 50px;
        border: #00587f solid 1px;
        font-weight: bold!important;
        font-family: 'GeomanistB';
        position: relative;
    }
    
    .btn-soporte:hover {
        background-color: #00587f;
        color: #fff;
        box-shadow: 0 0 20px #00587f;
        border-color: #fff;
    }
    
    .btn-soporte span {
        position: absolute;
        width: 10px;
        height: 10px;
        border: 1px solid;
        -webkit-transition: all 0.6s ease; /* Prefijo de proveedor para WebKit */
        transition: all 0.6s ease;
        background-color: #fff;
    }
    
    .btn-soporte span:nth-child(1){
        right: 10%;
        top: -10%;
    }
    
    .btn-soporte span:nth-child(2){
        left: 10%;
        bottom: -5px;
    }
    
    .btn-soporte:hover span:nth-child(1){
        right: 80%;
        transform: rotate(90deg);
    }
    
    .btn-soporte:hover span:nth-child(2){
        left: 80%;
        transform: rotate(90deg);
    }
    

    .diferenciadores {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        }

    .diferenciadores div {
        background-color: #fff;
        height: 100%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        box-shadow: 10px 11px 44px 4px rgba(0,0,0,0.7);
        -webkit-box-shadow: 10px 11px 44px 4px rgba(0,0,0,0.7);
        -moz-box-shadow: 10px 11px 44px 4px rgba(0,0,0,0.7);
    }
        
        .item-1 { grid-area: 1 / 2 / 2 / 3;}
        .item-2 { grid-area: 2 / 1 / 3 / 2;}
        .item-3 { grid-area: 2 / 3 / 3 / 4;}
        .item-4 { grid-area: 1 / 4 / 2 / 5;}
        .item-5 { grid-area: 2 / 5 / 3 / 6;}
        .item-6 { grid-area: 3 / 2 / 4 / 3;}
        .item-7 { grid-area: 3 / 4 / 4 / 5;}
        .item-8 { grid-area: 1 / 6 / 2 / 7;}
        .item-9 { grid-area: 2 / 7 / 3 / 8;}
        .item-10 { grid-area: 3 / 6 / 4 / 7;}