/*
Theme Name: Elementor Páprica
Theme URI: #
Author: #
Author URI: #
Version: 2.0.0
Description: Descrição do Tema
*/

:root {
    --roxo: #491f53;
    --verde: #00ab97;
    --laranja: #fdc300;
    --azul: #003a63;    
    --branco: #fff;
}
body {    
    padding: 0px;	
    margin: 0px;	
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
a {    
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
h1,h2,h3{line-height: 160%;}
h1{
	font-size: 30px;
}
.alignleft {
    float: left;
    padding: 5px 15px 5px 0 !important;
}
.alignright {
    float: right;
    padding: 0 0 10px 15px;
}
.aligncenter {
    text-align: center !important;
 
}
.text-right{
    text-align: right !important;
}
.clear {
    clear: both;
}

strong{
	font-weight: bold;
}
ul li, ol li{
line-height: 170%;
}
img{
    display: block;
}
.full {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}
.flex-v {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-h {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.inativo {
    background-color: #00AB97;
    opacity: 40%;
}

/*slick slider */
.slick-prev,
.slick-next {
    display: none !important; /
}

/* Add CSS to style the Slick Slider dots */

  .slick-dots li {
    margin: 0 5px;
  }
  
  .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #E0E0E0;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0px;
  }
  
  
  .slick-dots li.slick-active button {
    background-color: #828282; 
  }

  .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    list-style: none;
    padding: 0;
  }
  
@media only screen and (max-width: 768px) {
    .slick-dots {
        margin-top: -50px;
    }
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 12px;
    line-height: 14px;    
    font-weight: 500;
    color: #4F4F4F;
}
.breadcrumb a {
    color: #4F4F4F;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb .separator {
    margin: 0 5px; /* Define o espaçamento entre os itens do breadcrumb e o separador */
    color: #4F4F4F;
}

/*==================================================
HEADER
====================================================*/
#barra-topo.active{
    position: fixed;    
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-animation: fixaTopo 1s forwards; /* Safari 4+ */
    -moz-animation:    fixaTopo 1s forwards; /* Fx 5+ */
    -o-animation:      fixaTopo 1s forwards; /* Opera 12+ */
    animation:         fixaTopo 1s forwards; /* IE 10+, Fx 29+ */    
  animation-iteration-count: 1; 
  animation-delay:0s;   
}
.painel{    	
	display: none;
	z-index: 9999;
    position: fixed;
    top:0;
right:-100%;    
    width: 100% !important;
    max-width: 350px !important;
    overflow-x: hidden;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s; 
}
.painel.active {
	display: block;
		    -webkit-animation: puxaPainel 1s forwards; /* Safari 4+ */
  -moz-animation:    puxaPainel 1s forwards; /* Fx 5+ */
  -o-animation:      puxaPainel 1s forwards; /* Opera 12+ */
  animation:         puxaPainel 1s forwards; /* IE 10+, Fx 29+ */    
animation-iteration-count: 1; 
animation-delay:0s;    
}
.fechaPainel{
		display: block;
		    -webkit-animation: retornaPainel 1s forwards; /* Safari 4+ */
  -moz-animation:    retornaPainel 1s forwards; /* Fx 5+ */
  -o-animation:      retornaPainel 1s forwards; /* Opera 12+ */
  animation:         retornaPainel 1s forwards; /* IE 10+, Fx 29+ */    
animation-iteration-count: 1; 
animation-delay:0s;  
}
.fechar, 
.ancora{
    cursor: pointer;
}
@-webkit-keyframes fixaTopo {
    0% {
    top:-150px;
    }
    100% {
    top:0% !important;
    
    }
    }
    @-webkit-keyframes puxaPainel{
    0% {
    right: -100%;
    }
    100% {
    right: 0;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    }
    }
    @-webkit-keyframes retornaPainel {
    0% {
    right:0;
    }
    100% {
    right:-100%;
    }
    }
div#menus > div {
    display: flex;
    justify-content: end;
    padding: 0;
}
div#menus {
    margin-top: -2%;
}
ul#menu-main-menu {
    display: flex;
    gap: 6%;
    margin: 0px -7%;
    justify-content: end;
}
.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li {
    line-height: 0px;
}
.botao-restrito {
    max-height: 18px;
}
.eael-simple-menu-container.preset-1 .eael-simple-menu li ul {
    width: auto;
    top: 85%;
    background-color: #491f53;
}

.eael-simple-menu.eael-simple-menu-horizontal li ul li > a {
    white-space: nowrap;
}
.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a.eael-item-active {
    background-color: #491f53;
}
#menu-topo * a.hfe-menu-item span{
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: -99px;
background: url(//escolachampagnat.com.br/presidente-prudente/wp-content/themes/elementor-paprica/assets/img/arrow-down.svg) no-repeat center center;
}

