:root{
    --color-primary: #f17e24;
    --swiper-pagination-bullet-width: 16px;
    --swiper-pagination-bullet-height: 16px;
}
.sticky-nav {
    background-color: #171717;
    transition: top 0.3s ease-out;
}

.sticky-nav .navbar-brand {
    line-height: 1;
}

.sticky-nav .navbar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    --margin: 15px;
    /* --modifier: calc(40rem - 100%); */
    margin: calc(var(--margin) * -1);
    align-items: center;
    justify-content: center;
}

.flex-row .item {
    background-color: #fff;
    /* flex-grow: 1; */
    flex-basis: calc(var(--modifier) * 999);
    margin: var(--margin);
    /* box-shadow: 0 10px 20px -20px #000; */
}

.item-ct h3 {
    grid-area: top;
    margin: 0 0 25px 0;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    color: #19517a;
    /* text-transform: uppercase; */
}

.font-icon {
    /* width: 100px; */
    /* height: 100px; */
    grid-area: icon;
    margin: 0;
    background: #0099fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* shape-outside: circle(); */
}

.item-desc {
    grid-area: text;
    shape-outside: circle();
    text-align: left;
}

div#item-box-91 {
    max-width: 100%;
}

.item-ct {
    padding: 0;
    /* padding-bottom: 30px; */
    text-align: center;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-template-rows: auto;
    gap: 1px 1px;
    grid-template-areas:
        "top top"
        "text icon";
    grid-auto-rows: min-content;
    grid-gap: 5px;
}

.servicios {
    background: #eee;
    min-height: calc(100vh - 50px);
    padding-bottom: 2em;
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
}

.font-icon svg {
    width: 70px;
    height: 70px;
    fill: #fff;
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.2));
}

.item-ct {
    max-width: 400px;
    width: 350px;
}

@media(max-width:640px) {
    .item-ct {
        max-width: 280px;
    }
}



