﻿/* 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');

html{
    overflow-x:hidden;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    padding-top: 0px;
}

/* 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;
    }
}

/*  Home  */

.top-header {
    background-color: #154c7e;
    height: 30px;
}

.main-wrapper.container-fluid {
    padding: 0px;
}

.container-fluid.body-content {
    padding: 0px;
    background-color: #fff;
}

.row.main-navigation {
    box-shadow: 2px 2px 5px #ddd;
    padding: 0px 30px 10px;
}

.logo.row {
    width: 100%;
}

a.navbar-brand {
    color: #154c7e;
    list-style-type: none;
    padding-top: 5%;
    font-size: 18px;
}

.bgNav {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 0px;
    box-shadow: 2px 2px 5px #ddd;
    margin-bottom: 0;
}

.logoSecurizacion {
    width: 300px;
    margin-bottom: 0.1rem;
}

.logoSolidario {
    width: 165px;
    margin: 1rem 2rem;
}


a.logo2 {
    text-align: right;
    float: right;
}

a.logo2 img {
    width: 400px;
}

.menuNavegacion {
    float: left;
    text-align: left;
    padding: 10px 25px;
    box-shadow: 2px 2px 5px #ddd;
    width: -webkit-fill-available;
}

    .menuNavegacion ul li {
        color: #154c7e;
        padding: 0.1rem 1rem;
    }

.userMenu {
    display: inline-flex;
    right: 0;
}

    .userMenu p.userName {
        color: #9E9E9E;
        padding: 5px 10px 0px;
        margin: 0px;
        text-align: right;
        float: right;
    }

button.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 #9e9e9e;
}

.iconUser {
    color: #9e9e9e;
    margin-top: 5px;
    font-size: 18px;
    float: right;
    text-align: right;
}

.iconUserLogin {
    color: #ffffff;
    font-size: 18px;
    float: right;
    text-align: right;
    margin-left: 0.75rem;
}

.dropdown-menu.menuLogin.show {
    box-shadow: 1px 1px 5px #9e9e9e;
    background-color: #e1e6ead4;
}

.py-5.formLogin {
    padding-top: 2rem !important;
}

.px-5.formLogin {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.formLogin label {
    color: #939393;
}

.formLogin input.form-control {
    border-radius: 0px;
    color: #656565;
    box-shadow: 1px 1px 5px #ccc;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

a.navbar-link {
    color: #154c7e;
}

    a.navbar-link:hover {
        color: #154c7e;
        text-decoration: none;
    }

/* contenido Home*/

.slider-carrusel {
    background-color: transparent;
    padding: 0px;
}

/*#carousel-img {
    height: 500px;
}*/

    /*#carousel-img .carousel-inner, #carousel-img .carousel-item {
        height: 659px;
    }*/

    #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;
        }


#slider1 {
    background-image: url(../images/slider1_1.png);
    background-position: top;
    height: 659px;
    background-repeat: no-repeat;
    background-position-x: 0;
}

#slider2 {
    background-image: url(../images/slider2_1.png);
    background-position: top;
    height: 659px;
    background-repeat: no-repeat;
    background-position-x: 0;
}

#slider3 {
    background-image: url(../images/slider3_1.png);
    background-position: top;
    height: 659px;
    background-repeat: no-repeat;
    background-position-x: 0;
}

/*.botoneraFile {
    width: 100%;
    margin-top: -18rem;
}*/

.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;
}

/*  media query para Home */


@media (min-width: 300px) {

    .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;
    }
    
    .slider {
        background-position: center;
        height: 15rem;
        background-repeat: no-repeat;
        background-position-x: 0;
        background-size: cover;}

    .bgTransparente {
        background-color: rgba(255, 255, 255, 0.5);
        height: 1.8rem;
        width: 100%;
        width: -webkit-fill-available;
        margin-top: -1.8rem;
        position: relative;
        z-index: 2;
        display:none;
    }

    .banner311-wrapper {
        background-image: url(../images/Tramita311.png);
        width: 100%;
        height: 8rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-bottom:0px;
    }
   
    .botoneraFile {
       display:none;
    }

    .botoneraSlider {
        display: none;
    }
    #carousel-img {
        height: 6rem;
    }

        #carousel-img .carousel-inner, #carousel-img .carousel-item {
            height: 7rem;
        }

        #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;
    }

    .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;
    }


}

