.body{
    background-color: rgb(231, 231, 231);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 12px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 20px 44px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: white
}

.swiper-slide img {
    width: 100%;
    min-height: 220px;
    max-height: 700px;
    object-fit: cover
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.horizontalBanner{
    border-radius: 5%;
    text-align: center;
}

.horizontalBanner2{
    border-radius: 5%;
    margin-left: 6%;
    text-align: center;
}

.bannerAbajo{
    text-align: center;
    border-radius: 5%;
}

.column{
    float: left;
    width: 50%;
}

.column2{
    float: left;
    width: 50%;
}

.column3{
    float: left;
    height: 50%;
}

.row::after{
    content: "";
    clear: both;
    display: table;
}

.utlimaFila{
    border-radius: 5%;
}

#hogar {
    background-image: url("img/fondo.jpg");
}

#hogar .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#hogar .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

#hogar .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
#hogar .embed-responsive-4by3{
    padding-bottom: 100%
}
#hogar .embed-responsive-16by9{
    padding-bottom: 65%
}
#hogar .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
#hogar h2{
    color: white;
    font-size: 32px;
    text-transform: initial;
    margin: 30px 0;
}
#hogar a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

#hogar a:hover {
    color: #0056b3;
    text-decoration: underline;
}

#hogar a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

#hogar a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

#hogar a:not([href]):not([tabindex]):focus {
    outline: 0;
}

#hogar .col {
    margin-bottom: 30px;
}

#hogar .row img {
    width: 100%;
    transition: 0.2s ease-in-out
}
#hogar .row img:hover {
    transform: scale(1.02)
}
#hogar video{
    width: 100%;
    transition: 0.2s ease-in-out
}
#hogar video:hover{
    transform: scale(1.02)
}


#hogar .banner-sm {
    max-height: 200px;
    object-fit: cover
}

#bg {
    background: url("https://playpen.createjs.com/CORS/edmonton-fw.jpg");
    background-size: cover;
    background-position: 50% 100%;
}
@media only screen and (max-width: 768px) {
    #hogar .embed-responsive-4by3{
        padding-bottom: 75%
    }
  }

  @media only screen and (max-width: 768px){
      .column{
          text-align: center;
          width: 100%;
          margin-left: 4%;
      }
  }

  @media only screen and (max-width: 768px){
    .column2{
        text-align: center;
        width: 100%;
        margin-left: -2%;
    }
}