/*  GENERAL  */

.bg-1  {background: #f8f8fa;}

h2 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -2.2px;
	line-height: 1.2em;;
}

h2 strong {
	font-weight: 800;
}

.about .col, .sec-1 .col {
	width:100%;
	padding:50px
}


/* SOBRE OTECH */

.about {
	gap:100px;
}

.about h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4em;
	margin:30px 0;
}

.about img {
	width:100%; height:600px;
	object-fit: cover;
	object-position: center center;
	border-radius:20px;
	box-shadow: var(--shadow);
	margin:50px 0
}



/* Misión y visión */

.valores {
	position:relative;
	background: #161C1F;
	color: #FFF;
	padding:80px 0;
}

.valores .back-img img {
	position: absolute;
	top: 0;left: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: center;
}

.valores .sec-1 {
	gap: 50px;
	text-align:left;
	margin-bottom:100px;
}

.valores .sec-1 .col:nth-child(3) {
	align-self: flex-end;
	align-items: baseline;
}

.valores .sec-1 h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4em;
	margin:0 0 30px 0;
}
.valores .sec-1 .enf {
	font-style: italic;
	font-weight: 100;
}

.valores .sec-1 .img {
	position:relative;
	padding:50px 0
}

.valores .sec-1 .img-1 {
	position:relative; z-index: 2;
	border-radius:20px;
	margin-left:-20%;
	box-shadow:  0 20px 34px -15px rgba(0,0,0,.5);
}

.valores .sec-1 .img-2 {
	transform:translateX(20%);
	margin-top:-200px;
	border-radius:20px;
	box-shadow:  0 20px 34px -15px rgba(0,0,0,.5);
}


.valores .sec-2 {
	gap:40px;
	margin-top:50px;
}

.valores .sec-2 .item {
	width:calc(33.33% - 40px);
	padding: 30px;
	border-radius: 20px;
	text-align: left;
}

.valores .sec-2 .item h3 {
	font-weight: 500;
	margin:20px 0
}








/* Conducta empresarial */
.cond {
	position: relative;
}

.cond .back-img {
	position: absolute; z-index: 0;
	top:0; left:0;
	width:100%; height:100%;
	object-fit: cover;
	opacity:.3
}

.cond .list {
	margin-top:80px;
}

.cond .col.img {
	width: 40%;
}

.cond .col.img img {
	position:sticky;
	top:100px;
}



.cond .cards {
	width:60%;
	gap:30px;
}

.cond .item {
	width:calc(50% - 40px);
	text-align: left;
	
	padding:30px;
	border-radius:20px;
	background: white;
	box-shadow: var(--shadow-b);
}

/*.cond .item {
	width:500px; height:250px;
	padding:50px;
}

.cond .item.fst {
	transform:translateX(85%)
}

.cond .item.bot {
	transform: translate(100px, 50px);
}

.cond .item.bot-2 {
	transform: translate(-70px, 0);
}*/

.cond .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-primary);
	width:60px; height:60px;
	border-radius:50%;
	box-shadow: var(--shadow);
	margin-top:-50px;
}

.cond .ico svg {
	color: #FFF;
	height:25px; width:auto;
}

.cond .item h3 {
	font-size: 20px;;
	font-weight: 400;
	margin:20px 0;
}
.cond .item p {
	margin:0;
	font-size: 14px;
	line-height: 1.4em;
	color:#777;
}






/* SGI */

.iso {
	gap:200px;
}

.iso .txt {
	width:40%
}

.iso .cards {
	width:60%;
	gap:40px;
}

.iso .card {
	display: flex;
	align-items: center;
	gap:80px;
	font-size: 13px;
	line-height: 1.4em;

	
	padding:20px;
	border-radius:20px;
	overflow: hidden;
}

.iso .card img {
	width:100px; height:100px;
	object-fit: cover;
}

.iso .card div {
	width: calc(100% - 200px);
}

.iso .card h2 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom:10px;
	letter-spacing: normal;
}

.iso .card p {
	margin:0
}

.iso .txt h2 {
	margin-bottom:80px;
}




/*  RESPONSIVE  */
@media only screen and (max-width: 1024px) {
	.about {gap:0;}
	.about img {width:100%; height:450px;}
	
	.cond .img img {width:150px;}
	.cond .item {width:100%;}

	.iso {gap:100px;}
}

@media only screen and (max-width: 1000px) {
	.valores .sec-1.flex {flex-direction: column;}
	.valores .sec-1 .img {text-align:center; padding:0}
	.valores .sec-1 .img-1 {margin-left:0;transform:translate(20%, -20%);}
	.valores .sec-1 .img-2 {transform:translate(-20%, 20%);	}
}

@media only screen and (max-width: 900px) {
	.valores .sec-2 .item {width:calc(50% - 40px);}

	.iso {flex-direction: column;}
	.iso .col {width:100%;}
}

@media only screen and (max-width: 768px) {
	.about.flex.row {flex-direction: column; padding:50px 0;}
	.about .sec-1.flex.column, .about .sec-2.flex.column {
		width:100%;
		flex-direction: row;
		align-items: center;
		gap:50px;
		padding:0;
	}
	.about .sec-1 > *, .about .sec-2 > * {width:100%;}
}

@media only screen and (max-width: 692px) {
	.valores .sec-1 .img-1 {width:45%;}
	.valores .sec-1 .img-2 {width:45%;}
}

@media only screen and (max-width: 650px) {
	.about .sec-1.flex.column, .about .sec-2.flex.column {flex-direction: column; gap:30px}
	.about img {width:50%; height:350px; margin-top:0}
	.about .sec-1 img {margin-left:45%;}
	.about .sec-2 img {margin:-200px 0 0 5%;}

	.valores .sec-2 .item {width:100%; text-align: center;}

	.iso .txt h2 {margin-bottom:40px;}
}

@media only screen and (max-width: 520px) {
	.iso .card {flex-direction:column; gap:40px;}
	.iso .card div {width:100%; text-align:center}

}

@media only screen and (max-width:425px) {
	.about img {width:50%; height:300px; margin-top:0}

	.cond .list {flex-direction: column;}
	.cond .list .col {width:100%;}
}