* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    /*font-family: 'Josefin Sans', sans-serif;*/
    /*height: 100%;*/
    /*  display: flex;
  flex-direction: column;*/
    margin: 0;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: aliceblue;
}

    body.cuerpoLogueo {
        background-color: #0063B0
    }

h1.tituloLogueo {
    color: #0063B0;
}
/*.navbar {
  font-size: 18px;
  background-image: linear-gradient(260deg, #2376ae 0%, #c16ecf 100%); 
  border: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 10px;
}
.demo {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.nav-links, #logo {
  text-decoration: none;
  color: rgba(255,255,255,0.7);
}

.demo li {
  text-align: center;
  margin: 15px auto;
}
#logo{
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 20px;
}*/

/*li:nth-child(1){
 margin-right: auto;
}*/
.logo {
    /*
	justify-content: center;
	display: flex;
	flex-direction: row;
	*/
    justify-content: center;
    display: flex;
    flex-direction: row;
    background-color: #FFF !important;
    margin-bottom: 10px;
}

.seleccionado {
    opacity: 0.6 !important
}

.header-container {
    /*display: flex;*/
    /*background-color: #467386;*/
    /*background-color: #4b74aa*/
    /*background-color: #0063B0*/
    background-color: #FFF !important;
}

nav {
    margin: 10px auto;
    max-width: 700px;
    width: 95%;
    margin-bottom: 0 !important;
}

#checkbox1,
.toggle {
    display: none;
}

.menu {
    padding: 0;
    margin: 0;
    max-width: 700px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
}

    .menu li a {
        text-decoration: none;
        align-self: center;
        border-radius: 5px;
        /*font-size: 14px;*/
        padding: 10px 15px;
        transition: background .2s linear;
    }

.login {
    padding: 0;
    margin: 0;
    max-width: 700px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
}

    .login li a {
        text-decoration: none;
        align-self: center;
        border-radius: 5px;
        font-size: 14px;
        padding: 10px 15px;
        transition: background .2s linear;
    }

@media screen and (max-width: 600px) {
    /*.header-container{
    flex-direction: row;

  }*/
    .menu li a {
        font-size: 13px;
    }

    .login li a {
        font-size: 13px;
    }

    img.fotoPerfil {
        width: 10%;
        border-radius: 50%;
    }
    /*  img.logoFooter{
    width: 20% !important;
  }*/

}

@media screen and (max-width: 500px) {
    /*.header-container{
    flex-direction: row;
        
  }*/
    .contenido {
        margin-bottom: 50%;
    }

    .toggle {
        clear: both;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        cursor: pointer;
        width: 100%;
        height: 40px;
        font-size: 18px;
        color: #fff;
        /*background: #27566B;*/
        background-color: #0063B0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        transition: all .1s linear;
    }

        .toggle:hover {
            background: #cecece;
        }

    #checkbox1:checked + label .demo li {
        opacity: 1;
        visibility: visible;
        transition: all .7s linear;
    }

    #checkbox1:checked + label .demo {
        height: 200px;
    }

    .menu {
        border-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 0px;
        transition: height .3s linear;
    }

    .login {
        border-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 0px;
        transition: height .3s linear;
    }

    .menu li {
        display: flex;
        /* magic */
        align-self: center;
        width: 95%;
        opacity: 0;
        visibility: hidden;
    }

    .login li {
        display: flex;
        /* magic */
        align-self: center;
        width: 95%;
        opacity: 0;
        visibility: hidden;
    }

    .menu li a {
        width: 95%;
        text-align: center;
        align-self: center;
        align-content: center;
    }

    .login li a {
        width: 95%;
        text-align: center;
        align-self: center;
        align-content: center;
    }

    img.fotoPerfil {
        width: 10% !important;
        border-radius: 50%;
    }
}

.demo li a {
    /*color: #fff;*/
    color: #0063B0
}

    .demo li a:hover {
        /*color: #000;*/
        color: rgba(0, 99, 176, 0.75);
    }

/*.demo{
  padding: 0;
  margin: 0;
  max-width: 700px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
}

.demo li a{
  text-decoration: none;
  align-self: center;
  padding: 10px 15px;
}*/





/*li a{
   color: #fff;
   text-decoration: none;
}*/

/*li:not(:first-child) {
  font-size: 20px;
}*/

