main>.container {
    padding: 70px 15px 20px;
}

footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
    text-align: center;
}

footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

footer a {
    font-weight: bolder;
    color: darkblue;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

/** Custom **/

.nav button {
    font-size: .98rem;
    text-transform: uppercase;
    background-color: #058f99;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
}

.nav button:hover {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #2CDCE8;
    color: #058f99;
    padding: 3px 10px;
}



.nav-link.active>button {
    color: darkblue;
    background-color: #fe6a21;
	
    font-size: 1.1rem;
}

#imgSistema,
.imgColores {
    max-width: 100%;
}

.imgColores {
    -webkit-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    border-radius: 25% 2%;
}

#imgColoresMain {
    margin: 20px;
    border: 20px inset #454387;
    border-radius: 20px;
}

/*   botones que dan contenido */
.contenidoServicios {
    display: none;
	padding-top:4.5rem;
}

.contenidoServicios.active {
	display: block;
}
.imagenesServicios{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	
}

#juntas.contenidoServicios.juntas.active{
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));    
}

#paginaIndexMain,
#paginaIndexImgs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    grid-template-rows: min-content;

}

#eitb{
    color 
}
    
#eitb + span{
    
    background-color: #361aaf;
    width: 30px;
    height: 30px;
    display: inline-block;
}


/* botones contenido 2  */
.radio-group input[type="radio"] {
    display: none;
}

.radio-group label {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
    margin-right: 1em;
    cursor: pointer;
}

.radio-group input[type="radio"]:checked+label {
    background-color: #361aaf;
    font-weight: bolder;
}

input[type="radio"]:checked+span {
    font-size: 1.2em;
    font-weight: bold;
    color: purple;
}

input[type="radio"]:checked+label+.contenidoServicios {
    display: block;
}

.contentServicios .radio-group label {
    line-height: 1.2rem;
    background-color: lightskyblue;
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    border: 1px solid gray;
}

.txtServicios{
	padding : 5px;
  border : 5px 	inset lightgray;
    -webkit-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
}

.rowServicios{
    margin-bottom: 15px;
	border-bottom: 1px solid gray;
	padding-bottom : 20px
}
.colsCentro {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    column-gap: 5px;
    text-align: justify;
    align-items: center;
    justify-items: center;
}

.colsCentro img {
    width: 100%;
}

.imgClientes {

    width: 90%;
    border: rgba(25, 25, 25, .5) 5px inset;
    margin: 5px;
    padding: 10px;
    border-radius: 25px;
    -webkit-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 15px;
}

#paginaIndexImgs img {
    width: 90%;
    overflow: hidden;
}

.imagenesServicios img,
#paginaIndexImgs img {
    border-radius: 25% 2%;
    -webkit-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 31px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 15px;
    padding: 10px;
}

.navbarCustom {
    min-height: 40px;
    background-color: white;
}

.back1 {
    background-color: #999;
}

.back2 {
    background-color: beige;
}

.navbar-brand {
    max-height: 80px;

}

.navbar-brand a img {
    max-height: 80px;
}

main>.container {
    padding-top: 100px;
}


.navbar-toggler-icon{
    background-color: #058f99;
}


#w1__:after{
    content :  ' Teĺ: 44 41 83 21 68 <br>e-mail: informes@epoxicoindustrial.com.mx ';
    display: block;
    width: 100%;
    text-align: center;
}

#eitb{
    position: relative;
    color : #059ea9;
}

#eitb:before{
    content :  'Tel.:  55 4935 5457';
    display: block;
    position: absolute;
    right: 6rem;
	width: 20rem;

    text-align: center;
    font-size: .9rem;
}

#eitb:after{
    content :  ' informes@tecnopisos.com.mx ';
    display: block;
    position: absolute;
	top : 2rem;
    left: -16rem;
    
    text-align: center;
    font-size: .9rem;
}

@media screen and (max-width: 512px) {
#eitb:before{
    content :  '';
    display: block;
    position: absolute;
    right: 6rem;
	width: 20rem;

    text-align: center;
    font-size: .9rem;
}

#eitb:after{
    content :  '';
    display: block;
    position: absolute;
	top : 2rem;
    left: -16rem;
    
    text-align: center;
    font-size: .9rem;
}}
