/**********************************************************************************************************************/
/** MEDIA QUERIES *****************************************************************************************************/
/**********************************************************************************************************************/

/***********************************************
Screen 1200px+
***********************************************/


/***********************************************
Screen Smaller than 1199px
***********************************************/
@media only screen and (min-width:960px) and (max-width: 1199px) {

    .actividadProgramaSeminario p.horarioPrograma {
        font-size: 1.1em;
        width: 17%;
    }
    .actividadProgramaSeminario p.nombreActividad {
        width: 83%;
    }
    
    .contenidoDescarga {
        width: 90%;
    }
    
    .bloqueLogosPartners {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .bloquePartners {
        margin-right: 1.5em;
        width: auto;
        float: left;
    }
    .logoPartner {
        margin-right: 1em;
    }
	.logoPartner1 img {
	    height: 80px;
	}
	.logoPartner2 img {
	    height: 80px;
	}
	.logoPartner3 img {
	    width: 70px;
	    margin-top: 10px;
	}
	.logoPartner4 img {
	    height: 80px;
	}
	.logoPartner5 img {
	    height: 80px;
	}
    .ponente p {
        font-size: 1em;
    }
    
}


/***********************************************
Pantalla 1024x600 16:10
***********************************************/
@media only screen and (min-width:960px) and (max-width: 1024px) {

	.cabecera img {
	    max-height: 200px;
	}

    .logoPartner img {
        width: auto;
        height: 22px;
    }

    .logoPartner1 img {
        width: auto;
        height: 25px;
    }

    .logoPartner3 img {
	    width: 70px;
	    margin-top: 10px;
	}

    .ponente {
        width: calc(50% - 30px);
    }

    .ponente p {
        font-size: 1em;
    }
    
}


/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width:768px) and (max-width: 959px) {

    .cabecera {
        margin-top: 38px;
    }
    .cabecera img {
        max-height: 160px;
    }
    
    .actividadProgramaSeminario p.horarioPrograma {
        font-size: 1em;
        width: 20%;
    }
    .actividadProgramaSeminario p.nombreActividad {
        width: 80%;
    }
    
    .bInscripcionDelegado {
        margin-bottom: 2.5em;
        float: right;
    }
    
    .contenidoDescarga {
        width: 87%;
    }
    
    .bloquePie p {
        margin-right: 0;
        float: none;
    }
    
    .bloquePartners {
        width: auto;
        margin-top: 20px;
    }

    .logoPartner img {
        width: auto;
        height: 22px;
    }

    .logoPartner1 img {
        width: auto;
        height: 25px;
    }

    .logoPartner3 img {
	    width: 80px;
	}

    .ponente {
        width: calc(50% - 30px);
    }

    .ponente p {
        font-size: 1em;
    }
}


/***********************************************
Mobile (portrait 300px)
***********************************************/
@media only screen and (max-width:767px) {
    
    .cabeceraM {
        background-size: 50%;
    }
    
    .tituloSeccion {
        margin-top: 1em;
        margin-bottom: .5em;
        font-size: 1.1em;
        letter-spacing: 2px;
    }
    .tituloSeccion::before {
        font-weight: bold;
        font-size: 1.1em;
    }
    
    .bloqueCampoFormulario {
        width: 97% !important;
    }
    .bloqueCampoFormulario input {
        width: 100% !important;
    }
    .bloqueCampoFormulario select {
        width: 100% !important;
    }
    .bloqueCampoFormulario input[type="checkbox"], .bloqueCampoFormulario input[type="radio"] {
        width: auto !important;
    }
    
    .actividadProgramaSeminario p.horarioPrograma {
        width: 100%;
    }
    .actividadProgramaSeminario p.nombreActividad {
        width: 100%;
    }
    
    #formularioLogin  {
        width: 80%;
    }
    #bloqueMensajesError {
        width: 80%;
    }
    
    .bInscripcionDelegado {
        margin-bottom: 2.5em;
        float: right;
    }
    
    .contenidoDescarga {
        margin-top: .5em;
        width: 100%;
    }
    
    .bloqueLogosPartners {
        display: flex;
        padding-top: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
    }

    div.tituloPie {
        display: flex;
        align-items: center;
    }

    div.tituloPie p {
        margin: 0px 0px 0px 45px;
    }

    div.tituloPie p:first-child {
        margin: 0px 0px 0px 0px;
    }

    .logoPartner {
        margin-right: 0.5em;
        margin-top: 1em;
        margin-bottom: 0;
    }

    .logoPartner img {
        width: auto;
        height: 15px;
    }

	.logoPartner1 img {
	    height: 20px;
	}

    .logoPartner3 img {
	    width: 62px;
	}

    .bloquePie p {
        margin-right: 0;
        float: none;
    }
    .ponente {
        width: 100%;
    }
}


/***********************************************
Mobile (landscape 420px)
***********************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .bloqueLogosPartners {
        padding-top: 0em;
        padding-bottom: 0em;
    }
    .bloquePartners {
        margin-bottom: 1em;
        width: auto;
        float: left;
    }
    .logoPartner {
        margin-right: 1em;
        margin-top: 1em;
    }
	.logoPartner1 img {
	    height: 50px;
	}
	.logoPartner2 img {
	    height: 50px;
        border: none;

	}
	.logoPartner3 img {
	    height: 40px;
	    margin-top: 10px;
	}
	.logoPartner4 img {
	    height: 50px;
        border: none;

	}
	.logoPartner5 img {
	    height: 50px;
	}
	    
    .actividadProgramaSeminario p.horarioPrograma {
        font-size: 1.1em;
        width: 17%;
    }
    .actividadProgramaSeminario p.nombreActividad {
        width: 83%;
    }
    
    .bInscripcionDelegado {
        margin-bottom: 0em;
        float: left;
    }
    .ponente {
        width: 100%;
    }
    
}