/*li:first-child{
  font-size: 20px;*/
/*align-self: flex-end;
}*/



/*li:nth-child(2){
  flex: 1 1 0;
}*/

/*li:first-of-type{
  align-self: flex-start;
}*/

.campoBuscador {
    display: flex;
    margin: 25px auto;
    max-width: 700px;
    width: 95%;
}

.slider {
    /*background-image: url("../img/construccion.jpg") ;*/
    /*opacity: .4;*/
    background-repeat: no-repeat;
    /*padding: 1%;*/
    background-size: 10%;
    /*background-color: #6F93A1;*/
    /*margin-bottom: 2%;*/
    /*  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start*/
}


.buscador {
    /* Shrink and grow as needed, but never shrink so
     small that we can't read the placeholder */
    flex: 1 0 8em;
}

.boton {
    /* Never shrink or grow */
    flex: 0 0 auto;
}

.buscar:before {
    /* Don't shrink or grow and use a default size */
    flex: 0 0 2.75em;
    /* ... */
}

input,
button,
.SearchBox:before {
    padding: .35em .75em;
    border: none;
    font-size: 1.1rem;
    text-decoration: none;
}

/* LAYOUT */
.campo {
    display: flex;
    /*width: 500px;*/
    background-image: url(../../img/cortada.jpg);
    background-repeat: no-repeat;
}

/*.contenido {
  background-image: url("https://mdn.mozillademos.org/files/6457/mdn_logo_only_color.png");
}*/

.buscador {
    flex: 1 0 8em;
}

.boton {
    flex: 0 0 auto;
}

