html {
    font-family: "Titillium Web", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; 
}

body {
  margin: 0;
  overflow-x: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
img,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  scroll-behavior: smooth; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

header, main, footer {
  width: 100%; }

section {
  display: block;
  padding: 40px 0;
  position: relative;
  width: 100%; }

ul {
  padding: 0;
  margin: 0; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.75em;
  font-weight: 400;
  background-color: #FF7212;;
  font-size: 16px;
  overflow-x: hidden;
}

header {
  border-bottom: 5px solid rgba(0, 0, 0, 0.5); 
  background-color: #FAFAFA;
}

a{
  text-decoration: none;
  font-weight: bold;
}

.fw {
  width: 100%; }

.inner_container {
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }

.inner_container h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600; }

.box {
  max-width: 1280px;
  margin: auto;
  display: block; }

.header_content {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 70px; }

.header_cont_logo {
  text-align: left; }

.header_cont_logo figure {
  margin: 0;
  padding: 0; }

.header_cont_buttons {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header_cont_buttons a {
  color: #FFFFFF; 
}

.btns_wrapper {
  padding: 0; }

.btns_wrapper button:first-child {
  margin-right: 5px; }

.btns_wrapper button:first-child > a {
  display: flex;
  justify-content: center; }

.btns_wrapper button:last-child {
  margin-left: 5px; }

.btns_wrapper button:last-child a {
  display: flex;
  align-items: center; }

.head_icon {
  display: inline-flex;
  margin: 0 10px 0 0;
  height: 17px;
}

.slide_space form button.main_button {
    justify-content: center; 
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.082); }

.main_button {
  display: inline-flex;
  align-items: center;
  border-radius: 80px;
  padding: 8px 20px;
  border: none;
  color: #FFFFFF;
  margin: 0;
  cursor: pointer;
  position: relative;
  will-change: background-position;
  background-size: 210% 100%;
  background-position: 99% center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07); }

