.oculto{ display: none; }

.logocontacto{ width: 480px; padding-bottom:60px; }

@media screen and (max-width: 1200px) {

	.logocontacto{ width: 400px; padding-bottom:60px; }

}

@media screen and (max-width: 550px) {

	.logocontacto{ width: 300px; padding-bottom:60px; }

}

.logovideo{ position: absolute; display: flex; z-index: 900; align-items: center; /* justify-items: center; */ justify-content: center; width: 100%; height: 100%; }

@media screen and (max-width: 700px) {

	.logovideo img{ width: 40%; margin: auto; }

}

.blanca{ color: #fff !important; }
.letra_regular{ font-weight: 300 !important; }
.verticalbajo{ vertical-align: bottom !important; }
.overhidden{ overflow: auto; }

.icos_somos{ height: 50px; margin-bottom: 10px; }
.icos_somos img{ height: 100%; }

@media only screen and (max-width: 1024px) {

  .overhidden{ overflow: hidden;}

}

#video1, #video2, #video3, #video4 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/*parche oscar*/
.ms-tableCell {
  height: 100% !important;
}

.portfolio figure { position: relative; }

/* aviso legale */

.aceptarPolitica {
  display: inline-block;
  width: calc(100% - 94px);
  font-size: 14px;
  font-weight: lighter;
  margin: 15px 0 0 8px;
}

.aceptarPolitica label { width: calc(100% - 94px); }

.aceptarPolitica a { text-decoration: underline; }

.tooltip {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 25px);
  opacity: 1 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 270px;
  background-color: grey;
  color: #fff;
  text-align: justify;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: 38px;
}

.pop_politica{

  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #323a45;
  display: none;
  align-items: center;
  justify-content: center;

}

.politicain{
  box-sizing: border-box;
  color: white;
  width: 90%;
  height: 80vh;
  /*max-width: 1000px;*/
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 20px;
}

.politicain table{ border: 1px solid white !important;  }
.politicain th, td {
  border: 1px solid white !important; padding: 5px 5px;
}

.politicain ul{
  padding: 10px 5px;

}

#close-pop{  

  position: absolute;
  top: 15px;
  right: 5%;
  
  padding: 1rem 2.5rem;
  color: #000;
  background-color: #fff300;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  border-radius: 10rem;

}