.container1 {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    margin-top: 0px;
    position: relative;
    }
  
    @media (max-width: 991px){
      .container1 {
        margin: 0 auto;
        width: 95%;
        max-width: 1000px;
        
        position: relative;
        }
    }
  
  #slider__mexican__coffee{
    background-color: none;
    z-index: -1;
  }
  
  section{
    background: none;
    padding: 60px 0 0 0;
  }
  
  
  /* Slider */
  .slider {
    height: 50vh;
  
  }
  
  .wallpaper {
    -webkit-animation: slider 1s ease infinite;
    animation: slider 20s ease infinite;
    background: linear-gradient(to bottom, #0562e583 , #ffffff51), url('https://images.unsplash.com/photo-1497032628192-86f99bcd76bc?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') #fff center / cover no-repeat scroll;
    
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    /*border-radius: 0 0 90% 90%/0 0 30% 30%;*/
  }
  
  .wallpaper:nth-child(2) {
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
            background: linear-gradient(to bottom, #0562e583 , #ffffff51), url('https://images.unsplash.com/photo-1426260193283-c4daed7c2024?q=80&w=1752&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') #fff center / cover no-repeat scroll;
  }
  
  .wallpaper:nth-child(3) {
    background: linear-gradient(to bottom,  #0562e583 , #ffffff51), url('https://images.unsplash.com/photo-1501843508755-af0829d48618?q=80&w=1806&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') #fff center / cover no-repeat scroll;
      -webkit-animation-delay: 20s;
              animation-delay: 20s;
  }
  
  @media (max-width: 991px){
    .slider {
      height: 50vh;
      
    }
    
    .wallpaper {
  
      border-radius: 0 0 250% 250%/0 0 91% 91%;
    }
  
  }
  
  .ctn-content-slider h1 {
    color: #fff;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 0px;
    margin-top: 50px;
  }
  
    
  @media (max-width: 991px){
    .ctn-content-slider h1 {
        color: #fff;
        font-weight: 700;
        font-size: 1.7rem;
        line-height: 0px;
        margin-top: 50%;
      }
    }
  
  /*Los movi al css general al recursos style*/
  
  /*
  .btn-slider {
    background-color: #ec5483;
    border-radius: 30px;
    font-size: 1.2rem;
    padding: 10px 20px;
    text-align: center;
    transition: ease-in;
  }
  
  .btn-slider:hover {
    transition: ease-in .7s;
    background-color: #c03c66;
  }
  
  */
  
  .ctn-book-now {
    background-color: #000000;
    font: bold 18px sans-serif;
    padding: 0.5rem 1rem;
    right: calc(0% - 5px);
    transform: rotateZ(270deg) translateY(100%);
    z-index: 1;
  }
  
  
  @-webkit-keyframes slider {	
      20% {
          opacity: 1;
          visibility: visible;
    }
  }
  
  @keyframes slider {	
      20% {
          opacity: 1;
          visibility: visible;
    }
  }
  
    .wrapper {max-width:90em;
      margin:0 auto;
       display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; 
  }
  
  .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 1rem 50px 40px 50px;
  width: 100%;
  transition: all 0.2s;
  position: relative;
  
  }
  
  
  
  .item-image {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  }
  
  .item {
  background: var(--color-principal);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.01),0 1px 2px rgba(0,0,0,0.07),0 5px 15px rgba(0,0,0,0.03);
  margin-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin:0 1em 2em 1em;
  }
  
  .item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 0;
  padding: 1.2rem;
  width: 340px;
  }
  
  h4.item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--blanco);
  margin: 0.5rem 0 0.5rem;
  }
  
  .item-description {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--blanco);
  margin: 0 0 1rem;
  }
  
  h5.item-category {
  display: inline-block;
  color: var(--color-secundario);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  margin: 0.5rem 0 0rem;
  }
  
  
  
  /*****  TWERMINAN CARDS  ******/
  
  
  /******* CALENDLY *******/
  
  .calendly-inline-widget{
  margin: 1rem;
  border-radius: 10px;
  }
  /*****  TERMINAN CALENDLY ******/
  
  
  /*MAPA*/
  .map-responsive{
  
      overflow:hidden;
    
      padding-bottom:20%;
    
      position:relative;
    
      height:0;
      max-width: 1100px;
      margin: 0 auto;
      margin-top: 0px;
      width: 90%;
      border: 3px solid  #d2ab6785;
      margin-bottom: 90PX;
    
    }
    
    .map-responsive iframe{
    
      left:0;
    
      top:0;
    
      height:100%;
    
      width:100%;
    
      position:absolute;
    
    }
    
    @media (max-width: 700px) {
      .map-responsive{
    
        overflow:hidden;
      
        padding-bottom:70%;
      
        position:relative;
      
        height:0;
        max-width: 1100px;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 90PX;
      
      }
    }
    
    /* Termina el mapa */
  
  
    .btn{
      color: #fff;
    }









    


    /* Acerca de */

    
