/*GLOBALS*/
@font-face {
    font-family: 'Metropolis Extra';
    src: url('../fonts/Metropolis-ExtraBold.eot');
    src: url('../fonts/Metropolis-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'),
        url('../fonts/Metropolis-ExtraBold.woff') format('woff'),
        url('../fonts/Metropolis-ExtraBold.ttf') format('truetype'),
        url('../fonts/Metropolis-ExtraBold.svg#Metropolis-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Bold';
    src: url('../fonts/Metropolis-Bold.eot');
    src: url('../fonts/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis-Bold.woff') format('woff'),
        url('../fonts/Metropolis-Bold.ttf') format('truetype'),
        url('../fonts/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Medium';
    src: url('../fonts/Metropolis-Medium.eot');
    src: url('../fonts/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/Metropolis-Medium.woff') format('woff'),
        url('../fonts/Metropolis-Medium.ttf') format('truetype'),
        url('../fonts/Metropolis-Medium.svg#Metropolis-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Light';
    src: url('../fonts/Metropolis-Light.eot');
    src: url('../fonts/Metropolis-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis-Light.woff') format('woff'),
        url('../fonts/Metropolis-Light.ttf') format('truetype'),
        url('../fonts/Metropolis-Light.svg#Metropolis-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.medium{
font-family: 'Metropolis Medium';	
}

.light{
font-family: 'Metropolis Light';
}

.bold{
font-family: 'Metropolis Bold';
}

.extra{
font-family: 'Metropolis Extra';	
}

.wow {
   visibility: hidden;
}

.error{
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;	
}

.g-recaptcha{
    float: none;
    margin: 0 auto;
    display: inline-block;	
}

html, body{
background:#fff;
color:#9D9D9C; 
font-family: 'Catamaran', sans-serif;
}
body{
	overflow-y: scroll;
}
a, button{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover, button:hover{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

a, a:focus, a:hover{
text-decoration: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
	border-radius: 0 !important;
	border-bottom: 1pt solid #005D99 !important;
	background:transparent !important;	
	color: #666 !important;
	  box-shadow: none!important;
	  outline: 0 none!important;
}

input::placeholder , textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666 !important;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666 !important;
}

input::-ms-input-placeholder , textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #666 !important;
}


.fullheight{
	min-height: calc(100vh - 165px) ;
	height:calc(100vh - 165px) ;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #666; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666; 
}

.heightnav{
	height:50vh;
}

.show{
	display:inherit;
}

.space01{
	display:block;
	width:100%;
	height: 90px;
}

.space02{
	display:block;
	width:100%;
	height: 150px;
}
.space03{
	display:block;
	width:100%;
	height: 300px;
}
.space04{
	display:block;
	width:100%;
	height: 45px;
}
/* FIN GLOBALS*/

.nav-logo{
	height:30px;
}
.navbar{
	background: #d63384;
	height:80px;

}
.navbar .navbar-nav .nav-link{
color: #fff;
font-family: 'Metropolis Medium';
font-size: 14px;
letter-spacing: 2px;
}

@media (min-width: 768px){



	
}

@media (min-width: 1400px){
	.navbar{
	padding-left:20px;
	padding-right:20px;		
	}	
	.navbar .navbar-nav .nav-link{	
		padding-right: 1rem;
		padding-left: 1rem;
	}	
	.navbar-nav{
		margin-left: 35px;
	}	
}


.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus{
color:#005D99;	
}

.bg-slider{
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
    min-height: 100vh;	
	border-bottom: 2pt solid #005D99 !important;
}
.box-slider{
padding:0;margin:0    
}
.caption1{
	background: #fff;
	display:inline-block;
	padding: 40px 30px 20px 30px;
}

.txt1{
	color: #666;
	font-size: 33px;
	line-height: 1em;
	margin:0;
}

.txt2{
	color: #005D99;
	font-size: 14px;
}

.slider-dots{
	 position: relative;
}

.carousel-indicators{
    position: absolute;
    right: 0;
    bottom: 0;
    left: inherit;
    z-index: 2;
    display: inline-block;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
	float:right;
	width: auto;
}

.carousel-inner{
	float:left;
	
}

#slider-home{
    min-height: 100vh;		
	
}

.carousel-caption-custom{
    bottom: 0;
    padding-bottom: 0;	
	position:absolute;
	bottom:0;
}

.nav-social{
	margin:0;
	padding:0;
	display:inline-block;
	margin-bottom: -27px;
}
.nav-social li{
	float:left;
	list-style-type: none;
	margin-left:10px;
}

.nav-social a{
	color: #fff;
	background: #005D99;
	padding:15px 10px;
	font-size: 20px;
    display: inline-block;
    margin-bottom: 7px;	
}

.nav-social a:hover, .nav-social a:focus{
	background-color:#666;
}

.carousel-indicators [data-bs-target]{
	height: 20px;
	width:20px;
	background-color:transparent;
	border: 0.5pt solid #fff;
}

.carousel-indicators .active{
	background-color:#fff;
}



.txt3{
	font-size:14px;
	color: #005D99;
	display:block;
	width:100%;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}


.txt4{
	font-size:28px;
	color: #666;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 20px;	
	margin:0;
}

.txt5{
	font-size:16px;
	font-weight: 300;
	color:#9D9D9C;
	padding-bottom: 40px;
}
.article{
	height:100%;
}
.article-caption{
	background: #F6F6F6;
	border-left: 1.5pt solid #E2399E;
		height:100%;
}

.txt3, .txt4, .txt5{
	padding-left: 30px;
	padding-right: 30px;
}

.list-values {
  list-style: none; /* Elimina el bullet por defecto */
  padding-left: 0; /* Elimina el espaciado extra */
}

.list-values li {
  margin-left: 30px; /* Espacio para la imagen */
  background-image: url('../images/arrow-right2.svg'); /* Reemplaza con la ruta de tu imagen */
  background-repeat: no-repeat;
  background-position: 0 0; /* Ajusta la posición de la imagen */
  padding-left: 30px; /* Ajusta según el tamaño de tu imagen */
  margin-bottom:15px;
}
.article, .article .article-caption{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;	
}
.article:hover .article-caption, .article:focus .article-caption{
	border-left: 1.5pt solid #005D99;	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;	
}
.article-news:hover .article-caption, .article-news:focus .article-caption{
	border-left: 1.5pt solid #005D99;	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;	
}

.bg-grey{
	background:#F6F6F6;
}


.txt6{
	font-size:28px;
	color: #666;
	text-transform: uppercase;
	margin:0;
}

.txt7{
	font-size:16px;
	font-weight: 300;
	color:#9D9D9C;
	line-height: 1.2em;
}

.txt7b{
	font-size:16px;
	font-weight:500;
	line-height: 1.2em;
	color:#d63384;	
}

.list-icons{
	padding:0;
	margin:0;
	display:inline-block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.list-icons li{
	float:left;
	list-style-type: none;
	width: 50%;
	margin-bottom:15px;
}

.list-icons li>img{
	width:30px;
}

.list-icons li>span{
	width:30px;
	font-size:14px;
	font-weight:500;
	color:#d63384;
}

.line01{
	width:2px;
	height:100px;
	background:#d63384;
	display:inline-block;
	position:absolute;
	z-index:9;
	
}

.bg-last-project{
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;	
}
.filter01{
	background:rgba(0,0,0,0);
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
}
.zin1{
	z-index:9;
}

.btn01{
	font-weight:700;
	color:#d63384;
	font-size:12px;
	letter-spacing: 2px;
	border-top: 1pt solid #d63384;
	border-right: 1pt solid #d63384;
	border-top-right-radius: 15px;
	padding: 13px 20px 7px 20px;
	display:inline-block;
	text-align:center;
	
}

.btn01:hover, .btn01:focus{
	color:#d63384;
	background:#fff;
}

.txt8{
	letter-spacing: 2px;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
}

.txt8>span{
	width: 25px;
	height:3px;
	background: #005D99;
	display:inline-block;
	margin-right: 10px;
}

.txt9{
	font-weight: 800;
	letter-spacing: 2px;
	color:#fff;
	font-size:26px;
	text-transform:uppercase;	
	margin-bottom: 30px;
}

.txt9>span{
	color:#005D99;
	margin-right: 15px;
}
.featured-experience{
	background:#e6007e;
	padding:40px 20px;
	border-top-left-radius:40px;
	border-bottom-right-radius:40px;
	border-bottom:1.5pt solid #d63384;
}
.btn02{
	background: #fff;
}

.btn02:hover, .btn02:focus{
	color:#005D99;
	border-color: #005D99;
}

.txt10{
	color:#d63384;
	font-size: 16px;
	margin:15px 0;
	display:inline-block;
}

.txt11{
	color:#005D99;
	font-size: 24px;
	font-weight: 800;
	margin:0;
	border-left: 5pt solid #d63384;
	padding-left: 15px;
}

.txt12{
	color:#9D9D9C;
	font-size: 16px;
	font-weight: 300;
}
.btn10{
	color:#fff;
	text-decoration:underline;
	background:#005D99;
	display:inline-block;
	padding:5px;
	position:absolute;
	top:15px;
	left:15px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}

.txt13{
	font-size:28px;
	margin:0;
	color:#666;
	text-transform:uppercase;
	margin-bottom: 30px;
}

.btn03{
	font-size:16px;
	min-width: 180px;	
}

.btn03:hover, .btn03:focus{
	background:#F6F6F6;
}

.list-equipment{
	margin:0 ;
	padding:0;
	display:inline-block;
}
.list-equipment li{
	list-style-type:none;
	margin-bottom: 10px;

}

.list-equipment li a{
font-weight: 800;
font-size:24px;
color:#666;
letter-spacing:2px;
}
.list-equipment li a img{
	display:none;
}
.list-equipment li a.active{
	color:#d63384;
}

.bg-equipment{
padding:80px;
}
.list-equipment li a:hover, .list-equipment li a:focus{
	color:#d63384;	
}

.list-equipment li a:hover img, .list-equipment li a:focus img{
	display:inline-block;	
}


.txt14{
	font-size: 20px;
	letter-spacing:1px;
	color:#fff;
}

.bg-blue{
	background: #005D99;
}

.nav-foot{
	margin:0;
	padding:0;
	display:inline-block;
}
.nav-foot li{
	list-style-type:none;
	margin-bottom: 5px;
}

.nav-foot li>a{
	text-decoration:underline;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
}

.foot-social{
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;
	clear:both;
	float:left;
	margin-top: 15px;
}

.foot-social li{
	float:left;
	list-style-type:none;
	margin-right:15px;
}

.foot-social li a{
	color:#fff;
	font-size: 20px;
}
.btn04{
	background:#E6007E;
	color:#fff;
	border-color:#fff;
	float:left;
	clear:both;
font-weight: 400;	
}
.btn04:hover, .btn04:focus{
	background:#9D9D9C;
	color:#fff;
}
.btn04 img{
	margin-bottom:-10px;
	margin-right:15px;
}

.txt15{
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	margin:0;
	margin-bottom: 5px;
}

.nav-foot-container{
	width: auto;
	margin: 0 auto;
	float:none;
	display: inline-block;
	text-align:left;
}

.logo-foot{
	max-width: 100%;
	width: 200px;
}

.cta-banner{
	
}

/*MENU MOBILE*/
.btn-menu{
	cursor:pointer;
	display:none;
}
.img-menu{
	height:30px;
	width: auto;	
}
#navigation-expand{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height: 100vh;
	background: #d63384;
	z-index:999;
	display:none;
	padding-top: 60px;
}

.btn-close-menu{
	height:30px;
	width: auto;
	cursor:pointer;
	margin-top:40%;
}
.navigation-menu{
	margin: 0 auto;
	padding: 0;
	display:inline-block;
}
.navigation-menu li{
	list-style-type:none;
}
.navigation-menu li>a{
 font-family: 'Metropolis Medium';	
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing:2px;
	text-align:left;
    display: inline-block;
    width: 100%;	
}

.img-logo-nav{
	max-width: 120px;
}
/*END MENU MOBILE*/

.aj01{
	margin-top: 80px;
}
.header01{
	padding-top: 50px;
	padding-bottom: 170px;

}
.txt16{
	font-size:33px;
	text-align:center;
	color:#666;
	border-bottom: 2px solid #666; 
	display:inline-block;
}
.txt17{
	font-size:18px;
	text-align:center;
	color:#666;
	font-weight:600;
	margin-top:15px;
	margin-bottom:15px;
}

.txt18{
	font-size:16px;
	text-align:left;
	color:#9D9D9C;
	font-weight: 200;
	margin: 0 auto;
	line-height: 1.6em;
}

.txt19{
	font-weight:800;
	color:#005D99;
	font-size:18px;
	letter-spacing:1px;
	margin-top:15px;
	margin-bottom:15px;
}
.txt20{
	margin:0;
	font-weight:400;
	color:#666;
	font-size:14px;
	letter-spacing:1px;	
}
.txt21{
	margin:0;
	color:#666;
	font-size:14px;
	letter-spacing:1px;	
}
.txt22{
	margin:0;
	color:#666;
	margin-top:25px;
	display:inline-block;
	border: 2pt solid #666;
	border-radius:5px;
	padding:0 5px;
}
.txt22 .fab{
	font-size:14px;
	vertical-align: middle;
}
.img-member{
	max-width: 100%;
	width:150px;
}
.member{
	background-color:#fff;
	padding-top: 25px;
}

#team{
	margin-top:-90px;
}

.txt23{
	font-size:14px;
}

.txt24{
	font-size:16px;
	margin-bottom:35px;
	font-weight:200;
	line-height: 1.4em;
}

.border-top-grey{
	border-top: 4pt solid #F6F6F6;
}

.border-top-grey2{
	border-top: 10pt solid #F6F6F6;
}

.txt25{
font-size: 20px;
    color: #666;
    font-weight: 700;
    letter-spacing: 1px;
}

.icon-info-img{
	width:20px;
}
.icon-info{
	margin-top:25px;
}
.header02{
	padding-top:90px;
	padding-bottom:60px;
}

.txt28{
	font-size:14px;
	color:#666;
	margin:0;
}

.txt27{
	font-size:33px;
	text-align:center;
	color:#666;
	display:inline-block;
	text-transform:uppercase;
}
.txt27 span{
	font-size:20px;	
}

.txt26{
	font-size:16px;
	text-align:left;
	color:#9D9D9C;
	font-weight: 200;
	line-height: 1.6em;
	border-left: 2pt solid #666;
	padding-left: 60px;
}
.header03{
	padding-top:90px;
	padding-bottom:60px;
}
.txt29{
	font-size:16px;
	color:#d63384;
	margin:0;
	margin-bottom: 15px;
}

.txt30{
	font-size:16px;
	text-align:left;
	color:#9D9D9C;
	font-weight: 200;
	line-height: 1.6em;
	padding: 40px 90px;
	background: #fff;
	margin-top:-40px;
}


.txt31{
	border-left: 3pt solid #d63384;
	padding-left: 15px;
}
.txt32{
	font-size:16px;
	text-align:left;
	color:#9D9D9C;
	font-weight: 200;
	line-height: 1.6em;
}
.txt33{
	margin:0;
	font-size:16px;
	text-align:left;
	color:#9D9D9C;	
}

.list-icons2{
	padding:0;
	margin:0;
	display:inline-block;
	margin-top: 0;
	margin-bottom: 25px;
}
.list-icons2 li{
	float:left;
	list-style-type: none;
	width: 50%;
	margin-bottom:15px;
	padding-right: 15px;
}

.list-icons2 li>img{
	width:15px;
}

.list-icons2 li>span{
	width:30px;
	font-size:14px;
	font-weight:500;
	color:#d63384;
}

.txt34{
	font-size: 22px;
	color:#666;
	letter-spacing:1px;
	display:inline-block;
}
.txt35{
	font-size: 24px;
	color:#d63384;
	letter-spacing:1px;
	background: #F6F6F6;
	padding: 45px 60px; 
	margin:0;
	margin-top: -12px;	
	min-height: 170px;
	display:block;
}
.txt35 img{
	height: 15px;
	margin-top:-8px;
}

.cta-banner{
	padding-top: 100px;
	padding-bottom: 100px;	
}

.txt36{
	font-size: 22px;
	color:#d63384;
	letter-spacing:2px;	
	margin:0;
}
.txt37{
	font-size: 32px;
	color:#666;
	letter-spacing:2px;	
	margin-bottom:60px;
}
.txt38{
	font-size: 22px;
	color:#666;
	letter-spacing:1px;	
	margin-bottom:60px;
	position:relative;
}

.txt38 span{
	font-weight: 800;
	border-bottom: 2pt solid #666;
}

.btn07{
margin-right: 30px;
background:#d63384;
color:#fff;
border-color:#666;
border-width:2pt;
min-width:180px;	
font-size: 16px;
padding: 8px 20px 5px 20px;
margin-top:15px;
}
.btn07:hover, .btn07:focus{
background:#666;	
color:#fff;
border-color:#d63384;
}

.line03{
	position:absolute;
	top:-8px;
	width: 20px;
	display:inline-block;
	height:3px;
	background:#666;
}
.btn08{
	border:1pt solid #d63384;
	color:#d63384;
	font-size:12px;
	padding:5px 10px;
	display:inline-block;
	margin-bottom: 20px;
	position:absolute;
	float:left;
	left:0;
}

.btn08 img{
transform: rotate(180deg);
width:15px;
	
}
.btn08:hover, .btn08:focus{
	background:#fff;
	color:#d63384;
}
.btn-filter-container{
	width: 50%;
    margin: 0 auto;	
}
.btn-filter{
	font-size:22px;
	display:inline-block;
	text-transform:uppercase;
	color:#666;
	position:relative;
	width: 100%;
	line-height:1em;
    padding-right: 60px;	
}
.btn-filter img{
	width:40px;
	position:absolute;
	right:0;
	top:0;
}
.btn-filter.active{
	color:#d63384;	
}
.btn-filter:hover, .btn-filter:focus{
	color:#d63384;
}
.filter-list{
	margin:0;
	padding:0;
	display:inline-block;
}
.filter-list li{
	list-style-type:none;
	margin-top: 10px;
}
.filter-list a{
	font-size:13px;
	color:#666;
	padding: 5px;
	border: 1pt solid #fff;
    border-left: 3pt solid #fff;		
}
.filter-list a:hover, .filter-list a:focus, .filter-list a.active{
	border: 1pt solid #d63384;
	padding: 5px;
    border-left: 3pt solid #d63384;	
}


.carousel-project{
	height:100%;
}

.carousel-project .carousel-control-next{
	opacity:1;
}

.carousel-project .carousel-control-prev{	
	opacity:1;
 }

.carousel-project .arrow{
	width:60px;
    background: #fff;
    padding: 10px;	
}
.carousel-project .arrow.left{
	transform: rotate(180deg);
}

.txt39{
	font-weight:800;
	font-size:16px;
	color:#666;
	margin-bottom:15px;
}

.txt40{
	color:#005D99;
}

.line05{
	width: 25px;
	height:3px;
	background: #d63384;
	display:inline-block;
	margin-right: 10px;
}

.btn09{
	font-weight:700;
	font-size:16px;
}

.btn09 img{
	margin-right:15px;
}
.btn09:hover, .btn09:focus{
	background:#f6f6f6;
}

.equipment{
display:inline-block;

}
#img-equipment{
	border-top-left-radius:40px;
	border-bottom-right-radius:40px;	
border-bottom:1.5pt solid #d63384;	
}
.img-equipment{

	width: 100%;
	padding: 0;
	border-bottom: 2pt solid transparent;
	
	background-position:80% 95%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	
}
.txt41{
	font-size:20px;
	font-weight:800;
	width: 100%;
	display:inline-block;
	text-transform:uppercase;
	color:#d63384;
	text-align:center;	
	margin:15px 0;
	opacity:1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.txt41{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}
.equipment:hover .txt41, .equipment:focus .txt41{
	background-image: url('../images/arrow-right.png');
	background-size: 23px;
	background-repeat: no-repeat;
	background-position:95% 0px;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}
.equipment:hover .img-equipment, .equipment:focus .img-equipment{
	border-bottom: 2pt solid #666;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.equipment:hover .txt41, .equipment:focus .txt41{
	opacity:1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.txt42{
	font-size:24px;
	font-weight:800;
	letter-spacing:2px;
	width: 100%;
	display:inline-block;
	text-transform:uppercase;
	color:#666;	
}

.txt43{
	font-size:16px;
	font-weight:300;
	width: 100%;
}

.txt44{
	font-size:22px;
	font-weight:700;
	letter-spacing:1px;
	width: 100%;
	display:inline-block;
	color:#d63384;
	margin-top: 40px;
}

.txt44 .text{
	width: 30%;
	display: inline-block;
}
.txt44 .line{
    width: 70%;
    display: inline-block;
    height: 5px;
    background: #F6F6F6;
}

.list-icons3{
	padding:0;
	margin:0;
	display:inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
}
.list-icons3 li{
	float:left;
	list-style-type: none;
	width: auto;
	margin-bottom:15px;
	padding-right: 15px;
	margin-right: 15px;
}

.list-icons3 li>img{
	width:25px;
}

.list-icons3 li>span{
	width:30px;
	font-size:14px;
	font-weight:500;
	color:#d63384;
}


.img-news-box{
	margin-top:-40px;
}


.txt45{
	font-size:14px;
	color:#005D99;
	margin:0;
	margin-bottom: 0;
	
}

.contact{
	margin-top:-140px;
	padding: 60px 40px;
}
#formContact{
	display:block;
}
.bg-white{
	background:#fff;
}

.input-style{
	border:0;
	border-bottom: 1pt solid #d63384;
	border-radius: 0;
	height:40px;
	margin-bottom: 5px;
	margin-top: 30px;
}

.input-style-first{
	margin-top: 0 !important;
}

.textarea-style{
	height: 200px;
}

.btnsend{
	border:0;
	font-weight:700;
	color:#fff;
	font-size:16px;
	letter-spacing: 2px;
	border-top: 1pt solid #fff;
	border-right: 1pt solid #fff;
	border-top-right-radius: 15px;
	padding: 13px 20px 7px 20px;
	display:inline-block;
	text-align:center;
	background:#d63384;
	width:200px;
	
}

.btnsend:hover, .btnsend:focus{
	color:#fff;
	background:#d63384;
	border-color:#666;
}
.g-recaptcha{
	margin: 30px 0;
}

.list-contact{
	padding:0;
	margin:0;
	display:inline-block;
	margin-top: 0px;
	margin-bottom: 40px;
}
.list-contact li{
	list-style-type:none;
	margin-bottom:10px;
	width:100%;
	display:inline-block;
	line-height:1.2em;
}

.list-contact li .fab, .list-contact li .fa{
	color:#fff;
	background:#005D99;
	font-size:18px;
	margin-right:10px;
	width: 50px;
	height: 40px;
	text-align:center;
	padding-top:10px;
	width: 15%;
	float:left;
	display:inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}
.list-contact li>a>span{
	width: 80%;
	float:left;	
	display:inline-block;
	padding-top:10px;
}
.list-contact li a{
	color:#9D9D9C;
	font-weight:200;
}
span.text-map{
	padding-top:3px !important;
}
.list-contact li a:hover .fab, .list-contact li a:focus .fab, .list-contact li a:hover .fa, .list-contact li a:focus .fa{
	background:#666;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}
.txt47{
	font-weight:800;
	color:#666;
	letter-spacing:1px;
	font-size:18px;
}

.txt49{
	font-size:12px;
	margin:0;
	color:#fff;
	letter-spacing: 1px;
}


.txt48{
font-size:12px;
margin:0;
color:#fff;
letter-spacing: 1px;
text-decoration:underline;	
}

.txt48:hover, .txt48:focus{
	color:#fff;
text-decoration:underline;	
}

.legal{
	padding: 15px 0 10px 0;
}
.bg-grey2{
	background:#9D9D9C;
}

.txt50{
	font-size:20px;
	color:#666;
	font-weight:700;
	letter-spacing: 1px;
}
.txt50>.fe-color{
	color:#d63384;
}
.icon-info .fe-color{
	color:#d63384;
	width:18px;
	margin-right:10px;
	margin-top:-8px;
}
.txt51{
	font-size:20px;
	color:#d63384;
	font-weight:500;
	letter-spacing: 1px;
	line-height:.8em;
	
}
.txt52{
	font-size:16px;
	text-align:left;
	color:#666;
	font-weight: 500;
	line-height: 1.6em;
	border-left: 2pt solid #d63384;
	margin-bottom:90px;
}
.txt52 span{
	font-weight: 700;
	color:#d63384;	
}
.header04{
	background:#005D99;
}
.txt53{
	font-size:40px;
	text-align:center;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
}
.misc1{
	display:inline-block;
	width:15px;
	height:15px;
	background:#d63384;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	

}
.aj02{
	width:60%;
}
.exp-link{
	display:inline-block;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;	
}
.exp-link img{
border-bottom: 3pt solid #fff;	
}
.exp-link:hover .line05, .exp-link:focus .line05, .exp-link:active .line05{
width: 60px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.exp-link:hover img, .exp-link:focus img, .exp-link:active img{
border-bottom: 2.5pt solid #d63384;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;	
}
/*
.txt11{
-webkit-transition: border-width 0.5s  ease-in;
-moz-transition: border-width 0.5s ease-in;
-ms-transition: border-width 0.5s ease-in;
-o-transition: border-width 0.5s ease-in;
transition: border-width 0.5s ease-in;	
}
.service:hover .txt11, .service:focus .txt11, .service:active .txt11{
border-width: 30px;
-webkit-transition: border-width 0.5s  ease-in;
-moz-transition: border-width 0.5s ease-in;
-ms-transition: border-width 0.5s ease-in;
-o-transition: border-width 0.5s ease-in;
transition: border-width 0.5s ease-in;	
}*/
.service{
	display:inline-block;
	position:relative;
}

.service:hover .btn10{
	background:#d63384;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;		
}
.txt54{
	border-bottom: 2pt solid #d63384;
}
.video-embed{
	min-height:360px;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.btns-float{
	position:fixed;
	float:left;
	right:30px;
	bottom:30px;
}
.wpp-float{
	background:#25d366;
	color:#fff;
	font-size:45px;
	width:80px;
	height:80px;
	text-align:center;
	border-radius:50px;
	padding:10px 10px 10px 10px;
	display:inline-block;
	-webkit-box-shadow: 0px 0px 72px -5px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 72px -5px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 72px -5px rgba(0,0,0,0.33);
}
.wpp-float:hover, .wpp-float:focus, .wpp-float:active{
	color:#fff;
}
.video-embed2{
	min-height: 740px;
}
/*RESPONSIVE*/

@media(max-width: 1399px){
	.btn-filter-container{
		width: 65%;
	}	
    .carousel-project  .arrow{
    	width:40px;
    }	  
}
@media(max-width: 1255px){
    .carousel-project  .arrow{
    	width:60px;
    	background:#fff;
    	padding:10px;
    }	 
}
@media(max-width: 1199px){
	.txt41	{
		opacity:1;
	}
	.txt44 .text{
		width: 40%;
	}
	.txt44 .line{
		width: 60%;
	}	
	.video-embed2{
	min-height: 600px;
	}	
}
@media(max-width:1182px){
	.nav-social a{
		display:none;	
	}	
}
@media(max-width:1084px){
	.navbar-expand-md .navbar-collapse{
		display:none!important;
	}
	.nav-mobile{
		display:block!important;
	}
	.icon-menu{
		width:50px;
	}
	.navbar-brand{
    margin: 0 auto;		
	}
	.navigation-menu{
		margin-left:-45px;
	}
	.video-embed2{
	min-height: 450px;
	}	
	
}


@media(max-width:991px){
	.btn06{
		margin-bottom: 25px;
	}
	.logo-foot{
		width: 200px;
		margin-bottom: 30px;
	}
	.txt26{
		padding-left:15px;
	}
	.btn08{
		left:15px;
		top: -65px;
		/*
		position:relative;
		float:none;
		margin-bottom: 30px;
		*/
	}
	.btn-filter-container{
		width: 95%;
	}
	.txt44 .text{
		width: 30%;
	}
	.txt44 .line{
		width: 70%;
	}
	.txt47{
	    margin-top:40px;
	}
	span.text-map{
		padding-top:5px !important;
	}

}

@media(max-width:767px){

	.foot-contact{
		padding-top: 40px;
		padding-bottom: 0;		
	}
	
	.list-equipment li>a>img{
		transform: rotate(90deg);		
	}
	.btn-filter{
		
	}
	.btn-filter-container{
		margin-bottom: 30px;
	}
	.txt44 .text{
		width: 50%;
	}
	.txt44 .line{
		width: 50%;
	}	
	.txt35{
		min-height: auto;
	}	
	span.text-map{
		padding-top:2px !important;
	}	
	.video-embed2{
	min-height: 350px;
	}		
}

@media(max-width:690px){
	#company-summary{
		padding-left:15px;
		padding-right:15px;
	}
	.space01{
		height:45px;
	}
	.space02{
	height: 75px;
	}
	.space03{
	height: 150px;
	}
	.space04{
	height: 25px;
	}
    .carousel-project  .arrow{
    	width:50px;
    }		
	
}


@media(max-width:590px){
	.carousel-indicators{
		float:left;
		left:15px;
		bottom: 200px;
	}		
}


@media(max-width:340px){
	.txt44 .text{
		width: 70%;
	}
	.txt44 .line{
		width: 30%;
	}		
}

