body {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
}

#head {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/home.png");
  background-position: 50% 60%;
  background-size: auto;
  background-repeat: no-repeat;
}

.navbar-light .navbar-brand {
  background-image: url("logo-latest.svg");
  background-repeat: no-repeat;
  width: 160px;
  height: 40px;
  background-size: 80%;
}

#navcol-1 {
  font-weight: 600;
}

#head-bottom {
  color: #ffffff;
}

#head-page {
  width: 100%;
  height: 100vh;
}

.navbar-light .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 2rem;
  color: #fff;
  font-size: 20px;
}

.fondo-s2 {
  background-image: url(../../assets/img/p8-s2.jpg) !important;
  height: 100% !important;
  background-position-y: 100%;
  background-position-x: 50%;
  background-size: cover;
}

.fondo-s3 {
  background-image: url(../../assets/img/p8-s3.jpg) !important;
  height: 100% !important;
  background-position-y: 100%;
  background-position-x: 50%;
  background-size: cover;
}

.fondo-s4 {
  background-image: url(../../assets/img/p8-s4.jpg) !important;
  height: 100% !important;
  background-position-y: 100%;
  background-position-x: 50%;
  background-size: cover;
}

@media (max-width: 768px) {
  .fondo-s2 {
    background-image: url(../../assets/img/movil/phonep8-s2.jpg) !important;
    height: 100% !important;
    background-position-y: 13%;
    background-position-x: 50%;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .fondo-s3 {
    background-image: url(../../assets/img/movil/phonep8-s3.jpg) !important;
    height: 100% !important;
    background-position-y: 13%;
    background-position-x: 50%;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .fondo-s4 {
    background-image: url(../../assets/img/movil/phonep8-s4.jpg) !important;
    height: 100% !important;
    background-position-y: 0%;
    background-position-x: 50%;
    background-size: cover;
  }
}

.fondo-blanco {
  background-image: url(fondo-blanco.jpg) !important;
  height: 100% !important;
  background-position-y: 100%;
  background-position-x: 50%;
  background-size: cover;
}

#topbutton {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  transition: 1s;
}

#left-arrow-sidebar {
  opacity: 1;
  position: fixed;
  vertical-align: middle;
  z-index: 99;
  bottom: 50vh;
  transition: 0.2s;
  left: 0.2rem;
}

@media (min-width: 768px) {
  #left-arrow-sidebar {
    opacity: 0;
  }
}

#right-arrow-sidebar {
  opacity: 1;
  position: fixed;
  z-index: 99;
  bottom: 50vh;
  transition: 0.2s;
  right: 0.2rem;
}

@media (min-width: 768px) {
  #right-arrow-sidebar {
    opacity: 0;
  }
}

#row-radios {
  opacity: 0;
  transition: 1s;
}

@media (min-width: 768px) {
  #row-radios {
    opacity: 1;
  }
}

.image-b {
  background: url(../../assets/img/head-p8.jpg);
  background-position-y: center;
  background-repeat: no-repeat;
  transition: 1s;
  background-position-x: 50%;
}

@media (max-width: 768px) {
  .image-b {
    background: url(../../assets/img/movil/headp8-phone.jpg);
    background-position-y: -60%;
    background-color: #fff;
    background-repeat: no-repeat;
    transition: 1s;
    background-position-x: 50%;
    background-size: cover;
  }
}

.image-b-p {
  background: url(gris.jpg);
  background-position-y: 60%;
  background-repeat: no-repeat;
  transition: 1s;
  background-position-x: 50%;
  background-size: cover;
}

.image-b-1 {
  background: url(tesla-large.jpg);
  background-position-y: 60%;
  background-repeat: no-repeat;
  transition: 1s;
  background-position-x: 50%;
  background-size: cover;
}

.image-b-2 {
  background: url(serie-p.jpg);
  background-position-y: 60%;
  background-repeat: no-repeat;
  transition: 1s;
  background-position-x: 85%;
  background-size: cover;
}

@media (min-width: 768px) {
  .image-b-2 {
    background: url(serie-p.jpg);
    background-position-y: 60%;
    background-repeat: no-repeat;
    transition: 1s;
    background-position-x: 50%;
    background-size: cover;
  }
}

.image-b-3 {
  background: url(serie-e.jpg);
  background-position-y: 60%;
  background-repeat: no-repeat;
  transition: 1s;
  background-position-x: 50%;
  background-size: cover;
}