header{	
	position: relative;
	top: 0;
    padding: 0 20px 0 0 ;
	z-index: 9999;        
	width: 100%;        
}
header.active{
	 background: #fff;	
    -webkit-animation: fixaTopo .6s forwards; /* Safari 4+ */
    -moz-animation:    fixaTopo .6s forwards; /* Fx 5+ */
    -o-animation:      fixaTopo .6s forwards; /* Opera 12+ */
    animation:         fixaTopo .6s forwards; /* IE 10+, Fx 29+ */    
    animation-iteration-count: 1; 
    animation-delay:0s;
}
header .row{    
    padding: 0;
    width: 100% !important;	
    max-width: 100% !important;
}
@-webkit-keyframes fixaTopo {
0% {
    position: fixed;
top: -150px;    
    } 
100% {
    position: fixed;
    top: 0;
-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    }
}
header .row {
    max-width: 98%;    
}
#cabecalho{
	padding: 50px 0 20px 0;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
#cabecalho h1{
	margin: 0;
	font-size: 32px;		
}
.logo{
    padding-left: 100px;
    width: 450px;    
}
/*==================================================
MENU SUPERIOR
====================================================*/
#menu-topo * a.hfe-menu-item span{
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: -99px;
background: url(//escolachampagnat.com.br/presidente-prudente/wp-content/themes/elementor-paprica/assets/img/arrow-down.svg) no-repeat center center;
}
.menu-superior{	
    padding: 0;
    margin: 10px 0 0 0;
    height: auto;

}

.menu-superior ul{    
    list-style: none;
    margin: 0 !important;    
    padding: 0 !important;
    width: 100%;
    list-style: none;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   max-height: 50px;

}
.menu-superior ul li {      
    position: relative;       
    left: 0;    
    top: 0;
    margin: 0px 5px !important;
    padding: 0 !important;    
    line-height: 100% !important; 
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;  
}

.menu-superior ul li a { 
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;     
    text-decoration: none;    
    top: 0px;
    position: relative;
}
.menu-superior ul li a:hover{
    color: var(--laranja);
}
.menu-superior ul li a:hover::after {
  width:100%;
}
.menu-superior ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
 
}
.menu-superior > ul ul.sub-menu {
    opacity: .2;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; 
   display: block;
   width: 200px;
    z-index: 9999;
    padding: 6px;
    position: absolute;
    top: 30px;
    left: -1px;
    text-align: left;     
    visibility: hidden;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; 
    -webkit-box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.25);
}
.menu-superior > ul li:last-child ul.sub-menu {    
    left: -70px;
}
.menu-superior li.menu-item-has-children > a:first-child{
    padding-right: 20px !important;
    position: relative;       
background: url(//escolachampagnat.com.br/presidente-prudente/wp-content/themes/elementor-paprica/assets/img/arrow-down.svg) no-repeat center right !important;
}
.menu-superior > ul ul.sub-menu > li a {
    display: block;
    text-decoration: none;    
    color: #fff;
    font-size: 11px;
    top: 0px;    
}
.menu-superior > ul ul.sub-menu li {
    display: block !important;
    clear: both;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    background-color: var(--roxo);
}
.menu-superior > ul ul.sub-menu li:not(:last-child){
    border-bottom:1px solid #703380;
}

.menu-superior > ul ul.sub-menu li a {
    display: block;
    padding: 15px 13px;
    transition: all 0.01s ease-in-out;
    text-transform: none;    
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0;
    font-weight: 400;
}

.menu-superior > ul ul.sub-menu li:hover > a {    
    color: var(--laranja);
}
.menu-superior > ul ul.sub-menu li:first-child{
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;    
}
.menu-superior > ul ul.sub-menu li:last-child{
    -webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
}
/*==================================================
ARTICLE
====================================================*/
article {
    padding: 0 20px;
    margin: 0px !important;
    position: relative;            
}

article p{
    line-height: 180%;
}
article ul {
    margin-left: 25px;
    margin-bottom: 15px;
    padding: 0px !important;
    line-height: 180%;    
    list-style-position: left;
    list-style: square;
}
article ul li {
    text-align: left;
}
p {
    line-height: 170%;
    margin-bottom: 10px;
    padding: 2px;    
}


/*==================================================
FOOTER
====================================================*/
@media only screen and (max-width: 768px) {
    div#baixe-app-footer {
        width: 100%;
    }
    div#sitemap-footer {
        width: 100%;
        margin-top: 20px;
    }
    .elementor-31 .elementor-element.elementor-element-c85db42 > .elementor-element-populated {
        padding: 0px 30px !important;
    }
    .elementor-31 .elementor-element.elementor-element-71d902f .elementor-heading-title {
        font-size: 24px !important;
        line-height: 24px !important;
        margin-bottom: 10px !important;
    }
    section#barra-footer {
        padding: 10% 02% 13% 02% !important;
    }
    
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i::before {
    content: url(https://ech.papricadev.com.br/wp-content/themes/elementor-paprica/assets/img/arrow-down.svg) !important;
}
/*==================================================
HOME
====================================================*/


/* unidades*/
.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
    margin-bottom: 30px;
}
div#tabs-unidades > div {
    background: white !important;
}
@media only screen and (min-width: 768px) {
    section#unidades > div {
        display: flex;
        width: 1200px;
        padding: 32px 0px 32px 32px;
        align-items: flex-start;
        border-radius: 24px;
        border: 8px solid var(--roxo, #491F53);
        background: white;
        box-shadow: 16px 16px 0px 0px #00AB97;
    }

     
}
.eael-tabs-content {
    z-index: 9999;
    display: contents !important;
}
.eael-tabs-nav > ul li {
    width: auto !important;
}
@media only screen and (max-width: 768px) {
    .eael-tabs-nav > ul li {
        width: 100% !important;
        margin: 10px 0px !important;
    }
}
.eael-advance-tabs .eael-tabs-nav>ul{
    align-items: flex-start !important;
}

