.switch {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 54px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 46px;
    width: 46px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2ab934;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
  }
  
  /*------ ADDED CSS ---------*/
  .on
  {
    display: none;
  }
  
  .on, .off
  {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
  }
  
  input:checked+ .slider .on
  {display: block;}
  
  input:checked + .slider .off
  {display: none;}
  
  /*--------- END --------*/
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;}

@font-face {
    font-family: 'Francois One';
    src: url(../font/FrancoisOne-Regular.ttf);
}

.w-80{
    width: 80%;
}

.zoom {
    zoom: 80%;
}
.zoom-2 {
    zoom: 85%;
}

.img-300 {
    width: 300px;
    height: 300px !important;
}

@media (max-height: 600px) {
    .content-overflow {
        max-height: 1350px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    .content-overflow-2 {
        max-height: 550px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media only screen and (max-device-height: 780px ), screen and (max-height: 780px ) {
    .content-overflow {
        max-height: 1200px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    .content-overflow-2 {
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .mt-btn-audio {
        margin-top: -40px !important;
    }
}

@media only screen and (max-device-height: 926px ), screen and (max-height: 926px ) {
    .mt-btn-audio {
        margin-top: 90px !important;
    }
}

@media only screen and (max-device-height: 812px ), screen and (max-height: 812px ) {
    .mt-btn-audio {
        margin-top: 0px !important;
    }
}

@media only screen and (max-device-height: 896px ), screen and (max-height: 896px ) {
    .mt-btn-audio {
        margin-top: 52px !important;
    }
}

.content-overflow {
    max-height: 1400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.content-overflow-2 {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.title-head-green {
    font-family: 'Francois One', sans-serif !important;
    color: #8dc044 !important;
    margin-right: 2.5rem !important;
    text-align: center !important;
    font-size: 45pt !important;
    font-weight: bolder !important;
}

.title-head-white {
    font-family: 'Francois One', sans-serif !important;
    color: #FFF !important;
    margin-right: 2.5rem !important;
    text-align: center !important;
    font-size: 45pt !important;
}

.bg-row-amandina {
    background-color: #10557B;
    opacity: 0.9;
    padding: 20px;
}

.bg-image {
    position: absolute;
    right: -25%;
    left: -25%;
    top: -5%;
    z-index: -1;
    max-width: 160% !important;
    height: 57% !important;
}

.bg-playbtn{
    background-color: #10557B;
    border: 1px solid #10557b;
}


.bg-playbtn2{
    background-color: #8dc044;
    border: 1px solid #8dc044;
}

.bg-amandina-header {
    position: absolute;
    background-color: #10557B;
    right: -25%;
    left: -40%;
    top: -5%;
    z-index: -1;
    /* max-width: 160% !important; */
    height: 57% !important;
}

.footer-amandina {
    background-color: #10557B;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    height: 45px;
}

.footer-amandina > .col-6 > a {
    text-decoration: none;
    cursor: pointer;
}

.text-black {
    color: black !important;
}
.ps-relative {
    position: relative;
}
.ps-absolute {
    position: absolute;
}
.text-center-image {
    position: absolute !important;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.color-amandina {
    color: #10557b !important;
}
.color-amandina-title {
    color: #8dc044 !important;
}
.mt-min-140{
    margin-top: -140% !important;
}
.mt-110 {
    margin-top: 110% !important;
}
.mt-600 {
    margin-top: 600px;
}
.mt-780 {
    margin-top: 780px;
}
.mt-1rem{
    margin-top: 1rem;
}
.mt-2rem{
    margin-top: 2rem;
}
.mt-5rem{
    margin-top: 5rem;
}
.mt-10rem{
    margin-top: 10rem;
}
.mt-15rem{
    margin-top: 15rem;
}

.mt-25rem{
    margin-top: 25rem;
}


.center-title{
    top: 30%;
    left: 10%;
    position: absolute;
}

.center-title-number-1digit{
    top: 30%;
    left: 80%;
    position: absolute;
}

.center-title-number-2digit{
    top: 30%;
    left: 41%;
    position: absolute;
}

.border-radius-20{
    border-radius: 20px;
}

.slides {
    inset: 10% auto auto 50% !important;
    height: 100% !important;
}
/* .slides > .header-0 {
    inset: 10% auto auto 50% !important;
    height: 100%;
} */
.slides > .header-10 {
    inset: 30% auto auto 50% !important;
}

.font-35{
    font-size: 35px !important;
}

.font-30{
    font-size: 30px !important;
}

.font-25{
    font-size: 25px !important;
}

.my-50 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
}

.rounded-pill-white {
    border-radius: 5px 70px 70px 5px;
    background: #FFF;
    padding: 20px;
    width: auto;
    height: 115px;
}

.rounded-pill-color {
    border-radius: 5px 70px 70px 5px;
    background: #10557b;
    padding: 20px;
    width: auto;
    height: 115px;
    box-shadow: 2px 10px 5px 2px rgb(141, 192, 68);
}

.rounded-pill-color-1 {
    border-radius: 5px 70px 70px 5px;
    background: #FFF;
    padding: 20px;
    width: auto;
    height: 115px;
    box-shadow: 2px 10px 5px 2px rgb(141, 192, 68);
}

.rounded-pill-color-1-indo {
    border-radius: 5px 70px 70px 5px;
    background: #FFF;
    padding: 20px;
    width: auto;
    height: 180px;
    box-shadow: 2px 10px 5px 2px rgb(141, 192, 68);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .slides {
        inset: 20% auto auto 50% !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .slides {
        inset: 30% auto auto 50% !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

