@font-face {
  font-family: Monstserrat;
  src: url(/static/font/Montserrat-Bold.otf);
}
@font-face {
  font-family: Monstserrat-Regular;
  src: url(/static/font/Montserrat-Regular.otf);
}
@font-face {
  font-family: BeVietnam;
  src: url(/static/font/BeVietnamPro-Regular.ttf);
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Monstserrat !important;  
  scroll-behavior: smooth;
}
/* Header */
header {
  width: 100%;
  position: relative;
  z-index: 1000;
  background-size: cover;
}

.content {
  width: 94%;
  margin: 4em auto;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.logo {
  line-height: 60px;
  position: fixed;
  float: left;
  margin: 16px 46px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

nav {
  position: fixed;
  width: 100%;
  line-height: 60px;
}

nav ul {
  line-height: 60px;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: right;
  margin: 0;
  padding-right: 5px;
  transition: .5s;
}

nav.black ul {
  background: #083972;
  box-shadow: 0px 10px 30px -6px rgba(0,0,0,0.29);
  -webkit-box-shadow: 0px 10px 30px -6px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 10px 30px -6px rgba(0,0,0,0.29);
}

nav ul li {
  display: inline-block;
  padding: 16px 40px;;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: Monstserrat !important;  
}

.menu-icon {
  line-height: 60px;
  width: 100%;
  background: #083972;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 24px;
  cursor: pointer;
  color: #fff;
  display: none;
}

/* Header */


/* General */
.wrapper{
  overflow-x: hidden; 
  overflow-y: hidden;
  max-width: 1360px; 
  margin: auto; 
}
.principal-title{
  color: #fff;
  z-index: 40;
  font-weight: bold;
}
.principal-title-blue{
  color: #083972;
  z-index: 40;
  font-weight: bold;
}
span.enfasis{
  color: #68E1FD;
}

.h-600{
  height: 600px;
}
.h-650{
  height: 650px;
}
/* General */
.bg-blue-notify{
  background-color: #083972; 
}
.bg-white-notify{
  background-color: #ffffff;
}
.parallax{
  background-image: url("/static/img/fondo.png");  
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.parallax_t{
  background-image: url("/static/img/fondo_t.png");  
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
/* home */
#section_one h4{
  color: #ffffff;
  font-family: BeVietnam;
}
#section_one img{
  z-index: 0;
}
.button-call{
  border: 5px #68E1FD solid;
  border-radius: 25px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  padding: 15px 50px;
  font-family: Monstserrat;
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.5);
}
.button-call:hover{
  background-color: #68E1FD;
  color: #083972;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

.button-call-v1{
  border: 5px #68E1FD solid;
  border-radius: 25px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  padding: 15px 50px;
  font-family: Monstserrat;
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.5);
}
.button-call-v1:hover{
  background-color: #68E1FD;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}
/* home */

/* usuarios */
#section_two{
  overflow: hidden;
}
#section_two ul{
  padding-top: 150px;
  font-family: BeVietnam;
  color: #083972;
  position: relative;
  font-size: 28px;
  z-index: 10;
  list-style: none;
}
.movil{
  position: relative;
  z-index: 110;
}
#section_two .movil{
  z-index: 2;
}
/* usuarios */

/* relog checador */
#section_tree p{
  position: relative;
  z-index: 11;
  /* bottom: -60px; */
  font-size: 26px;
  font-family: BeVietnam;
  color: #ffffff;
}
.padding_custom{
  padding-left: 150px;
}
/* relog checador */

/* graficas */
#section_four p{
  font-size: 25px;
  font-family: BeVietnam;
  color: #ffffff;
}
/* graficas */

/* actividades */
#section_five p{
  font-size: 25px;
  font-family: BeVietnam;
  color: #ffffff;
}
/* actividades */

/* testimonios */
.testimonial-text{
  font-size: 20px;
  color: #fff;
  padding-top: 50px;
}

