﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .slider4 {
        background-position: top;
        height: 90px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }
}

/*_Layout*/
#top-header {
    background: #154c7e;
    color: white;
}



@media screen and (max-width: 576px) {
  /*  .navbar .dropdown-item {
        white-space: pre-wrap;
    }*/
    .img-fluid.logo1 {
        max-width: 70%;
        height: auto;
    }

    .img-fluid.logo2 {
        max-width: 100%;
        height: auto;
    }
    .slider4 {
        background-position: top;
        height: 90px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-light .navbar-nav .nav-link,
.dropdown-item {
    color: #154c7e;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #154c7e;
    font-weight: 600;
}

.navbar-light .navbar-toggler {
    border-color: white;
}

#search-home .form-control {
    border-radius: 0;
    border: 2px solid #eaeaea;
}

#search-home .btn-outline-success {
    background: rgba(21,76,126,0.7);
    border-color: transparent;
    border-radius: 0px;
    color: white;
    padding: 0.4em 1.5em;
    font-size: 14px;
}

#search-home .btn-outline-success:hover,
#search-home .btn-outline-success:focus,
#search-home .btn-outline-success.focuss {
    box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
    text-decoration:none;
}

.iconBtnLogin{
    margin-left:0.5rem;
}

footer {
    background-image: url(../images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 321px) {
    .login-mobile {
        margin-left: 7.8rem!important;
    }
    .slider4 {
        background-position: top;
        height: 90px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }
}

@media (min-width: 321px) and (max-width: 410px) {
    .login-mobile {
        margin-left: 10.7rem !important;
    }

    .slider4 {
        background-position: top;
        height: 90px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }
}
@media (min-width: 400px) and (max-width: 667px) {
    .slider4 {
        background-position: top;
        height: 90px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }
}

@media (min-width: 411px) and (max-width: 667px) {
    .login-mobile {
        margin-left: 14.5rem !important;
    }
    .slider4 {
        background-position: top;
        height: 90px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .login-mobile {
        margin-left: 33.5rem !important;
    }
    .slider4 {
        background-position: top;
        height: 90px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .login-mobile {
        margin-left: 0.5rem !important;
    }

    #tags {
        width: 130px;
    }
}

@media (max-width: 576px) {
    .navbar .container {
        width: 100%;
    }
    .slider4 {
        background-position: top;
        height: 90px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }
}

@media (min-width: 1200px) {
    .custom-search {
        margin-left: 25rem;
        width: 22rem !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .custom-search {
        margin-left: 16rem;
        width: 20rem !important;
    }

}

/*End _Layout*/
/* Cabecera Home */
.imgCabecera {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    max-width: 1920px;
    height: 25rem;
    /*background-image: url("../images/CiudadPanamaCabecera.jpg");*/
    /* background-image: url("../images/banner_AIG_web.jpg");*/
}
    .imgCabecera a {
        height: inherit;
        width: auto;
    }

/* Títulos home */

.tituloSeccion {
    margin: 2rem 0rem 0rem;
    padding-left: 0px;
    padding-right: 0px;
}

.firstLetter {
    color: #1a2c56;
    font-size: 30px;
    margin-left: 3rem;
    margin-bottom: 1rem;
}

.newTitle {
    color: #6780a1;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 1rem;
}

.titulo {
    height: 12px;
    border-bottom: 0px solid transparent;
    background-image: linear-gradient(45deg, #314d7c, #6780a1, #bbd5f6, #f2ffff);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 5px #152650;
}

/* Sección Trámites */

.bgColumn {
    padding: 25px 15px;
    margin: 1rem;
    box-shadow: 2px 2px 5px rgba(10, 33, 56, 0.8);
    height: 30rem;
    min-height: 10rem;
    position: relative;
    z-index: 3;
    width: 30%;
    max-width: 30%;
    max-height: 30rem;
    /*overflow-y: overlay;*/
}

.column1 {
    background-color: #1a2c56;
}

.column2 {
    background-color: #485678;
}

.column3 {
    background-color: #828da7;
}

.bgColumn h5 {
    color: #ffffff;
    font-size: 0.75em;
    text-align: left;
    padding: 20px 40px;
}

.bgColumn ul {
    padding-left: 1.75rem;
    height: 17rem;
    max-height: 17rem;
    overflow-y: overlay;
}

li.tramiteText a:hover, li.tramiteText a:focus, li.tramiteText a:active {
    color: #6dbaff;
    outline-color: none;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #c8e5ff;
    font-style: italic;
}

li.tramiteText:focus {
    outline-color: transparent;
    outline: none;
}



.iconVerMas {
    color: #ffffff;
    font-size: 2em;
    float: right;
    margin-right: 1.5rem;
}

/* Banner salud pasajero */

.bgTramitePasajero {
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: left;
    height: 13rem;
    max-width: 2000px;
    background-image: url(../images/bannerTramiteSaludPasajero.jpg);
}

h3.titleTramitePasajeros{
    color:#ffffff;
    font-size:24px;
    padding:3rem 3rem 1rem;
    margin:3rem 2rem 0rem 3rem;
}

h4.titleContentTramitePasajero {
    color: #ffffff;
    line-height: 1.75;
    padding: 0rem 3rem 1rem;
    margin-left: 4rem;
    font-size: 21px;
    margin-top: -4rem;
}

.btnHomeBanner {
    background-color: #fff;
    color: #1a2c56;
    box-shadow:1px 3px 5px #152650;
    padding:0.5em 1.5em;
    float:right;
}

a.btnHomeBanner {
    color: #154c7e;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0px;
}


/*Start CSS site old*/

/* contenido Home*/

.slider-carrusel {
    background-color: transparent;
    padding: 0px;
}

#carousel-img .carousel-indicators {
    margin-top: -10%;
}

#carousel-noticias .carousel-indicators {
    margin-top: 20%;
}

    #carousel-img .carousel-indicators li, #carousel-noticias .carousel-indicators li {
        width: 80px;
        height: 10px;
        background-color: #ffffff;
        border: 1px solid #154c7e;
        border-radius: 0px;
        padding: 0.1rem .50rem;
        margin-left: 10px;
        box-shadow: 1px 1px 5px #0e3558;
    }

        #carousel-img .carousel-indicators li.active, #carousel-noticias .carousel-indicators li.active {
            background-color: #154c7e;
        }


.botoneraSlider {
    display: inline-block;
    background-color: transparent;
    position: relative;
    z-index: 100;
}

.btn.smallBtn {
    width: 80px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #154c7e;
    border-radius: 0px;
    padding: 0.1rem .50rem;
    margin-left: 10px;
    box-shadow: 1px 1px 5px #0e3558;
}

    .btn.smallBtn:active, .btn.smallBtn:focus, .btn.smallBtn:visited {
        background-color: #154c7e;
    }

button.smallBtn.active {
    background-color: #154c7e;
}

.hidden {
    display: none;
}


/* Buscador */


.icono-buscar {
    color: #869ab8;
    background-color: #fff;
    border: none;
}

.input-buscar {
    border: none;
}

.btn-buscar {
    background-color: #154C7E;
    border: none;
    border-radius: 0px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 15px 0 0;
}

.btn-buscar {
    background-color: #154C7E;
    border: none;
    border-radius: 0px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 15px 0 0;
}

    .btn-buscar:focus .btn-buscar.focus {
        background-color: #154c7e;
    }

    .btn-buscar:hover {
        background-color: #0e3558;
    }

.estilo-input {
    border: 2px solid #eaeaea;
    margin: 0 15px;
}

    .estilo-input:focus, .estilo-input:active {
        border: 2px solid #eaeaea;
        margin: 0 15px;
    }

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

/* Dashboard y funcionalidades */
/*Dashboard*/

.funcionalidades-wrapper {
    padding: 2rem;
    margin-top: 1rem;
}

.dashContent {
    margin: 0.5rem 1rem 1rem;
}

    .dashContent.fila1 {
        margin: 0rem;
    }

    .dashContent.fila2 {
        margin: 0.5rem 0rem 0rem;
    }

.imgDashboard {
    padding: 40px 20px 30px 30px;
    background-color: rgba(10, 33, 56, 0.8);
    border: 1px solid #154c7e;
    box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
    height: auto;
    margin: 1rem 0.5rem 0rem;
    width: 90%;
}

.fila1 .imgDashboard {
    padding: 2.5rem 1rem 1rem 3.5rem;
    background-color: #bfd0dc;
    border: none;
    box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
    height: auto;
    margin: 0rem 0.5rem 0rem 0rem;
}

.fila2 .imgDashboard {
    padding: 2.5rem 1rem 1rem 3.5rem;
    background-color: #bfd0dc;
    border: none;
    box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
    height: auto;
    margin: 0rem 0.5rem 0rem 0rem;
}

.iconoDash {
    color: #424e5f;
    margin-right: 0.05rem;
    margin-top: 0.35rem;
}

.textIndicador {
    display: inline-flex;
}

    .textIndicador h6 {
        font-size: 1.5rem;
        margin-right: 0.75rem;
        color: #424e5f;
    }


.textoInferior {
    float: left;
}

    .textoInferior p {
        font-size: 0.8rem;
        vertical-align: text-top;
        margin-top: 0px;
        margin-left: 0rem;
        color: #424e5f;
        font-weight: 500;
    }

h5.titulo {
    color: #154c7e;
    margin-left: 0;
    padding: 5px 20px 10px 0px;
}

/*nuevo diseño de los beneficios*/
.benefits {
    border: none;
    box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
    height: 90px; 
    text-align: center!important;
}

.custom-color {
    background-color: #6780a1;
}

.b-claro {
    color: #fff !important;
}

.b-green {
    color: #22b9ab!important;
}

.b-red {
    color: #ff000094!important;
}

.b-subtitle {
    color: #6780a1 !important;
    font-weight: 500;
}

.short-p-hour {
    padding-left: 4.5rem;
    padding-right: 5rem;
    white-space: nowrap;
}

.short-p-m3 {
    padding-left: 3rem;
    padding-right: 3rem;
    white-space: nowrap;
}

.long-p {
    font-size: 14px;
}

@media (max-width: 360px) {
    .short-p-m3 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
}

