body {
    background: #f5f5f5;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
.contentCity {
    background: #001119;
}

.io p {
    color: #fff !important;
}
.io:before {
    content: " ";
    z-index: -1;
    color: blue;
    background: #001119;
    width: 100%;
    position: absolute;
    left: 0;
    height: 118%;
}
.contentCloster h2,
.contentCloster2 h2 {
	font-size: 65px;
    line-height: 65px;
    color: #009dac;
    font-weight: bold;
    text-align: center;
}
.contentCloster2 h3,
.contentCloster h3 {
	font-size: 35px;
    line-height: 30px;
    text-align: center;
    color: #00687e;
}
.contentCloster p,
.contentCloster2 p {
	max-width: 900px;
    margin: 0 auto;
    text-align: justify;
    padding: 45px 5px;
    color: #929292;
}
.ntSol p {
    padding: 45px 135px;
}

/* ---- productos -----*/
.contentProductos {
    text-align: center;
}
.producto {
	position: relative;
    display: inline-block;
    width: 250px;
    height: 350px;
    background: #eef3f9;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.05);

}
.producto a {
    text-decoration: none;
}
.producto a p {
	padding: 15px;
    color: #00687e !important;
}
.producto img {
	width: 95%;
}
.producto i {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #d1d8e0;
}

/* ---- frase ---- */
.frase {
    background: #011e2c;
    background-image: url(../img/fondoAliados.png);
    background-position: center;
    background-position-y: 500px;
    color: #009dac;
    margin-bottom: 150px;
}
.frase div.row {
    background: #eef3f9db;
}
.frase h2 {
    text-align: center;
    font-weight: bold;
    max-width: 500px;
    margin: 0 auto;
    padding: 55px 0;
}

/* ---- cliente ---- */
.contentClientes {
    text-align: center;
    opacity: .6;
}
.cliente {
    max-width: 225px;
    position: relative;
    display: inline-block;
    filter: grayscale(1);
    margin: 10px;
}
.cliente img {
    height: 65px;
}

/* ---- footer ---- */
footer {
    background: #292929;
    color: #fff;
    margin-top: 80px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer div div div {
    padding: 30px;
}

/* ---- coslterMin ---- */
.contentClosterMin {
    text-align: center;
}
.closterMin {
    max-width: 330px;
    width: 100%;
    padding: 15px 30px;
    text-align: left;
    margin: 5px;
    display: inline-block;
    background: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.02);
}
.closterMin p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 300;
    color: #989898;
}
.closterMin span {
    color: #009dac7a;
    float: right;
    font-size: 1rem;
}
.closterMin:hover {
    background: #fafafa;
}



.op {
    cursor: pointer;
    opacity: 0;
}

/* ---- lineColor ---- */
.lineColor {
    width: 100%;
    height: 20px;
}
.lineColor span {
    display: inline-block;
    width: 20%;
    height: 20px;
    padding: 0px;
    margin: -2px;
    background: #f5f5f5;
}
.lineColor span:nth-child(1) {
    background: #EBEBEB;
}
.lineColor span:nth-child(2) {
    background: #77BACB;
}
.lineColor span:nth-child(3) {
    background: #64A4AD;
}
.lineColor span:nth-child(4) {
    background: #48738B;
}
.lineColor span:nth-child(5) {
    background: #25334C;
}

/* ----- content img somos ---- */
.contentImgSomos {
    width: 100%;
}
.contentImgSomos img {
    width: 100%;
}
.ImgSom {
    overflow: hidden;
    height: 300px;
    padding-bottom: 15px;
    position: relative;
}
.ImgSom span {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    background: #011e2c6e;
    height: 300px;
    z-index: 39;
}
.ImgSom span:hover {
    background: inherit;
}
.ImgSom2 {
    overflow: hidden;
    height: 142px;
    margin-bottom: 15px;
    position: relative;
}
.ImgSom2 span {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    background: #25687b99;
    height: 300px;
    z-index: 39;
}
.ImgSom2 span:hover {
    background: inherit;
}
.somos h2 {
    font-size: 65px;
    line-height: 65px;
    color: #009dac;
    font-weight: bold;
    text-align: center;
}
.somos h3 {
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    color: #00687e;
}

/* ---- button nosotros ---- */
.btnNost {
    position: absolute;
    z-index: 112;
    top: 0;
    max-width: 200px;
    max-width: 470px;
    width: 100%;
    top: 270px;
    margin-left: -240px;
    left: 50%;
    text-align: center;
    color: #fff;
}
.btnNost button {
    background: #009dac;
    padding: 15px 40px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    border-radius: 40px;
    box-shadow: 0px 5px 10px 0px rgba(0,157,172, .4);
}
.btnNost button a {
    color: #fff;
    text-decoration: none;
}

/* ---- botton regresar ---- */
.btnRegresar {
    padding: 15px 30px;
    background: #009dac;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0px 5px 10px 0px rgba(0,157,172, .4);
}
.btnRegresar:hover {
    text-decoration: none;
    color: #fff;
    filter: grayscale(50%);
    box-shadow: 0px 5px 10px 0px rgba(0,157,172, 0);
}


@media (max-width: 800px) {
    .btnNost {
        max-width: 330px;
        top: 225px;
        margin-left: -168px;
    }
    .contentCloster h2, .contentCloster2 h2 {
        font-size: 45px;
    }
}
@media (max-width: 992px) {
    .contentImgSomos div:nth-child(1) {
        display: none;
    }
    .contentImgSomos div:nth-child(3) {
        display: none;
    }
    .ntSol p {
        padding: 45px 5px;
    }
}