*{
  font-family:Verdana, Geneva, Tahoma, sans-serif;
}
p{
  text-align: justify;
  margin:0;
  font-size: 17px;
}

h3{
  font-weight: bold;
  color: black;
}


.w3-bar, footer {
  font-family:sans-serif;
  
}
.logo-portada{
  margin: 0;
  padding: 0;
  width: 10vw;
}
.imagen-container{
  position:static;
  z-index: -1;
  width:60%;
}

.myNav{
  display: inline-flex;
  font-size: 1.2vw;
}

.header a.logo {
  width: 250px;
	position: absolute;
	left: 20px;
	top: 10px;
	z-index:10;
}

.header {
   z-index: 900;
   position: fixed;
   top: 0px;
   width: 98%;
   padding: 1px 10px;

}

.header-right {
   z-index: 900;
   position: fixed;
   top: 0px;
   width: 98%;
   float: right;
   padding: 1px 10px;

}

.header-right a{
  float: left;
  display:block;
  text-align: right;
  padding: 10px;
  text-decoration: none;
  line-height: 10px;
  border-radius: 2px;
}


.header-right #submenu{
  float:right;
  margin-top: 10px;
}

#submenu a{
  margin-left: 24px;
}


.header-right a:hover {
  opacity: 0.7;

}

.header-right .icon {
  display:none;
}

#bars a{
  font-size: 30px;
}


@media screen and (max-width: 500px) {
  .header-right a:not(:first-child) {display: none;}
  .social a:not(first-child) {display:none;}
  .header-right a.icon {
    float: right;
    display: block;
    font-size: 30px;
  }
  .logo-portada{
    width:200px;
  }
}
@media screen and (max-width: 500px) {
  .header-right.responsive {position: relative;}
  .header-right.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;

  }
  .header-right.responsive a {
    float: none;
    display: flex;
    text-align: left;

  }
  
}

/*SocialMediaButtonStyle*/
.fa {
    padding: 5px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border:0px solid white;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
    color: black;
}

.fa-instagram {
  color: black;
}

#slider {
  margin-top: 16px;
  margin-bottom: -23px;
}


@media screen and (orientation: portrait) {
  div.servicesIcons {margin-left: -50px;}
}

.servicesIcons img {
  padding: 0 100px;
  width:80px;
  height:80px;
}

.software div{
  display:inline-block;
}
.software img {
    width:100%;

}

/* Contact Form*/

input[type=text], select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: sans-serif;
}

input[type=submit] {
    background-color: gray;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}


/* CSS SLIDER */
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  max-height: 100vh;
  overflow: hidden;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 4.0s;
}

@-webkit-keyframes fade {
  from {opacity: .6}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .6}
  to {opacity: 1}
}

.contenido{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  margin-top: -60px;
}

.proyectos{
  opacity: 0.9;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
}

.iconos{
  display: flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

.icono{
  text-align: center;
  padding:10px;
  
}

.imagen-proyecto, .w3-modal-content{
  cursor: pointer;

}
.imagen-proyecto:hover{
  opacity: 0.7;
}

.imagen-proyecto img{
  width: 100%;
  height: 30vh;
}
#nosotros{
  margin-top:10vh;
  margin-bottom:-20px;
}

.imagen-mision{
  border-radius: 5%;
  margin-top:20px;
}

.third{
  width:30%;
  padding: 20px;
  margin:20px;
  text-align: center;
}

.nuestras-caracteristicas{
  background-image: url(img/pradera1.jpg);
  background-size: 130%;
  margin-left: -10vw;
  width:100vw;
  
}
.innovacion-row{
  display:flex;
  width:80vw;
  margin-left:10vw;
}
.third p{
  border-radius: 2%;
  margin-left:2vw;
  text-align: jusfity;
}
.second-row p{
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1vw;
  width:22vw;
}
.innovacion-row img{
  width:100%;
  max-height: 30vh;
  border-radius: 20%;
  margin:20px;
  margin-bottom:30px;
}

@media screen and (max-width: 700px) {
  .innovacion-row{
    flex-direction: column;
  }
  .third{
    width:100%;
    margin-left:-10px;
  }
}


.servicios{
  margin-bottom:50vh;
}

.servicios img{
  width:90px;
  margin-right:20px;
}

.inmobiliario img{
  width: 84px;
  margin-right:26px
}

.serv-item{
  padding:20px;
  margin-top:20px;
}

.col-izq{
  padding-left:8vw;
}

.col-der{
  padding-left:4vw;
}

.contact-form{
  width:90%;
  display: block;
  justify-content: center;
  text-align: center;
  margin:40px;
  margin-top: 0;
}

.img-mision{
  border-radius:5%;
  width:70%;
}

.mision-section{
  text-align: center;
  
}

.mision-section p{
  margin:40px;
  font-size: 18px;
  margin-bottom:-60px;
}

.iconos-contacto{
  padding-left: 100px;
  
}

.iconos-contacto img{
  width:22vw;
  margin-left:10px;
}

.iconos-contacto i{
  font-size: 50px;
}

.iconos-contacto p{
  font-size: 16px;
}


@media screen and (max-width: 500px){
  .imagen-mision{
    width:100%;
  }

  .servicios img{
    width:20%;
  }

  .serv-item{
    font-size: 3.5vw;
    padding: 0;
    margin:0;
    margin-bottom:20px;
  }
  .col-izq, .col-der{
    margin:0;
    padding:0;
  }

  .contact-form{
    margin-left: 14px;
  }

  .iconos-contacto{
    padding:0;
    margin-left: -20px;
  }

  .iconos-contacto img{
    width:90%;
    margin-left:30px;
  }

  .inmobiliario img{
    width: 18%;
  }

  .innovacion-row img{
    margin-left: 0px;
  }

  .nuestras-caracteristicas{
    background-image: none;
    background-size: auto;
    margin-left: -10vw;
  }
  .second-row p{
    background-color: none;
    padding: 0;
    width:65vw;
    margin-right: 20vw;
  }
}

