.bg-breadcrumbtw {
    background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/somos-port.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    padding: 200px 0 50px 0;
}
.bg-breadcrumbth {
    background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/aviso.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    padding: 200px 0 50px 0;
}
.modl{
        margin-bottom: 8px;
}
.interno {
z-index: 9999 !important;
height: 4.5vh !important;
width: 100%;
position: fixed !important;
bottom: 50px !important;
}
.externo {
z-index: 9999 !important;
height: 4.5vh !important;
width: 100%;
position: fixed !important;
bottom: 30px;
}

@media (min-width: 1281px) {

.externo{
display:none;
}

.brandy{
  display:none !important;
}


}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

.video{
   height: 515px !important;
}

.externo{
  display:none;
}
.brandy{
  display:none !important;
}

}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

.video{
   height: 515px !important;
}

.externo{
  display:none;
}

.brandy{
  display:none ;
}


}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


  .video{
   height: 515px !important;
}

.externo{
    display:none;
}
.brandy{
  display:none;
}

}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  .video{
   height: 315px !important;
}

.brandy{
  display:visible;
}

.brand{
  display: none;
}



.externo{
  display:visible;
}



.interno{
display:none;
}




}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


  .video{
   height: 315px !important;
}

.brandy{
  display:visible;
}

.brand{
  display: none !important;
}

.externo{
display:visible;
}

.interno{
display:none;
}

}
