html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: rgba(100, 100, 100, 0.03);
  border-width: 1px;
  max-width: 100%;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #4766B0;
}
a:hover,
a:focus {
  color: #5078b2;
}
h1,
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}

h2 {
    color: #4766b0;
    font-weight: bold;
    margin-bottom: 30px;
}
h3, h4 {
    color: #4766b0;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  transition: all 0.7s; 
}
blockquote{
    border-left: 10px solid #4766B0;
    color: #4766B0;
    font-size: 16px;
    font-weight: bold;
}
.form-group {
    margin-bottom: 5px;
    margin-top: -30px;
}
.ir-arriba {
    padding: 20px;
    display: inline-block;
    background: rgba(0,0,0,.30);
    color: #fff;
    position: fixed;
    text-align: center;
    font-size: 2em;
    bottom: 20px;
    width: 80px;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 10000001;
    border-radius: 40px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 60%;
    position: relative;
    vertical-align: middle;
}


.form-control{
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
}
.modal-content{
    background-color: #fff;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #4766B0;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #4766B0;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 25px 0;
    margin-top: 1px\9;
    line-height: normal;
}

.homi {
    margin-top: -7px;
}

.acceso{
    border: 2px solid rgba(250, 250, 250, 0.5);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 0px;
    text-align: left;
    float: left;
    width: 100%;

}
.acceso-tit{
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #4766B0;
    height: auto;
    max-height: 85px;
    padding: 15px 10px 15px 15px;
    font-size: 120%;
}
.acceso p {
    font-size: 16px !important;
    padding: 0;
}
.entrar{
    text-align: right;
}

.m-top {
    margin-top: 150px;
}
.navbar-right {
    margin-top: 60px;
}
.logo {
    display: inline-block;
    margin: 10px 10px 20px 10px;
    text-align: center;
    padding: 5px;
}
.img-side {
    background-image: url(../img/umsswa.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    min-height: 780px;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-primary {
    background-image: url(../img/header.jpg)
}
.bg-dark {
    background-color: #ffffff;
    color: white;
}
.text-faded {
    color: 4d4d4d;
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}

.container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: none;
    margin-left: 10%;
    padding: 0px 20px 0px 20px;
    background-color: rgba(166, 186, 226, 0.2);
}
.navbar-default {
  background-color:  #4766b0;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 5px;
}

.navbar-default .navbar-header .navbar-brand {
  color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #ccc;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fff;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff !important;
  background: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background: transparent;
}
@media (max-width: 1280px){
    section {
    padding: 120px 0 !important;
    }
    header .header-content {
    position: absolute;
    top: 50% !important;
  }
}
@media (max-width: 1023px) {
    .navbar-right {
    margin-top: 0px;
}
    }
@media (min-height: 768px){
    header {
    min-height: 80%;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(71, 102, 176, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #4766b0;
;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #fff;
    border-bottom: 8px solid #fff;
  }
  .navbar-default.affix {
    background-color:  #4766b0;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #4766b0;
    font-size: 16px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fff;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fff;
    border-bottom: 8px solid #fff;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-color: #4766b0;
  text-align: center;
  color: white;
  display: inline-block;
  padding-bottom: 100px;

}
header .header-content {
  position: relative;
  top: 15%;
  text-align: center;
  padding: 75px 15px 75px;
  width: 100%;
  margin-top: 100px;
}
header .header-content .header-content-inner h1 {
  font-weight: 900;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 250% !important;
}
header .header-content .header-content-inner h2 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 250% !important;
  color: #98b0d3;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: none;
    margin-left: 0;
}
@media (min-width: 768px) {

  header .header-content {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 16px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  header .header-content .header-content-inner h1 {
    font-weight: 900;
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 180% !important;
    color: #fff;
  }
  header .header-content .header-content-inner h2 {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 180% !important;
    color: #98b0d3;
  }
}
@media (max-width: 767px) {
  header .header-content .header-content-inner h1 {
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 180% !important;
    color: #fff;
  }
  header .header-content .header-content-inner h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 180% !important;
    color: #98b0d3;
  }
  header .header-content .header-content-inner p {
    font-size: 16px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 0;
    width: 20%;
    }
    .acceso {
    width: 50%;
    margin: 90px 25% 0 25%;
    }
    .m-top {
    margin-top: 90px;
    margin-bottom: 90px;
    }
}
@media (max-width: 768px) {
    section {
    padding: 100px 0 !important;
    }
}
@media (max-width: 680px) {
  header .header-content .header-content-inner h1 {
    font-weight: 900;
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 180% !important;
    color: #fff;
  }
  header .header-content .header-content-inner h2 {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 180% !important;
    color: #98b0d3;
  }
  header .header-content .header-content-inner p {
    font-size: 16px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 0;
    width: 20%;
    }
    .m-top {
    margin-top: 90px;
    }
    .acceso {
    width: 70%;
    margin: 90px 15% 0 15%;
    }
    section {
    padding: 100px 0 !important;
    }
}


@media (max-width: 480px) {
  header .header-content .header-content-inner h1 {
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 180% !important;
    color: #fff;
  }
  header .header-content .header-content-inner h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 180% !important;
    color: #98b0d3;
  }
  header .header-content .header-content-inner p {
    font-size: 16px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 0;
    width: 25%;
    }
    .m-top {
    margin-top: 90px;
    }
    .acceso {
    width: 70%;
    margin: 90px 15% 0 15%;
    }
}

@media (max-width: 360px) {
  header .header-content .header-content-inner h1 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 150%;
    color: #fff;
  }
  header .header-content .header-content-inner h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 150%;
    color: #98b0d3;
  }
  header .header-content .header-content-inner p {
    font-size: 16px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
    .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0 1%;
    background-color: rgba(166, 186, 226, 0.2);
    width: 98%;
}
    .logo {
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 0;
    width: 25%;
    }
    .m-top {
    margin-top: 80px;
    }
    .acceso {
    width:90%;
    margin: 50px 5% 0 5%;
    }
    section {
    padding: 100px 0 !important;
    }
}
@media (max-width: 320px) {
    .logo {
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 0;
    width: 25%;
    }
     #contacto > p:nth-child(8){
        font-size: 95%;
    }
    .m-top {
    margin-top: 75px;
    }
    .acceso {
    width:90%;
    margin: 50px 5% 0 5%;
    }
    section {
    padding: 100px 0 !important;
    }
    header .header-content .header-content-inner h1 {
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 100%;
    color: #fff;
  }
}

