html {
  scroll-behavior: smooth;
}



.navbar-default{
  transition:500ms ease;
  background:white;
  font-weight: 600;
}



.navbar-default.scrolled {
  padding: 0;
}



.navbar-default .logo{
  transition:5000ms ease; 
}

.navbar-default.scrolled .logo{
   width: 50%;
}

body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  overflow-x: hidden; 
  font-size: 13px;
}

h1,h2,h3,h4 {
  font-weight: 700;
}


.heavy {
  font-weight: 900;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

.espacio-vertical {
  padding: 100px 0px 
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #001873;
    opacity: 0.9;
    z-index: 1;
}




.greyscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}

/*START bg*/

.bg-red {
  background-color: #e22a51;
}


.bg-blue {
  background: #1488CC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.bg-purple {
background: #8E2DE2;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.bg-dblue {
  background-color: #0b1f33;
}
/*END bg*/


footer{
  background-color: : #171d65;
}




.text-gradiente {
   background: rgb(255,50,61);
background: -moz-linear-gradient(225deg, rgba(255,50,61,1) 0%, rgba(71,39,134,1) 89%, rgba(23,28,148,1) 100%);
background: -webkit-linear-gradient(225deg, rgba(255,50,61,1) 0%, rgba(71,39,134,1) 89%, rgba(23,28,148,1) 100%);
background: linear-gradient(225deg, rgba(255,50,61,1) 0%, rgba(71,39,134,1) 89%, rgba(23,28,148,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff323d",endColorstr="#171c94",GradientType=1); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-lightblue{
  background-color: #e7f2fe; 
}



.bg-gradiente {
   background: rgb(255,50,61);
background: -moz-linear-gradient(63deg, rgba(255,50,61,1) 0%, rgba(71,39,134,1) 52%, rgba(23,28,148,1) 100%);
background: -webkit-linear-gradient(63deg, rgba(255,50,61,1) 0%, rgba(71,39,134,1) 52%, rgba(23,28,148,1) 100%);
background: linear-gradient(63deg, rgba(255,50,61,1) 0%, rgba(71,39,134,1) 52%, rgba(23,28,148,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff323d",endColorstr="#171c94",GradientType=1); 
}


.bg-gradiente-50 {
   background: rgb(255,50,99);
background: -moz-linear-gradient(259deg, rgba(255,50,99,0.468207351299895) 0%, rgba(23,28,148,0.46540623085171573) 100%);
background: -webkit-linear-gradient(259deg, rgba(255,50,99,0.468207351299895) 0%, rgba(23,28,148,0.46540623085171573) 100%);
background: linear-gradient(259deg, rgba(255,50,99,0.468207351299895) 0%, rgba(23,28,148,0.46540623085171573) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3263",endColorstr="#171c94",GradientType=1); 
}

textarea {
    height: 205px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #727272;
    background-color: #f6f7f8;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}



input.form-control {
    width: 100%;
    height: 55px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 23px;
    color: #727272;
    background-color: #f6f7f8;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


iframe.contact-maps {
    margin-bottom: 20px;
    padding: 10px 10px;
    border-radius: 8px;
    background-color: #f6f7f8;
    border: 1px solid #eaeaea !important;
}



nav ul {
  font-size: .8rem;
}


ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color:#e22a51;
}

#main {
    height: 100%;
}

#dot-nav{    
  right: 10px;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  z-index: 999;
}

#dot-nav ul {
  list-style: none;
  margin:0;
  padding: 0;
}
#dot-nav li {
  position: relative;
  background-color: #bdc3c7;
  border:3px solid #bdc3c7;
  border-radius: 15px 15px 15px 15px;
  cursor: pointer;
  padding: 5px;
  height: 10px;
  margin: 10px 10px 0px 0px;
  width: 10px;
  vertical-align:bottom;
}
#dot-nav li.active, #dot-nav li:hover {
  background-color: #8e44ad;
}

#dot-nav a {
  outline: 0;
  vertical-align:top;
  margin: 0px 0px 0px 25px;
  position: relative;
  top:-5px;
}

.text-bajo {
  color: #f8f9fa33;
}

.shadow {
    position: relative;
}

.shadow:hover .over {
  opacity: 0;
}

.over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .3;
  transition: .5s ease;
  background-color: #0E5C9E;
}



/*footer*/

footer a {
  text-decoration: none;
  color: #f8f9fa33;
}


footer a:hover {
  color: white;
}

/*end footer */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: .9rem;
  }

  .display-3 {
    font-size: 2.5rem;

  }
}