@charset "utf-8";
/* CSS Document */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/
/* End Fonts */

body{
	margin: 0;
	font-family: "Roboto", sans-serif;
	color: #707070;
	font-size: 16px;
}
h1{
	font-family: "Inter", sans-serif;
	font-size: 30px;
}
h1>strong{
	font-weight: 700;
	font-size: 40px !important;
}
h2{
	font-family: "Inter", sans-serif;
	font-size: 26px;
}
h2>strong{
	font-weight: 700;
	font-size: 30px !important;
}
h3{
	font-family: "Inter", sans-serif;
	font-size: 20px;
}
h4{
	font-family: "Inter", sans-serif;
	font-size: 18px;
}
h5{
	font-family: "Inter", sans-serif;
	font-size: 18px;
}
strong{
	color: #006BB6;
}
img{
	max-width: 100%;
}
.txt-blue{
	color: #006BB6;
}
.txt-orange{
	color: #FD5001;
}
.txt-white{
	color: #FFF;
}
.txt-white>strong,
.txt-white h4>strong{
	color: #FFF;
}
.txt-gray{
	color: #707070;
}
.bk-blue{
	background: #006BB6;
}
.bk-orange{
	background: #FD5001;
}
.bk-gray{
	background: #F3F3F3;
}
.f18{
	font-size: 18px;
}
.logo{
	max-height: 80px;
}
header,
#partners{
	position: relative;
}
header::before{
	content: "";
	background: url("../images/banner-header.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	height: 100%;
	min-height: 725px;
	position: absolute;
	top: -50px;
	left: 28%;
	display: inline-block; 
	z-index: -1;
}
#partners::before{
	content: "";
	background: #006BB6;
    background: linear-gradient(119deg,rgba(0, 107, 182, 1) 0%, rgba(5, 89, 148, 1) 100%);
	width: 100%;
	min-height: 600px;
	position: absolute;
	display: inline-block; 
	z-index: -2;
	margin-top: 40px;
}
#partners #column-1::before{
	content: "";
	background: url("../images/image-section-2.png");
	background-size: contain;
	background-position: 17%;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 740px;
	display: inline-block; 
	z-index: -1;
}
.benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 30px;
	min-height: 450px; /* puedes ajustar esta altura */
}
.benefit-item {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px 15px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 5px 5px 10px #00000029;
	border: 1px solid #0099FF;
	border-radius: 20px;
}
#services{
	background-color: #F3F3F3;
	padding: 200px 0 90px;
    margin-top: -123px;
}
.blue-back,
.orange-back{
	position: relative;
	display: grid;
}
#services .blue-back::before{
	content: "";
	background: #006BB6;
	width: 90%;
	min-height: 317px;
	position: absolute;
	display: inline-block; 
	z-index: 0;
	box-shadow: 5px 5px 10px #00000029;
	border: 1px solid #0099FF;
	border-radius: 20px;
	margin-left: 10%;
}
#services .orange-back::before{
	content: "";
	background: #FD5001;
	width: 90%;
	min-height: 317px;
	position: absolute;
	display: inline-block; 
	z-index: 0;
	box-shadow: 5px 5px 10px #00000029;
	border: 1px solid #FFB492;
	border-radius: 20px;
	margin-left: 10%;
}
#services .blue-back .row,
#services .orange-back .row{
    z-index: 1;
    position: relative;
}
.txt-white .d-flex {
    flex-direction: column !important;
    justify-content: center;
}
#expertice{
	margin: 90px 0
}
#trust{
	position: relative;
}
#trust::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #006BB6;
	z-index: 0;
}
#trust::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #F3F3F3;
	z-index: 0;
}
#trust > * {
	position: relative;
	z-index: 1;
}
#trust .col-md-6{
	padding: 90px 0 70px;
}
.steep-1,
.steep-2,
.steep-3,
.steep-4{
	margin-left: 50px;
	margin-bottom: 25px;
}
.steep-5{
	margin-left: 50px;
}
.steep-1::before{
	width: 28px;
    height: 30px;
    content: "";
    background: url(../images/uno.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: -40px;
    margin-top: -5px;
}
.steep-2::before{
	width: 28px;
    height: 30px;
    content: "";
    background: url(../images/dos.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: -40px;
    margin-top: -5px;
}
.steep-3::before{
	width: 28px;
    height: 30px;
    content: "";
    background: url(../images/tres.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: -40px;
    margin-top: -5px;
}
.steep-4::before{
	width: 28px;
    height: 30px;
    content: "";
    background: url(../images/cuatro.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: -40px;
    margin-top: -5px;
}
.steep-5::before{
	width: 28px;
    height: 30px;
    content: "";
    background: url(../images/cinco.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: -40px;
    margin-top: -5px;
}
#coverage{
	padding: 90px 0;
	background: url("../images/cobertura.jpg");
	background-position: center;
	background-size: cover;
}
footer{
	padding: 15px 25px 0px;
	font-size: 13px;
}
/* Form Styles */
.form-content{
	padding: 20px;
	box-shadow: 5px 5px 10px #00000029;
	border: 1px solid #BFBFBF;
	border-radius: 20px;
}
.form-filed{
	margin-bottom: 15px;
}
.label{
	color: #989898;
	font-size: 12px;
    text-transform: uppercase;
	display: block;
	display: none;
}
.error,
#errmsg{
	display: block;
    color: red;
    font-size: 12px;
    background: #FFF;
    padding: 2px 10px;
}
input,
textarea,
select{
	width: 100%;
	font-size: 14px;
	color: #707070;
	height: 30px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #FFA175;
	border-radius: 5px;
	padding: 5px;
}
textarea{
	height: 60px;
}
button{
	width: 100%;
	padding: 7px 0;
	background: #006CB4 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 2px solid #0099FF;
	border-radius: 5px;
	color: #FFF;
	font-weight: 700;
}
#tnks::before{
	display: none;
}
/* ================================
   CINTILLO CERTIFICACIONES
================================ */
#certifications {
  background-color: #006BB6;
  padding: 20px 10px;
  border-top: 3px solid #0099FF;
  border-bottom: 3px solid #0099FF;
}

.cert-track-wrapper {
  width: 100%;
}

.cert-track {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.85;
  transition: opacity 0.3s;
}

.cert-item:hover {
  opacity: 1;
}

.cert-item img {
  height: 78px;
  width: auto;
  object-fit: contain;
}

.cert-item span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Separador entre items */
.cert-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,0.3);
  margin-left: 40px;
}

