body {
	font-family: 'Open Sans', sans-serif;
/*	background-image: url(../img/back-menu.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}


.principal {
  background-image: url(../img/principal.png);
  background-position: center center;
/*    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/*/
}

.principalS {
  background-image: url(../img/principalS.png);
  background-position: center center;
/*    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/*/
}

.principalP {
  background-image: url(../img/principalP.png);
  background-position: center center;
/*    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/*/
}

.backP {
  background-image: url(../img/backP.png);
  background-position: center center;
/*    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/*/
}


.carouselP {
  width: 250px;
}


.grey {

  background-color: var(--grey);


}


.formu {
  padding-bottom: 20px;
}

:root {
    --negro: #000;
    --rojo: #ea0029;
    --amarillo: #ffda00;
    --verde: #B0CE5D;
    --azul: #115E67;
   	--grey: #B3B3B3;
    --barista: #6CC24A;
    --gerented: #8D6E97;
    --supervisor: #025F1D;
}

.serviceline {
  background-color: #B0CE5D;
  height: 5px;
  width: 50%;
}

.line {
  background-color: #B0CE5D;
  height: 7px;
  width: 100%;
}

.serviceline-1 {
  background-color: #B0CE5D;
  height: 5px;
  width: 25%;
  margin-left: 40%;
}

.serviceline-2 {
  background-color: #B0CE5D;
  height: 5px;
  width: 35%;
  margin-left: 40%;
}

.mTop {
	margin-top: 20px;
}

.mTopMenu {
	margin-top: 10px;
}

.pad {
	padding: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
}

.separadorMenu {
	height: 60px;
}

.separadorMenu-1 {
	height: 30px;
}

.separadorMenu-3 {
  height: 100px;
}

.white-back{
	background-color: rgba(255,255,255,.8);
	height: 100%;
}

.boton-green {
  background-color: var(--verde);
  color: #fff;
}



/*///////TEXTOS///////*/

.activeUr {
  color: var(--verde);
}

.clients {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 5px;
}

.contact {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 8px;
}

.footerLink {
  color: black;
  text-decoration: none;
  transition: .5s ease;
}

.footerLink:hover {
  color: var(--verde);
}

.proyectosLink {
  color: var(--verde);
  background-color: #fff;
  border: solid;
  border-color: var(--verde): 
  font-size: 20px;
  text-decoration: none;
  padding: 10px 25px;
  transition: .5s ease;
  letter-spacing: 3px;
}

.proyectosLink:hover {
  letter-spacing: 5px;
  background-color: #f1f1f1;
}

.service {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 8px;
}

.infoText {
  font-size: 28px;
}

.descarga {
  font-size: 50px;
}

.number {
  font-size: 80px;
  font-weight: 700;
  line-height: -10px;
}

.numberText {
  font-size: 40px;
  font-weight: 500;
  line-height: -10px;
}




/*///////NAVBAR///////*/

.navbarLogo {
	width: 60px;
	margin-right: 30px;
	margin-left: 20px;
}

.navbarLogotop {
	width: 80px;
}

.navbarUrantia {
	background-color: var(--negro);

}

nav li a{
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 13px;
	transition: .5s ease;
}

nav li a:hover{
	color: var(--verde);
}

.navbarMenu {
  display: flex;
  align-items: center;
}

.menuCenter {
	margin: 0 auto;
}

.lineMenu {
  font-weight: 400;
  font-size: 16px;
	margin-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.lineMenu-1 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 23px;
  padding-left: 20px;
  padding-right: 20px;
}

.vam {
	margin-left: 25px;
	margin-right: 25px;
}

.vipsTitle1 {
	color: var(--rojo);
	font-weight: 800;
	letter-spacing: 6px;
}

/*////////MENU/////////*/


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: var(--azul);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 30px;
  margin-top: 220px;
  line-height: 30px;
  letter-spacing: 5px;
  font-weight: 800;
  overflow: hidden;
  padding: 0.5em 0;
  text-shadow: 2px 2px var(--azul), 3px 3px var(--azul);
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  color: var(--amarillo);
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*HOVER-2*/

.hovereffect1 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: var(--amarillo);
}

.hovereffect1 .overlay1 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect1 img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect1:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect1 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  margin-top: 75px;
  line-height: 25px;
  letter-spacing: 5px;
  font-weight: 800;
  overflow: hidden;
  padding: 0.5em 0;
  text-shadow: 2px 2px var(--azul), 3px 3px var(--azul);
  background-color: transparent;
}

.hovereffect1 h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect1:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect1 a, .hovereffect1 p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect1:hover a, .hovereffect1:hover p {
  opacity: 1;
  color: var(--amarillo);
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*HOVER-3*/

.hovereffect2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: var(--rojo);
}

.hovereffect2 .overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect2 img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect2:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect2 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  margin-top: 65px;
  line-height: 25px;
  letter-spacing: 5px;
  font-weight: 800;
  overflow: hidden;
  padding: 0.5em 0;
  text-shadow: 2px 2px var(--azul), 3px 3px var(--azul);
  background-color: transparent;
}

.hovereffect2 h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect2:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect2 a, .hovereffect2 p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect2:hover a, .hovereffect2:hover p {
  opacity: 1;
  color: var(--amarillo);
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*//////////FOOTER/////////////*/

.footerUrantia {
  background-image: url(../img/footer.png);
    background-position: center center;
}

footer h3 {
  color: #fff;
  padding-top: 10px;
  font-weight: 500;
  letter-spacing: 5px;
}

footer h4{
  color: var(--rojo);
  padding-top: 10px;
  font-weight: 800;
  transition: .5s ease;
}

footer h4:hover{
  color: #fff;
}

.footerAqui {
  background-color: var(--amarillo);
  transition: .5s ease;
}

.footerAqui:hover {
  background-color: var(--azul);
}

