
.i-mobile-footer-icon {
    font-size: 25px;
}

.i-mobile-footer-text {
    font-size: 12px;
    margin: 0px;
}

.i-mobile-foot-fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 110;
}

.i-mobile-foot-area {
    height: 55px;
}

.i-mobile-footer-row {
    margin: 0px;
}

.i-mobile-footer-col {
    padding: 0px;
}

.i-mobile-footer-block {
    background-color: #323232;
    color: white;
    text-align: center;
    padding: 5px;
}

.i-mobile-footer-block-wsp {
    background-color: #01E675;
    color: whitesmoke;
}

.i-map-panel-img {
    margin: 10px 0px 20px;
    border-radius: 10px;
    border: 2px solid #000000;
}

.amp-container {
    overflow: hidden;
}

.catalog-container {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog-container>div {
    background-color: #f6f8fad4;
    padding: 10px 10px;
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
}

.catalog-container h1 {
    color: #0e88c9;
    font-size: 2em;
    font-weight: 600;
    width: 100%;
}

.catalog-container h2 {
    font-weight: 100;
    font-size: 1.5em;
    margin-top: 15px;
    color: #065783;
}

.catalog-container p {
    margin: 0px;
    font-size: 0.9em;
    opacity: 0.8;
}

.clipmed-container {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.clipmed-container>div {
    background-color: #f6f8fad4;
    padding: 55px 35px;
    backdrop-filter: blur(6px);
}

.clipmed-container h1 {
    color: #0e88c9;
    font-size: 2em;
    font-weight: 600;
}

.clipmed-container h2 {
    font-weight: 100;
    font-size: 1.7em;
    margin-top: 20px;
    color: #065783;
}

.clipmed-container p {
    font-size: 1em;
    opacity: 0.9;
}

.clipmed-container span {
    font-weight: 600;
    color: #065783;
}

.clipmed-container ul {
    list-style: none;
}

.clipmed-container li {
    font-weight: 600;
}

.catalog-container span {
    font-weight: 600;
    color: #065783;
}

.catalog-container ul {
    list-style: none;
    margin: 20px 0px;
}

.catalog-container li {
    font-weight: 500;
}

.catalog-column {
    width: 100%;
    padding: 0px 20px 0px 10px;
}

.catalog-pictures {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.catalog-pictures img {
    border-radius: 50%;
    border: 3px solid #0e88c9;
    max-width: 20%;
    margin: 5px;
}

.carousel-indicators {
    margin-bottom: 0px;
}

.header-logo-text {
    display: inline-block;
    font-size: 23px;
    font-family: Open Sans Condensed;
    font-weight: 600;
    vertical-align: middle;
}

.clients-titleBox {
    background-color: #f6f8fad4;
    padding: 15px;
    margin: 20px 0px 0px;
    backdrop-filter: blur(6px);
}

.clients-title {
    color: #464646;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.clients-subtitle {
    color: #464646;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.footer-bottom {
    text-align: center;
    padding: 20px 0px 10px;
    font-weight: bold;
}

.link-logo {
    color: white;
    text-decoration: none;
}

.link-logo:hover {
    color: whitesmoke;
}

.footer-widget {
    text-align: center;
    padding: 0px 10px;
}

.textwidget>p {
    padding: 0px;
    margin: 0px;
}

.footer-widget>h3 {
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    font-size: 27px;
    text-transform: uppercase;
}

.social-icon.social-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    border-radius: 5px;
}

.social-icon.social-gray {
    color: #aeaeae;
    background-color: #f3f3f3;
}

.social-icon:hover {
    background-color: #0e76a8!important;
}

.vision-img-box {}

.header-logo-img {
    max-height: 70px;
}

.footer-logo-img {
    max-height: 150px;
}

.vision-title {
    font-weight: 600;
    text-align: center;
    margin: 60px 0px 40px;
    font-family: 'Open Sans Condensed';
    font-size: 40px;
}

.vision-text-box {
    text-align: justify;
}

.vision-img-box>h3 {
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    font-size: 27px;
    margin: 10px 0px;
}

.clientes-slider-container {
    margin: 20px auto;
    background-color: #f6f8fad4;
    backdrop-filter: blur(6px);
}

.clients-slider-img-column {
    float: left;
    height: 100%;
    display: block;
    padding: 0px 20px 0px 0px;
}

.clients-slider-block {
    padding: 30px;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
}

.clients-slider-text {
    /* background-color: #0187c785;
    min-height: 500px; */
}

.clients-slider-block p {
    height: 300px;
    overflow: hidden;
}

.clients-slider-block img {
    margin: auto;
    max-height: 180px;
    display: block;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 5px;
}

.clients-slider-block h1 {
    font-size: 30px;
    font-weight: 100;
    margin: 0px 0px 15px;
}

.sec-clients {
    background-image: url('../img/home_bg.jpg');
    background-attachment: fixed;
    overflow: hidden;
}

.footer-container {
    padding: 40px 0;
    padding-bottom: 0;
    background-color: #0187c7;
    color: whitesmoke;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #a0a0a0;
}

.carousel-indicators .active {
    background-color: rgba(0, 85, 161, 0.54);
}

.home-slider-block {
    background-color: pink;
    height: 500px;
    background-size: cover;
    background-position-y: middle;
}

.header-container {
    border-bottom: 1px solid #eee;
    padding: 10px 25px;
}

.header-nav {
    text-align: right;
    font-size: 13px;
    color: #777;
    padding: 20px 0px;
    margin: 0px;
}

.header-nav>a>li {
    display: inline-block;
    margin: 0px 10px;
}

a {
    color: darkgrey;
}

a:hover {
    color: lightgrey;
}

body {
    font-family: 'Open Sans';
}

.l-logo {
    max-width: 300px;
}

.l-container {
    text-align: center;
    max-width: 600px;
    margin: 40px auto;
}

.l-tag {
    color: #244f69;
    font-weight: bold;
    font-size: 30px;
}

.l-construccion {
    background-color: #1f88c9;
    display: inline-block;
    padding: 10px 20px;
    color: whitesmoke;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 20px 0px;
}

.l-contacto-box {
    font-family: 'Open Sans Condensed';
}

.l-contacto-titulo-c {
    font-weight: 600;
    font-size: 20px;
    padding: 5px 0px 10px;
}

.l-contacto-titulo {
    color: #1f88c9;
    font-weight: 600;
    font-size: 32px;
}

.l-contacto-texto {
    font-size: 25px;
}

.l-facebook {
    color: #254f6a;
    font-size: 50px;
    margin: 20px 0px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .clients-slider-img {
        flex: 1;
    }
    .clients-slider-text {
        flex: 3;
    }
    .clients-slider-block {
        flex-direction: row;
        gap: 35px;
    }
    .clients-slider-block p {
        height: 150px;
        overflow: hidden;
    }
    .catalog-column {
        width: 70%;
        padding: 0px 20px 0px 10px;
    }
    .catalog-pictures {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .catalog-pictures img {
        border-radius: 50%;
        border: 5px solid #0e88c9;
        max-width: 170px;
        margin: 5px;
    }
    .catalog-container>div {
        padding: 50px 45px;
        flex-direction: row-reverse;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}