@media (min-width: 375px) and (max-width: 1024px) {
    .short-p-m3, .short-p-hour {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
}

@media (min-width: 360px) and (max-width: 1024px) {
    .mobile-p {
        padding-left: 5rem!important;
        padding-right: 5rem!important;
        white-space: nowrap;
    }
}

@media (min-width: 425px) and (max-width: 1024px) {
    .mobile-p-3erd {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        white-space: nowrap;
    }
}

@media (min-width: 360px) and (max-width: 425px) {
    .mobile-p-4th {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        white-space: nowrap;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    .mobile-p-4th {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
        white-space: nowrap;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .mobile-p-4th {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        white-space: nowrap;
    }
}
/*End Diseño beneficios*/

    /*Funcionalidades*/
    .imgSection {
        width: 100%;
        padding: 20px;
    }

    .imgBox {
        padding: 10px 15px;
        background-color: #f5f5f5;
        border: 1px solid #eee;
        box-shadow: 0px 1px 5px #ccc;
        height: 12rem;
        margin-left: 1rem;
    }

    .contentSection {
        margin-top: 5rem;
        padding-left: 0rem;
        background-color: #6780a1;
        height: 10rem;
        position: relative;
        z-index: 10;
    }

    .card {
        padding: 2rem 0.75rem;
        height: 14rem;
        margin: 0.5rem;
        background-color: #fff;
        border: 1px solid #eee;
        box-shadow: 0px 1px 5px #ccc;
    }


    img.card-img-top {
        width: 32%;
        margin-left: 33%;
        margin-bottom: 8px;
    }


    /*  media query para Home */


    @media (min-width: 300px) {

        a.logo2 img {
            width: 160px;
        }

        .textoPanamaDigital img {
            width: 110px;
        }

        .menuNavegacion {
            float: left;
            text-align: left;
            padding: 10px 25px;
            box-shadow: 2px 2px 5px #ddd;
            width: -webkit-fill-available;
            height: 3.5rem;
        }

        .col-xs-4.justify-content-start {
            width: 10%;
            margin-top: 1rem;
        }

        a.navbar-brand {
            color: #154c7e;
            list-style-type: none;
            padding-top: 5%;
            font-size: 1.1rem;
        }

        .buscador {
            display: none;
        }

            .buscador .ui-widget {
                width: 100%;
            }

        .estilo-input#tags {
            border: 2px solid #eaeaea;
            margin: 0 15px;
            width: 70%;
        }

        ul#ui-id-1 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 40% !important;
            top: 14% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
        }

        ul#ui-id-2 {
            z-index: 500;
            padding: 0.75rem 0.5rem;
            left: 5% !important;
            top: 43% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
            position: absolute;
            min-width: 50%;
        }

        #ui-id-2 li.ui-menu-item {
            line-height: 1.75rem;
            font-size: 0.85rem;
        }


        .btn.btnLogin {
            background-color: rgba(21,76,126,0.7);
            color: #ffffff;
            text-transform: uppercase;
            border-radius: 0px;
            padding: 0.4rem 2em;
            float: right;
            font-size: 14px;
            box-shadow: 1px 1px 5px #2d5c84;
            margin-right: 0.75rem;
        }

        .btn.form-control.btnLogin {
            margin-right: 0;
        }

        .btnLoginUser {
            position: absolute;
            z-index: 300;
            right: 1%;
        }

        button.navbar-toggler {
            float: left;
            color: #5a81a4;
            font-size: x-large;
            font-weight: 400;
        }

        .navbar-collapse.collapse.show .navbar-nav {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: column;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            padding: 5px 10px;
        }

        .menuNav.col-sm-12 {
            margin-bottom: 0.5rem;
            padding-left: 0;
            position: absolute;
            z-index: 301;
            width: 75%;
        }

        .menuNav .dropdown-menu.show {
            background-color: #fff;
        }

        .menuNav .dropdown-menu a {
            color: #154c7e;
        }

        /* .dropdown-menu.show {
        min-width: 255px;
    }
*/
        div#menuMobile {
            background-color: rgba(90, 129, 164, 0.98);
            width: 100%;
            top: 2.5rem;
            position: relative;
            left: 0;
            padding-bottom: 15px;
        }

        #menuMobile ul.navbar-nav {
            display: inline-grid;
            padding: 20px 0px;
            margin-left: -3rem;
            margin-top: 1rem;
        }

        #menuMobile li.navbar-item {
            padding: 0.75rem 0.5rem;
        }

        .menuNavegacion ul li a {
            color: #ffffff;
            padding: 0.1rem 1rem;
        }

        .filaBuscadorMovil {
            margin-top: 1.5rem;
            width: 100%;
        }

        .col-xs-12.buscadorMovil {
            margin-top: 0.5rem;
        }

        .slider {
            background-position: center;
            height: 16rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            background-size: cover;
        }
        .slider4 {
            background-position: top;
            height: 350px;
            background-repeat: no-repeat;
            background-position-x: 0;
        }

        .slider-wrapper-movil {
            height: 5rem;
            display: flex;
            margin-top: 0rem;
        }

        .col-sm-12.col-xs-12.cabeceraMovil {
            padding: 0px;
        }

        .firstLetter {
            color: #1a2c56;
            font-size: 22px;
            margin-left: 1rem;
            margin-bottom: 1rem;
        }

        .newTitle {
            color: #6780a1;
            text-transform: uppercase;
            font-size: 16px;
            margin-bottom: 1rem;
        }

        /* cabecera imagen home */
        .imgCabecera {
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: left;
            max-width: 1920px;
            height: 6rem;
            /* background-image: url(../images/CiudadPanamaCabecera.jpg); */
            /* background-image: url(../images/banner_AIG_web.jpg); */
        }
        /* .bgHeaderMovil {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 6rem;
        background-image: url("../images/banner_AIG_web.jpg");
       
    }*/

        .bgHeaderMovil a {
            height: inherit;
            width: auto;
        }



        /* banner salud pasajero entrada Panamá */

        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 10rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }

        .fileTitlePasajero {
            height: 2rem;
        }

        .btnPasajero {
            margin-top: 10%;
            float: right;
        }

        h3.titleTramitePasajeros {
            color: #ffffff;
            font-size: 12px;
            padding: 1.25rem 1rem 1rem;
            margin: 1rem 2rem 0rem 1rem;
            line-height: 1.25rem;
            text-align: center;
        }

        .secondaryTitlePasajero {
            display: none;
        }

        h4.titleContentTramitePasajero {
            display: none;
        }

        .btnHomeBanner {
            background-color: #fff;
            color: #1a2c56;
            box-shadow: 1px 3px 5px #152650;
            padding: 0.35em 1rem;
            float: right;
            margin-top: 13%;
            margin-right: 26%;
        }

        /* Apartado Slider*/

        .botoneraFile {
            display: none;
        }

        .botoneraSlider {
            display: none;
        }

        #carousel-img {
            height: 6rem;
        }

        .iconoInstitucion {
            text-align: center;
            padding: 5rem;
        }

        .bgNameInstitucion {
            background-color: #ffffff;
            height: 87px;
            width: 100%;
            border: 1px solid #154c7e;
            padding-top: 0.5rem;
        }

        #instituciones {
            height: 16rem;
        }


        #carousel-img .carousel-inner, #carousel-img .carousel-item {
            height: 7rem;
            background-size: contain;
        }

        #carousel-img .carousel-indicators li, #carousel-noticias .carousel-indicators li {
            width: 35px;
            height: 4px;
            background-color: #ffffff;
            border: 1px solid #154c7e;
            border-radius: 0px;
            padding: 0.1rem .50rem;
            margin-left: 10px;
            box-shadow: 1px 1px 5px #0e3558;
        }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 15;
            display: -ms-flexbox;
            display: none;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 0;
            margin-right: 15%;
            margin-left: 15%;
            list-style: none;
        }

        .slider-instituciones {
            margin-bottom: 50px;
            display: inline-flex;
            height: 19rem;
        }

            .slider-instituciones .slider {
                height: 18rem;
                margin-top: 3rem;
            }

        .iconoInstitucion {
            text-align: center;
            padding: 3rem 2rem 1rem 2rem;
        }

        .bgNameInstitucion {
            background-color: #ffffff;
            height: 7rem;
            width: 100%;
            border: 1px solid #154c7e;
            padding-top: 1.5em;
            margin-bottom: 0;
            margin-top: 2rem;
        }

        #instituciones {
            height: 20rem;
        }

        .bgInstitucion {
            background-color: #154c7e;
            height: auto;
            margin: 10px 10px 0px 20px;
            padding: 10px 0px 0px;
        }

        .iconoAtras {
            margin-left: 0rem;
            font-size: 20px;
            color: #154c7e;
        }

        .iconoAdelante {
            font-size: 20px;
            color: #154c7e;
        }

        .anterior {
            float: right;
            padding-left: 2rem;
            margin-left: 1rem;
        }

        /*padding-left: 2rem; padding-right: 2rem;*/
        .posterior {
            float: left;
            margin-right: 1rem;
            padding-right: 1rem;
            margin-left: -1.3rem;
        }

        .anterior, .posterior {
            vertical-align: middle !important;
            margin-top: 10rem;
        }

        p.siglasText {
            font-size: 20px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }


        /* Apartado comunicados */

        .row.comunicados-wrapper {
            padding: 0px;
            margin: 0;
        }

        .bgComunicados h2 {
            color: #154c7e;
            margin-left: 1%;
            padding: 30px 15px 0px;
            font-size: x-large;
        }

        .bgComunicados {
            padding: 0.5rem 0.1rem;
        }

        .bgColumnComunicado {
            background-color: #ffffff;
            padding: 0.5rem 0.5rem 0rem;
        }

        .row.titulosComunicado {
            padding: 0px;
        }

        li.bgListComunicado {
            height: 7rem;
            list-style: none;
            margin: 1rem 0rem;
            border: 1px solid #ddd;
            padding: 0.5rem 0.75rem;
            border-bottom: 2px solid #144b7e;
            box-shadow: 1px 1px 5px #939393;
            max-height: 7rem;
            text-overflow: ellipsis;
            overflow-x: hidden;
        }


        /* apartado trámites */
        .row.contentTramites.container-fluid.justify-content-center {
            padding: 0px 0px 0px 10px;
        }

        .col-xs-12.bgTitleTramite {
            background-color: #c0ccd5;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-y: center;
            padding-right: 0px;
        }

        .bgTramites {
            background-image: none;
            background-position: center;
            height: 79rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            background-size: unset;
            margin-top: 0rem;
            background-color: #c0ccd5;
            margin-bottom: 2rem;
            max-height: 79rem;
        }

            .bgTramites h2 {
                color: #f8f9fa;
                margin-left: 1%;
                padding: 50px;
                font-size: 1.6rem;
                text-align: center;
                margin-top: 0rem;
                margin-bottom: -0.3rem;
            }

        .bgColumn h5 {
            color: #ffffff;
            font-size: 0.85em;
            text-align: left;
            padding: 20px 10px;
        }

        .bgColumn {
            padding: 20px;
            margin: 1rem 1rem 0rem 1rem;
            box-shadow: 2px 2px 5px #3c3c3cd9;
            height: 24rem;
            width: 100%;
            text-align: left;
            max-height: 24rem;
            position: relative;
            z-index: 3;
            width: 90%;
            max-width: 90%;
            /*    overflow-y: overlay;*/
        }

            .bgColumn ul {
                padding-left: 10px;
                height: 14rem;
                max-height: 14rem;
                overflow-y: overlay;
            }

        li.tramiteText {
            color: #ffffff;
            list-style: none;
            text-align: left;
            line-height: 1rem;
            margin-bottom: 1.2rem;
            font-size: 0.85em;
        }

            li.tramiteText a {
                color: #ffffff;
                text-decoration: none;
            }

        /* Apartado mensaje y botón acceso trámites  */

        .contentMSGTramites {
            width: 100%;
            text-align: center;
            padding: 1.5rem 1rem 3rem 3rem;
        }

            .contentMSGTramites p {
                color: #1a2c56;
                font-size: 1.05rem;
                font-weight: 500;
            }

        .btnIngresarTramite {
            margin-top: 1rem;
        }

        a.btn.btnBannerTramite {
            color: #fff;
            background-color: #154c7eb3;
            border: none;
            border-radius: 0px;
            padding: 0.65rem 1.25rem;
        }

            a.btn.btnBannerTramite.btn-outline-success:hover, a.btn.btnBannerTramite.btn-outline-success:focus, #search-home .btn-outline-success.focuss {
                box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
                text-decoration: none;
            }

        /* botón Info */
        .btn-info {
            color: #144b7e;
            background-color: #ffffff;
            border-color: #ffffff;
            border-radius: 0px;
        }

            .btn-info:hover {
                color: #ffffff;
                background-color: #0e3558;
                border: 1px solid #ffffff;
            }

        button.btn.btn-info {
            box-shadow: 2px 2px 5px #0e3558;
            padding: 0.4rem 1.3rem;
            margin-right: 1rem;
        }

        /* funcionalidades y dashboard */

        .funcionalidades-wrapper {
            padding: 0rem 0.75rem 2rem 0.75rem;
            margin-top: 0rem;
            margin-left: 0.15rem;
        }


        .dashboardZone, .funcionalidadesZone {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .dashboardZone {
            padding: 0px;
            margin-bottom: 2rem;
        }

        .dashContent {
            margin: 0.5rem;
            display: block;
        }

        .filaDatos {
            width: 100%;
        }

        .fila1 .imgDashboard {
            padding: 2.5rem 0.5rem 1rem 0.5rem;
            background-color: #bfd0dc;
            border: none;
            box-shadow: 1px 2px 5px rgb(10 33 56 / 80%);
            height: auto;
            margin: 0.5rem 0.5rem 0rem 0rem;
        }

        .fila2 .imgDashboard {
            padding: 2.5rem 0.5rem 1rem 0.5rem;
            background-color: #bfd0dc;
            border: none;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 0.5rem 0.5rem 0rem 0rem;
        }

        .iconoDash {
            color: #424e5f;
            margin-right: 0.05rem;
            margin-top: 0.35rem;
        }


        .imgDashboard {
            padding: 40px 5px 30px 15px;
            background-color: rgba(10, 33, 56, 0.8);
            border: 1px solid #154c7e;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 1rem 0.5rem 0rem;
            width: 100%;
        }

        .textIndicador h6 {
            font-size: 1.60rem;
        }

        .imgDashboard.claro .textIndicador h6 {
            font-size: 1.5rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
        }

        .contentSection {
            margin-top: 3rem;
            padding-left: 0rem;
            background-color: #6780a1;
            height: auto;
            position: relative;
            z-index: 10;
        }

        .cardZone {
            display: block;
            margin-top: -1.5rem;
        }

        .card {
            padding: 0.75rem 0.5rem 0.5rem;
            height: 8rem;
            margin: 0.5rem 0rem;
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: 0px 1px 5px #ccc;
            min-height: 8rem;
            max-height: 8rem;
            justify-content: center;
        }

        img.card-img-top {
            width: 45%;
            margin-left: 25%;
            margin-bottom: 8px;
        }

            img.card-img-top.iconoLogo1 {
                width: 50%;
                margin-top: 1rem;
            }

            img.card-img-top.iconoLogo2 {
                width: 85%;
                margin-left: 5%;
            }

            img.card-img-top.iconoLogo3 {
                width: 70%;
                margin-left: 15%;
                margin-top: 2.2rem;
            }

            img.card-img-top.iconoLogo4 {
                width: 55%;
                margin-top: 1.2rem;
                margin-left: 22%;
            }

            img.card-img-top.iconoLogo5 {
                width: 80%;
                margin-top: 0rem;
                margin-left: 15px;
            }

        .imgDashboard.claro {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 1px 2px 5px #9e9e9e;
        }

            .imgDashboard.claro .textIndicador h6 {
                font-size: 1.5rem;
                margin-right: 0.75rem;
                color: #74ca87;
            }

            .imgDashboard.claro .iconoDash {
                color: #74ca87;
                margin-right: 0.25rem;
                margin-top: 0.35rem;
            }

            .imgDashboard.claro .textoInferior p {
                font-size: 0.8rem;
                vertical-align: text-top;
                margin-top: 0px;
                margin-left: 0rem;
                color: #848484;
                font-weight: 500;
            }

        .imgDashboard .colorRojo .iconoDash {
            color: #e83f3f;
            margin-right: 0.25rem;
            margin-top: 0.35rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
            margin-right: 0.75rem;
            color: #e83f3f;
        }

        .versionMovil {
            display: inline-block;
        }


        .versionWeb {
            display: none;
        }

        /* apartado mapa */
        .mapa-wrapper {
            height: 45rem;
            background-color: #fff;
        }
    }

    @media (min-width:768px) {


        a.logo2 img {
            width: 260px;
        }

        .textoPanamaDigital img {
            width: 140px;
        }

        a.navbar-brand {
            color: #154c7e;
            list-style-type: none;
            padding-top: 5%;
            font-size: 1.3rem;
            padding-left: 4%;
        }

        .btnLoginUser {
            position: relative;
            z-index: 300;
            right: 0;
        }

        div#menuMobile {
            background-color: #5a81a4fa;
            width: 100%;
        }


        #menuMobile ul.navbar-nav {
            display: inline-grid;
            padding: 20px 0px;
        }

        .menuNavegacion .col-sm-4 {
            max-width: 33%;
            flex: 0 0 33%;
            min-width: 33%;
        }

        .col-md-2.btnLoginUser {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 30.666667%;
            max-width: 30.666667%;
        }

        .btn.btnLogin {
            background-color: rgba(21,76,126,0.7);
            color: #ffffff;
            text-transform: uppercase;
            border-radius: 0px;
            padding: 0.6rem 2.75em;
            float: right;
            font-size: 12px;
            box-shadow: 1px 1px 5px #2d5c84;
            margin-right: -3rem;
        }

        .form-control.btn.btnLogin {
            margin-bottom: 10px;
            padding: 0.25rem 1.5rem;
            width: 70%;
            text-align: center;
            justify-content: center;
            margin-right: 3.5rem;
            height: 45px;
            border: none;
            margin-top: 1rem;
        }

        .tramite-wrapper .firstLetter {
            padding-left: 1rem;
        }

        /* cabecera home */
        .imgCabecera {
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: left;
            max-width: 1920px;
            height: 4rem;
            /* background-image: url(../images/CiudadPanamaCabecera.jpg); */
            /* background-image: url(../images/banner_AIG_web.jpg); */
        }
        /*  .bgHeaderMovil {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 11rem;
        background-image: url("../images/banner_AIG_web.jpg");
        
    }
*/

        /* slider */
        .slider-wrapper-movil {
            height: 2rem;
            display: flex;
            margin-top: 0rem;
        }

        #carousel-img .carousel-inner, #carousel-img .carousel-item {
            height: 10rem;
        }

        #carousel-img {
            height: 10rem;
        }

            #carousel-img .carousel-indicators li, #carousel-noticias .carousel-indicators li {
                width: 35px;
                height: 4px;
                background-color: #ffffff;
                border: 1px solid #154c7e;
                border-radius: 0px;
                padding: 0.1rem .50rem;
                margin-left: 10px;
                box-shadow: 1px 1px 5px #0e3558;
            }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 15;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 0;
            margin-right: 15%;
            margin-left: 15%;
            list-style: none;
        }

        .bgInstitucion {
            background-color: #154c7e;
            height: auto;
            margin: 15px 15px 0px 20px;
            padding: 10px 3px 1px 1px;
            width: 75%;
        }

        .iconoInstitucion {
            text-align: center;
            padding: 4.5rem 1rem 3rem;
        }

        .bgNameInstitucion {
            background-color: #ffffff;
            height: 6rem;
            width: 100%;
            border: 1px solid #154c7e;
            padding-top: 0.75rem;
        }

        .slider-instituciones {
            margin-bottom: 100px;
            margin-top: 10rem;
            height: 20rem;
        }

        .anterior {
            float: right;
            padding-left: 2rem;
            margin-left: 2rem;
        }

        .iconoAtras {
            margin-left: 1rem;
            font-size: 28px;
            color: #154c7e;
        }

        .slider-instituciones .slider {
            height: 22rem;
            margin-top: 3rem;
        }

        .posterior {
            float: left;
            margin-right: 1rem;
            padding-right: 1rem;
            margin-left: 1rem;
        }

        .iconoAdelante {
            font-size: 28px;
            color: #154c7e;
            margin-left: 2rem;
        }

        #instituciones {
            height: 12rem;
            position: relative;
            z-index: 200;
            padding-left: 2rem;
        }

        p.siglasText {
            font-size: 26px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }


        /* apartado comunicados */
        .row.comunicados-wrapper {
            padding: 0px;
            margin: 2rem 0rem;
        }

        /* apartado trámites */

        .bgTitleTramite {
            background-size: cover;
            background-repeat: no-repeat;
            background-position-y: center;
            padding-right: 0px;
            padding: 30px 0px;
        }

        .bgTramites {
            background-image: none;
            background-position: center;
            height: 76rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            background-size: unset;
            margin-top: 0rem;
            background-color: #c0ccd5;
            margin-bottom: 2rem;
            max-height: 76rem;
        }

            .bgTramites h2 {
                color: #f8f9fa;
                margin-left: 1%;
                padding: 50px;
                font-size: 2rem;
                text-align: center;
                margin-top: 0rem;
                margin-bottom: -0.3rem;
            }

        .bgColumn {
            padding: 25px 15px;
            margin: 1rem;
            box-shadow: 2px 2px 5px rgb(10 33 56 / 80%);
            height: 23rem;
            min-height: 10rem;
            position: relative;
            z-index: 3;
            width: 90%;
            max-width: 90%;
            max-height: 23rem;
            /*overflow-y: overlay;*/
        }

            .bgColumn h5 {
                color: #ffffff;
                font-size: 0.85em;
                text-align: left;
                padding: 20px 10px 20px 30px;
            }

            .bgColumn ul {
                padding-left: 10px;
                height: 13rem;
                max-height: 13rem;
                overflow-y: overlay;
            }

        li.tramiteText {
            color: #ffffff;
            list-style: none;
            text-align: left;
            line-height: 1.75rem;
            margin-bottom: 0.5rem;
            padding-left: 1.35rem;
            font-size: 0.90em;
        }

        .row.contentTramites.container-fluid.justify-content-center {
            padding: 0px 0px 35px 10px;
        }

        /* botón Info */
        button.btn.btn-info {
            box-shadow: 2px 2px 5px #0e3558;
            padding: 0.5rem 2rem;
            margin-right: 1rem;
        }

        /* buscador */
        .buscador {
            display: none;
        }

        .buscadorMovil .ui-widget {
            width: 100%;
            display: inline-flex;
        }

        .estilo-input#tags {
            border: 2px solid #eaeaea;
            margin: 0 15px;
            width: 75%;
        }

        ul#ui-id-1 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 40% !important;
            top: 14% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
        }

        ul#ui-id-2 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 5% !important;
            top: 26% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
            position: absolute;
            min-width: 30%;
            max-width: 90%;
        }


        .filaBuscadorMovil {
            display: inline-flex;
            margin-top: 1rem;
            width: 100%;
        }

        .buscadorMovil {
            display: inline-flex;
        }

        /* banner salud pasajero entrada Panamá */
        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 13rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }

        h3.titleTramitePasajeros {
            color: #ffffff;
            font-size: 16px;
            padding: 2rem 3rem 1rem 2rem;
            margin: 0rem 2rem 0rem 1rem;
            text-align: left;
        }

        .secondaryTitlePasajero {
            display: inline-flex;
            margin-top: 0%;
            float: left;
        }

        h4.titleContentTramitePasajero {
            display: inline-flex;
            color: #ffffff;
            line-height: 1.75;
            padding: 0rem 3rem 1rem;
            margin-left: 0.5rem;
            font-size: 13px;
            margin-top: 1rem;
        }

        .btnPasajero {
            margin-top: 5%;
            float: right;
        }

        .btnHomeBanner {
            background-color: #fff;
            color: #1a2c56;
            box-shadow: 1px 3px 5px #152650;
            padding: 0.5em 1em;
            margin-top: 10%;
            margin-right: 0%;
        }


        /* funcionalidades y dashboard */

        .funcionalidades-wrapper {
            padding: 1rem 0.75rem;
            margin-top: 0.5rem;
            margin-left: 0.15rem;
        }

        .dashboardZone, .funcionalidadesZone {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .dashboardZone {
            padding: 0px;
            margin-bottom: 2rem;
        }

        .dashContent {
            margin: 0.5rem;
            display: flex;
        }

        .imgDashboard {
            padding: 40px 5px 30px 15px;
            background-color: rgba(10, 33, 56, 0.8);
            border: 1px solid #154c7e;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 1rem 0.5rem 0rem;
            width: 100%;
        }

        .textIndicador h6 {
            font-size: 1.65rem;
        }

        .imgDashboard.claro .textIndicador h6 {
            font-size: 1.5rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
        }

        .iconoDash {
            color: #424e5f;
            margin-right: 0.05rem;
            margin-top: 0.35rem;
            font-size: 1.15rem;
        }

        .contentSection {
            margin-top: 4rem;
            padding-left: 0rem;
            background-color: #6780a1;
            height: auto;
            position: relative;
            z-index: 10;
        }

        .card {
            padding: 1rem 2.5rem;
            height: 11rem;
            margin: 0.5rem 0;
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: 0px 1px 5px #ccc;
            max-height: 11rem;
            min-height: 11rem;
        }

        .cardZone {
            position: relative;
            z-index: 100;
            margin-top: -2.5rem;
            margin-left: 0.5rem;
        }

        .card-body {
            text-align: center;
            padding: 10px 0px;
            color: #777;
            font-weight: 500;
            font-size: 16px;
        }

        img.card-img-top {
            width: 45%;
            margin-left: 25%;
            margin-bottom: 8px;
        }

            img.card-img-top.iconoLogo1 {
                width: 40%;
                margin-top: 1rem;
            }

            img.card-img-top.iconoLogo2 {
                width: 65%;
                margin-left: 15%;
            }

            img.card-img-top.iconoLogo3 {
                width: 75%;
                margin-left: 12%;
                margin-top: 2rem;
            }

            img.card-img-top.iconoLogo4 {
                width: 40%;
                margin-top: 1.5rem;
                margin-left: 28%;
            }


        .imgDashboard.claro {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 1px 2px 5px #9e9e9e;
        }

            .imgDashboard.claro .textIndicador h6 {
                font-size: 1.5rem;
                margin-right: 0.75rem;
                color: #74ca87;
            }

            .imgDashboard.claro .iconoDash {
                color: #74ca87;
                margin-right: 0.25rem;
                margin-top: 0.35rem;
            }

            .imgDashboard.claro .textoInferior p {
                font-size: 0.8rem;
                vertical-align: text-top;
                margin-top: 0px;
                margin-left: 0rem;
                color: #848484;
                font-weight: 500;
            }

        .imgDashboard .colorRojo .iconoDash {
            color: #e83f3f;
            margin-right: 0.25rem;
            margin-top: 0.35rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
            margin-right: 0.75rem;
            color: #e83f3f;
        }

        .versionMovil {
            display: inline-block;
        }


        .versionWeb {
            display: none;
        }

        /* apartado mapa */
        .mapa-wrapper {
            height: 40rem;
            background-color: #fff;
            margin-top: 2rem;
        }
    }

    @media (min-width: 992px) {

        div#menuMobile {
            background-color: #e9ecefed;
            display: inline-grid;
            width: 100%;
        }

        #menuMobile ul.navbar-nav {
            display: inline-grid;
            padding: 20px 0px;
            margin-left: 1.5rem;
            margin-top: 1rem;
        }

        .slider {
            background-position: center;
            height: 15rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            background-size: cover;
        }

        .botoneraFile {
            width: 100%;
            margin-top: -13rem;
        }

        .botoneraSlider {
            display: inline-block;
            background-color: transparent;
            position: relative;
            z-index: 100;
        }

        .anterior {
            float: right;
            padding-left: 0rem;
            margin-left: 2rem;
        }

        .iconoInstitucion {
            text-align: center;
            padding: 5rem 2rem;
        }

        .firstLetter {
            color: #1a2c56;
            font-size: 30px;
            margin-left: 3rem;
            margin-bottom: 1rem;
        }

        .tramite-wrapper .firstLetter {
            padding-left: 1rem;
        }

        .bgTramites {
            background-image: none;
            background-position: center;
            height: 27rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            background-size: unset;
            margin-top: 0rem;
            background-color: #c0ccd5;
            margin-bottom: 2rem;
            max-height: 27rem;
        }

        .newTitle {
            color: #6780a1;
            text-transform: uppercase;
            font-size: 20px;
            margin-bottom: 1rem;
        }

        .row.comunicados-wrapper {
            padding: 0px;
            margin: 0;
        }

        #carousel-img, #instituciones {
            height: 20rem;
            position: relative;
            z-index: 200;
        }

            #carousel-img .carousel-inner, #carousel-img .carousel-item {
                height: 17rem;
            }

        .row.comunicados-wrapper {
            padding: 10px;
            margin: 3rem 0rem 0rem;
        }

        .bgComunicados {
            padding: 1rem;
        }

        .bgColumnComunicado {
            background-color: #ffffff;
            padding: 1rem;
        }

        .bgNameInstitucion {
            height: 100px;
        }

        .iconoInstitucion {
            text-align: center;
            padding: 5rem;
        }

        .slider-instituciones {
            margin-bottom: 150px;
        }

        .bgColumn {
            padding: 25px 15px;
            margin: 1rem;
            box-shadow: 2px 2px 5px rgba(10, 33, 56, 0.8);
            height: 30rem;
            min-height: 10rem;
            position: relative;
            z-index: 3;
            width: 30%;
            max-width: 30%;
        }

            .bgColumn ul {
                padding-left: 1rem;
            }

        p.siglasText {
            font-size: 25px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

        li.tramiteText {
            color: #ffffff;
            list-style: none;
            text-align: left;
            line-height: 3rem;
            margin-bottom: 0.5rem;
            padding-left: 1.35rem;
            font-size: 0.90em;
        }

        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 16rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }

        .btnHomeBanner {
            background-color: #fff;
            color: #1a2c56;
            box-shadow: 1px 3px 5px #152650;
            padding: 0.5em 1em;
            margin-top: 10%;
            margin-right: 10%;
        }

        img.card-img-top {
            width: 45%;
            margin-left: 33%;
            margin-bottom: 8px;
        }

            img.card-img-top.iconoLogo1 {
                width: 30%;
                margin-top: 1rem;
            }

            img.card-img-top.iconoLogo2 {
                width: 53%;
                margin-left: 25%;
                margin-top: -1rem;
            }

            img.card-img-top.iconoLogo3 {
                width: 60%;
                margin-left: 20%;
                margin-top: 2rem;
            }

            img.card-img-top.iconoLogo4 {
                width: 33%;
                margin-top: 1rem;
                margin-left: 33%;
            }
    }


    @media (min-width: 1024px) {

        a.navbar-brand {
            color: #154c7e;
            list-style-type: none;
            padding-top: 4%;
            font-size: 1.5rem;
            padding-left: 4%;
        }

        .btnLoginUser {
            position: relative;
            z-index: 300;
        }

        .btn.btnLogin {
            background-color: rgba(21,76,126,0.7);
            color: #ffffff;
            text-transform: uppercase;
            border-radius: 0px;
            padding: 0.5rem 2.3em;
            float: right;
            font-size: 14px;
            box-shadow: 1px 1px 5px #2d5c84;
            margin-right: 1rem;
        }

        .form-control.btn.btnLogin {
            margin-bottom: 10px;
            padding: 0.25rem 1.5rem;
            width: 70%;
            text-align: center;
            justify-content: center;
            margin-right: 4.5rem;
            height: 45px;
            border: none;
            margin-top: 1rem;
        }

        .menuNavegacion.col-sm-12 ul li {
            color: #154c7e;
            padding: 0.1rem 0.5rem;
            width: auto;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: inherit;
        }

        .menuNavegacion ul li a {
            color: #154c7e;
            padding: 0.1rem 0.25rem;
            font-size: 0.85rem;
        }

        .menuNavegacion .col-lg-2.btnLoginUser {
            flex: 0 0 25%;
            max-width: 25%;
            min-width: 25%;
            float: right;
            width: 25%;
            position: absolute;
            right: 0;
        }

        .menuNavegacion .col-lg-7 {
            -ms-flex: 0 0 50%;
            flex: 0 0 52%;
            max-width: 52%;
        }
        /* slider */
        .slider {
            background-position: top;
            height: 40rem;
            background-repeat: no-repeat;
            background-size: cover;
        }

        #carousel-img, #instituciones {
            height: 20rem;
            position: relative;
            z-index: 200;
            padding-left: 0px;
            padding-right: 0px;
        }

            #carousel-img .carousel-inner, #carousel-img .carousel-item {
                height: 24rem;
            }

            #carousel-img .carousel-indicators {
                margin-top: 0%;
            }

        .carousel-indicators li {
            opacity: 1;
        }

        .botoneraFile {
            width: 100%;
            margin-top: -13rem;
        }

        .bgInstitucion {
            background-color: #154c7e;
            height: auto;
            margin: 15px 10px 0px 10px;
            padding: 10px 1px 1px 1px;
            width: 75%;
        }

        .iconoInstitucion {
            text-align: center;
            padding: 5rem 1rem 4rem 1rem;
        }

        .bgNameInstitucion {
            background-color: #ffffff;
            height: 120px;
            width: 100%;
            border: 1px solid #154c7e;
            margin-bottom: 0px;
            padding: 1.5rem 1rem;
        }

        .slider-instituciones {
            margin-bottom: 6rem;
            margin-top: -3rem;
            height: 20rem;
        }

            .slider-instituciones .slider {
                height: 25rem;
                margin-top: 3rem;
                width: 100%;
                padding-right: 0px;
                padding-left: 0px;
            }

        .institucion3.bgInstitucion.col-lg-3,
        .institucion1.bgInstitucion.col-lg-3,
        .institucion2.bgInstitucion.col-lg-3 {
            max-width: 32%;
            width: 32%;
            flex: 0 0 30%
        }

        p.siglasText {
            font-size: 25px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

        .anterior {
            float: right;
            padding-left: 2rem;
            margin-right: 1rem;
        }

        .posterior {
            float: left;
            margin-left: -1.5rem;
        }

        .iconoAdelante {
            font-size: 28px;
            color: #154c7e;
            margin-left: 0rem;
        }

        /* apartado comunicados */
        .row.comunicados-wrapper {
            padding: 10px 5px;
            margin: 1rem 0.5rem 0.5rem;
            width: 100%;
        }

        .bgComunicados {
            padding: 1rem;
        }

        .bgColumnComunicado {
            background-color: #ffffff;
            padding: 1rem;
        }

        /* apartado trámites */

        .row.contentTramites.container-fluid.justify-content-center {
            padding: 0px 0px 35px 25px;
        }

        .bgTramites {
            background-color: #c0ccd5;
            background-position: center;
            height: 30rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            background-size: cover;
            max-height: 30rem;
        }

        .col-xs-12.bgTitleTramite {
            background-image: none;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-y: center;
            padding: 15px 0px;
        }

        .bgTramites h2 {
            color: #ffffff;
            margin-left: 1%;
            padding: 25px 30px 0px 50px;
            font-size: 1.7rem;
            text-align: left;
        }

        .bgColumn {
            padding: 25px 15px;
            margin: 2rem 0.20rem;
            box-shadow: 2px 2px 5px rgb(10 33 56 / 80%);
            height: 25rem;
            min-height: 10rem;
            position: relative;
            z-index: 3;
            width: 32%;
            max-width: 32%;
            max-height: 25rem;
            /* overflow-y:overlay;*/
        }

            .bgColumn ul {
                padding-left: 1.5rem;
            }

        li.tramiteText {
            color: #ffffff;
            list-style: none;
            text-align: left;
            line-height: 2rem;
            margin-bottom: 0.5rem;
            padding-left: 0.5rem;
            font-size: 0.8em;
        }

            li.tramiteText a:hover, li.tramiteText a:focus, li.tramiteText a:active {
                color: #6dbaff;
                outline-color: none;
                text-decoration: underline;
                text-decoration-style: solid;
                text-decoration-color: #c8e5ff;
                font-style: italic;
            }


        /* buscador */

        .buscador {
            float: right;
            position: relative;
            right: 0;
            left: 10%;
            display: inline-block;
            max-width: 28%;
            flex: 0 0 28%;
        }

            .buscador .ui-widget {
                width: 100%;
            }

        .estilo-input#tags {
            border: 2px solid #eaeaea;
            margin: 0 15px;
            width: 42%;
        }

        ul#ui-id-1 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 5% !important;
            top: 16% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
            position: absolute;
            min-width: 30%;
            max-width: 90%;
        }

        .filaBuscadorMovil {
            display: none;
        }

        .buscadorMovil {
            display: none;
        }

        /* Foto cabecera */
        .imgCabecera {
            background-size: contain;
            background-repeat: no-repeat;
            background-position-x: left;
            max-width: 1920px;
            height: 20rem;
            /* background-image: url("../images/banner_AIG_web.jpg");*/
            /* background-image: url(../images/CiudadPanamaCabecera.jpg);*/
        }

        /* Banner salud pasajero entrada Panamá */

        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 17rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }

        h3.titleTramitePasajeros {
            color: #ffffff;
            font-size: 20px;
            padding: 3rem 3rem 1rem 3rem;
            margin: 1rem 2rem 0rem 1rem;
            text-align: left;
        }

        .secondaryTitlePasajero {
            display: inline-flex;
            margin-top: 1%;
            float: left;
        }

        h4.titleContentTramitePasajero {
            display: inline-flex;
            color: #ffffff;
            line-height: 1.75;
            padding: 1rem 1rem 1rem 4rem;
            margin-left: 0rem;
            font-size: 16px;
            margin-top: 2rem;
        }

        .btnPasajero {
            margin-top: 5%;
            float: right;
        }

        .btnHomeBanner {
            background-color: #fff;
            color: #1a2c56;
            box-shadow: 1px 3px 5px #152650;
            padding: 0.5em 1em;
            margin-top: 20%;
            margin-right: 25%;
        }

        /* funcionalidades y dashboard */

        .dashboardZone, .funcionalidadesZone {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .dashboardZone {
            padding: 0px;
            margin-bottom: 2rem;
        }

        .dashContent {
            margin: 0.5rem 1rem 1rem;
        }

            .dashContent.fila1 {
                margin: 0rem;
            }

            .dashContent.fila2 {
                margin: 0.5rem 0rem 0rem;
            }

        .imgDashboard {
            padding: 40px 20px 30px 30px;
            background-color: rgba(10, 33, 56, 0.8);
            border: 1px solid #154c7e;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 1rem 0.5rem 0rem;
            width: 90%;
        }

        .fila1 .imgDashboard {
            padding: 2.5rem 1rem 1rem 1.5rem;
            background-color: #bfd0dc;
            border: none;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 0rem 0.5rem 0rem 0rem;
        }

        .fila2 .imgDashboard {
            padding: 2.5rem 0.5rem 1rem 1.5rem;
            background-color: #bfd0dc;
            border: none;
            box-shadow: 1px 2px 5px rgb(10 33 56 / 80%);
            height: auto;
            margin: 0.5rem 0.5rem 0rem 0rem;
        }

        .textIndicador h6 {
            font-size: 1.5rem;
        }

        .imgDashboard.claro .textIndicador h6 {
            font-size: 1.5rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
        }

        .contentSection {
            margin-top: 6rem;
            padding-left: 0rem;
            background-color: #6780a1;
            height: auto;
            position: relative;
            z-index: 10;
            margin-bottom: 2rem;
        }

        .cardZone {
            position: relative;
            z-index: 100;
            margin-top: -3.5rem;
            margin-left: 0rem;
            margin-right: 1rem;
        }

        .card {
            padding: 1.5rem 3rem;
            height: 15rem;
            margin: 0.5rem;
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: 0px 1px 5px #ccc;
            max-height: 15rem;
            min-height: 15rem;
        }

        img.card-img-top {
            width: 45%;
            margin-left: 25%;
            margin-bottom: 8px;
        }

            img.card-img-top.iconoLogo1 {
                width: 40%;
                margin-top: 1rem;
            }

            img.card-img-top.iconoLogo2 {
                width: 65%;
                margin-left: 15%;
            }

            img.card-img-top.iconoLogo3 {
                width: 65%;
                margin-left: 20%;
                margin-top: 2rem;
            }

            img.card-img-top.iconoLogo4 {
                width: 40%;
                margin-top: 1.5rem;
                margin-left: 28%;
            }


        .imgDashboard.claro {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 1px 2px 5px #9e9e9e;
        }

            .imgDashboard.claro .textIndicador h6 {
                font-size: 1.5rem;
                margin-right: 0.75rem;
                color: #74ca87;
            }

            .imgDashboard.claro .iconoDash {
                color: #74ca87;
                margin-right: 0.25rem;
                margin-top: 0.35rem;
            }

            .imgDashboard.claro .textoInferior p {
                font-size: 0.8rem;
                vertical-align: text-top;
                margin-top: 0px;
                margin-left: 0rem;
                color: #848484;
                font-weight: 500;
            }

        .imgDashboard .colorRojo .iconoDash {
            color: #e83f3f;
            margin-right: 0.25rem;
            margin-top: 0.35rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
            margin-right: 0.75rem;
            color: #e83f3f;
        }

        .versionMovil {
            display: inline-block;
        }


        .versionWeb {
            display: none;
        }
    }

    @media (min-width:1280px) {

        .menuNavegacion ul li a {
            color: #154c7e;
            padding: 0.1rem 0.25rem;
            font-size: 0.85rem;
        }

        .btn.btnLogin {
            background-color: rgba(21,76,126,0.7);
            color: #ffffff;
            text-transform: uppercase;
            border-radius: 0px;
            padding: 0.5rem 2.5em;
            float: right;
            font-size: 14px;
            box-shadow: 1px 1px 5px #2d5c84;
            margin-right: 1rem;
        }

        .menuNavegacion .col-lg-2.btnLoginUser {
            flex: 0 0 20%;
            max-width: 20%;
            min-width: 20%;
            float: right;
            width: 20%;
            position: absolute;
            right: 0;
        }

        .form-control.btn.btnLogin {
            margin-bottom: 10px;
            padding: 0.25rem 1.5rem;
            width: 70%;
            text-align: center;
            justify-content: center;
            margin-right: 3rem;
            height: 45px;
            border: none;
            margin-top: 1rem;
        }

        .menuNavegacion .col-lg-7 {
            -ms-flex: 0 0 50.333333%;
            flex: 0 0 50.333333%;
            max-width: 50.333333%;
        }

        .versionMovil {
            display: none;
        }

        .versionWeb {
            display: inline-block;
        }
        /* slider */

        .slider-instituciones {
            margin-bottom: 5rem;
            margin-top: 0rem;
            height: 20rem;
        }

        .slider {
            background-position: top;
            height: 40rem;
            background-repeat: no-repeat;
            background-size: cover;
            background-position-x: 0px;
        }

        #carousel-img .carousel-inner, #carousel-img .carousel-item {
            height: 28rem;
        }

        .botoneraFile {
            width: 100%;
            margin-top: -10rem;
        }

        #carousel-img, #instituciones {
            height: 22rem;
            position: relative;
            z-index: 200;
        }

            #carousel-img .carousel-indicators li, #carousel-noticias .carousel-indicators li {
                width: 70px;
                height: 5px;
                background-color: #ffffff;
                border: transparent;
                border-radius: 0px;
                padding: 0.1rem .50rem;
                margin-left: 10px;
                box-shadow: 1px 1px 5px #0e3558;
            }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 15;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 0;
            margin-right: 15%;
            margin-left: 15%;
            list-style: none;
        }

            .carousel-indicators li {
                opacity: 1;
            }

        .iconoInstitucion {
            text-align: center;
            padding: 5rem;
        }

        .bgNameInstitucion {
            background-color: #ffffff;
            height: 90px;
            width: 100%;
            border: 1px solid #154c7e;
            padding-top: 1rem;
            margin-bottom: 0px;
        }

        .anterior {
            float: right;
            padding-left: 2rem;
            margin-right: -1rem;
            margin-left: 2rem;
        }

        p.siglasText {
            font-size: 25px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

        /* apartado comunicados */

        .row.comunicados-wrapper {
            padding: 0rem;
            margin: 1.5rem -1rem;
        }

        .bgComunicados {
            padding: 1rem;
        }

        .bgColumnComunicado {
            background-color: #ffffff;
            padding: 1rem;
        }

        /* apartado trámites */

        .bgTramites {
            background-color: #c0ccd5;
            background-position: center;
            height: 33rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            max-height: 33rem;
        }

        .bgColumn {
            padding: 25px 15px;
            margin: 2rem 1rem;
            box-shadow: 2px 2px 5px rgb(10 33 56 / 80%);
            height: 29rem;
            min-height: 10rem;
            position: relative;
            z-index: 3;
            width: 30%;
            max-width: 30%;
            max-height: 29rem;
            /*  overflow-y:overlay;*/
        }

            .bgColumn ul {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
                height: 18rem;
                max-height: 18rem;
                overflow-y: overlay;
            }

            .bgColumn h5 {
                color: #ffffff;
                font-size: 18px;
                text-align: left;
                padding: 20px 40px 20px 25px;
            }

        .bgTitleTramite {
            background-image: none;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-y: center;
            padding: 15px 0px;
        }

        li.tramiteText {
            color: #ffffff;
            list-style: none;
            text-align: left;
            line-height: 1.5rem;
            margin-bottom: 0.5rem;
            padding-left: 0.2rem;
            font-size: 0.90em;
            padding-top: 0.25rem;
        }


        /* Apartado mensaje y botón acceso trámites  */

        .contentMSGTramites {
            width: 100%;
            text-align: center;
            padding: 3.5rem 2rem 3rem;
        }

            .contentMSGTramites p {
                color: #1a2c56;
                font-size: 1.05rem;
                font-weight: 500;
            }

        .btnIngresarTramite {
            margin-top: 1rem;
        }

        a.btn.btnBannerTramite {
            color: #fff;
            background-color: #154c7eb3;
            border: none;
            border-radius: 0px;
            padding: 0.65rem 1.25rem;
        }

            a.btn.btnBannerTramite.btn-outline-success:hover, a.btn.btnBannerTramite.btn-outline-success:focus, #search-home .btn-outline-success.focuss {
                box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
                text-decoration: none;
            }


        /* buscador */
        .buscador {
            float: right;
            position: relative;
            right: 0;
            left: 6%;
            display: inline-block;
            flex: 0 0 30%;
            max-width: 30%;
        }

            .buscador .ui-widget {
                width: 100%;
            }

        .estilo-input#tags {
            border: 2px solid #eaeaea;
            margin: 0 15px;
            width: 72%;
        }

        ul#ui-id-1 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 10% !important;
            top: 26% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
            position: absolute;
            min-width: 30%;
            max-width: 95%;
        }


        .filaBuscadorMovil {
            display: none;
        }

        .buscadorMovil {
            display: none;
        }



        /* Foto cabecera */
        .imgCabecera {
            background-size: contain;
            background-repeat: no-repeat;
            background-position-x: left;
            max-width: 1920px;
            height: 20rem;
            /*   background-image: url("../images/banner_AIG_web.jpg");*/
            /* background-image: url("../images/CiudadPanamaCabecera.jpg");*/
        }

        /* banner salud pasajeros entrada Panamá */

        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 21rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }

        .fileTitlePasajero {
            height: 2rem;
        }

        h3.titleTramitePasajeros {
            color: #ffffff;
            font-size: 22px;
            padding: 3rem 3rem 1rem 3rem;
            margin: 1rem 2rem 0rem 1rem;
        }

        .secondaryTitlePasajero {
            display: inline-flex;
            margin-top: 1%;
            float: left;
        }

        h4.titleContentTramitePasajero {
            display: inline-flex;
            color: #ffffff;
            line-height: 1.75;
            padding: 2rem 1rem 1rem 3rem;
            margin-left: 1rem;
            font-size: 19px;
            margin-top: 0rem;
        }

        .btnPasajero {
            margin-top: 8%;
            float: right;
            margin-left: 13%;
        }

        .btnHomeBanner {
            background-color: #fff;
            color: #1a2c56;
            box-shadow: 1px 3px 5px #152650;
            padding: 0.5em 1.25em;
            margin-top: 5%;
            margin-right: 25%;
        }



        /* funcionalidades y dashboard */
        .funcionalidades-wrapper {
            padding: 0rem 0.75rem;
            margin-top: 0rem;
            margin-left: 0.15rem;
            margin-bottom: 2rem;
        }

            .funcionalidades-wrapper.versionWeb, .funcionalidadesZone, .dashboardZone, .comunicados-wrapper, .noticias-wrapper {
                padding-left: 0px;
                padding-right: 0px;
            }

        .dashboardZone, .funcionalidadesZone {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .dashContent {
            margin: 0.5rem 1rem 1rem;
        }

            .dashContent.fila1 {
                margin: 0rem;
            }

            .dashContent.fila2 {
                margin: 0.5rem 0rem 0rem;
            }

        .imgDashboard {
            padding: 40px 20px 30px 30px;
            background-color: rgba(10, 33, 56, 0.8);
            border: 1px solid #154c7e;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 1rem 0.5rem 0rem;
            width: 90%;
        }

        .fila1 .imgDashboard {
            padding: 2.5rem 1rem 1rem 3.5rem;
            background-color: #bfd0dc;
            border: none;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 0rem 0.5rem 0rem 0rem;
        }

        .fila2 .imgDashboard {
            padding: 2.5rem 1rem 1rem 3.5rem;
            background-color: #bfd0dc;
            border: none;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 0rem 0.5rem 0rem 0rem;
        }

        .iconoDash {
            color: #424e5f;
            margin-right: 0.05rem;
            margin-top: 0.35rem;
        }

        .imgDashboard.claro {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 1px 2px 5px #9e9e9e;
        }

            .imgDashboard.claro .textIndicador h6 {
                font-size: 1.5rem;
                margin-right: 0.75rem;
                color: #74ca87;
            }

            .imgDashboard.claro .iconoDash {
                color: #74ca87;
                margin-right: 0.25rem;
                margin-top: 0.35rem;
            }

            .imgDashboard.claro .textoInferior p {
                font-size: 0.8rem;
                vertical-align: text-top;
                margin-top: 0px;
                margin-left: 0rem;
                color: #848484;
                font-weight: 500;
            }

        .imgDashboard .colorRojo .iconoDash {
            color: #e83f3f;
            margin-right: 0.25rem;
            margin-top: 0.35rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
            margin-right: 0.75rem;
            color: #e83f3f;
        }

        /* Enlaces de interés */

        .contentSection {
            margin-top: 5rem;
            padding-left: 0rem;
            background-color: #6780a1;
            height: 10rem;
            position: relative;
            z-index: 10;
        }

        .cardZone {
            position: relative;
            z-index: 100;
            margin-top: -2.5rem;
            /*margin-left: -2.5rem;*/
        }

        .card {
            padding: 2.25rem 0.75rem;
            height: 14rem;
            margin: 0.5rem;
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: 0px 1px 5px #ccc;
        }

        img.card-img-top {
            width: 45%;
            margin-left: 25%;
            margin-bottom: 8px;
        }

            img.card-img-top.iconoLogo1 {
                width: 40%;
                margin-top: 1.5rem;
            }

            img.card-img-top.iconoLogo2 {
                width: 70%;
                margin-left: 15%;
                margin-top: 0.5rem;
            }

            img.card-img-top.iconoLogo3 {
                width: 70%;
                margin-left: 15%;
                margin-top: 0.5rem;
            }

            img.card-img-top.iconoLogo4 {
                width: 45%;
                margin-top: 0.5rem;
                margin-left: 26%;
            }

            img.card-img-top.iconoLogo5 {
                width: 80%;
                margin-top: 0rem;
                margin-left: 15px;
            }
    }

    @media (min-width:1280px) and (min-height:950px) {
        ul#ui-id-1 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 10% !important;
            top: 22% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
            position: absolute;
            min-width: 30%;
            max-width: 95%;
        }
    }

    @media (min-width:1366px) {
        .menuNavegacion .col-lg-7 {
            -ms-flex: 0 0 55.333333%;
            flex: 0 0 55.333333%;
            max-width: 55.333333%;
        }

        .menuNavegacion ul li a {
            color: #154c7e;
            padding: 0.1rem 0.5rem;
            font-size: 0.9rem;
        }

        .buscador {
            float: right;
            position: relative;
            right: 0;
            left: 4%;
            display: inline-block;
            max-width: 27%;
            width: 27%;
            flex: 0 0 27%;
        }

        .tituloSeccion {
            margin: 3rem 0rem 0rem;
            padding-left: 0px;
            padding-right: 0px;
        }

        /* Foto cabecera */
        .imgCabecera {
            background-size: contain;
            background-repeat: no-repeat;
            background-position-x: left;
            max-width: 1920px;
            height: 21rem;
            /* background-image: url("../images/banner_AIG_web.jpg");*/
            /*background-image: url("../images/CiudadPanamaCabecera.jpg");*/
        }


        /* banner salud pasajeros entrada Panamá */

        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 22rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }

        h3.titleTramitePasajeros {
            color: #ffffff;
            font-size: 23px;
            padding: 3rem 3rem 1rem 3rem;
            margin: 2rem 2rem 0rem 2rem;
        }

        .secondaryTitlePasajero {
            display: inline-flex;
            margin-top: 5%;
            float: left;
        }

        h4.titleContentTramitePasajero {
            display: inline-flex;
            color: #ffffff;
            line-height: 1.75;
            padding: 0rem 1rem 1rem 3rem;
            margin-left: 2rem;
            font-size: 20px;
            margin-top: 0rem;
        }

        .btnPasajero {
            margin-top: 10%;
            float: right;
        }

        .btnHomeBanner {
            background-color: #fff;
            color: #1a2c56;
            box-shadow: 1px 3px 5px #152650;
            padding: 0.5em 1.5em;
            margin-top: 5%;
            margin-right: 25%;
        }

        /* apartado trámites */
        .bgColumn {
            padding: 25px 15px;
            margin: 2rem 1rem;
            box-shadow: 2px 2px 5px rgb(10 33 56 / 80%);
            height: 30rem;
            min-height: 10rem;
            position: relative;
            z-index: 3;
            width: 30%;
            max-width: 30%;
            max-height: 30rem;
            /*overflow-y: overlay;*/
        }

            .bgColumn ul {
                padding-left: 1.5rem;
                height: 20rem;
                max-height: 20rem;
                overflow-y: overlay;
            }

        .bgTramites {
            background-color: #c0ccd5;
            background-position: center;
            height: 34rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            max-height: 34rem;
        }

        li.tramiteText {
            color: #ffffff;
            list-style: none;
            text-align: left;
            line-height: 1.65rem;
            margin-bottom: 0.5rem;
            padding-left: 0rem;
            font-size: 0.95rem;
            padding-top: 0.65rem;
        }

        /* apartado enlaces de interés */

        .dashboardZone .tituloSeccion {
            margin: 3rem 0rem 0rem;
            padding-left: 0px;
            padding-right: 0px;
        }

        .card {
            padding: 2.2rem 0.75rem;
            height: 14.5rem;
            margin: 0.5rem;
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: 0px 1px 5px #ccc;
        }

        ul#ui-id-1 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 15% !important;
            top: 27% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
            position: absolute;
            min-width: 30%;
            max-width: 95%;
        }

        .row.comunicados-wrapper {
            margin: 2rem 0rem;
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media (min-width:1440px) {

        .btn.btnLogin {
            background-color: rgba(21,76,126,0.7);
            color: #ffffff;
            text-transform: uppercase;
            border-radius: 0px;
            padding: 0.6rem 2.5em;
            float: right;
            font-size: 14px;
            box-shadow: 1px 1px 5px #2d5c84;
            margin-right: 0;
        }

        .menuNavegacion {
            float: left;
            text-align: left;
            padding: 15px 25px;
            box-shadow: 2px 2px 5px #ddd;
            width: -webkit-fill-available;
            height: 4.5rem;
        }

            .menuNavegacion .col-lg-7 {
                -ms-flex: 0 0 52;
                flex: 0 0 52%;
                max-width: 52%;
            }

            .menuNavegacion .col-lg-2.btnLoginUser {
                flex: 0 0 30%;
                max-width: 20%;
                min-width: 20%;
                float: right;
                width: 20%;
                position: absolute;
                right: 1rem;
            }

            .menuNavegacion ul li a {
                color: #154c7e;
                padding: 0.1rem 0.5rem;
                font-size: 1rem;
            }

        .form-control.btn.btnLogin {
            margin-bottom: 10px;
            padding: 0.25rem 1.5rem;
            width: 70%;
            text-align: center;
            justify-content: center;
            margin-right: 3rem;
            height: 45px;
            border: none;
            margin-top: 1rem;
        }

        /* Foto cabecera */
        .imgCabecera {
            background-size: contain;
            background-repeat: no-repeat;
            background-position-x: left;
            max-width: 1920px;
            height: 22rem;
            /* background-image: url("../images/banner_AIG_web.jpg");*/
            /* background-image: url("../images/CiudadPanamaCabecera.jpg");*/
        }


        /* Apartado mensaje y botón acceso trámites  */

        .contentMSGTramites {
            width: 100%;
            text-align: center;
            padding: 3.5rem 2rem 3rem;
        }

            .contentMSGTramites p {
                color: #1a2c56;
                font-size: 1.05rem;
                font-weight: 500;
            }

        .btnIngresarTramite {
            margin-top: 1rem;
        }

        a.btn.btnBannerTramite {
            color: #fff;
            background-color: #154c7eb3;
            border: none;
            border-radius: 0px;
            padding: 0.65rem 1.25rem;
        }

            a.btn.btnBannerTramite.btn-outline-success:hover, a.btn.btnBannerTramite.btn-outline-success:focus, #search-home .btn-outline-success.focuss {
                box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
                text-decoration: none;
            }


        /* banner salud pasajero entrada Panamá */

        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 23rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }

        /* slider */

        .slider {
            background-position: top;
            height: 45rem;
            background-repeat: no-repeat;
            background-size: cover;
            background-position-x: 0px;
        }

        .slider-instituciones {
            margin-bottom: 5rem;
            margin-top: -1rem;
            height: 20rem;
        }


        #carousel-img, #instituciones {
            height: 30rem;
            position: relative;
            z-index: 200;
        }

            #carousel-img .carousel-inner, #carousel-img .carousel-item {
                height: 35rem;
            }

            #carousel-img .carousel-indicators li, #carousel-noticias .carousel-indicators li {
                width: 80px;
                height: 0.35rem;
                background-color: #ffffff;
                border: transparent;
                border-radius: 0px;
                padding: 0.1rem .50rem;
                margin-left: 10px;
                box-shadow: 1px 1px 5px #0e3558;
            }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 15;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 0;
            margin-right: 15%;
            margin-left: 15%;
            list-style: none;
        }

            .carousel-indicators li {
                opacity: 1;
            }

        .botoneraFile {
            width: 100%;
            margin-top: -13rem;
        }

        .iconoInstitucion {
            text-align: center;
            padding: 5rem;
        }

        .bgNameInstitucion {
            background-color: #ffffff;
            height: 80px;
            width: 100%;
            border: 1px solid #154c7e;
            padding-top: 1rem;
            margin-bottom: 0px;
        }

        p.siglasText {
            font-size: 25px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }


        /* apartado comunicados */
        .row.comunicados-wrapper {
            padding: 10px 0rem;
            margin: 0.5rem 0rem;
        }

        .bgComunicados {
            padding: 1rem;
        }

        .bgColumnComunicado {
            background-color: #ffffff;
            padding: 1rem;
        }

        /* apartado trámites */

        .bgColumn {
            padding: 25px 15px;
            margin: 2rem 1rem;
            box-shadow: 2px 2px 5px rgb(10 33 56 / 80%);
            height: 32rem;
            min-height: 10rem;
            position: relative;
            z-index: 3;
            width: 30%;
            max-width: 30%;
            max-height: 32rem;
            /* overflow-y: overlay;*/
        }

            .bgColumn ul {
                padding-left: 1.5rem;
                height: 22rem;
                max-height: 22rem;
                overflow-y: overlay;
            }

            .bgColumn h5 {
                color: #ffffff;
                font-size: 18px;
                text-align: left;
                padding: 20px 40px 20px 25px;
            }

        .col-lg-12.bgTitleTramite {
            background-image: none;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-y: center;
            padding: 10px 0px;
        }


        .bgTramites {
            background-color: #c0ccd5;
            background-position: center;
            height: 36rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            max-height: 36rem;
        }

        li.tramiteText {
            color: #ffffff;
            list-style: none;
            text-align: left;
            line-height: 1.75rem;
            margin-bottom: 0.5rem;
            padding-left: 0rem;
            font-size: 0.90em;
            padding-top: 0.75rem;
        }

            li.tramiteText a:hover, li.tramiteText a:focus, li.tramiteText a:active {
                color: #6dbaff;
                outline-color: none;
                text-decoration: underline;
                text-decoration-style: solid;
                text-decoration-color: #c8e5ff;
                font-style: italic;
            }

        /* Apartado mensaje y botón acceso trámites  */

        .contentMSGTramites {
            width: 100%;
            text-align: center;
            padding: 4rem 2rem 3rem;
            height: 15rem;
        }

            .contentMSGTramites p {
                color: #1a2c56;
                font-size: 1.05rem;
                font-weight: 500;
            }

        .btnIngresarTramite {
            margin-top: 1rem;
        }

        a.btn.btnBannerTramite {
            color: #fff;
            background-color: #154c7eb3;
            border: none;
            border-radius: 0px;
            padding: 0.65rem 1.25rem;
        }

            a.btn.btnBannerTramite.btn-outline-success:hover, a.btn.btnBannerTramite.btn-outline-success:focus, #search-home .btn-outline-success.focuss {
                box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
                text-decoration: none;
            }

        /* buscador */
        .buscador {
            float: right;
            position: relative;
            right: 0;
            left: 7%;
            display: inline-block;
            max-width: 29%;
            width: 29%;
            flex: 0 0 29%;
        }

            .buscador .ui-widget {
                width: 100%;
            }

        .estilo-input#tags {
            border: 2px solid #eaeaea;
            margin: 0 15px;
            width: 75%;
        }

        ul#ui-id-1 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 15% !important;
            top: 25% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
            position: absolute;
            min-width: 30%;
            max-width: 95%;
        }

        .filaBuscadorMovil {
            display: none;
        }

        .buscadorMovil {
            display: none;
        }

        /* funcionalidades y dashboard */

        .funcionalidades-wrapper {
            padding: 0rem 1rem 0rem;
            margin-top: 0rem;
        }

        .dashContent {
            margin: 1rem 0rem 1rem 2rem;
        }

        .dashboardZone, .funcionalidadesZone {
            flex: 0 0 100%;
            max-width: 100%;
        }

            .dashboardZone .tituloSeccion {
                margin: 3rem 0rem 0rem;
                padding-left: 0px;
                padding-right: 0px;
            }

        .contentSection {
            margin-top: 5rem;
            padding-left: 0rem;
            background-color: #6780a1;
            height: 10rem;
            position: relative;
            z-index: 10;
            margin-bottom: 1rem;
        }

        .imgDashboard {
            padding: 40px 20px 30px 30px;
            background-color: rgba(10, 33, 56, 0.8);
            border: 1px solid #154c7e;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: .5rem 0.75rem;
            width: 100%;
        }

        .card {
            padding: 2rem 1.5rem;
            height: 14rem;
            margin: 0.5rem 0.5rem 1rem 0.5rem;
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: 0px 1px 5px #ccc;
            justify-content: center;
        }

        img.card-img-top {
            width: 60%;
            margin-left: 20%;
            margin-bottom: 15px;
        }

            img.card-img-top.iconoLogo1 {
                width: 40%;
                margin-top: 1rem;
                margin-left: 28%;
            }

            img.card-img-top.iconoLogo2 {
                width: 65%;
                margin-left: 16%;
            }

        .card-body {
            text-align: center;
            padding: 10px 0px;
            color: #777;
            font-weight: 500;
            font-size: 16px;
        }

        .versionMovil {
            display: none;
        }

        .imgDashboard.claro {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 1px 2px 5px #9e9e9e;
        }

            .imgDashboard.claro .textIndicador h6 {
                font-size: 1.5rem;
                margin-right: 0.75rem;
                color: #74ca87;
            }

            .imgDashboard.claro .iconoDash {
                color: #74ca87;
                margin-right: 0.25rem;
                margin-top: 0.35rem;
            }

            .imgDashboard.claro .textoInferior p {
                font-size: 0.8rem;
                vertical-align: text-top;
                margin-top: 0px;
                margin-left: 0rem;
                color: #848484;
                font-weight: 500;
            }

        .imgDashboard .colorRojo .iconoDash {
            color: #e83f3f;
            margin-right: 0.25rem;
            margin-top: 0.35rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
            margin-right: 0.75rem;
            color: #e83f3f;
        }
    }

    @media (min-width:1600px) {

        .menuNavegacion {
            float: left;
            text-align: left;
            padding: 15px 25px;
            box-shadow: 2px 2px 5px #ddd;
            width: -webkit-fill-available;
            height: 4.5rem;
        }

        a.logo2 img {
            width: 300px;
        }

        .menuNavegacion .col-lg-2.btnLoginUser {
            flex: 0 0 19%;
            max-width: 19%;
            min-width: 19%;
            float: right;
            width: 19%;
            position: absolute;
            right: 1rem;
        }

        .menuNavegacion ul li a {
            color: #154c7e;
            padding: 0.1rem 1rem;
            font-size: 1rem;
        }

        .btn.btnLogin {
            background-color: rgba(21,76,126,0.7);
            color: #ffffff;
            text-transform: uppercase;
            border-radius: 0px;
            padding: 0.7rem 2.5em;
            float: right;
            font-size: 14px;
            box-shadow: 1px 1px 5px #2d5c84;
            margin-right: 1rem;
        }

        .dropdown-menu.menuLogin.show {
            box-shadow: 1px 1px 5px #9e9e9e;
            background-color: #e1e6eaeb;
            position: relative;
            transform: translate3d(86px, 0px, 0px);
            top: 0px !important;
            right: 0px !important;
            will-change: transform;
            width: 30%;
            left: 0rem !important;
            padding: 20px 20px 50px;
        }

        .form-control.btn.btnLogin {
            margin-bottom: 10px;
            padding: 0.25rem 1.5rem;
            width: 70%;
            text-align: center;
            justify-content: center;
            margin-right: 3rem;
            height: 45px;
            border: none;
            margin-top: 1rem;
        }


        /* Foto cabecera */
        .imgCabecera {
            background-size: contain;
            background-repeat: no-repeat;
            background-position-x: left;
            max-width: 1920px;
            height: 25rem;
            /*background-image: url("../images/banner_AIG_web.jpg");*/
            /*background-image: url("../images/CiudadPanamaCabecera.jpg");*/
        }


        /* slider */
        #carousel-img, #instituciones {
            height: 20rem;
            position: relative;
            z-index: 200;
        }

            #carousel-img .carousel-indicators li, #carousel-noticias .carousel-indicators li {
                width: 80px;
                height: 10px;
                background-color: #ffffff;
                border: 1px solid #154c7e;
                border-radius: 0px;
                padding: 0.1rem .50rem;
                margin-left: 10px;
                box-shadow: 1px 1px 5px #0e3558;
            }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 15;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 0;
            margin-right: 15%;
            margin-left: 15%;
            list-style: none;
        }

            .carousel-indicators li {
                opacity: 1;
            }

        .botoneraFile {
            width: 100%;
            margin-top: -18rem;
        }

        .botoneraSlider {
            display: inline-block;
            background-color: transparent;
            position: relative;
            z-index: 100;
        }

        .iconoInstitucion {
            text-align: center;
            padding: 5rem;
        }

        .bgNameInstitucion {
            background-color: #ffffff;
            height: 6rem;
            width: 100%;
            border: 1px solid #154c7e;
            padding-top: 1rem;
            margin-bottom: 0px;
        }

        .slider-instituciones {
            margin-bottom: 6rem;
            margin-top: 0rem;
        }

        p.siglasText {
            font-size: 25px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }


        /* banner salud pasajeros entrada Panamá */

        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 26rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }

        h3.titleTramitePasajeros {
            color: #ffffff;
            font-size: 26px;
            padding: 3rem 3rem 1rem 3rem;
            margin: 2rem 2rem 0rem 3rem;
        }

        .secondaryTitlePasajero {
            display: inline-flex;
            margin-top: 0%;
            float: left;
        }

        h4.titleContentTramitePasajero {
            display: inline-flex;
            color: #ffffff;
            line-height: 1.85;
            padding: 0rem 1rem 1rem 3rem;
            margin-left: 3rem;
            font-size: 23px;
            margin-top: 3rem;
        }

        .btnPasajero {
            margin-top: 8%;
            float: right;
            margin-left: 13%;
        }

        .btnHomeBanner {
            background-color: #fff;
            color: #1a2c56;
            box-shadow: 1px 3px 5px #152650;
            padding: 0.75em 2em;
            margin-top: 10%;
            margin-right: 26%;
        }

        a.btnHomeBanner {
            color: #154c7e;
            text-align: center;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
        }

        /* apartado comunicados */

        .row.comunicados-wrapper {
            padding: 10px 0px;
            margin: 2rem 0rem 0.5rem;
        }

        .bgComunicados {
            padding: 1rem;
        }

        .bgColumnComunicado {
            background-color: #ffffff;
            padding: 1rem;
        }

        /* apartado trámites */

        .col-lg-12.bgTitleTramite {
            background-image: none;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-y: center;
            padding: 15px 0px;
        }

        .bgTramites {
            background-color: #c0ccd5;
            background-position: center;
            height: 36rem;
            background-repeat: no-repeat;
            background-position-x: 0;
        }

        .bgColumn {
            padding: 25px 15px;
            margin: 2rem 1rem;
            box-shadow: 2px 2px 5px rgba(10, 33, 56, 0.8);
            height: 32rem;
            min-height: 10rem;
            position: relative;
            z-index: 3;
            width: 30%;
            max-width: 30%;
            max-height: 32rem;
            /*overflow-y: overlay;*/
        }

            .bgColumn h5 {
                color: #ffffff;
                font-size: 18px;
                text-align: left;
                padding: 20px 40px 20px 30px;
            }

            .bgColumn ul {
                padding-left: 1.5rem;
                height: 22rem;
                max-height: 22rem;
                overflow-y: overlay;
                padding-right: 1.5rem;
            }

        li.tramiteText {
            color: #ffffff;
            list-style: none;
            text-align: left;
            line-height: 1.75rem;
            margin-bottom: 0.5rem;
            padding-left: 0rem;
            font-size: 0.95rem;
            padding-top: 0.75rem;
        }
        /*
        li.tramiteText a:hover, li.tramiteText a:focus, li.tramiteText a:active {
            color: #6dbaff;
            outline-color: none;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-color: #c8e5ff;
            font-style: italic;
        }*/


        .iconVerMas {
            color: #ffffff;
            font-size: 2em;
            float: right;
            margin-right: 1.5rem;
        }

        /* Apartado mensaje y botón acceso trámites  */

        .contentMSGTramites {
            width: 100%;
            text-align: center;
            padding: 3.5rem 2rem 3rem;
        }

            .contentMSGTramites p {
                color: #1a2c56;
                font-size: 1.05rem;
                font-weight: 500;
            }

        .btnIngresarTramite {
            margin-top: 1rem;
        }

        a.btn.btnBannerTramite {
            color: #fff;
            background-color: #154c7eb3;
            border: none;
            border-radius: 0px;
            padding: 0.65rem 1.25rem;
        }

            a.btn.btnBannerTramite.btn-outline-success:hover, a.btn.btnBannerTramite.btn-outline-success:focus, #search-home .btn-outline-success.focuss {
                box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
                text-decoration: none;
            }

        /* buscador */
        .buscador {
            float: right;
            position: relative;
            right: 0px;
            left: 8%;
            display: inline-block;
        }

            .buscador .ui-widget {
                width: 100%;
            }

        .estilo-input#tags {
            border: 2px solid #eaeaea;
            margin: 0 15px;
            width: 75%;
        }

        ul#ui-id-1 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 22% !important;
            top: 29% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
            position: absolute;
            min-width: 30%;
            max-width: 95%;
        }

        /* funcionalidades y dashboard */

        .tituloSeccion {
            margin: 3rem 0rem 0rem;
            padding-left: 0px;
            padding-right: 0px;
        }

        .funcionalidades-wrapper {
            padding: 2rem 2rem 0rem;
            margin-top: 1rem;
        }

        .dashContent {
            margin: 1rem 0rem 1rem 2rem;
        }

        .dashboardZone, .funcionalidadesZone {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .contentSection {
            margin-top: 6rem;
            padding-left: 0rem;
            background-color: #6780a1;
            height: 10rem;
            position: relative;
            z-index: 10;
            margin-bottom: 1rem;
        }

        .imgDashboard {
            padding: 40px 20px 30px 30px;
            background-color: rgba(10, 33, 56, 0.8);
            border: 1px solid #154c7e;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: .5rem 0.75rem;
            width: 100%;
        }

        .cardZone {
            position: relative;
            z-index: 100;
            margin-top: -3.5rem;
            margin-left: -3.5%;
        }

        .card {
            padding: 2rem 1rem;
            height: 17.5rem;
            margin: 0.5rem 0.5rem 1rem 0.5rem;
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: 0px 1px 5px #ccc;
        }

        img.card-img-top {
            width: 40%;
            margin-left: 30%;
            margin-bottom: 20px;
        }

            img.card-img-top.iconoLogo2 {
                width: 70%;
                margin-left: 15%;
                margin-top: -0.5rem;
            }

        /*  .card-body {
        text-align: center;
        padding: 5px 0px;
        color: #777;
        font-weight: 500;
        font-size: 16px;
    }*/

        .versionMovil {
            display: none;
        }

        .imgDashboard.claro {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 1px 2px 5px #9e9e9e;
        }

            .imgDashboard.claro .textIndicador h6 {
                font-size: 1.5rem;
                margin-right: 0.75rem;
                color: #74ca87;
            }

            .imgDashboard.claro .iconoDash {
                color: #74ca87;
                margin-right: 0.25rem;
                margin-top: 0.35rem;
            }

            .imgDashboard.claro .textoInferior p {
                font-size: 0.8rem;
                vertical-align: text-top;
                margin-top: 0px;
                margin-left: 0rem;
                color: #848484;
                font-weight: 500;
            }

        .imgDashboard .colorRojo .iconoDash {
            color: #e83f3f;
            margin-right: 0.25rem;
            margin-top: 0.35rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
            margin-right: 0.75rem;
            color: #e83f3f;
        }
    }

    @media (min-width:1680px) {
        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 28rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }
    }

    @media (min-width:1800px) {

        .menuNavegacion {
            float: left;
            text-align: left;
            padding: 15px 25px;
            box-shadow: 2px 2px 5px #ddd;
            width: -webkit-fill-available;
            height: 4.3rem;
        }

        a.logo2 img {
            width: 300px;
        }

        .menuNavegacion .col-lg-2.btnLoginUser {
            flex: 0 0 15%;
            max-width: 15%;
            min-width: 15%;
            float: right;
            width: 15%;
            position: absolute;
            right: 1rem;
            top: 10px;
        }

        /* Foto cabecera */
        .imgCabecera {
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: left;
            max-width: 1920px;
            height: 27rem;
            /* background-image: url("../images/banner_AIG_web.jpg");*/
            /* background-image: url("../images/CiudadPanamaCabecera.jpg");*/
        }

        /* Slider */
        .slider {
            background-position: top;
            height: 45rem;
            background-repeat: no-repeat;
            background-position-x: 0;
        }

        #carousel-img .carousel-indicators li, #carousel-noticias .carousel-indicators li {
            width: 80px;
            height: 0.5rem;
            background-color: #ffffff;
            border: 1px solid #154c7e;
            border-radius: 0px;
            padding: 0.1rem .50rem;
            margin-left: 10px;
            box-shadow: 1px 1px 5px #0e3558;
        }

        #carousel-img {
            height: 32rem;
        }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 15;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 0;
            margin-right: 15%;
            margin-left: 15%;
            list-style: none;
        }

            .carousel-indicators li {
                opacity: 1;
            }

        #carousel-img .carousel-inner, #carousel-img .carousel-item {
            height: 40rem;
        }

        .botoneraFile {
            width: 100%;
            margin-top: -14rem;
        }

        .botoneraSlider {
            display: inline-block;
            background-color: transparent;
            position: relative;
            z-index: 100;
        }

        .iconoInstitucion {
            text-align: center;
            padding: 5rem 1rem 3rem 1rem;
        }

        .bgNameInstitucion {
            background-color: #ffffff;
            height: 80px;
            width: 100%;
            border: 1px solid #154c7e;
            padding-top: 1rem;
            margin-bottom: 0px;
        }

        .slider-instituciones {
            margin-bottom: 5rem;
            display: inline-flex;
        }

            .slider-instituciones .slider {
                height: 22rem;
                margin-top: 3rem;
            }

        .menuNavegacion ul li a {
            color: #154c7e;
            padding: 0.1rem 1rem;
            font-size: 1rem;
        }

        .col-lg-1.anterior, .col-lg-1.posterior {
            vertical-align: middle;
            margin-top: 10%;
        }

        .iconoAtras, .iconoAdelante {
            color: #154c7e;
            font-size: 30px;
        }

        .instituciones-carrusel {
            display: inline-flex;
        }

        p.siglasText {
            font-size: 25px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

        .bgInstitucion {
            background-color: #154c7e;
            height: auto;
            margin: 15px 15px 0px 20px;
            padding: 10px 0px 1px 0px;
            width: 75%;
        }

        .form-control.btn.btnLogin {
            margin-bottom: 10px;
            padding: 0.25rem 1.5rem;
            width: 70%;
            text-align: center;
            justify-content: center;
            margin-right: 3rem;
            height: 45px;
            border: none;
            margin-top: 1rem;
        }

        /* apartado comunicados */
        .row.comunicados-wrapper {
            padding: 10px 0px;
            margin: 1rem 0rem 0.5rem;
        }

        .bgComunicados {
            padding: 1rem 1rem 0rem;
        }

        .bgColumnComunicado {
            background-color: #ffffff;
            padding: 1rem;
        }

        /* apartado trámites */

        .bgColumn {
            padding: 25px 15px;
            margin: 1rem;
            box-shadow: 2px 2px 5px rgba(10, 33, 56, 0.8);
            height: 32rem;
            min-height: 10rem;
            position: relative;
            z-index: 3;
            width: 30%;
            max-width: 30%;
            max-height: 32rem;
            /*overflow-y: overlay;*/
        }

        .column1 {
            background-color: #1a2c56;
        }

        .column2 {
            background-color: #485678;
        }

        .column3 {
            background-color: #828da7;
        }

        /*  .tramiteText a {
        color: #ffffff;
        list-style: none;
        text-align: left;
        line-height: 3.25rem;
    }*/
        li.tramiteText {
            color: #ffffff;
            list-style: none;
            text-align: left;
            line-height: 1.5rem;
            margin-bottom: 1rem;
            padding-left: 1rem;
            padding-right: 1.5rem;
            padding-top: 0.5rem;
            font-size: 1em;
        }

        /*        li.tramiteText a:hover, li.tramiteText a:focus, li.tramiteText a:active {
            color: #6dbaff;
            outline-color: none;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-color: #c8e5ff;
            font-style: italic;
        }

        li.tramiteText:focus {
            outline-color: transparent;
            outline: none;
        }*/

        .iconVerMas {
            color: #ffffff;
            font-size: 2.3em;
            float: right;
            margin-right: 2rem;
        }

        .bgColumn h5 {
            color: #ffffff;
            font-size: 18px;
            text-align: left;
            padding: 20px 40px;
        }

        .bgTramites {
            background-color: #c0ccd5;
            background-position: center;
            height: 37rem;
            background-repeat: no-repeat;
            background-position-x: 0;
            background-size: cover;
        }

        .bgColumn ul {
            padding-left: 1.75rem;
            height: 20rem;
            max-height: 20rem;
            overflow-y: overlay;
        }

        /* Apartado mensaje y botón acceso trámites  */

        .contentMSGTramites {
            width: 100%;
            text-align: center;
            padding: 4rem 2rem 3rem;
            height: 15rem;
        }

            .contentMSGTramites p {
                color: #1a2c56;
                font-size: 1.05rem;
                font-weight: 500;
            }

        .btnIngresarTramite {
            margin-top: 1rem;
        }

        a.btn.btnBannerTramite {
            color: #fff;
            background-color: #154c7eb3;
            border: none;
            border-radius: 0px;
            padding: 0.65rem 1.25rem;
        }

            a.btn.btnBannerTramite.btn-outline-success:hover, a.btn.btnBannerTramite.btn-outline-success:focus, #search-home .btn-outline-success.focuss {
                box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
                text-decoration: none;
            }

        .row.contentTramites.container-fluid.justify-content-center {
            padding: 20px 0px 35px 25px;
        }

        .col-lg-12.bgTitleTramite {
            background-image: none;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-y: top;
            padding: 0px 25px;
            height: 3rem;
        }

        .tituloSeccion {
            margin: 3rem 0rem 0rem;
            padding-left: 0px;
            padding-right: 0px;
        }


        /* apartado Noticias */

        #carousel-noticias .carousel-control-next, #carousel-noticias .carousel-control-prev {
            opacity: .9 !important;
        }

        #carousel-noticias .iconoAtras, #carousel-noticias .iconoAdelante {
            color: #154c7e;
            font-size: 40px;
        }

        #carousel-noticias .carousel-indicators {
            bottom: -10px;
        }

        #carousel-noticias .carousel-caption {
            background-color: rgba(255,255,255,0.7);
            margin-top: 20px;
        }

        #carousel-noticias .title-noticia a {
            color: #154c7e;
        }

        .iconoAtras {
            float: right;
        }

        /* botón info */

        .btn-info {
            color: #144b7e;
            background-color: #ffffff;
            border-color: #ffffff;
            border-radius: 0px;
        }

            .btn-info:hover {
                color: #ffffff;
                background-color: #0e3558;
                border: 1px solid #ffffff;
            }

        button.btn.btn-info {
            box-shadow: 2px 2px 5px #0e3558;
            padding: 0.5rem 2rem;
            margin-right: 1rem;
        }

        /* buscador */

        .buscador {
            float: right;
            position: relative;
            right: 0;
            left: 2%;
            display: inline-block;
            max-width: 23%;
            width: 23%;
            flex: 0 0 23%;
        }

            .buscador .ui-widget {
                width: 100%;
            }

        .estilo-input#tags {
            border: 2px solid #eaeaea;
            margin: 0 15px;
            width: 75%;
        }

        ul#ui-id-1 {
            z-index: 500;
            padding: 2rem 1.5rem;
            left: 25% !important;
            top: 27% !important;
            color: #fff;
            background-color: rgba(21, 76, 126, 0.8);
            box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
            border: 1px solid rgba(21, 76, 126, 0.8);
            background: rgba(21, 76, 126, 0.8);
            position: absolute;
            min-width: 30%;
            max-width: 95%;
        }

        .filaBuscadorMovil {
            display: none;
        }

        .buscadorMovil {
            display: none;
        }

        /* Banner Trámite Pasajeros */

        .bgTramitePasajero {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-x: left;
            height: 31rem;
            max-width: 2000px;
            background-image: url(../images/bannerTramiteSaludPasajero.jpg);
        }

        .fileTitlePasajero {
            height: 3rem;
        }

        h3.titleTramitePasajeros {
            color: #ffffff;
            font-size: 30px;
            padding: 3rem 3rem 1rem 3rem;
            margin: 3rem 2rem 0rem 3rem;
        }

        .secondaryTitlePasajero {
            display: inline-flex;
            margin-top: 4%;
            float: left;
        }

        h4.titleContentTramitePasajero {
            display: inline-flex;
            color: #ffffff;
            line-height: 1.85;
            padding: 0rem 1rem 1rem 3rem;
            margin-left: 3rem;
            font-size: 27px;
            margin-top: 0rem;
        }

        .btnPasajero {
            margin-top: 8%;
            float: right;
            margin-left: 15%;
        }

        .btnHomeBanner {
            background-color: #fff;
            color: #1a2c56;
            box-shadow: 1px 3px 5px #152650;
            padding: 0.75em 2em;
            margin-top: 8%;
            margin-right: 26%;
        }

        a.btnHomeBanner {
            color: #154c7e;
            text-align: center;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
        }


        /* funcionalidades y dashboard */

        .funcionalidades-wrapper {
            padding: 0rem;
            margin-top: 0.5rem;
            margin-left: 0rem;
        }

        .dashContent {
            margin: 0.5rem 1rem 1rem;
        }

            .dashContent.fila1 {
                margin: 0rem;
            }

            .dashContent.fila2 {
                margin: 0.5rem 0rem 0rem;
            }

        .imgDashboard {
            padding: 40px 20px 30px 30px;
            background-color: rgba(10, 33, 56, 0.8);
            border: 1px solid #154c7e;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 1rem 0.5rem 0rem 1rem;
        }

        .fila1 .imgDashboard {
            padding: 2.5rem 1rem 1rem 3.5rem;
            background-color: #bfd0dc;
            border: none;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 0rem 0.5rem 0rem 0rem;
        }

        .fila2 .imgDashboard {
            padding: 2.5rem 1rem 1rem 3.5rem;
            background-color: #bfd0dc;
            border: none;
            box-shadow: 1px 2px 5px rgba(10, 33, 56, 0.8);
            height: auto;
            margin: 0rem 0.5rem 0rem 0rem;
        }

        .imgDashboard.claro {
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 1px 2px 5px #9e9e9e;
        }

            .imgDashboard.claro .textIndicador h6 {
                font-size: 1.5rem;
                margin-right: 0.75rem;
                color: #74ca87;
            }

            .imgDashboard.claro .iconoDash {
                color: #74ca87;
                margin-right: 0.25rem;
                margin-top: 0.35rem;
            }

            .imgDashboard.claro .textoInferior p {
                font-size: 0.8rem;
                vertical-align: text-top;
                margin-top: 0px;
                margin-left: 0rem;
                color: #848484;
                font-weight: 500;
            }

        .imgDashboard .colorRojo .iconoDash {
            color: #e83f3f;
            margin-right: 0.25rem;
            margin-top: 0.35rem;
        }

        .imgDashboard .colorRojo .textIndicador h6 {
            font-size: 1.5rem;
            margin-right: 0.75rem;
            color: #e83f3f;
        }

        .textIndicador {
            display: inline-flex;
        }

            .textIndicador h6 {
                font-size: 1.5rem;
                margin-right: 0.75rem;
                color: #424e5f;
            }

        .iconoDash {
            color: #424e5f;
            margin-right: 0.25rem;
            margin-top: 0.35rem;
        }

        .textoInferior {
            float: left;
        }

            .textoInferior p {
                font-size: 0.8rem;
                vertical-align: text-top;
                margin-top: 0px;
                margin-left: 0rem;
                color: #424e5f;
                font-weight: 500;
            }

        h5.titulo {
            color: #154c7e;
            margin-left: 0;
            padding: 5px 20px 10px 0px;
        }

        /*Funcionalidades*/

        .funcionalidades-wrapper {
            margin-bottom: 3rem;
        }

        .imgSection {
            width: 100%;
            padding: 20px;
        }

        .imgBox {
            padding: 10px 15px;
            background-color: #f5f5f5;
            border: 1px solid #eee;
            box-shadow: 0px 1px 5px #ccc;
            height: 12rem;
            margin-left: 1rem;
        }

        .contentSection {
            margin-top: 7rem;
            padding-left: 0rem;
            background-color: #6780a1;
            height: 10rem;
            position: relative;
            z-index: 10;
            margin-bottom: 2rem;
        }

            .contentSection h6 {
                color: #154c7e;
                margin: 1rem 0rem;
                font-size: 1.3rem;
            }

        .cardZone {
            position: relative;
            z-index: 100;
            margin-top: -4rem;
            margin-left: -4rem;
        }

        .card {
            padding: 1.5rem 2rem;
            height: 17.5rem;
            margin: 0.5rem 0.5rem 0.75rem;
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: 0px 1px 5px #ccc;
        }

        img.card-img-top {
            width: 40%;
            margin-left: 30%;
            margin-bottom: 15px;
        }

            img.card-img-top.iconoLogo1 {
                width: 40%;
                margin-top: 1rem;
            }

            img.card-img-top.iconoLogo2 {
                width: 65%;
                margin-left: 15%;
            }

            img.card-img-top.iconoLogo3 {
                width: 65%;
                margin-left: 15%;
                margin-top: 2rem;
            }

            img.card-img-top.iconoLogo4 {
                width: 40%;
                margin-top: 1.5rem;
            }

        /*    .card-body {
        text-align: center;
        padding: 10px 0px;
        color: #777;
        font-weight: 500;
        font-size: 14px;
    }
*/
        .dashboardZone, .funcionalidadesZone {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .versionMovil {
            display: none;
        }

        .versionWeb {
            display: inline-block;
        }
    }


    .col-xl-12.carrusel-wrapper, .col-lg-12.carrusel-wrapper, .col-md-12.carrusel-wrapper, .col-xs-12.carrusel-wrapper {
        margin-top: 40px;
        position: relative;
        z-index: 200;
        margin-bottom: 7%;
    }

    .row.titulosComunicado {
        padding: 10px 10px 0px;
    }

    .bgComunicados h5 {
        color: #6780a1;
        margin-left: 1%;
        padding: 30px 30px 0px;
    }

    ul.listComunicadoHome {
        padding: 0px;
    }

    li.bgListComunicado {
        height: 7rem;
        list-style: none;
        margin: 1rem;
        border: 1px solid #ddd;
        padding: 0.5rem 0.75rem;
        border-bottom: 2px solid #144b7e;
        box-shadow: 1px 1px 5px #939393;
        max-height: 7rem;
        text-overflow: ellipsis;
        overflow-x: hidden;
    }

    a.titleComunicado {
        color: #154c7e;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 500;
    }

    p.textListComunicado {
        color: #a0a1a1;
        font-size: 0.95rem;
    }

    #carousel-noticias, #carousel-noticias .carousel-inner, #carousel-noticias .carousel-item {
        height: 400px;
    }

    .img-noticia {
        margin-top: 2%;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
    }

    /*  Footer  */
    .bgFooter {
        background-image: url(../images/footer.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .logoAIG {
        background-image: url('../images/logoaig_blanco.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 18rem;
        height: 6rem;
        margin: 2rem auto;
    }

    .colFooter {
        background-color: #01142780;
        padding: 10px 20px;
    }

    .textCopyright {
        color: #ffffff;
        text-align: center;
        margin: 5rem 0.5rem 0.5rem;
        font-size: 0.9rem;
    }

    a.linkText {
        color: #fff;
        font-size: 0.90rem;
        text-decoration: none;
    }

    @media only screen and (max-width : 415px) {
        .logoAIG {
            background-image: url('../images/logoaig_blanco.png');
            background-repeat: no-repeat;
            background-position: center;
            width: 18rem;
            height: 5rem;
            margin: 0.5rem auto;
        }

        .textCopyright {
            color: #ffffff;
            text-align: center;
            margin: 0.5rem 0.5rem 0.5rem;
            font-size: 0.9rem;
        }

        .textoPanamaDigital {
            margin: auto;
            padding-top: 35px !important;
        }
    }

    .md-nav-text {
        font-size: 0.8rem;
    }

    .icon-md {
        text-align: center !important;
    }

    .navbar-item:hover, .dropdown:hover {
        cursor: pointer;
    }

    button:focus {
        outline: transparent;
    }

    input:required {
        box-shadow: none !important;
    }

    input:invalid {
        box-shadow: none !important;
    }


    button#btn_irtramite {
        background-color: rgba(21,76,126,0.7);
        padding: 5px 12px;
        border: none;
        border-radius: 0px;
        box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
    }

    button#btn_irtramite_mobile {
        background-color: rgba(21,76,126,0.7);
        padding: 5px 12px;
        border: none;
        border-radius: 0px;
        box-shadow: 0px 1px 5px rgba(10, 33, 56, 0.8);
    }


    li.ui-menu-item:hover, li-ui-menu-item:focus {
        background-color: rgba(21, 76, 126, 0.7) !important;
        font-style: italic;
        color: #6dbaff;
        border: none !important;
        outline: none !important;
    }

    .ui-menu-item-wrapper:hover, .ui-menu-item-wrapper:focus {
        background-color: rgba(21, 76, 126, 0.7) !important;
        border: none !important;
        color: #6dbaff;
        outline: none !important;
    }