@media (max-width: 768px) {
  .cert-track {
    gap: 25px;
  }
  .cert-item:not(:last-child)::after {
    display: none;
  }
  .cert-item span {
    font-size: 11px;
  }
}
/* End Form Styles */
@media (max-width: 991px) {
	header .col-md-4.one,
	header .col-md-4.three{
		width: 50% !important;
	}
	header .col-md-4.two{
		display: none;
	}
	header::before {
		opacity: 0.1;
	}
	#partners::before {
    	min-height: 88%;
		margin-top: 0;
	}
	#partners.pt-5 {
     padding-top: 0 !important;
	}
	#services .col-md-6.blue-back .row,
	#services .col-md-6.orange-back .row{
		margin: 20px 0;
	}
	#services .blue-back::before, 
	#services .orange-back::before{
		height: 100%;
	}
}
/* Responsive Tablet */
@media (max-width: 768px) {
	.benefits-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	header .col-md-4.one,
	header .col-md-4.three{
		width: 100% !important;
	}
	header{
		text-align: center;
	}
	header ul{
		text-align: left;
	}
	header::before {
		    width: 150%;
			opacity: 0.05;
		margin-top: -240px;
	}
	#partners {
		background: #006bb6;
		padding-bottom: 80px;
		text-align: center;
	}
	#partners #column-1::before {
		min-height: 400px;
		margin-top: 50px;
		background-position: 40%;
	}
	#partners .mt-5.txt-white{
		margin-top: 0 !important;
	}
	#trust::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background-color: #006BB6;
		z-index: 0;
	}
	#trust::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 100%;
		height: 50%;
		background-color: #F3F3F3;
		z-index: 0;
	}
	#trust h2.txt-blue,
	#trust p.mb-5,
	#trust .col-4{
		text-align: center;
	}
	#coverage{
		text-align: center;
	}
	#coverage ul{
		text-align: left;
	}
	#services .blue-back::before,
	#services .orange-back::before{
		width: 100%;
		border: none;
		border-radius: 0;
		margin-left: 0;
		height: 70%;
		bottom: 0;
	}
	#services .blue-back,
	#services .orange-back{
		text-align: center;
		margin-bottom: 30px;
	}
	#services .blue-back ul{
		text-align: left;
		margin-bottom: 20px;
	}
	#services .orange-back p{
		margin-bottom: 30px;
	}
}
/* End Responsive Tablet */

/* Responsive Phone */

/* End Responsive Phone */