*{
	margin: 0;
	padding: 0;
/*	box-sizing: border-box;*/
}
/*COMIENZO FOOTER PEGADO ABAJO*/
html {
  height: 100%;
}
footer {
  margin-top: auto;
}
body{
	background-image: url(images/PORTADA FONDO GRIS.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/*background-color: #54c0ea;*/
	font-family: 'Oxygen', sans-serif;
	overflow-x:hidden;
	/*CONTINUA FOOTER PEGADO ABAJO*/
	display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
}
/*FIN DE DEJAR FOOTER PEGADO ABAJO*/
.columnas{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.columnas > * {
	width: 100%;
	/*align-items: center;*/
}
.xxxcol-verde{
background-color: green;
}
.xxxcol-blanca{
	background-color: white;

}
.xxxcol-roja{
	background-color: red;
}

.h-pdf{
	 max-height: 93.75rem;
}
.negros{
		background: #212121;
		border-radius: 15px;
	}
.btn{
	font-weight: bold;
}
.xxxitaly-header{
		padding-top: 2rem;
/*	    background: linear-gradient(to right, #13980A, #FFFFFF, #ff0000); */
/*background-image:linear-gradient(90deg, green 33%, white 33%, white 66.66%, red 66.66%);*/
	}
.italy-footer{

/*	    background: linear-gradient(to right, #13980A, #FFFFFF, #ff0000); */
/*background-image:linear-gradient(90deg, green 33%, white 33%, white 66.66%, red 66.66%);*/
	}
xxxhr{
	background-color: #eee;
}
/*----------------------------*/
/*       TABLAS CURSOS        */
/*----------------------------*/
.titulos-blancos{
	font-size: 2rem;
	/*font-weight: bold;*/
	color: #fff;
	text-align: center;
}
.subtitulos-blancos{
	font-size: 1.5rem;
	color: #000;
	text-align: left;
}
.parrafos{
	font-size: 1.2rem;
	color: #000;
	text-align: justify;
}
.tabla{
    width: 100%;
    margin: 0 auto;
}

#cabecera1{
	text-align: center;
	padding: .3rem;
    font-size: 16px;
    font-weight:bold;
    color:#fff;
    background-color:#343A40;
}
#cabecera2{
	text-align: center;
	padding: .3rem;
    font-size: 16px;
    font-weight:bold;
    color:#fff;
    background-color:#343A40;
}
#cabecera3{
	text-align: center;
	padding: .3rem;
    font-size: 16px;
    font-weight:bold;
    color:#fff;
    background-color:#343A40;
}
#cabecera4{
	text-align: center;
	padding: .3rem;
    font-size: 16px;
    font-weight:bold;
    color:#fff;
    background-color:#343A40;
}
#cabecera5{
	text-align: center;
	padding: .3rem;
    font-size: 16px;
    font-weight:bold;
    color:#fff;
    background-color:#343A40;
}
#cabecera6{
	text-align: center;
	padding: .3rem;
    font-size: 16px;
    font-weight:bold;
    color:#fff;
    background-color:#343A40;
}
#cabecera7{
	text-align: center;
	padding: .3rem;
    font-size: 16px;
    font-weight:bold;
    color:#fff;
    background-color:#343A40;
}
#cabecera8{
	text-align: center;
	padding: .3rem;
    font-size: 16px;
    font-weight:bold;
    color:#fff;
    background-color:#343A40;
}
/*.celdas{border:1px solid #000000;}*/
#td_printf {
    font-size: 14px;
    background-color:#fff;
    color:#000000;
    border:1px solid #888;
    padding: 5px;
}
#td_print {
    font-size: 14px;
    background-color:#fff;
    color:#000000;
    border:1px solid #888;
    padding: 5px;
}
.mre{
    color:#fff;
    padding: .33rem;
    font-size: 1.1rem;
    background-color: #444;
    text-align: center;
    width: 100%;   
}
.pmre{
	color: #000;
	font-size: 1.3rem;
	text-align: justify;
	max-width: 44rem;
	width: 100%;
}
.mre1{
	font-size: 2rem;
	font-weight: bold;
}
.p{
	text-align: justify;
	font-size: 1.3rem;
	color: #fff;
}
.nav-link{
  font-size: 1rem;
}
/*----------------------------*/
/*       MULTIMEDIOS          */
/*----------------------------*/
.iframe-video{
	max-width: 43.748rem;  /*65.623rem;*/
	width: 100%;
	margin: 1rem auto;
	padding: 1rem 2rem;
}
.video{
	max-width: 43.748rem; 
	max-height: 24.066rem; /*36.1rem;*/
}
.tope{
	margin-top: 25%;
}

.content-all{
    width: 10rem;
    margin: auto;
    perspective: 50rem;
    position: relative;
    margin-top: 21.88rem;
}

.content-carrousel{
    width: 100%;
    margin-top: -5rem;
    position: absolute;
    animation: rotar 50s infinite linear;
    transform-style: preserve-3d;
}

.content-carrousel:hover{
    animation-play-state: paused;
    cursor: pointer;
}


.content-carrousel figure{
    width: 100%;
    height: 7.5rem;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 0 1.25rem black;
    transition: all 300ms;
    border-radius: .313rem;
    
}

.content-carrousel figure:hover{
    box-shadow: 0 0 0 0 black;
    transition: all 300ms;
}