.main_button:hover {
  background-position: 0 center; }
  .main_button:focus {
    border: 3px solid #d15807; }
.orange {
  background-color: #FF7212;
  background-image: linear-gradient(100deg, #ee6409 50%, #FF7212 50%); }

.flex_container button.main_button {
  width: 80%;
  justify-content: center;
  border-radius: 8px; }

.top_container{
  width:100%;
  margin-left:0px;
  margin-right:0px;
  margin-top:-7px;
  background-size: cover;
  z-index:-10;
  background-position: bottom;
}
.top_container_img{
  width:103%;
  margin-left:-15px;
  margin-bottom:0px;
  overflow: hidden;
  overflow-x: hidden;
  object-fit: contain;
  position:absolute;
  z-index:-10;
}
.iframe_insert{
  width:400px;
  height: 597px;
  display: flex;
  flex-direction: column;
  background-color: #FAFAFA;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.beneficios_forms{
  background-image: url('../img/background_photo.jpg');
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 1% 1%;
  width:100%;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  padding-left: 0%;
  padding-right: 0%;
  background-size: cover;
  z-index:-10;
  background-position: bottom;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.idse_beneficios ul{
  padding-left: 30px;
}
.idse_beneficios img{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left:10px;
  width: 80%;
}

.column1 {
  float: left;
  width: 50%;
  height: fit-content;
  padding: 40px;
  padding-left:150px;
  color:#FAFAFA;
}

.column2 {
  float: left;
  width: 50%;
  height: fit-content;
  padding: 40px;
  padding-right:150px;
  padding-bottom: 0px;
  margin-left: 220px;
  margin-right: 0px;
  color:#FAFAFA;
}

.title{
  font-size: 60px;
  font-weight: bolder;
  color:#FAFAFA;
  margin-top:30px;
}
.title span{
  color:#FC954F;
}

.ben_title{
  text-align:left
}

.beneficios_pymes{
  font-size: 25px;
  font-weight: bolder;
  color:#FAFAFA;
  background-color: #000;
  padding:15px;
  width:fit-content;
  box-shadow: -5px 5px #FC954F;
  margin-bottom: 115px;
}

.iframe_insert{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slide_space {
  width: 32%; 
}
  
.slide_space h1 {
    color: #FF7212;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 3.5rem;
    font-weight: 600; 
}

.slide_space p {
    color: #FFFFFF;
    font-size: 1.2rem; 
}

.slide_space p span {
    background-color: #FFFFFF;
    color: #000000;
    padding: 0 6px;
    display: block;
    width: fit-content; 
}

.slide_space .form_title {
    color: #000000;
    font-size: 1.9em;
    text-align: center;
    font-weight: 600;
    width: 95%;
    margin: auto;
    margin-bottom: 10px; 
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.13)
}

.slide_space form {
    display: flex;
    flex-direction: column;
    background-color: #FAFAFA;
    padding: 10px;
    border-radius: 8px;
    position: relative; 
}

.slide_space form button.main_button {
    justify-content: center; 
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.082); 
}

.slide_space form p {
    text-align: center;
    color: #000000;
    font-size: 1em;
    margin: 3px 0; 
}

.slide_space form input {
    background-color: #FFFFFF;
    padding: 6px 20px;
    height: 36px;
    line-height: 36px;
    margin: 7px 0;
    border: none;
    border-radius: 60px; 
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.082);
}

.slide_space form .rectangle_orange {
    border-radius: 8px; 
}

.slide_space form .radio_title {
    color: #FF7212;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; 
}

.slide_space form .radio_info {
    font-size: 14px;
    font-style: italic; 
}

.slide_space form p.campos_obligatorios {
    color: #FF7212;
    width: 100%;
    text-align: right;
    font-size: 0.8em; 
    margin-top: 0px;
    margin-bottom: 15px;
}

.iframe_insert{
  width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contenedor_formulario{
  width:94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: auto;
  height:fit-content;
  color:#333333;
}

.btn_disable {
  opacity: 0.6;
  pointer-events: none; 
}

.form_text{
  font-weight:lighter;
  color: #000000;
  font-size: 1.0rem;
  text-align: center;
  width: 95%;
  margin: auto;
  margin-bottom: 10px;
}
.form_shape{
  background-color: #FFFFFF;
  padding: 6px 10px;
  height: 36px;
  line-height: 36px;
  margin: 7px 0;
  border: none;
  border-radius: 4px; 
}

.section_slide_radio {
  border-radius: 5px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #D1D1D1;
  border-radius: 8px; 
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.082);
}

.section_slide_radio .radio-buttons {
  position: relative;
  background: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin: 0.7em;
  padding: 0;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 96%; 
}

.section_slide_radio .radio-buttons input[type="radio"] {
  display: none; 
}

.section_slide_radio .radio-buttons label {
  cursor: pointer;
  z-index: 1;
  padding: 0;
  width: 50%;
  color: #707070;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  line-height: 1em; 
}

.section_slide_radio .radio-buttons label span {
    display: block; 
}

.section_slide_radio .radio-buttons .slider {
  position: absolute;
  width: 49%;
  height: 64px;
  border-radius: 8px;
  transition: all 0.4s ease; 
}

.section_slide_radio .radio-buttons .first:checked ~ .slider {
  background: #3F3F3F;
  left: 0px; 
}

.section_slide_radio .radio-buttons .second:checked ~ .slider {
  background: #3F3F3F;
  color: #FFFFFF;
  right:0px;
}

.section_slide_radio .radio-buttons .second:checked + label {
  color: #FFFFFF; 
}

.section_slide_radio .radio-buttons .first:checked + label {
  color: #FFFFFF; 
}

.checkbox_info{
  margin-top:20px;
  margin-bottom: 0px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.container_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
}

.container_check p{
  font-size: small;
}

.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_check:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 8px;
}

.container_check input:checked ~ .checkmark {
  background-color: #FF7212;
  border-radius: 8px;
}
.container_check:focus input ~ .checkmark {
  background-color: #ccc;
  border-radius: 8px;
}

.container_check input:checked ~ .checkmark:after {
  display: block;
}

.container_check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container_check p{
  font-size:12px;
  text-align: left;
}

.como_funciona{
  width: 92%;
  margin-top: -40px;
  text-align: center;
  color:#FAFAFA;
  background-color: #FF7212;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  margin:0px 20px 0px 45px;
}

.grid-item {
  background-color: #FAFAFA;
  color:#333333;
  border: none;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  margin:30px;
  z-index:20;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 8%);
}

