@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body, html {
	  overflow-x: hidden;
	  font-family: 'Roboto', sans-serif;
	  color: white;
}
body{
	background-color: #000000;
}
h1{
	color: rgb(239, 125, 0);
	position: relative;
}
.proposito{
	color: rgb(239, 125, 0);
}
p{
	font-size: 17.6px !important;
}
#proposito{
	margin: 0 auto;
	justify-content: center;
}
#formuladelaventa{
	padding-top: 5%;
	padding-bottom: 3%;
	margin: 0 auto;
	justify-content: center;
	background-color: #EEEEEE;
}
#formuladelaventa > div.col-xs-12.col-sm-12.col-md-12.col-l-7.col-xl-7 > p{

	color: #000;
}
video{
	max-width: 100%;
  	max-height: 576px;
	object-fit: fill;
}
/* Header */
.navbar {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	background: #19191c;
	color: #f9f9f9;
	box-sizing: border-box;
  }
  @media only screen and (max-width: 1129px) {
  .container-card-redes-sociales {
	display: grid !important;
	justify-items: center !important;
  }
  #iframe-diego{
	margin-top: 5%;
  }
  #iframe-diego iframe{
	width: 70% !important;
	height: 400px !important;
  }
  /* .text-mobile-banner{
	display: flex !important;
}	 */
/* #hashtag-venta{
	display: none !important;
  } */
  .banner #banner-diego{
	width: 45% !important;
  }
  #hashtag-venta{
	width: 100% !important;
}
}
  @media only screen and (max-width: 950px) {
	.links{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	}
	.redes-sociales{
		display: flex !important;
		justify-content: center !important;
	}
	.redes-sociales a i{
		color: rgb(239, 125, 0);
		font-size: 32px;
	}
	.redes-sociales a{
		margin-left: 10px;
	}
	#diego{
		width: 100% !important;
	}
	#poder{
		width: 100% !important;
	}
}
  @media only screen and (min-width: 950px) {
	.navbar {
	  justify-content: space-between;
	  padding: 0 0 0 16px;
	}
  }
  
  .navbar-overlay {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
  }
  
  body.open .navbar-overlay {
	visibility: visible;
	opacity: 1;
  }
  
  @media only screen and (min-width: 600px) {
	.navbar-overlay {
	  display: none;
	}
  }
  
  .navbar-burger {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	padding: 0;
  }
  .navbar-burger span i{
	  color: white;
	  font-size: 24px;
  }
  
  @media only screen and (min-width: 950px) {
	.navbar-burger {
	  display: none;
	}
  }
  
  .navbar-title {
	margin: 0;
	font-size: 16px;
  }
  .title-header{
	text-decoration: none;
  }