.repara {
    /* min-height: 90vh; */
    background: #f6f8f9;
    background: -moz-linear-gradient(-45deg, #f6f8f9 0%, #d7dee3 50%, #e5ebee 50%, #f5f7f9 100%);
    background: -webkit-linear-gradient(-45deg, #f6f8f9 0%, #d7dee3 50%, #e5ebee 50%, #f5f7f9 100%);
    background: linear-gradient(135deg, #f6f8f9 0%, #d7dee3 50%, #e5ebee 50%, #f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=1);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.repara-b ul {
    display: inline-flex;
}

.repara-b ul li {
    margin: 15px;
    text-align: center;
    border: none;
}

.repara-b ul li a {
    background: white;
    padding: 15px 15px 45px 15px;
    display: flex;
    border-radius: 12px;
    box-shadow: 0 10px 20px -20px rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.repara-b ul li a img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s linear;
}

.repara-b ul li:first-child {
    padding-top: 15px;
}

.repara-b ul li span {
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    background: var(--color-primary);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 8px;
    border-radius: 0 0 12px 12px;
    transition: all 0.3s linear;
}

.nosotros,
.how,
.servicios,
.repara {
    /* min-height: calc(100vh - 50px); */
    background: #f5f7f9;
    background: -moz-linear-gradient(-45deg, #f5f7f9 0%, #e5ebee 50%, #d7dee3 50%, #f6f8f9 100%);
    background: -webkit-linear-gradient(-45deg, #f5f7f9 0%, #e5ebee 50%, #d7dee3 50%, #f6f8f9 100%);
    background: linear-gradient(135deg, #f5f7f9 0%, #e5ebee 50%, #d7dee3 50%, #f6f8f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7f9', endColorstr='#f6f8f9', GradientType=1);
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
}

.repara-b ul li a:hover span,
.repara-b ul li a:focus span {
    background: #ccc;
    color: #000;
}

.repara-b ul li a:hover img,
.repara-b ul li a:focus img {
    filter: grayscale(1);
}

.main-box {
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid white;
}

.how .item-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 2rem;
}

.how .item {
    background-color: #ffffff;
    color: #003e6b;
    border-radius: 2rem;
    margin-bottom: 4rem;
}

.how .item-ct h3 {
    min-height: 80px;
    color: #1b1d1e;
    padding: 0.5rem1rem;
    background: #ffffffd6;
    position: absolute;
    bottom: calc(0% - 60px);
    width: 90%;
    box-shadow: 0px 0 25px #00000047;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* place-items: center; */
    font-size: 20px;
    font-weight: 700;
    /* border: 2px solid #ccc; */
}

.how .font-icon {
    background: #fff;
}

.how svg {
    fill: #0099fe;
}

@media(max-width:768px) {
    .sticky-nav .navbar-header {
        grid-template-columns: 1fr 50px;
        /* grid-template-areas:        "brand toggle"; */
        grid-template-areas: none;
    }

    .repara-b ul {
        display: flex;
        flex-direction: column;
    }

    .swiper-content .content {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .swiper-content h1 {
        font-size: 22px;
    }

    .swiper-content .introtext {
        display: block;
        font-size: 17px;
    }

    .swiper-slide {
        align-items: flex-end;
        padding-bottom: 30px;
        justify-content: center;
    }

    .swiper-container {
        /* min-height: calc(100vh - 50px); */
    }

    .swiper-content {
        text-align: center;
        display: block;
        width: 100%;
    }
}

.navbar-default .off-canvas-toggle {
    position: absolute;
    right: 0;
}

@media(min-width:768px) {
    .small-nav .navbar-brand {
        margin: 5px 0;
    }
}

.module-title {
    /* text-align: center; */
}

.module-title h3, .ct-block h3 {
    display: inline-block;
    /* text-transform: uppercase; */
    /* color: #ffffff; */
    /* background: #0099fe; */
    letter-spacing: 1px;
    font-weight: 800;
    font-size: clamp(2rem, 2vw + 2rem, 4rem);
    /* font-size: 3vw; */
}

.module-title h3 span {
    /* display: inline-block; */
    /* padding: 10px 20px; */
    /* width: 100%; */
    /* border-width: 0 2px 2px 0; */
    /* border-bottom: 1px solid var(--color-primary); */
}

.copyright {
    margin: 0;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--color-primary);
}

.mod_as_contact_form_btn {
    border-radius: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a {
    transition: all 0.3s linear;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background: #003c61;
    color: #fff;
}

.topicons {
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(175, 175, 175, 0.5);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+50,f1f1f1+50,f6f6f6+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e1e1e1 50%, #f1f1f1 50%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e1e1e1 50%,#f1f1f1 50%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#e1e1e1 50%,#f1f1f1 50%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: top 0.3s ease-in-out;
}

.small-nav {
    top: 0;
}

.topicons ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* display: grid; */
    /* grid-template-columns: repeat(2, 190px); */
    font-size: 16px;
}

.topicons ul li {
    display: inline-block;
}

.topicons .container {
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
}

.topicons .container::before, .topicons .container::after {
    display: none;
}

.top-ct-r {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.top-ct-l {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 190px);
}

.topicons ul li a, .topicons ul li .follow-us {
    display: block;
    margin: 5px;
    line-height: 30px;
    padding: 6px 12px;
    height: 40px;
    color: #fff;
    background: #000;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s linear;
}

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


.whatsapp-top .fa {
    color: #24cf64;
}

.mail-top .fa {
    color: #888;
}

.facebook-top {
    background: #3b5998 !important;
}

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

.topicons ul li .fa {
    font-size: 1.5em;
    line-height: 20px;
    /* margin-right: 5px; */
}

.top-ct-l ul li .fa {
    margin-right: 5px;
}

.topicons .top-ct-r li a {
    border-radius: 50%;
    width: 40px;
}

.topicons ul li .follow-us {
    background: none;
    color: #333;
}

.topicons .top-ct-l li a {
    background: transparent;
    color: #003c61;
}

.topicons .top-ct-l li .fa {
    margin-right: 5px;
}

.topicons.ocultar {
    top: -50px;
    height: 0;
}


@media(max-width:660px){


    .topicons .top-ct-l li span{
    display: none;
}

.topicons .top-ct-l li a{
    width: 40px;
    border-radius: 50%;
}

.topicons .top-ct-l li .whatsapp-top{
    background: #25d366;
}

.topicons .top-ct-l li .mail-top{
    background: #003c61;
}

.whatsapp-top .fa, .mail-top .fa {
    color: #fff;
    margin: 0 !important;
}
.topicons ul li .follow-us{
    display: none;
}

.top-ct-r{
    text-align: center;
    width: 50%;
    align-items: center;
    justify-content: space-around;
}
.top-ct-l{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.topicons .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topicons ul li{}
}

.topicons li a:hover, .topicons li a:focus {
    background: #e2d9d9 !important;
    color: #6b6767;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.topicons li a:hover .fa, .topicons li a:focus .fa{}

.opiniones {
    padding: 2rem 0;
    background: #ededed;
}

.swiper-container {
    overflow-x: hidden;
}

.how {
    background: #ffffff;
}

.opiniones {}

.how .item-ct img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.swiper-content .content{}
@media(min-width:768px){
    
.swiper-content .content{
    max-width: 600px;
}
}


.swiper-button-next, .swiper-button-prev {
    color: var(--color-primary);
}

.swiper-pagination-bullet-active {
    background: red;
}

.nosotros {
    padding: 2rem 0;
    min-height: unset;
}

a.btn.btn-rounded.solid.btn-light {
    border-radius: 999rem;
    margin: 1rem auto;
    background-color: #fff;
    padding: 1ch 3ch; 
    color: #000;
    
}

.btn-wrap {
    text-align: center;
    width: 100%;
    display: block;
    padding: 3rem 0 1rem 0;
}

.btn-wrap .btn {
    border-radius: 9999rem;
    background-color: var(--color-primary);
}

#whatsapp-bottom .btn{width:52px;height:52px;display:flex;align-items:center;justify-content:center;color:#fff;line-height:1;border:none;transition:all 0.4s ease-in;border-radius:8px 0 0 8px;box-shadow:-2px 2px 5px #0000008c;background:#444;opacity: 1;font-size: 28px;}
#whatsapp-bottom .fa{font-size:30px;display:flex;text-shadow:1px 1px 6px rgba(0, 0, 0, 0.5);align-items:center;justify-content:center;}
#whatsapp-bottom .btn{background:#25d366;}
#whatsapp-bottom .btn:hover,#whatsapp-bottom .btn:focus{background: var(--color-primary);box-shadow:inset 0 0 10px #000;/* opacity:0.1; */}

#whatsapp-bottom {
    right: 0;
    position: fixed;
    z-index: 999;
    top: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    bottom: 9px;
}

.swiper-content h1 {
    font-size: 36px;
}