.grid-item img{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}

.grid-item h3{
  color: #FF7212;
  font-size: 25px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.paquetes2{
  background-color: #ffffff;
  border-radius: 0px;
  margin-right:0px;
  padding-right:0px;
  box-shadow: inset  8px 6px 6px rgb(0 0 0 / 8%);
}
.paquetes2 h1{
  margin-top:0px;
  color:#FF7212;
  padding-top:30px;
  text-align: center;
}

.grid-container-paquetes {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  margin:0px 150px;
}

.grid-item-paquetes {
  background-color: #FAFAFA;
  color:#333333;
  border: none;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  margin:90px;
  margin-top:30px;
  margin-bottom:30px;
  z-index:20;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 8%);
}
.grid-item-paquetes h3{
  color: #FF7212;
  font-size: 25px;
  margin-bottom: 0px;
  margin-top: 10px;
}


.list-beneficios{
  margin-bottom: 20px;;
  position: relative;
}

.cotizacion{
  color:white; font-weight: bold;
  padding:3px;
  text-decoration: none;
}

.paquetes2{
  background-color: #ffffff;
}
.paquetes2 h1{
  padding-top:30px;
  margin-bottom:0px;
  text-align: center;
  color: #FF7212;
}
.paquetes2 span{
  color:#5F5F5F;
}
.paquetes2 ul{
  text-align: left;
  padding-left:70px;
  padding-right:70px;
}
.paquetes2 p{
  font-size: 15px;
  padding-left:50px;
  padding-right:50px;
}

.center{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding-bottom: 50px;
}

.call_us{
  font-size: larger;
  padding-bottom: 20px;
  padding-top: 20px;
}
.call_us span{
color: #FF7212;
font-weight: bold;
}

footer {
  background-color: #FF7212;
  color: #fff;
  background-image: url(../img/footer_back.svg);
  background-repeat: no-repeat;
  background-position: 130% 0;
  background-size: cover; }
  footer div img {
    margin: auto;
    float: right; }

.foooter_grid {
  display: grid;
  grid-template-columns: 9fr 3fr;
  margin: 40px auto;
  width: 100%; }
  .foooter_grid div p {
    margin: 0;
    font-weight: 600;
    line-height: 20px; }
    .foooter_grid div p a {
      color: #FFFFFF;
      font-weight: 400; }

form{
  border: none;
}

.alert_input {
  border: 1px solid #FF7212 !important; }

  .contenedor_exito {
    display: none;
    min-height: 495px;
    border-radius: 8px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: auto;
    text-align: center;
    font-weight: bold;
    font-size: larger;
    padding:40px;
    color:#333333;
    height:fit-content;}
  .contenedor_exito a{
    color: #FAFAFA;
  }
    .button_exito{
      position: absolute;
     bottom:30px;
     padding:10px;
     left:50px;
     right:auto;
    }
  
  .contenedor_error {
    display: none;
    min-height: 495px;
    border-radius: 8px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: auto;
    text-align: center;
    font-weight: bold;
    font-size: larger;
    padding:40px;
    color:#333333;
    height:fit-content;}
    .contenedor_exito a{
      color: #FAFAFA;
    }
      .button_error{
        position: absolute;
     bottom:30px;
     padding:10px;
     left:50px;
     right:auto;
      }

.white{
  background-color: #ffffff;
  padding:18px;
  box-shadow: inset 8px 6px 6px rgb(0 0 0 / 8%);
}