
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --color-primary: #FDE7D2;
    --color-secundary: #ffd9ee;
    --color-button: #FFFFFF;
    --color-navefooter: #ffb6d0;
    --color-divider: #A3238C;
    --color-white: #FFFFFF;
    --color-title: #A3238C;
    /*--color-subtitle: #DF0D77;*/
    --color-subtitle: #A3238C;
    --color-negrito: #f83284e8;
    --color-text: #000000;
    --color-flit-front: #FCB6D4;
    --color-flit-back: #ffeaf1;
    --color-subtitle-cursos: #FB6F92;
    --color-acoescard: #FAA5CF;
}

body {
    
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
    background-color: var(--color-primary);
    font-size: 22px;
    font-display: swap;
}

.no-select {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    pointer-events: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 900 !important;
}

/* Css Home*/ 
.subtitle{
    font-weight: 600;
    font-size: 3rem;
    color: var(--color-subtitle);
    text-shadow:     
    3px 3px 0 var(--color-white),
    -3px 3px 0 var(--color-white),
    -3px -3px 0 var(--color-white),
    3px -3px 0 var(--color-white);
    padding-bottom: 50px;
    
}

@media (max-width: 768px) {
    .subtitle{
        font-size: 3.5rem;
        color: var(--color-title);
    }
}
@media (max-width: 450px) {
    .subtitle {
        font-size: 2.5rem;
    }
}
.logo-center{
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.logo-center img{ 
    width: 30%;
}

.logo-view{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-view img{
    width: 75%;
}
.meninas-inferior{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.img-bottom{
    position: absolute;
    width: 65%;
    bottom: 0;  
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
    color: var(--color-white) !important;
}

.colunn-txt {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.colunn-txt-t{
    text-align: justify;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 22px;
    font-size: 14px;
}

.colunn-txt-p{
    padding-top: 25px;
    text-align: justify;
    padding-left: 6px;
    padding-right: 6px;
} 

.colunn-txt-pp{
    text-align: justify;
    padding-left: 6px;
    padding-right: 6px;
} 

.bold {
    font-weight: bold;
    color: var(--color-negrito);
}


.col-12 .display-4 img {
    width: 60%;
}

@media (max-width: 768px) {
    .col-12 .display-4 img {
        width: 400px;
    }
}

@media (max-width: 450px) {
    .col-12 .display-4 img {
        width: 280px;
    }
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
    position: relative;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-main{
    background: var(--color-button);
    border-radius: 100px;
    border-color: var(--color-white);
    box-shadow: 0 0 40px 40px var(--color-white) inset, 0 0 0 0 var(--color-white);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    margin: 25px auto auto auto;
}

.btn-main-cursos{
    background: var(--color-navefooter);
    border-radius: 100px;
    border-color: var(--color-white);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    margin: 25px auto auto auto;
}

.btn-main a{
    text-decoration: none;
    color: var(--color-text) !important;
}
.btn-main-cursos a{
    text-decoration: none;
    color: var(--color-text) !important;
}
  
.btn-womans{
    background: var(--color-navefooter);
    border-radius: 100px;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 25px auto auto auto;
    
}
@media (max-width: 768px) {
    .btn-womans {
        width: 80%;
    }
}

.btn-womans a{
    color: var(--color-text)!important;
}
.btn {
    padding: 5px 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid #DF0D77;
}


.btn:hover {
    box-shadow: 0 0 10px 0 var(--color-subtitle-cursos) inset, 0 0 10px 4px var(--color-negrito);
    background: transparent;
}


.navbar {
    box-shadow: 0 2px px rgba(0, 0, 0, 0.1);

}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    background: -webkit-linear-gradient(#ff026be8, #fd11a3f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--color-subtitle);
}

.colunn-r {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.colunn-l {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: row-reverse;

}
.colunn-mc {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.colunn-lg {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: row-reverse;
    overflow: hidden;
}

.colunn-eniac {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: row-reverse;
}
.colunn-p-eniac {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


@media (max-width: 768px) {

    .colunn-r,
    .colunn-l, 
    .colunn-mc, 
    .colunn-lg, 
    .colunn-eniac, .colunn-p-eniac{
        display: block;
    }
}
.colunn-mc img {
    width: 45%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.colunn-mc img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.colunn-r img {
    width: 30%;
    animation: moveDown 2s infinite;
}


.colunn-l img{
    width: 20%;
    padding: 5px;
}

.colunn-lg img{
    width: 50%;
    padding: 5px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.colunn-lg img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.colunn-eniac img {
    width: 45%;
}
.colunn-p-eniac img{
    width: 35%;
}
@media (max-width: 768px) {

    .colunn-eniac img {
         width: 90%;
         margin-bottom: 15px;
    }
}
@media (max-width: 768px) {

    .colunn-l img {
         width: 40%;
         margin-bottom: 15px;
    }
}
@media (max-width: 768px) {

    .colunn-r img, 
    .colunn-lg img,
    .colunn-mc img {
         width: 80%;
         margin-bottom: 15px;
    }
}


.col-12 {
    flex: content;
}

.section-intro {
    margin-bottom: 40px;
    padding-top: 30px;
}


.section-intro .divider {
    height: 4px;
    width: 40%;
    background: var(--color-divider);
    margin: 4px auto;
}
@media (max-width: 768px) {
    .section-intro .divider {
        width: 80%;
    }
}

.card-contatos{
    background-color: var(--color-white);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 80%;
    height: 270px;
}
.card-contatos-t{
    background-color: transparent;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .card-contatos {
        height: 330px;
    }
}

.card-contatos:hover {
    box-shadow: 0 0 8px var(--color-subtitle);
}

.custom-align{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-text{
    padding: 8px;
    overflow-wrap: break-word
}

.bxs-map, .bxs-envelope, .bxl-instagram-alt, .bxl-facebook-square{
    font-size: 70px !important;
    color: var(--color-negrito);
    padding-top: 12px;
}
/* sessão apoiadores */
.apoiadores-b .divider-ap{
    height: 2px;
    width: 100%;
    background: var(--color-divider);
    margin: 16px auto;
}
.apoiadores-b .apoio{
    font-weight: 400 !important;
}

.ap-img img{
    width: 50%;
}

@media (max-width: 768px) {
    .ap-img img {
        width: 70%;
    }
}

#bt-back {
    color: var(--color-divider)!important;
    font-size: 30px;
    padding: 10px 10px 10px 10px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    animation: moveDown 2s infinite;
}

footer {
    background: var(--color-navefooter);
    color: var(--color-white);
    margin-top: auto;
}
.bxl-facebook-circle, .bxl-instagram {
    font-size: 90px !important;
    color: var(--color-divider);
}
.bxs-up-arrow-circle{
    font-size: 60px !important;
}
/* mulheres na ti page*/
.m-ti img{
    width: 100%;
}


/* sessão Sobre nós*/

/* Cards obg, missão, meta */
.flip-card{
    background-color: transparent;
    width: 100%;
    height: 330px;
    perspective: 1000px;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .flip-card{
        width: 90%;
        height: 300px;
    }
}

.flip-card-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
}

.flip-card-front {
    background: var(--color-flit-front);
    border-radius: 30px;
}
.flip-card-front img{
    width: 100px;
    height: 100px;
}

.flip-card-back {
    background-color: var(--color-flit-back);
    color: var(--color-text);
    transform: rotateY(180deg);
    border-radius: 30px;
}

.font-weight-c{
    font-weight: 500 !important;
}



@keyframes moveDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }



.card-acoes {
    height: 500px;
    background-color: var(--color-secundary) !important;
    border-radius: 10px;
    border: 2px dashed #DF0D77;
}

.card-body img{
    width: 20% !important; 
}

@media (max-width: 768px) {
    .card-body img{
        width: 50% !important; 
    }

}



.sobrenos, .cursos{
    border: 2px solid #DF0D77;
    border-radius: 30px;
    padding-bottom: 30px;
    box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.2);
    margin-top: 120px !important;
}

.temas-img img{
    width: 90%;
}

.temas-card{
    margin-top: 15px;
    width: 90%;
    height: 42px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
    padding-top: 2px;
}
@media (max-width: 768px) {
    .temas-card{
        width: 100%;
    }
}
  
.temas-card-qt{
    margin-top: 15px;
    width: 90%;
    height: 42px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
    padding-top: 2px;
}
@media (max-width: 768px) {
    .temas-card-qt{
        width: 100%;
        height: 60px;
    }
}
.em-wide {
    letter-spacing: 0.05em;
  }
/* Carroseul*/
.carroseul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

}
.swiper-slide img {
    max-width: 100%;
    height: auto;
}


.swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ff026be8 !important;
}

@media (max-width: 450px) {
    .swiper {
        height: 270px;
    }
}


/* Depoimentos */
.user-photo {
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    object-fit: cover;

}



.user-content p{
    margin-top:5px;
    font-size:12px;
}


/*
.user-photo{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
*/
.carousel-item .active {
    width: 100%;
    max-width: 400px;
    /* opcional */
    outline: 4px dashed red;
    /* opcional */
}

.user-photo shadow {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}




/* acoes*/
.acoes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.card-a {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
}


.descricao {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ff026be8;
}

.card-a:hover .descricao {
    opacity: 1;
}

.texto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1em;
    text-align: center;
    color: #FFFF;
}


/*teste*/

#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* sessao cursos */
.card-fotos{
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-fotos img{
    width: 90%;
    object-fit: cover;
}
.card-fotos-a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 6px solid var(--color-primary);
}
.card-c {
    background-color: var(--color-navefooter);
    border-radius: 30px;
}
.card-c img{
    width: 60%;
}
.card-c .assinatura-curso{
    width: 90%;
    margin-bottom: 20px;
}
.card-d img{
    width: 20%;
}

.colunn-c {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif !important;
}
.colunn-c img{
    width: 15%;
}

.inf-b{
    background-color: var(--color-secundary);
    border-radius: 20px;
}

.inf-b img{
    width: 45%;
    margin-top: 10px;
    margin-left: 170px;
}
@media (max-width: 768px) {
    .inf-b img {
        margin: 0;
        margin-bottom: 10px;
    }
}


.subtitle-cursos{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
    background-color: var(--color-subtitle-cursos);
    padding: 8px;
    color: #000;
    width: 35%;
    height: 45px;
    border-radius: 10px;
    border: 2px dashed #DF0D77;
    margin-bottom: 40px;
    text-align: center;
}
@media (max-width: 768px) {
    .subtitle-cursos {
        width: 90%;
    }
}
.subtitle-cursos-b{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    margin-top: 20px;
    background-color: var(--color-subtitle-cursos);
    padding: 8px;
    color: #000;
    width: 60%;
    height: 45px;
    border-radius: 10px;
    border: 2px dashed #DF0D77;
    margin-bottom: 40px;
    text-align: center;
}
@media (max-width: 768px) {
    .subtitle-cursos-b {
        width: 90%;
        height: 65px;
    }
}
.card{
    border:none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-medias img{
    width: 30%;
}

.card img{
    width: 80%;
    height: 230px;
 
}

.base-cursos{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    margin-top: 40px;
    background-color: var(--color-navefooter);
    padding: 10px;
    color: #000;
    width: 80%;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.base-cursos-p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    margin-top: 40px;
    background-color: var(--color-navefooter);
    padding: 10px;
    color: #000;
    width: 90%;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 1200px) {
    .base-cursos-p{
        height: 65px; 
    }
}
.comp-c img{
    width: 70%;
    
}

@media (max-width: 768px) {
    .comp-c img{
        width: 100%;
        
    }
}

.card-fi{
    background-color: var(--color-primary) !important;
    border-radius: 10px;
    border: 2px dashed #DF0D77;
    width: 100%;
    height: 480px;
}
@media (max-width: 1200px) {
    .card-fi{
        height: 560px;      
    }
}
@media (max-width: 768px) {
    .card-body-fi{
        height: 380px !important;      
    }
}
.card-body-fi{
    height: 280px;
}
.card-fi-fotos img{
    width: 250px;
}
.card-fi-fotos-p img{
    width: 130px;
}
.colunn-txt-fi{
    padding-top: 0;
    padding-bottom: 0;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;  
} 
.card-title-fi{
    background-color: var(--color-subtitle-cursos);
}

.cursos-icet img{
    width: 65%;
}

@media (max-width: 768px) {
    .cursos-icet img {
        width: 100%;
    }
}

/* sessão depoimentos*/

#customers-testimonials .item {
	text-align: center;
	margin-bottom: 50px;
	padding: 15px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
	background-color: var(--color-white);
	border-radius: 5px;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
	background-color: var(--color-white);
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: var(--color-negrito);
	transform: translate3d(0px, -50%, 0px) scale(0.6);
}
#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	outline: none;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: rgba(214, 8, 8, 0.4);
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
	border-radius: 100%;
}

.commo img {
	width: 30px !important;
	height: auto;
	float: left;
}
.author-img img {
	width: 80px !important;
	height: 80px;
	border-radius: 100%;
	margin-bottom: 0 !important;
    object-fit: cover;
}
.text-custom{
    color: var(--color-negrito);
    text-align: left;
    padding-left: 20px;
    padding-bottom: 0;
    font-size: 20px;
}

.text-muted{
    padding-left: 20px;

}
