@font-face {
    font-family: estandar;
    src: url('../fuentes/GillSans.otf');
  }
html {
	scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
    box-sizing: border-box;
    font-family: estandar;
}

header {
	/* background: url("../img/Tour_de_Bioproteccion.png");
	background-size: contain;
	background-repeat: no-repeat;
	 
	width: 100%;
    height: 38rem; */
    margin-bottom: -4px;  
}
header img {
    /* position: absolute !important;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contenedorTextoSipcam {
	/* background: url("../img/iStock-1214458886.jpg");
	background-size: cover;
	width: 100%;
	height: 23rem;
	background-repeat: no-repeat;
	background-position: center;
    background-blend-mode: color; */
    position: relative;
	height: 39.5vmin;
	overflow: hidden;
}
#contenedorTextoSipcam img{
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}
#contenedorTextoSipcam .slider {
	position: relative;
	top: 0;
	left: 0;
	width: 500%;
	height: 100%;
	animation: animate 20s linear infinite;
}
#contenedorTextoSipcam .slider .slide {
	position: relative;
	width: 20%;
	height: 100%;
	float: left;
}

@keyframes animate{

	0%{
		left: 0;
	}
	20%{
		left: 0;
	}
	25%{
		left: -100%;
	}
	45%{
		left: -100%;
	}
	50%{
		left: -200%;
	}
	70%{
		left: -200%;
	}
	75%{
		left: -300%;
	}
	95%{
		left: -300%;
	}
	100%{
		left: -400%;
	}
}

/* #textoSC {
    position: absolute;
	color: white;
	width: 66rem;
	display: block;
	text-align: center;
} */
/* #textoSC {
	position: absolute;
	color: white;
	width: 96vmin;
	display: block;
	text-align: center;
	top: 7%;
	padding: 1rem 1.5rem 1rem 1.5rem;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
	z-index: 1;
	max-width: 50%; */
	/* border-radius: 4rem 5rem 0 0; */
	/* border-top: 2px solid; */
	/* box-shadow: 0 0 1rem 0.3rem black;
	right: 25%;
	font-size: 1.9vmin;
} */
#textoSC {
	/* position: absolute; */
	color: #3b8055;
	width: 100%;
	display: block;
	text-align: left;
	top: 7%;
	padding: 3rem 1.5rem 3rem 1.5rem;
	/* background: rgba(0, 0, 0, 0.37); */
	box-sizing: border-box;
	z-index: 1;
	/* max-width: 50%; */
	/* border-radius: 4rem 5rem 0 0; */
	/* border-top: 2px solid; */
	/* box-shadow: 0 0 1rem 0.3rem black; */
	right: 25%;
	font-size: 3.5vmin;
}
.enlace {
	width: 100%;
	text-align: center;
}
.enlacearticipar {
	font-weight: bold;
}
#contenedorFrame{
	display: grid;
	grid-template-areas: "premio";
	grid-template-columns: 1fr;
	/* grid-template-rows: 26rem; */
	padding-top: 2rem;
}
#premio {
	grid-area: premio;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.textoPremio {
	font-size: 5vmin;
	/* padding-left: 2rem; */
	color: #3b8055;
	font-weight: bold;
	width: 89vmin;
	text-align: center;
}
.imaTablet {
	width: 68vmin;
}
iframe {
	width: 100%;
	height: 100%;
	/* display: none; */
	grid-area: form;
	padding-top: 1.2rem;
}
.imaPie {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* margin-bottom: ; */
}
footer {
	display: none;
}

@media (max-width: 1400px){

	#contenedorFrame {
		/* grid-template-rows: 19rem; */
	}
	/* .textoPremio {
		margin-top: 10rem;
	} */

}

@media (max-width: 1080px){

	#contenedorFrame {
		/* grid-template-areas: "premio" "form"; */
		grid-template-columns: 1fr;
		/* grid-template-rows: 29rem; */
	}
	.textoPremio {
		margin-top: 3rem;
	}
	#premio {
		/* justify-content: space-around; */
		align-items: center;
		flex-direction: column;
	}
	.imaTablet {
		margin-top: 3rem;
	}

}
@media (max-width: 400px){
	.enlacearticipar{
		/*display: none;*/
	}
}