#title-diego h1{
	font-size: 20px !important;
  }
  
  .navbar-menu {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	translate: -100% 0;
	width: 270px;
	height: 100%;
	padding: 20px;
	display: flex;
	gap: 55%;
	flex-direction: column;
	align-items: flex-start;
	background: #000000;
	visibility: hidden;
	transition: translate 0.3s;
  }
  .navbar-menu button:hover{
	  color: rgb(239, 125, 0);
	  text-decoration: none;
	  transition: 0.5s;
  }
  /* .navbar-menu button::after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 4px;
	  border-radius: 1px;
	  background: rgb(239, 125, 0);
	  transition: width .3s;
  } */
  
  .navbar-menu button:hover::after {
	  width: 50%;
  }
  .links a{
	  padding: 0 8px;
	  color: white;
	  text-decoration: none;
  }
  .links-footer a{
	  padding: 0px;
	  color: white;
	  text-decoration: none;
  }
  
  
  body.open .navbar-menu {
	translate: 0 0;
	visibility: visible;
  }
  
  @media only screen and (min-width: 950px) {
	.navbar-menu {
	  position: static;
	  translate: 0 0;
	  width: auto;
	  background: transparent;
	  flex-direction: row;
	  visibility: visible;
	}
	.stillCardImage img{
		float:right;

	}
  }
  .navbar button {
	  border: 0;
	  padding: 0;
	  background: transparent;
	  color: inherit;
	  cursor: pointer;
  }
  
  .navbar-menu > button {
	color: rgba(255, 255, 255, 0.5);
	background: transparent;
	padding: 0 8px;
  }
  
  .navbar-menu > button.active {
	color: inherit;
  }
  .redes-sociales{
	  display: none;
  }
  
  .banner-home img{
	  margin-top: 35px;
	  width: 100%;
  }
  .container-redes-sociales h1{
	  text-align: left;
	  padding: 2%;
  }
  .container-all-card-redes-sociales{
	  background-color: #2e3337;
  }
  .container-card-redes-sociales{
	padding: 2%;
	/* margin-bottom: 10%; */
	display: flex;
	flex-wrap: wrap;
	aspect-ratio: auto;
	justify-content: space-evenly;
	color: white;
	align-items: stretch;
  }
  .card-separador {
	flex-grow: 1;
	height: 2px;
	background-color: #464646;
	margin: auto;
	padding: 0px;
  }
  #button-general{
	  background: transparent;
	  color: white;
	  border: 1px solid white;
	  border-radius: 0px;
	  padding: 10px;
	  font-size: 16px;
	  font-weight: bold;
  }
  /* #button-general:hover{
	  background: white;
	  color: rgb(239, 125, 0);
	  transition: 0.5s;
	  box-shadow: 4px 4px 0px 0px rgb(239, 125, 0);
  } */
  #button-general-black{
	  background: transparent;
	  color: black;
	  border: 1px solid black;
	  border-radius: 0px;
	  padding: 10px;
	  font-size: 16px;
	  font-weight: bold;
  }
  /* #button-general-black:hover{
	  background: white;
	  color: black;
	  transition: 0.5s;
	  box-shadow: 4px 4px 0px 0px black;
  } */
  #myBtnPoder{
	  background: transparent;
	  color: white;
	  border: 2px solid white;
	  padding: 10px;
	  border-radius: 5px;
	  font-size: 16px;
	  font-weight: bold;
  }
  /* #myBtnPoder:hover{
	  background: white;
	  color: rgb(239, 125, 0);
	  transition: 0.5s;
	  box-shadow: 4px 4px 0px 0px rgb(239, 125, 0);
  } */
  #myBtnDiego{
	background: transparent;
	color: white;
	border: 2px solid white;
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
/* #myBtnDiego:hover{
	background: white;
	color: rgb(239, 125, 0);
	transition: 0.5s;
	box-shadow: 4px 4px 0px 0px rgb(239, 125, 0);
} */
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 3;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);

  }
  /* Modal Content */
  .modal-content {
	background-color: #161616;
	margin: auto;
	padding: 20px;
	/* border: 1px solid #888; */
	width: 90%;
  }
  
  /* The Close Button */
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  #closePoder{
	font-size: 28px;
	cursor: pointer;
	text-align: right;
}
#closeDiego{
	font-size: 28px;
	cursor: pointer;
	text-align: right;
  }
  #closeContacto{
	font-size: 28px;
	cursor: pointer;
	text-align: right;
  }
  #closeConsideracionesImportantes{
	font-size: 28px;
	cursor: pointer;
	text-align: right;
  }
  #closeTerminosYCondiciones{
	font-size: 28px;
	cursor: pointer;
	text-align: right;
  }
  #closePoliticaPrivacidad{
	font-size: 28px;
	cursor: pointer;
	text-align: right;
  }
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  .close2 {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close2:hover,
  .close2:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  /* MOBILE */
  @media only screen and (max-width: 600px) {
	  .redes-sociales{
		  display: flex;
		  justify-content: center;
	  }
	  .redes-sociales a{
		  margin-left: 10px;
	  }
	  .redes-sociales a i{
		  color: rgb(239, 125, 0);
		  font-size: 32px;
	  }
	  .redes-sociales a i:hover{
		  color: white;
		  transition: 0.5s;
	  }	
	  .container-card-redes-sociales {
		display: grid;
		justify-items: center;
	  }
	  .card-separador {
		width: 1px;
		height: 100%;
		margin: 10px auto;
	  }
	  .navbar-menu {
		  position: fixed;
		  z-index: 3;
		  top: 0;
		  left: 0;
		  translate: -100% 0;
		  width: 270px;
		  height: 100%;
		  padding: 20px;
		  display: flex;
		  gap: 55%;
		  flex-direction: column;
		  align-items: flex-start;
		  background: #000000;
		  visibility: hidden;
		  transition: translate 0.3s;
		}
		.links{
		  display: flex;
		  flex-direction: column;
		  align-items: flex-start;
	  }
	  .stillCardImage img{
		float:right;
	}

	.footer-20192 .container{
		padding-top: 3rem !important;
	}
	#poder{
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: 1fr !important;
	}
	.container-card-redes-sociales {
		display: grid;
		justify-items: center;
	}
	.banner #banner-diego{
		width: 75% !important;
	}
	.contenido-consideraciones-importantes img {
		width: 100% !important;
	}
  }
  /* banner with a image left and text right */
  .banner {
	  display: flex;
	  flex-direction: row;
	  justify-content: end;
	  align-items: center;
	  height: 100vh;
	  background-image: url('../img/map-world-blue.jpg');
	  background-color: #000000;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  color: #f9f9f9;
	  box-sizing: border-box;
  }
  .banner #banner-diego{
	  width: 35%;
	  position: absolute;
      bottom: 0;
      left: 8%;
	  z-index: 1;
  }
  /* .text-mobile-banner{
	display: none;	
  } */
  #hashtag-venta{
	display: block;
  }
  .container-banner-text{
	display: flex;
	align-items: center;
	justify-content: start;
	margin-right: 10%;
	text-align: center;
  }
  .title-banner{
	display: grid;
	justify-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
  }
  .hashtag{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;

  }
  .banner .hashtag-venta{
	font-size: 16vw;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px white;
    color: transparent;
    line-height: 0.5; /* Ajustamos el valor de line-height para ajustar el margen inferior */
    margin: 0;
    padding: 0;
    flex-grow: 1;
  }
  .banner h1{
	  font-family: 'Ubuntu', sans-serif;
	  font-size: 9vw;
	  color: white;
	  font-weight: 700;
	  margin: 0;
	  padding: 0;
  }
  .banner h2{
	  font-family: 'Ubuntu', sans-serif;
	  font-size: 4.8vw;
	  color: white;
	  font-weight: 700;
	  margin-top: -10px;
	  padding: 0;
  }

  /* Swiper */

  .swiper {
	width: 240px;
	height: 320px;
  }

  .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
  }
  #card-modal{
	background: rgb(11,61,127);
	background: linear-gradient(90deg, rgba(11,61,127,1) 25%, rgba(4,20,42,1) 75%);
	background-repeat: no-repeat;
	border-radius: 0px !important;
  }
  /* #card-modal:hover{
	background-color: #246cec;
	transition: 0.3s;
  } */
  .card-title{
	color: rgba(255, 255, 255, 0.9);
  }
  .card-text{
	color: rgba(255, 255, 255, 0.9);
  }

