

/*header*/


.header {
  background: #fff; 
  color:#1D4851 !important;
  font-size: 1vw;
  padding-right: 5vw !important;

  position: fixed;
  left: 0;
  top: 0;
right: 0;
z-index: 1000;
}

.header a {
  color: #1D4851;
  text-decoration: none;
}


.logo-nav-container {
  display: flex ;
  justify-content: space-between;
  align-items: center ;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation ul li {
  display: inline-block;
}

.navigation ul li a {
  display: block;
  padding: 3vw 2vw;
  transition: all 0.2s linear ;
}
 



.inmobiliaria-2
{
  margin-top: -10vw !important;
}
.navigation ul li a:hover {
  color: #E8BC28 !important;
}

.Notificacion {    text-align: right; margin-top: 2vw; }

.pie-pagina {
  width: 98.8vw; 
  text-align:center;
  background-color:#1D4851;
  color: #fff;}

.pie-pagina .grupo-1{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5vw;
  padding: 2vw 0vw;}

  .fa.fa-facebook {color: #fff; font-size: 1.5vw;}
  .fa.fa-instagram {color: #fff; font-size: 1.5vw;}

.pie-pagina .grupo-1 .box figure{
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.box {color:#FFF}


.container {
  width: 100% !important;
  padding: 0 !important;
}


.row {
  margin-right: 0vw !important;
  margin-left: 0vw !important;
}


/* @import url(https://fonts.googleapis.com/css?family=Montserrat:700); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100&family=Roboto:wght@100&display=swap');
*, *::before, *::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0;
}

body {
  font-family: 'Poppins' !important;
  font-weight: 700;
	color: #fff;
}


/*slider*/


#container-slider
{
  position: relative;
  display: block;
  width: 100%;
}
#slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 500px;
}
#slider li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: -1;
  opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
  font-size: 4vw;
  color: rgba(204, 204, 204, 0.65);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2; 
}
#container-slider .arrowNext {
  left: initial;
  right: 50px !important;
}
.content_slider{
  padding: 15px 30px;
  color: #FFF;
  width: 100%;
  height: 100%;
}
.content_slider div{
  text-align: center;
}
.content_slider h2{
  font-size: 30pt;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content_slider p {
  font-size: 3vw;
  color: #fff;
  margin-bottom: 20px;
}
#slider li .content_slider{
  background: rgba(0, 0, 0, 0.692);
  padding: 10px 125px;
}
.content_slider{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnSlider{
  color: #FFF;
  font-size: 15pt;
  letter-spacing: 1px;
  padding: 10px 50px;
  border: 1px solid #CCC;
  background: rgba(13, 13, 13, 0.55);
  border-radius: 31px;
  text-decoration: none;
  transition: .5s all;
}
.btnSlider:hover{
  background: #111;
  border: 1px solid #111;
}
.listslider {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 50%;
  bottom: 5%;
  list-style: none;
  z-index: 2;
  transform: translateX(-50%);
}
.listslider li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 0 5px;
}
.listslider li a {
  background: #CCC;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.item-select-slid {
  background: #FFF  !important;
}

/*CIRCULO*/


:root {
  --base-grid: 0.7vw;
  
}

.links {
  --link-size: calc(var(--base-grid)*20);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50vw;
}



.links__list {
  position: relative;
  list-style: none;
}

.links__item {
  width: var(--link-size);
  height: var(--link-size);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: calc(var(--link-size)/-2);
  margin-left: calc(var(--link-size)/-2);
  --angle: calc(360deg/var(--item-total));
  --rotation: calc(161deg + var(--angle)*var(--item-count));
  transform: rotate(var(--rotation)) translate(calc(var(--link-size) + var(--base-grid)*2)) rotate(calc(var(--rotation)*-1));
}


.links__icon {
  width: calc(var(--base-grid)*8);
  height: calc(var(--base-grid)*8);
  transition: all .3s ease-in-out;
  fill: var(--colour-black);
}


.caja {
  margin:2vw auto 2vw auto;	

  height:5vw;
  overflow: hidden; 
}
select {
  background: white;
  border: none;
  
  padding: 0.5vw;
  width: 20vw;
}

select:focus{ outline: none;}

.caja::after{
 content:"\025be";
 display:table-cell;

 background-color:white;
 position:absolute;
 top:0;
 right:0px;	
 pointer-events: none;
}


@media screen and (min-width:200px) and (max-width: 912px){


  .Notificacion {
    text-align: right;

  }

  .img-responsive {
    margin-top:-1.3vw !important;
  }

  .somos { font-size: 1vw !important;

  }

  .servicio {
    font-size: 1vw !important;
  }

  .innovacion {
    font-size: 1vw !important;
  }

  .comercial {
    font-size: 1vw !important;
  }

  .trabaja {
    font-size: 1vw !important;
  }
  .Imagen-campo {
    width: 100%;
  }

  .Text-yellow { font-size: 2vw;

  }
  .text-green {
    font-size: 2vw;
  }

  .text-white {
    font-size: 2vw ;
  }

  .Text-Sem {
    font-size: 3vw !important ;
  }

  .Text-capi {
    font-size: 2vw !important
  }

  .img-sem {
    width: 100%;
    margin-left: 0vw !important;
  }

  .text-cre {
    font-size: 3vw !important
  }

  .text-service{
    font-size: 2vw !important
  }
  
  .text-1 {
    font-size: 2vw !important

  }

  .text-2 {
    font-size: 2vw !important
  }

  .text-3 {
    font-size: 2vw !important
  }

  .text-va {
    font-size: 3vw !important
  }

  .tex-back {
    font-size: 2vw !important
  }

  .text-a { font-size: 2vw !important}
  
  .text-trab {
    font-size: 3vw !important
  }
  
  .almacenaje {
    margin-top: 2vw !important
  }

  .form-group {
    margin-right: -3px !important; 
    margin-left: -1px !important;
    
  }
  
  .Text-pont {
    font-size: 3vw !important
  }

  .Contactanos {
    width: 100% !important;

  }
  .boton {
    margin-left: 7vw !important;
  }

  .red-social {
    font-size: 2vw;
  }

  .text-c {
    font-size: 3vw !important;
  }
  
  .text-foot {
    font-size: 2vw !important;
  }

  .red {
    font-size: 2vw !important;
  }

.comercial-2 {
  border: 0.3vw solid #E8BC28 !important;
  margin-top: 0.5vw !important;
}

.fa-phone {
  font-size: 3vw !important;
}

.ubicacion {
  font-size: 3vw !important;
}

.control-label {
  font-size: 4vw !important;
}

.gen {font-size: 4vw !important;

}

.input-md {
  font-size: 4vw !important;
}

.group-1 {
  font-size: 4vw !important;
}



#slider li {
  height: 60%;
}

#slider {
  margin-bottom: -59vw
}

.slider li .content_slider{
  padding: 10px 81px;
  
}


#container-slider .arrowPrev, #container-slider .arrowNext{
  top: 28%;
}

.listslider {
  bottom: 44%;
}


}

