/*
Theme Name: Terapia
Theme URI: http://your-theme-uri.com
Author: Your Name
Author URI: http://your-author-uri.com
Description: A brief description of your theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: your-text-domain
*/

@charset "UTF-8";

html {
    height: 100%;
    margin: 0
}

body {
    height: 100%;
    margin: 0
}

.navbar {
    z-index: 20;
    -webkit-box-shadow: 2px -3px 16px 10px #b3b3b3;
    -moz-box-shadow: 2px -3px 16px 10px #b3b3b3;
    box-shadow: 2px -3px 16px 10px #b3b3b3
}

.navbar-brand img {
    width: 175px
}

.navbar-expand-md .navbar-nav .nav-item {
    border-radius: 50px;
    padding: 5px 5px;
    font-weight: 600
}

.active-element {
    background-color: #fed9ed
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #000
}

.parents__info {
    padding: 75px 35px 0px 35px !important;
    max-width: 1400px;
}

.parents__info-page {
    padding: 75px 35px 0px 35px !important;
    max-width: 1200px;
    min-height: calc(100% - 384px);
}

.parents__info-page article {
    margin-bottom: 100px;
    padding: 20px;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}

.parents__info article {
    margin-bottom: 100px;
    padding: 20px;
    background-color: #FDFDFD;
    box-shadow: 8px 10px 16px 0px rgba(201, 201, 201, 0.8705882353);
    -webkit-box-shadow: 8px 10px 16px 0px rgba(201, 201, 201, 0.8705882353);
    -moz-box-shadow: 8px 10px 16px 0px rgba(201, 201, 201, 0.8705882353);
}

.parents__info .row .left .left__content {
    max-width: 700px
}

.parents__info .row .left .left__content label {
    font-weight: 500;
    color: gray
}

.parents__info .row .left .left__content ul {
    list-style: none
}

.parents__info .row .left .left__content ul li {
    font-weight: 500;
    color: gray
}

.parents__info .row .left .left__content ul li::before {
    content: "✓ ";
    color: #6db9ef;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.parents__info .row .left .left__content .contact__icons {
    margin-bottom: 50px
}

.parents__info .row .left .left__content .contact__icons .contact__icons__element {
    position: relative;
    padding-left: 40px;
    font-weight: 500;
    color: gray
}

.parents__info .row .left .left__content .contact__icons .contact__icons__element .icon-position {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) scale(1.5)
}

.parents__info .row .right img {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 600px;
    height: auto
}

.main__container {
    height: 200%
}

.main__container .row {
    height: 100%
}

.main__container .row .left {
    position: relative;
    display: flex;
    justify-content: center;
    height: 50%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    background-color: #fff6f6
}

.main__container .row .left h1 {
    font-weight: 100
}

.main__container .row .left img {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    width: 70%;
    margin: 50px 0
}

.main__container .row .left .btn-basic {
    background-color: #67729d;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    font-weight: 500
}

.main__container .row .right {
    position: relative;
    height: 50%;
    background-image: url(./assets/1.jpg);
    background-color: #ccc;
    padding: 0;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover
}

.main__container .row .right .quoute {
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(2px);
    border-radius: 15px;
    color: #fff;
    padding: 10px 20px;
    max-width: 500px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.main__container .row .right .quoute h4 {
    text-align: right
}

.tus__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px;
    background-color: #fff
}

.tus__container .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%
}

.tus__container .row .left div {
    border-radius: 15px;
    max-width: 500px
}

.tus__container .row .left div label {
    font-weight: 700;
    display: block;
    text-align: left;
    padding-left: 25px;
    font-size: 2.25rem
}

.tus__container .row .left div ol {
    font-weight: 500;
    color: gray
}

.tus__container .row .right div {
    max-width: 500px
}

.tus__container .row .right h1,
.tus__container .row .right h2 {
    font-weight: 700;
    color: #6db9ef
}

.tus__container .row .right label {
    color: #f08;
    font-size: 20px;
    font-weight: 700
}

.tus__container .row .right ul {
    list-style: none;
    background-color: #fed9ed;
    padding: 20px 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.tus__container .row .right ul li {
    font-weight: 500;
    color: gray
}

.tus__container .row .right ul li::before {
    content: "✓ ";
    color: #6db9ef;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.work__description {
    padding: 75px;
    font-weight: 500
}

.work__description h2 {
    text-align: center
}

.work__description .row {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.work__description .row .left {
    margin: 50px 0
}

.work__description .row .left img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px
}

.work__description .row .right {
    display: flex;
    justify-content: center
}

.work__description .row .right div {
    width: 90%
}

.work__description .row .right div h3 {
    margin-bottom: 20px
}

.work__description .row .right div ul {
    list-style: none
}

.work__description .row .right div ul li {
    font-weight: 500;
    margin: 10px 0
}

.work__description .row .right div ul li span {
    font-weight: 800
}

@media (min-width:768px) {
    .navbar-ul {
        width: 100%;
        justify-content: center;
        transform: translateX(-61px)
    }

    .main__container {
        height: calc(100% - 122px)
    }

    .main__container .row .left {
        height: 100%
    }

    .main__container .row .right {
        height: 100%
    }

    .tus__container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 50px;
        background-color: #fff
    }

    .tus__container .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%
    }

    .tus__container .row .left div {
        border-radius: 15px;
        padding: 25px;
        max-width: 500px
    }

    .tus__container .row .left div ol {
        font-weight: 500;
        color: gray
    }

    .tus__container .row .right div {
        max-width: 600px
    }

    .tus__container .row .right h1,
    .tus__container .row .right h2 {
        font-weight: 700;
        color: #6db9ef
    }

    .tus__container .row .right label {
        color: #f08;
        font-size: 20px;
        font-weight: 700
    }

    .tus__container .row .right ul {
        list-style: none;
        background-color: #fed9ed;
        padding: 20px 40px;
        border-radius: 20px
    }

    .tus__container .row .right ul li {
        font-weight: 500;
        color: gray
    }

    .tus__container .row .right ul li::before {
        content: "✓ ";
        color: #6db9ef;
        font-weight: 700;
        display: inline-block;
        width: 1em;
        margin-left: -1em
    }

    .work__description h2 {
        text-align: center
    }

    .work__description .row {
        display: flex;
        justify-content: center
    }

    .work__description .row .left {
        margin: 0
    }

    .work__description .row .left img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
        margin-right: 0
    }

    .work__description .row .right div {
        width: 90%
    }
}

/*# sourceMappingURL=style.css.map */