/* testimonios */

/* paquetes */
.pack{
  border: #fff 5px solid;
  border-radius: 15px;
  color: #fff;
}
.pack p:nth-child(even){
  background-color: #C0D7E9;
  color: #083972;
}
.pack a{
  background-color: #C0D7E9;
  padding: 10px 40px;
  border-radius: 20px;
  text-decoration: none;
  color: #083972;
}
/* paquetes */

/* Vistazo */
.vistazo{
  background-image: url(/static/img/prueba.png);
  background-repeat:round;
  background-position: center, center;
  background-size: contain; 
  background-attachment: fixed;
}
/* Vistazo */

/* Contacto */
#section_nine .col-10{
  border-radius: 20px;

}
#section_nine input, textarea{
  border-radius: 5px;
  border: 1px #002891 solid;
  color: #002891;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button-send{
  width: 358px;
  height: 78px;
  background: #093F7C;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  padding: 10px 80px;
  font-size: 18px;
}
/* Contacto */

/* footer */
.footer{
  border-radius: 40px 40px 0px 0px;

}
.footer-text{
  font-family: Monstserrat-Regular;
  color: #083972;
}
.terms{
  text-decoration: none;
  color: #002891;
}
.terms:hover{
  text-decoration:underline;
}
/* footer */






/* Register */
.registerform{
  border-radius: 10px;
}
.r-title{
  color: #083972;
  font-size: 18px;
}

.input-r{
  border: 1px #083972 solid;
  border-radius: 5px;
  font-family: Monstserrat-Regular;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
  color: #083972;

}

.input-w{
  width: 100%;
}
.input-mid{
  width: 215px;
}

.btn-register{
  background-color: #2c95fd;
  border: 0;
  padding: 10px 50px;
  color: #fff;
  border-radius: 20px;
}
/* Register */


.owl-nav{
  position: relative;
}
.owl-prev{
  position: absolute;
  top: 0;
  left: 45%;
}
.owl-next{
  position: absolute;
  top: 0;
  right: 45%;
}

@media(max-width: 820px) {
  /* Header */
    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #083972;
    }

    nav.black ul {
          background: #083972;
    }

    .showing {
          max-height: 100%;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 24px;
          text-align: center;
    }

    .menu-icon {
          display: block;
    }
  /* Header */


  /* General */
  .h-600{
    height: auto;
  }
  .h-650{
    height: auto;
  }

  /* secction Two */
  #section_two ul{
    padding-top: 40px;
    font-size: 22px;
    color: #ffffff;
  }

  /* section tree */
  #section_tree p{
    position: relative;
    z-index: 11;
    bottom: 0px;
    font-size: 22px;
    font-family: BeVietnam;
    color: #083972;
  }

  .vistazo{
    background-image: url(/static/img/prueba.png);
    background-repeat:no-repeat;
    height: 200px !important;
    background-position: center, center;
    background-size: cover; 
    background-attachment:fixed;
  }
  .button-call{
    font-size: 18px;
    color: #ffffff;
    padding: 10px 25px;
    font-family: Monstserrat;
  }
  .button-call-v1{
    font-size: 18px;
    color: #ffffff;
    padding: 10px 25px;
    font-family: Monstserrat;
  }
  .input-w{
    width:auto;
  }
  .input-mid{
    width:auto;
  }
}

@keyframes shake {
  0%, 100% { translate: 0;}
  25% { translate: 8px, 0;}
  75% { translate: -8px, 0;}
  
}

.warnings{
  width: auto;
  text-align: center;
  margin: auto;
  color: red;
  padding-top: 20px;
}

.notification{
  color: rgb(255, 255, 255);
  background-color: red;
  border-radius: 0px 10px 10px 0px;
  top:20px;
  left: -200px;
  width: 200px;
  
  transition-duration: 2s;
}

.notification.on{
  translate: 210px;
  transition-duration: 2s;
}