/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2022 | 00:18:48 */
.swiper-wrapper{
        width: 600px;
    }
    .custom-swiper {
        width: 100%;
        height: 100%;
        background:#ccc;
    }
    .swiper-pagination-bullet {
      opacity: 1;
    }
    .my-custom-pagination-div{
      z-index: 10;
      width: auto !important;
      left: auto !important;
      margin: 0;
    }
    .my-custom-pagination-div .swiper-pagination-bullet {
      padding:0;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      border: solid 2px #000;
      background: #E8DDD0;
      margin-top: 30px !important;
      margin-bottom: 30px !important;
      z-index: 1;
	  opacity: 1;
    }
    .my-custom-pagination-div .swiper-pagination-bullet-active {
      background: #000;
    }
    /* */
    .custom-swiper .swiper-slide{
/*       background-image: url("http://materializa.pe/wp-content/uploads/2022/07/fondo-contactanos.png"); */
      background-size:cover;
      background-position: 0 50%;
    }
    .my-custom-pagination-div{
      display:flex;
      flex-direction: column;
      justify-content: center;
      float:right;
      height: 100%;
	  margin-right: 42px;
    }
    /*Vertical line*/
    .my-custom-pagination-div::after{
      z-index: 0;
      content: '';
      position:absolute;
      top:calc(50% - 90px);
      right: 60px;
      height: 100vh;
      width: 2px;
      background-color: #000;
    }

