/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */


.responsive-ssl li {
    position: relative;
    margin: auto !important;
    height: auto;
    display: contents;
}
.responsive-ssl li img {
    width: 40px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    border: none;
}
.bottom-footer {
    position: absolute;
    background: black;
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
}
.footer-bottom p {
    text-align: right;
    margin: 0px;
    font-size: 15px;
    color: white;
}
@media screen and (max-width: 767px) {
    .bottom-footer {
        text-align: center !important;
        margin: 0px;
    }
}
@media screen and (max-width: 767px) {
    .bottom-footer p {
        text-align: center;
        margin: 0px !important;
    }
}
#wrapper ul li{
    list-style: disc;
}
.oth-serv h3{
    text-align: center;
}
.oth-serv{
    background: white;
    padding: 5px;
    border-radius: 4px;
}
section > .container, section > .container-fluid {
    padding-top: 10px;
    padding-bottom: 30px;
}
ul.mapa-site i:before {
    color: #72d4ef;
    font-size: 20px;
}


ul.mapa-site a {
    font-size: 14px;
    color: #000;
    list-style: none;
    transition: all 0.4s ease-in-out;
    position: relative;
    left: 0;
    margin-bottom: 8px;
}

ul.mapa-site a:hover {
    left: 2%;
}
ul.mapa-site li:before{
    content: "\f101";
    color: #72d4ef;
    font-size: 20px;
    font-family: 'FontAwesome';
    margin-right: 5px;
}
ul.mapa-site li{
    list-style: none!important;
}
.widget .icon-circled i{
    padding-top:5px;
}

.mb-20{
    margin-bottom: 50px;
}




/* INICIO CÓDIGO DO MODAL 2 */
.modal-center {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}



.modal-center .center {
    position: relative;
    top: 20%;
    width: 36%;
    height: 433px;
    padding: 2px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    margin: auto;
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 50%;
    opacity: 0.9;
}

@media screen and (max-width: 992px) {
    .modal-center .center {
        min-width: 340px;
        max-height: 375px;
    }
}


.modal-center .close {
    position: absolute;
    z-index: 9999999;
    top: -20px;
    right: 45%;
    opacity: 1;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    background: white;
    color: black;
    padding: 4px 10px;
    font-size: 36px;
    line-height: 36px;
    transform: rotate(45deg);
    transform: -webkit-rotate(45deg);
    transform: -moz-rotate(45deg);
    transform: -o-rotate(45deg);
    cursor: pointer;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.height-service {
    overflow: hidden;
    max-height: 330px!important;
}


.modal-text {
    text-align: center;
}


.modal-center h1 {
    margin: 10 0 -25 0;
    font-size: 25pt;
}


.modal-center p small {
    color:#fff;
    font-size: 11pt;
    font-weight: bold;
}


.modal-center p {
    color: #10adad;
    font-size: 13pt;
    margin: 17px 15px;
    font-weight: bold;
}



.modal-botao {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
}


.caixa-redes {
    display: flex;
    justify-content: center;
}
/* FIM CÓDIGO DO MODAL 2 */


/* carousel invisalign inicio */

#carousel-invisalign {
    box-sizing: border-box;
    margin: 50px 100px;
    height: 600px;
}

img.img-carousel-2 {
    width: 100%;
    height: 400px !important;
    border: 6px outset aqua;
}

.colun-text {
    column-count: 2;
}

.btn-carousel-2 {
    background: #5dc7c7;
    width: 150px;
    height: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 43%;
    margin-left: 60%;
}

.btn-carousel-2 a {
    color: #fff;
    font-size: 1.2rem;
}
/* carousel invisalign fim */

@media (min-width: 360px) and (max-width: 460px) {
    .custon-mg-top {
        margin-top: 20px !important;
    }
    #carousel-invisalign {
        margin: 0;
    }
    #carousel-invisalign img {
        border: none;
    }
    #carousel-invisalign h2 {
        margin: 55px 0 10px 0;
    }

    .bg-lighter {
        margin-top: 820px;
    }
    .colun-text {
        column-count: 1;
    }

    .colun-text p:nth-child(3){
       margin-bottom: 50px;
    }
    .btn-carousel-2 {
        background: #5dc7c7;
        width: 150px;
        height: 55px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 43%;
        margin-left: 30%;
    }

}