body {
  font-family: "Open Sans", sans-serif;

  margin: 0px;
}

h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 59px;
  font-weight: 400;
  letter-spacing: -1px;
}

h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  margin: 0px;
}

h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}

h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0px;
}

h5 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  margin: 5px;
  margin-top: 19px;
}

h6 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  margin: 5px;
  margin-top: 9px;
}

p {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

video#videobg {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/ocean.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

#section1 {
  margin-top: 120px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffefe1;
  font-weight: 500;
  font-size: 17px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  background: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #413c6b;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-toggle {
  border-color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #2a2944;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 19px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

a:hover,
a:focus {
  color: #443e79;
  text-decoration: underline;
}

.contenido2 {
  background-color: #fff;
}

.navbar-right {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  margin-right: 20px;
}

.image-responsive {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 500px;
}

.image-responsive-sm {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 350px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.navbar-inverse {
  background-color: #7871b3;
  border: transparent;
}

.boton {
  color: #fff;
  border: none;
  background-color: #7871b3;
  padding: 10px 40px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 35px;
  font-weight: 500;
}

.boton:hover {
  color: #fff;
  border: none;
  background-color: #3bb9eb;
  text-decoration: none;
}

.linea-crema2 {
  background-color: #ffeee0;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 3px;
}

.shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.italic {
  font-style: italic;
}

.txt-right {
  text-align: right;
}

/* Contacto */

#contact-form {
  text-align: center;
}

#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form label {
  font-size: 15px;
  margin-bottom: 2px;
  font-family: "Open Sans", sans-serif;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
  width: 90%;
  background: #fff;
  margin-bottom: 12px;
  padding: 10px;
  text-align: center;
  border: solid #b5b5b5 1px;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
  background-color: #e5e6e7;
}

#contact-form textarea {
  height: 110px;
}

#contact-form #submit {
  color: #fff;
  border: none;
  background-color: #7871b3;
  padding: 10px 40px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 35px;
  font-weight: 500;
}

#contact-form #submit:hover {
  color: #fff;
  border: none;
  background-color: #3bb9eb;
  text-decoration: none;
}

input:required,
textarea:required {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

#contact-form .required {
  font-weight: bold;
  color: #e5e6e7;
}

#failure,
#success {
  color: #6ea070;
  display: none;
}
.respuesta {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  text-align: center;
  margin-top: 50px;
}

.btn-success {
  background-color: #1bbba4;
  border-color: #0d9481;
}

.btn-success:hover {
  background-color: #a00989;
  border-color: #10bba3;
}

.responsive-form {
  width: 100%;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #443e77;
}

.logo {
  margin-top: -10px;
  margin-left: 10px;
  width: 60px;
}

.left {
  text-align: center;
}

.navegacion {
  border-bottom: 6px solid #7871b3;
  position: fixed;
  width: 100%;
  top: 75px;
  z-index: 10;
}

.linea {
  border-bottom: solid 1px #eee;
}

.productos {
  margin-top: 100px;
}

.center {
  text-align: center;
}

.morado {
  color: #7871b3;
}

.morado2 {
  color: #443e79;
}

.azul {
  color: #3cbaeb;
}

.gris {
  color: #5e5e5e;
}

.gris2 {
  color: #5e5e5e;
}

.crema {
  color: #ffeee0;
}

.white {
  color: #ffffff;
}

.pad-top {
  margin-top: 30px;
}

.section2 {
  background-color: #7871b3;
  padding-bottom: 70px;
  padding-top: 50px;
}

.titular {
  border: 3px solid #fff;
  color: #fff;
  padding: 0px 40px 3px 40px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1px;
  border-radius: 12px;
  display: inline-block;
  line-height: 44px;
  margin-bottom: 10px;
}

.titular2 {
  border: 3px solid #7871b3;
  color: #7871b3;
  padding: 0px 40px 3px 40px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1px;
  border-radius: 12px;
  display: inline-block;
  line-height: 44px;
  margin-bottom: 10px;
}

.titularto {
  color: #ffffff;
  background-color: #939393;
  padding: 2px 40px 5px 40px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1px;
  border-radius: 12px;
  display: inline-block;
  line-height: 44px;
  position: relative;
  top: -34px;
  max-width: 360px;
  width: 100%;
  text-align: center;
}

.header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.img-respo {
  max-width: 250px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.img-respo3 {
  max-width: 200px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.img-respo2 {
  max-width: 640px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.img-redonda {
  max-width: 240px;
  border-radius: 170px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.linea-morada {
  background-color: #443e79;
  width: 100%;
  height: 7px;
}

.linea-crema {
  background-color: #ffeee0;
  width: 100%;
  height: 25px;
}

.section3 {
  margin-top: 70px;
  margin-bottom: 60px;
}

.justify {
  text-align: justify;
}

.corazon {
}

.container2 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #7871b3;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  filter: none;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color: #7871b3;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 650px;
    margin: 30px auto;
  }
}

.modal-body {
  position: relative;
  padding: 25px;
}

.section4 {
  background-color: #e2e2e2;
  padding-bottom: 70px;
}

.boldy {
  font-weight: 500;
  letter-spacing: -1px;
}

.cifras {
  margin: 0px;
  position: relative;
  top: -47px;
  color: #443e79;
  margin-bottom: -59px;
}

.section5 {
  background-color: #443e79;
  padding-bottom: 30px;
  padding-top: 1px;
}

.img-testimonios {
  max-width: 190px;
  width: 100%;
  border-radius: 15px;
  margin-top: 10px;
}

.foot {
  background-color: #7871b3;
  padding-bottom: 20px;
  padding-top: 30px;
}

.right {
  text-align: center;
}

.captcha {
  position: relative;
  left: 50%;
  margin-left: -152px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.sup {
  position: fixed;
  z-index: 2;
  bottom: 11px;
  right: 9px;
}

.whatsapp2 {
  width: 50px;
}

@media (min-width: 768px) {
  .navbar-nav li a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .logo {
    margin-top: -10px;
    margin-left: 10px;
    width: 90px;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}
