/*
	Theme Name: RUN4QCZ6C66jHxHAGqds
	Text Domain: RUN4QCZ6C66jHxHAGqds
*/


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

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

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

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

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

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



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body 
{
	font-size:16px;
}
img
{
	border:none;
    display: block;
}
p 
{
	margin:0;
}
a
{
	text-decoration:none;
}
*:focus
{
	outline:none;
}
*
{
	box-sizing: border-box;
}
li 
{
	list-style: none;	
}
.center
{
	width:92em;
	margin:0 auto;
}
.center-full
{
	width:95%;
    margin: 0 auto;
}
.clear
{
	clear:both;
}

::placeholder 
{ 
  color:  #000;
}
:-ms-input-placeholder 
{ 
  color:  #000;
}
::-ms-input-placeholder 
{ 
  color:  #000;
}
::-webkit-scrollbar 
{
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical 
{
	width:15px;
}
::-webkit-scrollbar-button:increment,
::-webkit-scrollbar-button 
{
	display: none;
} 
::-webkit-scrollbar:horizontal 
{
	height: 10px;
}
::-webkit-scrollbar-thumb 
{
	background-color: #3396D3;
	border: 0px solid #3396D3;
}
::-webkit-scrollbar-track 
{
	border-radius: 0px;  
}



#container-module-banner
{
	width:100%;
	position: relative;
}
#container-module-banner img
{
	width:100%;
	height:auto;
	object-fit: cover;
}
.row-banner 
{
    width:100%;
}
.layerBanner 
{
    position: absolute;
    top: 0;
    height: 100%;	
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background: rgb(0 0 0 / 30%);
}
.layerBanner h1
{
	font:5em /1em bold;
	margin:0.5em;
	position:relative;
	display:inline-block;
	color:#fff;
}
.layerBanner h1:before
{
	content: "";
    position: absolute;
    width: 2em;
    height: 8px;
    background: #4C98CA;
    bottom: -0.2em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.layerBanner h2
{
	font:2.5em /1em bold;
	margin:0.5em;
	position:relative;
	display:inline-block;
	color:#fff;
}
.information-banner 
{
	position: absolute;
    bottom: 5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    background: #4C98CA;
    height: 4%;
    border-radius: 0.5em;
}
.information-banner h2 
{
    font: 1.45em / 1em regular;
    color: #fff;
    position:relative;
}
.information-banner h2:before
{
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background: #fff;
    bottom: -0.1px;
    left: -23px;
}
.information-banner h2:first-child:before
{
    display:none;
}
.btnWhatsapp
{
	margin-top: 3em;
}
.btnWhatsapp a
{
	display: block;
    border-radius: 0.3em;
    background: #00E676;
    font: 1.3em / 1em bold;
    color: #fff;
    padding: 0.85em 2em;
}


#container-module-headerAditional 
{
    width: 100%;
    padding: 1.5em;
}
.row-headerAditional
{
    display: flex;
}
.row-headerAditional a
{
    font: 1.35em / 1.2em gothic;
    color: #4C98CA;
    display: flex;
    align-items: center;
    margin-right: 2em;
}
.icon-phone 
{
	width: 2em;
    height: 2em;
    padding: 0;
    background: url("images/icon-phone.svg") no-repeat left center / 1.5em;
	margin-right: 0.5em;
	filter: brightness(0) saturate(100%) invert(49%) sepia(96%) saturate(415%) hue-rotate(161deg) brightness(89%) contrast(85%);
}
.icon-cel
{
	width: 2em;
    height: 2em;
    padding: 0;
    background: url("images/icon-cel.svg") no-repeat left center / 1.5em;
	margin-right: 0.5em;
	filter: brightness(0) saturate(100%) invert(49%) sepia(96%) saturate(415%) hue-rotate(161deg) brightness(89%) contrast(85%);
}
.icon-email
{
	width: 2em;
    height: 2em;
    padding: 0;
    background: url("images/icon-correo.svg") no-repeat left center / 1.5em;
	margin-right: 0.5em;
	filter: brightness(0) saturate(100%) invert(49%) sepia(96%) saturate(415%) hue-rotate(161deg) brightness(89%) contrast(85%);
}




/* .menu-mobile
{
	display: none;
}
 */
 
/* .row-menu
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    cursor:pointer;
} */
.icon-menu
{
	display: flex;
    flex-flow: column;
    width: 30px;
    margin-left: 25px;
	cursor: pointer;
}
.activebar .icon-menu span
{
	background: #fff;
}
.icon-menu span 
{
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 1.5px 0;
} 
.activebar .btncotiza a
{
    display: block;
    margin-left: 1em;
    border-radius: 0.3em;
    background: #00E676;
    font: 1.3em / 1em bold;
    color: #fff;
    padding: 0.85em 2em;
}
.column-bar 
{
    display: flex;
}


/*header*/


#container-module-headerTop
{
	width: 100%;
    background: #3396D3;
	padding: 1.5em;
}
.row-headerTop 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-headerTop img
{
	width: 15em;
}
.right-headerTop 
{
    display: flex;
	align-items: center;
}
.btncotiza a
{
	display: block;
    margin-left: 1em;
    border-radius: 0.3em;
    background: #00E676;
    font: 1.3em / 1em bold;
    color: #fff;
    padding: 0.85em 2em;
}
.column-menu div > ul
{
    display: flex;
    align-items: center
}
.column-menu div > ul > li 
{
    margin: 0 1em;
	position:relative;
}
.column-menu div > ul > li > a
{
    font: 1.5em/1em bold;
	color: #fff;
}
.column-menu div > ul > li > a:hover
{
	color: #fff !important;
}
.column-menu div > ul > li.active > a ,
.current_page_item  a
{
	color: #fff !important;
}

#container-menu
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	z-index: 9999;
	display:none;
}
.layer-menu
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	background:rgba(0,0,0,0.5);
	z-index: 9999;
	cursor:pointer;
}
.column-menu
{
    width: 22em;
    height: 100%;
    background: #fff;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: -100%;
}
.menu
{
	padding:2em;
}
.item 
{
	width:100%;
	margin-top:1em;
}
.logo 
{
    width: 100%;
    height: 21em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img
{
	width: 10em;
}
.column-menu .footer-social 
{
    width: 100%;
}
.menu h3
{
    color: #4C98CA;
    font: 2em / 1.2em bold;
    margin-bottom: 1em;
	text-decoration: underline;
}
.item a 
{
    color: #000;
    font: 1.43em / 1.2em regular;
    display: block;
    padding: 0.7em 0;
	border-bottom: 1px solid #A9A9A9;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.item a:hover
{
	color: #4C98CA;
	border-bottom: 1px solid #4C98CA;
	transition: all 0.5s ease-in-out;
} 
.item a:hover:after
{
	content: "";
	position: absolute;
	top: 1em;
    width: 0.5em;
    height: 0.5em;
    left: -1em;
	background: #4C98CA;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	
} 
#container-module-bar
{
	width: 100%;
    position: fixed;
    z-index: 999;
	transition: all 0.3s ease-in-out;
	background: #4C98CA;
	top: -100%;
	padding: 1em 0;
}
.activebar
{
	top:0 !important;
}
.row-menu 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-logo a img 
{
	width: 15em;
	height: auto;
} 
.column-menu-bar div > ul
{
    display: flex;
    align-items: center
}
.column-menu-bar div > ul > li 
{
    margin: 0 1em;
	position:relative;
}
.column-menu-bar div > ul > li > a
{
    font: 1.5em/1em bold;
	color: #fff;
}
.column-bar 
{
    display: flex;
}
.icon-menu
{
	display: flex;
    flex-flow: column;
    width: 30px;
    margin-left: 25px;
	cursor: pointer;
}
.icon-menu span 
{
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 1.5px 0;
} 

#container-module-video
{
	width:100%;
	height: auto;
	margin-top: 5em;
	overflow: hidden;
}
.row-video
{
    width: 100%;
	height: auto;
	overflow: hidden;
}
.row-video video
{
    width: 100% !important;
	height: auto !important;
	object-fit: cover;
}
/*nosotros-index*/
#container-module-aboutus
{
	width:100%;
	margin-top: 8em;
}
.row-aboutus
{
	width:100%;
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
.imagen-aboutus
{
	width: 47%;
    border-radius: 1.2em;
    overflow: hidden;
	height: 40em; 
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 70%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imagen-aboutus img
{
	width: 100%;
	height: 100%;
	object-fit: cover; 
}
.imformation-aboutus
{
	width: 47%;
    border: 2px solid #3396D3;
    border-radius: 1.2em;
    padding: 3em 2em 3em 2em;
	
	display: flex;
    flex-direction: column;
    align-items: end;
}
.imformation-aboutus p
{
	text-align: justify;
	font: 1.6em / 1.2em gothic;
	color:#4C98CA;
}
.links-about
{
    display:flex;
    justify-content: space-between;
    margin-top: 2em;
    width: 100%;
}
.links-whatsapp a 
{
    display: block;
    border-radius: 0.3em;
    background: #00E676;
    font: 1.3em / 1em bold;
    color: #fff;
    padding: 0.85em 2em;
}
.links-more a
{
	text-align: justify;
    font: 1.2em / 1.1em bold;
    padding: 0.8em 1em;
    background: #3396D3;
    color: #fff;
    border-radius: 0.5em;
    display: table;
    letter-spacing: 2px;
}


/*slider-index*/

#container-module-customer
{
	width:100%;
	border-top: 6px solid #3396D3;
    margin-top: 8em;
    border-bottom: 6px solid #3396D3;
	padding: 1em 0;
}
.row-customer
{
	width:100%;
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: center;
}
.title-customer
{
	width:25%;
	position: relative;
	text-align:center;
}
.title-customer:before
{
	content: "";
    position: absolute;
    width: 4px;
    height: 7em;
	right:0;
	top: -13px;
    background: #3396D3;
}
.title-customer h3
{
	font:1.5em/1em bold;
	color:#4C98CA;
}
.title-customer h2
{
	font:4em/1em bold;
	color:#4C98CA;
}
.slider-customer
{
	width:70%;
}
.slider-customer img
{
	width:7em !important;
}
#container-module-customer .slick-slider 
{
    margin: 0 -15px;
}
#container-module-customer .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
}

#container-module-customer .slick-track 
{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
/*servicios*/

#container-module-services {
  width: 100%;
  margin-top: 8em;
  margin-bottom: 5em;
}

/* Filas de servicios */
.row-services {
  width: 100%;
}

/* Títulos */
.title-services {
  text-align: center;
}
.title-services h3 {
  font: 3em / 1em bold;
  color: #C2C1C1;
  letter-spacing: 2px;
}
.title-services h2 {
  font: 5em / 1em bold;
  color: #C2C1C1;
}

/* Tipos de servicios */
.types-services {
  width: 100%;
  margin-top: 4em;
}

/* Información de servicios */
.information-services {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

/* Tarjetas de servicio */
.text-img-services {
  width: 23%;
  position: relative;
  overflow: hidden;
  border-radius: 3em;
  transition: transform 0.5s ease;
}
.text-img-services img {
  width: 100%;
  height: 370px;
  transition: all 0.5s ease;
}
.text-img-services:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

/* Texto sobre imagen */
.text-services {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.text-services h2 {
  font: 2em / 1em bold;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 2em 0 1em;
  position: relative;
  transition: transform 0.3s ease;
}
.text-services h2:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: width 0.3s ease;
}
.text-img-services:hover .text-services h2:after {
  width: 50%;
}

/* Botón dentro de la tarjeta */
.text-services span,
.btn-services a {
  font: 1em / 1.1em bold;
  color: #fff;
  background: #4C98CA;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2em;
  padding: 0.5em 1em;
  transition: all 0.3s ease;
}

/* Botón independiente */
.btn-services a {
  border-radius: 0.5em;
  width: 87%;
  margin: 2.5em auto 0;
  display: table;
  letter-spacing: 5px;
  text-align: center;
  padding: 0.6em 1em;
}

/* Efecto de brillo en hover para ambos botones */
.text-services span:before,
.btn-services a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: all 0.5s ease;
}
.text-services span:hover:before,
.btn-services a:hover:before {
  left: 100%;
}


/*paquete*/
#container-module-package
{
	width:100%;
	margin-top:4em;
}
.row-package
{
	width: 85%;
    margin: 0 auto;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items: center;
	border: 1px solid #3396D3;
	border-radius:2em;
}
.package-service
{
	width:70%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-around;
	align-items: center;
	background:#4C98CA;
	border-radius:2em;
}
.service-item
{
	width: 13%;
    margin: 2em 1em 2em 1em;
}
.service-item p
{
	font:1.2em /1.2em bold;
	color:#fff;
	text-align:center;
	margin-top:1em;
}
.service-item img
{
	width:100%;
}
.service-item:last-child img
{
	width: 6em;
}
.package-certification 
{
	width: 30%;
    display: block;
}
.package-certification h3
{
	text-align:center;
	font:1.5em/ 1em bold;
	color:#4C98CA;
	margin-bottom: 1em;
}
.package-certification h2
{
	text-align:center;
	font:3.5em/ 1em bold;
	color:#000;
}
/*banner-Proyecto*/

#container-module-project 
{
    width: 100%;
    margin-top: 4em;
}
.title-projet 
{
    background: #3396D3;
    width: 100%;
    padding: 2em 0;
}
.title-projet h2
{
	text-align: center;
    font: 4em / 1.1em bold;
    color: #fff;
    letter-spacing: 4px;
}
.imagen-project
{
	width:100%;
}
.imagen-project img
{
	width:100%;
	height: auto;
}
/*contador*/

#container-module-counters 
{
    width: 100%;
    margin-top: 5em;
    margin-bottom: 5em;
}
.row-counters 
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.counter-box 
{
    text-align: center;
}
.counter
{
	font:5em/ 1em bold;
    color: #3396D3;
	margin-bottom: 0.15em;
}
.counter-text 
{
	font:1.5em/1.2em medium;
    color: #C2C1C1;
}
.counter-box > h2:before
{
	content:"+";
	color: #3396D3;
}
/*trabajos-realizados*/

#conteiner-module-jobs
{
	width:100%;
	margin-top:6em;
}
.row-jobs
{
	width:100%;
	display:flex;
	flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.information-jobs
{
	width:23%;
	overflow: hidden;
    height: 40em;
    position: relative;
    transition: all 0.5s ease-in-out;
	background:#000;
	border-radius:1em;
	margin-bottom: 2em;
}
.information-jobs img
{
    width: 100%;
    height: 40em;
    object-fit: cover;
	opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.information-jobs:hover img
{
	transform: scale(1.1);
}
.text-jobs 
{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	transition: all 0.5s ease-in-out;
	padding: 0 1em;
	z-index: 999;
}
.text-jobs h2
{
	font: 1.99em/1.2em bold;
    color: #fff;
    text-align: center;
    margin: 0;
}
.text-imformation-jobs 
{
	position: absolute;
    width: 100%;
    bottom: -100%;  
    margin-bottom: 2em;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.information-jobs:hover .text-imformation-jobs
{
	bottom: 0;
    opacity: 1;
} 
.text-imformation-jobs ul
{
	margin: 0;
    padding: 0 1em;
    list-style-position: inside;
}
.text-imformation-jobs ul > li
{
	font: 1.235em/1em bolditalic;
	color:#fff;
	margin-bottom: 1em;
	display: flex;
    align-items: center;
}
.icon-cant
{
	width: 2em;
    height: 2em;	
	background: url("images/icon-flecha.svg") no-repeat left center /contain;
	margin-right: 1.5em;
}
.icon-people
{
	width: 2em;
    height: 2em;
	background: url("images/icon-persona.svg") no-repeat left center /contain;
	margin-right: 1.5em;
}
.icon-location
{
	width: 2em;
    height: 2em;
	background: url("images/icon-ubicacion.svg") no-repeat left center /contain;
	margin-right: 1.5em;
}

/*contactanos*/

#conteiner-module-contact
{
	width:100%;
	margin: 5em 0;
}
.row-contact
{
	width:100%;
	display:flex;
	flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
	border-radius: 3em;
	border: 2px solid #d8d8d8;
	padding: 2em;
}
.title-contact
{
	width:45%;
	text-align:center;
}
.title-contact h3
{
	font: 2em / 1em bold;
    color: #3396D3;
    margin-right: 5em;
}
.title-contact h2
{
	font: 4em / 1em bold;
    color: #3396D3;
    letter-spacing: 5px;
}
.form-contact 
{
    width: 52%;
}
#conteiner-module-contact form
{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.form-contact form p
{
	width: 49%;
	margin-bottom: 1em;
	
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
.form-contact form p:last-child
{
	margin-bottom: 0;
}
.form-contact form p input[type="tel"]
{
    width: 100%;
    padding: 0 0.5em;
    border: 2px solid #3396D3;
    font: 1.235em/1em regular;
    color: #8D8D8D;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url("images/icon-whatsapp.png") no-repeat 96% center / 9em;
	border-radius: 1em;
}
.form-contact form p input[type="text"]
{
    width: 100%;
    padding: 0 0.5em;
    border: 2px solid #3396D3;
    font: 1.235em/1em regular;
    color: #8D8D8D;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
	border-radius: 1em;
}
.form-contact form p input[type="submit"]  
{
    font: 1.235em/1em regular;
    color: #fff;
    background: #3396D3;
    text-transform: uppercase;
    padding: 0.5em 2em;
    display: table;
    border-radius: 0.7em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
	margin-left: 1em;
}
.form-contact form p textarea
{
    width: 100%;
    border: 2px solid #3396D3;
    font: 1.235em/1em regular;
    color: #8D8D8D;
	background: transparent;
	height: 6em;
    resize: none;
    border-radius: 1em;
    padding: 0.85em 1em;
}
.form-contact .width-full
{
	width: 100% !important;
}
.form-contact > form > p > span
{
    font: 0.85em / 1em regular;
    color: #545454;
}
.wpcf7-form-control-wrap 
{
    position: relative;
    width: 100%;
}
.wpcf7-response-output 
{
    font: 1em / 1em regular;
    color: #000;
}
span.wpcf7-spinner {
    display: none;
}
input[type="text"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder 
{
  color: #5454546e;
}

#container-module-categ-services
{
	width: 100%;
	padding: 7em 0;
}
.row-categ-services
{
	width: 85%;
    margin: 0 auto;
}
.column-categ-services
{
	width: 100%;
	border: 2px solid #3396D3;
	border-radius: 2em;
	overflow: hidden;
	margin-bottom: 3em;
	position: relative;
	display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.btn-WhatsAppOne a
{
	display: block;
    margin-left: 1em;
    border-radius: 0.3em;
    background: #00E676;
    font: 1.3em / 1em bold;
    color: #fff;
    padding: 0.85em 2em;
}
.column-categ-services a
{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.column-categ-services .image
{
	width: 35%;
	overflow: hidden;
	height: 25em; 
	position: relative;
	transition: all 0.5s ease-in-out;
}
.column-categ-services .image img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}
.column-categ-services:hover .image img
{
	transform: scale(1.2);
}
.column-categ-services .content
{
	width: 65%;
	padding: 0 3em;
}
.column-categ-services .content h2
{
	font: 2.5em / 1em bold;
    color: #000;
    margin-bottom: 1.5em;
    position: relative;
}
.column-categ-services .content h2:before
{
	content: "";
    position: absolute;
    width: 6em;
    height: 2px;
    background: #3396D3;
    bottom: -0.5em;
    left: 0;
}
.column-categ-services .content p
{
	font: 1.5em / 1.2em regular;
    color: #000;
}
.btn-consultar a
{
	display: block;
    margin-left: 1em;
    border-radius: 0.3em;
    background: #3396D3;
    font: 1.2em / 1em bold;
    color: #fff;
	border: 2px solid #3396D3;
    padding: 0.85em 2em;
}
.wrapper-content
{
    position: absolute;
    right: 2em;
    top: 2em;
    display: flex;
}
.column-categ-services .content span:hover
{
    border: 2px solid #3396D3;
	background: #fff;
    color: #3396D3;
}

/*FOOTER*/

#container-module-footer {
    width: 100%;
    background-color: #e9e9e9;
    padding: 3em 0;
}

.row-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 0 6.5em;
}

.footer-contac {
    width: 40%;
}

.footer-categoria {
    width: 30%;
}

.footer-social {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-contac h3,
.footer-categoria h3 {
    font: 1.7em/1em bolditalic;
    color: #000;
    margin-bottom: 1.5em;
    letter-spacing: 2px;
}

.row-first {
    margin-bottom: 1.5em;
}

.row-first p {
    font: 1.35em/1.2em regular;
    color: #8D8D8D;
    margin-bottom: 0.35em;
}

#container-mobile .row-first p {
    color: #fff;
    text-align: center;
    font: 1.6em / 1.2em regular;
}

#container-mobile .row-phone-footer {
    align-items: center;
    font: 1em / 1.2em regular;
    justify-content: center;
}

#container-mobile .icon-line {
    color: #fff;
    margin-bottom: 0;
}

.row-last {
    margin-bottom: 1.5em;
}

.row-last a,
.row-phone-footer a,
.footer-contac a,
.footer-categoria ul li a {
    display: table;
    font: 1.35em/1.2em regular;
    color: #8D8D8D;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
	margin-bottom: 0.5em;
}

.row-last a:hover,
.row-phone-footer a:hover,
.footer-contac a:hover,
.footer-categoria ul li a:hover {
    color: #3396D3;
}

.row-last a::before,
.row-phone-footer a::before,
.footer-contac a::before,
.footer-categoria ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #4C98CA;
    transition: width 0.3s ease;
}

.row-last a:hover::before,
.row-phone-footer a:hover::before,
.footer-contac a:hover::before,
.footer-categoria ul li a:hover::before {
    width: 100%;
}

.row-phone-footer {
    margin-top: 1.5em;
    display: flex;
}

.row-phone-footer span {
    display: block;
    font: 1.35em / 1.2em regular;
    color: #8D8D8D;
    text-decoration: none;
    margin-bottom: 0.35em;
    margin-right: 0.5em;
}

.footer-categoria ul {
    list-style: none;
    padding: 0;
}

.footer-categoria ul li {
    margin-bottom: 1em;
}

.footer-social a img {
    width: 5em;
    height: 5em;
    padding: 0.5em 0;
    transition: all 0.3s ease;
}

.footer-social a:hover img {
    opacity: 0.7;
    transform: translateY(-5px) rotate(5deg);
}

/* Animación para scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

#container-mobile .row-phone-footer span 
{
    color: #fff;
}
.icon-line
{
	display: block;
    font: 1.35em / 1.2em regular;
    color: #8D8D8D;
    text-decoration: none;
    margin-bottom: 0.35em;
	margin-left: 0.5em;
    margin-right: 0.5em;
}
#container-module-footer .menu-footer a 
{
    font: 1.35em / 1.2em regular;
    color: #8D8D8D !important;
	display: table;
}
#container-module-footer .menu-footer a:hover
{
    color: #3396D3 !important;
}


#container-module-details
{
	width: 100%;
	padding: 5em 0;
}
.row-details
{
	width: 100%;
	
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.row-details .image
{
	width: 45%;
	border-radius: 1em;
	overflow: hidden;
	height: 30em; 
	position: relative;
	transition: all 0.5s ease-in-out;
}
.row-details .image img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}
.row-details .image:hover > img
{
	transform: scale(1.1);
}
.row-details .content 
{
	width: 50%;
}
.row-details .content p
{
	font: 1.5em/1.2em regular;
    color: #000;
	margin-bottom: 1em;
	text-align: justify;
}
.row-details .content ul li strong
{
    color: #4C98CA;
}
.row-details .content ul li
{
    font: 1.345em/1.1em regular;
    color: #000;
    padding-bottom: 0.5em;
	position:relative;
    padding-left: 1em;
}
.row-details .content ul li:before
{
    content:"";
    width: 6px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.35em;
    background: #4C98CA;
}
.btn-details 
{
    margin-top: 2em;
}
.btn-details a
{
	display: table;
	border-radius: 0.85em;
	font: 1.235em / 1em regular;
	color: #fff;
	padding: 1em 3em;
	transition: all 0.2s ease-in-out;
	background: #00C307 url("images/icon-whatsapp.svg") no-repeat 1em center / 1.5em;
}
.btn-details a:hover
{
	box-shadow: 5px 5px 5px 0px #3ed017a8;
}

#container-module-gallery
{
	width: 100%;
	margin-bottom: 2em;
	background: #F5F6F7;
	padding: 4em 0;
}
.row-gallery
{
	width: 100%;
	padding: 0 2em;
}
#container-module-gallery .slick-slider 
{
    margin: 0 -15px;
}
#container-module-gallery .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
}
.slick-gallery img
{
    width: 100%;
	height: 35em;
	border-radius: 2em;
	object-fit: cover;
}
#container-module-gallery .slick-prev
{
    position: absolute;
    width: 3em;
    height: 3em;
    top: 45%;
    left: -3.5em;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
    background: url("images/next1.svg") no-repeat center / cover;
}
#container-module-gallery .slick-next
{
    position: absolute;
    width: 3em;
    height: 3em;
    top: 45%;
    right: -3.5em;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
	background: url("images/next2.svg") no-repeat center / cover;
}

.mobile
{
	display: none !important;
}

/*page_nosotros*/
#container-module-are
{
	width:100%;
	position:relative;
}
#container-module-are img
{
	width:100%;
	height: 28em;
    object-fit: cover;
}
.row-are
{
	width:100%;
}
.text-are
{
	position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
}
.text-are h2
{
	font:5em /1em bold;
	margin:1.5em;
	position:relative;
	display:inline-block;
	color:#fff;
}
/*imformacion*/
#container-module-values {
    width:100%;
	padding:5em 0;
}
.row-values
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.title-values {
    text-align: center;
    margin-bottom: 2em;
    width: 29%;
}

.title-values h3 {
    font: 2.5em / 1em bold;
    color: #3396D3;
}

.title-values h2 {
    font: 4.5em / 1em bold;
    color: #3396D3;
}

.chart-values {
    width: 60%;
}

.information-values {
    width: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #3396D3;
    border-radius: 1em;
    padding: 1em 3em;
    margin-bottom: 1em;
}

.information-values img {
    width: 70px;
    height: 70px;
}
.text-values {
    margin-left: 2em;
}
.text-values h2 {
    color: #000;
    font: 1.5em / 1.2em bold;
    margin-bottom: 0.5em;	
}

.text-values p {
    color: #000;
    font: 1.5em / 1.2em regular;
    margin-bottom: 0.5em;
}

#container-module-map
{
	width: 100%;
	position: relative;
}
#container-module-map > img
{
	width: 100%;
	height: auto;
}
.row-peru
{
	position: absolute;
    top: 24em;
    width: 60%;
    height: 14em;
    border: 2px solid #fff;
    border-radius: 2em;
    right: 11em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 16em;
}
.row-peru img
{
	width: 57em;
    height: 60em;
    position: absolute;
    left: -26em;
    top: -19em;
}
.row-peru h2 {
    color: #ffff;
    font: 2.5em / 1.2em regular;	
}

.row-peru p {
    color: #fff;
    font: 3.5em / 1.2em bold;
}

#container-mobile
{
	display: none;
}
.information-jobs 
{
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-delay: 0.2s; 
} 
/* Estilos que se aplicarán cuando los elementos sean visibles */
.information-jobs.animate 
{
	opacity: 1;
	transform: translateY(0);
}
/* Efecto hover para mejorar la interactividad */
.information-jobs:hover 
{
	transform: translateY(-10px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.imagen-aboutus 
{
	opacity: 0;
	transform: translateX(-100px);
	transition: all 1s ease-out;
}
.imformation-aboutus 
{
	opacity: 0;
	transform: translateX(100px);
	transition: all 1s ease-out;
}
/* Estilos que se aplicarán cuando los elementos sean visibles */
.imagen-aboutus.animate 
{
	opacity: 1;
	transform: translateX(0);
}

.imformation-aboutus.animate 
{
	opacity: 1;
	transform: translateX(0);
}
.floatWhatsapp 
{
	display: block;
	background: url("images/icoFloat_Whatsapp.svg");
	background-repeat: no-repeat;
	position: fixed;
	bottom: 110px;
	right: 10px;
	width: 60px;
	height: 60px;
	background-position: center;
	border-radius: 50%;
	z-index: 999999; 
	box-shadow: 0px 2px 4px #585858;
}
/*noticias*/
#container-module-notice
{
	width:100%;
	margin-bottom: 5em;
}
.row-notice
{
	width:100%;
}
.title-notice
{
	background:#3396D3;
	width:100%;
	margin-bottom:3em;
}
.title-notice h2
{
	font:2.5em/1em bold;
	color:#fff;
	text-align: center;
    padding: 1em 0 1em;
}
.trend-notice
{
	background:#3396D3;
	width:100%;
}
.trend-notice h2
{
	font: 1.3em / 1em bolditalic;
    color: #fff;
    padding: 0.2em 0.2em 0.2em 1em;
}
.information-notice
{
	width:100%;
	display:flex;
	margin-top:2em;
	position: relative;
}
.information-notice img
{
	width:100%;
}
.information-trend 
{
    width: 25%;
    position: absolute;
    top: 11em;
    left: 2em;
}
.information-trend h2
{
	font:2.3em/1em bold;
	color:#fff;
	position: relative;
}
.information-trend h2:before
{
	content: "";
    position: absolute;
    width: 86px;
    height: 6px;
    bottom: -0.5em;
    background: #fff;
}
.information-trend p
{
    font: 1.5em / 1.2em regular;
    margin-top: 3em;
	color:#fff;
}
.proyect-trend
{
	width:100%;
	margin-top:3em;
}
.proyect-phase
{
	width:30%
}
.proyect-phase h2
{
	font: 1.3em / 1em bolditalic;
	color:#fff;
	background:#3396D3;
	padding: 0.2em 0.2em 0.2em 1em;
}	
.phase-notice
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
	border: 1px solid #3396D3;
	margin-top:1em;
}
.title-phase
{
	width:30%;
}
.title-phase h2
{
	font:8em/1em bold;
	color:#3396D3;
	text-align:center;
	position: relative;
}
.title-phase h2:before
{
	content: "";
    position: absolute;
    width: 5px;
    top: -0.5em;
    height: 2em;
    right: 0;
    background: #3396D3;
}
.slider-notice 
{
    width: 65%;
	padding-right: 5em;
}
.information-phase
{
	width:100%;
	
	display: flex !important;
    justify-content: space-between !important;
	align-items: center !important;
}
#container-module-notice .slick-prev
{
	display: none !important;
}
#container-module-notice .slick-next
{
    position: absolute;
    width: 3em;
    height: 3em;
    top: 37%;
    right: -3.5em;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
	background: url("images/next2.svg") no-repeat center / cover;
}
.column-text
{
	width:45%;
}
.column-text p
{
	font:1.8em/1em regular;
	color:#000;
}
.column-imagen
{
	width:50%;
}
.column-imagen img
{
	width: 100%;
    padding: 1em 0;
}





















	.ver{
		display:none;
	}
	
	
	
	
	

@media screen and (max-width: 1760px)
{
	body
	{
		font-size: 12.75px;
	}
	.center
	{
		width: 90%;
	}
}

@media screen and (max-width: 1400px)
{
	body
	{
		font-size: 11.75px;
	}
	.center
	{
		width: 90%;
	}
}

@media screen and (max-width: 1100px)
{
	body 
	{
		font-size:9px;
	}
	.center
	{
		width: 90%;
	}

}

@media screen and (max-width: 760px)
{
	
	body 
	{
		font-size: 10.75px; 
		padding-top: 7em;
	}
	.center
	{
		width: 90%;
	}
	#container-module-header 
	{
		position:fixed !important; 
		background: none;
		background: #181818;
	}
	
	.btncotiza,
	.left-headerTop
	{
		display: none;
	}
	.close-nav span:nth-child(1) ,
	.close-nav span:nth-child(4)
	{
		opacity:0;
	}
	.close-nav span:nth-child(2)
	{
		transform:rotate(45deg);
		margin-bottom:-4px;
	}
	.close-nav span:nth-child(3)
	{
		transform:rotate(-45deg);
	}
	
	#container-mobile 
	{
        width: 100%;
        position: fixed;
        top: 6em;
        z-index: 99999;
        overflow: auto;
        height: 100%;
		background: #3396D3;
    }
	.row-menu-mobile 
	{
        margin: 3.5em 0 3em 0;
        position: relative;
		font:1em/1em regular;
		color:#ffff;
    }
	.row-menu-mobile a 
	{
		font: 1.6em/1em regular;
		color: #fff;
		margin: 1em 0;
		text-align: center;
		display: block;
	}
	.left-headerTop 
	{
		display: flex;
		justify-content: center;
	}
	.icons-mobile
	{
		display: flex;
        justify-content: center;
		margin-top: 1em;
	}
	.icons-mobile a 
	{
		margin: 0 1em;
	}
	.icons-mobile img 
	{
		width: 2em;
		height: 2em;
	}

	#container-module-video 
	{
		width: 100% !important;
		height: auto !important;
	}
/* 	.row-video 
	{
		width: 100% !important;
		height: 30em !important;
	}
	.row-video iframe 
	{
		width: 100% !important;
		height: 30em !important;
	} */
	.imagen-aboutus 
	{
		width: 100%;
		margin-bottom: 3em;
		height: auto;
	}
	.imformation-aboutus 
	{
		width: 100%;
	}
	#container-module-aboutus 
	{
		margin-top: 4em;
	}
	.imformation-aboutus p 
	{
		font: 1.35em / 1.2em gothic;
	}
	.imformation-aboutus a 
	{
		font: 1em / 1.1em bold;
		letter-spacing: 0.5px;
		bottom: 1em;
	}
	.title-customer h3 
	{
		font: 1em / 1em bold;
		margin-bottom: 0.25em;
	}
	.title-customer h2 
	{
		font: 1.5em / 1em bold;
	}
	.slider-customer img 
	{
		width: 6em !important;
	}
	.title-services h3 
	{
		font: 1.5em / 1em bold;
		letter-spacing: 0.5px;
		margin-bottom: 0.35em;
	}
	.title-services h2 
	{
		font: 2.5em / 1em bold;
		color: #C2C1C1;
	}
	.text-img-services 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.text-services a 
	{
		font: 1.2em / 1.1em bold;
		padding: 0.85em 1.5em;
	}
	.title-projet h2 
	{
		font: 2em / 1.1em bold;
	}
	.counter 
	{
		font: 3em / 1em bold;
	}
	.counter-box 
	{
		width: 48%;
		margin-bottom: 2em;
	}
	.counter-text 
	{
		font: 1.2em / 1.2em medium;
	}
	.text-img-services img 
	{
		height: 20em;
		object-fit: cover;
	}
	.information-jobs 
	{
		width: 100%;
	}
	.information-jobs img 
	{
		height: 40em;
		object-fit: cover;
	}
	.text-jobs h2 
	{
		font: 1.5em / 1.2em bold;
	}
	.text-imformation-jobs ul > li 
	{
		font: 1.3em / 1em bolditalic;
		margin-bottom: 0.5em;
	}
	#container-module-services 
	{
		margin-top: 5em;
	}
	#container-module-customer 
	{
		margin-top: 5em;
	}
	.text-services h2 
	{
		font: 1.5em / 1em bold;
	}
	.title-contact 
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.form-contact 
	{
		width: 100%;
	}
	.title-contact h2 
	{
		font: 2em / 1em bold;
		letter-spacing: 1px;
	}
	.title-contact h3 
	{
		font: 2em / 1em bold;
		margin-bottom: 0.25em;
		margin-right: 0;
	}
	.form-contact form p span 
	{
		font: 1em / 1em regular;
	}
	.row-footer 
	{
		width: 100%;
		padding: 0;
	}
	.footer-contac 
	{
		width: 100%;
		margin-bottom: 2em;
	}	
	.footer-categoria 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.footer-social 
	{
		width: 100%;
		margin-bottom: 2em;
		justify-content: space-evenly;
	}
	.column-categ-services .image 
	{
		width: 100%;
		height: 27em;
	}
	.column-categ-services .image img 
	{
		height: 20em;
		object-fit: cover;
	}
	.column-categ-services .content 
	{
		width: 100%;
		padding: 0 1em 1em 1em;
	}
	.column-categ-services .content h2 
	{
		font: 1.5em / 1em bold;
	}
	.column-categ-services .content p 
	{
		font: 1.35em / 1.2em regular;
		text-align: justify;
	}
	#container-module-categ-services 
	{
		padding: 4em 0;
	}
	.column-categ-services 
	{
		margin-bottom: 3em;
	}
	.row-details .image 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.row-details .content 
	{
		width: 100%;
	}
	.btn-details a
	{
		margin: 0 auto;
	}
	.slick-gallery img 
	{
		height: 35em;
		object-fit: cover;
	}
	.text-are 
	{
		width: 95%;
		margin-left: 1em;
	}
	.text-are h2 
	{
		font: 2em / 1em bold;
		margin: 0;
	}
	.title-values 
	{
		width: 100%;
	}
	.chart-values 
	{
		width: 100%;
	}
	.title-values h3 
	{
		font: 1.5em / 1em bold;
		margin-bottom: 0.25em;
	}
	.title-values h2 
	{
		font: 2.5em / 1em bold;
	}
	.row-peru img 
	{
		display: none;
	}
    .row-peru 
	{
		top: 10em;
		width: 57%;
		height: 8em;
		padding-left: 1em;
		right: 13em;
	}
	.row-peru h2 
	{
		color: #ffff;
		font: 1.5em / 1.2em regular;
	}
	.row-peru p 
	{
		color: #fff;
		font: 1.5em / 1.2em bold;
	}
	.information-values 
	{
		padding: 1em 1em;
	}
	#container-module-are img 
	{
		height: 15em;
		object-fit: cover;
	}
	
	#container-module-bar 
	{
		display: none;
	}
	#container-module-headerTop 
	{
		position: fixed;
		top: 0;
		z-index: 999;
	}
	.row-categ-services 
	{
		width: 100%;
	}
	.form-contact form p 
	{
		width: 100%;
	}
	.btn-details 
	{
		margin: 0 auto;
		width: 60%;
	}
	
	
	.mobile
	{
		display: block !important;
	}
	.desktop
	{
		display: none !important;
	}
	
	#container-module-banner img 
	{
		width: 100%;
		height: 35em !important;
		object-fit: cover;
	}
	.layerBanner h1 
	{
		font: 2.5em / 1em bold !important;
		text-align: center;
	}
	.layerBanner h2 
	{
		font: 2em / 1em bold;
		text-align: center;
	}
	.layerBanner h1:before 
	{
		height: 4px;
		margin: 0 auto;
	}
	.information-banner 
	{
		display: none;
	}
	#container-module-headerTop
	{
		background: #4C97CA;
		position: fixed;
	}
	
	.icon-menu span
	{
		background: #fff;
	}
	#container-module-bar 
	{
		display: none;
	}
	
	.package-service 
	{
		width: 100%;
		padding-top: 3em;
	}
	.service-item 
	{
		width: 100%;
		margin: 0;
		margin-bottom: 3em;
	}
	.service-item img 
	{
		width: 5em;
		margin: 0 auto;
	}
	.package-certification 
	{
		padding: 2em;
		width: 100%;
		display: block;
	}
	.form-contact form p 
	{
		width: 100%;
	}
	.information-notice img 
	{
		height: 25em;
		object-fit: cover;
	}
	.information-trend
	{
		width: 90%;
		top: 7em;
		left: 1em;
	}
	.proyect-phase 
	{
		width: 100%;
	}
	.title-phase 
	{
		width: 100%;
	}
	.slider-notice 
	{
		width: 100%;
		padding-right: 0;
		padding: 0 1em;
	}
	.title-phase h2 
	{
		font: 3em / 1em bold;
		margin-bottom: 0.5em;
	}
	.title-phase h2:before
	{
		display: none;
	}
	.column-text p
	{
		font: 1.2em / 1.2em regular;
	}
	
	.floaPhone
    {
    	display: block;
    	background: #FF0032 url("images/_icoTel.png");
    	background-repeat: no-repeat;
    	position: fixed;
    	bottom: 32px;
        right: 10px;
    	width: 60px;
    	height: 60px;
    	background-position: center;
    	border-radius: 50%;
    	z-index: 999999;
    }
    
    #container-module-headerAditional 
    {
        display: none;
    }
    
    .links-about 
    {
        flex-direction: column;
        align-items: center;
    }
    .links-whatsapp 
    {
        margin-bottom: 1em;
    }
    
    .wrapper-content 
    {
        left: 1em;
        top: 21em;
        display: flex;
    }
    .btn-WhatsAppOne a
    {
    	margin-left: 0;
    	padding: 0.85em 1.2em;
    }
    
    .btn-consultar a 
    {
        padding: 0.85em 1em;
    }
	
}

@media screen and (max-width: 320px)
{
	
	body 
	{
		font-size: 8.75px;  
	}
	.center
	{
		width: 90%;
	}
	
	
	
}


/*ESPP*/
