:root {
    --procedure-background: #e2ecf0;
    --small-text-color: #2d3c55;
}

.link-procedure:hover {
    text-decoration: none;
}


.box-text {   
    /* check-poin */
    position: absolute;
    left: 13vw;
}

#myCarousel .item .box-text{
    top: 100rem;
    transition: 0.5s;
}

#myCarousel .active .box-text {
    top: 10vw;
    left: 13vw;
}

/* text-carousel */

.text-slide-show h3 {
    font-size: 3vw;
    font-weight: bold;
    color: #c91c22;
    margin: 0 0 10px 0;
}

.text-slide-show p {
    color: var(--small-text-color);
}

.hr {
    background: #c91c22;
    height: 0.3rem;
    width: 5rem;
    max-height: 0.3rem;
    max-width: 5rem;
    margin: 3rem 0 3rem 0rem;
}

.title-slide-show {
    font-size: 1.9vw;
    font-weight: bold;
}

.content-slide-show {
    font-size: 1.25vw;
    font-weight: bold;
}

/* text-carousel */

.slide-show {
    margin: -2rem 0 0 0;
    padding: 0rem 0 2rem 0;
}

.pagination-slide-show, .pagination-slide-show ul {
    margin-bottom: 1rem !important;
}

.carousel-indicators .active {
    background-color: #3173d6 !important;
    width: 2rem !important;
    height: 2rem !important;
    padding-top: 10px;
}

.carousel-indicators li {
    background-color: #283e59 !important;
    margin: 0px 10px !important;
    border: 0px !important;
}

/* control carousel */

.slide-show-next, .slide-show-prev {
    width: 5vw;
    height: 5vw;
    top: 18vw;
    background-color: #e2ecf0;
    border-radius: 5rem;
    position: relative;
    transition: 1s;
}

.slide-show-prev img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide-show-next img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-control {
    width: 6vw !important;
    opacity: 1 !important;
}

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

.slide-show-next:hover, .slide-show-prev:hover {
    background-color: #fff;
    box-shadow: 15px 15px 70px -22px #000;
}

/* control carousel */

/**/

.procedure {
    /* height: 530px; ckeckpoin*/
    height: 530px;
    background: #e2ecf0;
    border-bottom: 1px solid #e9eef2;
    /* padding: 8rem 0 0rem 0; ckeckpoin*/
    padding: 8rem 0 0rem 0;
}

.procedure .left-procedure {
    color: var(--small-text-color);
}

.left-procedure h4 {
    font-size: 28pt;
    font-weight: bold;
}

.text-procedure p {
    font-size: 12pt;
    color: #999999;
    margin: 1.5rem 0 0 0;
}

.text-procedure {
    padding: 1rem 0 5rem 0;
}

.left-procedure button {
    border: 0px;
    margin: 0 0 0 0;
    width: 70%;
    height: 50px;
    background-image: linear-gradient(#60aef9, #2f71d4);
    border-radius: 3rem;
    font-size: 100%;
    color: white;
    text-decoration: none;
    text-align: center;
    box-shadow: 10px 10px 50px -10px #60aef9;
}

.left-procedure button .icon-next-white {
    transition: 0.5s;
}

.left-procedure button:hover .icon-next-white {
    margin-right: 1rem;
    transform: rotate(360deg);
}

.icon-next-white {
    padding: 0;
}

.right-procedure {
    color: var(--small-text-color);
}

.procedure-image {
    padding: 2rem 0 0 0;
}

a.dropdown-item:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .text-slide-show, .slide-show-images {
        margin: 0 0 0 0;
    }
    .text-slide-show {
        padding: 0 4vw 0 0;
    }
    .box-text {
        position: absolute;
        top: 10vw;
        left: 13vw;
    }
    .text-slide-show p {
        line-height: 3rem;
    }
    .carousel-control.left {
        left: 6rem;
    }
    .carousel-control.right {
        right: 6rem;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .pagination-slide-show, .pagination-slide-show ul {
        margin-bottom: 0rem !important;
    }
    .left-procedure h4 {
        font-size: 23pt;
    }
    .text-slide-show h3 {
        font-size: 27pt;
    }
    .title-slide-show {
        font-size: 18pt;
    }
    .content-slide-show {
        font-size: 12pt;
        font-weight: normal;
    }
    .procedure-image {
        width: 100%;
        max-width: 100%;
    }
    .slide-show-images img {
        width: 100%;
        max-width: 100%;
    }
    .text-slide-show p {
        line-height: 2rem;
    }
    .slide-show {
        padding: 0;
    }
    #myCarousel .active .box-text {
        left: 6vw;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .pagination-slide-show, .pagination-slide-show ul {
        margin-bottom: 0rem !important;
    }
    .procedure {
        height: auto;
        padding: 4rem 0 6rem 0;
    }
    .text-slide-show h3 {
        font-size: 20pt;
    }
    .title-slide-show {
        font-size: 14pt;
    }
    .content-slide-show {
        font-size: 9pt;
        font-weight: normal;
    }
    .left-procedure h4 {
        font-size: 19pt;
    }
    .text-procedure p {
        font-size: 11pt;
    }
    .left-procedure button {
        margin: 0rem 0 0 0;
        width: 90%;
    }
    .procedure-image {
        width: 100%;
        max-width: 100%;
    }
    .slide-show-images img {
        width: 100%;
        max-width: 100%;
    }
    #myCarousel .active .box-text {
        /* left: 6vw; */
        padding: 0 8vw 0 0;
        left: 8vw;
    }
    .slide-show {
        padding: 0;
    }
    .slide-show-next, .slide-show-prev {
        top: 24vw;
    }
}

@media (max-width: 767px) {
    #myCarousel .active .box-text {
        top: calc(100% - 78%);
        left: calc(100% - 97%);
        padding: 0;
        padding-right: 2vw;
        padding-left: 1vw;
    }
    .text-slide-show h3 {
        font-size: 5.2vw;
    }
    .title-slide-show {
        font-size: 3.7vw;
        margin: 0px;
        padding-bottom: 7vw;
    }
    .content-slide-show {
        font-size: 3.3vw;
        line-height: 5vw;
        font-weight: normal;
    }
    .left-procedure {
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .left-procedure h4 {
        font-size: 6.9vw;
        padding: 10vw 0 4vw 0;
        margin: 0;
    }
    .text-procedure p {
        padding-bottom: 2.5vw;
        font-size: 3.6vw;
        margin: 0;
    }
    .text-procedure {
        padding: 0;
    }
    .pagination-slide-show, .pagination-slide-show ul {
        display: none;
    }
    .left-procedure button {
        margin: 0;
        width: 87%;
        position: absolute;
        top: 98vw;
        left: 5.5vw;
    }
    .procedure {
        padding: 0;
        height: 124.2vw;
    }
    .right-procedure {
        margin: 0;
        padding: 0;
    }
    .slide-show {
        margin: -2rem 0 0 0;
        padding: 0 0 0 0;
    }
    .procedure-image {
        width: 100%;
        max-width: 100%;
    }
    .slide-show-images img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }
    .slide-show-next, .slide-show-prev {
        display: none;
    }
    /* slide-show */
    .img-phone {
        width: 100%;
    }
    /* header */
}