.elementor-button span {
    pointer-events: none;
}
/* faq*/
#faq-block .elementor-toggle-item {
    height: 60px;
    padding-top: 10px
}
section#central-de-ajuda .elementor-accordion-item {
    margin-top: 20px !important;
}


@media only screen and (max-width: 768px) {
    .elementor-toggle-item {
        margin: 10px 0px;
    }
    

    section#central-de-ajuda h2.elementor-heading-title.elementor-size-default {
        font-size: 38px !important;
        text-align: left;
        width: 60% !important;
        line-height: 40px !important;
        margin-bottom: 0px !important;
    }
    .elementor-31 .elementor-element.elementor-element-b84d1b1,
    .elementor-31 .elementor-element.elementor-element-82b0cba{
        font-size:  16px !important;
    }
    
    .elementor-toggle .elementor-tab-title {
        line-height: 0px !important;
        padding: 10px 0px 10px 0px;

    }
    .elementor-toggle .elementor-tab-content {
        padding: 40px 0px !important;
    }

}
#faq-block .elementor-toggle-item:focus {
    margin-bottom: 50px;
}
.elementor-tab-content {
    margin-top: -35px;
}


/*==================================================
FALE COM A GENTE
====================================================*/
h3.eael-contact-form-title.eael-contact-form-7-title {
    margin-bottom: 16px;
}
form.wpcf7-form.init select {
    margin-top: 5px;
    width: 100% !important;
    border: 1px #E0E0E0;
    border-radius: 8px;
    justify-content: space-between;
    padding: 8px 22px;
}
form.wpcf7-form.init input {
    margin-top: 5px;
}
form.wpcf7-form.init p {
    line-height: 10%;
}
span.wpcf7-list-item {
    margin: 0;
    display: inline-flex;
}

span.wpcf7-list-item input {
    margin: 0px 20px 30px 0px;
}
input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #E0E0E0;
}
textarea.wpcf7-form-control::placeholder {
    color: #E0E0E0;
}
span.wpcf7-list-item-label {
    color: #4F4F4F;
    font-weight: 400;
    size: 14px;
    line-height: 18px;
    padding: 0% 1% 0% 0%;
}

/*footer - fale com a gente*/
.dois-botoes-coluna div {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
    .elementor-31 .elementor-element.elementor-element-094614a > .elementor-element-populated {
        padding: 20px !important;
    }
}



/*==================================================
COMO EDUCAMOS
====================================================*/
.elementor-swiper-button {
    background-color: #6A5196;
    border-radius: 50%;
}

.elementor-swiper-button i {
    color: #6a5096;
}
img.swiper-slide-image {
    width: 90%;
}
.swiper-slide.swiper-slide-active {
    margin: 0px 25px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active {
        margin: 0px 25px;
    }
    .elementor-10 .elementor-element.elementor-element-248472f .elementor-swiper-button.elementor-swiper-button-prev, .elementor-10 .elementor-element.elementor-element-248472f .elementor-swiper-button.elementor-swiper-button-next {
        top: 83% !important;
        margin: 0px 25px;
    }

    .elementor-10 .elementor-element.elementor-element-248472f .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }    
    img.swiper-slide-image {
        width: 100%;
    }
    .swiper-slide.swiper-slide-active {
        margin: 0px;
    }
}
/*==================================================
BLOG
====================================================*/
/* blog list grid*/
.post-carousel-categories {
    position: absolute;
    background-color: #FDC300 !important;
    top: 42%;
    z-index: 99 !important;
    width: auto !important;
    border-radius: 30px !important;
    padding: 5px 10px !important;
    visibility: visible !important;
    -webkit-transition: 300ms;
    transition: 300ms;
    height: 26px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    opacity: unset;
}

