:root {
    --primary: rgb(209 0 16);
}

.navbar-default .navbar-nav>li>a {
    /* font-family: 'Barlow', sans-serif; */
    /* font-size: 16px; */
}

.acm-features.style-1 img {
    max-width: 100%;
    height: auto;
}

.sticky-nav .navbar-brand {
    transition: height 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.navbar-fixed-top {
    background: var(--primary);
    box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
}

.t3-wrapper .main-box:not(:first-child) {
    min-height: calc(80vh - 50px);
    align-items: center;
    justify-content: center;
    display: flex;
}

@media(min-width:768px) {
    .acm-features .f-item-d{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
}
}

.f-item-d .ct-block{
    /* width: 50%; */
    background: #fff;
    padding: 15px;
}

body {
    padding: 0;
    overflow-x: hidden;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    transition: all 0.3s linear;
    /* color: #14419f; */
    background: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: rgb(0 0 0 / 0.3);
    color: #fff;
}

.module-title h3 {
    margin-bottom: 30px;
    font-size: 42px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 300;
}
.module-title h3 span{
    /* display: inline-block; */
    /* border-bottom: 5px solid red; */
}
.module-title h3::after{
    display:block;
    background: #bac6d1;
    content:'';
    width: 180px;
    height: 6px;
    margin-top: 8px;
    border-radius: 3px;
}

.module-title h3 span:nth-child(2) {
    width: 100%;
    display: block;
}

.flex-row>div {
/* box-shadow: 0 10px 20px -20px #000; */}

.features-item h3 {}

.font-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: #0038af;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 8px rgb(255 255 255 / 20%);
}



.calllink .solid {
    background: #fff;
    color: #002470;
    font-size: 17px;
}

.pre-title {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
    color: #5874AF;
}

.pre-title::after {
    width: 100px;
    display: inline-block;
    height: 6px;
    background: #5874af80;
    content: '';
    margin: 8px 0 0 9px;
}

.wrapper .module-title {
    text-align: left;
}

.acm-features h3 {
    margin-bottom: 2rem;
    color: var(--primary);
    font-size: 32px;
}

body {
    padding-top: 80px;
}

#whatsapp-bottom .btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    border: none;
    transition: all 0.4s ease-in;
    border-radius: 50%;
    box-shadow: -2px 2px 5px #0000008c;
    background: #303e48;
    opacity: 1;
    padding: 0;
}

#whatsapp-bottom .btn {
    background: #25d366;
}

#whatsapp-bottom .btn:hover,
#whatsapp-bottom .btn:focus {
    background: #333;
    box-shadow: inset 0 0 10px #000;
    opacity: 0.1;
}

.btn {
    transition: all 0.3s linear;
    padding: 0.5em 1.6em;
    border: none;
    letter-spacing: 2px;
    font-size: 22px;
}

.back-to-top {
    bottom: 45px;
    opacity: 0;
    transform: scale(0);
}

.whatsappbox {
    position: fixed;
    bottom: 15px;
    z-index: 999;
    right: 10px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-in;
}

.mostrar {
    opacity: 1;
    transform: scale(1);
}

.btn-social-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

.btn-social-icon .fa {
    position: static;
    font-size: 1em;
}

.btn-instagram {
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.btn-social-icon:hover,
.btn-social-icon:focus {
    background: #9b9b9b !important;
    color: #fff;
}

.btn-social-icon:hover .fa,
.btn-social-icon:focus .fa {
    text-shadow: 2px 2px 1px rgb(0 0 0 / 0.2);
}

.mod_as_contact_form_btn {
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 1.5em;
}

.swiper-slide h1 span {
    color: #0038af;
}

.block-intro p {
    margin-bottom: 40px;
    font-size: 20px;
    color: #4B84FC;
    padding-left: 15px;
    border-left: 4px solid #ccc;
}

div#back-to-top {
    right: 10px;
}

.about {
    background-image: url(about-bg.png);
    background-size: cover;
}
.about .custom{
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
@media(min-width:768px){
.about .custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
}
.about-ct h2 {
    margin: 0 0 30px;
    text-transform: uppercase;
    color: var(--primary);
}

.services {
    background: #eee;
    overflow-x: hidden;
}

.acm-features .f-item-d {
    /* display: flex; */
    margin: 30px 0 0;
}

.acm-features .f-item-d:nth-child(odd) .ct-block{
    /* grid-auto-flow: dense; */
    grid-column: 2;
    grid-row: 1;
}
.acm-features .f-item-d:nth-child(odd) .image{grid-column:1;}
.acm-features .f-item-d:nth-child(even) {
    /* grid-auto-flow: dense; */
}

.menu-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    background: transparent;
    border-radius: 0;
    top: 15px;
}

.address.center h3 {
    color: var(--primary);
    text-transform: uppercase;
}

.small-nav .menu-btn {
    top: 0;
}

.servicios {
    background: hsl(209deg 20% 92%);
    padding-bottom: 40px;
}
.clientes .custom h3{margin-bottom: 30px;}

.clientes ul {
    /* margin: 30px 0; */
    list-style-type: none;
    columns: 2;
    line-height: 2;
    /* padding: 0; */
}

.clientes ul li {
    margin-left: -10px;
}
.clientes ul li::before {
  content: "•";
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  /* font-size: 3em; */
  /* line-height: 1em; */
  /* height: 10px; */
  }

.f-item-d h4 {
    letter-spacing: 2px;
    text-align: center;
}

.linco-img {
    margin: 0 auto 30px;
    display: block;
}