body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #666;
  background-color: #ffffff;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 /* font-family: 'Lato', Helvetica, Arial, sans-serif;*/
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
}
.coloradw {color: #009988} 
.colortw{color: #1fa0f3}
.colorfb {color:#30599d;}
.colorinsta{color:#e64c59}
.adwp {color:#999; margin-bottom: 40px;}
.txtadw {margin-left: -90px; margin-right: 90px;}
.txttw {margin-left: -70px; margin-right: 70px;}
.listaadw {line-height: 180%;}
.btnvermas {float:right; text-align: center; color:#FFF; padding:6px 20px; background: linear-gradient(141deg, #1078af 0%, #1b9bc0 51%, #6bb4c2 75%); border-radius: 20px;}
.twit {margin-top: -40px; margin-right: -20px;}
.darks {color: #999;}
.lity-container {width: 100%; max-width: 600px;}
footer{background: linear-gradient(141deg, #1078af 0%, #1b9bc0 51%, #6bb4c2 75%); }

/* Tweak para scrollable lightbox */
.lity-active body {
    overflow: hidden;
}
.lity-inline .lity-content > * {
    max-height: none !important;
}
.lity-inline .lity-wrap {
    overflow: auto;
}
.lity-inline .lity-content {
    margin: 20px 0;
}
.lity-active body {
    overflow: hidden;
}
.lity-inline .lity-content > * {
    max-height: none !important;
}
.lity-inline .lity-wrap {
    overflow: auto;
}
.lity-inline .lity-content {
    margin: 20px 0;
}/* Fin tweak para scrollable lightbox */

#formulario{ padding: 80px; text-align: center;}
/*  formulario  */
#contacto {border-radius: 20px;}

.form-group {
    margin-bottom: 7px;
}
.form-control {
  border-radius: 10px;
  border: 1px solid ;
  margin: 0;
  background-color: rgba(255,255,255,.8);
  font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  padding: .35rem .75rem;
}
.form-check-inline {
  width: 70%;
  display: inline-block;
  float: right;
  margin: 3px;
  padding-left: 20px;
}
.form-check label {
  text-align: right;
  font-size: 1em;
  text-shadow: 1.5px 1.5px 2px rgba(0,0,0,1);
  letter-spacing: .5px;
  width: 100%;
  display: block;
  color: #fff;
}
.form-check {
  margin-bottom: 0;
}

.form-check-input {
    margin-top: .4rem;
}
.form-group {
  position: relative;
}
.form-group span {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #495057;
}
.check-text {
  display: inline-block;
}

.obligatorios {
  background-color: #575757;
  color: #333;
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
  font-size: .9em;
  margin-bottom: 5px;
}

::-webkit-input-placeholder {
  color:    #212121;
}
:-moz-placeholder {
  color:    #212121;
  opacity:  1;
}
::-moz-placeholder {
  color:    #212121;
  opacity:  1;
}
:-ms-input-placeholder {
  color:    #212121;
}
::-ms-input-placeholder {
  color:    #212121;
}
::placeholder {
  color: #212121 !important;
}
.btn-enviar {
 text-align: center; margin: 10px auto; color:#FFF; padding:6px 80px; background: linear-gradient(141deg, #1078af 0%, #1b9bc0 51%, #6bb4c2 75%); border-radius: 20px;
}
.btn-enviar:hover, .btn-enviar:active {
 /* background-color: rgba(224,0,29,.7);*/
  color: #fff;
}

form textarea {
  overflow: hidden;
  min-height: 100px;
}

.error {
   border: 1.5px solid #FF0000 !important;
   margin-right: 10px;
   background-color: rgba(255,200,200,.7);
}
#gracias, #error_form {
  height: 250px;
  text-align: center;
}

/* fin formiulario */
p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 25px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42DCA3;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

#mainNav {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: white;
  border: 1px solid white;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: white;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background:  rgba(100, 100, 100, 0.9);
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 180px;
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .masthead {
    height: 80%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}
.btn-circle2 {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid grey ! important ;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle2:focus, .btn-circle2:hover {
  color: grey;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}
.content-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  /*border-radius: 0;*/
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

ul.banner-social-buttons {
  margin-top: 0;
}


@media (max-width: 1199px) {
    .adwp {margin-bottom: 10px;}
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .paddingmobile01 {
    margin-bottom: 20px;
  }
  .masthead .intro-body {
  padding-bottom: 0px;
}
  .adwp {margin-bottom: 30px;}
  .txtadw, .txttw {margin-left: 0; margin-right: 0;}
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
