@font-face {
	font-family: 'DM_Sans';
	src: url('./assets/fonts/Questrial/Questrial-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: 'Questrial', sans-serif;

}

.bg-light {
	background-color: #F5F5F5 !important;
}

.logo {
	width: 313px;
}

.nav-item .nav-link.active,
.nav-item .show > .nav-link {
	color: #fff;
	background-color: #1B3B76;
	border-radius: 20px;
	padding: 10px 30px;
	width: 160px;
	text-align: center;
}
.forms
{
	  width: 450px;
  padding: 0px 20px;
}
.nav-link {
	font-size: 15px;
	display: block;
	font-weight: 900;
	color: #1B3B76;
	text-decoration: none;
	padding: 10px 25px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.traslate
{
position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  height: 90px;
  display: flex;
  flex-direction: column;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 25px;
	padding-left: 25px;
}

.nav-link:focus,
.nav-link:hover {
	font-size: 15px;
	color: #137D43;
	border-bottom: 3px solid #1B3B76;
	border-radius: 0px;
}

.item-color,
.item-color:focus,
.item-color:hover {
	border-bottom: none;
}

main #Slide,
main #Servicios {
	background: #F5F5F5;
}

.carousel-caption {
	position: absolute;
	bottom: 9.25rem;
	left: 10%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
}

.circle {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 3px solid #3D88BF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	text-decoration: none;
	color: #707070;
	font-size: 14px;
	background: #fff;
}

.circle img {
	height: 60px;
	padding-bottom: 10px;
}

.title {
	color: #1B3B76;
}

#Certificaciones {
	color: #707070;
	padding: 10px;

}

#Certificaciones h5 {
	color: #707070;
	font-weight: bold;
}

.bg-card {
	background: #F7F5F5;
	border: none;
	height: 340px;
}
.bg-contact
{
	padding: 10px 10px;
	  height: 325px;
  background: #f3f3f3;
  border: none;
}
	iframe {
  height: 400px;
  width: 100%;
}
.bg-footer {
	color: #fff;
	background: #AAAAAA;
}

.btn-serv {
	width: 190px;
	border: 2px solid #137D43;
}

ul.experience {
	list-style: url('../images/icon/icon_list.svg');
}

ul.nosotros {
	list-style: auto;
}

.btn:active,
.btn:hover {
	color: #1B3B76;
	background-color: #ffffff;
	border-color: #1B3B76;
}
.btn-priv:active, .btn-priv:hover {
  color: #1B3B76;
  background-color: transparent;
  border-color: transparent;
}
ul{
	list-style: square;
	list-style-position: inside;
}

/***************SERVICIOS******************/
.nav-pills .nav-link,
.nav-item .show > .nav-link {
	color: #fff;
	background-color: #1B3B76;
	border-radius: 20px 20px 0px 0px;
	padding: 10px 30px;
	width: 100%;
	text-align: center;
	border-bottom: none;
}

.nav-pills .nav-link.active,
.nav-item .show > .nav-link {
	color: #fff;
	background-color: #3D88BF;
	border-radius: 20px 20px 0px 0px;
	padding: 10px 30px;
	width: 100%;
	text-align: center;
	border-bottom: none;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
	flex: 1 1;
	text-align: center;
}

.nav-pills -tab.nav-link:hover,
.nav-pills #ambiental.nav-link:active {
	background: #3D88BF;
}

.nav-pills -tab.nav-link:hover,
.nav-pills #alimentos.nav-link:active {
	background: #137D43;
}

.nav-pills -tab.nav-link:hover,
.nav-pills #ceramica.nav-link:active {
	background: #D880ED;
}

.img-icon {
	height: 33px;
  padding: 3px;
}
#Servicios_ a
{
	text-decoration: none;
}
#Servicios_ a .card:hover
{
	text-decoration: none;
	border:2px solid #137D43;
}
#Servicios_ a p
{
	text-decoration: none;
		color: #707070;
	margin-bottom: 0px;
}

/***************ACREDITACIONES******************/

#Acreditaciones .nav-pills .nav-link,
#Acreditaciones  .nav-item .show > .nav-link {
	color: #fff;
	background: #137D43;
	border-radius: 20px 20px 0px 0px;
	padding: 10px 30px;
	width: 100%;
	text-align: center;
	border-bottom: none;
}

#Acreditaciones .nav-pills .nav-link:hover,
#Acreditaciones .nav-pills .nav-link.active
{
	color: #fff;
	background: #1B3B76;
	border-radius: 20px 20px 0px 0px;
	width: 100%;
	text-align: center;
	border-bottom: none;
}

#Acreditaciones .nav-fill .nav-item,
#Acreditaciones .nav-fill > .nav-link {
 background: #137D43;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  text-align: center;
  border-bottom: none;
}

#Acreditaciones p
{
	color: #707070;
	margin-bottom: 0px;
}

#Acreditaciones a {
	text-decoration: none;
}



/***************RESPONSIVE******************/

@media (max-width: 991px) {
	.logo {
		width: 200px;
	}

	.circle {
		width: 120px;
		height: 120px;
		font-size: 12px;
	}

	.circle img {
		height: 50px;
		padding-bottom: 10px;
	}

	.carousel-caption {
		position: absolute;
		bottom: 0.25rem;
		left: 10%;
		right: 0px;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		color: #fff;
		text-align: left;
	}

	.bg-card {
		background: #F7F5F5;
		border: none;
		height: auto;
		margin-bottom: 20px;
	}
	.bg-contact {
  padding: 10px 0px;
  height: auto;
  background: #f3f3f3;
  border: none;
}
	
	iframe {
  height: 300px;
  width: 100%;
}
	.traslate {
  position: relative;
  top: 0;
  right: 0px;
  padding: 15px !important;
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background: transparent;
}
}

@media (max-width: 450px) {
	.logo {
		width: 200px;
	}

	.circle {
		width: 120px;
		height: 120px;
		font-size: 12px;
	}

	.circle img {
		height: 50px;
		padding-bottom: 10px;
	}

	.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0px;
  padding-top: 1.25rem;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
  width: 200px;
  font-size: 20px;
	}

	.bg-card {
		background: #F7F5F5;
		border: none;
		height: auto;
		margin-bottom: 20px;
	}
}


/* CAMBIOS 2da rev */

/*
p {
	text-align: justify;
	text-justify: inter-word;
}
*/

p .mb-0 {
	text-align: center;
}

.arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #3d88bf; /* Change the color if needed */
	margin-left: 5px; /* Adjust the margin as needed */
  }
  
  /* Additional styling for the sections (just for illustration) */
  .nav-link {
	position: relative;
  }


a {
	color: #00ae41;
}

p.formtext {
	font-weight: bold;
	color: #1B3B76;
}

button .cotizacionbtn {
	text-decoration: none;
	color: white;
}

button .cotizacionbtn:hover {
	text-decoration: none;
	color: #157347;
}
 