* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden !important;
  background-color: #FFFFFF;
}

ul {
  list-style: none;
}

h1 {
  position: relative;
  font-size: 30px;
  color: #666666;
  font-weight: 700;
  font-family: 'Asap', sans-serif;
  margin-top: 0;
  margin-bottom: 60px;
}

h1::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  left: -20px;
  bottom: -15px;
  background-color: #9e005d;
}

h2 {
  position: relative;
  font-size: 27px;
  font-weight: 400;
  font-family: 'Cairo', sans-serif;
  color: #ffffff;
}

h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Cairo', sans-serif;
  color: #c31610;
}

h3::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  left: -10px;
  bottom: -5px;
  background-color: #ffffff;
}

h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Cairo', sans-serif;
  font-style: italic;
  color: #998675;
}

p {
  font-size: 19px;
  font-weight: 400;
  font-family: 'Cairo', sans-serif;
  line-height: 120%;
  color: #666666;
  text-align: justify;
}

.head {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  color: #999999;
  position: absolute;
}

.head::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: #e85d78;
  bottom: -45%;
  left: -25%;
}

.white {
  color: #ffffff;
}

h1.white::after {
  background-color: #ffffff;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #c31610 !important;
}

a:focus {
  text-decoration: none;
}

.left {
  float: left;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
}

