*{
    margin: 0;
    padding: 0;
}

#saludo2022{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

body{
  margin-top: 81.7333px;
}

.nav-link{
    font-size: 22px;
}

header{
  background-color: white;
  background: rgba(0,0,0,0.9);
  width: 100%;
  position: fixed;
  z-index: 10;
  margin-top: -81.7333px;
}


#logo1{
  margin-top: -10px;
  margin-bottom: -5px;
  margin-left: 50px;
  width: 110px;
}

h1{
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 100px;
  color: #193498;
  text-decoration: none;
}

h2{
    color: #113CFC;
    font-size: 25px;
}

.card{
  padding: 25px;
}

#empresa .card{
  background-image: url(Imagenes/Solo\ logo\ transparente.jpg);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 118%;
  background-size: 30%;
}

#empresa img{
  padding: 10px 30px 0 30px;
  border-radius: 20%;
}



#empresa article{
    margin: 10px;
    width: 500px;
    
}

#empresa article p{
    text-align: justify;
    width: 400px
}

#empresa article img{
    border-radius: 10%;
    margin-bottom: 10px;
}

 
.nav-link{
  color: rgb(88, 88, 88);
  font-weight: 650;
  font-family: 'Roboto', sans-serif;
}


.galeria {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}
.cont_accordion {
  flex: 1;
  transition: 0.4s ease-in-out;
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  overflow: hidden;
  display: flex;
  border-left: 4px solid #fff;
  /* -webkit-filter: grayscale(100%);
           filter: grayscale(100%); Para criar um filtro cinza*/
}
[data-accordion].cont_accordion:hover,
[data-accordion].cont_accordion:focus {
  flex: 20; /*Determina a largura da imagem*/
/*    -webkit-filter: grayscale(80%);
          filter: grayscale(80%);  Cria filtro cinza*/
}
.cont_accordion:first-child {
  border-left: 0;
  flex: 1.25;
  margin-left: -3em;
}
.cont_accordion:last-child {
  flex: 1.25;
  margin-right: -3em;
}
.cont_inside {
  -webkit-transform: skewX(5deg);
          transform: skewX(5deg);
  padding: 4em;
  background-color: cover;
  background-position: 50% 50%;
  margin: 0 -3em;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont_inside .cont_caption {display:none;}
.cont_inside:hover .cont_caption {display:block;}

[data-accordion="1"] .cont_inside {
  background-image: url("Imagenes/ImgGaleria/DSC08490.JPG");
  background-position: 20% 50%;
  background-repeat: no-repeat;
}
[data-accordion="2"] .cont_inside {
  background-image: url("Imagenes/ImgGaleria/DSC08378.JPG");
  background-position: 27.85% 50%;
  background-repeat: no-repeat;
}
[data-accordion="3"] .cont_inside {
  background-image: url("Imagenes/ImgGaleria/DSC08464.JPG");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
[data-accordion="4"] .cont_inside {
  background-image: url("Imagenes/ImgGaleria/DSC08355.JPG");
  background-position: 72.25% 50%;
  background-repeat: no-repeat;
}
[data-accordion="5"] .cont_inside {
  background-image: url("Imagenes/ImgGaleria/IMG_20210820_121912.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.cont_caption h1 {
  margin: 0;
  color: #fff;
  font-weight: 100;
  font-size: 3.5rem;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#NovedadesContainer{
  margin: 100px;
  display: flex;
  margin-bottom: -30px;
}

#NovedadesContainer article{
  margin: 20px;
  margin-top: -100px;
}

#NovedadesContainer img{
  padding: opx;

}

footer{
  font-family: 'Roboto', sans-serif;
}

#logoFooter{
  width: 150px;
}

#video{
  margin-top: 50px;
}

#imgVisionMision{
  width: 70%;
  position: absolute;
  margin-top: 15%;
}

