body {
    background-color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding-right: 0px !important;
    margin-right: 0px !important;
}
html {
  scroll-behavior: smooth;
}
#liDescarga{
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: underline;
}
 a:any-link{
     color: #fff;
     margin-top:10px;
     text-decoration: underline;
}
.navbar {
    height: auto;
s    background: #662e94;
    background: -moz-linear-gradient(left,  #662e94 0%, #d2026f 14%); 
    background: -webkit-linear-gradient(left,  #662e94 0%,#d2026f 14%); 
    background: linear-gradient(to right,  #662e94 0%,#d2026f 14%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662e94', endColorstr='#d2026f',GradientType=1 );
}
.navbar li{
    width: auto!important;
}
.nav-link {
    font-size: 0.9rem;
    color: #ffffff!important;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none!important;
    padding: 0!important;
}

.jumbotron {
    margin: 0!important;
    height: 550px;
    background-image: url(../images/p01-mod.jpg);
    background-size:cover;
    background-position: center center; 
    background-repeat: no-repeat;
}
.jumbotron-eng {
    margin: 0!important;
    height: 550px;
    background-image: url(../images/p02.jpg);
    background-size:cover;
    background-position: center center;   
}
.container-fluid {
    padding: 0 50px;
    min-height: 100px;
    padding: 40px 0;    
    margin: 0;
    padding: 0;
}

.container-inscripcion {
    padding-top: 5em;
}

.gradient-one {
  
    background: #662e94; 
    background: -moz-linear-gradient(45deg,  #662e94 0%, #d2026f 100%); 
    background: -webkit-linear-gradient(45deg,  #662e94 0%,#d2026f 100%); 
    background: linear-gradient(45deg,  #662e94 0%,#d2026f 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662e94', endColorstr='#d2026f',GradientType=1 ); 

}
.gradient-two {
    background: #0a9fc2; 
    background: -moz-linear-gradient(45deg,  #0a9fc2 2%, #744692 68%, #b20360 100%); 
    background: -webkit-linear-gradient(45deg,  #0a9fc2 2%,#744692 68%,#b20360 100%); 
    background: linear-gradient(45deg,  #0a9fc2 2%,#744692 68%,#b20360 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9fc2', endColorstr='#b20360',GradientType=1 ); 
}
.gradient-three {
    background: #b20360;
    background: -moz-linear-gradient(45deg,  #b20360 0%, #744692 59%, #0a9fc2 100%);
    background: -webkit-linear-gradient(45deg,  #b20360 0%,#744692 59%,#0a9fc2 100%);
    background: linear-gradient(45deg,  #b20360 0%,#744692 59%,#0a9fc2 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20360', endColorstr='#0a9fc2',GradientType=1 ); 
    }

h1{
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-top: 35px;
}
h2 span {
    color: #0A9FC2;
    font-size: 2.4rem;
    margin-bottom: 50px!important;
}
h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #4a4a4a;
}
h4 {
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff!important;
    margin: 20px auto;
    width: 100%;
}
h5 {
    font-size: 9px;
    max-width: 900px;
    text-align: center;
    margin: auto
}
p {
    font-size: 1rem;
    font-weight: 400;
}

.btn-primary {
    background-color: #0A9FC2;
    font-size: 0.8rem;
    border-radius: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    border: 0px !important;
}
.btn-primary:hover {
    background-color: #d2026f !important;
}
.btn-success {
    background-color: #b20360!important;
    font-size: 0.8rem;
    border-radius: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    border: 0px !important;
}
.btn-success:hover {
    background-color: #0a9fc2 !important;
}


.col {
    margin: 0;
    padding: 30px;
}
.row{
    margin: 0;
    padding: 0;
}
#one {
    background-image: url(../images/one.jpg);
    background-repeat: no-repeat; 
    background-size: cover;
    min-width: 500px;
}
  
ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
  color: #4a4a4a
}
ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 25px    
}
ol li::before {
  content: counter(my-awesome-counter);
  color: #e5e4e2;
  font-size: 1.5rem;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #4a4a4a;
  border-radius: 50%;
  text-align: center;
}
table{
    width: 97%;
}
th {
    width: 25%;
    background-color: #b20360;
    padding: 5px;
}
.form-control-2 {
    background-color: #b20360;
    color: #ffffff;
    font-weight: bold;
    background-image: url(/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 97%;
    height: 40px;
    padding-left: 12px;
    margin: 12px auto;
}
.table-earnings {
  background: #F3F5F6;
}
.my-custom-scrollbar {
position: relative;
height: 400px;
width: 90%;
overflow: auto; 
}
.table-wrapper-scroll-y {
display: block;
}

.modal-content{
    border-radius: 10px!important;
    box-shadow: rgba(0, 0, 0, 0.1) 12px 12px 12px;
    margin: auto;
}
.modal h1{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #b20360;
    margin-top: 0!important;
}
.modal p{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #b20360;
}
.modal p span {
    color: #000000!important;
    font-size: 12px;
}
.modal a:link {
    color: #b20360;
    font-size: 14px;
    text-decoration: underline;
}
.modal a:hover {
    text-decoration: none;
}
.modal a:visited {
    color: #b20360;
    text-decoration: underline;
}

.modal-header{   
    border: none;
}

.search {
  width: 80%;
  position: relative;
  display: flex;
  margin: auto;
  color: #d2026f!important;
  margin-bottom: 20px
}

.searchTerm {
  width: 100%;
 height: 36px!important;
  border: 2px solid #d2026f;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #d2026f!Important;
}

.searchTerm:focus{
  color: #ffffff;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #d2026f;
  background: #d2026f;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
.close{
    color: #d2026f;
}
.card {
    width: 350px;
    display:block
}
.no-gradient h1{
    color: #4a4a4a!important;
    text-align: center;
}
.no-gradient p{
    color: #4a4a4a!important;
    text-align: center!important;
}
.no-gradient .form-control {
    max-width: 300px!important;
    margin: auto;
    background-color: #0A9FC2!important;
}
.mobile {
    height: 500px;
    width: 249px;
    position: absolute;
    right: 30px;
    top: 920px;
    z-index: 100;
    background-image: url(../images/mobile-esp.png);
    background-repeat: no-repeat;
}
.mobile-2 {
    height: 500px;
    width: 250px;
    position: absolute;
    right: 30px;
    top: 880px;
    z-index: 100;
    background-image: url(../images/mobile-eng-2.jpg);
    background-repeat: no-repeat;
}


#col{
    text-align: center
}
.accordion-group{
    background-color: rgba(0, 0, 0, 0.02);
    padding: 20px;
    text-align: center;   
}
.collapse {
    width: 100%!important;
    
}
.check {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.check:hover input ~ .checkmark {
  background-color: #0a9fc2;
}

.check input:checked ~ .checkmark {
  background-color: #0a9fc2!important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check input:checked ~ .checkmark:after {
  display: block;
}

.check .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.answer{
    padding: 30px;
    height: 100%;
    align-items: center;
}
ul li{
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  width: 80px;
  vertical-align: top;
}
.email-field{
    width: 300px;
    float: left;
    margin: 12px;
    display: block;
}
.form-control{
    border: 2px solid #d2026f;
    border-radius: 12px
}
#farmacias {
    color: #000000!important;
    margin: auto;
    text-align: center
}
#farmaciasa {
    text-align: center;
    padding: 20px;
    overflow: hidden;
    width: 90%;
    margin: auto;
    padding-top: 89px
}
.order-table{
    width: 90%;
    margin: auto;  
}
.text {
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.fondocajasform{
    background-color:rgba(10, 159, 194);
    border: solid 1px #808080;
    border-radius: 20px;
    color: #FFFFFF;
    padding-left: 20px!important; 
}
footer{
    background-color: #0a9fc2;
    text-align: left;
    padding: 10px;
}
footer p {
    padding: 10px!important;
}

.ad{
    width: 380px;
    height: 120px;
    top: 400px;
    position: fixed;
    right: 0;
    z-index: 1000;
    display: inline-block;
}
.offer {
    width: 350px;
    height: 130px;
    z-index: 20;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #b20360;
    text-align: center;
    color: #d2026f;
}
.offer h1{
    font-size: 1.3rem;
    margin: 0
}
.offer p {
    margin-bottom: 0.5rem;
}
.square {
    height: 50px;
    width: 50px;
    border-radius: 8px;
    bottom: 70px;
    right: 0;
    z-index: 100;
    position: absolute;
    background-image: url(../images/lupa.svg);
    background-color: #d2026f;
}
#terminosModal {
    color: #000000!important;
    text-align: left;
}
.display-4{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}
.searchTerm{
    color: #b20360;
}
.btn-secondary {
    background-color: #d2026f !important;
    border-radius: 20px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    padding: 5px;

}
.btn-secondary:hover {
    background-color: #d2026f !important;
    border-radius: 20px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    padding: 5px;
}
.table {
    max-width: 700px;
    margin: auto;
    background-color: #ffffff;
    text-align: left;
    font-size: 0.8rem;
    width: 100%;
}

.table1 {
    max-width: 700px;
    margin: auto;
    background-color: #ffffff;
    text-align: left;
    font-size: 0.8rem;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    text-align:center;
}


.btn-warning {
    background-color: #0a9fc2;
    color: #ffffff;
    border-radius: 20px;
    border: 0px!important;
}
thead{
    background-color: #b20360!important;
    color: #ffffff!important;
    font-size: 1rem;
    text-align: center;
}
.btn-warning:hover {
    background-color: #b20360;
    color: #ffffff!important;
}
.swipe {
    width: 100%;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    background-size: contain;
    display: none;
}
.awipe p {
    margin-top: 20px;
}
#collapseFarmacias{
    margin: auto;
    max-width: 800px;
    margin-top: 10px;
    text-align: center;    
}
footer li {
    display:table-row;
    line-height: 23px;
    text-align: left!important;
    font-weight: 400;    
}
#arrow2{
    display: none
}

/* Media queries */

@media (max-width: 575.98px) { 
    .mobile{
        display: none;
    }
        .mobile-2{
        display: none;
    }
    .my-custom-scrollbar {
    height: 300px;
    width: 100%;
    overflow: auto;
}
    #farmaciasa {
    width: 90%;
    padding: 10px;
    padding-top:80px
}
#arrow2 { 
    display: inline;
}
#arrow { 
    display: none;
}
}

/* Estilo personalizado para el texto del título */
.table-title {
    color: #4a4a4a; /* Color azul para el título */
    font-weight: bold; /* Negrita para el título */
    font-size: 2.4rem; /* Tamaño de fuente más grande */
    margin-bottom: 0.5rem; /* Espacio debajo del título */
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    margin-top: 35px;
    margin-left: 19%;
    margin-right: 19%;
}

/* Estilo para el párrafo adicional */
.table-paragraph {
    color: #6c757d; /* Color gris para el párrafo */
    font-size: 1rem; /* Tamaño de fuente estándar */
    margin-bottom: 1rem; /* Espacio debajo del párrafo */
    padding-left: 16%;
    padding-right: 16%;
    padding-top: 10px;
}
}


@media (max-width: 767.98px) { 
    .swipe {
        display: inline-block;
    }
}

@media (max-width: 991.98px) { 

}


@media (max-width: 1199.98px) { 

}

@media (max-width: 1399.98px) { 

}
.btn-info {
    border-radius: 25px;
    background-color: #0a9fc2!important;
}