.image-b-4 {
  background: url(serie-s.jpg);
  background-position-y: 60%;
  background-repeat: no-repeat;
  transition: 1s;
  background-position-x: 50%;
  background-size: cover;
}

.text-serie-name {
  color: #b6cef9;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 3px 3px 6px rgb(86,79,79);
  line-height: 300px;
}

/***********inicio estilos extra phone***************/

@media (max-width: 768px) {
  .text-serie-name {
    color: #b6cef9;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 3px 6px rgb(86,79,79);
    line-height: 50px;
  }
}

.button-sc{
  display: none;
}

@media (max-width: 768px) {
  .button-sc{
    display: block;
    height: 7vh;
  }
}

@media (max-width: 768px) {
  h1{
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  ul{
    margin-bottom: 0rem;
  }
}

@media (max-width: 768px) {
  .tecnicos > tbody > tr > th{
     margin-top: 0rem;
     margin-bottom: 0rem;
     padding: 0rem;
  }
}

@media (max-width: 768px) {
  .tecnicos > tbody > tr > td{
     margin-top: 0rem;
     margin-bottom: 0rem;
     padding: 0rem;
  }
}

/********fin estilos extra phone***********/

.text-serie-voluson {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  text-shadow: 3px 3px 6px rgb(86,79,79);
}

.text-serie-letra {
  font-size: 2.5rem;
  text-align: center;
  text-shadow: 3px 3px 6px rgb(86,79,79);
  letter-spacing: .8rem;
  margin: 0px 0px;
  padding-bottom: 3rem;
}

.texto-marca {
  font-size: 3.5rem;
}

@media (min-width: 768px) {
  .text-serie-name {
    color: #b6cef9;
    font-size: 7rem;
    font-weight: bold;
    padding-right: 35%;
    text-align: right;
    text-shadow: 3px 3px 6px rgb(86,79,79);
    line-height: 300px;
  }
}

@media (min-width: 768px) {
  .text-serie-voluson {
    font-size: 55px;
    text-align: left;
    font-weight: bold;
    padding-left: 20%;
    text-shadow: 3px 3px 6px rgb(86,79,79);
  }
}

@media (min-width: 768px) {
  .text-serie-letra {
    font-size: 55px;
    text-align: left;
    padding-left: 30%;
    text-shadow: 3px 3px 6px rgb(86,79,79);
    letter-spacing: .8rem;
    margin: 0px 0px;
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .h3 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .flex-column-mobile {
    flex-direction: column!important;
  }
}

/* ******************ESTILOS TABS EXTRAS*************************** */

.sidebar-top {
  margin-top: 4rem;
  height: 70vh;
}

@media (max-width: 768px) {
  .sidebar-top {
    height: 30%;
  }
}

.sidebar-top-image {
  margin-top: 4rem;
  height: 70vh;
}

@media (max-width: 768px) {
  .sidebar-top-image {
    margin-top: 0px;
    height: 25%;
  }
}

.sidebar-bottom {
  height: 20vh;
}

@media (max-width: 768px) {
  .sidebar-bottom {
    height: auto;
  }
}

.image-sidebar {
  width: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .image-sidebar {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .h2 {
    font-size: 1rem;
    padding: .5rem;
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: revert;
    margin-bottom: 0;
    list-style: none;
  }
}

@media (max-width: 768px) {
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #ffffff00;
    border-bottom: solid 1px #fff;
    font-weight: bold;
  }
}

.nav-item.nav-link.h2.text-dark.active {
  font-weight: bold;
  margin-left: 3rem;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .nav-item.nav-link.h2.text-dark.active {
    font-weight: bold;
    margin-left: 0rem;
    transition: 0.5s;
  }
}

.border-fade {
  border-color: #00000052!important;
}

/* *******ESTILOS EXTRA MODAL********* */

.modal-right {
  right: 0 !important;
  margin: 0;
  position: absolute;
  width: 75vw;
  max-width: 75vw;
}

/* *******ESTILOS EXTRA BOOTSTRAP********** */

.mt-6 {
  margin-top: 4rem;
}

.div-section {
  height: calc(100vh - 150px);
}

.text-secciones {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .text-secciones {
    font-size: 1rem;
    margin-left: 0px !important;
  }
}

