@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins-Regular.ttf') format("opentype");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/Poppins-SemiBold.ttf') format("opentype");
}


.opacity8{
	opacity: .5 !important;
	transition: all .5s;
}
.opacity8:hover{
	opacity: 1 !important;
	transition: all .5s;
}
body main #index #section.two .bg.newaler {
  background-image: url("../img/1.jpg");
  background-position-x: center;
}
body main #index #section.two .bg.newaler::after {
  background: #87b942;
  background: linear-gradient(90deg,#2b3a56 0%,#46a2a1 100%);
}
body main #index #section.two .bg.newaler::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.85;
}

.textalegr{
	font-size: 18px !important;
	font-family: Poppins-SemiBold;
	letter-spacing: 1px;
	color: #ffffff !important;
}

body main #index #section.two .bg.newaler .content {
  position: relative;
  z-index: 2;
}
.img2{
	width: 90%;
	max-width: 200px ;
	display: block;
	margin: 0 auto;
}
.newpadin{
	padding: 20px 0px !important;
  display: flex !important;
  align-content: center;
  align-items: center;
}
.marauto{
	margin: 0 auto !important;
}
.marg10{
	margin-bottom: 10px !important;
}
.textupper{
	text-transform: uppercase;
}
.nuevoslogo{
	width: 90%;
	max-width: 180px;
	display: block;
	margin: 0 auto;
	height: 68px !important;
}

