@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
.pre-header {
  width: 100%;
  margin: 2% 0% 2% 0%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media (max-width: 640px) {
  .pre-header {
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  .pre-header img {
    width: 60%;
  }
}

.contenedor-logo {
  background-color: #212e68;
  text-align: center;
}

.contenedor-logo img {
  position: relative;
  padding: 0;
}

.contenedorCronograma {
  display: flex;
  flex-wrap: wrap;
}

.contenedorCronograma .Cronograma {
  display: block;
  margin: 0;
  padding: 0% 0.5% 0% 0.5%;
}

.contenedorCronograma .Cronograma .fecha {
  display: inline-block;
  width: 100%;
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 0.6;
  margin: 0;
  padding: 5%;
  color: white;
  background-color: #2e96b7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.contenedorCronograma .Cronograma .fecha span {
  font-size: 3.3rem;
  font-weight: 400;
}

.contenedorCronograma .Cronograma .fecha small {
  font-size: 1rem;
  font-weight: 900;
}

.contenedorCronograma .Cronograma .disertanteFecha {
  display: block;
  width: 100%;
  height: 50vh;
  padding-left: 5px;
  border: solid 1px #2e96b7;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.contenedorCronograma .Cronograma .disertanteFecha p {
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
}

.contenedorCronograma .Cronograma .disertanteFecha p span {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
}

.contenedorPortada {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 5%;
  margin: 0;
  background: linear-gradient(to right, #2e96b7 0%, #6fc4c4 100%);
  /*@media (min-width: 501px) {
		.headerMobile {
			display: none;
		}
	}

	@media (max-width: 500px) {
		.headerDesk {
			display: none;
		}
	}

	.logo {
		display: inline-flex;
		width: 40%;
		padding: 10% 0% 10% 10%;

		@media (max-width: 800px) {
			width: 100%;
			padding: 10% 0% 0% 0%;
		}
	}

	.fecha {
		display: inline-flex;
		width: 50%;
		position: relative;
		margin-top: 3%;
		padding: 7% 0% 0% 10%;

		@media (max-width: 800px) {
			width: 100%;
			position: relative;
			text-align: center;
			left: -2rem;
			margin-top: 12%;
		}

		@media (max-width: 540px) {
			width: 100%;
			text-align: center;
			left: -1rem;
			margin-top: 10%;
		}
		p {
			font-family: $lato;
			font-size: 2rem;
			font-weight: 400;
			color: white;
			span {
				font-weight: 700;
			}

			@media (max-width: 800px) {
				font-size: 1.2rem;
			}

			@media (max-width: 540px) {
				font-size: 1.2rem;
			}
		}
	}

	.portada {
		width: 100%;
		left: 50%;
	}*/
}

.contenedorPortada .contenedorMariposa {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: white;
}

.contenedorPortada .contenedorMariposa .textoIzq {
  width: 45%;
  font-size: 3rem;
  font-weight: 500;
}

.contenedorPortada .contenedorMariposa .textoIzq span {
  display: block;
  font-size: 2.3rem;
  font-weight: 400;
}

.contenedorPortada .contenedorMariposa img {
  width: 15%;
}

.contenedorPortada .contenedorMariposa .textoDer {
  width: 25%;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .contenedorPortada .contenedorMariposa {
    flex-direction: column;
  }
  .contenedorPortada .contenedorMariposa .textoIzq {
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
  .contenedorPortada .contenedorMariposa .textoIzq span {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
  }
  .contenedorPortada .contenedorMariposa img {
    width: 50%;
  }
  .contenedorPortada .contenedorMariposa .textoDer {
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
}

.contenedorIncripcion {
  width: 100%;
  display: flex;
  padding: 1%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #15172e;
  color: white;
  text-decoration: none;
}

.contenedorIncripcion p {
  font-size: 2rem;
  font-weight: 700;
}

.contenedorIncripcion a {
  color: white;
  text-align: center;
  background: linear-gradient(to right, #2e96b7 0%, #6fc4c4 100%);
  padding: 1rem;
  margin-left: 2%;
  border-radius: 5rem;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .contenedorIncripcion {
    flex-direction: column;
    text-align: center;
  }
  .contenedorIncripcion p {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .contenedorIncripcion a {
    font-size: 0.8rem;
  }
}

nav {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 1%;
}

nav a {
  height: 10vh;
  color: white;
  display: inline-block;
  background: linear-gradient(to right, #2e96b7 0%, #6fc4c4 100%);
  border-radius: 5px;
  padding: 0.5rem;
  margin: 0.3rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-family: "Lato";
}

@media screen and (max-device-width: 320px) {
  nav a {
    padding-right: 0;
    padding-left: 0;
    margin: 0.5rem !important;
    color: white;
  }
}

nav a:hover {
  color: white;
  text-decoration: none;
}

.contenedorInscripcion {
  display: block;
  /*background-image: url("../img/fondo-boton.png");*/
  background-size: cover;
  padding: 3% 0% 3% 0%;
  background: linear-gradient(to bottom, #2e96b7 0%, #6fc4c4 100%);
}

.contenedorInscripcion .boton-inscribirse {
  display: block;
  position: relative;
  text-align: center;
  color: #e71d73;
  background: #fff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: 700;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.contenedorInscripcion .boton-inscribirse a {
  color: #e71d73 0%;
}

.contenedorInscripcion .boton-inscribirse a:hover {
  color: #e71d73 0%;
  text-decoration: none;
}

.contenedorInscripcion .fixed {
  position: fixed;
  top: 25%;
  left: 62%;
  transition: all 2s ease 0s;
  transform: translate(100%);
  z-index: 999;
  width: auto;
}

@media (max-width: 500px) {
  .contenedorInscripcion .fixed {
    top: 25%;
    left: 15%;
    transform: none;
    transition: all;
  }
}

.contenedorInscripcion .contenedorIframe {
  display: block;
  margin: 3% auto;
  text-align: center;
  width: 100%;
  height: 100vh;
}

@media (max-width: 1024px) {
  .contenedorInscripcion .contenedorIframe {
    width: 100%;
    height: 60vh;
  }
}

@media (max-width: 500px) {
  .contenedorInscripcion .contenedorIframe {
    width: 80%;
    height: 30vh;
  }
}

.contenedorInscripcion .contenedorIframe iframe {
  width: 90%;
  height: 100vh;
}

@media (max-width: 1024px) {
  .contenedorInscripcion .contenedorIframe iframe {
    width: 90%;
    height: 60vh;
  }
}

@media (max-width: 500px) {
  .contenedorInscripcion .contenedorIframe iframe {
    width: 100%;
    height: 30vh;
  }
}

.contenedorInscripcion .boton-condiciones {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  background: #9c9c9c;
  padding: 1rem;
  margin: 0 auto;
  margin-top: 2%;
  border-radius: 5rem;
  font-size: 0.8rem;
  font-weight: 700;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.contenedorActividades {
  padding: 5% 0% 5% 0%;
}

.contenedorActividades h1 {
  width: 100%;
  margin-bottom: 5%;
  text-align: center;
  font-family: "Lato";
  color: white;
  font-weight: 300;
  background-color: #15172e;
}

.sedeCorrientes {
  padding-top: 2rem;
  text-align: center;
}

.sedeCorrientes .OctubreOcho1 {
  display: inline-block;
}

.sedeCorrientes .OctubreOcho1 .columna1 .ContenedorInfoActividades {
  display: inline-flex;
}

.sedeCorrientes .OctubreOcho1 .columna1 .ContenedorInfoActividades img {
  border-radius: 50px;
}

.sedeCorrientes .OctubreOcho1 .columna1 .ContenedorInfoActividades .textoActividades {
  font-family: "Lato";
}

.sedeCorrientes .OctubreOcho1 .columna1 .ContenedorInfoActividades .textoActividades p {
  color: #2e96b7;
  font-weight: 900;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.sedeCorrientes .OctubreOcho1 .columna1 .ContenedorInfoActividades .textoActividades p span {
  color: black;
  font-weight: 700;
}

.sedeCorrientes .OctubreOcho1 .columna1 .ContenedorInfoActividades .textoActividades p small {
  color: #575756;
  font-weight: 400;
}

.sedeCorrientes .OctubreOcho2 {
  display: inline-block;
  vertical-align: top;
}

.sedeCorrientes .OctubreOcho2 .columna2 .ContenedorInfoActividades {
  display: inline-flex;
}

.sedeCorrientes .OctubreOcho2 .columna2 .ContenedorInfoActividades img {
  border-radius: 50px;
}

.sedeCorrientes .OctubreOcho2 .columna2 .ContenedorInfoActividades .textoActividades {
  font-family: "Lato";
}

.sedeCorrientes .OctubreOcho2 .columna2 .ContenedorInfoActividades .textoActividades p {
  color: #2e96b7;
  font-weight: 900;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.sedeCorrientes .OctubreOcho2 .columna2 .ContenedorInfoActividades .textoActividades p span {
  color: black;
  font-weight: 700;
}

.sedeCorrientes .OctubreOcho2 .columna2 .ContenedorInfoActividades .textoActividades p small {
  color: #575756;
  font-weight: 400;
}

.sedeCorrientes .OctubreNueve .columna1 {
  display: inline-block;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades {
  display: inline-flex;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades img {
  border-radius: 50px;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades .textoActividades {
  font-family: "Lato";
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades .textoActividades p {
  color: #2e96b7;
  font-weight: 900;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades .textoActividades p span {
  color: black;
  font-weight: 700;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades .textoActividades p small {
  color: #575756;
  font-weight: 400;
}

.sedeCorrientes .OctubreNueve .columna2 {
  display: inline-block;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades {
  display: inline-flex;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades img {
  border-radius: 50px;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades .textoActividades {
  font-family: "Lato";
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades .textoActividades p {
  color: #2e96b7;
  font-weight: 900;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades .textoActividades p span {
  color: black;
  font-weight: 700;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades .textoActividades p small {
  color: #575756;
  font-weight: 400;
}

.sedeCorrientes .OctubreNueve .columna1 {
  display: inline-block;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades {
  display: inline-flex;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades img {
  border-radius: 50px;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades .textoActividades {
  font-family: "Lato";
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades .textoActividades p {
  color: #2e96b7;
  font-weight: 900;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades .textoActividades p span {
  color: black;
  font-weight: 700;
}

.sedeCorrientes .OctubreNueve .columna1 .ContenedorInfoActividades .textoActividades p small {
  color: #575756;
  font-weight: 400;
}

.sedeCorrientes .OctubreNueve .columna2 {
  display: inline-block;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades {
  display: inline-flex;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades img {
  border-radius: 50px;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades .textoActividades {
  font-family: "Lato";
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades .textoActividades p {
  color: #2e96b7;
  font-weight: 900;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades .textoActividades p span {
  color: black;
  font-weight: 700;
}

.sedeCorrientes .OctubreNueve .columna2 .ContenedorInfoActividades .textoActividades p small {
  color: #575756;
  font-weight: 400;
}

.contenedorSponsor {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  color: #652680;
  padding-top: 3%;
  margin-top: 2%;
  padding-bottom: 2%;
  border-top: solid 5px #666666;
}

.contenedorSponsor h1 {
  text-align: center;
}

.contenedorSponsor img {
  max-width: 80%;
}

.fondoCarousel {
  background: linear-gradient(to right, #2e96b7 0%, #6fc4c4 100%);
  text-align: center;
  padding: 5% 0% 5% 0%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.fondoCarousel h1 {
  color: white;
}

.fondoCarousel .disertanteMagistral {
  display: none;
  text-align: center;
  margin: 2%;
}

.fondoCarousel .disertanteMagistral img {
  border-radius: 100px;
}

.fondoCarousel .disertanteMagistral p {
  color: white;
  font-weight: 300;
  font-style: italic;
}

.fondoCarousel .disertanteMagistral span {
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
}

@media (min-width: 1800px) and (max-width: 2600px) {
  .fondoCarousel {
    padding: 5% 25% 5% 25%;
  }
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .fondoCarousel {
    padding: 5% 15% 5% 15%;
  }
}

.contenedorMaps {
  text-align: center;
  padding-top: 5%;
}

.contenedorMaps .contenedorBotones {
  display: inline-block;
}

.contenedorMaps .mapaCorrientes {
  height: 400px;
  background-color: #575756;
  color: white;
  padding-top: 3%;
  margin-top: 2%;
}

/*Comienza Aranceles*/
.contenedorAranceles {
  display: flex;
  flex-wrap: wrap;
}

.contenedorAranceles .Aranceles {
  display: inline-flex;
  margin: 0;
  padding: 0% 0.5% 0% 0.5%;
}

.contenedorAranceles .Aranceles .fecha {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin: 5% 0% 0% 0%;
  padding: 5px;
  color: white;
  background-color: #2e96b7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.contenedorAranceles .Aranceles .fecha span {
  font-size: 3.3rem;
  font-weight: 400;
}

.contenedorAranceles .Aranceles .disertanteFecha {
  display: block;
  margin: 5% 0% 0% 0%;
  padding: 15px;
  border: solid 1px #2e96b7;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.contenedorAranceles .Aranceles .disertanteFecha p {
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
}

.contenedorAranceles .Aranceles .disertanteFecha p span {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}

.presentacionContenedor {
  display: flex;
  margin: 0 auto;
  padding: 5px;
  border: solid 1px #2e96b7;
  border-radius: 5px;
}

.presentacionContenedor p {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
}

.presentacionContenedor p span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
}

/*finaliza Aranceles*/
/*Comienza Disertantes*/
.contenedorDisertantes {
  display: flex;
  flex-wrap: wrap;
}

.contenedorDisertantes .DisertantesTexto {
  display: inline;
  margin: 0;
  padding: 0% 0.5% 0% 0.5%;
  border-bottom: solid 1px #2e96b7;
}

.contenedorDisertantes .DisertantesTexto .imgDisertante {
  display: inline-flex;
  position: relative;
  width: 100%;
}

.contenedorDisertantes .DisertantesTexto .imgDisertante span {
  display: inline;
  font-size: 1.1rem;
  font-weight: 800;
}

.contenedorDisertantes .DisertantesTexto .imgDisertante span img {
  display: inline;
  padding: 5px;
  border-radius: 50%;
}

.contenedorDisertantes .DisertantesTexto .disertanteDescripcion {
  display: inline-flex;
  width: 100%;
  padding: 5%;
  margin: 0% 0% 0% 0%;
  vertical-align: top;
}

.contenedorDisertantes .DisertantesTexto .disertanteDescripcion p {
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
  text-align: justify;
}

.contenedorDisertantes .DisertantesTexto .disertanteDescripcion p span {
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
  text-align: justify;
}

.contenedorDisertantes .DisertantesTexto .masYmenos,
.contenedorDisertantes .DisertantesTexto .masYmenosJavier {
  width: 25%;
  position: relative;
  left: 40%;
  top: -1.2rem;
  color: #2e96b7;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: 700;
  border: solid 2px #2e96b7;
  border-radius: 50px;
  background: none;
  cursor: pointer;
}

@media (max-width: 800px) {
  .contenedorDisertantes .DisertantesTexto .masYmenos,
  .contenedorDisertantes .DisertantesTexto .masYmenosJavier {
    width: 35%;
    left: 35%;
  }
}

/*finaliza Disertantes*/
/*comienza Eje tematico*/
.contenedorEjeTematico {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}

.contenedorEjeTematico p {
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
}

.contenedorEjeTematico .ejeContenedor {
  font-family: "Lato";
  margin-bottom: 2%;
}

.contenedorEjeTematico .ejeContenedor h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2e96b7;
}

.contenedorEjeTematico .ejeContenedor li {
  font-size: 0.9rem;
  font-style: italic;
  list-style-type: circle;
}

/*Termina eje tematico*/
/*Comienza FAQs*/
.contenedorFaqs {
  display: flex;
  width: 60%;
  margin: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .contenedorFaqs {
    width: 100%;
  }
}

.contenedorFaqs button {
  width: 100%;
  cursor: none;
  background-color: #2e96b7;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 2% 0% 1% 0%;
}

.contenedorFaqs p,
.contenedorFaqs ul {
  font-size: 1.1rem;
  width: 80%;
  padding-left: 5%;
}

@media (max-width: 1024px) {
  .contenedorFaqs p,
  .contenedorFaqs ul {
    width: 100%;
  }
}

.contenedorFaqs video {
  width: 100%;
}

/*Termina FAQs*/
/*.tituloAcompaña {
	text-align: center;
	font-family: $lato;
	font-weight: 700;
	font-size: 2.5rem;
	margin-top: 3%;
}

.contenedorApoyan {
	display: flex;
	position: relative;
	width: 60%;
	justify-content: space-evenly;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto;
	text-align: center;
	line-height: 1 !important;

	.pais {
		height: 50px;
		font-size: 1rem;
		font-weight: 700 !important;
	}
}*/
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #000;
  padding: 0 !important;
  margin: 5% 0% 0% 0% !important;
  /*@media (max-width: 1366px) {
		margin: 10% 0% 0% 0% !important;
	}

	.mainFooter {
		background-color: #dddddd;
		padding-top: 2em;
		padding-bottom: 2em;
		color: $cuarto-color;
		z-index: 1;

		@media (min-width: 320px) and (max-width: 480px) {
			display: none;
		}
	}

	.contenedorUCPdatos {
		padding: 1rem;

		@media (min-width: 320px) and (max-width: 480px) {
			margin-left: 12px;
			margin-top: 16px;
		}
	}

	.direccion {
		color: #252121;
		padding: 1rem;
		text-align: left;
		@media (min-width: 1920px) and (max-width: 2559px) {
			font-size: 1.5em;
			text-align: left;
		}
		address {
			font-size: 0.7em;
		}
	}

	.logoUCP {
		width: 5em;

		@media (min-width: 1920px) and (max-width: 2559px) {
			width: 7em;
		}
		@media (min-width: 375px) and (max-width: 400px) {
			width: 7em;
			margin-left: 4.5rem;
		}
		@media (min-width: 360px) and (max-width: 374px) {
			width: 8em;
			margin-left: 4rem;
		}

		@media (min-width: 320px) and (max-width: 359px) {
			width: 7em;
			margin-left: 3rem;
		}
	}

	.redesSociales {
		display: inline-block;
		width: 50rem;
		color: #252121;
		padding: 1rem 0rem 0rem 0rem;

		.logoRedes {
			width: 8%;

			@media (min-width: 375px) and (max-width: 400px) {
				width: 20%;
				margin-bottom: 1rem;
				display: block;
				margin-left: 7.5rem;
			}

			@media (min-width: 360px) and (max-width: 374px) {
				width: 25%;
				margin-bottom: 1rem;
				display: block;
				margin-left: 6.7rem;
			}

			@media (min-width: 320px) and (max-width: 359px) {
				width: 30%;
				margin-bottom: 1rem;
				display: block;
				margin-left: 5.5rem;
			}
		}

		@media (min-width: 1920px) and (max-width: 2559px) {
		}

		@media (min-width: 1440px) and (max-width: 1919px) {
		}

		@media (min-width: 1366px) and (max-width: 1439px) {
		}

		@media (min-width: 1024px) and (max-width: 1365px) {
		}

		@media (min-width: 768px) and (max-width: 1023px) {
		}

		@media (min-width: 570px) and (max-width: 767px) {
		}
	}
	.redesSociales h4,
	.acreditado h4 {
		font-family: "PT Sans Narrow", sans-serif;
		font-size: 0.6em;
		font-weight: 700;
		text-align: center;

		@media (min-width: 1920px) and (max-width: 2559px) {
			font-size: 1.5em;
			text-align: left;
		}

		@media (min-width: 1440px) and (max-width: 1919px) {
			font-size: 1em;
			text-align: left;
		}

		@media (min-width: 1366px) and (max-width: 1439px) {
			font-size: 1em;
			text-align: left;
		}

		@media (min-width: 1024px) and (max-width: 1365px) {
			font-size: 1em;
			text-align: left;
		}

		@media (min-width: 320px) and (max-width: 480px) {
			margin-top: 3px;
			font-size: 1.5em;
		}
	}*/
  /*FOOTER*/
  /*.subFooter {
		background-color: #666666;
		padding: 0.3em;
		margin: 0em;
		text-align: center;
	}

	.subFooter small {
		font-family: "PT Sans Narrow", sans-serif;
		font-size: 0.9em;
		font-weight: 300;
		color: white;
		@media (min-width: 1920px) and (max-width: 2559px) {
			font-size: 1.3em;
		}
		@media (min-width: 375px) and (max-width: 400px) {
			font-size: 0.8em;
		}
		@media (min-width: 360px) and (max-width: 374px) {
			font-size: 0.8em;
			padding-bottom: 0.75rem;
		}
		@media (min-width: 320px) and (max-width: 359px) {
			font-size: 0.8em;
			padding-bottom: 0.75rem;
		}
	}

	#cajacookies {
		background-color: #652680;
		color: #ffffff;
		padding: 10px;
		margin-bottom: 0px;
		position: fixed;
		top: 0px;
		width: 100%;
	}

	#cajacookies button {
		color: #652680;
		float: right;

		@media (max-width: 400px) {
			width: 100%;
			float: none;
		}
	}

	.popup {
		background-color: #ccc;
		color: #888888;
		max-height: 100%;
		left: 20%;
		padding: 4px;
		position: fixed;
		top: 25%;
		max-width: 100%;
		z-index: 999;
		-moz-box-shadow: 0px 0px 10px 1px #888888;
		-webkit-box-shadow: 0px 0px 10px 1px #888888;
		box-shadow: 0px 0px 10px 1px #888888;
		border-radius: 10px;
		-moz-border-radius: 10px;
		.mobile {
			display: none;
		}
		@media (max-width: 1024px) {
			left: 10%;
		}
		@media (max-width: 768px) {
			left: 0%;
		}
		@media (max-width: 400px) {
			left: 6%;
			float: none;

			.mobile {
				display: block;
			}
			.desk {
				display: none;
			}
		}

		img {
			max-width: 100%;
		}
		.close {
			background: url(../img/close-circle.svg) no-repeat scroll left top
				transparent;
			position: absolute;
			cursor: pointer;
			right: 0%;
			top: 4%;
			width: 4%;
			color: #ccc;
			height: 9%;
			background-size: contain;

			@media (max-width: 400px) {
				top: 4%;
				width: 5%;
				height: 12%;
				right: 3%;
			}
		}
		.overlay {
			background: #000000;
			bottom: 0;
			left: 0;
			position: fixed;
			right: 0;
			top: 0;
			z-index: 100;
			opacity: 0.5;
		}
	}*/
}

footer img {
  width: 20%;
}

@media screen and (max-width: 640px) {
  footer {
    flex-direction: column;
  }
  footer img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */