<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Template CSS **********/
:root {
    --primary: #5E6C80;
    --secondary: #3775A5;
    --light: #ECF4FF;
    --dark: #373435;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 15, 45, .5);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-indicators {
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 25px;
}

.carousel-indicators .active {
    height: 45px;
}
.carousel-item__image{
    width: 100%;
    height: auto;
    object-fit: cover;

}

.hero-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}
.hero1-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
    background-size: cover;
}
.hero2-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-3.jpg) top right no-repeat;
    background-size: cover;
}
.hero3-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-4.jpg) top right no-repeat;
    background-size: cover;
}
.somos-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/somos-1.jpg) top right no-repeat;
    background-size: cover;
}
.contacto-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/contacto-1.jpg) top right no-repeat;
    background-size: cover;
}
.pro-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/productos.png) top right no-repeat;
    background-size: cover;
}

.clientes-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/clientes-1.jpg) top right no-repeat;
    background-size: cover;
}
.service-item div {
    z-index: 1;
}

.service-item div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1;
}

.service-item div:hover::after {
    width: 100%;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.bg-offer {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/frase-1.jpg) top right no-repeat;
    background-size: cover;
}
.testimonial-carousel .owl-stage{
    display: flex;
}
.testimonial-carousel .owl-item{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-self: stretch;
    position: relative;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .logo{
    width: 200px;
    height: auto;
    aspect-ratio: 16/9;
    margin: 35px auto 0;
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
.testimonial-carousel .owl-item img.rounded-circle{
    position: relative;
    z-index: 2;
}
.testimonial-carousel .owl-item .logo img{
    width: 180px;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: contain;
}
.blog-date {
    position: absolute;
    width: 90px;
    height: 65px;
    top: 75px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--secondary);
}

.blog-date::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -25px;
    left: 0;
    border: 13px solid;
    border-color: transparent #D34351 #D34351 transparent;
    z-index: -1;
}

.dropdown-menu {
    font-size: 0.9rem;
}

.bg-grey {
    background-color: rgb(226, 226, 226) ;

}
.bg-blue {
    background-color: #3775A5 ;

}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding-top: 6px;
}
.small1 img{
    width: 80px;

}
.small2 img{
    width: 120px;
}
.small3 img{
    width: 100%;
    max-width: 240px;
}
.border-primarya {
    background-color:rgb(221, 221, 221) ;
    color: #FFFFFF;
    border-bottom: #373435 1px;
}
.border-bottoma {
    color: #373435;
    border-bottom: #373435;
}

/* Dropdown Button */
.dropbtn {
    border: none;
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
    transition: .5s;
    background-color: white;
  }
  
  /* The container &lt;div&gt; - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ffffff;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #ffffff;}

  .small3 {
    width: 50%;
  }

  .image-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .image-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pagehero{position: relative; overflow: hidden; width: 100%; padding-top: 275px;}
  .pagehero .hero-caption{position: absolute;z-index: 1;top: 0; background:linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5));
  }

  article iframe{
    display: block;
    margin: 30px auto;
  }


  .conditional,
  .conditional-md{text-align: center;}
  @media (min-width: 992px) {
    .conditional{text-align: left;}
  }
  @media (min-width: 768px) {
    .conditional-md{text-align: left;}
  }

  

  .wpcf7-form .input-group p{
    display: inline-flex;
  }

.logoslide{
    width: 200px!important;
    max-width: 200px;
    height: auto;
    object-fit: contain;
    overflow: hidden;
    margin: 0 auto;
}

.team-picture{
    aspect-ratio: 40/55;
    object-fit: cover;
}
.team-picture.no-name{
    aspect-ratio: 40/66.5;
}

.carousel-item{
    min-height: 600px;    
}
.carousel-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 2em auto 0;
    padding: 0em 0em;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.service-content p{
    text-align: justify;
}</pre></body></html>