.top.home body {
    padding-top: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 25px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #444;
}

@media(max-width:1023px) {
    .container {
        width: calc(100% - 30px);
    }
}

.acm-hero.full-screen {
    width: 100%;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: right bottom;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    padding: 15px;
}

.acm-hero.style-light .hero-heading {
    width: 100%;
    text-shadow: 2px 2px 4px #000000c2;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    padding: 0;
}

header.nav.navbar-fixed-top {
    transition: all 0.3s linear;
    background: rgba(255, 255, 255, 0.75);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    background: none;
}

.navbar-default .navbar-nav>li a {
    text-transform: uppercase;
    transition: 0.3s linear;
    color: #be1522;
    font-size: 16px;
}

.navbar-default .navbar-nav>li:last-child>a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background: #f39200;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
    color: #000000;
}

.page-header {
    color: #ffffff;
    border-bottom: none;
}

.t3-wrapper {
    min-height: calc(100vh - 130px);
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
textarea {
    border-radius: 0;
    background: #f1f1f1;
    box-shadow: inset 1px 1px 4px #ddd;
    border-color: transparent;
}

label {
    text-indent: 1em;
    color: #7d7d7d;
}

textarea.form-control {
    border-radius: 0;
    background: #f1f1f1;
    min-height: 120px;
    overflow-y: auto;
    border-width: 0;
}

.mod_as_contact_form .control-group {
    width: 100%;
}

.copyright {
    margin: 0;
    padding: 5px inherit;
    text-align: center;
}

@media(min-width:768px) and (max-width:1024px) {
    .sticky-nav {}

    .navbar-default .navbar-nav>li>a {
        letter-spacing: 0;
        font-size: 15px;
    }
}

@media(min-width:560px) and (max-width:768px) {
    .features-item {
        width: 100%;
    }

    .features-item h3 {
        min-height: auto;
    }

    .features-item .img-icon {}

    .features-item ul {
        overflow: hidden;
        font-size: 15px;
    }
}

.navbar-default .navbar-toggle {
    background: #ffffff;
    color: #ba141e;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #bd1620;
    color: #fff;
}

.page-header {background-image: url(header-bg.jpg);height: 170px;display: flex;align-items: flex-end;}

.t3-content {
    padding-top: 0;
    min-height: 50vh;
}

.page-title,
.page-header h1 {
    font-weight: 700;
    text-shadow: 2px 2px 1px #000;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}

.t3-footer {
    border: none;
}

@media(max-width:1024px) {
    .features-item .img-icon {
        width: 45%;
    }

    .byside {
      
        padding: 15px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media(max-width:768px) {
    .page-header {
        background-size: cover;
    }

    .page-title,
    .page-header h1 {
        font-size: 24px;
    }

    .sticky-nav .navbar-header {
        display: block;
    }

    header.nav.navbar-fixed-top.sticky-nav {}

    .navbar-default .navbar-nav>li a {
        background: transparent;
    }

    .navbar-default .navbar-nav>li:not(:last-child) a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .flex-row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .features-item {
        margin-bottom: 15px;
        display: block;
    }
}

.navbar-brand {
    display: block;
    padding: 0;
}

.page-title,
.page-header h1 {
    color: #ffffff;
    display: inline-block;
    background: #353589;
    padding: 5px 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin: 0 10px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
    height: 54px;
    font-size: 42px;
}

.t3-footer a {
    color: #ffffff;
}

.t3-mainbody {
    padding-top: 0;
    padding-bottom: 0;
}

.logo-img {
    transition: height 0.3s linear;
}

.sticky-nav .navbar-brand {
    transition: 0.3s linear;
    height: 91px;
}

.item .article-header h2 a:hover {
    color: #666;
}

.small-nav .navbar-brand {
    transition: none;
    height: 60px;
}

.acm-hero.style-light .btn.btn-border {
    border-color: #fff;
    color: #fff;
}

a {
    transition: all 0.3s linear;
}

.acm-hero.style-light .btn.btn-border:hover {
    background: #000;
    color: #fff;
    border-color: transparent;
}

@media(min-width:640px) {
    .pull-right.item-image {
        margin: 0 0 25px 25px;
    }

    .pull-left.item-image {
        margin: 0 1em 1em 0 !important;
        width: 40%;
    }
}

header.nav.navbar-fixed-top.small-nav {
    */ box-shadow: 0 2px 5px #0000002e;
}

.module-title {
    padding: 0;
}

.home .page-header {
    height: auto;
    background: none;
    border: none;
}

.home .page-title,
.home .page-header h1,
.home .module-title h2 {
    color: initial;
    text-shadow: none;
    background: transparent;
    font-size: 27px;
    color: #fcfcfc;
    letter-spacing: 2px;
    padding: 0;
    display: inline-block;
}

.item .article-header h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
}

.t3-mainbody {
    padding: 0;
    padding-top: 0;
    font-family: "Times New Roman", serif;
    font-size: 1.3em;
}

section.main-box.home-gal {
    padding-bottom: 30px;
}

.spot-1 {
    box-shadow: 0 0 40px -26px rgba(0, 0, 0, 0.4);
    position: relative;
    border-bottom: 1px solid #d6f2f8;
    background: #337582;
    color: #fff;
}

.bottom-btn .btn {
    box-shadow: 0 5px 8px -3px #00000078;
    transition: all 0.3s linear;
    background: #2e636e;
    border-color: #2e636e;
}

.bottom-btn {
    padding: 20px 0;
}

#sigplus_39578af46d2caee1bbbbaf7576057772 li a {
    background: rgba(255, 255, 255, 0.2);
    margin: 8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

#sigplus_39578af46d2caee1bbbbaf7576057772 li a img {
    border-radius: 8px;
}

.bottom-btn .btn:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    background: #428e9d;
    border-color: transparent;
    color: #fff;
}

.home .page-header h1 {
    color: #428e9d;
    font-weight: 700;
}

.home .page-header h1::after {
    background: #2e636e;
}

.hero-btn-actions .btn {
    border-radius: 1.3em;
    background-color: #4da7af;
    color: hsla(185, 39%, 15%, 1);
    font-weight: 700;
    font-size: 18px;
    background: #4da7af;
    background: -moz-linear-gradient(top, #4da7af 0%, #78c39f 87%);
    background: -webkit-linear-gradient(top, #4da7af 0%, #78c39f 87%);
    background: linear-gradient(to bottom, #4da7af 0%, #78c39f 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da7af', endColorstr='#78c39f', GradientType=0);
    border: none;
    box-shadow: 0 10px 14px -13px rgba(0, 0, 0, 0.6);
}

.btn {
    transition: all 0.3s linear;
    border-radius: 1.5em;
}

.acm-hero .hero-btn-actions .btn:hover {
    background: #428e9d;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}

.social-head {
    position: absolute;
    top: 100%;
    right: 10px;
    background: rgb(255, 255, 255);
    padding: 3px;
    border-radius: 0 0 8px 8px;
    transition: opacity 0.3s linear;
    line-height: 15px;
}

.social-head .social-menu-bar {}

.social-head .social-menu-bar .btn {
    background: rgba(7, 40, 62, 0.6);
    box-shadow: none;
    margin: 2px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-head .social-menu-bar a .fa {
    width: 20px;
    height: 20px;
    position: static;
    line-height: initial;
    font-size: 1.3em;
}

.social-head .social-menu-bar a:last-child {
    margin-right: 0;
}

header.nav.navbar-fixed-top.small-nav .social-head {
    opacity: 0;
}

.contact-item.left {
    text-align: left;
    display: block;
    padding: 8px;
}

.logo-top img {
    height: 90px;
    width: auto;
}

.logo-top svg {
    max-width: 100%;
    height: 90px;
    fill: #428e9d;
}

header.nav.navbar-fixed-top {
    background: rgba(42, 42, 131, 0.95);
}

header.nav.navbar-fixed-top.small-nav svg {
    height: 40px;
}

.home header.nav.navbar-fixed-top.small-nav {}

.home .logo-top svg {
    fill: #fff;
}

.home .navbar-default .navbar-nav>li a {}

@media(min-width:640px) {
    ul.ports {
        column-count: 2;
    }
}

.ports {
    margin: 30px 0;
    list-style-type: none;
    padding: 0;
}

.ports li {
    line-height: 1.5;
    display: flex;
    align-items: center;
}

ul.ports li::before {
    display: inline-block;
    content: '\f13d';
    font-family: 'Fontawesome';
    margin-right: 10px;
    font-size: 10px;
    color: #ccc;
}

.home .social-head {
    background: rgba(14, 91, 129, 0.58);
    color: #ccc;
}

h3 {
    color: #132C2C;
}

@media(max-width:768px) {
    .logo-top svg {
        height: 40px;
    }
}

@media(min-width:768px) {
    .off-canvas-toggle {
        display: none;
    }
}

.navbar-default .off-canvas-toggle {
    margin-top: 5px;
    background: rgb(255, 255, 255);
    color: #c1202d;
}

.linked-articles .items-row-flex {
    display: block;
}

.linked-articles .items-row-flex .item {
    margin-bottom: 15px;
    padding: 15px;
}

.linked-articles .items-row-flex .item iframe {
    width: 100%;
}

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

.t3-footnav .t3-module .module-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: 1px;
    display: inline-block;
}

.t3-footnav .t3-module h4 {
    color: darkcyan;
}

.t3-footnav .t3-module .module-title::after {
    display: block;
    width: 50%;
    height: 3px;
    content: '';
    background: #128b8b;
    margin-top: 10px;
}

.t3-footnav {
    padding: 0;
}

.t3-copyright {
    border-color: transparent;
}

.navbar-default .off-canvas-toggle {
    margin-top: 26px;
}

.home .navbar-default .off-canvas-toggle {
    background: transparent;
    color: #c63540;
}

.t3-off-canvas .t3-off-canvas-header h2 {
    font-size: 13px;
    font-weight: 400;
}

.t3-off-canvas {}

.t3-off-canvas .close {
    opacity: 1;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.small-nav .navbar-default .off-canvas-toggle {
    margin-top: 10px;
}

html:not(.home) body {}

.t3-sl-4 {
    padding: 3em 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 42%, rgba(231, 231, 231, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=1);
    background-size: cover;
    background-repeat: no-repeat;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 42%, rgba(201, 201, 201, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 42%, rgba(201, 201, 201, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 42%, rgba(201, 201, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c9c9c9', GradientType=1);
}

.t3-footer h3 {
    color: #fff;
    font-size: 24px;
}

.t3-footer a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}

.t3-footer p .fa {
    color: #000;
    opacity: 0.5;
    font-size: 13px;
}

.btn:hover {
    background: #ffffff !important;
    color: #060606 !important;
    box-shadow: none;
    text-shadow: 0px 1px 1px #fff;
}

.contact-form legend {
    font-size: 13px;
}

#sigplus_cbffd9181d1ec9993e55b537bd83bb16 ul>li img {
    border-radius: 1em;
    background: #fff;
    box-shadow: 2px 2px 5px #ddd;
}

.top a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.top a .fal,
.top a .fab {
    color: #0079dc;
    font-size: 26px;
    line-height: 1;
    padding: 2px;
    margin-right: 8px;
    transition: all 0.3s;
}

.top a b {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    transition: all 0.3s;
}

#acm-slideshow-97 .mod_as_contact_form {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #276190c4;
    padding: 1em;
}

.acm-hero .container {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.acm-hero .container::after,
.acm-hero .container::before {
    display: none;
}

.swiper-container {
    min-height: 100vh;
}

.swiper-slide {
    display: flex;
    align-items: center;
    padding-left: 65px;
}

.swiper-content h1 {
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 0 2px 2px #000;
}

.top-box {
    position: relative;
}

.simple-module {
    position: absolute;
    top: 20px;
    right: 70px;
    z-index: 2;
    max-width: 400px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-module .well {
    text-align: center;
    color: #fff;
}

.simple-module .well p {
    margin: 0;
    font-size: 23px;
}

.simple-module .well h3 {
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

::placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #0079dc;
}

.simple-module .module-ct {
    background: rgba(11, 11, 30, 0.7);
    padding: 15px;
}

.action-block {}

.map-block {
    position: relative;
}

.map-block .address {
    position: absolute;
    padding: 30px;
    min-height: 200px;
    top: 50px;
    background: rgba(0, 5, 15, 0.90);
    right: 60px;
    color: #fff;
    box-shadow: 0 0 15px #0000009c;
    font-size: 16px;
}

.map-block .address a {
    color: #fff;
}

.map-block .address h3 {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #5c82c2;
    font-size: 20px;
    text-transform: uppercase;
}

@media(max-width:768px) {
    .map-block .address {
        position: static;
    }

    .simple-module {
        position: static;
        min-height: auto;
        width: 100%;
        max-width: initial;
    }

    .simple-module .module-ct {
        background: #29297d;
        width: 100%;
    }

    .swiper-slide {
        padding-left: 0;
        text-align: center;
        justify-content: center;
    }

    .swiper-slide h1 {
        font-size: 32px;
    }
}

svg.icon {
    fill: #d2d2ed;
    width: 70px;
    height: 70px;
    margin: 10px;
    filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.4));
  display:block;
  overflow: visible;
}

.features-item {
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 250px;
    background: #fff;
    margin: 15px;
    min-height: 240px;
}

.font-icon {
    width: 130px;
    height: 130px;
    background: #001647;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 35px;
}

.servicios {
    min-height: 70vh;
    background: #eee;
}

.byside h3 {
    display: inline;
    font-size: 22px;
}

.divider {
    display: inline-block;
    padding: 0;
}

.module-title h3 {
    text-align: center;
    font-weight: 700;
    color: #282980;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 34px;
}

.module-title h3 span {}

.byside h3 {
    font-size: 21px;
    color: #343488;
  margin: 0;
}

.features-description {
    text-align: center;
    margin-bottom: 2em;
}

.features-description::after {
    background: rgba(3, 116, 214, 0.3);
    display: block;
    content: '';
    width: 30%;
    margin: 10px auto;
    height: 6px;
    border-radius: 3px;
}

.acerca-de {
    text-align: center;
    min-height: 70vh;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body h2 {
    color: #2a2a83;
    font-size: 30px;
}

.small-nav .top a b,
.small-nav .top a .fal {
    transform: scale(0.8);
}

.topmenu {
    grid-area: topmenu;
    margin-right: 15px;
    position: absolute !important;
    right: 15px;
    background: rgba(42, 42, 131, 0.95);
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 3px -2px #000;
    display: inline-flex;
    transition: transform 0.3s linear;
}

.navtop {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    margin: 0;
}

.navtop li {
    display: inline-block;
    margin: 4px;
    text-align: center;
}

.navtop li a {
    color: #fff;
    display: inline-flex;
    padding: 8px 12px;

    align-items: center;
    justify-content: center;
}

.navtop li a .fal {
    color: #0079dc;
    margin-right: 5px;

}

.top {
    width: 100%;




}

.top-icons {
    text-align: center;
}

@media(max-width:600px) {
    .top a b {
        display: none;
    }

    .sticky-nav .container {
        display: grid;
        grid-template-columns: 1fr 90px;
        grid-template-areas:
            "nav-header topnav";
        align-items: center;
    }

    .sticky-nav .navbar-header {}

    .top a {
        display: inline-flex;
    }

    .top-icons {
        grid-area: topnav;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-top: 5px;
    }

    .link-text {}

    .topmenu {
        margin: 0;
        text-align: center;
    }

    .navtop {
        align-items: center;
        justify-content: center;
        text-align: center;

        padding: 0;
    }
}

.topct {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.navtop li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.article-content p::first-letter {
    font-size: 3em;
    color: #353589;
line-height: 1;
    font-family: serif margin:0 5px 5px 0;
}

.t3-mainbody p {
    text-align: justify;
}


   .item-image img{
       max-width: 100%;
       height:auto; 
    }
    .embed-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;max-width: 100%;margin-bottom: 1em;} .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.divider-vertical {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.social-share-icon ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    
    max-width: 280px;
    
    justify-content: center;
    text-align: center;
    margin: 15px auto;
  }
  .social-share-icon ul li {
    list-style-type: none;
    display: block;
    
    width: 25%;
  }
  .social-share-icon ul li a {
    display: flex;
    background: #ccc;
    align-items: center;
    justify-content: center;
    padding: 11px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s linear;
  }
  .social-share-icon ul li a.facebook {
    background-color: #3b5998;
  }
  .social-share-icon ul li a.twitter {
    background-color: #00aced;
  }
  .social-share-icon ul li a.gplus {
    background-color: #db4437;
  }
  .social-share-icon ul li a.whatsapp {
    background-color: #25d366;
  }
  .social-share-icon ul li a:hover {
    background: #333;
    box-shadow: inset 0 0 10px #000;
  }
  @media (max-width: 768px) {
    .article-social-share.top {
      display: none;
    }
    .article-social-share.bottom {
      /* width: 100%; */
      /* position: fixed; */
      /* padding: 0; */
      /* margin: 0; */
      /* bottom: 0; */
      /* left: 0; */
      /* z-index: 1; */
    }
    .social-share-icon ul {
      align-items: stretch;
      width: 100%;
      margin: 0;
      max-width: 100%;
      
      
    }
    .social-share-icon ul li {
      width: 25%;
    }
  }

.article-social-share {
    width: 100%;
    float: left;
    margin: 2em 0;
}

.hidethis {
    transform: scale(0);
    transform-origin: top center;
}