header section.mw {
  background: #00205b;
}

header section.mw div.display_table {
  padding: 14px 0;
}

section.mw div.mwContenido div.logo {
  width: 17%;
  min-width: 125px;
  text-align: center;
}

section.mw div.mwContenido {
  width: 80%;
}

header section.mw.estatico div.mwContenido div.contenido {
  width: 77%;
}

section.mw div.mwContacto {
  width: 21%;
}

section.mw .calltoaction {
  display: flex;
  margin-left: 40px;
}

section.mw .calltoaction div {
  margin-right: 10px;
}

section.mw .calltoaction div img {
  width: 100%;
  max-width: 50px;
  min-width: 45px;
}

section.mw div.mwContenido div.logo img#logo {
  max-width: 155px;
  width: 100%;
}

section.mw div.mwContenido div.contenido ul {
  font-size: 14px;
}

section.mw div.mwContenido div.contenido ul li a {
  color: #ddd;
  font-weight: bold;
}

.tleft{
  text-align: left;
}

header section.mw.estatico div.mwContacto p a {
  font-size: 14px;
}

section.mw div.mwContacto p a {
  font-family: "Roboto-Regular";
  text-decoration: none;
  color: #e0e0e0;
  font-size: 14px;
  line-height: 18px;
}

section.mw div.mwContacto p.enfasis {
  font-family: "Roboto-Bold";
  color: #008fd9;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}



div.mmContacto {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: left !important;
  margin-bottom: 30px;
}

div.mmContacto div:first-child {
  margin-right: 10px;
}


div.mmContacto p a {
  font-family: "Roboto-Regular";
  text-decoration: none;
  color: #e0e0e0;
  font-size: 11px;
  line-height: 18px;
}

div.mmContacto p.enfasis {
  font-family: "Roboto-Bold";
  color: #008fd9;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

div.socialMedia nav.redes ul li a {
  border: none !important;
}

div.socialMedia nav.redes ul li {
  margin: 0 12px;
}

.mwContacto .tRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tRight div:first-child {
  margin-right: 10px;
}

/*Tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  font-size: 13px;
  background-color: #3c3c3c;
  color: #fff;
  font-weight: lighter;
  line-height: 17px;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  top: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #3c3c3c transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.licencias {
  color: #13fd68;
  margin-left: 6px;
}

.fac {
  color: #ebd842;
  margin-left: 6px;
}

nav ul.lista li img {
  margin-bottom: -3px;
}

div.opcMovil div.aBottom {
    bottom: 60px;
}

header section.mm div.opcMovil {
  top: 44px !important;
}

header section.mm div.opcMovil ul.lista li{
  width: 100%;
}




@media screen and (orientation: landscape)
{
div.aBottom {
  position: inherit !important;
  display: block !important;
}

div.mmContacto{
  display: flex;
  width: 100%;
  margin: 15px auto 15px;
  vertical-align: middle;
  text-align: center !important;
}

div.socialMedia {
  display: block;
  width: 100%;
  margin: 0 auto 50px;
  vertical-align: middle;
  text-align: center !important;
}
}





@media screen and (max-width: 1135px) {
section.mw div.mwContacto p a {
  font-size: 12px !important;
}
section.mw div.mwContacto p.enfasis {
  font-size: 20px !important;
}
section.mw .calltoaction div img {
  min-width: 38px;
}
}


@media screen and (max-width: 1024px) {
	section.mw div.mwContacto {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  ection.mw div.mwContacto {
    width: 25%;
}
section.mw div.mwContenido div.contenido ul {
  font-size: 10px;
}

section.mw div.mwContacto p {
  line-height: 0;
}

section.mw div.mwContacto p a {
  font-size: 9px !important;
}
section.mw div.mwContacto p.enfasis {
  font-size: 16px !important;
}
section.mw div.mwContacto img {
  max-width: 32px;
}
section.mw .calltoaction div img {
  min-width: 28px;
}
_::-webkit-full-page-media, _:future, :root section.mw div.mwContacto p.enfasis {
  font-size: 15px !important;
}

_::-webkit-full-page-media, _:future, :root section.mw div.mwContenido div.contenido ul {
  font-size: 9px;
}



}

@media screen and (max-width: 915px) {
  .wrapper {
    width: 97.5%;
  }

  .tRight {
    display: flex;
  }
  header section.mm div.tienda a {
    display: inline-block;
    width: 50px;
    height: 100%;
    padding-top: 10px;
    text-align: center;
    background: #008fd9;
    border: none;
    border-radius: 0px !important;
    top: 0;
    right: 0;
    position: absolute;
  }
}

@media screen and (max-width: 850px) {
section.mw .calltoaction {
  margin-left: 20px;
}
}

@media screen and (max-height: 500px) {
  div.aBottom {
    position: inherit !important;
    display: block !important;
  }
  
  div.mmContacto{
    display: flex;
    width: 100%;
    margin: 15px auto 15px;
    vertical-align: middle;
    text-align: center !important;
  }
  
  div.socialMedia {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    vertical-align: middle;
    text-align: center !important;
  }
}
