* {
    font-family: "Oswald", sans-serif;
}
.fondo-azul {
    background-color: #383839;
}

a {
    color: #d52b1e;
}

a:hover {
    text-decoration: none;
    color: #383839 !important;
}
.fs-lg {font-size: calc(1.375rem + 2vw) !important;}
.fs-xl {font-size: calc(1.375rem + 2.5vw) !important;}
.fs-xxl {font-size: calc(1.75rem + 3.5vw) !important;}


.fondo-imagen {
    background-image: url();
    background-size: cover;
    background-position: 50% 30%;
}

.fondo-imagen .row {
    height: 720px;
}

.fondo-imagen .row .col-12{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.btn-primary {
    background-color: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    border:none !important;
}

a.btn-primary:hover{
    background-color:#383839 !important;
    color:white !important;
}
.modal-dialog {
    max-width: fit-content;
}

.bloque-negro {
    background-color:#221E1F;
}

.modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.modal-dialog .modal-header {
    border:none;
    padding: 0px;
    font-size:40px;
    outline:none;
}

.modal-dialog .modal-header button {
    font-size:40px;
    color: white;
}

button.active.focus, button.active:focus,
button.focus, button:active.focus, 
button:active:focus, button:focus {
    outline: none !important;
    box-shadow: none;
}

.modal-dialog .modal-body {
    padding: 0px;

}

.modal-dialog img {
    width: auto !important;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
}

h1.titulo {
    font-size: 80px;
    font-weight: 700;
}

.descripcion {
    font-size: 19px;
}

.subtitulo {
    font-size: 19px;
}

.fondo-imagen .bloque-negro {
    font-size: 39px;
    font-weight: 600;
    line-height: 1.1em;
}

.bloque-precio {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}

.bloque-precio .precio {
    font-size: 40px;
    line-height: 35px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

.titulo-articulo {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
}

.fecha-articulo {
    padding-top: 20px;
}

@media (max-width:768px) {
    .fondo-imagen {
        background-repeat: no-repeat;
        background-position: 60% 43%;
    }

    .fondo-imagen .row {
        height: 560px;
    }

    .fondo-imagen .row .col-12{
        align-content: flex-end;
    }

    .fondo-imagen .bloque-boton {
        margin: 0 auto;
    }

    h1.titulo {
        font-size: 50px;
    }
    
    .descripcion {
        font-size: 19px;
    }
    
    .subtitulo {
        font-size: 19px;
    }

    .btn-primary {
        font-size: 20px;
        font-weight: 700;
    }    
    
    .fondo-imagen .bloque-negro {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.1em;
    }
    
    .bloque-precio {
        font-size: 20px;
    }
    
    .bloque-precio .precio {
        font-size: 30px;
        line-height: 25px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    .titulo-articulo {
        font-size: 16px;
    }
    
    .fecha-articulo {
        font-size: 14px;
        padding-top: 0px;
    }
}


hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #e20611;
}

hr.light {
  border-color: #fff;
}

.btn {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn-xl {
    padding: 1.25rem 3.25rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    font-size: 1.74rem;
}

.page-section {
  padding: 5rem 0;
}

#mainNav {
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#mainNav .navbar-brand {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #e20611;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #e20611 !important;
}

@media (min-width: 992px) {
  #mainNav {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #e20611;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #e20611;
  }

  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #e20611;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 72px);
  background: url("../img/bg-masthead.jpg?v=1.4");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

header.masthead h1 {
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  header.masthead {
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 2.4rem;
  }
}

#fotos .container-fluid {
  max-width: 1920px;
}

#fotos .container-fluid .portfolio-box {
  position: relative;
  display: block;
}

#fotos .container-fluid .portfolio-box .portfolio-box-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(226, 6, 17, 0.9);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-align: center;
}

#fotos .container-fluid .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

#fotos .container-fluid .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}

#fotos .container-fluid .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.red{color:#e20611}
header.masthead{padding:0;}
.masthead .texts {
    background: url("../img/triangle-2.svg") no-repeat;
    background-position: bottom right;
    width: 50% !important;
    margin: 0 0 0 auto;
    min-height:100vh;
}
.table-header {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 5px 0;
    font-weight: bold;
    margin: 20px 0 10px;
}
.price {
    background: #4a4a4a;
    display: inline-block;
    padding: 10px 40px;
    text-align: left;
}
.mobBg{display:none;}

.dateLimit {
    color: #e20611;
    font-size: 1.4rem;
    text-align: center;
}
.eventDate {
    border: 2px solid white;
    display: inline-block;
    padding: 5px 15px;
    font-size: 1.6rem !important;
}
ul.navbar-nav.myNav {
    background: black;
    padding: 5px 25px;
    margin-right: auto !important;
}
.showMobile{display:none;}
.img-tyres{
    margin:-5em 0;
}
@media (min-width: 992px){
    #mainNav .navbar-nav .nav-item .nav-link {
        color: white;
        padding: 0 1rem;
    }
    .texts-bg {
        padding-top: 0px;
    }
}
@media (max-width: 992px) {
 .mobBg{    display: block;
    max-height: 50vh;
    overflow: hidden;}
  header.masthead p {
    font-size:1rem
  }
  header.masthead h1 {
    font-size: 2rem;
    background: none !important; 
  }
  .masthead .texts {
    background: url("../img/triangle-2.svg") no-repeat white;
    width: 100% !important;
    height: auto !important;
    float: none;
    padding: 0;
    margin: 0px !important;
    position: relative;
    z-index: 1;
    min-height: auto;
        background-position: bottom right;
    }  
    .showMobile{display:block;}
    .hideMobile{display:none;}
    .img-tyres{
        margin:0 auto;
    }
    .logo-b{
        margin: -26px 0 10px -17px!important;
    }
}

@media (max-width: 480px) {
    header.masthead {
  background-image: url("../img/bg-masthead_mob.jpg?v=1.1.1");

}
  header.masthead p {
    font-size: 1.rem;
  }
  header.masthead h1 {
    font-size: 1.6rem;
  }
  header.masthead h2 {
    font-size: 1.4rem;
  }
  .masthead .texts {
    width: 100% !important; 
    height: 100% !important; 
    float: none; 
    padding: 25px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    background-size: 20%;
    }  
    
    .formHolder iframe{height:2700px !important}
}
.consentTxt {
    border: 1px solid;
    padding: 15px 25px;
    font-size: 14px;
    min-height: 50px !important;
}
.bridgestone {
    background: white;
    padding: 15px;
    margin-bottom: 50px;
    text-align: center;
}

.section-hdr {
    border-bottom: 3px solid;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    color: black;
}
.gameOver {
    position: fixed;
    right: 0;
    margin: 0 auto;
    background: red;
    color: white;
    padding: 10px 25px;
    font-size: 12px;
    top: 64px;
    z-index: 1100;
    width: 270px;
}
.gameOver a{color:white;text-decoration:underline;}
.gameOver span {display: block;font-size: 14px;}