@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body , html {   
  margin: 0;
  max-width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Outfit';
  color: #000 !important;
}
a {
  color: #000;
  text-decoration: none;
  }
  a:hover {
  color: #000;
  text-decoration: none;
  }
#main-header {
  width: 100%; /* Posicionamos la cabecera al lado izquierdo */
  top: 0; /* Posicionamos la cabecera pegada arriba */
  position: fixed; /* Hacemos que la cabecera tenga una posición fija */
  display:block;
  max-width:100%;
  z-index:1000;
  color: #000;
  font-weight: 600;
  background: #fff;
  height: 80px;
} 
#main-header a {
  color: #000;
  font-size: 20px;
  text-decoration: none;

  }
#main-header a:active {
  color: #000;
  background-color: #fff;
  font-size: 20px;
  text-decoration: none;
  }  
#logo-header img {width: 15%;}
#logo-interno img {width: 15%;}
#video_background {
position: absolute;
top: -50px;
right: 0;
width: 100%;
height: auto;
z-index: -10;
visibility: visible;
overflow: hidden;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;


}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 40px;
  margin-top: 0;
  }
  
nav ul li {
  display: inline-block;
  line-height: 30px;}

      
nav ul li a {
  display: block;
  padding: 0;
  margin-right: 20px;
  text-decoration: none;
      }
      
nav ul li a:hover {
  text-decoration: none;
        }
.contacto {padding-top: 80px;}
.btn-negro {
  border: 2px #000 solid;
}
.btn-sesion {
  color: #000 !important;
  font-size: 16px !important;
  padding: 2px 10px !important;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #000;
  min-width: 180px;
  margin-top: 8px;
  right: 60px;
}
.item-sesion{
  padding: 0;
  font-size: 16px !important;
}
.blanco {background-color: #fff;}
.staff {padding-top: 80px;}
.interno {padding-top: 80px;}
.encuadre {padding: 30px 20px 30px;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #fff;}
.encuadre-form {padding: 30px 20px 30px;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #fff;
margin:0 80px 20px;}  
.encuadre-imagenes {margin: 0px 0px 20px;
  border-radius: 5px;
  border: #000 solid 1px;
  background-color: #FFF;
  padding: 10px;
}
.imagen {
   height:330px;
   width: 230px;
}
.imagen img {
   height: 100%;
   width: 100%;
   object-fit: cover;
   object-position: 50% 50%;
}
div#div_file{
  position:relative;
  text-align: center;
  }
  input#btn_enviar{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  width:100%;
  height:100%;
  opacity: 0;
}
.banner {
  height:450px;
  width: 300px;
}
.banner img { 

   height: 100%;
   width: 100%;
   object-fit: cover;
   object-position: 50% 50%;  
}
.btn-negro {
  color: #FFF;
  background-color: #000;
}  
.btn-negro:hover {
  color: #FFF !important;
  background-color: #000;
} 
.modelos-img {
   height:350px;
   width: 350px;
}
.modelos-img img {
   height: 100%;
   width: 100%;
   object-fit: cover;
   object-position: 50% 0;
}
.modelos-text {
  background: rgba(255, 255, 255, 0.6); 
  color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

}
.lista-modelos {
  margin:auto;
  width: fit-content;
  }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  width: 101%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.img-comp-container-cast {
  }
.img-comp-container-cast:hover .overlay {
  opacity: 1;
}

.accordion {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #000;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid #000;
}

@media screen and (max-width:800px ) {
  #logo-header {
  width: 70%;
}
#logo-header img {width: 70%;}
.contacto {padding-top: 120px;}

.menu.fa {
  font-size: 30px;
  float: right;}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-collapse {
  height: 100vh;
  margin-left: 30px;
  background-color: #fff;
}
nav ul li {
  display: block;
  line-height: 30px;}
  
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  justify-content: normal; 
}

#video_background {
position: absolute;
top: 150px;
right: 0;
width: 99%;
height: auto;
z-index: -10;
visibility: visible;
overflow: hidden;
}
.encuadre-form {padding: 30px 10px 30px;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #fff;
margin:30px 5px;}
#main-header {
  height: 100px;
} 

.staff {padding-top: 120px;}
}