@media (min-width: 320px) {
    header .header-content .header-content-inner h1 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 120%;
    color: #fff;
  }
  header .header-content .header-content-inner h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 120%;
    color: #98b0d3;
  }
  header .header-content .header-content-inner p {
    font-size: 16px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 280px) {
    .logo {
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 0;
    width: 30%;
    }
    #contacto > p:nth-child(8){
        font-size: 90%;
    }
    .m-top {
    margin-top: 70px;
    }
    .acceso {
    width:90%;
    margin: 50px 5% 0 5%;
    }
    header .header-content .header-content-inner h1 {
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 100%;
    color: #fff;
  }
}

@media (min-width: 280px) {
  header .header-content .header-content-inner h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
    color: #98b0d3;
  }
  header .header-content .header-content-inner p {
    font-size: 16px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#presentacion {
    background-color: #fff;
    min-height: 780px;
}
#presentacion p {
    color: #4d4d4d;
}
#presentacion strong {
    color: #4766b0;
}
#presentacion ol > li {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 2;
 }
#perfil-ing p {
    color: #fff;
}
#perfil-ing {
    background-color: #859cc1;
}
#perfil-ing  ul > li {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    list-style-type: square;
 }
#perfil-eg p {
    color: #fff;
}
#perfil-eg {
    background-color: #334872;
}
#perfil-eg  ul > li {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    list-style-type: square;
 }
#perfil-eg h2 {
    color: #B7CEEA;
}
#estructura {
    background-image: url(../img/requi.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
#estructura h2 {
    color: #B7CEEA;
}
#estructura p {
    color: #fff;
}
#estructura  ul > li {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    list-style-type: square;
 }
#requisitos {
    background-image: url(../img/back001-02.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
#requisitos h2 {
    color: #fff;
}
#requisitos p {
    color: #fff;
}

#ingreso {
    background-color: #fff;
}
#ingreso p {
    color: #4d4d4d;
}
#ingreso strong {
    color: #4766b0;
}
#ingreso ol > li {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 2;
 }

