@font-face {
    font-family: DINWeb;
    src: url(../fonts/DIN-Alternate.ttf);
}
nav.navbar.navbar-expand-lg.fixed-top.scrolling-navbar, ul.navbar-nav.mr-auto.w-100.justify-content-end, nav.navbar.navbar-expand-lg.fixed-top.scrolling-navbar.top-nav-collapse {
    background: #fde838 !important;
    height: 100px !important;
    margin-top: 45px;
}
input{
vertical-align: middle;
}
.vecinaBtn{
margin:15px;
background-color:
rgb(241, 0, 0)!important;
font-size: 14px;
padding: 12px 20px;
border-radius: 4px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
  }
.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0px !important;
    min-height: 58px;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important;
    margin-top: 0px!important;
}
.contentBuscador{
  background-color: #ef2726;position: fixed; z-index: 5000
}
.buscadorRs{
      background-color: white;
    border-radius: 25px 0 0 25px;
    float: right!important;
    height: 46px;
    width: 380px;
    margin-right: -15px;
}
ul.navbar-nav.mr-auto.w-100.justify-content-end{
  padding-top: 15px;
}

.navbar li.active a.nav-link{
  color: #e92624;
}

li.nav-item{
  padding: 0 0px !important;
    font-family:  DINWeb, sans-serif!important;
    text-transform: uppercase;
}

a.nav-link{
    color:rgb(9, 0, 140) !important;
}

div.sk-circle11.sk-child{
   ;
}

#main-slide .carousel-indicators{
  bottom: 15px;
}

div#main-slide{
  padding-top: 100px;
}

.btn-common {
  background-color: #263678 !important;
}

a.back-to-top i{
  background: #263678 !important;
}

.section-title:before, .section-title:after
{
  background: #263678 !important;
}

.navbar li.active a.nav-link, a.nav-link
{
  color: #e92624;
    font-size:15px !important;
    font-family:  DINWeb, sans-serif!important;
}

h1.section-title.wow.fadeInUp{
  padding-top: 40px;
}

section#team{
  margin-top: 50px;
}

p.wow{
  font-size: 25px;
}

.footer-area, #copyright {
    background: #fde838;

}

#copyright p, .footer-area p{
  color: #263678;
}

.menu-inferior{
  padding: 10px;
}

a {
  color: #263678;
}

a:hover{
  color: #ed0d0d;
}

.subscribe-inner.form-control{
  border: 1px solid #ccc;
}

#subscribe {
     background: #ed0d0d;
}

.widget .widget-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #263678;
    padding-top: 0;
    margin-top: 0;
}

.buscar{
  border: solid 1px red;
  position: absolute;
  margin-top: 150px;
  z-index: 40;
  margin-left: 80px;
  width: 300px;
  background-color: #ed0d0d;
}

.buscar p {
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
  color: #fde838;
}

.form-control{
  margin: auto;
  width: 80%;
  text-align: center;
}

.selection{
  padding: 10px 0;
}

.selection:last-child{
  padding-bottom: 15px;
}

.dos{
  margin-bottom: 30px;
}


.subscribe-inner .subscribe-title {
    font-size: 25px;
    margin-bottom: 5px;
    color: #263678;
}

.subscribe-inner p {
    color: #263678;
    margin-bottom: 30px;
    font-size: 25px;
  }

  #myVideo{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 70%;
    bottom: 0px;
    right: 0px;
  }

  #myBtn {
    position: absolute;
      width: 10%;
      font-size: 18px;
      padding: 10px;
      border: none;
      background: #fde838;
      color: #ed0d0d;
      cursor: pointer;
      margin-left: 10px;

  }

  #myBtn:hover {
      background: #ed0d0d;
      color: #fde838;
  }
