.imagen_azul{
	background-image: url('/img/web/nosotros/principal.jpg');
	height: 70vh;
}

.quienes{
	width: 100%;
    height: 1094px;
    max-height: 1500px;

	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;

    flex-flow: row wrap;

    justify-content: center;
	align-items: center;

	background-color: #f7f7f7;
}

.quienes .info{
    padding: 20px;
    margin-top: 0 !important;
}

.quienes .info.toniquete{
	width: 40%;
	height: 100%;

	background-image: url('/img/web/nosotros/another.png');

	margin: 0;
}

.quienes .info.txt{
	width: 60%;
}


.quienes .info.txt .informacion{
	width: 80%;
	margin: auto;

	text-align: justify;

}

.quienes .info.txt .informacion::after{
	display: block;
	content: '';

	width: 40px;
	height: 5px;

	background: rgba(10,152,218,1);
    background: -moz-linear-gradient(left, rgba(10,152,218,1) 0%, rgba(102,197,241,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10,152,218,1)), color-stop(100%, rgba(102,197,241,1)));
    background: -webkit-linear-gradient(left, rgba(10,152,218,1) 0%, rgba(102,197,241,1) 100%);
    background: -o-linear-gradient(left, rgba(10,152,218,1) 0%, rgba(102,197,241,1) 100%);
    background: -ms-linear-gradient(left, rgba(10,152,218,1) 0%, rgba(102,197,241,1) 100%);
    background: linear-gradient(to right, rgba(10,152,218,1) 0%, rgba(102,197,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a98da', endColorstr='#66c5f1', GradientType=1 );
}

.system{
	width: 100%;
	height: 80vh;

	background-image: url('/img/web/nosotros/fondo.jpg');

	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;

    flex-flow: row wrap;

    justify-content: center;
	align-items: center;
}

.system .content{
	padding: 40px;
	background-color: #fff;

	text-align: center;
	color: #888;
	font-size: 1.1em;
}


.h-certi::after{
	display: block;
	content: '';

	width: 50px;
	height: 5px;

	margin: 10px 0;

	background-color: #88888847;
}

.hov{
	width: 150px;
	height: 150px;

	-webkit-transition: .5s ease-in-out 0s;
	-moz-transition: .5s ease-in-out 0s;
	-ms-transition: .5s ease-in-out 0s;
	-o-transition: .5s ease-in-out 0s;
	transition: .5s ease-in-out 0s;
}

.hov:hover{
	-webkit-box-shadow: 0px 0px 24px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 24px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 24px -13px rgba(0,0,0,0.75);
}

.certi{
	justify-content: space-around;
}

.certificado_1{
	background-image: url('/img/web/nosotros/cert.png');
}

.certificado_2{
	background-image: url('/img/web/nosotros/RECONOCIMEINTO_SYSTEM_GROUP.png');
}

.certificado_3{
	background-image: url('/img/web/nosotros/thumbnail_cert-2.png');
}

.certificado_4{
	background-image: url('/img/web/nosotros/thumbnail_cert-3.png');
}
/* =================================================================
						Responsive slider
================================================================= */
@media only screen and (max-width: 1160px){
    .quienes {
        width: 100%;
        height: 1164px;
    }

    @media only screen and (max-width: 1130px){
        .quienes {
            width: 100%;
            height: 1194px;
        }

        @media only screen and (max-width: 1100px){
            .quienes {
                width: 100%;
                height: 1234px;
            }

            @media only screen and (max-width: 1030px){
                .quienes {
                    width: 100%;
                    height: 1274px;
                }

                @media only screen and (max-width: 1024px){
                    .quienes .info.toniquete{
                        display: none;
                    }
                    .quienes {
                        width: 100%;
                        height: auto;
                    }
                    .quienes .info.txt{
                        width: 100%;
                    }
                }
            }
        }
    }
}
@media only screen and (max-width: 1000px){

	.imagen_azul {
		height: 390px;
	}

    @media only screen and (max-width: 930px){
        .quienes .info.toniquete{
            display: none;
        }

        .quienes .info.txt{
            width: 100%;
        }
    }



	@media only screen and (max-width: 770px){
		.certi{
			display: -webkit-flex !important;
			display: -moz-flex !important;
			display: -ms-flex !important;
			display: -o-flex !important;
			display: flex !important;

			flex-flow: row wrap;

			justify-content: center;
			align-items: center;
		}

		.hov {
			width: 150px !important;
			height: 150px;

			margin: 10px;
		}

		@media only screen and (max-width: 700px){
			.imagen_azul {
				height: 300px;
			}
		}
	}

	@media only screen and (max-width: 390px){
		.quienes .info.txt{
			margin: 0;
		}

		.quienes{
			height: auto;
		}

		.quienes .info.txt .informacion {
			width: 90%;
			margin: 20px auto;
		}

		.system{
			padding: 40px 0;
			height: auto;
		}

		.system .content{
			width: 90%;
		}
	}
}
