
/*--------------------------------------------------------------
# Importando Hoas de Estilo CSS
--------------------------------------------------------------*/

@import url('../bootstrap/css/bootstrap.min.css');            /* Bootstrap  v5.3.3 */
@import url('../bootstrap-icons/font/bootstrap-icons.css');   /* font Awesome Ver. 5.13.0 web  */

/*--------------------------------------------------------------
# Estilo CSS
--------------------------------------------------------------*/

body {
  font-family: "Poppins", "Raleway", "Open Sans", "sans-serif";
  font-size: 16px;
  color: #0c0c0c;
  background: url("../img/insuco-fondo-bln.png") top center no-repeat;
  background-size: cover;
  position: relative;  
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #128d02;
  text-decoration: none;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

#main {
  position: relative;
  align-items: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header h1 {
  margin: 0 0 10px 0;
  font-size: 2vw;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-info {
  max-width: 900px;
  text-align: justify;
  font-size: 16px;
  font-weight:lighter;
  font-style: normal;
  opacity: 1;
  font-family: Montserrat !important;
}

/*--------------------------------------------------------------
# Formulario
--------------------------------------------------------------*/
.formulario .inscripciones-form {
  padding: 30px;
  padding-top: 10px;
  border-radius: 10px;
  background: rgba(17, 17, 17, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.formulario .inscripciones-form .form-group {
  padding-top: 10px;
}

.formulario .inscripciones-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.formulario .inscripciones-form input,
.formulario .inscripciones-form select,
.formulario .inscripciones-form textarea {
  border-radius: 50;
  box-shadow: none;
  font-size: 14px;
  background: rgba(250, 250, 250, 0.8);
  border: 1px solid rgba(128, 128, 128, 0.7);
  color: #000000;
}

.formulario .inscripciones-form input::-moz-placeholder,
.formulario .inscripciones-form textarea::-moz-placeholder {
  color: rgba(80, 80, 80, 0.5);
}

.formulario .inscripciones-form input::placeholder,
.formulario .inscripciones-form textarea::placeholder {
  color: rgba(80, 80, 80, 0.5);
}

.formulario .inscripciones-form input::-webkit-outer-spin-button,
.formulario .inscripciones-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.formulario .inscripciones-form input:disabled,
.formulario .inscripciones-form select:disabled,
.formulario .inscripciones-form textarea:disabled {
  background: #6868682a;
}

/* Firefox */
.formulario .inscripciones-form input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield
}

.formulario .inscripciones-form input[type="checkbox"] {
  width: 25px;
  height: 25px;
  /* accent-color: #3c3d8c; */
  cursor: pointer;
}

.formulario .inscripciones-form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 1.5rem;
  border: 1px solid rgba(128, 128, 128, 0.7);
  border-radius: 0.5rem;
}

.formulario .inscripciones-form input[type="checkbox"]::before {
  content: "";
  /* width: 30px;
  height: 30px; */
  content: "\F26E";
  font-family: "bootstrap-icons";
  transform: scale(0);
  text-rendering: auto;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -5px;
}

.formulario .inscripciones-form input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.formulario .inscripciones-form input[type="checkbox"]:hover {
  background-color:  #66a05f;
}

.formulario .inscripciones-form .form-check-label {
  padding-top: 8px;
}

.formulario .inscripciones-form select option {
  font-size: 14px;
  background-color: #ffffff77;
}

.formulario .inscripciones-form textarea {
  padding: 10px 12px;
}

.formulario .inscripciones-form .area-boton {
  padding-top: 15px;
  text-align: right;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modal-content {
  color: #000;
  font-size: 14px;
  background: rgba(232, 232, 232, 0.9);
  background-size: cover;
  height: 800px;
  overflow-y: initial !important
}

.modal-dialog {
  justify-content: center;
  align-items: center;
  margin: auto;
}

.modal-body {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 600px;
  overflow-y: auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: rgba(19, 19, 19, 0.7); */
  margin-top: -150px; /* negative value of footer height */
  padding: 30px 0;
  /* color: #000000; */
  font-size: 14px;
  position: relative;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#footer .pie {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  /* color: #fff; */
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
  /* color: #fff; */
}

#footer .credits a {
  color: #0d6efd;
}

/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
#loader {
  /* border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #444444; */
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.loader-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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


/*-----------------------------------------------------------------*/


.radio-pay input[type="radio"] {
  appearance: none;
  -webkit-appearance:none;
  -moz-appearance: none;
}

.radio-pay label {
  height: 100px;
  width: 100%;
  border: 2px solid #006600;
  margin: auto;
  border-radius: 10px;
  position: relative;
  color:  #006600;
  transition: 0.2s;
  cursor: pointer;
}

.radio-pay label:hover {
  background-color: rgb(159, 209, 159);
}

.radio-pay .bi{
  font-size: 60px;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -80%); 
}

.radio-pay label>span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  
}

.radio-pay input[type="radio"]:checked + label {
	background-color:  #128d02;
	color: #ffffff;
	box-shadow: 0 15px 45px rgb(24,249,141,0.2);
}