@media (min-width:768px){
    a.navbar-brand {
        color: #154c7e;
        list-style-type: none;
        padding-top: 5%;
        font-size: 1.3rem;
        padding-left: 4%;
    }

    #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;
    }
    .bgTransparente {
        background-color: rgba(255, 255, 255, 0.5);
        height: 1.6rem;
        width: 100%;
        margin-top: -1.5rem;
        position: relative;
        z-index: 2;
        display: none;
    }

    .row.comunicados-wrapper {
        padding: 0px;
        margin: 0;
    }

    .banner311-wrapper {
        background-image: url(../images/Tramita311.png);
        width: 100%;
        height: 9rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {

    .slider {
        background-position: center;
        height: 15rem;
        background-repeat: no-repeat;
        background-position-x: 0;
        background-size: cover;
    }

    .bgTransparente {
        background-color: rgba(255, 255, 255, 0.5);
        height: 5rem;
        width: 100%;
        margin-top: -10rem;
        position: relative;
        z-index: 2;
    }

    .botoneraFile {
        width: 100%;
        margin-top: -13rem;
    }
    .botoneraSlider {
        display: inline-block;
        background-color: transparent;
        position: relative;
        z-index: 100;
    }

    .row.comunicados-wrapper {
        padding: 0px;
        margin: 0;
    }

    .banner311-wrapper {
        background-image: url(../images/Tramita311.png);
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 2rem;
        background-size: cover;
        height: 10rem;
    }

    #carousel-img {
        height: 20rem;
    }
        #carousel-img .carousel-inner, #carousel-img .carousel-item {
            height: 17rem;
        }

    .row.comunicados-wrapper {
        padding: 10px;
        margin: 0.5rem;
    }

    .bgComunicados {
        padding: 1rem;
    }
    .bgColumnComunicado {
        background-color: #ffffff;
        padding: 1rem;
    }
}


@media (min-width: 1024px) {

    a.navbar-brand {
        color: #154c7e;
        list-style-type: none;
        padding-top: 5%;
        font-size: 1.5rem;
        padding-left: 4%;
    }
    
    .slider {
        background-position: top;
        height: 40rem;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #carousel-img {
        height: 14rem;
    }

    #carousel-img .carousel-inner, #carousel-img .carousel-item {
        height: 17rem;
    }

        #carousel-img .carousel-indicators {
            margin-top: 0%;
        }

    .bgTransparente {
        height: 4rem;
        width: 100%;
        margin-top: -4rem;
        position: relative;
        z-index: 2;
        display: inline-block;
    }

    .botoneraFile {
        width: 100%;
        margin-top: -13rem;
    }

    .banner311-wrapper {
        background-image: url(../images/Tramita311.png);
        width: auto;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 2rem;
        background-size: contain;
        height: 12rem;
    }

    .row.comunicados-wrapper {
        padding: 10px 5px;
        margin: 3rem 0.5rem 0.5rem;
        width: 100%;
    }

    .bgComunicados {
        padding: 1rem;
    }

    .bgColumnComunicado {
        background-color: #ffffff;
        padding: 1rem;
    }
}

@media (min-width:1280px){
    .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: 20rem;
    }


    .bgTransparente {
        background-color: rgba(255, 255, 255, 0.5);
        height: 6rem;
        width: 100%;
        margin-top: -5rem;
        position: relative;
        z-index: 2;
    }

    .botoneraFile {
        width: 100%;
        margin-top: -10rem;
    }

    #carousel-img {
        height: 14rem;
    }

    #carousel-img .carousel-indicators li, #carousel-noticias .carousel-indicators li {
        width: 50px;
        height: 7px;
        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;
    }

    .banner311-wrapper {
    background-image: url(../images/Tramita311.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2rem;
    background-size: cover;
    height: 15rem;
}
    .row.comunicados-wrapper {
        padding: 10px;
        margin: 5rem 0.5rem 0.5rem;
    }
    .bgComunicados {
        padding: 1rem;
    }
    .bgColumnComunicado {
        background-color: #ffffff;
        padding: 1rem;
    }

}

@media (min-width:1440px) {
    .slider {
        background-position: top;
        height: 45rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 0px;
    }
    .bgTransparente {
        background-color: rgba(255, 255, 255, 0.5);
        height: 6rem;
        width: 100%;
        margin-top: -5rem;
        position: relative;
        z-index: 2;
    }

    #carousel-img {
        height: 20rem;
    }

        #carousel-img .carousel-inner, #carousel-img .carousel-item {
            height: 25rem;
        }

        #carousel-img .carousel-indicators li, #carousel-noticias .carousel-indicators li {
            width: 80px;
            height: 1px;
            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;
    }

    .botoneraFile {
        width: 100%;
        margin-top: -13rem;
    }

    .banner311-wrapper {
        background-image: url(../images/Tramita311.png);
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 2rem;
        background-size: cover;
        height: 15rem;
    }

    .row.comunicados-wrapper {
        padding: 10px;
        margin: 5rem 0.5rem 0.5rem;
    }

    .bgComunicados {
        padding: 1rem;
    }
    .bgColumnComunicado {
        background-color: #ffffff;
        padding: 1rem;
    }
}

@media (min-width:1600px) {
    .slider1 {
       
        background-position: top;
        height: 659px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }

    .slider2 {
       
        background-position: top;
        height: 659px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }

    .slider3 {
        
        background-position: top;
        height: 659px;
        background-repeat: no-repeat;
        background-position-x: 0;
    }
    #carousel-img {
        height: 17rem;
    }

    #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;
    }


    .botoneraFile {
        width: 100%;
        margin-top: -18rem;
    }

    .botoneraSlider {
        display: inline-block;
        background-color: transparent;
        position: relative;
        z-index: 100;
    }

    .bgTransparente {
        background-color: rgba(255, 255, 255, 0.5);
        height: 5rem;
        width: 100%;
        margin-top: -5rem;
        position: relative;
        z-index: 2;
    }

    .banner311-wrapper {
        background-image: url(../images/Tramita311.png);
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 2rem;
        background-size: cover;
        height: 20rem;
    }
    .row.comunicados-wrapper {
        padding: 10px;
        margin: 5rem 0.5rem 0.5rem;
    }
    .bgComunicados {
        padding: 1rem;
    }
    .bgColumnComunicado {
        background-color: #ffffff;
        padding: 1rem;
    }



}

