/* ==========================================================================
   #FONT
   ========================================================================== */
   @import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,900;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display =intercambiar');
   @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
   

   @font-face {
    font-family: 'FuturaBTK';
    src: url('../font/futura-medium-bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'FuturaBTK';
    src: url('../font/futura-bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  
  @font-face {
    font-family: 'FuturaBTK';
    src: url('../font/futura-light-bt.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }

/* ==========================================================================
   #GRID
   ========================================================================== */

.row-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row-space1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}





/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
html {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

a{color: #000000;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  color: #000000;
  font-size: 14px;
  font-family: 'Montserrat';
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}
.container{
  max-width: 120px;
  margin: 0 auto;

}
.content{
  min-height: 80px;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
  )
}
menu{
  position: absolute;
  top: 10px;
  left:0 ;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

button {
  outline: none;
  background: none;
  border: none;
}

/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */

body {
  font-weight: 400;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

/* ==========================================================================
   #BACKGROUND
   ========================================================================== */


   .bg-gra-02 {
    background-color: #004990;
}

.btn-floating {
  position: fixed;
  top: 40px; /* Ajusta la posición vertical hacia arriba */
  right: 80px; /* Ajusta la posición horizontal hacia la derecha */
  width: 40px; /* Ajusta el tamaño del botón según sea necesario */
  height: 40px; /* Ajusta el tamaño del botón según sea necesario */
  border-radius: 50%; /* Hace que el botón sea circular */
  background-color: #0C356A; /* Color de fondo rojo */
  color: white; /* Color del icono */
  text-align: center; /* Centra el contenido del botón */
  line-height: 53px; /* Centra verticalmente el contenido del botón */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para un efecto de elevación */
  z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
  transition: all 0.3s ease; /* Agrega una transición suave */
}

.btn-floating i {
  font-size: 10px; /* Tamaño del ícono */
  line-height: 30px; /* Alinea verticalmente el ícono */
}

.btn-floating {
  width: 40px; /* Ancho del botón */
  height: 40px; /* Alto del botón */
  border-radius: 50%; /* Forma circular */
}



.btn-floating:hover {
  background-color: rgb(255, 196, 0); /* Cambia el color de fondo al pasar el ratón sobre el botón */
  transform: scale(1.1); /* Agranda ligeramente el botón al pasar el ratón sobre él */
}

.logo-tuvacol{
  width: 100%;
  height: 40%;

}

.logo {
float: left;
background-repeat: no-repeat;
content: "";
display: block;
height: 300px;
left: 60%;
margin-left: 100px;
position: left;
bottom: 31px;
}

@media only screen and (max-width: 768px) {
  .logo {
    width: 10%;
    height: auto;
    margin-left: 0;
    position: static;
    bottom: auto;
    margin-top: 0;
  }

  .logo img {
    width: 440%;
}

  }

/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-100 {
  padding-top: 100px;
}

.p-t-130 {
  padding-top: 130px;
}

.p-t-180 {
  padding-top: 180px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-15 {
  padding-top: 15px;
  position: center;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-r-45 {
  margin-right: 45px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.wrapper {
  margin: 0 auto;
}

.wrapper--w960 {
  max-width: 960px;
}

.wrapper--w780 {
  max-width: 780px;
}

.wrapper--w680 {
  max-width: 900px;
}



/* ==========================================================================
   #BUTTON
   ========================================================================== */
   .btn {
    font-family: 'FuturaBTK';
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    position: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
  }

  .btn--blue {
    height: 40px;
    border-radius: 10px;
    width: 20%;
    background: #004990;
  }
  
  .btn--blue:hover {
    color:#004990 ;
    background: #FFD400;
  }

/* ==========================================================================
   #FORM
   ========================================================================== */
input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

.input--style-4 {
  line-height: 40px;
  background: #f3f3f3;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #000000;
  font-family: 'Montserrat';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.input--style-4::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}

.input--style-4:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity: 1;
}

.input--style-4::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  opacity: 1;
}

.input--style-4:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

.input--style-4:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}



.label {
  font-family: 'FuturaBTK';
  font-weight: normal;
  margin-top: 1%;
  padding: 5px;
  font-size: 16px;
  color: #00014e;
  text-transform: capitalize;
  display: block;
  margin-bottom: 1px;

}
.exito {
	display: none;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.exito.activo {
	display: flex;
}

.exito svg {
	width: 50px;
	height: 50px;
	color: var(--primario);
}


/* ==========================================================================
   #SELECT2
   ========================================================================== */
   .select--no-search .select2-search {
    display: none !important;
  }
  
  .rs-select2 .select2-container {
    width: 100% !important;
    outline: none;
    background: #ebebeb;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .rs-select2 .select2-container .select2-selection--single {
    outline: none;
    border: none;
    height: 40px;
    background: transparent;
  }

  .subtitle {
    font-family: 'FuturaBTK';
    font-weight: normal;
    font-size: 24px;
    padding: 10px;
  }
  
  .rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-family: 'Montserrat' sans-serif;
    font-weight: 500;
    padding-left: 0;
    color: #000000;
    font-size: 14px;
    font-family: inherit;
    padding-left: 22px;
    padding-right: 50px;
  }
  
  .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    font-family: 'Montserrat';
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  
.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Font Awesome 5 Free";
  content: '\f078'; /* Código de un icono de Font Awesome */
  font-weight: 900;
  font-size: 12px;
  color: #020202;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
  
  .rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  
  .select2-container--open .select2-dropdown--below {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #fffcfc;
    margin-top: 5px;
    overflow: hidden;
  }
  
  .select2-container--default .select2-results__option {
    padding-left: 22px;
  }
  
  /* ==========================================================================
     #TITLE
     ========================================================================== */
     .title5 {
      font-family: 'FuturaBTK';
      font-weight: bold;
      margin-top: -5%;
      margin-left: -4%;
      font-size: 24px;
      color: #19005e;
      font-weight: 900;
      padding: 10px;
      margin-bottom: -15px;
  }
  
  /* Consulta de medios para pantallas con un ancho máximo de 768px (típicamente dispositivos móviles) */
  @media only screen and (max-width: 768px) {
      .title5 {
          margin-bottom: 0; /* Eliminar el margen inferior en dispositivos móviles */
      }
  }
  
  
     .title {
    width: auto;
    text-align: left;
    font-size: 24px;
    color: #19005e;
    font-weight: 900;
    padding: 0;
    
    margin-bottom: 40px;
  }
  /* ==========================================================================
     #CARD
     ========================================================================== */
  .card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
  }
  
  .card-4 {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  }
  
  .card-4 .card-body {
    padding: 57px 65px;
    padding-bottom: 65px;
  }
  
  @media (max-width: 767px) {
    .card-4 .card-body {
      padding: 50px 40px;
    }
  }
    
    
    @media (max-width:720px){
    .footer{
    text-align:left;
    padding:5%;
    }
    .footer .row ul li{
    display:block;
    margin:10px 0px;
    text-align:left;
    }
    .footer .row a i{
    margin:0% 3%;
    }
    }
    
    .radio-container {
      display: inline-block;
      position: relative;
      padding-left: 35px;
      margin-right: 20px;
      cursor: pointer;
      font-size: 16px;
      user-select: none;
  }

  .radio-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
  }

  .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: #FFD400;
      transition: background-color 0.3s ease;
  }

  .radio-container input:checked ~ .checkmark {
      background-color: #0C356A;
  }

  .checkmark:after {
      content: "";
      position: absolute;
      display: none;
  }

  .radio-container input:checked ~ .checkmark:after {
      display: block;
  }





    
