<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.configurator .panel-heading &gt; a {
  width: 220px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.image-change {
  position: relative;
  height: 123px;
  width: 220px;
  
}

.image-change img {
  position: absolute;
  left:0;
  transition: opacity 1s ease-in-out;
}

.image-change img.top:hover {
  opacity: 0;
}

.catalog-buttons {
  text-align: center;
}

.catalog-buttons button {
  margin-bottom: 10px;
}
------

#content {
    width: 0px;
    margin: left;

}

#column-left {
    background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    float: right;
    position: fixed;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    overflow: auto;
    text-align: center;
    width: 50px;
    height: 125px;
    z-index: 10;
}

#header-unit-pc {
  height: 600px;
  background-image: url(../img/cabecera.jpg);
  background-size: 100%;
  background-position: 50% 0%;
}

#header-unit-tyms {
  height: 500px;
  background-image: url(../img/cabecera-tym.jpg);
}

#header-unit-2 {
  height: 420px;
  background-image: url(../img/header2.jpg);
}
#header-unit-3 {
  height: 420px;
  background-image: url(../img/header3.jpg);
}

#contact-form2 {
  background-image: url(../img/8.jpg);
  background-position: 70% 0%;
}

#contact-form {
  background-image: url(../img/8.jpg);
  padding-top: center bottom;
}

.main-text {
  padding-left: 140px;
  padding-right: 140px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* PC */




@media (min-width: 1024px) {

#rrssmyt {
  display: none;
}

#header-unit-tym {
  display: none;
}

#header-unit-pc {  
  height: 400px;
  background-position: 50% 0%;
  }

#header-unit-2, #header-unit-3 {  
  height: 500px;
  background-position: center;
  }

.page-heading {
  margin: 0px;
  }
}

@media (max-width: 991px) {

#column-left {
  display:none;
    }


#header-unit-2, #header-unit-3 {
  height: 220px;
  background-position: center;
}

  .video-container {
    padding-bottom: 0;
    height: 100%;
    width: 100%;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
      position: relative;
      width: 100%;
      height: 100%;
  }

}

.page-heading {
  margin: 0px;
}


@media (min-width: 1400px) {
  
  #header-unit-pc {  
  height: 600px;
  background-position: 50% 0%;
  }

}
@media (min-width: 2000px) {
  
  #header-unit-pc {  
  height: 800px;
  background-position: 50% 0%;
  }

}


/* MOBILE Y TABLET */
@media (max-width: 1023px) {

#header-unit-myt {
  display: block;

}

#header-unit-pc{
  display: none;
}

#header-unit-2, #header-unit-3 {
  height: 220px;
  background-position: center;
}

  .video-container {
    padding-bottom: 0;
    height: 100%;
    width: 100%;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
      position: relative;
      width: 100%;
      height: 100%;
  }


}


.page-heading {
  margin: 0px;
}

.Arial-Publi {
  font-family: Arial;
  font-size: 40px;
  color: #333;
  letter-spacing: -2px;
  line-height: 48px;
  margin-top: 18px;
}

  blockquote.Publi-quote {
    border-left: 0px;
    padding-left: 120px;
    padding-right: 120px;
  }



@media (max-width: 1024px) {

  blockquote.Publi-quote {
  padding: 0px;
  border-left: 0px;
  }

  .Arial-Publi{
  font-family: Helvetica;
  font-size: 22px;
  color: #333;
  letter-spacing: -1px;
  line-height: 20px;
  margin-top: 36px;
}

ol.breadcrumb {
  text-align: center;
}

}
.prueba {
  padding: 0px 0 !important;
}

.embed-container{
  position: relative;
  padding-bottom: 56,25%;
  height: 0;
  overflow:hidden;

}

.embed-container iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*
@media (min-width: 768px) {
  #header-unit {
  height: 295px;
  background-image: url(../img/fullscreen.jpg);
  }
}

@media (max-width: 450px) {
  #header-unit {
  height: 180px;
  background-image: url(../img/fullscreen450.jpg);
}
}
*/</pre></body></html>