@import url('https://fonts.googleapis.com/css2?family=Playfair:wght@300;400;600;800&family=Roboto:wght@300;400;500&display=swap');

body {
    margin: 0;
	/*font-family: 'Playfair', serif;*/
    font-family: 'Roboto', sans-serif;
	width: 100% !important;
	color: #666;
	background-color: #FFF !important;
}

a {
	text-decoration: none;
	/*display: unset !important;*/
	font-weight: unset !important;
}

a:hover {
	text-decoration: none;
  font-weight: unset !important;
}

a:visited {
    color: unset;
}

a, a:active, a:link {
    color: unset;
    text-decoration: none !important;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

section {
  width: 100%;
}

p {
    font-family: 'Roboto', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  a[href^=tel] { color: inherit; text-decoration: none; }
  
  ::-webkit-input-placeholder { color: #000; } 
  :-moz-placeholder { color: #000; } 
  ::-moz-placeholder { color: #000; } 
  :-ms-input-placeholder { color: #000; }

h3 {
	width: 100%;
	color: #3380C4 !important;
	font-size: 64px !important;
	font-family: 'Playfair', serif !important;
	margin: 20px 0px 0px 0px;
}

header {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

ul {
	padding-inline-start: 0px !important;
}

.wrapper {
	display: none;
}

.flexContent {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.lineHeader {
    width: 100%;
    height: 3px;
    background-color: #3281C4;
}

section {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentSite {
	width: 80%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

}

.displayNone {display: none !important;}

.navFixed {
	margin-top: 100px !important;
}

.accountFixed {
	justify-content: center !important;
	align-self: center !important;
}

#logo {
	transition: 0.3s;
}

.logoChico {
	height: 45px !important;
	width: auto !important;
}

.logoRespChico {
	width: 100px !important;
}

.logo {
	opacity: 1 !important;
	transform: unset !important;
}

.logo img {
	width: auto;
}

.logo img:hover {
	cursor: pointer;
}

.btnCircleHeaderFixed {
	width: 35px !important;
	height: 35px !important;
}

.accountFixed i {
	font-size: 16px !important;
}

.searchHeaderFixed {
	height: 30px !important;
	margin-bottom: 7px;
	font-size: 14px !important;
}

.flexContent {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.flexBetween {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: flex-start;
}

.contentHeaderTop {
	width: 100%;
    height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.logo {
	width: auto;
}

.searchHeader  {
	width: 50%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: flex-end;
    align-content: center;
    align-items: center;
	position: relative;
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 1 !important;
}

.searchHeader input {
	width: 80%;
	height: 50px;
	color: #FFF;
	border: 0px;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	padding: 1% 3.5% 1% 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #B74137;
	border-right: 2px solid #B74137;
	transition: all 0.3s;
}

.searchHeader  i {
	color: #FFF;
	font-size: 22px;
}

.flex {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.account {
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: flex-end;
    align-content: center;
    align-items: center;
}

.account i {
	color: #FFF;
	font-size: 22px;
}

.input-icon {
color: #B74137;
position: absolute;
width: 20px;
height: 20px;
left: 78%;
top: 50%;
transform: translateY(-50%);
display: none;
}

.contentlogo {
    padding: 10px 0px 10px 0px !important;
}

.fixed {
	height: 0px;
	transition: 0.3s;
}

.fixed {
	position:fixed;
	top:0;
	left:0;
	z-index: 10; 
	width: 100%;
	height: auto;
	/*padding: 5px 0px 5px 0px;*/
	background-color: rgba(255, 255, 255,0.8);
    border-bottom: 1px solid #3281C4;

}

.icmenutop {
    top: 4.5% !important;
}

.display {
	display: block;
}

.btnCircleHeader {
	width: 50px;
	height: 50px;
	margin: 0px 5px 0px 5px;
	background-color: #B74137;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	text-align: center;
}

.btnHeader {
	width: 90%;
	height: 45px;
    background-color: #B74137;
    color: #FFF !important;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 16px;
    font-weight: 400 !important;
    transition: all 0.3s;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

	margin-top: 10px;
	margin-bottom: 3px;
}

/* FLECHA ANIMADA */
#arrowAnim {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 6%;
  }
  
  .arrow {
	width: 15px;
	height: 15px;
	margin-left: 210px;
	border: 4px solid;
	border-color: #FFF transparent transparent #FFF;
	transform: rotate(135deg);
  }
  
  
  .arrowSliding {
	position: absolute;
	-webkit-animation: slide 2s linear infinite; 
			animation: slide 2s linear infinite;
  }
  
  .delay1 {
	-webkit-animation-delay: 0.5s; 
	  animation-delay: 0.5s;
  }
  .delay2 {
	-webkit-animation-delay: 1s; 
	  animation-delay: 1s;
  }
  .delay3 {
	-webkit-animation-delay: 1.5s; 
	  animation-delay: 1.5s;
  }
  
  @-webkit-keyframes slide {
	  0% { opacity:0; transform: translateX(-35px); } 
	 20% { opacity:1; transform: translateX(-15px); }  
	 80% { opacity:1; transform: translateX(15px); } 
	100% { opacity:0; transform: translateX(35px); }  
  }
  @keyframes slide {
	  0% { opacity:0; transform: translateX(-35px); } 
	 20% { opacity:1; transform: translateX(-15px); }  
	 80% { opacity:1; transform: translateX(15px); } 
	100% { opacity:0; transform: translateX(35px); }  
  }

.boxCatHome {
	width: 18%;
	height: 300px;
	margin: 1% 0 1% 0;
	transition: all 0.3s;
}

.imgCat {
	width: 100%;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.3s;
}

.boxCatHome h2 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 15px 0 0 0;
	color: #B74137;
}

.boxCatHome:hover {
	cursor: pointer;
}

.boxCatHome:hover .imgCat {
	background-size: 110%;
}

.txtContent {
	width: 100%;
	color: #000;
	font-size: 20px;
	line-height: 32px;
	margin: 35px 0px 35px 0px;
}

.txtBlue {
	width: 100%;
	color: #3380C4;
	font-size: 22px;
	font-family: 'Playfair', serif;
	margin: 15px 0px 15px 0px;
}

.lineBlueTxt {
	width: 40%;
	height: 1px;
	background-color: #3380C4;
	margin-bottom: 65px;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

#demos .owl-carousel .item {
	background: transparent !important;
	padding: 0 !important;
	height: 100px !important;
	text-align: center;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
}

.owl-carousel .owl-item img {
	width: auto !important;
}

#demos .owl-carousel .item img {
	max-height: 100px;
	max-width: 150px;
}

.active {
background-color: transparent !important;
}

#demos {
	margin: 30px 0px 30px 0px;
}

.contentInfoHome {
	width: 100%;
	background-color: #22376C;
	padding: 70px 0px 70px 0px;
	margin-bottom: 0px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
}

.contentInfoHome h3 {
	color: #3384C5;
}

.txtTitleInfoUtil {
	width: 100%;
	color: #FFF;
	font-size: 22px;
}

.txtTitleInfoUtilId {
	width: auto;
	color: #000;
	font-size: 22px;
}

.contentNewsId p {
	text-align: left;
}

.boxNews {
	width: 30%;
	height: auto;
	margin-top: 25px;
}

.contentNewsId {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.contentNewsId h3 {
	margin-bottom: 0px;
}

.contentNewsId h4 {
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #333;
	margin-top: 0px;
}

.imgNews {
	width: 100%;
	height: 245px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.imgNewsId {
	width: 500px;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.txtTitleInfoUtilId {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	text-align: left;
}

.txtTitleInfoUtilId img {
	max-width: 450px;
	float: left;
	margin: 0px 25px 25px 0px;
}

.btnBack {
	width: auto;
	position: absolute;
	top: 110px;
	left: 10px;
	transition: all 0.3s;
}

.btnBack p {
	padding: 5px;
	font-size: 22px;
	color: #000;
}

.btnBack {
	cursor: pointer;
}

.titleNews {
	width: 100%;
	text-align: left;
	padding: 20px 0px 0px 0px;
}

.titleNews p {
	color: #3384C5;
	font-family: 'Playfair', serif;
	font-size: 34px;
	line-height: 34px;
}

.dateNews {
	width: 100%;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

.dateNews p {
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
}

.txtNews {
	width: 100%;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

.txtNews p {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
    font-weight: 300;
}

.btnNews {
	text-align: left;
	transition: all 0.3s;
}

.btnNews p {
	color: #3384C5;
	font-family: 'Playfair', serif;
	font-size: 22px;
	font-weight: 400;
	transition: all 0.3s;
}

.btnNews:hover {
	cursor: pointer;
}

.btnNews:hover p {
	color: #FFF;
}

.col2 {
	width: 50%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: center;
	align-self: flex-start;
	align-content: center;
	align-items: center;
}

.imgquienessomos {
	float: left;
	margin-right: 29px;
}

.colQuienesSomos {
	height: 206px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-self: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.colQuienesSomos p {
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 18px;
	line-height: 38px;

	justify-content: flex-start;
	align-self: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.colQuienesSomos span {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #3384C5;
}

.lineSplitBlue {
	width: 100%;
	height: 1px;
	background-color: #3384C5;
	margin-top: 55px;
	margin-bottom: 55px;
}

.titleRowSocios {
	width: 20%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-self: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.titleRowSocios p {
	font-size: 64px;
	text-align: left;
	color: #3384C5;
	font-family: 'Playfair', serif;
	line-height: 60px;
}

.contentSocios {
	width: 80%;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: space-between;
	align-self: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.boxSocios {
	width: 25%;
	height: auto;
	text-align: left;
	margin: 0%;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-self: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.boxSocios p {
	text-align: left;
	color: #000;
	font-size: 18px;
	line-height: 34px;
}

.boxSocios p span {
	font-size: 24px;
	font-weight: 600;
	color: #3384C5;
}

.boxSocios img {
	float: left;
}

.marginBottomSocios {
	margin-bottom: 55px;
}

.marginTitle {
	margin-top: 55px;
	margin-bottom: 25px;
}

.boxSocios a {
	width: 100%;
}

.contentBgSumate {
	width: 100%;
	height: auto;
	background-image: url("../img/img-trabaja-con-nosotros2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

.contentForm {
	width: 100%;
	height: auto;
	padding: 10%;
	background-color: rgba(255, 255, 255, 0.9);

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-self: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.contentForm form {
	width: 100%;
	margin-top: 40px;
}

.contentForm form input {
	width: 100%;
	height: 80px;
	padding: 4%;
	background-color: transparent;
	color: #000 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	border: 1px solid #3281C4;
	margin-bottom: 15px;
}

.contentForm form label {
	color: #000 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.contentForm form button {
	width: 180px;
	background-color: transparent;
	border-bottom: 1px solid #22376C;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-family: 'Playfair', serif;
	font-size: 24px;
	font-weight: 600;
	color: #22376C;
	padding: 3%;
	margin-top: 25px;
}

.contentForm a {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 500 !important;
	font-family: 'Roboto', sans-serif;
	color: #3281C4;
	margin-top: 50px;
	transition: 0.3s;
}

.bgBlueLight {
	width: 100%;
	background-color: #ECF3FB;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
	align-content: center;
	align-items: center;
}

.col4 {
	width: 23%;
	margin: 1%;
}

.boxServices {
	width: 100%;
	height: auto;
	text-align: center;
}

.imgServices {
	width: 100%;
	height: 105px;
	text-align: left;
}

.imgServices img {
	vertical-align: middle;
}

.titleServices {
	width: 100%;
	height: auto;
	text-align: center;
}

.titleServices p {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 24px;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
    color: #3281C4;
}

.txtServices {
	width: 100%;
	height: auto;
	text-align: left;
}

.txtServices li {
	color: #000;
    font-size: 18px;
	line-height: 34px;
	font-family: 'Roboto', sans-serif;
}

.imgResponsive {
	width: 100%;
}

.colTxtObjetivos {
	padding: 5%;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
	align-content: center;
	align-items: center;
}

.colTxtQuienes {
	padding: 0 5% 5% 5%;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	align-self: flex-start;
	align-content: center;
	align-items: center;
}

.titleIndustrias {
	width: 100%;
    font-size: 44px;
    font-weight: 400;
	text-align: left;
    color: #FFF;
	font-family: 'Playfair', serif;
}

.txtIndustrias {
	width: 100%;
    font-size: 30px;
	line-height: 34px;
	font-style: italic;
    font-weight: 600;
	text-align: left;
    color: #5F5F5F;
	font-family: 'Playfair', serif !important;
}

.txtQuienesSomos {
	width: 100%;
    font-size: 22px;
	line-height: 28px;
    font-weight: 400;
	text-align: left;
    color: #5F5F5F;
	font-family: 'Playfair', serif !important;
}

.liIndustrias {
	margin-left: 38px;
}

.liIndustrias li {
	color: #000;
    font-size: 18px;
	line-height: 34px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

.bgBlueContact {
	width: 100%;
	height: auto;
	/*background-color: rgba(0, 0, 0, 0.3);*/
	margin-top: 15px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 80vh; /* Ajusta el div para que ocupe toda la ventana */
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que el video cubra completamente el div */
    transform: translate(-50%, -50%);
    z-index: -1; /* Coloca el video en el fondo */
}

.content {
    position: relative;
    z-index: 1; /* Contenido encima del video */
    color: white; /* Ejemplo de color para el texto encima del video */
    text-align: center;
    padding: 20px;
}

.fontColorWhite {
	color: #FFF !important;
}

.contentFormContact {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: space-between;
	align-self: center;
	align-content: center;
	align-items: center;
}

.colFormContact {
	width: 100%;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	align-self: flex-start;
	align-content: center;
	align-items: center;
}

.colFormContact form {
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	align-self: flex-end;
	align-content: center;
	align-items: center;
}

.colInfoContact {
	width: 50%;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	align-self: flex-start;
	align-content: center;
	align-items: center;
}

.colInfoContact li {
	width: 100%;
	color: #666;
	font-size: 18px;
	font-weight: 300 !important;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	margin-bottom: 25px;
}

.colInfoContact i {
	color: #000;
	margin-right: 25px;
}

.colInfoContact ul {
	list-style-type:none
}

.contentFormContact form input {
	width: 100%;
    height: 80px;
    padding: 4%;
    background-color: #FFF;
    color: #666 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
	border: 0;
    margin-bottom: 15px;
}


.contentFormContact form textarea {
	width: 100%;
    height: 120px;
    padding: 4%;
    background-color: #FFF;
    color: #666 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    border: 0;
    margin-bottom: 15px;
}

.contentFormContact form button {
    width: 180px;
    background-color: #666;
    border:0;
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    padding: 3%;
    margin-top: 25px;
	transition: all 0.3s;
}

.contentFormContact form button:hover {
	background-color: #333;
}

.contentFormContact form input::-webkit-input-placeholder { color: #CCC !important; } /* WebKit */
.contentFormContact form input:-moz-placeholder { color: #CCC !important; } /* Firefox 18- */
.contentFormContact form input::-moz-placeholder { color: #CCC !important; } /* Firefox 19+ */
.contentFormContact form input:-ms-input-placeholder { color: #CCC !important; } /* IE 10+ */


.contentFormContact form textarea::-webkit-input-placeholder { color: #CCC !important; } /* WebKit */
.contentFormContact form textarea:-moz-placeholder { color: #CCC !important; } /* Firefox 18- */
.contentFormContact form textarea::-moz-placeholder { color: #CCC !important; } /* Firefox 19+ */
.contentFormContact form textarea:-ms-input-placeholder { color: #CCC !important; } /* IE 10+ */

.lineSlitContact {
	width: 100%;
	height: 1px;
	background-color: #666;
	margin-top: 40px;
	margin-bottom: 20px;
}

.txtNice {
	width: 100%;
	text-align: center;
	color: #FFF !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 50px;
}

.txtNice img {
	vertical-align: middle;
}

.paddingIndustrias {
	padding: 0px 0px 100px 0px;
}

.alignStart {
	align-items: flex-start;
}

.owl-carousel .owl-item img {
	max-height: 100px;
}

/* Estilos generales del carrusel */
.carousel {
	position: relative;
	width:100%; /* Ancho del carrusel (responsivo) */
	margin: 0 auto;
	overflow: hidden;
	background-color: #0070BC;
	min-height: 500px;
	padding: 60px 0 60px 0;
}

/* Contenedor de los items en fila */
.carousel-container {
	display: flex;
	transition: transform 0.5s ease;
}

/* Estilo para cada item */
.carousel-item {
	width: 30% !important; /* Se ajustará con JavaScript para hacer el carrusel responsive */
	box-sizing: border-box;
	/*margin: 5px;*/
	padding: 20px;
	text-align: center;
	font-size: 1.2em;
	border-radius: 5px;
	color: #FFF;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	align-self: flex-start;
	align-content: center;
	align-items: center;
}

/* Estilos para los botones de navegación */
.carousel-btn {
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff; /* Color del triángulo */
	transform: rotate(90deg); /* Rotación a 90 grados */
	background-color: #0070BC;
	z-index: 1;
	transition: all 0.3s;
}

.carousel-btn:hover {
	cursor: pointer;
	border-bottom: 20px solid #002C48; /* Color del triángulo */
}

.left-btn {
	left: 10px;
	transform: rotate(270deg); /* Rotación a 90 grados */
}

.right-btn {
	right: 10px;
}

.colIconService {
	width: 30%;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
}

.colIconService img {
	 max-height: 100px;
}

.colTextService {
	width: 70%;
	padding: 3%;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
}

.titleService {
	width: 100%;
}

.titleService h3 {
	font-size: 28px !important;
	color: #FFF !important;
	margin: 0 0 15px 0;
	text-align: left;
}

.txtService {
	width: 100%;
}

.txtService p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	text-align: left;
}

.contentFooteCarrousel {
	width: 100%;
	text-align: center;
}

.contentFooteCarrousel p {
	width: 100%;
	margin: 0;
	color: #3FA9F5;
	font-size: 28px;
	line-height: 30px;
	font-family: 'Playfair', serif;
}

.titleLogos {
	font-size: 34px !important;
	color: #0070BC;
}

.bgGrey {
	background-color: #DADBDD;
}

.bgObjetivo {
	min-height: 500px;
	background-image: url("../img/imgPersonas.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgQuienes {
	height: auto;
	/*background-image: url("../img/imgPersonas.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-self: flex-start;
    align-content: center;
    align-items: s;
}

.bgQuienes img {
	max-width: 90%;
}

.bgGreyTitle {
	width: 100%;
	height: 60px;
	background-color: #606060;
	margin: 15px 0 15px 0;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
}

.bgGreyTitle p {
	font-size: 38px;
	color: #FFF;
	text-align: center;
	font-family: 'Playfair', serif;
	margin: 0;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
}

.contentEquipo {
	width: 100%;
	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.col4equipo {
	width: 25%;
	height: 200px;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.gbGreyLightCol4 {
	background-color: #DADBDD;
}

.gbGreyCol4 {
	background-color: #C1C2C4;
}

.nameEquipo {
	width: 100%;
	font-size: 28px;
	font-weight: 900;
	color: #606060;
	text-align: center;
	font-family: 'Playfair', serif;
	margin: 0;
}

.nameEquipo span {
	width: 100%;
	font-size: 24px;
	font-weight: 100 !important;
	font-style: italic;
	float: left;
	margin-top: -10px;
}

.cvEquipo {
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	font-style: italic;
	color: #606060;
	text-align: center;
	font-family: 'Playfair', serif;
	margin: 0;
}

.lineEquipo {
	width: 70%;
	height: 1px;
	background-color: #606060;
	float: left;
	margin: 10px 0 10px 0;
}

.circleLineEquipo {
	width: 8px;
	height: 8px;
	background-color: #606060;
	border-radius: 5px;
	margin-top: -4px;
	margin-left: 49%;
}

.btnWhatsappFloat {
	width: 40px;
	height: 40px;
	position: fixed;
	background-color: #41c300;
	color: #FAFAFA !important;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	padding: 7px 0 0 8px;
	bottom: 35px;
	left: 10px;
	transition: all 0.3s;
	z-index: 99999;
}

.btnWhatsappFloat i {
	font-size: 26px;
}

.btnWhatsappFloat:hover {
	background-color: #008b00;
	cursor: pointer;
	font-size: 54px !important;
	color: #FAFAFA !important;
}