﻿.pagina-inicial-eventos { margin-bottom: 3.2vw }

.historico-eventos-computador { display: block }

.historico-eventos-celular-em-pe { display: none }

/*Mídia Móvel*/

/*Celular em pé*/

@media screen and (max-device-width : 500px)
{
.pagina-inicial-eventos { margin-bottom: 11vw }

.historico-eventos-computador { display: none }

.historico-eventos-celular-em-pe { display: block }

}

/*IPAD*/
@media only screen and (min-device-width:501px) and (max-device-width:768px) and (orientation:portrait)
{
.pagina-inicial-eventos { margin-bottom: 7vw }

.historico-eventos-computador { display: block }

.historico-eventos-celular-em-pe { display: none }

}

/*Mídia móvel deitado*/

/*Celulares grandes*/

@media only screen and (min-device-width: 415px) and (max-device-width: 950px) and (max-device-height: 450px) and (orientation: landscape), handheld
{
.pagina-inicial-eventos { margin-bottom: 12vh }

.historico-eventos-computador { display: block }

.historico-eventos-celular-em-pe { display: none }

}

/*tim*/
@media screen and (max-device-width : 350px) and (orientation : landscape)
{
.pagina-inicial-eventos { margin-bottom: 6vw }

.historico-eventos-computador { display: block }

.historico-eventos-celular-em-pe { display: none }
}

/*IPHONE MÃE*/
@media screen and (min-device-width : 351px) and (max-device-width : 570px) and (orientation : landscape) 
{
.pagina-inicial-eventos { margin-bottom: 11vh }

.historico-eventos-computador { display: block }

.historico-eventos-celular-em-pe { display: none }
}

/*Ipad*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (min-device-height: 600px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), handheld
{
.pagina-inicial-eventos { margin-bottom: 7.5vh; }

.historico-eventos-computador { display: block }

.historico-eventos-celular-em-pe { display: none }

}