.padtop0px{
	padding-top: 0px !important;
	margin: 0 !important;
}
.newtext{
	color: #f9b900 !important;
	font-size: 21px !important;
	font-family: Poppins-SemiBold;
	letter-spacing: 1px;
}
.textcenter{
	text-align: center;
}
.conterlalo{
	width: 	100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.ale1{
	width: 100%;
  display: flex;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-image: url('../img/bg1.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: center;
  overflow: hidden;
  align-items: center;
  align-content: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

.destacado{
	font-family: Poppins-Regular;
  font-size: 23px;
  color: #ffffff;
  line-height: 26px;
}
.semibold{
	font-family: Poppins-SemiBold !important;
}
.amarillo{
	color: #f9b900 !important;
}
.texto{
	font-family: Poppins-Regular;
  font-size: 16px;
  color: #ffffff;
}
.img70{
	width: 90%;
	max-width: 130px;
	display: block;
	float: left;
}
.img8{
	width: 90%;
	max-width: 400px;
	position: absolute;
	left: 0	;
	bottom: 0;
}
.ale2{
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 50px 0px 20px 0px;
	background: #f9b900;
}
.ale3{
	width: 100%;
	display: block;
	padding: 15px 0px;
	background: rgb(70,162,161);
background: linear-gradient(90deg, rgba(70,162,161,1) 16%, rgba(96,170,118,1) 70%, rgba(145,183,84,1) 100%);
}
.img10{
	width: 90%;
  max-width: 90px;
  display: block;
  position: absolute;
  top: 25px;
  left: 35px;
  z-index: 1;
}
.regreso{
	width: 90%;
	  max-width: 105px;
	  display: block;
	  position: absolute;
	  top: 33px;
	  right: 50px;
	  z-index: 1;
}
.h2impor{
	padding: 0px !important;
	margin: 0px !important;
	font-family: Poppins-SemiBold;
	font-size: 26px;
	letter-spacing: 1px;
	color: #ffffff !important;
}
.saber{
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #00a3a2;
}

.btn-flotante {
  font-family: Poppins-Regular;
	font-size: 20px; /* Cambiar el tamaño de la tipografia */
	/* text-transform: uppercase; Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 50px; /* Borde del boton */
	letter-spacing: 1px; /* Espacio entre letras */
  background: linear-gradient(90deg,#00a3a2 0%,#87b942 100%);
	padding: 14px 30px; /* Relleno del boton */
	position: fixed;
	top: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

.btn-flotante:hover {
	background-color: #1b1c30; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .btn-flotante {
		font-size: 16px;
		padding: 12px 20px;
		top: 20px;
		right: 20px;
	}

  .modal-dialog {
    left: 5%;
    width: 90%;
  }

  .modal-logo {
    width: 35%;
  }

  .radio-toolbar label {
    padding: 5px 20px;
  }

  .radio-toolbar-two label {
    padding: 5px 52px;
}
}

@media only screen and (min-width: 601px) {
  .modal-dialog {
    left: 15%;
    width: 70%;
  }

  .modal-logo {
    width: 20%;
  }

  .radio-toolbar label {
    padding: 5px 90px;
  }

  .radio-toolbar-two label {
    padding: 5px 152px;
  }
  .left {
    left: 20%;
    position: relative;
  }
}

.modal-dialog {
  background: #ececec;
  border: #333333 solid 0px;
  border-radius: 15px;
  text-align:center;
  position: absolute;
  top: -100%;
  z-index: 11;
  box-shadow:0 5px 10px rgba(0,0,0,0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-header {
  display: flex;
  justify-content: center;
  align-content: center;
}

.modal-logo {
  height: auto;
}

.btn-close {
  color: #aaaaaa;
  font-size: 20px;
  text-decoration: none;
  padding:10px;
  position: absolute;
  right: 7px;
  top: 0;
}

.btn-close:hover {
  color: #919191;
}

.modale:before {
  content: "";
  display: none;
  /* background: rgba(0, 0, 0, 0.6); */
  background: linear-gradient(90deg, rgba(0, 163, 162, 0.7) 0%, rgba(135, 185, 66, 0.7) 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.opened:before {
  display: block;
}

.opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 5%;
}

.modal-body {
  padding: 20px;
}

.modal-body .anotherAmount::before {
  content: '$ ';
  font-size: 17px;
  font-weight: bold
}

.modal-body input{
  /* width:360px; */
  width:100%;
  padding:8px;
  border:1px solid #ddd;
  border-radius: 11px;
  color:#888;
  outline:0;
  font-size:17px;
  font-weight:bold
}

.modal-header {
  padding: 10px 20px;
}

.modal-footer {
  display: flex;
  justify-content: end;
}

.modal-footer-p2 {
  display: flex;
  justify-content: space-between;
}

.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}

.url-green {
  color: #348253;
  text-decoration: underline;
  font-size: 17px;
  text-align: justify;
}

.btn-continuar {
  margin-top: 32px;
  font-family: Poppins-Regular;
	font-size: 16px; 
	color: #ffffff; 
  border: 1px solid #919191;
	border-radius: 7px; 
  background: #348253;
	padding: 5px 10px; 
  cursor: pointer;
}

.btn-regresar {
  margin-top: 32px;
  font-family: Poppins-Regular;
	font-size: 16px;
	color: #000; 
  border: 1px solid #919191;
	border-radius: 7px; 
  background: #ececec;
	padding: 5px 10px; 
  cursor: pointer;
}

.paragraph-title {
  font-size: 18px;
  text-align: justify;
  color: #009A9D;
  font-weight: bold;
}

.paragraph {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 17px;
  text-align: justify;
}

.cantidad_txt {
  font-size: 13px;
  margin: -15px 0 15px 0;
  text-align: justify;
}

.paragraph-p1 {
  margin-bottom: 8px;
  font-size: 17px;
  text-align: justify;
}

.paragraph-p2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 17px;
  text-align: justify;
}

.paragraph-p3 {
  font-weight: bold;
}

.paragraph-result {
  margin-top: 18px;
  font-size: 17px;
  text-align: justify;
}

.paragraph-result-small {
  margin-top: 8px;
  font-size: 14px;
  text-align: justify;
}

.paragraph-result-text-ok {
  color: #348253
}

.paragraph-result-text-ko {
  color: #e90e0e;
}

.buttonIn {
  position: relative;
}

.clear {
  position: absolute;
  right: 7px;
  z-index: 2;
  border: none;
  top: 2px;
  height: 28px;
  color: #1b1c30;
  font-size: 10px;
}

.clear-background {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.clear-background-active {
  background-color: #fff;
  cursor: pointer;
}

.radio-toolbar {
  /* margin: 10px; */
  display: flex;
  justify-content: space-between;
  flex-basis: auto;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    /* display: inline-block; */
    background-color: #ececec;
    /* padding: 5px 32px; */
    font-family: sans-serif, Arial;
    font-size: 15px;
    border: 2px solid #919191;
    border-radius: 9px;
}

.radio-toolbar label:hover {
  background-color: #009A9D;
  color: #fff;
  font-weight: bold;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px solid #919191;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #009A9D;
    border-color: #919191;
    color: #fff;
    font-weight: bold;
}

.input-card {
  border: 1px solid #f5f5f5;
  color: #ececec;
  font-weight: bold;
  padding: 5px;
  border-radius: 9px;
}

.paragraph-card {
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 17px;
  text-align: justify;
}

.btn-donar {
  margin-top: 32px;
  font-family: Poppins-Regular;
	font-weight: bold;
  border-radius: 9px;
	color: #ffffff;
	letter-spacing: 1px;
  background: linear-gradient(90deg,#00a3a2 0%,#87b942 100%);
	padding: 5px 10px;
  cursor: pointer;
}

.column {
  float: left;
  width: 45%;
}

.column-r {
  float: right;
  width: 45%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #00a3a2;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 


















*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
/* --- generales --- */
a{
  color: #4D4D4D;
  text-decoration: none;
}
p{
  padding: 0px;
  margin: 0px;
}
.contergeneral{
  width: 90%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  /*overflow: hidden;*/
}
.contergeneral100{
  width: 100%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.contergeneral2{
  width: 90%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.conter90{
  width: 90%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.conter90sinover{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.conter90left{
  width: 90%;
  display: block;
  float: left;
}
.conter90right{
  width: 90%;
  display: block;
  float: right;
}
.conter95{
  width: 95%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.conter95sinover{
  width: 95%;
  display: block;
  margin: 0 auto;
}
.conter9522{
  width: 95%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.conter95left{
  width: 95%;
  display: block;
  float: left;
}
.conter95left22{
  width: 95%;
  display: block;
  float: initial;
}
.conter99left{
  width: 99%;
  display: block;
  float: left;
}
.conter95right{
  width: 95%;
  display: block;
  float: right;
}
 .conter95right223{
  width: 95%;
  display: block;
  float: right;
 }
.conter95righta{
  width: 95%;
  display: block;
  float: right;
}
.conter{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.conter22333{
  width: 100%;
  display: block;
  position: relative;
}
.opacity1{
  opacity: 1 !important;
}
.opacity0{
  opacity: 0;
}
.textcenter{
  text-align: center !important;
}
.textright{
  text-align: right !important;
}
.textleft{
  text-align: left !important;
}
.imgfull{
  width: 100%;
}
.img90{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.img80{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.img60{
  width: 60%;
  margin: 0 auto;
  display: block;
}
.img50{
  width: 50%;
  margin: 0 auto;
  display: block;
}
.img80left{
  width: 80%;
  display: block;
}
.imglogros{
  width: 85%;
  float: right;
  padding-left: 10px;
}

.conter30{
  display: block;
  width: 30%;
  float: left;
  position: relative;
}
.conter35{
  display: block;
  width: 35%;
  float: left;
  position: relative;
}
.conter33{
  display: block;
  width: 33.33%;
  float: left;
  position: relative;
}
.conter22{
  display: block;
  width: 22.3%;
  float: left;
  position: relative;
}
.conter50{
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
.conter50home1{
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
.conter50home2{
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
.conter55{
  display: block;
  width: 55%;
  float: left;
  position: relative;
}
.conter50right{
  display: block;
  width: 50%;
  float: right;
  position: relative;
}
.conter50center{
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.conter60center{
  display: block;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.conter65center{
  display: block;
  width: 65%;
  margin: 0 auto;
  position: relative;
}
.conter65{
  display: block;
  width: 65%;
  float: left;
  position: relative;
}
.conter66{
  display: block;
  width: 66%;
  float: left;
  position: relative;
}
.conter60{
  display: block;
  width: 60%;
  float: left;
  position: relative;
}

.conter40{
  display: block;
  width: 40%;
  float: left;
  position: relative;
}
.conter45{
  display: block;
  width: 45%;
  float: left;
}
.conter70{
  display: block;
  width: 70%;
  float: left;
}
.conter75{
  display: block;
  width: 75%;
  float: left;
}
.conter70center{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.conter80{
  display: block;
  width: 80%;
  float: left;
}
.conter80right{
  display: block;
  width: 80%;
  float: right;
}
.conter80center{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.conter20{
  display: block;
  width: 20%;
  float: left;
}
.conter21{
  display: block;
  width: 21%;
  float: left;
}
.conter10{
  display: block;
  width: 10%;
  float: left;
}
.conter10a{
  display: block;
  width: 10%;
  float: left;
}
.conter12{
  display: block;
  width: 12.5%;
  float: left;
}
.conter5{
  display: block;
  width: 5%;
  float: left;
}
.conter5a{
  display: block;
  width: 5%;
  float: left;
}
.conter14{
  display: block;
  width: 14.2%;
  float: left;
}
.conter15{
  display: block;
  width: 15%;
  float: left;
}
.conter85{
  display: block;
  width: 85%;
  float: left;
}
.conter25{
  display: block;
  width: 25%;
  float: left;
}
.conter24{
  display: block;
  width: 24%;
  float: left;
}

.conterflex{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflexrespo{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflexhome{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex2{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.flex{
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex3{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.padtop50px{
  padding-top: 50px;
}
.padtop70px{
  padding-top: 70px;
}
.padtop100px{
  padding-top: 100px;
}
.padtop160px{
  padding-top: 160px;
}
.padbop50px{
  padding-bottom: 50px;
}
.pad50px{
  padding: 50px 0px;
}
.padtop20px{
  padding-top: 20px;
}
.padtop30px{
  padding-top: 30px;
}
.padtop10px{
  padding-top: 10px;
}
.padbot20px{
  padding-bottom: 20px;
}
.padbot50px{
  padding-bottom: 50px;
}
.padbot30px{
  padding-bottom: 30px;
}

.mar50px{
  margin: 50px 0px;
}
.martop50px{
  margin-top: 50px;
}
.marbot30px{
  margin-bottom: 30px;
}
.pad20px{
  padding: 20px 0px;
}
.pad5px{
  padding: 5px 0px;
}
.pad5pix{
  padding: 5px;
}
.pad10px{
  padding: 10px 0px;
}
.pad30px{
  padding: 30px 0px;
}
.martop20px{
  margin-top: 20px;
}
.martop30px{
  margin-top: 30px;
}
.multy{
  mix-blend-mode: multiply !important;
}
.overflowhi{
  overflow: hidden !important;
}

.padleft50{
  padding-left: 50px;
}
.padleft20{
  padding-left: 20px;
}
.padleft30{
  padding-left: 30px;
}
.padright50{
  padding-right: 50px;
}
.padleft100{
  padding-left: 120px;
}
img{
  display: block !important;
}
.rojo{
  color: #e40d2c !important;
}
mark{
  background-color: #b6ff5a !important;
  opacity: .8;
}
.bordrightrojo{
  border-right: 1px solid #e40d2c;
}








