

/*
Author: Xpeedstudio
Author URI: http://xpeedstudio.com
*/

/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400;0,600;0,700;1,500&display=swap');

html,
body {
    font-size: 14px;
    color: #6c1040;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    /*font-family: 'Kufam', cursive;*/
    /*font-family: 'Raleway', sans-serif;*/
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/

.page-content, 
section { overflow: hidden; }

hr {
    border-top: 1px solid #d7d7d7;
}

/*text color*/

.text-verdepaiva{color:#0eb9b5 !important;}
.text-muted{}
.text-primary{color: #00a885 !important;}
.text-finence{color:#13A0B2 !important;}
.text-mega{color:#00a885 !important;}
.text-white{color:#fff !important;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-verde {background-color: #02939c;}
.bg-verde2 {background-color: #19c89e ;}
.bg-amarelo {background-color: #f7d624;}
.bg-azul {background-color: #1eaaf1 ;}
.bg-azul2 {background-color: #0f8ac8;}


img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Kufam', cursive;
    color:#fff;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#00a885;
}

p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}


.sections {
  padding: 90px 0 80px;
}
.titulo-destaque h2 span {
    color: #5d50c6;
}
.titulo-destaque h2 {
    font-size: 44px;
    font-weight: 600;
    color: #02939c; 
}
@media (max-width: 767.98px) {
    .titulo-destaque h2 {
    font-size: 28px; } 
}


/* Section */

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*all overlay*/

.overlay {
    background-color: rgba(41, 39, 34, 0.50);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}


.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #00a885;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem 4rem;
}
.btn-primary{
    color: #fff;
    background-color: #b98b85;
    border:1px solid;
    border-color: #a7abb3;

}
.btn-primary:hover{
    background-color: #2d3c5e;
    border-color: #eee;
    color:#00a885;
}

.btn-default{
    color: #fff;
    background-color: #017d84;
    border:1px solid;
}
.btn-default:hover{
    color: #fff;
    background-color: #1f9ac4;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}



input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input:-ms-input-placeholder ,
input::placeholder ,
input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    padding-bottom: 2.143rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 700;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#999999;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #424242;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9000;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/


/*
Nav Menu style
==================*/
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.topo {
    height: 15px;
    background: #084f6f;
}

.navbar-brand {  display: flex;
  align-items: center;
}
.logo {
    padding-top: 0;
    max-width: 170px;
}
.logo-interna {
    padding-top: 5px;
    max-width: 150px;
}

.navbar {
    padding: 15px 0 0;
    margin-bottom: 0px;
}
.navbar-default {
    padding-top: 0;
    min-height: 120px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: transparent;
    padding: 10px 5px 10px 7px;
    margin-right: 10px;
    font-weight: 500;
    border-radius: 15px;
    min-width: 130px;
    text-align: center;
    border-top: 2px solid #09e1ee;
    border-bottom: 1px solid #09e1ee;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #153f73;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #59556d;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #058bb9;
}
.borda-top-bottom {
    border-top: 1px solid #861f50;
    border-bottom: 1px solid #861f50;
}

@media (min-width: 768px){
    .navbar-right {
    float: right !important;
    margin-right: -3px !important;
    }
}

@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: #53668d;
    padding: 10px;
    margin-top: 3px;
    }

    .navbar-default {
    padding-top: 0;
    min-height: 80px;
    }

    .logo {
    padding-top: 5px;
    max-width: 120px;
    }
    #navbar-menu {
        margin-top: 35px !important;
    }
}


.navbar-callus li a{
    font-size:14px;
    padding: 10px;
    color:#444444;
    display: inline-block;
}
.navbar-callus li a i{
    font-size:13px;
    color:#1abc9c;
    margin-right: 5px;
}
.navbar-socail li a{
    font-size:16px;
    padding: 10px;
    color:#aaaaaa;
    display: inline-block;
}
.navbar-socail li a:hover{
    background-color: #3765a3;
    color:#fff;
}


/*
Home Section style
==================*/

.home{
    background: url(../images/home-bg.jpg) no-repeat scroll  center center;
    background-size: cover;
    position: relative;
    padding-top: 300px;
    padding-bottom: 190px;
    width:100%;
}
.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}
.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: white;
    border:1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.main_home .slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #00a885;
}
.main_home .slick-dots{
    bottom: -200px;
}

.work_container .slick-arrow ,
.main_home .slick-arrow{
    font-size:3rem;
    color:#fff;
    top:30%;
    position: absolute;
    z-index: 90;
    cursor: pointer;  
}
.main_home .nextprevleft{
    left:-3%;
}
.main_home .nextprevright{
    right:-3%;
}
.home_btns{
    margin-left:-10px;
}
.home_btns a{
    margin-left:10px;
}


/*
Featured section style
========================*/

.features_item .f_item_icon{
    float: left;
    width:15%;
    display: inline-block;
    margin-right: 15px;
}
.features_item .f_item_icon i{
    font-size:4rem;
    color:#00a885;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
}
.features_item .f_item_text p{
    font-size:14px;
}
.features_item .f_item_text h3{
    color: #6c1040;
}


.main_product .carousel-control{
    background-color: #fff;
    color:#333;
    border-radius: 50%;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:1rem;
    text-align: center;
    top:30%;
}
.main_product .carousel-control:hover{
    background-color: #00a885;
    color:#fff;
}
.main_product .carousel-control.left{
    left:-1.4%;
    box-shadow: -1px 0px 0px 0px;
}
.main_product .carousel-control.right {
    right:-1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    width:100%;
}
.main_product .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}




/*Test Section
======================*/
.main_test{
    width: 100%;
    display: block;
}
.test_item{
    padding: 40px;
    transition: all 0.6s;
    border:1px solid transparent;
}
.test_item:hover{
    border:1px solid #ddd;
    background-color: #fff;
}
.test_item:hover .item_img i{
    color:#fff;
    background-color: #00a885;
}

.main_test .item_img{
    float: left;
    display: inline-block;
    width:20%;
    margin-right: 10%;
}
.main_test .item_text{
    display: inline-block;
    width:70%;
}
.item_img{
    position: relative;
}
.item_img i{
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}

/*Brand Section
=========================*/
.brand_item img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.6s;
    height: 30px;
}
.brand_item img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}