.center {
  top: 50% !important;
  left: 50% !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.horizontal {
  left: 50% !important;
  -ms-transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}

.vertical {
  top: 50% !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}

.transition {
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/*.menu-bar {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #961755;
  z-index: 10;
}

.logo {
  position: absolute;
  width: auto;
  height: 60%;
  left: 80px;
}

.logo img {
  width: auto;
  height: 100%;
}

.menu-botones {
  position: fixed;
  width: 100%;
  height: 25px;
  background-color: #e6e6e6;
  text-align: center;
  top: 30px;
  z-index: 9;
}

.menu-botones li {
  display: inline-block;
  padding: 2px 7px;
}

.menu-botones a {
  color: #666666;
}

.menu-botones a:hover {
  color: #961755 !important;
}

.menu-btn {
  position: absolute;
  left: 20px;
  margin-top: 4px;
}*/

header {
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 65px;
  background-color: #A69900;
  z-index: 10;
}

header li {
  display: inline-block;
}

header .logo {
  background-color: #8D212F;
  height: 100%;
  width: 230px;
  text-align: center;
  float: left;
}

header .logo:hover {
  background-color: #A32E47;
}

header .logo img {
  position: relative;
  width: 70%;
  max-width: 175px;
  height: auto;
}

header .menu {
  width: 48%;
  padding: 0;
  float: left;
  text-align: right;;
}

header .menu li {
  position: relative;
  padding: 0 0.3rem;
}

header .menu li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-bottom: 4px solid #A69900;
  padding-bottom: 19px;
}

header .menu li a img {
  position: absolute;
  top: -2rem;
  width: 0.8rem;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  opacity: 0;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

header .menu li a:hover {
  color: #8D212F;
  border-bottom: 4px solid #8D212F;
}

header .menu li a:hover img {
  top: -1rem;
  opacity: 1;
}

header .social {
  float: right;
  width: 217px;
  height: auto;
  padding: 0;
  text-align: center;
}

header .social li {
  width: 32px;
  padding: 2px
}

header .social li a img {
  width: 100%;
  height: auto;
}

header .social li a {
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

header .social li a:hover {
  opacity: 0.7;
}

header .sub-menu {
  position: absolute;
  width: 100%;
  height: 250px;
  top: 41px;
  background-color: rgba(248, 242, 227, 0.9);
  display: none;
  z-index: -1;
}

header .menu-center {
  position: relative;
  height: 100%;
  float: left;
  left: 50% !important;
  -ms-transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}

header .sub-menu ul {
  position: relative;
  float: left;
  margin-left: 5%;
  top: 50% !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}

header .sub-menu ul a li {
  display: block;
  width: 230px;
  padding: 10px;
  color: #6A6458;
  border-bottom: thin solid #6A6458;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

header .sub-menu ul a .u {
  border: 0;
}

header .sub-menu ul a:hover > li {
  background-color: #F8F2E3;
  color: #8B2331;
}

header .sub-menu img {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  padding: 10px;
}

header .sub-into-menu {
  position: absolute;
  top: 0;
  left: 275px;
  height: 100%;
  width: 275px;
  display: none;
  padding-left: 12px;
}

header .sub-into-menu .blank {
  background: #fff;
  height: 100%;
}

header .sub-into-menu ul a li {
  font-size: 13px;
  font-family: 'Maitree', serif;
  padding: 4px !important;
}

.logo-mobil {
  display: none;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #8D212F;
  z-index: 100;
}

.logo-mobil img {
  position: relative;
  width: 77%;
}

.logo-mobil:hover {
  background-color: #A32E47;
}

.menu-btn {
  display: none;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #A69900;
  z-index: 100;
}

.menu-btn:hover {
  background-color: #bdb447;
}

.menu-btn p {
  position: absolute;
  color: #FFFFFF;
}

.menu-mobil {
  overflow: scroll;
  top: 0;
  left: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #F8F2E3;
  z-index: 101;
}

.menu-mobil a {
  color: #333333;
  font-size: 18px;
}

.menu-m {
  top: 80px;
  width: 90%;
}

.menu-m li {
  position: relative;
  padding: 10px;
  margin: 3px 0;
  background-color: #f5ebdc;
  z-index: 10;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.menu-m li a img {
  position: absolute;
  right: 10px;
  top: 50% !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}

.sub-menu-m {
  display: none;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.sub-menu-m li {
  margin: 0;
  padding: 6px 10px;
  background-color: #f1e7d6;
  z-index: 9;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.sub-menu-m li a {
  font-size: 16px;
}

.sub-into-menu-m {
  display: none;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.sub-into-menu-m li {
  background-color: #ece1cd;
  z-index: 8;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.cerrar-btn {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #A69900;
  z-index: 1;
  cursor: pointer;
}

.cerrar-btn:hover {
  background-color: #bdb447;
}

.cerrar-btn img {
  position: absolute;
  width: 40%;
  height: auto;
}

.social-mobil {
  bottom: -30px;
  width: 188px;
  height: auto;
  padding: 0;
  text-align: center;
}

.social-mobil li {
  display: inline-block;
  width: 32px;
  padding: 2px
}

.social-mobil li a img {
  width: 100%;
  height: auto;
}

.container-fluid {
  padding: 0;
  margin: 0
}

.row {
  padding-top: 90px;
  padding-bottom: 50px;
}

.stage {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}


.slider {
  width: 600%;
  height: 100%;
}

.slider li {
  position: relative;
  width: 16.666%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.next-btn {
  position: absolute;
  right: 0;
}

.prev-btn {
  position: absolute;
  left: 0;
}

.img-full {
  margin: 60px 0 40px 0;
  width: 100%;
  height: auto;
}

.section-siguenos {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 22rem;
  min-height: 230px;
}

.section-siguenos .siguenos-cont {
  position: absolute;
  width: 415px;
  height: auto;
  bottom: 0;
  vertical-align: middle;
}

.section-siguenos .titulo-siguenos {
  position: relative;
  width: 200px;
  height: auto;
  float: left;
}

.social-siguenos {
  position: relative;;
  float: left;
  width: 192px;
  margin-top: 42px;
  margin-left: 20px;
}

.social-siguenos li {
  display: inline-block;
}

.social-siguenos li a img {
  position: relative;
  width: 45px;
  height: auto;
  padding: 5px;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

.social-siguenos li a:hover img {
  padding: 0;
}

.contacto {
  position: absolute;
  width: 90%;
  left: 10%;
}

.contacto .logo-rojo {
  position: relative;
  width: 230px;
  margin-top: 20px;
  height: auto;
  float: left;
}

.contacto p {
  font-size: 14px;
  font-family: 'Arimo', sans-serif;
  font-weight: 900;
  color: #808080;
  border-left: 3px solid #808080;
  padding-left: 20px;
  float: left;
  margin-left: 20px;
}

.contacto ul {
  margin-top: 20px;
  left: 265px;
}

.contacto ul li {
  display: inline-block;
}

.contacto ul li a img {
  width: 38px;
  height: auto;
  padding: 5px;
}

.contacto ul li a:hover img {
  padding: 0;
}

.menu-botones2 {
  position: fixed;
  width: 100%;
  height: 220px !important;
  background-color: #e6e6e6;
  text-align: left;
  top: -200px;
  z-index: 9;
  display: none;
}

.menu-botones2 li {
  display: block !important;
  padding: 7px 0 7px 7px !important;
}

.menu-botones2 a {
  font-size: 14px !important;
  color: #666666;
}

.menu-botones2 a:hover {
  color: #961755 !important;
}

.bg {
  background-position: 0 auto !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 1008px) {
  .menu-botones {
    display: none;
  }

  .menu-botones2 {
    display: block;
  }
}

@media (max-width: 991px) {
  .res-row {
    padding: 0 10%;
  }

  p {
    text-align: left;
  }
}

@media (max-width: 810px) {
  .logo-mobil {
    display: block;
  }

  .menu-btn {
    display: block;
  }

  header {
    display: none;
  }

  .espacio {
    height: 60px !important;
  }

  .barra {
    display: block !important;
  }

  .t1 {
    margin-top: 80px;
  }
}

@media (max-width: 710px) {
  p {
    text-align: left !important;
  }

  .text-center {
    text-align: left !important;
  }

  .logo-mobil {
    display: block;
  }

  .menu-btn {
    display: block;
  }

  .barra {
    display: block !important;
  }

  .espacio {
    height: 60px !important;
  }

  header {
    display: none;
  }

  .donar-fix {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 45px !important;
    text-align: center !important;
    top: initial !important;
    background-color: #8C212F;
  }

  .donar-fix img {
    width: 140px !important;
    margin-right: -26px;
  }

  .sliderHead {
    display: none;
  }
}