@media only screen and (min-width: 361px) and (max-width: 797px) {
    .post-carousel-categories {
        top: 40% ;
    }
    section.single-post .large-16.columns {
        padding: 25px 0px !important;
    }
    div#lastest-news-blog-page .post-carousel-categories {
        top: 42% ;
    }

}
@media only screen and (max-width: 360px) {
    .post-carousel-categories {
        top: 35% ;
    }
    div#lastest-news-blog-page .post-carousel-categories{
        top: 36% ;
    }
}
.post-carousel-categories a {
    color: white !important;
}
h2.news-title {
    margin-top: 60px;
}
.eael-entry-media {
    margin: 15px 15px 0px;
    overflow: unset;
    
}
.single-post {
    padding: 0px !important;
}
.eael-entry-wrapper {
    margin: 12% 0% 0%;
}


#blog main{
    max-width: 1000px;
      margin: 0px auto;
}
#lista-blog{
    position: relative;
    margin: 0px auto;
    grid-gap:20px;
}
#lista-blog .item figure{
    position: relative;
}
#lista-blog .item figure,
#lista-blog .item figure img,
#lista-blog .item figure .mask,
#lista-blog .item figure .mask span{
		-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#lista-blog .item figure .mask{
    
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    background: rgba(52,70,99,.5);
}
#lista-blog .item figure .mask span{
	margin: 0px auto;
	width: 50px;
	height: 50px;
	color: var(--tom3);
	text-align: center;
	padding: 12px;
	font-size: 20px;
	font-weight: bold;
	background: rgba(255,255,255,.5);
    transform: translateY(-20px);

}
#lista-blog .item:hover figure .mask span{
    transform: translateY(0px);
}
#lista-blog .item{
    margin-bottom: 40px;
}
#lista-blog .item .data{
    padding: 16px 0 0 0;
    color: var(--tom2);
    font-size: 12px;
    display: block;
}
#lista-blog .item h3{
    font-size: 20px !important;
}
#lista-blog .item .resumo{
    font-size: 13px;
    color: #999;
}
#lista-blog .item .leia{
    text-transform: uppercase;
    font-size: 12px;
    color: var(--tom2);
}
#lista-blog .item .leia .linha{
    padding-right: 5px;
}
#lista-blog .item .leia:hover .linha{
    width: 24px;
}
#lista-blog .item:hover .mask{
opacity: 1;
}

.sidebar{
    position: relative;    
}
.sidebar .lista-cats{
    margin-top: 30px;
}
.sidebar nav ul li a{    
    font-size: 16px;
    padding: 8px 0;
}

.sidebar nav ul li{
    padding-bottom: 10px;
}
#side-busca{
    position: relative;
    width: 90%;
}
#side-busca .text input{
  width: 100%;
    border:1px solid var(--branco);
    background: #f0f0f0;
    color: #666;
    padding: 18px;
    display: block;
    outline: none;   
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#side-busca .text input:focus{
    background: var(--branco);
	border-color: #ccc;
}

