/*.container{
    max-width: 970px;
}
*/
.bg-black{
    background-color: #101010!important;
}

h6.cifra-red{
    color: #990000;
    font-size: 40px!important;
    text-align: left;
    font: 19px 'gilroyextrabold';
    line-height: 1em;
}
p.cifra-text{
    text-align: left;
    color: #fff;
    font-size: 20px;
}


#portada-4 > .container{
    padding-top: 160px;
}
/*.left-arrow{
    float: none;
}*/
/*.navbar-nav{
    margin: 7.5px 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    margin-bottom: 180px!important;
}*/

.txt-blanco{
    text-align: left!important;
    font-size: 25px!important;
}

.texto-referencia{
    font-size: 18px;
    color: #bebebe;
}

.down-btn{
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 170px;
}
.down-btn span{    
    font-size: 16px;
    color: white;
    position: absolute;
    display: inline-block;
    padding-bottom: 140px;
    letter-spacing: 1px;
    color: #ddd;
    bottom: 0;
    width: 206px;
    margin: auto;
    left: 0;
    right: 0;
}
.down-btn span:after{
  top: 50px;
  width: 2px;
  background: white;
  content: "";
  height: 110px;
  position: absolute;
  display: inline-block;
}
.bg-black #social{
    position: static;
    display: inline-block;
}
.bg-black img{
    max-width: 100%;
}
.master-date{
    position: relative;
}
p.red-date{
    font-family: "gilroyextrabold";
    font-size: 40px;
    color: #990000;
    text-align: left;
    margin-left: 70px;
}
p.text-white-mini{
    font-size: 20px;
    color: white;
    text-align: left;
    margin-left: 75px;
    position: relative;
}
p.text-white-mini:after{
    content: " ";
    width: 50px;
    height: 1px;
    background: #990000;
    position: absolute;
    top: -22px;
    left: -85px;
}
p.photo-text-red{
    font-family: "gilroyextrabold";
    font-size: 25px;
    color: #990000;
    text-align: left;
}

.line-red{
    position: absolute;
    background-color: #990000;
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
}

h3 span.text-smallest{
    font-size: 16px!important;
    color: #c60101!important;
    line-height: 1em;
}

@media (max-width: 768px){
    #portada-4{
        min-height: 570px;
    }
    #portada-4 > .container{
        padding-top: 20px;
    }
}

@media (max-width: 530px){
    #portada-4 h3{
        font-size: 40px;
        line-height: 1em;
    }
}

@media (max-width: 380px){
    #portada-4 h3{
        font-size: 30px;
        line-height: 1em;
    }
}
/*
@media (min-width: 768px){
    .navbar-collapse.collapse{
        display: none!important;
    }
    #portada-4 h3{
        font-size: 60px;
        line-height: 1em;
    }
}

@media (min-width: 1240px){
    #portada-4 h3{
        font-size: 90px;
        line-height: 1em;
    }
    .left-arrow{
        margin-top: 230px;
    }
    .right-arrow{
        margin-top: 230px;
    }
}*/