#egreso p {
    color: #fff;
}
#egreso {
    background-color: #859cc1;
}
#egreso  ol > li {
    color: #fff;
    font-size: 16px;
    line-height: 2;
 }

#tecnicos p {
    color: #fff;
}
#tecnicos {
    background-color: #334872;
}
#tecnicos  ol > li {
    color: #fff;
    font-size: 16px;
    line-height: 2;
 }
#tecnicos h2 {
    color: #B7CEEA;
}

#creditos p {
    color: #fff;
    font-size: 85%;
}
#creditos a {
    color: #fff;
    cursor: pointer;
}
#creditos a:hover {
    color: #4766B0;
    text-decoration: none;
}
#creditos a:focus {
    color: #B7CEEA;
    text-decoration: none;
}
#creditos {
    background-color: #1A1A1A;
    max-height: 120px !mportant;
    padding: 50px 10px !important;
}

.direc {
    border-left: 6px solid #4766B0;
    padding-left: 20px;
}
.section-heading {
  margin-top: 999;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #859cc1;
  border-color: #859cc1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #5078b2;
  border-color: #5078b2;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #859cc1;
  border-color: #859cc1;
}
.btn-primary .badge {
  color: #859cc1;
  background-color: white;
}
.btn {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 600;
}
.btn-xl {
  padding: 10px 15px;
  min-width: 180px;
  margin: 10px;
}
.btn-center {
    margin: 150px 25% 0 25%;
    max-width: 50%;
    
}
.btn-center2 {
    margin: 10px;
    width: 85px;
    color: white;
    background-color: #4766B0;
    border-color: #4766B0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-center2:hover,
.btn-center2:focus,
.btn-center2.focus,
.btn-center2:active,
.btn-center2.active,
.open > .dropdown-toggle.btn-center2 {
  color: white;
  background-color: #859cc1;
  border-color: #859cc1;
}
.btn-center2:active,
.btn-center2.active,
.open > .dropdown-toggle.btn-center2 {
  background-image: none;
}
.btn-center3 {
    text-align: center;
    margin-top: 25%;
    margin-bottom: 25%;
}
.btn-center4 {
    margin: 10px;
    width: 85px;
    color: white;
    background-color: #4766B0;
    border-color: #4766B0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    float: right;
}
.btn-center4:hover,
.btn-center4:focus,
.btn-center4.focus,
.btn-center4:active,
.btn-center4.active,
.open > .dropdown-toggle.btn-center4 {
  color: white;
  background-color: #859cc1;
  border-color: #859cc1;
}
.btn-center4:active,
.btn-center4.active,
.open > .dropdown-toggle.btn-center4 {
  background-image: none;
}
.btn-ing {
  color: white;
  background-color: #1755AF;
  border-color: #1755AF;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-ing:hover,
.btn-ing:focus,
.btn-ing.focus,
.btn-ing:active,
.btn-ing.active,
.open > .dropdown-toggle.btn-ing {
  color: rgba(250, 250, 250, 0.5);
  background-color: #132D4C;
  border-color: #132D4C;
}
.btn-eg:active,
.btn-eg.active,
.open > .dropdown-toggle.btn-eg {
  background-image: none;
}
.btn-eg {
  color: white;
  background-color: #4766B0;
  border-color: #4766B0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-eg:hover,
.btn-eg:focus,
.btn-eg.focus,
.btn-eg:active,
.btn-eg.active,
.open > .dropdown-toggle.btn-eg {
  color: rgba(250, 250, 250, 0.5);
  background-color: #334F87;
  border-color: #334F87;
}
.btn-eg:active,
.btn-eg.active,
.open > .dropdown-toggle.btn-eg {
  background-image: none;
}
.btn-tec {
  color: white;
  background-color: #254A7F;
  border-color: #254A7F;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-tec:hover,
.btn-tec:focus,
.btn-tec.focus,
.btn-tec:active,
.btn-tec.active,
.open > .dropdown-toggle.btn-tec {
  color: rgba(250, 250, 250, 0.5);
  background-color: #193659;
  border-color: #193659;
}
.btn-tec:active,
.btn-tec.active,
.open > .dropdown-toggle.btn-tec {
  background-image: none;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
