
*{
/*    margin: 0px;
    padding: 0px;*/
    box-sizing: border-box;
}

:root{
    --ideal-blue: #0096d5;
    --ideal-blue-light: #d1f5ff;
    --ideal-blue-medio: #66ccff;
    --ideal-blue-dark: #002d60;
    --ideal-red: #e30009;
    --ideal-red-dark: #880005;
    --ideal-beige: #eee8a9;
    --ideal-green-light: #7cfac3;
    --ideal-green-medio: #3ec08d;
    --ideal-green-dark: #008a5b;
    --cinza: #555;
    --cinza-claro: #ccc;
}


/***** MENU-STD - component_ideal_menu.php - MOBILE *****/
#ideal-menu{
    order: solid 1px blue;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
}

#ideal-menu ul{
    list-style-type: none;
}
#ideal-menu ul > .menu-item:nth-child(n+2){
    border-top: solid 1px var(--cinza-claro);
}
#ideal-menu a, #ideal-menu label{
    text-decoration: none;
    color: inherit;
    display: block;
    order: solid 1px red;
    width: 100%;
}
#ideal-menu .main-menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: white;
    padding: 0.2em;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
    width: 100%;
}
#ideal-menu .menu-item{
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    display: block;
    width: 100%;
}
#ideal-menu .menu-item:hover{
    background-color: #555555;
    color: white;
}
#ideal-menu .submenu{
    display: none;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
    padding: 0.2em;
    flex-direction: column;
    position: absolute;
    background-color: white;
    width: max-content;
}

/***** MENU-STD - component_menu.php - TABLET & DESKTOP *****/
@media only screen and (min-width: 850px)
{
    #ideal-menu{
        min-width: 30%;
        max-width: max-content;
    }
}

/***** SEARCH-BAR - template_heade_class2.php - MOBILE *****/
.search-bar label{
    transform: rotate(45deg);
}

/***** SEARCH-BOX - component_menu.php - MOBILE *****/
#search-box{
}
/***** SEARCH-BOX - component_menu.php - TABLET & DESKTOP *****/
@media only screen and (min-width: 850px){
  #search-box{
    display: none;
  }
}

/***** BANNER PRINCIPAL - banner_principal.php *****/
.banner-principal{
    display: flex;
    background-color: var(--cinza-claro);
    padding-top: 1em;
    padding-bottom: 1em;
}
.banner-principal img{
    margin: auto;
    border: dashed 1px #999;
    max-width: 90%;
}

/***** MODAL INSCREVA-SE *****/
#inscreva-se-modal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#inscreva-se-modal .modal-content{
    background-color: #fefefe;
    margin: auto;
    position: relative;
    padding: 2em;
    border: 1px solid #888;
    width: fit-content;
    border-radius: 5px;
    width: 90%;
}
#inscreva-se-modal .modal-content button{
    margin-right: 0.5em;
}
#inscreva-se-modal .modal-close-icon {
    color: #aaaaaa;
    position: absolute;
    border: solid 0px red;
    right: 0.5em;
    top: 0em;
    font-size: 2em;
    font-weight: normal;
}
#inscreva-se-modal .modal-close-icon:hover,
#inscreva-se-modal .modal-close-icon:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (min-width: 850px)
{
    #inscreva-se-modal .modal-content{
        width: 50%;
    }
}
/* FIM */

/* PAGINAÇÃO */
#ideal-paginacao{
    borde: solid 1px red;
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 1em;
}
#ideal-paginacao a{
    width: auto;
    height: 3em;
    border-radius: 5px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#ideal-paginacao div{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #eee;
}
/* FIM */

/* PUBLICIDADE - component_publicidade_main.php */
#publicidade-main{
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
}
#publicidade-main a{
    margin: auto;
}
#publicidade-main img{
    width: 728px;
    height: 90px;
    max-width: 100%;
}

.publicidade-nome-secao{
    color: var(--cinza-claro);
    width: 100%;
    display: block;
    text-align: center;
    order: solid 1px red;
}
/* FIM */

/* SLIDESHOW - component_slideshow_home.php*/
#slideshow-home{
    width: 100%;
    padding: 0px;
    margin-bottom: 1em;
    margin: auto;
}
#slideshow-home .slide{
    display: none;
    /*position: relative;*/
    width: 100%;
}
#slideshow-home .slide img{
    width: 100%;
    height: 180px;
    display:block;
    margin: auto;
    object-fit: contain;
    borde: solid 1px red;
}
#slideshow-home .slide .text{
    /*position: absolute;*/
    display: flex;
    width: 100%;
    bottom: 0em;
    font-weight: bold;
    /*background-color: rgba(0, 0, 0, 0.6);
    color: white;*/
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slide-fade {
  -webkit-animation-name: slide-fade;
  -webkit-animation-duration: 1.5s;
  animation-name: slide-fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes slide-fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes slide-fade {
  from {opacity: .4}
  to {opacity: 1}
}
@media only screen and (min-width: 850px){
    #slideshow-home{
        padding: 0px;
    }
    #slideshow-home .slide img{
        height: 350px;
        object-fit: contain;
    }
}
/* FIM */
/* SLIDESHOW - component_slideshow_32.php*/
#slideshow-32{
    width: 100%;
    padding: 0px;
    margin-bottom: 1em;
    margin: auto;
}
#slideshow-32 .slideshow-container{
    width: 100%;
}
#slideshow-32 .slide{
    display: none;
    /*position: relative;*/
    display: flex;
    width: 100%;
}
#slideshow-32 .slide .slide-image{
    position: relative;
    margin: auto;
    display: block;
}
#slideshow-32 .slide .slide-image::after{
    display: block;
    content: "";
    /* 3:2 aspect ratio */
    padding-bottom: 66.66%;
}
#slideshow-32 .slide .slide-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: fill;
}
#slideshow-32 .slideshow-text .text{
    /*position: absolute;*/
    display: flex;
    width: 100%;
    bottom: 0em;
    font-weight: bold;
    /*background-color: rgba(0, 0, 0, 0.6);
    color: white;*/
    justify-content: center;
    align-items: center;
    text-align: center;
}
#slideshow-32 .slideshow-text .text div{
    overflow-x: hidden;
}
#slideshow-32 .slideshow-nav{
    display: flex;
    justify-content: center;
    gap: 0.5em;
    margin-top: 0.5em;
    padding-bottom: 0.5em;
}
#slideshow-32 .slideshow-nav .slideshow-dot{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.4s ease;
}
#slideshow-32 .slideshow-nav .active, #slideshow-32 .slideshow-nav .slideshow-dot:hover {
    background-color: #717171;
}
@media only screen and (min-width: 850px){
    #slideshow-32 .slide{
        padding-top: 2%;
        padding-left: 20%;
        padding-right: 20%;
        padding-bottom: 2%;
        background-color: var(--ideal-blue-light);
        border-radius: 5px;
    }
}
/* FIM */