.content-carrousel figure:nth-child(0){transform: rotateY(0deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(1){transform: rotateY(20deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(2){transform: rotateY(40deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(3){transform: rotateY(60deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(4){transform: rotateY(80deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(5){transform: rotateY(100deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(6){transform: rotateY(120deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(7){transform: rotateY(140deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(8){transform: rotateY(160deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(9){transform: rotateY(180deg) translateZ(34.375rem);}

.content-carrousel figure:nth-child(10){transform: rotateY(200deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(11){transform: rotateY(220deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(12){transform: rotateY(240deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(13){transform: rotateY(260deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(14){transform: rotateY(280deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(15){transform: rotateY(300deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(16){transform: rotateY(320deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(17){transform: rotateY(340deg) translateZ(34.375rem);}
.content-carrousel figure:nth-child(18){transform: rotateY(360deg) translateZ(34.375rem);}


.content-carrousel img{
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.content-carrousel img:hover{
    transform: scale(1);
    /*transform: scale(2);*/
    transition: all 300ms;
}

@keyframes rotar{
    from{
        transform: rotateY(0deg);
    }to{
        transform: rotateY(360deg);
    }
}
/*----------------------------*/
/*       FORM INSCRIPCIÓN     */
/*----------------------------*/
#enviar{
	margin-top: 1.9rem;
}
#captcha-form{
	margin-top: 1.4rem;
}

/*----------------------------*/
/*       MEDIA QUERY          */
/*----------------------------*/
/*@media (max-width: 470px) {
    html{
        font-size: 11px;
        height: auto;
    }	
    .footer{
		  display: flex;	    	
		  flex-direction: column;
	      flex-wrap: wrap;
    }
} */ 
@media (min-width: 300px) and (max-width: 990px) {
/*@media (min-width: 386px) and (max-width: 576px) {	*/
    html{
        font-size: 11px;
    }
	.footer{
		  display: flex;	    	
		  flex-direction: column;
	          flex-wrap: wrap;
    }    
    /*.tope{
		margin-top: 5rem;
	}*/
	.h-pdf{
		max-height: 93.75rem;
	 	height: 65rem;
	}
    .titulo{
		font-size: 2rem;
	}
	.subtitulo{
		font-size: 1.8rem;
	}
	.alto-encabezado{
		height: 22rem;
	}
	.logo{
		 max-width: 50%;
		 height: 50%;

	}
	.align-logo{
		text-align: center;
	}
	.modales{
		width: 100%;
		height: 100%;
	}
	.ada{
		max-width: 50%;
		height: 50%;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.font-ada{
		font-size: 1.2rem;
		margin-left: 0;
		padding-left: 0;
	}
}
@media (min-width: 386px) and (max-width: 740px) {
/*@media (min-width: 367px) and (max-width: 740px) {*/
    html{
        font-size: 12px;
    }
    .h-pdf{
		max-height: 93.75rem;
	 	height: 79rem;
	}
    .titulo{
		font-size: 2.1rem;
	}
	.subtitulo{
		font-size: 1.8rem;
	}
	.alto-encabezado{
		height: 12rem;
	}
	.logo{
		 max-width: 50%;
		 height: 50%;
	}
	.align-logo{
		text-align: right;
	}
	.modales{
		width: 240%;
		height: 240%;
	}
	.modales-pop{
		margin-left: 2%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		
	}
	.ada{
		max-width: 50%;
		height: 50%;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.font-ada{
		font-size: 1.2rem;
		margin-left: 0;
		padding-left: 0;
	}
}
@media (min-width: 741px) and (max-width: 972px) {
    html{
        font-size: 13px;
    }
/*----------------------------*/
/*       FORM INSCRIPCIÓN     */
/*----------------------------*/
#enviar{
	margin-top: 1.9rem;
}
#captcha-form{
	margin-top: .7rem;
}
/*-------------------------*/  
    .h-pdf{
		max-height: 93.75rem;
	 	height: 77rem;
	}
    .titulo{
		font-size: 2.1rem;
	}
	.subtitulo{
		font-size: 1.7rem;
	}
	.logo{
		 max-width: 50%;
		 height: 50%;
	}
	.align-logo{
		text-align: right;
	}
	.modales-pop{
		margin-left: 2%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		
	}
	.modales{
		width: 240%;
		height: 240%;
	}
}
@media (min-width: 973px) and (max-width: 1024px) {
    html{
        font-size: 13px;
    }
/*----------------------------*/
/*       FORM INSCRIPCIÓN     */
/*----------------------------*/
#enviar{
	margin-top: 1.9rem;
}
#captcha-form{
	margin-top: .8rem;
}
/*-----------------------------*/
    .h-pdf{
		max-height: 93.75rem;
	 	height: 93rem;
	}
    .titulo{
		font-size: 2.5rem;
	}
	.subtitulo{
		font-size: 1.7rem;
	}
	.logo{
		 max-width: 50%;
		 height: 50%;
	}
	.align-logo{
		text-align: right;
	}
}
@media (min-width: 1025px) and (max-width: 1200px) {
    html{
        font-size: 14px;
    }
/*----------------------------*/
/*       FORM INSCRIPCIÓN     */
/*----------------------------*/
#enviar{
	margin-top: 1.9rem;
}
#captcha-form{
	margin-top: 1rem;
}
/*-------------------------*/    
    .h-pdf{
		max-height: 108rem;
	 	height: 105rem;
	}
    .titulo{
		font-size: 2.5rem;
	}
	.subtitulo{
		font-size: 1.7rem;
	}
	.logo{
		 max-width: 50%;
		 height: 50%;
	}
	.align-logo{
		text-align: right;
	}
}
@media (min-width: 1201px){
    html{
        font-size: 16px;
    }
    .h-pdf{
		max-height: 110rem;
	 	height: 92rem;
	}
    .titulo{
		font-size: 3rem;
	}
	.subtitulo{
		font-size: 1.7rem;
	}
	.logo{
		 max-width: 50%;
		 height: 50%;
		 /*line-height: 100%;*/
	}
	.align-logo{
		text-align: right;
	}
} 