@media (min-width:1800px) {
    .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: 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 {
        height: 18rem;
    }

    .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;
    }


    .botoneraFile {
        width: 100%;
        margin-top: -14rem;
    }

    .botoneraSlider {
        display: inline-block;
        background-color: transparent;
        position: relative;
        z-index: 100;
    }

    .bgTransparente {
        background-color: rgba(255, 255, 255, 0.5);
        height: 7rem;
        width: 100%;
        margin-top: -7rem;
        position: relative;
        z-index: 2;
    }
    .banner311-wrapper {
        background-image: url(../images/Tramita311.png);
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 2rem;
        background-size: cover;
        height: 22rem;
    }
    .row.comunicados-wrapper {
        padding: 10px;
        margin: 9rem 0.5rem 0.5rem;
    }
    .bgComunicados {
        padding: 1rem;
    }
    .bgColumnComunicado {
        background-color: #ffffff;
        padding: 1rem;
    }
}


    .col-lg-1.anterior, .col-lg-1.posterior {
        vertical-align: middle;
        margin-top: 10%;
    }

    .iconoAtras, .iconoAdelante {
        color: #154c7e;
        font-size: 30px;
    }

    #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 {
        margin-left: 20px;
    }

    .instituciones-carrusel {
        display: inline-flex;
        /* margin-left: 8rem; */
    }

    .bgInstitucion {
        background-color: #154c7e;
        height: 15rem;
        margin: 20px;
        padding: 10px 0px 0px;
    }

    .bgNameInstitucion {
        background-color: #ffffff;
        height: 75px;
        width: 100%;
        border: 1px solid #154c7e;
        padding-top: 1rem;
    }

    /*.bgTransparente {
        background-color: rgba(255, 255, 255, 0.5);
        height: 10rem;
        width: 100%;
        margin-top: -15rem;
        position: relative;
        z-index: 2;
    }*/

    .iconoInstitucion {
        font-size: 8rem;
        color: #ffffff;
        text-align: center;
    }

    .bgTramites {
        background-image: url(../images/fondoTramitesAzul.png);
        background-position: center;
        height: 45rem;
        background-repeat: no-repeat;
        background-position-x: 0;
    }

    p.siglasText {
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .bgColumn {
        background-color: rgba(10, 33, 56, 0.8);
        padding: 15px;
        margin: 1rem;
        box-shadow: 2px 2px 5px #3c3c3cd9;
        height: 28.5rem;
    }

    li.tramiteText {
        color: #ffffff;
        list-style: none;
        text-align: left;
        line-height: 3.25rem;
    }

    .btn-info {
        color: #144b7e;
        background-color: #ffffff;
        border-color: #ffffff;
        border-radius: 0px;
    }

        .btn-info:hover {
            color: #ffffff;
            background-color: #0e3558;
        }

    button.btn.btn-info {
        width: 8rem;
        box-shadow: 2px 2px 5px #0e3558;
    }

    .bgTramites h2 {
        color: #ffffff;
        margin-left: 1%;
        padding: 30px;
    }

    .bgColumn h3 {
        color: #ffffff;
        font-size: 22px;
        text-align: center;
        padding: 20px;
    }

    .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.comunicados-wrapper {
        padding: 10px;
        margin: 9rem 0.5rem 0.5rem;
    }*/


    /*.bgComunicados {
        padding: 1rem;
    }*/

    .row.titulosComunicado {
        padding: 10px 10px 0px;
    }

    .bgComunicados h2 {
        color: #154c7e;
        margin-left: 1%;
        padding: 30px 30px 0px;
    }

    /*.bgColumnComunicado {
        background-color: #ffffff;
        padding: 1rem;
    }*/

    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%;
    }

   

    


    /*.banner311-wrapper {
        background-image: url(../images/Tramita311.png);
        width: 100%;
        height: 20rem;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 2rem;
    }*/

    /*.imgBanner {
        height: 20rem;
        width: 100%;
    }*/


    /*  Footer  */

.bgFooter {
    background-image: url(../images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
   
}

.logoAIG {
    background-image: url(../images/aiglogo.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 12rem;
    height: 6rem;
    margin: 2rem 5rem;
}

    .colFooter {
        background-color: #01142780;
        padding: 10px 20px;
    }

.textCopyright {
    color: #ffffff;
    text-align: center;
    margin: 5rem 0.5rem 0.5rem;
    font-size: 0.9rem;
}

@media only screen and (max-width : 415px) {
    .logoAIG {
        background-image: url(../images/aiglogo.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 10rem;
        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;
    }
}