#side-busca .btn{
    width: 45px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: url(//escolachampagnat.com.br/presidente-prudente/wp-content/themes/elementor-paprica/img/lupa.png) no-repeat center center;
    background-size: 40%;
    cursor: pointer;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    opacity: .3;
}
#side-busca .btn:hover{    
    opacity: .7;
}
.buscando{ margin:50px 0; padding:3px 15px; border: 1px solid var(--tom1);}
.lista-busca ul li{ font-weight:400; font-size:13px; margin-bottom:25px; border-left:4px solid var(--tom1); padding-left:15px;}
.lista-busca ul li h2{ padding:8px 0; margin: 0px;}
.lista-busca ul li p{ margin-top: 0;}
.lista-busca ul li h2 a{  font-size:18px;}
.lista-busca ul li h2 a:hover{ text-decoration:underline;}
.lista-busca ul li span{ font-size:12px;}
.lista-busca ul li .info{
    padding: 4px 0;
  
}
.boxBusca{ 
    margin:20px 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    border: 2px solid var(--tom6);
    background: transparent;
}
.boxBusca::after{
        content: "";
    position: absolute;    
    bottom: 0;
    left: 0;
background: transparent;
    z-index: -1;
    height: 0px;
    width: 100%;
    display: block;
}
.boxBusca.active::after{
    height: 100%;
    background: #44a6a0;
    border-color: #44a6a0;
}
.boxBusca.active .box-text-busca{
    background: transparent;
}
.box-text-busca{
border:none;
color: #666;
text-align:left !important;
font-size: 14px;
padding: 13px;
height: 45px;    
margin:0px !important;
    position: relative;
z-index:2;
width:100%;
    background: var(--branco);
}
.box-btn-busca{
width:50px;
    height: 45px;
cursor:pointer;
padding: 13px 12px;
opacity: .5;
background:transparent url(//escolachampagnat.com.br/presidente-prudente/wp-content/themes/elementor-paprica/img/lupa.png) no-repeat center center;
    background-size: 50%;
border:none;
    position: absolute;
    z-index: 5;
    right: 4px;
top:1px;
}
.box-btn-busca:hover{
    background-size: 80%;
}

/* ICONES COMPLEMENTARES */
.slider-icones li{	
	position: relative;
	display: block !important;
    width: auto;
    padding: 24px 16px 24px 16px;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    margin: 0px 10px;
}
.slider-icones .eael-feature-list-icon-box,
.slider-icones .eael-feature-list-content-box{	
display: block !important;
width: 100% !important;
max-width: 100%;
height:auto !important;
min-height: 40px !important;
margin:0px !important;
text-align: center;
float: none !important;
position: relative;
top:0;
left:0;
}
.slick-prev-complementos, .slick-next-complementos {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 35px;
    width: 35px;
    z-index: 9999;
    background: var(--roxo) url(//escolachampagnat.com.br/presidente-prudente/wp-content/themes/elementor-paprica/assets/img/seta-left.png) no-repeat center center;
    border-radius: 50%;
    border: 0px;
    cursor: pointer;
}
.slick-next-complementos {
    left: auto !important;
    right:0 !important;
    background: var(--roxo) url(//escolachampagnat.com.br/presidente-prudente/wp-content/themes/elementor-paprica/assets/img/seta-right.png) no-repeat center center;
}
/* shortcode niveis de ensino */
.slick-prev-niveis, .slick-next-niveis {
    position: absolute;
    bottom: 1%;
    left: 44%;
    height: 58px;
    width: 58px;
    z-index: 99;
    background-color: #6A5196 !important;
    border-radius: 50%;
    border: 0px;
    cursor: pointer;
}
.slick-next-niveis {
    margin: 0 6%;
}

@media only screen and (max-width: 797px) {
    .elementor-1256 .elementor-element.elementor-element-109dd03 > .elementor-element-populated,
    .elementor-1251 .elementor-element.elementor-element-05c9dd1 > .elementor-element-populated
    .elementor-977 .elementor-element.elementor-element-d293c0d > .elementor-element-populated,
    .elementor-1246 .elementor-element.elementor-element-67e419f > .elementor-element-populated {
        padding: 090px 48px 88px 48px !important;
    }
    .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.elementor-element-d293c0d {
        height: auto !important;
    }

    .elementor-1246 .elementor-element.elementor-element-09ccf6f > .elementor-element-populated {
        margin: 0px !important;
        padding: 0px !important;
    }
    .slick-next-niveis {
        margin: 0 20%;
    }
    .slick-prev-niveis, .slick-next-niveis {
        position: absolute;
        left: 15%;
        height: 58px;
        width: 58px;
        z-index: 9999;
        background-color: #6A5196 !important;
        border-radius: 50%;
        border: 0px;
        top: 20%;
    }
    .slider-item-niveis .elementor-column.elementor-col-50.elementor-top-column.elementor-element {
        width: 100%;
    }
    .slider-item-niveis .elementor-widget-wrap.elementor-element-populated {
      
        border-radius: 0px !important;

    }
    /*
    .slider-item-niveis .elementor-widget-container {
        margin: 0px 0px 20px 0px !important;
       font-size: 16px;
        line-height: 24px !important;
    }

    .slider-item-niveis h5.elementor-heading-title.elementor-size-default {
        font-size: 16px !important;
    }

    .slider-item-niveis .elementor-element-populated {
        padding: 50px 30px 100px !important;
    }*/
}
@media only screen and (max-width: 360px) {
    .slick-prev-niveis, .slick-next-niveis {
        position: absolute;
        left: 15%;
        height: 58px;
        width: 58px;
        z-index: 9999;
        background-color: #6A5196 !important;
        border-radius: 50%;
        border: 0px;
        top: 16%;
    }

}





/* shortcode post banner full */
.post-container.full-width {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-left-lpt > .breadcrumb a {
    color: var(--branco);
}
.col-left-lpt > .breadcrumb {
    color: var(--branco);
}

/* mobile */

@media only screen and (max-width: 768px) {
    .post-container.full-width {
        display: flex;
        width: 100%;
        max-width: 100%;
        min-height: 550px;
        margin-left: 0;
        margin-right: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    h1.latest-post-title {
                
        font-size: 38px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: left;
        color: var(--branco);
    }
    .col-left-lpt {
        width: 100%;
        padding: 15% 6% 15% 5%;
    }
    p.latest-post-category {
        
        
    }

    .post-container-pr {
        display: block !important;
        margin-bottom: 30px !important;
    }

}


/* full screen  */

@media screen and (min-width: 1600px) {
    .post-container.full-width {
        min-height: 600px;
    }
    
    .col-left-lpt {
        width: 60%;
        padding: 5% 10% 2% 15% !important;
    }
}


.col-left-lpt {
    width: 60%;
    padding: 3% 0% 3% 15%;
}


p.latest-post-category a {
    display: inline-block;
    height: 26px;
    width: auto;
    padding: 5px 10px 6px 10px;
    border-radius: 30px;
    gap: 10px;
    background: var(--laranja);
    color: var(--branco);    
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
}
p.latest-post-category {
    
}
h1.latest-post-title {
    margin: -1% 0 3%;
    font-family: Montserrat;
    font-size: 62px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}
@media only screen and (max-width: 768px) {
    section.single-post .respiro-small {
        padding: 0px;
    }
    
    .post-container.full-width {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 550px;
        margin-left: 0;
        margin-right: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    h1.latest-post-title {
        margin: 0% 0 6%;
        font-family: Montserrat;
        font-size: 38px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: left;
        color: white;
    }
    .col-left-lpt {
        width: 100%;
        padding: 30% 6% 15% 5%;
    }

    .post-container-pr {
        display: block !important;
        margin-bottom: 30px !important;
    }

}

a.leia-mais-lpt{
    display: block;
    width: 165px;
    
    padding: 17px 30px 17px 30px;
    border-radius: 12px;
    border: 1px solid var(--branco);
    gap: 12px;    
    font-size: 15px;
    font-weight: 500;
    
    letter-spacing: 0em;
    color: var(--branco);
    text-align: center;
    background-color: transparent;
}

a.leia-mais-lpt:hover {
    transition: 2ms;
    background-color: #FDC300;
}


/*shortcode ultimas notícias*/
.slider-item {
    flex: 0 0 33.33% !important;
    padding: 10px;
    margin: 0px 10px;
    padding-bottom: 20px !important;
    background-color: #FFFF;
    border: 1px solid #82828217;
    border-radius: 12px;
    min-height: 550px;
} 
@media only screen and (max-width: 768px){
    .slider-item {
        background-color: white;
        border: 0px;
        border-radius: 12px;
    }
}
h2.news-title{
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
p.news-excerpt{
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

a.leia-mais-news{
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #00AB97;
    border-radius: 12px 12px 12px 12px;
    padding: 22px 44px 22px 44px;
}   

.noticias-slider {
    overflow: hidden;
    width: 100%;
}

.slider-container {
    display: block;
    transition: transform 0.3s ease;
}



.noticias-slider .slider-nav {
    display: flex;
}

.noticias-slider .slider-nav a {
    margin-right: 10px;
}


/* shortcode post recentes vertical*/
.post-container-pr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
  
.col-left-pr {
    width: 50%;
    padding: 2% 5% 2% 0%;
}
@media only screen and (max-width: 768px) {
    .col-left-pr {
        width: 100%;
        padding: 0%;
        margin: 15% 0% 7%;
    }
}
  .col-right-pr {
    width: 50%;
  }
  
  .col-right-pr img {
    max-width: 100%;
    height: auto;
  }
  .col-left-pr h4 {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #00AB97;
    margin: 5% 0% 0% 0%;
}
  
.col-left-pr .category-pr1, 
.col-left-pr .category-pr2,
.col-left-pr .category-pr3{
    width: 78px; 
    padding: 0px 10px 6px 10px;
    border-radius: 30px;
    gap: 10px;
}

.col-left-pr .category-pr1{
    background: var(--laranja);
}

.col-left-pr .category-pr2{
    background: var(--roxo);
}

.col-left-pr .category-pr3{
    background: var(--azul);
}

.col-left-pr .category-pr1 a,
.col-left-pr .category-pr2 a,
.col-left-pr .category-pr3 a{
    color: var(--branco);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
}
  
.col-left-pr p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #4F4F4F;
}
  
.col-left-pr .leia-mais-pr {
    display: block;
    width: 195px;
    height: 62px;
    padding: 22px 44px 22px 44px;
    border-radius: 12px;
    border: 1px solid #00AB97;
    gap: 12px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    color: #00AB97;
    text-align: center;
    background-color: white;
}
  .col-left-pr .leia-mais-pr:hover {
    transition: 2ms;
    background-color: #FDC300;
}
/*==================================================
SINGLE
====================================================*/
.single-post{
 
}
@media only screen and (max-width: 797px) {
    section.single-post .large-16.columns {
        padding: 25px 0px !important;
    }
}

.single-post .row{
    max-width: 1000px;
}
.single-post .btn-voltar{
    background: #491f53;
    color:#fff;
    font-size:16px;
    padding: 15px 22px;
    -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.single-post .btn-voltar:hover{
    background: #00ab97;
}
.single-post .data{
    border-left: 2px solid #00ab97;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
}

/*==================================================
FOOTER
====================================================*/


/*==================================================
CLASSES
====================================================*/
#cta-anonimato,
#cta-time{
display: none;
}

.page-id-17 #cta-anonimato,
.page-id-17 #cta-time{
display: block;
}
.acordeon-rodape .elementor-tab-title{
    border-bottom: 1px solid #ccc !important;
    line-height: 20px !important;
}
.cover{
	-webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.block{
    display: block;
}
.degrade{
    display: block;
    margin: 0px auto;    
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}
.font-xsmall{font-size: 11px !important; }
.font-small{font-size: 13px !important; }
.font-normal{font-size: 16px; }
.font-l{font-size: 20px; }
.font-xl{font-size: 30px;}
.grid{
    display: grid;
    width: 100%;    
}
.cols-2{
    grid-template-columns: 1fr 1fr;
}
.cols-3{
    grid-template-columns: 1fr 1fr 1fr;
}
.cols-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grecaptcha-badge { visibility: hidden; }
.upper{
    text-transform: uppercase;    
}
.centraliza{
    margin: 0px auto;    
}
.relativo {
    position: relative;
}
.padd {
    padding: 0 20px;
}
.ulReset {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.btn-padrao-1{
    border: 1px solid var(--tom5);
    color: var(--tom5);
    padding: 15px 20px;
    font-size: 14px;
    position: relative;
    z-index: 0;
	letter-spacing: 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn-padrao-1::after{
    background:  var(--tom5);
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn-padrao-1:hover{color: var(--branco); background-color:  var(--tom5)}
.btn-padrao-1:hover::after{
    height: 100%;
}
.btn-padrao-2{    
    background-color: var(--verde);
    color: var(--branco);
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 0;
	letter-spacing: 1px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.btn-padrao-2:hover{color: var(--branco); background-color:  var(--roxo)}


.share {
    margin-top: 30px;
    padding: 30px 0;    
    clear: both;
    border-top:1px dashed var(--azul);
}
.share a {
    font-size: 15px;
    margin-left: 6px;
    color: var(--tom2);
}
.share a:hover * {
    fill: var(--tom5);
}
.respiro-xsmall {
    padding: 25px 0;
    display: block;
}
.respiro-small {
    padding: 30px 0;
    display: block;
}
.respiro-med {
    padding: 80px 0;
    display: block;
}
.respiro-big{
    padding: 110px 0;
    display: block;
}

.wp-pagenavi {
    padding-top: 40px;
}
.wp-pagenavi .extend {
    display: none;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current {
    border: 1px solid var(--tom6);
    color: var(--tom2);
    background: var(--tom6);
    display: inline-block;
    text-decoration: none;
    margin: 0 .3em 12px;
    padding: .85em;
    font-size: 13px;
    text-shadow: 0 1px 0 var(--branco);
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    width: 40px;
}
.wp-pagenavi span.current {
    background: var(--tom2);
    border: 1px solid var(--tom2);
    color: var(--branco);
}
.wp-pagenavi a:hover {
    border: 1px solid var(--tom3);
    background: var(--verdeClaro);
    border-color: var(--verdeClaro);
    color: var(--branco);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
    box-shadow: 0 0 3px rgba(0,0,0,.25);
}
.wp-pagenavi a.first,
.wp-pagenavi a.last{display: none !important;}

/*==================================================
FORM
====================================================*/
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    text-align: center;
    border: 1px dashed #ccc !important;
    border-collapse: collapse;
}
.wpcf7-validation-errors {
    border-color: black !important;
    color: red;
}
.wpcf7-mail-sent-ok {
    border-color: #ccc !important;
    color: green;
}
.wpcf7-not-valid-tip {
    color: red !important;
    margin-bottom: 10px;
    
    font-size: 12px !important;
}
.wpcf7-form, form, .wpcf7-form p {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.form-contato{
	max-width: 800px;
	margin: 0px auto;
	padding: 30px;
}
.form-contato .wpcf7-text, .form-contato .wpcf7-textarea, .form-contato .wpcf7-email {
    font-size: 15px;
    width: 100%;
    padding: 19px;
    margin-bottom: 14px;        
	border:none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;    
}
.form-contato .wpcf7-text:focus, .form-contato .wpcf7-textarea:focus, .form-contato .wpcf7-email:focus {
    outline: none;
    background: #f0f0f0;
    border-color: #f0f0f0;    
    padding-left: 25px;
	
}
.form-contato .wpcf7-submit {
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	font-size: 13px;
	color: var(--azul);
    margin-top: 15px;
    padding: 12px 30px;
    text-transform: uppercase;
    line-height: 180%;
    cursor: pointer;
    color: #fff !important;
    background: var(--azul);    
    letter-spacing: 1px;
    border: none;    
}
.form-contato .wpcf7-submit:hover {    
    background: var(--roxo);    
}
.form-contato .wpcf7-textarea {
    height: 120px;
}
.form-contato a{
	color: var(--roxo);
	text-decoration: underline;
}

.consente{margin: 0px 0 20px 0; padding-left: 35px;}
.consente .wpcf7-acceptance{
    position: absolute;
    left: -40px;
    top: 15px;
    width: 20px;
    height: 20px;
}

/* Grid HTML Classes */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1440px;
    *zoom: 1;
    justify-content: flex-start;
    text-align: left;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse .column, .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
 *zoom: 1;
}
.row .row:before, .row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
 *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    justify-content: flex-start;
    vertical-align: top;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
.large-1 {
    position: relative;
    width: 6.25%;
}
.large-2 {
    position: relative;
    width: 12.5%;
}
.large-3 {
    position: relative;
    width: 18.75%;
}
.large-3col {
    position: relative;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
}
.large-4 {
    position: relative;
    width: 25%;
}
.large-5 {
    position: relative;
    width: 31.25%;
}
.large-6 {
    position: relative;
    width: 37.5%;
}
.large-7 {
    position: relative;
    width: 43.75%;
}
.large-8 {
    position: relative;
    width: 50%;
}
.large-9 {
    position: relative;
    width: 56.25%;
}
.large-10 {
    position: relative;
    width: 62.5%;
}
.large-11 {
    position: relative;
    width: 68.75%;
}
.large-12 {
    position: relative;
    width: 75%;
}
.large-13 {
    position: relative;
    width: 81.25%;
}
.large-14 {
    position: relative;
    width: 87.5%;
}
.large-15 {
    position: relative;
    width: 93.75%;
}
.large-16 {
    position: relative;
    width: 100%;

}
@media only screen and (min-width: 1181px) {
    #intro h1{
        font-size: 45px;
        }
}

@media only screen and (max-width: 1180px) {
    #intro h1{
        font-size: 35px;
        }	
}
@media only screen and (max-width: 1025px) {
    .menu-superior{
        display: none;
    }
    .btn-agendar{
        margin-right: 70px;
    }    
}
@media only screen and (max-width: 768px) {
.row {
    max-width: 100%;
    margin: 0 auto;
}
.column, .columns, .large-3col {
    display: block !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
}

@media only screen and (max-width: 600px) {	

}


/*==================================================
AGENDE SUA VISITA
====================================================*/
section#barra-topo {
    border-bottom: 1px solid #b1aabf;
}
#form-agenda{
    position: absolute;
}
.bg-form-agenda{
    background-color: var(--roxo);
}
form#form-crm {
    float: right;
    width: 500px;
    border: 1px solid white;
    border-radius: 20px;
    background-color: white;
    padding: 1px 48px 20px !important;
    box-shadow: 0px 5px 3px 4PX #0000001c;
}
form#form-crm p {
    margin: 0px;
    font-size: 12px;
}

form#form-crm h6 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

form#form-crm p.group-1 {
    display: flex;
    gap: 10px;
}

form#form-crm select,
form#form-crm input {
    width: 100%;
    margin-bottom: 15px;
    background-color: #E0E0E0;
    border: 0px;
    border-radius: 8px;
    padding: 8px 16px;
    height: 36px;
}
form#form-crm select{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
}
form#form-crm input::placeholder {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
}



form#form-crm span.necessidades-especiais {
    display: flex;
    gap: 23px;
}

form#form-crm label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

span.aceito-termos-crm input {
    width: auto !important;
    margin-right: 10px;
}


/*botao agende sua visita = fixo*/

@media only screen and (max-width: 768px) {


    section#button-agende-mobile {
        position: fixed !important;
        bottom: 0px !important;
        z-index: 1000 !important;
        padding: 40px 30px 0px !important;
    }
    section#button-agende-mobile a.elementor-button.elementor-button-link.elementor-size-sm {
        border-radius: 200px;
        font-size: 12px;
        line-height: 14px;
        padding: 5% 30%;
    }
    p.aviso-envio {
        margin-top: 20px !important;
    }
    section#button-agende-mobile  .elementor-button-wrapper{
        margin-top: -10%;
    }
}
a.add-aluno {
    font-weight: 700;
    font-size: 14px;
}