blockquote{
  font-size: 1.1em;
  width: 100%;
  margin:0px 10px 10px 0px;
  font-style:italic;
  color: #ffffffd3;
  padding:1.2em 30px 1.2em 75px;
  /* border-left:8px solid #246cec; */
  line-height:1.6;
  position: relative;
  background:#202427;
}

blockquote::before{
  content: "\201C";
  color:#4461a7;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color: #ffffffd3;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
/* footer */
.footer-20192 {
	font-family: 'Inter', sans-serif !important;
	position: relative;
	color: #fff;
	padding: 3rem 0;
	background-color: #1d1d1d; }
	.footer-20192 .container {
	  position: relative; }
	.footer-20192 h3 {
	  font-size: 16px;
	  margin-bottom: 10px;
	  margin-top: 0;
	  line-height: 1.5; }
	.footer-20192 .links li {
	  margin-bottom: 10px;
	  line-height: 1.5;
	  display: block; }
	  .footer-20192 .links li a {
		color: #666873; }
		.footer-20192 .links li a:hover {
		  color: #fff; }
		  .footer-20192 .links-footer li {
			margin-bottom: 10px;
			line-height: 1.5;
			display: block; }
			.footer-20192 .links-footer li a {
			  color: #666873; }
			  .footer-20192 .links-footer li a:hover {
				color: #fff; }
	.footer-20192 .social li {
	  display: inline-block;
	  position: relative; }
	  .footer-20192 .social li a {
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: inline-block;
		margin: 0;
		padding: 0;
		background-color: #4461a7;
		color: #fff; }
		.footer-20192 .social li a > span {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  -webkit-transform: translate(-50%, -50%);
		  -ms-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%); }
	.footer-20192 .footer-logo {
	  color: #fff;
	  font-size: 20px;
	  text-transform: uppercase;
	  letter-spacing: .1rem; }
	.footer-20192 .copyright {
	  color: #666873; }
	.cta {
	  padding: 20px;
	  background-color: #4461a7;
	  margin-bottom: 30px;
	  position: relative; }
	.cta h2, .footer-20192 .cta h3 {
		line-height: 1.5; }
	.cta h3 {
		font-size: 20px; }

.mb-0{
	font-family: 'Inter', sans-serif !important;	
}

/* ------------------------------------------------ */
  /* banner tablet */
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
	  .banner .banner-diego{
		  width: 45%;
		  position: absolute;
		  bottom: 0;
		  left: 1%;
		  z-index: 1;
	  }
	  .container-banner-text{
		display: flex;
		align-items: center;
		justify-content: start;
		margin-right: 1%;
		text-align: center;
	  }
	  .title-banner{
		display: grid;
		justify-items: center;
		align-items: center;
		margin: 0;
		padding: 0;
	  }
	  .banner .hashtag-venta{
		font-size: 18vw;
		font-family: Arial, Helvetica, sans-serif;
		-webkit-text-stroke: 2px white;
		color: transparent;
	  }
	  .banner h1{
		  font-family: 'Ubuntu', sans-serif;
		  font-size: 10vw;
		  color: white;
		  font-weight: 700;
		  margin: 0;
		  padding: 0;
	  }
	  .banner h2{
		  font-family: 'Ubuntu', sans-serif;
		  font-size: 5vw;
		  color: white;
		  font-weight: 700;
		  margin: 0;
		  padding: 0;
	  }
	  .stillCardImage img{
		float:right;
	}
	.container-card-redes-sociales {
		display: grid;
		justify-items: center;
	  }
  }

  /* banner mobile */
  @media only screen and (max-width: 600px) {
	.banner .banner-diego{
	  width: 80%;
	  left: 8%;
	}
	.container-banner-text{
		top: 20%;
		position: absolute;
		text-align: center;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 64%;
	}
	.stillCardImage img{
		margin-top: -100px;
		float:right;

	}
	blockquote{
		width: 100%;
	}
	.container-card-redes-sociales {
		display: grid;
		justify-items: center;
	  }
	  .card-separador {
		width: 1px;
		height: 100%;
		margin: 10px auto;
	  }
	iframe{
		margin: 0px !important;
	}
	.card-separador{
		margin: 0px !important;
		height: 50px;
	}
	/* #hashtag-venta{
		display: none;
	} */
}

  @media only screen and (max-width: 420px) {
	  .banner .banner-diego{
		width: 85%;
		position: absolute;
		bottom: 0;
		/* left: 0; */
		z-index: 1;
	  }
	  .container-banner-text{
		top: 20%;
		position: absolute;
		text-align: center;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 64%;
	  }
	  .title-banner{
		display: grid;
		justify-items: center;
		align-items: center;
		margin: 0;
		padding: 0;
		margin-left: 10px;
	  }
	  .banner .hashtag-venta{
		font-size: 18vw;
		font-family: Arial, Helvetica, sans-serif;
		-webkit-text-stroke: 2px white;
		color: transparent;
	  }
	  .banner h1{
		font-family: 'Ubuntu', sans-serif;
		font-size: 10vw;
		color: white;
		font-weight: 700;
		margin: 0;
		padding: 0;
	  }
	  .banner h2{
		font-family: 'Ubuntu', sans-serif;
		font-size: 4.8vw;
		color: white;
		font-weight: 700;
		margin: 0;
		padding: 0;
	  }
	  .stillCardImage img{
		float:right;
	}
	blockquote{
		width: 100%;
	}
	.lines-text p{
		font-size: 0.9em !important;
		line-height: 1.5em !important;
	}
	.container-card-redes-sociales {
		display: grid;
		justify-items: center;
	  }
	  .card-separador {
		width: 1px;
		height: 100%;
		margin: 10px auto;
	  }
	  .lines-text{
		text-align: left !important;
	  }
	  .card-text{
		text-align: left !important;
	}
	.modal-content{
		text-align: left !important;
	}
	.p-formuladelaventa{
		text-align: left !important;
	}
	.card-separador{
		margin: 0px !important;
		height: 50px;
	}
  }
  
  h2 {
	color: #fff;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 200;
	font-size: 16px;
  }
  
  .mouse {
	margin: 0 auto;
	display: block;
	border-radius: 50px;
	border: 2px solid #fff;
	height: 50px;
	width: 30px;
	position: relative;
  }
  
  .move {
	position: absolute;
	background-color: #fff;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	animation: move 2s linear infinite;
  }
  .scroll-down-text{
	margin-top: 10px;
	font-size: 14px !important;
	color: white;
  }
  
  @keyframes move {
	0% {
	  transform: translate(-50%,10px);
	  opacity: 0;
	}
	50% {
	  transform: translate(-50%,40px);
	  opacity: 1;
	}
	100% {
	  transform: translate(-50%,80px);
	  opacity: 0;
	}
  }

  .lines-text{
	min-width: 270px;
	max-width: 100%;
	/* margin: auto; */
	text-align: justify;
}
.p-formuladelaventa{
	  text-align: justify;
  }
/* .lines-text{
	border-left: 4px solid #4461a7;
	padding-left: 20px;
} */
.py-4{
	padding-bottom: 0px !important;
}
/* #poder{
	display: flex;
	justify-content: space-between !important;
	align-items: center !important;
	max-width: 90% !important;
	gap: 20px;
} */
.card-text{
	font-size: 1em !important;
	line-height: 1.5em !important;
	text-align: justify;
}
.modal-content{
	text-align: justify;
}
.row{
	margin-left: auto;
	margin-right: auto;
}
#myModalPoder .modal-content{
	background: linear-gradient(90deg, rgba(11,61,127,1) 25%, rgba(4,20,42,1) 75%);
    background-repeat: no-repeat;
}
#myModalDiego .modal-content{
	background: linear-gradient(90deg, rgba(11,61,127,1) 25%, rgba(4,20,42,1) 75%);
	background-repeat: no-repeat;
}
#modal-padding{
	padding: 0px !important;
}
.container-proposito{
	width: 100%;
	margin-top: 10px;
	background-color: #202427;
	padding: 30px;
}
.card-diego{
	margin-top: 5%;
	margin-bottom: 5%;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#diego{
	width: 47%;
}
#poder{
	width: 47%;
}
#iframe-diego iframe{
	width: 100%;
	height: 100%;
}
#iframe-diego{
	padding-top: 0px !important;
}
.card-redes-sociales iframe{
	max-width: 332px;
	min-height: 100%;
}
@media screen and (max-width: 1350px) {
	.siu {
	  flex-direction: column;
	}
	.card-image-center{
		margin: 0 auto;
	}
}
.contacto-li{
	list-style: none;
	cursor: pointer;
}
.contacto-li button{
	background-color: transparent;
	border: none;
	color: #666873 !important;
	text-decoration: none;
}
.contacto-li button:hover{
	color: white !important;
}
/* poner modal en el centro de la pagina */
.modalContactoClass {
  margin-top: 10%;
}
.modal-body-contacto{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.span-contacto{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}
#privacy-policy{
	color: #0060B6;
	text-decoration: none;
}
.contenido-consideraciones-importantes{
margin: 0 auto !important;
width: 85%;
}
.contenido-consideraciones-importantes h4{
margin-top: 30px;
}
.contenido-consideraciones-importantes-p{
margin-top: 30px;
}
.contenido-consideraciones-importantes-p p{
width: 100%;
text-align: justify;
font-size: 16px;
line-height: 1.5;
}
.contenido-consideraciones-importantes-p h5{
font-size: 18px;
font-weight: 700;
}
.modal-fullscreen{
	width: 100% !important;
	height: 100% !important;
}
.modal-header{
	border-bottom: 0px !important;
}
.list-modals-legal button{
	background: transparent;
	border: 0px;
	padding: 0px;
	color: #666873;
}