/**
* Template Name: Day - v4.9.1
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Josefin Sans', sans-serif;
  color: #0c0000;
  font-size: 20px;
  line-height: 25px;
  background: url(../img/fondo-cabecera.jpg);
}

a {
  color: #cc1616;
  text-decoration: none;
}

a:hover {
  color: #e82d2d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif;
}
h3{
  font-weight: 600;
  font-size: 20px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #cc1616;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e72323;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: url(../img/fondo-cabecera.jpg);
  padding: 1rem 2rem;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar>ul>li {
  margin-left: 5px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0c0c0c;
  white-space: nowrap;
  transition: 0.3s;
}
.no-padding{
  padding-right: 0!important;
}
.padding-right{
  padding-right: 5rem!important;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0c0c0c;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #cc1616;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background: url(../img/fondo-cabecera.jpg);
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cc1616;
  background: none;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh + 300px);
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
}
#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #fff;
  border-color: #fff;
  color: #0c0000;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.container{
  max-width: 1100px;
}
.about .col-lg-7{
  padding-right: 3rem;
}
.about h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sangria .box{
  padding: 0 1.5rem;
}
.sangria .bg-white .image{
  padding: 0;
}
.sangria .bg-white .text{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 3rem;
}

/*--------------------------------------------------------------
# Recuerdos
--------------------------------------------------------------*/
.recuerdos {
  background: url("../img/hero-bg.jpg") fixed center center;
  background-size: cover;
  padding: 0;
}
.recuerdos h3 {
  font-size: 28px;
  font-weight: 700;
}
.recuerdos.bottom{
  height: 150px;
}

/*--------------------------------------------------------------
# Historia
--------------------------------------------------------------*/
.historia {
  background: #7DD6DD;
  padding: 120px 0;
}
.historia h3{
  font-size: 25px;
}
/*--------------------------------------------------------------
# Spoty
--------------------------------------------------------------*/
.spoty {
  position: relative;
  padding: 120px 0 50px;
}
.spoty h3{
  font-size: 25px;
}
.spoty .img-absolute{
  position: absolute;
}
.spoty .img-absolute.top{
  top: 0;
  right: 0;
  width: 400px;
}
.spoty .img-absolute.bottom{
  bottom: 0;
  left: 0;
  width: 600px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  border-top: 1px solid #ccc;
  padding: 0 0 30px 0;
  font-size: 14px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .container{
  border-bottom: 1px solid;
  padding-bottom: 2rem;
}
#footer .col-md-8 {
  display: flex;
  align-items: center;
}
#footer h3{
  font-size: 15px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
#footer .social-links{
  display: flex;
  justify-content: end;
  width: 100%;
}
#footer .social-links a {
  color: rgba(0, 0, 0, 0.9);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 25px;
}
.copyright{
  font-size: 15px;
  font-weight: 600;
}
.legales{
  text-align: right;
}
.legales a {
  color: #0c0000;
  font-weight: 600;
  font-size: 13px;
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');