/*!
Theme Name: Pdi Leo
Theme URI: https://pdi-leo.lytex.com.br/
Author: Leo
Author URI: https://pdi-leo.lytex.com.br/
Description: Tema dp Grupo Prominas
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grupo-prominas
Tags: lytex, grupo prominas
*/

body{
    background: #000;
    color: white;
}
.text-align-center{
    text-align: center;
}
/*------------HEADER-------------*/
.main-header{
    padding: 25px 0;
    background: #fff;
}
.min__header--menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main__header--content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main__header--title{
    padding-left: 25px;
}
.menu_page {
    display: none;
}
.main__title--h1{
    color: black;
    font-weight: 600;
}
/*------------HEADER-------------*/

/*----------CARS-INFO----------*/
.cars-info{
    padding: 65px 0;
}
.main__title--h2{
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
}
.slick-prev.slick-arrow {
    position: absolute;
    bottom: 5px;
}
.slick-next.slick-arrow {
    position: absolute;
    left: 45px;
    bottom: 5px;
}
.main-arrow {
    border: none;
    padding: 3px 8px;
    border-radius: 5px;
}
.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
}
.slick-dots > li {
padding-right: 5px;
}
.slick-dots > li:last-child {
    padding-right: 0px;
}
.slick-dots > li > button {
    font-size: 0;
    background: white;
    border: none;
    padding: 5px;
    border-radius: 52px;
}
.slick-dots > .slick-active > button {
    border: 2px solid #4a4a4a;
    padding: 3px 10px;
}
.main__card--cars-info{
    padding-top: 95px;
}
.main__card--cars {
    background: white;
    color: black;
    padding: 15px;
    border-radius: 10px;
}
/*----------CARS-INFO----------*/


/*--------MODAL-CARS--------*/
.modal-cars {
    position: fixed;
    background: rgba(0,0,0, 0.7);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main__modal--card {
    background: white;
    color: black;
    padding: 5px;
    border-radius: 5px;
    width: 50%;
    height: auto;
}
.main__cars--close {
    display: flex;
    justify-content: end;
}
.cars__close--btn {
    background: #25D366;
    color: white;
    font-weight: bold;
    padding: 0 6px 3px 6px;
    border-radius: 3px;
    cursor: pointer;
}
.img__virtus{
    width: 100%;
    height: auto;
}
/*--------MODAL-CARS--------*/