﻿/* reset básico */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* conteiner */
.container  {
    width: 100%;
	height: 100%;
    margin-left: 0%;
    margin-right: 0%;
	
}

    @media (min-width: 100%) {
        .container {
            max-width: 100%;
            padding: 0;
        }
    }

    @media (min-height: 100%) {
        .container {
            max-height: 100%;
            padding: 0;
        }
    }	
	
	
	
/* linha */
.row {
    margin-left: 0px;
    margin-right: 0px;
}
    .row:before,
    .row:after {
        content: "";
        display: table;
    }
    .row:after {
        clear: both;
    }

/* colunas */
.col {
    display: inline-block;
    vertical-align: top;
    min-height: 10px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline; 
	
	
}


/* ---------------------------------------  Mondelo 2026 atualizado ---------------------------------------------------- */


/* ------------------------ Pulicidade  ---------------------------------------------------------------------- */
    @media (min-width: 992px) {
    .col-public {
           width: 100%;
           height: 100%;
        }
    }
	

/* ------------------------  Inglês fixo ---------------------------------------------------------------------- */
    /* bloco 25 */
    @media (min-width: 50px) {
        .col-2026_eu {
	        position: fixed;
	        text-align: center;
	        left: 0px;
	        top: 75%;
            width: 100px;
            height: 45px;
            border-bottom: 0px solid #000;
            z-index: 12;			
        }
    }


/* ------------------------  Menu fixo ---------------------------------------------------------------------- */

    /* bloco 25 */
    @media (min-width: 50px) {
        .col-2026_top54 {
	        position: fixed;
	        text-align: center;
	        right: 0px;
	        top: 0%;
            width: 100%;
            height: 180px;
            z-index:11;			
        }
    }
	

/* ------------------------  recuo fixo ---------------------------------------------------------------------- */

    /* bloco 25 */
    @media (min-width: 50px) {
        .col-2026_linha {
	        text-align: center;
	        right: 0px;
	        top: 0%;
            width: 100%;
            height: 210px;
            z-index:11;			
        }
    }	
	
/* ------------------------  carrinho fixo ---------------------------------------------------------------------- */

    /* bloco 25 */
    @media (min-width: 50px) {
        .col-2025car {
	        position: fixed;
	        text-align: center;
	        right: 0px;
	        top: 93%;
            width: 45px;
            height: 45px;
            border-bottom: 0px solid #000;
            z-index:50			
        }
    }




/* ------------------------  coluna A home fixo ---------------------------------------------------------------------- */

    /* bloco 25 */
    @media (min-width: 50px) {
        .col-2026_vert1 {
	        position: fixed;
	        text-align: center;
	        left: 18%;
	        top: 0%;
            width: 100px;
            height: 100%;
            z-index: 1;  
        }
    }
	

/* ------------------------  coluna B home fixo ---------------------------------------------------------------------- */

    /* bloco 25 */
    @media (min-width: 50px) {
        .col-2026_vert2 {
	        position: fixed;
	        text-align: center;
	        left: 60%;
	        top: 0%;
            width: 100px;
            height: 100%;
            z-index: 1;  
        }
    }


/* ------------------------  coluna A paginas fixo ---------------------------------------------------------------------- */

    /* bloco 25 */
    @media (min-width: 50px) {
        .col-2026_page1 {
	        position: fixed;
	        text-align: center;
	        left: 5px;
	        top: 0%;
            width: 130px;
            height: 100%;
            z-index: 1; 
        }
    }
	
	
/* --------------------------- Bloco duplo ------------------------------------------------------- */

    @media (min-width: 992px) {

	    .col-50_f1  {
           width: 20%;  
           height: 100%;
        }
		
       .col-50_f2  {
           width: 20%;
           height: 100%; 
        }
	}	





/* ------------------------  rodapé fixo ---------------------------------------------------------------------- */

    /* bloco 25 */
    @media (min-width: 50px) {
        .col-2026_rod {
	        position: fixed;
	        text-align: center;
	        left: 0px;
	        top: 92%;
            width: 100%;
            height: 7%;
            z-index: 12;
        }
    }
	

    /* bloco 25 */
    @media (min-width: 50px) {
        .col-2026_rod1 {
	        position: fixed;
	        text-align: center;
	        left: 0px;
	        top: 93%;
            width: 100%;
            height: 7%;
            z-index: 12;
        }
    }
	
	
/* ------------------------  Grid grande  ---------------------------------------------------------------------- */

	    /* Bloco grid Galeria de videos */
    @media (min-width: 992px) {
        .col-grid_home {
            width: 100%;
            height: 100%;
			z-index:1;            
        }
    }

	
	
/* -------------------------------- topo das paginas de ensaios do site  -------------------------------------------------- */

    /* Pagina de ensaios */
    @media (min-width: 50px) {	
        .col-2026_topop1 {
            width: 100%;
            height: 500px;
	        background-image: url(../img_site/ensaio_topo.jpg);
			background-position: center center;
			background-repeat:  no-repeat;
			background-size: cover;	
			z-index:0; 
        }		
		
    }
	
/* -------------------------------- topo das paginas de agenda do site  -------------------------------------------------- */

    /* Pagina de ensaios */
    @media (min-width: 50px) {	
        .col-2026_topop2 {
            width: 100%;
            height: 500px;
	        background-image: url(../img_site/agenda_topo.jpg);
			background-position: center center;
			background-repeat:  no-repeat;
			background-size: cover;	
			z-index:0; 
        }		
		
    }	

	
/* --------------------------- topo duplo do site e segunda linha  ------------------------------------------------------- */
/* Bloco 50 imagem */

    @media (min-width: 992px) {

	    .col-2026_topo1  {
           width: 50%;
           height: 100%;
        }
		
       .col-2026_topo2  {
           width: 50%;
           height: 100%; 
        }
	}	
	
/* ------------------------  Empresas parceiras  ---------------------------------------------------------------------- */

	    /* Bloco grid Galeria de videos */
    @media (min-width: 992px) {
        .col-empresas {
            width: 100%;
            height: 100%;
			z-index:1;            
        }
    }	
	
/* -------------------------------- Ultimo evento  -------------------------------------------------- */
/* Destaque grande */
    @media (min-width: 50px) {	
        .col-cover_home {
            width: 100%;
            height: 100%;

			z-index:0;
			
        }		
		
    }	









/* ------------------------  fim de 2026  ---------------------------------------------------------------------- */