.campoBuscador:before {
    flex: 0 0 2.75em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* VISUAL DESIGN DETAILS */
.SearchBox {
    margin: 3rem auto 0;
    max-width: 80%;
}

.campoBuscador:before {
    border-radius: 2px 0 0 2px;
    background: #ccc;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    color: #797979;
    /*content: "\f002";*/
}

.buscador {
    background: #e9e9e9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .buscador:focus {
        background: white;
    }

.boton {
    border-radius: 0 2px 2px 0;
    /*background: #27566B;*/
    background-color: #E30613;
    /*background-color: #333;*/
    font-weight: 300;
    text-transform: uppercase;
    color: #EDFFEC;
}

.contenido {
    flex: 1 0 auto;
}

.textoBuscador {
    color: #fff
}

footer {
    flex-shrink: 0;
    background-color: #fff;
    border-top: 10px solid #0063B0;
    /*padding: 1%;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 200px !important;
    /*position: absolute;*/
}

    footer p {
        color: #0063B0;
        /*padding: 5%;*/
    }

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.longhand {
    flex-flow: wrap row;
}

.flex-item {
    /*color: #fff;*/
    /*border: 1px solid #C3D0D9;*/
    height: 50px;
    /*font-size: 1.3em;*/
    text-align: center;
    padding: 10px;
    /*margin: 2% !important;*/
    /*background-color: #fff*/
}

label.seleccion {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

input:checked + label {
    /*background: #eee;*/
    color: #fff;
}

input.requisitos {
    display: none;
}

.requisitos {
    /*background-color: #27566B;*/
    /*background-color: #6F93A1;*/
    padding: 0.5% 1% 2% 1%;
    margin-bottom: 5%;
    color: #0063B0;
    height: 100%;
}

.caja-requisito, .caja-descarga {
    /*background-color: #fff;*/
    color: #27566B;
    padding: 1%;
    margin-top: 2%;
    width: 48%;
}

.caja-descarga {
    /*background-color: #113D50;*/
    /*background-color: #0063B0;*/
    /*background-color: #4b74aa;*/
    color: #fff;
    padding: 1%;
    margin-top: 2%;
    width: 48%;
    margin-left: 1%;
    text-align: center;
    line-height: 55px;
}

    .caja-descarga a {
        color: #fff;
        /*line-height: 10px;*/
        /*font-size: 1.5em;*/
        text-decoration: none;
        vertical-align: middle;
        background: #4b74aa;
        padding: 5%;
    }

/*.caja-informacion{
  flex-wrap: wrap;
}*/

.logosContacto {
    width: 25%;
}

.contactos {
    width: 400px;
    background-color: #FFFEFD;
    padding: 2%;
    margin: 2%;
}

h1 {
    margin-top: 2%;
    text-align: center;
    margin-bottom: 3%;
    color: #0063B0;
}

h3 {
    /* background-color: #467386;
  color: #fff;
  padding: 1%;*/
    margin-bottom: 2%;
    font-size: 18px !important;
}

h5 {
    background-color: #D7E6D2 !important;
    color: #4AA64B !important;
    padding: 1% 2%;
}

    h5.generales {
        background-color: #8097B7 !important;
        color: #0063B0 !important;
        padding: 1% 2%;
    }

.listas, .listas article h3 {
    background-color: #0063B0 !important;
    color: #fff;
    text-align: center;
    padding: 5%;
}

.tablasClasificaciones, .tablasClasificaciones article h3 {
    background-color: #0063B0 !important;
    color: #fff;
    text-align: center;
    padding: 1%;
}

img.logoTramites {
    margin-top: 4%;
}

a.logoTramites {
    margin-top: 4%;
    background: url('../../Images/logoTCB.png') no-repeat top left;
    display: block;
}

p.requisito {
    font-weight: bold;
}

.footer-copyright p {
    /*background-color: #0063B0;*/
    color: #fff;
    margin-bottom: 1px !important;
    font-size: smaller;
}

.copyFooter {
    background-color: #0063B0;
}

.py-3 {
    padding-bottom: 1px;
    /*padding-top: 2%;*/
}

.clasificaciones {
    width: 400px;
    margin: 2%;
    text-decoration: none;
}

p.pdfClasificaciones, p.decretos, h6.decretos {
    color: #0063B0;
}

.filaDecretos {
    padding: 5% 0;
}

.filaLogos {
    padding: 2% 0 2% 0;
}

h6.decretos {
    font-weight: bolder;
}

p.decretos {
    margin-bottom: 1px !important
}

.IconosClasificaciones {
    padding-top: 0px
}

.IconosVerdes {
    padding-top: 0px;
    color: #4AA64B !important;
}

.IconosGenerales {
    padding-top: 0px;
    color: #0063B0 !important;
}

.IconosMorados {
    padding-top: 0px;
    color: #6F296E !important
}

.IconosTurqueza {
    padding-top: 0px;
    color: #3D9E88 !important
}

.ciudadano, .ciudadano article h3 {
    background-color: #0063B0 !important;
    color: #0063B0;
    text-align: center;
    padding: 5%;
}

    .ciudadano article h3 {
        background: #F0F8FF !important
    }

.profesional, .profesional article h3 {
    background-color: #0063B0 !important;
    color: #0063B0;
    text-align: center;
    padding: 5%;
}

    .profesional article h3 {
        background: #F0F8FF !important
    }

.institucion, .institucion article h3 {
    background-color: #0063B0 !important;
    color: #0063B0;
    text-align: center;
    padding: 5%;
}

    .institucion article h3 {
        background: #F0F8FF !important
    }

.empresa, .empresa article h3 {
    background-color: #0063B0 !important;
    color: #0063B0;
    text-align: center;
    padding: 5%;
}

    .empresa article h3 {
        background: #F0F8FF !important
    }

.vivienda, .vivienda article h3 {
    background-color: #6F296E !important;
    color: #6F296E;
    text-align: center;
    padding: 5%;
}

    .vivienda article h3 {
        background: #D1C4D4 !important
    }

.condo, .condo article h3 {
    background-color: #3D9E88 !important;
    color: #3D9E88;
    text-align: center;
    padding: 5%
}

    .condo article h3 {
        background: #D5E5DF !important;
    }

.agro, .agro article h3 {
    background-color: #4AA64B !important;
    color: #4AA64B;
    text-align: center;
    padding: 5%
}

.snitInfo, .snitInfo article h3 {
    background-color: #f58030 !important;
    color: #4AA64B;
    text-align: center;
    padding: 5%
}

.agro, .agro article h3 {
    background: #D7E6D2 !important background-color: #4AA64B !important;
    color: #4AA64B;
    text-align: center;
    padding: 5%
}

.comercial, .comercial article h3 {
    background-color: #FF7D11 !important;
    color: #FF7D11;
    text-align: center;
    padding: 5%
}

    .comercial article h3 {
        background: #FFD2AC !important
    }

.industrial, .industrial article h3 {
    background-color: #44B8E4 !important;
    color: #44B8E4;
    text-align: center;
    padding: 5%
}

    .industrial article h3 {
        background: #9CDCF5 !important
    }

.educacion, .educacion article h3 {
    background-color: #FF0101 !important;
    color: #FF0101;
    text-align: center;
    padding: 5%
}

    .educacion article h3 {
        background: #FF8181 !important
    }

.complementarias, .complementarias article h3 {
    background-color: #FFAA01 !important;
    color: #FFAA01;
    text-align: center;
    padding: 5%
}

    .complementarias article h3 {
        background: #FFE7B8 !important
    }

.religioso, .religioso article h3 {
    background-color: #0C0C98 !important;
    color: #0C0C98;
    text-align: center;
    padding: 5%
}

    .religioso article h3 {
        background: #7373E8 !important
    }

.salud, .salud article h3 {
    background-color: #D50090 !important;
    color: #D50090;
    text-align: center;
    padding: 5%
}

    .salud article h3 {
        background: #EB64BF !important
    }

.sanitario, .sanitario article h3 {
    background-color: #44EC0F !important;
    color: #44EC0F;
    text-align: center;
    padding: 5%
}

    .sanitario article h3 {
        background: #C8F9B8 !important
    }

.otros, .otros article h3 {
    background-color: #F5D021 !important;
    color: #F5D021;
    text-align: center;
    padding: 5%
}

    .otros article h3 {
        background: #FFF4BD !important
    }

i {
    color: #fff;
    padding-top: 3%
}

img.logoFooter {
    /*width: 80%;*/
    /*padding: 10%;*/
    width: 100%
}


img.logoAPCR {
    /*width: 50%;*/
    margin: 5%;
}

.divLogoAPCR {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cajaBuscador {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*width: 600px*/
    background-color: #0063B0;
    width: 600px;
    /*align-self: flex-middle;*/
    max-width: 100%;
    /*border: 2px solid #4b74aa;*/
    border-radius: 3px;
}

.navbar-nav {
    width: 100%;
    text-align: center;
    > li

{
    float: none;
    display: inline-block;
}

}


.fa-facebook {
    color: #3b5998;
}

.fa-linkedin {
    color: #0077B5;
}

.fa-twitter {
    color: #4099FF;
}

.fa-google {
    color: #d34836;
}

/*.bg-primary {
    /*background-color: #000 !important;
}*/

.bg-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 14px 4px;
    color: #ececec;
    text-align: center;
    border-radius: 50%;
}

.bg-circle-outline {
    width: 50px;
    height: 50px;
    color: smoke;
    padding: 8px 2px;
    border: 2px solid;
    border-color: smoke;
    border-radius: 50%;
}


.bg-circle a, a:hover, .media a:focus {
    text-decoration: none !important;
    outline: none;
    color: #ececec;
}

.bg-circle-outline a, a:hover, .media a:focus {
    text-decoration: none !important;
    outline: none;
    color: #ececec;
}

.footer p {
    margin: 0;
}

.footer img {
    max-width: 100%;
}

.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}

    .footer ul li a {
        padding: 0 0 5px 0;
        display: block;
    }

.footer a {
    color: #78828D
}

label.menuMobile {
    width: 100% !important
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.btn-social :first-child {
    font-size: 16px !important
}

.despliegueRequisito {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.md-content {
    background-color: #fff !important;
}

.md-overlay {
    background-color: rgba(27,72,129,0.8) !important;
}

.md-content h3.avisoResultados {
    background-color: #E30613 !important;
    opacity: 1;
}

.md-content h3.viviendaModal {
    background-color: #6F296E;
    opacity: 1;
}

.md-content h3.urbaModal {
    background-color: #3D9E88;
    opacity: 1;
}

.md-content h3.agroModal {
    background-color: #4AA64B !important;
    opacity: 1;
}

.md-content h3.comercialModal {
    background-color: #FF7D11 !important;
    opacity: 1;
}

.md-content h3.industrialModal {
    background-color: #44B8E4 !important;
    opacity: 1;
}

.md-content h3.institucionalModal {
    background-color: #FF0101 !important;
    opacity: 1;
}

.md-content h3.obrasModal {
    background-color: #FFAA01 !important;
    opacity: 1;
}

.md-content h3.religiosoModal {
    background-color: #0C0C98 !important;
    opacity: 1;
}

.md-content h3.saludModal {
    background-color: #D50090 !important;
    opacity: 1;
}

.md-content h3.sanitarioModal {
    background-color: #44EC0F !important;
    opacity: 1;
}

.md-content h3.proyectosModal {
    background-color: #F5D021 !important;
    opacity: 1;
}

.md-content > div ul {
    padding: 0 !important;
}

.fas {
    opacity: 0.5
}

.archivo {
    color: #ccc;
}

button.continuar {
    margin-left: auto;
    padding: 12px 20px;
    /* border: none; */
    background: #333;
    color: #f2f2f2;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    /*margin-left: 35%;*/
    margin-top: 2% !important;
}

a.continuar {
    margin-left: auto;
    padding: 12px 20px;
    /* border: none; */
    background: #333;
    color: #f2f2f2;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    /*margin-left: 35%;*/
    margin-top: 2% !important;
}

a.pagina {
    /*margin-left: auto; */
    padding: 12px 20px;
    /* border: none; */
    background: #333;
    color: #f2f2f2;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    /*margin-left: 35%;*/
    margin-top: 3% !important;
}

.oculto {
    display: none;
}
/*
img.imagenesSlider {
    /*width: 100%;*/
/*height: 300px !important;
}*/

.carousel-item {
    height: 250px !important;
    min-height: 250px !important;
}

.carousel-caption {
    position: none !important;
}

.seccionBuscador {
    margin-top: 2% !important
}

.informativo {
    margin-bottom: 20%;
}

#slider1_container {
    margin-top: -10px !important
}

img.fotoPerfil {
    width: 12%;
    border-radius: 50%;
}

img.snit {
    width: 18px;
    opacity: 0.8
}

td {
    font-size: 14px
}

.volver {
    margin-top: 2%
}

/*span.volver{
  font-size: 24px
}*/

h1.categorias {
    font-size: 22px
}


p.encargados {
    margin-bottom: 5px !important
}

ul {
    list-style: none;
    padding: 0;
}

ul .shutter-panel-collapse {
   padding-left: 1em;
   overflow: hidden;
   display: none;
}

ul .shutter-panel-collapse.show {
   /*display: block;*/
}

ul li {
   margin: .5em 0;
}

ul li a.panel-heading {
   width: 100%;
   display: block;
   background: #0063B0;
   color: #fefefe;
   padding: .30em .75em .70em;
   border-radius: 0.15em;
   transition: background .3s ease;
}

ul li a.panel-heading:hover {
   background: rgba(0, 0, 0, 0.9);
}


/********************************************************************
*****************Diseņo agregado por TI*******************************
**********************************************************************/
.header {
    background-color: #FFF !important;
    padding: 30px;
    text-align: center;
}

#navbar {
    overflow: hidden;
    background-color: #FFF;
    list-style-type: none;
}

ul#navbar {
    /*text-decoration: none !important;
  align-self: center;
  border-radius: 5px;
  padding: 10px 15px;
  transition: background .2s linear;*/
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 10px;
    *padding-left: 20%;
    padding-left: 50%;
    padding-right: 50%;
    padding-bottom: 10px;
    height: 75px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    z-index: 10000;
    background-color: #fff;
}

#navbar a {
    float: left;
    display: block;
    color: #0063B0;
    text-align: center;
    padding: 14px 50px;
    text-decoration: none;
}

    #navbar a:hover {
        color: rgba(0, 99, 176, 0.75);
    }

    #navbar a.active {
        background-color: #4CAF50;
        color: white;
    }

.content {
    padding: 16px;
}

/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }*/

.card h5 {
    background-color: #0063B0 !important;
    color: #fff !important;
}

.resultados {
    margin-bottom: 5% !important;
}

.buscador-Vacio {
    border: 3px solid #FF0000;
    background-color: #F0F8FF;
    margin-right: 10px;
}

.busqueda-Vacio {
    text-align: center;
    font-size: 27px;
    color: red;
}

.contactlayout {
    margin-left: 5% !important;
    margin-right: 5% !important;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 20%;
}

li.separadores {
    border-top: 1px solid #ccc;
    padding-top: 3% !important
}