main {
    position: relative;
    width: calc(min(90rem, 90%));
    margin: 0 auto;
    min-height: 55vh;
    column-gap: 3rem;
    padding-block: min(20vh, 3rem);
  }
  
  .bg {
    position: fixed;
    top: -4rem;
    left: -12rem;
    z-index: -1;
    opacity: 0;
  }
  
  .bg2 {
    position: fixed;
    bottom: -2rem;
    right: -3rem;
    z-index: -1;
    width: 9.375rem;
    opacity: 0;
  }
  
  main > div span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1rem;
    color: var(--color-secundario);
    font-weight: 900;
  }
  
  main > div h1 {
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: clamp(1.5rem);
    /*background-color: #005baa;
    background-image: linear-gradient(45deg, #005baa, #000000);*/
    background-size: 100%;
    background-repeat: repeat;
    border-bottom: 5px solid var(--color-principal);
    width: 50%;
    align-items: center;
    color: var(--color-principal);

  }
  
  
  main > div hr {
    display: block;
    background: transparent;
    height: 0.25rem;
    width: 6.25rem;
    border: none;
    margin: 1.125rem 0 1.875rem 0;
  }
  
  main > div p {
    line-height: 1.6;
  }
  
  main a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #717171;
    font-weight: 500;
    background: #fff;
    border-radius: 3.125rem;
    transition: 0.3s ease-in-out;
  }
  
  main > div > a {
    border: 2px solid #c2c2c2;
    margin-top: 2.188rem;
    padding: 0.625rem 1.875rem;
  }
  
  main > div > a:hover {
    border: 0.125rem solid #005baa;
    color: #005baa;
  }
  
  .swiper {
    width: 100%;
    padding-top: 3.125rem;
  }
  
  .swiper-pagination-bullet,
  .swiper-pagination-bullet-active {
    background: #fff;
  }
  
  .swiper-pagination {
    bottom: 1.25rem !important;
  }
  
  .swiper-slide {
    width: 18.75rem;
    height: 28.125rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
  }
  
  .swiper-slide h2 {
    color: var(--color-secundario);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    padding: 0 0 0 1.563rem;
    text-transform: uppercase;
  }
  
  .swiper-slide p {
    color: #dadada;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0 1.563rem;
    line-height: 1.6;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .swiper-slide a {
    margin: 1.25rem 1.563rem 3.438rem 1.563rem;
    padding: 0.438em 1.875rem;
    font-size: 0.9rem;
  }
  
  .swiper-slide a:hover {
    color: #005baa;
  }
  
  .swiper-slide div {
    display: none;
    opacity: 0;
    padding-bottom: 0.625rem;
  }
  
  .swiper-slide-active div {
    display: block;
    opacity: 1;
  }
  
  .swiper-slide--one {
    background: linear-gradient(to top, #0f2027, #203a437c, #2c536400), url("https://images.unsplash.com/photo-1533777857889-4be7c70b33f7?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat 50% 50%/cover;
  }
  
  .swiper-slide--two {
    background: linear-gradient(to top, #0f2027, #203a437c, #2c536400), url("https://images.unsplash.com/photo-1532991057770-5ab2d3b7a6a4?q=80&w=2022&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat 50% 50%/cover;
  }
  
  .swiper-slide--three {
    background: linear-gradient(to top, #0f2027, #203a437c, #2c536400), url("https://images.unsplash.com/photo-1527678357412-ef45dfbd9ecc?q=80&w=2187&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat 50% 50%/cover;
  }
  
  .swiper-slide--four {
    background: linear-gradient(to top, #0f2027, #203a437c, #2c536400), url("https://images.unsplash.com/photo-1461023058943-07fcbe16d735?q=80&w=2069&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat 50% 50%/cover;
  }
  
  .swiper-slide--five {
    background: linear-gradient(to top, #0f2027, #203a437c, #2c536400), url("https://images.unsplash.com/photo-1602671784371-042db95df1c9?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat 50% 50%/cover;
  }
  
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
  }
  
  @media screen and (min-width: 48rem) {
    main {
      display: flex;
      align-items: center;
    }
  
    .bg,
  .bg2 {
      opacity: 0.1;
    }
  }
  @media screen and (min-width: 93.75rem) {
    .swiper {
      width: 85%;
    }
  }