input#enviar {
    background-color: var(--verde) !important;
    padding: 20px 0px 35px !important;
    margin: 20px 0;
    cursor: pointer;
}
input#enviar:hover{
    background-color: var(--roxo) !important;
}

form#form-crm p.error {
    color: #fdc302;
    font-weight: 600;
    font-size: 13px;
}
section#footer-lp  a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 100% !important;
    padding: 20px 0px;
    white-space: nowrap !important;

}
section#central-de-ajuda a.elementor-accordion-title {
    display: flex !important;
}
@media only screen and (max-width: 768px) {

    .header-lp-mobile {
        top: 19px;
        position: fixed;
        width: 100%;
        margin: 10px 0px;
        z-index: 1000;
        height: auto;
    }

    .elementor-section.elementor-top-section.elementor-element.elementor-element-92fee8b.elementor-section-full_width.header-lp-mobile.elementor-section-height-default.elementor-section-height-default {
        top: -10px;
    }
    #form-agenda{
        position: relative;
    }
    .bg-form-agenda{
        background-color: var(--roxo);
    }
    form#form-crm {
        width: 100% !important;
        height: 100% !important;
        border: 1px solid white;
        border-radius: 20px;
        margin: 0px 10px;
        background-color: white;
        padding: 0px 20px !important;
        box-shadow: 0px 5px 3px 4PX #0000001c;
    }
    form#form-crm p.group-1 {
        display: block;
    }

    
    section#footer-lp .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-a645554 {
        width: 100% !important;
    }

    section#footer-lp span.elementor-grid-item {
        width: 20% !important;
        margin-top: -5px !important;
    }
}

.aluno {
    margin: 20px 0px 5px;
}

div#alunos-container {
    max-height: 200px;
    overflow-y: scroll;
    width: 420px;
}