.container {
  max-width: 960px;
}

body {
    
   font-family: 'Montserrat', sans-serif;
    color: #3a4852;
    
    }
       #loghino
    {
      width: 50px;
height:auto;
    }
    
    #logo
    {
     
    }
    .mainitit{
      padding-top:90px;
      padding-bottom:90px;
    }
#reloge {
    width: 230px;
    height: auto;
}

#bgimage {
overflow: hidden !important;
text-align: center!important;
height: calc(100vh - 48px);
background-color: #3a4852 !important;
}

#stagione{
display: inline-block;
margin: auto;
text-align: center;
padding: 30px;
background: #ff6d55;
color: white;
text-decoration: none;
position: relative;
}

#newseason {
background: transparent;
color: white;
position: absolute;
bottom: 0;
color: white;
width: 100%;
}

.ps-md-3
{
  max-width:1600px;
  margin:auto;
}

.relative{
  position:relative;
  min-height:300px;
}

.bgimage {
margin: 0px !important;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center center;
    
}

.lead {
    line-height: 23px;
}

           .lededtext 
{
width: 80%;
min-height: 300px;
border-radius: none;
box-shadow: none !important;

padding-bottom: 20px;
}

#intro {
    
    font-size: 39px;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-spacing: 9px;
    font-weight: bold;
    line-height: 39px;
    color:white;
    padding-left: 20px;
padding-right: 20px;

}

#intro span {
  

}

#subintro {
   
    font-size:20px;
    
    letter-spacing: 4px;
    word-spacing: 9px;
    font-weight: 300;
    color:white;
    
}

.azul{
    color: #51cbc6;
}
.naran{
    color: #ff6d55;
}
.negro{
    color: #3a4852;
}
.bg-azul{
   background-color: #51cbc6;
}
.bg-naran{
    background-color: #ff6d55;
}
.bg-dark {
    background-color: #3a4852 !important;
}
.bg-light {
    background-color: #f3f3f3 !important;
}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #eeeeee;
  transition: color .15s ease-in-out;
  text-decoration:none;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
