html,
body {
  background-color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3e3e3e;
  letter-spacing: -0.2px;
}
button:focus{
  outline: none;
}
img, a{
  border:none;
  outline: none;
}
h1, h2, h3, h4, h5, h6{
  margin-bottom: 1rem;
  font-weight: 700;
}
h1{
  font-size: 3rem;
  line-height: 3.3rem;
}
h2{
  font-size: 2.1rem;
  line-height: 2rem;
  letter-spacing: -1px;
  padding: 20px 0px;
}
h3{
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: -1px;
  padding: 20px 0px 0px 0px;
}
h4{
  font-size: 1.3rem;
  line-height: 1.8rem;
}
h5{
  font-size: 1.1rem;
  line-height: 1.3rem;
}
p{
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}

.texto-blanco {
  color: #fff !important;
}

/*----------- COLORES -----------*/

.texto-color {
  color: #009cda !important;
}
.fondo-color{
  background-color: #009cda !important;
}

/*----------- COLORES -----------*/


.masthead {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.container-grande{
  margin: 20px auto;
  border: none;
  border-radius: 0rem;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.container-chico{
  max-width: 600px;
  margin: 20px auto;
  padding: 0px;
  border: none;
  border-radius: 0rem;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}

#col-izq{
  padding-right: 100px !important;
}


.modal-header{
  border: none;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.modal-body{
  padding: 0rem;
}
.modal-content{
  border: none;
  border-radius: 0rem;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}


form{
  padding-top: 20px;
}
.form-group{
  margin-bottom: 0.7rem;
}
label {
  font-size: 0.95rem;
  color: #fff;
  width: 100%;
  cursor: pointer;
  letter-spacing: 0;
  margin-bottom: 0.1rem;
}
.form-control, textarea, select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #3e3e3e;
  height: 45px;
  padding: 0px 10px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.form-control:focus, textarea:focus, select:focus {
  background-color: #fff;
  border: none;
  box-shadow: none;
  color: #3e3e3e;
}
.form-active .form-control:invalid {
  border-color: #df7a7a;
}
.form-check-label{
  padding-top: 2px;
  padding-bottom: 10px;
}
textarea {
  padding-top: 10px !important;
  height: 120px !important;
}


.btn {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 900;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  margin: 5px 0px;
  padding: 20px 40px;
  transition: all 0.2s;
  color: #fff;
  background-color: #005476;
  border: 2px solid #005476;
  vertical-align: unset;
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #005476;
  background-color: #fff;
  border: 2px solid #005476;
  box-shadow: none;
}

.btn-border {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 900;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  margin: 5px 0px;
  padding: 20px 40px;
  transition: all 0.2s;
  color: #005476;
  background-color: #fff;
  border: 2px solid #005476;
  vertical-align: unset;
  box-shadow: none;
}
.btn-border:hover,
.btn-border:focus,
.btn-border.focus,
.btn-border.active {
  color: #fff;
  background-color: #005476;
  border: 2px solid #005476;
  box-shadow: none;
}




::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #009cda;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #009cda;
}

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

body {
  webkit-tap-highlight-color: #009cda;
}

@supports (-webkit-overflow-scrolling: touch) {
  select,
  textarea,
  input {
    font-size: 1rem !important;
  }
  .parallax {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial;
  }
}





/* -----------EXTRAS----------- */


/* -------CONTADOR------- */
#counter{
  font-size: 2.2rem;
  line-height: 2rem;
  color: #ff9600;
}
#counter p{
  font-size: 0.8rem;
  line-height: 1rem;
  color: #009cda;
  padding-top: 10px;
}
#counter .mas{
  float: left;
  text-align: right;
}


/* -----------EXTRAS----------- */