@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poiret One", sans-serif;
}

body {
  background: #fff;
  font-family: "Poiret One", sans-serif;
  font-size: 20px;
  color: #000;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  color: #f22112;
}

h1 {
  font-size: 35px;
  font-weight: bold;
  color: #3d3c3d;
}

.blanc {
  color: #fff;
}

.negrito {
  font-weight: bold;
}

.logo {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  color: #3d3c3d;
  font-weight: bold;
}

.bar1 {
  width: 35px;
  height: 4px;
  background-color: #d81305;
  margin: 6px 0;
  margin-left: 30px;

  transition: 0.4s;
}

.bar1:hover {
  background-color: #3d3c3d;
  transform: rotate(360deg);
  transform-origin: center;
}

.bar2 {
  width: 35px;
  height: 4px;
  background-color: #d81305;
  margin: 6px 0;
  margin-left: 30px;

  transition: 0.4s;
}

.bar2:hover {
  background-color: #3d3c3d;
  transform: rotate(360deg);
  transform-origin: center;
}

.bar3 {
  width: 35px;
  height: 4px;
  background-color: #d81305;
  margin: 6px 0;
  margin-left: 30px;
  margin-bottom: 30px;
  transition: 0.4s;
}

.bar3:hover {
  background-color: #3d3c3d;
  transform: rotate(360deg);
  transform-origin: center;
}

.hamburguer {
  margin-top: 30px;
  padding-top: 30px;
  color: #ffffff;
  font-size: 36px;
  cursor: pointer;
}
/* The side navigation menu */
.sidenav {
  line-height: 30px;
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
  text-decoration: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 50px;
  font-size: 36px;
  margin-left: 50px;
  font-size: 36px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.hero-image {
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/Bkg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;

  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
}

.hero-text h1 {
  color: #fff;
  font-weight: bold;
}

.herop {
  margin-bottom: 20px;
}

.btn-ex {
  width: 200px !important;
  height: auto;
  text-align: center;
  padding: 10px 30px;
  background-color: #f22112;
  color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px #999999;
  box-shadow: 0px 3px 5px 0px #999999;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 20px;
}

.btn-ex:hover {
  background-color: #d81305;
  color: #000;
  -webkit-box-shadow: 0px 0px 0px 0px #999999;
  box-shadow: 0px 0px 0px 0px #999999;
  text-decoration: none;
}

.capa {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.capawrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.capa-item {
  width: 100%;
  height: 500px;
  background-color: #fff;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 7px;
  flex-direction: column;
  -webkit-box-shadow: 0px 3px 5px 0px #999999;
  box-shadow: 0px 3px 5px 0px #999999;
  border-radius: 7px;
  background: url("../images/LogoT.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 10px solid #000;
}

.capa-item h3 {
  width: 100%;
  height: auto;
  padding: 7px;
  margin-bottom: 7px;

  color: #000;
}

@media (max-width: 768px) {
  .btn-ex {
    width: 90%;
  }
  .capawrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .capa-item {
    width: 90%;
    height: auto;
    background-color: #f4f4f4;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 7px;
    flex-direction: column;
    -webkit-box-shadow: 0px 3px 5px 0px #999999;
    box-shadow: 0px 3px 5px 0px #999999;
    border-radius: 7px;
    padding-bottom: 20px;
    border-bottom: 10px solid #000;
  }
}
