@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Merienda:300,regular,500,600,700,800,900);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

header, section {
  padding: 100px 0;
}

.box-center {
  width: 80%;
  margin: auto;
}

h1.tprincipal {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color: #FFF;
  font-size: 12vmin;
  font-weight: bold;
}

h1 {
  color: #FFF;
  font-size: 10vmin;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

h2.tsecundario {
  font-size: 4vmin;
  text-align: center;
  color: #FFF;
  letter-spacing: 6px;
  font-weight: 400;
}

h3 {
  margin-bottom: 70px;
  text-transform: uppercase;
  font-size: 35px;
  color: #2f141a;
}

h4 {
  color: #444;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  font-weight: 400;
}

.mapa{
  max-width: 100%;
  height: 100%;
}

 .ubcacion{
  padding: 10px;
  max-width: 10%;
  height: 10%;
}

.text-solid1 {
  color: #222 10%;
}

.text-solid2 {
  color: #222 20%;
}

.text-solid3 {
  color: #222 30%;
}

.text-solid4 {
  color: #222 40%;
}

.text-solid5 {
  color: #222 50%;
}

.text-solid6 {
  color: #222 60%;
}

.text-solid7 {
  color: #222 70%;
}

.text-solid8 {
  color: #222 80%;
}

.bg-solid1 {
  background: #222 10%;
}

.bg-solid2 {
  background: #222 20%;
}

.bg-solid3 {
  background: #222 30%;
}

.bg-solid4 {
  background: #222 40%;
}

.bg-solid5 {
  background: #222 50%;
}

.bg-solid6 {
  background: #222 60%;
}

.bg-solid7 {
  background: #222 70%;
}

.bg-solid8 {
  background: #222 80%;
}

.text-primario {
  color: #FE0000;
  }

.bg-primario {
  background: #132043;
}

.text-center {
  text-align: center;
}

.text-lite {
  font-family: "Merienda";
 font-weight: 800;
}

.border {
  border: 1px solid #CCC;
}

.rounded {
  border-radius: 5px;
}

.rounded-semi {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 50%;
}

.line-space {
  line-height: 40px;
}

.margin-bottom {
  margin-bottom: 30px;
}

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

.marginy {
  margin: 30px 0;
}

.marginx {
  margin: 0 30px;
}

@media screen and (max-width: 1100px) {
  .about__container .content {
    order: 1;
    flex: 0 0 100% !important;
    margin: 50px 0;
  }
  .about__container .container_image {
    order: 0;
    flex: 0 0 100% !important;
    margin: 50px 0;
  }
  .icons {
    width: 100% !important;
  }
}
@media screen and (max-width: 790px) {
  .card {
    width: 45% !important;
  }
}
@media screen and (max-width: 550px) {
  .card {
    width: 100% !important;
  }
  .footer__container {
    grid-template-columns: 1fr !important;
  }
}
.overlay, .oferta::before, .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}
.icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  background: #FE0000;
  border-radius: 50%;
  color: #FFF;
  transition: all 0.5s;
}
.icons a:hover {
  background: #9c1111;
  
}

.btn, .btn-primary, .btn-white {
  width: 170px;
  height: 40px;
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
}

.btn-white {
  background: #FFF;
  color: #25211f;
}
.btn-white:hover {
  background: #FF9800;
  color: #FFF;
}

.btn-primary {
  background: #FF9800;
  color: #FFF;
}
.btn-primary:hover {
  transform: scale(1.1);
}

.card {
  width: 30%;
  height: 300px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  background-size: cover !important;
  background-position: center !important;
  cursor: default;
}
.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: all 0.5s;
}
.card-container .card-title {
  font-size: 30px;
  font-weight: 400;
  padding: 10px 0 0 0;
  color: #222;
}
.card:hover .card-container {
  opacity: 1;
}

.card:nth-child(1) {
  background: url(../img/IMG05.png);
}

.card:nth-child(2) {
  background: url(../img/IMG011.jpg);
}

.card:nth-child(3) {
  background: url(../img/IMG04.png);
}

.card:nth-child(4) {
  background: url(../img/IMG08.png);
}

.card:nth-child(5) {
  background: url(../img/IMG012.png);
}

.card:nth-child(6) {
  background: url(../img/IMG0166.png);
}

.card:nth-child(7) {
  background: url(../img/IMG017.jpg);
}
.card:nth-child(8) {
  background: url(../img/IMG015.png);
}
.card:nth-child(9) {
  background: url(../img/IMG016.jpg);
}
nav {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
nav a {
  color: #222;
  padding: 0 20px;
  transition: all 0.4s;
}
nav a:hover {
  color: #FE0000;
}

.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 100%;
  height: 600px;
  background: url(../img/IMG06.png);
  background-size: cover;
  background-position: bottom;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
.header * {
  position: relative;
}

.about__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
}
.about__container .content {
  flex: 0 0 50%;
}
.about__container .content .icons {
  width: 70%;
  font-size: 30px;
}
.about__container .content .icons a {
  width: 70px;
  height: 70px;
}
.about__container .container_image {
  position: relative;
  flex: 0 0 400px;
}
.about__container .container_image::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -40px;
  width: 100%;
  height: 100%;
  border-radius: 3%;
  background: #191717;
  z-index: -1;
}
.about__container .container_image img {
  width: 100%;
  height: 310px;
  border-radius: 3%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.about__container .container_image img:hover {
  transform: scale(1.1);
}

.container-parrafo{
  font-size: 24px;
  margin: 30px;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.oferta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 100%;
  height: 500px;
  background: url(../img/IMG05.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.oferta * {
  position: relative;
}

.ofertauno {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 100%;
  height: 500px;
  background: url(../img/IMG019.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.ofertauno * {
  position: relative;
}

.menu__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
  padding: 50px 10%;
  color: #fff;
  background: #F99417;
  width: 100%;
  height: 100%;
}
.footer__container .info .icons {
  width: 60%;
}
.footer__container .info .icons a {
  width: 50px;
  height: 50px;
}
.footer__container .contact .icons {
  width: 40%;
}
.footer__container .contact .icons a {
  width: 50px;
  height: 50px;
}
.footer__container .contact .icons a {
  background: transparent;
}
.footer__container .contact .icons a:hover {
  background: transparent;
}/*# sourceMappingURL=estilos.css.map */