
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

a,li,p, *{
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-size: 18px;
}

ul{
    padding: 0pxz;
    list-style-position: inside;
}

body{
    background: url('../images/bg-header.jpg') top center no-repeat #fff;
}

.titles{
    text-align: center;
    margin-bottom: 50px;
}

.titles .title{
    font-size: 30px;
    font-weight: 700;
}

.titles .title b{
    font-size: 30px;
    font-weight: 700;
    background-color: #e4c169;
    border-radius: 15px;
    padding: 0px 15px;
    margin-top: 10px;
}

.bt-whatsapp {
    display: table;
    border-radius: 25px;
    color: #fff;
    background-color: #25d366;
    padding: 10px 20px;
    font-size: 17px;
}

.bt-whatsapp:hover {
    color: #fff;
    background-color: #00792d;
}

.bt-whatsapp::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 0;
    vertical-align: middle;
    color: #fff;
    background:url('../images/icon-whatsapp.png') center top no-repeat;
}



.bt-green {
    display: table;
    border-radius: 25px;
    color: #fff;
    background-color: #25d366;
    padding: 5px 20px;
    font-size: 17px;
    line-height: 1em;
}

.bt-green:hover {
    color: #fff;
    background-color: #00792d;
}




header{
    background-color: #fff;
    margin-bottom: 30px;
}

header .contact p a{
    background-color: #000000;
    border-radius: 25px;
    padding: 10px 20px;
    padding-left: 30px;
    text-decoration: none;
    color: #fff;
    position: relative;
}

header .contact p a span{
    font-size: 16px;
    font-weight: bold;
}


header .contact p img{
    position: absolute;
    left: -15px;
    top: 2px;
}


header .contact p a:hover{
    background-color: #ffffff;
    color: #000000;
}

main .head-content h1{
    font-size: 25px;
    font-weight: 700;
    background-color: #e4c169;
    border-radius: 15px;
    display: table;
    padding: 0px 15px;
    margin:0px auto;   
    margin-bottom: 15px;
}

main .head-content h2{
    font-size: 25px;
}


.head-content{
    margin-bottom: 30px;
}


.citys-content{
    padding: 50px 0px;
    background-color: #ffffff;
}

.differences{
    padding: 50px 0px;
    background-color: #ffffff;
}

.course{
    padding: 50px 0px;
    background-color: #fff3da;
}

.course .course-items{
    margin-bottom: 50px;
}


.faq{
	padding: 50px 0px;
    background-color: #ffffff;
    background: url('../images/bg-header.jpg') top center no-repeat #fff;
}

.testimony{
    padding: 50px 0px;
}

.depoimentos{
    padding: 0px 30px;
}

.depoimentos .depoimento{
    overflow: hidden;
    border-radius: 20px;
    margin: 15px;
    padding: 20px;
    background: url('../images/bg-depoimentos.jpg') center top no-repeat;
    background-size: cover;
}

.owl-nav button span {
    width: 38px;
    height: 38px;
    overflow: hidden;
    font-size: 50px;
    padding: 0px;
    background-color: #e4c169;
    border-radius: 50%;
    line-height: 0.7em;
    display: block; 
}

.owl-nav button:hover span {
    color: #fff;
    background-color: #000000;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 40%;
}

.owl-carousel .owl-nav button{ 
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev{
    left: -40px;
}

.owl-carousel .owl-nav button.owl-next{
    right: -40px;
}


.about-us{
    padding: 50px 0px;
    margin-bottom: 30px;
    background-color: #fff3da;
}


.tags{
    text-align: center;
    padding: 0px;
}

.tags li{
    font-size: 14px;
    background-color: #e4c169;
    border-radius: 15px;
    display: table;
    padding: 0px 5px;
    margin: 5px;
    display: inline-block;
}

.tags.tags-black{
    text-align: left;
}

.tags.tags-black li{
    background-color: #000000;
    color: #fff;
}

.video-curso-cilios {
    width: auto; 
    height: 100vh; 
    max-width: 100%; 
    display: block; 
    display: none;
}


@media (max-width: 767px) {

    .logo{
        margin-bottom: 30px;
    }

    .bt-whatsapp-content a{
        margin: 0px auto;
    }

    .differences {
        border-top: 1px solid #ccc;
        padding-top: 30px;
    }

    .titles .title b{
        padding: 5px;
        background-color: transparent;
        color: #f8b600;
        padding: 0;
    }

    main .head-content h1{
        background-color: transparent;
        color: #f8b600;
        padding: 0;
        text-align: center;
        font-size: 30px;
    }

    main .head-content h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .depoimentos{
        padding: 0px;
    }

    .owl-carousel .owl-nav button{
        position: initial;
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        position: initial;
        width: auto;
        top: auto;
        margin: 0px auto;
        display: table;
    }

    .about-us {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .about-us .image{
        margin-bottom: 30px;
    }

    .about-us .text h5{
        text-align: center;
        margin-bottom: 30px;
    }

    .course-items .curse-item-content{
        border-top: 1px solid #ccc;
        padding-top: 50px;
        margin-bottom: 0px;
    }

    .course-items .curse-item-content.noborder{
        border: none !important;
        padding: 0px;
        margin: 0px;
    }

    .curse-item-content h3, .curse-item-content .image{
        text-align: center;
        margin-bottom: 20px;
    }

    .curse-item-content ul{
        padding: 0px;
        margin: 0px;
        text-align: left;
    }

    .main-video{
        margin-bottom: 15px;
    }

}