/*call to action
=========================*/

.action_btn .btn-default:hover{
    background-color: #fff;
    color:#00a885;
}
.action-lage{
    position: relative;
    width:100%;

}
.action-lage:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #00a885;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}



/*Footer section*/
.divider{
    width:100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}
.footer {
    background-color: #fff;
    padding-top: 70px;
    color: #fff !important;
}

/*varios--------*/
.borda-luna-top {
    height: 70px;
    background-color: #53658d ;
    border-top-left-radius: 100%;
    border-top-right-radius: 0%;
}
.borda-luna-bottom {
    height: 70px;
    background-color: #53658d ;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 1000%;
}

.borda-luna2-bottom {
    height: 40px;
    background-color: #0eb9b5 ;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

/*menu---------*/

.slider {
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
   .slider {
    margin-top: 90px;
    } 
}

/* faixas*/
.faixa {
    background-image: -webkit-linear-gradient(90deg, #FFF 50%, #6c1040 50%);
}

.faixa-centro {
    padding: 20px 10px;
    text-align: center;
    background-color: #6c1040;
    color: #FFF;
    border-radius: 0 0 50% 50%;
    min-height: 90px;
    width: 500px;
}
.faixa-centro {
    color: #fff;
}

/* faixas*/

.flex-center {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-center div {
}

.section-cursos {
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #fff;
}

.section-cursos h2, h5 {
    color: #312783;
}
.cursos {
    margin-top: 0px;
    background-color: #5c6e97;
}
.cursos img {
    border: 1px solid #18f2ec;
    border-radius: 20px 0;
}
.cursos-titulo {
    padding: 15px 0 15px;
    background-color: #02939c;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
}

.box-cursos {
    max-width: 370px;
    margin: 20px;
    padding: 5px;
}

.borda-cursos {
    border: 1px solid #ccc;
}


.sobre {
    padding: 50px 0 50px;
    color: #FFF;
}

.btn-link {
  font-weight: normal;
  color: #fff;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: #00a885;
  color: #fff;
}

.redes {
    background-color: #fff;
    padding: 10px;
}

.btn-insta {
  font-weight: normal;
  color: #eaedf4;
  border: none;
  background: #e3fafb;
  padding: 0.5rem 3rem;
}
.btn-insta:hover
{
  color: #7923bc;
  background-color: #c0cbe3;
}
.btn-insta:focus {
  border-color: #transparent;
}

/*blog------*/

.blog a {
    color: #FFF;
}
.blog a:hover {
    color: #000;
}
.box-blog {
    border:1px solid #F9C7E2;
    padding: 5px;
    transition: all 0.6s;
}
.box-blog img {
    border-radius: 10px 10px 0 0;
}
.box-blog:hover{
    border:1px solid transparent;
    background-color: #AEF8F5;
}
.blog-interna {
    margin-top: 140px;
}
@media screen and (max-width: 768px) {
   .blog-interna {
    margin-top: 100px;
    } 
}

.blog-foto {
    text-align: center;
    padding: 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #e8e8e8;
}


.widget {
    margin-top: 70px;
    padding: 30px;
    background-color: #d5f8f7;
}

/*colapsse---- */
.well {
    background-color: #0eb9b5;
    border: none;
}

/*for placeholder changes*/
.news-letter .form-control::-webkit-input-placeholder {
    color: #fff;
    background-color: transparent;
}
.news-letter input[type="email"].form-control::-webkit-input-placeholder {
    color: #fff;
    background-color: transparent;
}
.news-letter .form-control  {
    background-color: transparent !important;
    color: #fff !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #fff;
}
.news-letter .form-control::-moz-placeholder {
    color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #b2b0bd;
    z-index: 999;
    color: #645a5a;
}

.outdoor {
    margin-top: 120px;
    background: #05dcea;
}
@media screen and (max-width: 768px) 
{
   .outdoor {
    margin-top: 98px;
    } 
}


/* Flex */
.flex {
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-wrap {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.wrapper_login {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.box-servi {
    max-width: 320px;
    margin: 20px;
}
.box-servi h4 {
    color:#fff;
}


.faixa-titulo {
    background-color: #53658d;
    padding: 20px;
    color: #fff;
}


.planos {
    padding: 60px 0 40px;
}
.box-plano {
    margin: 20px;
    background-color: #445375;
    padding: 15px;
    max-width: 320px;
    color: #fff;
    border: 1px solid #6c84b9;
}
.box-plano img {
    max-width: 45px;
}
.box-plano h1 {
    font-size: 22px;
    color: #FFF;
}
.box-plano h5 {
    color: #fff;
    border-bottom: 1px solid #6c84b9;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.plano-valor {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 100%;
    padding: 5px;
}

.dicas {
    padding: 60px 0 40px;
    background: url('../images/bg-tec.jpg') no-repeat center #ccc;
}


.single_store {
    text-align: center;
    border-left: 1px solid #93A5C4;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #FFF;
    font-size: 16px;
    font-family: 'Kufam', cursive;
}
.single_store i {
    color: #FFF;
    text-align: center;
    opacity: 1;
    font-size: 50px;
    padding-top: 70px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner {
    position: absolute;
    bottom: 130px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner h2 {
    text-align: center;
    font-weight: 300;
    color: #d7dadb;
    font-size: 16px;
}
.single_store:hover {
    background: #93A5C4;
}
.single_store:hover i {
    opacity: 0;
}
.single_store:hover div.store_inner {
    opacity: 1;
}
.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}
.last {
    border-right: 1px solid #bef8fb;
}

.funciona {
    padding: 40px 0 40px;
    background-color: #c6f7f9;
}

.funciona-titulo {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    background: #0eb4bb;
    border-top: 3px solid #02939c;
    border-bottom: 3px solid #02939c;
}

.atendimento {
    color: #fff;
    margin-top: 40px;
}
.atendimento h2, h3, h4, h5 {
    color: #fff !important;
}
.atendimento .icon {
    line-height: 1.3;
    position: relative;
    width: 90px;
    padding: 5px;
    /*height: 80px;*/
    background: transparent;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.atendimento .icon span {
    font-size: 40px;
    color: #fff; 
}

.section-blog {
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #d9e4f9;
    padding-right: 20px;
    padding-left: 20px;
}
.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    position: relative;
    display: block;
}
.blog-box {
    padding: 5px;
    border: 2px solid #bbcaec;
    border-radius: 7px;
}
.blog-box .blog-data {
    display: inline-block;
    background: #5d50c6;
    padding: 3px 10px 3px 10px;
    color: #fff;
    font-size: 11px;
}
.blog-titulo {
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border-top: 5px solid #312783;
    font-weight: 500;
    min-height: 115px;
}
.section-blog h2, h5 {
    color: #312783;
}

.video-box {
    padding: 20px;
    background-color: #404040FF;
    border-radius: 8px;
    border: 3px solid #000;
}
.section-video {
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #add4f7;
}

.box-galeria-titulo {
    text-align: center;
    padding: 15px 10px 15px;
    /*background-color: #29b0f4;*/
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    min-height: 100px;
}
.section-depoimentos {
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #017d84;
    padding-right: 10px;
    padding-left: 10px;
}

.section-video-full {
    background-color: #a9e1fd;
    padding: 10px;
}


/* Flex box */
.flex-box {
    display: flex;
}
.flex-box-wrap {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.box {
    margin: 20px;
    width: 350px;
    padding: 20px;
    background-color: #0abfcb;
    border: 1px solid #08b8d2;
    color: #fff;
    border-radius: 15px;
}

.box-interno {
    margin: 20px;
    width: 450px;
    padding: 20px;
    background-color: #0abfcb;
    border: 1px solid #08b8d2;
    color: #fff;
    border-radius: 15px;
}
.box .box-interno h4 {
    color:#fff;
}
.box-titulo, .box-interno {
    padding: 15px 0 10px;
    text-align: center;
    font-size: 18px;
    min-height: 70px;
}
.box .glyphicon {
    font-size: 12px;
    padding-right: 5px;
}

.section-redacao {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}
.section-redacao h2 {
    color: #0a9fb5;
}

.section-redacao-interna {
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: justify;
}
.section-redacao-interna h2, h3, h4, h5 {
    color: #03858d;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .box {
    margin: 10px;
    /*width: 200px;*/
    padding: 20px;
    background-color: #0a9fb5;
    border: 1px solid #08b8d2
    }
}

.disabled-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

/*video win*/
figure { width: 90%; min-width: 320px; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
video {
    width: 80%;
    height: auto;
}
@media screen and (max-width: 768px) 
{
   video {
    width: 100%;
    height: auto;
}

