/*---------------------------------BODY----------------------------------------------------------------------------*/
body {
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}


.parallax {
  /* The image used */
  background-image: url("../../segal.mx/v2/wp-content/uploads/2017/07/FotoCover-1024x581.jpg");

  /* Set a specific height */
  min-height:900px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;	
  background-size: cover;
}
/*---------------------------------NAVBAR--------------------------------------------------------------------------*/

/*---------------------------------CAROUSEL------------------------------------------------------------------------*/


/*---------------------------------TITULOS-------------------------------------------------------------------------*/

h1 {
  color: black;
}

.title{
  text-align:center;
  margin-top: 100px;
}

.linea {
  border-top: 8px solid #297d9e;
  border-radius: 5px;
  margin-left: 400px;
  margin-right: 400px;
  margin-top: 0px;
  margin-bottom: 100px;
}

.linea2,.linea3 {
  border-top: 8px solid #297d9e;
  border-radius: 5px;
  margin-left: 700px;
  margin-right: 700px;
  margin-top: 0px;
  margin-bottom: 100px;
}


/*---------------------------------NOSOTROS------------------------------------------------------------------------*/

#mision,#vision,#valores1,#valores2,#valores3,#valores4,#politica1,#politica2,#politica3,#politica4{
background: linear-gradient(90deg, rgba(41,125,158,1) 0%, rgba(53,170,172,1) 30%,
 rgba(44,169,162,1) 50%, rgba(34,167,149,1) 70%, rgba(17,165,128,1) 90%,
  rgba(4,163,112,1) 100%);
}
.card-header{
  text-align: center;
}


#img_nos1,#img_nos2,#img_nos3,#img_nos4{

  display: block;
  margin-left: auto;
  margin-right: auto;
  
  width: 150px;
  height: 150px;
}

/*---------------------------------SERVICIOS-----------------------------------------------------------------------*/

#servicio1,#servicio2,#servicio3{
  background: linear-gradient(90deg, rgba(41,125,158,1) 0%, rgba(53,170,172,1) 30%,
   rgba(44,169,162,1) 50%, rgba(34,167,149,1) 70%, rgba(17,165,128,1) 90%,
    rgba(4,163,112,1) 100%);

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#img_ser1,#img_ser2,#img_ser3{

  display: block;
  margin-left: auto;
  margin-right: auto;
  
  width: 100%;
  height: 450px;

}

/*---------------------------------SUCURSALES----------------------------------------------------------------------*/
/*---------------------------------FLOTA---------------------------------------------------------------------------*/

#flota{
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  width: 500px;
  height: 600px;
}

/*---------------------------------CLIENTES------------------------------------------------------------------------*/

#clientes{
  text-align:center;
  background-color:#EDEDED;
}

.logo1{
  margin-top: 100px;
  margin-bottom: 100px;
  width:300px;
  padding: 10px;
}
.logo2{
  margin-top: 100px;
  margin-bottom: 100px;
  width:400px;
  padding: 10px;
}


/*---------------------------------GALERIA-------------------------------------------------------------------------*/
.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  /* Create four equal columns that sits next to each other */
  .column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
  }
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  } 
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }

  /*---------------------------------CONTACTO------------------------------------------------------------------------*/
  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }

  .fa-linkedin {
    background: #007bb5;
    color: white;
  }


  /*-----------------------------------------------------------------------------------------------------------------*/
  
  /*-----------------------------------------------------------------------------------------------------------------*/