@charset "UTF-8";
/**
*
* @author: PixelCR
* Date: Jul - 2020
*
*/
/* GENERAL */
/* FONTS */
@font-face {
  font-family: 'avenir';
  src: url("../fonts/avenir-light.otf");
  font-weight: 100;
}

@font-face {
  font-family: 'avenir';
  src: url("../fonts/avenir-black.otf");
  font-weight: 800;
}

@font-face {
  font-family: 'script';
  src: url("../fonts/script.otf");
}

/* reset */
*, *::after, *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: 'Avenir', arial, Verdana, Geneva, Tahoma, sans-serif !important;
  font-weight: 100;
  color: #4d4d4d;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label {
  font-family: 'Avenir', arial, Verdana, Geneva, Tahoma, sans-serif !important;
}

li {
  list-style: none;
}

ul, li {
  font-family: 'Avenir', arial, Verdana, Geneva, Tahoma, sans-serif !important;
}

a {
  text-decoration: none;
}

.container-fluid {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col-3 {
  width: 25% !important;
}

.col-4 {
  width: 33% !important;
}

.col-6 {
  width: 50% !important;
}

.col-12 {
  width: 100% !important;
  margin: 0 auto;
}

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

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify {
  align-items: center!important;
  justify-content: space-between!important;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pb-4 {
  padding-bottom: 40px;
}

.my-4 {
  margin: 40px 0;
}

.my-2 {
  margin: 20px 0;
}

.mx-1 {
  margin: 0 10px;
}

.p-2 {
  padding: 25px;
}

.py-2 {
  padding: 25px 0 !important;
}

.img-fluid {
  width: 100%;
}

body:not(.elementor-editor-active) .contenido-oculto,
body:not(.elementor-editor-active) .d-none,
body:not(.elementor-editor-active) .movil {
  display: none;
}

#content {
  min-height: calc(100vh - 150px - 329.767px);
}

.h-100 {
  min-height: calc(100vh - 358.75px - 150px);
}

.landing-h-100 {
  min-height: calc(100vh - 330px - 111px);
}

.overflow-y {
  overflow-y: scroll;
}

body:not(.elementor-editor-active) .bp-modal > .elementor-container > .elementor-row > .elementor-element > .elementor-column-wrap > .elementor-widget-wrap:first-of-type {
  margin-top: unset !important;
}

.no-ocultar {
  display: block !important;
}

/*  TEXTS  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.text-black {
  font-weight: 800;
}

.text-white {
  color: white;
}

.text-orange {
  color: #db7d1e;
}

.text-purple {
  color: #763085;
}

.text-dark {
  color: #4d4d4d;
}

.text-script h1, .text-script h2, .text-script h3 {
  font-family: 'script' !important;
  font-weight: normal !important;
}

.tabla-icono i.fas {
  border: 3px solid purple;
  border-radius: 100px;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*  BACKGROUNDS  */
.bg-white {
  background: #FFF;
}

.bg-orange {
  background: #db7d1e;
}

.bg-light {
  background: #EDEEF4;
}

.bg-orange__g {
  background: #db5f14;
  background: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ef9a1c));
  background: linear-gradient(90deg, #ff7900 0%, #ef9a1c 100%);
}

.bg-purple__g {
  background: #763085;
  background: -webkit-gradient(linear, left top, right top, from(#651480), to(#8b34b0));
  background: linear-gradient(90deg, #651480 0%, #8b34b0 100%);
}

.bg-purple {
  background-color: #763085;
}

.bg-lightpurple {
  background-color: #955ba6;
}

/*  BUTTONS  */
button {
  font-family: 'Avenir', arial, Verdana, Geneva, Tahoma, sans-serif;
}

.elementor-button, .btn {
  border-radius: 100px !important;
}

.btn {
  border: none;
  padding: 7px 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn:hover {
  cursor: pointer;
}

.elementor-widget-form .elementor-buttonlabel, .elementor-widget-form .elementor-button {
  font-family: 'Avenir', arial, Verdana, Geneva, Tahoma, sans-serif !important;
}

.btn-orange, .btn-orange .elementor-widget-container {
  background: #db7d1e;
  background: -webkit-gradient(linear, left top, right top, from(#ef9a1c), color-stop(50%, #ff7900), to(#ef9a1c));
  background: linear-gradient(90deg, #ef9a1c 0%, #ff7900 50%, #ef9a1c 100%);
  color: #FFF;
}

.btn-orange:hover, .btn-orange .elementor-widget-container:hover {
  background-position: 200px;
}

.btn-purple {
  background: #763085;
  background: -webkit-gradient(linear, left top, right top, from(#8b34b0), color-stop(50%, #651480), to(#8b34b0));
  background: linear-gradient(90deg, #8b34b0 0%, #651480 50%, #8b34b0 100%);
  color: #FFF;
}

.btn-outline-orange {
  background: none !important;
  border: 1px solid #db7d1e;
  color: #db7d1e !important;
}

.btn-outline-orange:hover {
  background: #ef9a1c !important;
  color: #FFF !important;
}

.btn-outline-purple {
  background: none !important;
  border: 1px solid #763085;
  color: #763085 !important;
}

.btn-outline-purple:hover {
  background: #763085 !important;
  color: #FFF !important;
}

.elementor-button-link {
  background-position: center;
}

.elementor-button-link:hover {
  background-position: 400px !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* orange button */
.elementor-widget-button .elementor-button {
  background: #db7d1e;
  background: -webkit-gradient(linear, left top, right top, from(#ef9a1c), color-stop(50%, #ff7900), to(#ef9a1c));
  background: linear-gradient(90deg, #ef9a1c 0%, #ff7900 50%, #ef9a1c 100%);
  border: none !important;
}

/* purple button */
.elementor-element.elementor-button-info .elementor-button {
  background-color: #763085 !important;
  background: #763085;
  background: -webkit-gradient(linear, left top, right top, from(#651480), color-stop(50%, #8b34b0), to(#651480));
  background: linear-gradient(90deg, #651480 0%, #8b34b0 50%, #651480 100%);
}

/* outline */
.elementor-element.elementor-button-success .elementor-button {
  background: transparent !important;
  color: #db7d1e !important;
  border: 1px solid #db7d1e !important;
}

.elementor-element.elementor-button-success .elementor-button:hover {
  background-position: 200px;
  background: #db7d1e !important;
  color: #FFF !important;
}

.elementor-element.elementor-button-warning .elementor-button {
  background: transparent !important;
  border: 1px solid #763085 !important;
  color: #763085 !important;
  border-radius: 100px;
}

.elementor-element.elementor-button-warning .elementor-button:hover {
  background-position: 200px;
  background: #763085 !important;
  color: #FFF !important;
}

/* Orange form */
.elementor-widget-form .elementor-button {
  font-weight: 400 !important;
}

.btn-informes .elementor-button-link:hover::after {
  -webkit-animation: none !important;
          animation: none !important;
}

#submit-advanced-search, #bp-show-advanced-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

[mostrar]:hover {
  cursor: pointer;
}

/* FORMS  */
textarea {
  padding: 20px;
}

label, input, textarea, select {
  font-family: 'Avenir', arial, Verdana, Geneva, Tahoma, sans-serif !important;
}

input[type=number] {
  -moz-appearance: textfield !important;
       appearance: textfield !important;
  -webkit-appearance: none !important;
}

input, textarea, select {
  border-radius: 100px !important;
}

textarea {
  border-radius: 30px !important;
}

/* Foms with not background */
.form-blank input:not([type="checkbox"]), .form-blank textarea, .form-blank select {
  background: none !important;
  font-family: 'Avenir', arial, Verdana, Geneva, Tahoma, sans-serif !important;
}

form input[disabled="disabled"] {
  opacity: .3 !important;
}

body.elementor-editor-active #bp-search-modal {
  display: none !important;
}

#bp-search-modal form, .search-form form {
  border-radius: 100px;
  overflow: hidden;
  width: 70%;
  border: 1px solid #EDEEF4;
  margin: 30px 0;
}

input:focus {
  outline: none !important;
}

#bp-search-modal input, #bp-search-modal button, .search-form input, .search-form button {
  height: 54px !important;
  border: 1px solid #EDEEF4;
}

#bp-search-modal input[type="search"], .search-form input[type="search"] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#bp-search-modal input[type="search"]::-webkit-search-cancel-button, .search-form input[type="search"]::-webkit-search-cancel-button {
  color: gray;
  padding-right: 20px;
}

#bp-search-modal #modal-seach__input, .search-form #modal-seach__input {
  padding-left: 40px;
  font-size: 24px;
  width: 96%;
  color: #7A7A7A;
  background: #f2f2f2;
}

#bp-search-modal span, .search-form span {
  display: none !important;
}

#bp-search-modal button[type="submit"], .search-form button[type="submit"] {
  background: #f2f2f2;
  width: 11% !important;
  border-radius: 30px;
  position: absolute;
  right: 34px;
  top: -13px;
  height: 42px !important;
  border: none;
}

#bp-search-modal a, .search-form a {
  color: white;
  font-size: 58px;
  margin-left: 25px;
}

#search-form button[type="submit"] {
  display: none !important;
}

.elementor-field-type-upload {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}

.elementor-field-type-upload input {
  width: 100%;
  padding: 10px;
  border: 1px solid gray;
}

.elementor-field-type-upload::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  background: #4f4f4f;
  color: white;
  height: 100%;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Home */
.home .elementor-field-group .elementor-select-wrapper select {
  font-family: 'Avenir', arial, Verdana, Geneva, Tahoma, sans-serif !important;
}

form button {
  margin-top: 20px !important;
}

button:focus {
  outline: none !important;
}

.elementor-button[type="submit"] {
  background: #db7d1e !important;
  background: -webkit-gradient(linear, left top, right top, from(#ff7900), color-stop(50%, #ef9a1c), to(#ff7900)) !important;
  background: linear-gradient(90deg, #ff7900 0%, #ef9a1c 50%, #ff7900 100%) !important;
  cursor: pointer;
}

/* Purple form */
.form-purple input:focus, .form-purple textarea:focus, .form-purple select:focus, .form-morado input:focus, .form-morado textarea:focus, .form-morado select:focus {
  border: 1PX solid #763085 !important;
}

.form-purple .elementor-field-type-checkbox .elementor-field-option, .form-purple .elementor-field-type-acceptance .elementor-field-option, .form-morado .elementor-field-type-checkbox .elementor-field-option, .form-morado .elementor-field-type-acceptance .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.form-purple input[type="checkbox"], .form-morado input[type="checkbox"] {
  width: 0;
  height: 0;
  margin-right: 17px;
}

.form-purple input[type="checkbox"]::before, .form-morado input[type="checkbox"]::before {
  content: '';
  display: inline-block;
  position: relative;
  right: 1px;
  margin-right: 10px;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  border: none !important;
}

.form-purple input[type="checkbox"]:hover::before, .form-morado input[type="checkbox"]:hover::before {
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.form-purple input[type="checkbox"]:checked::before, .form-morado input[type="checkbox"]:checked::before {
  background: #8b34b0;
  -webkit-transition: .2s;
  transition: .2s;
}

.form-purple .elementor-field-group-accept label, .form-morado .elementor-field-group-accept label {
  margin-left: 12px;
}

/* form button */
.form-purple .elementor-button[type="submit"], .form-morado .elementor-button[type="submit"] {
  background: #763085 !important;
  background: -webkit-gradient(linear, left top, right top, from(#651480), color-stop(50%, #8b34b0), to(#651480)) !important;
  background: linear-gradient(90deg, #651480 0%, #8b34b0 50%, #651480 100%) !important;
  cursor: pointer;
}

/* Orange form */
.form-orange input:focus, .form-orange textarea:focus, .form-orange select:focus {
  border: 1PX solid #db7d1e;
}

.form-orange .elementor-field-type-checkbox .elementor-field-option, .form-orange .elementor-field-type-acceptance .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.form-orange input[type="checkbox"] {
  content: '';
  display: inline-block;
  position: relative;
  right: 3px;
  margin-right: 10px;
  top: -1px;
  width: 17px;
  height: 18px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2) !important;
  border: none !important;
  z-index: 1;
}

.form-orange input[type="checkbox"]::before {
  content: '';
  display: inline-block;
  position: relative;
  right: 0px;
  margin-right: 10px;
  top: 0px;
  width: 17px;
  height: 18px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2) !important;
  border: none !important;
  z-index: 1;
}

.form-orange input[type="checkbox"] {
  -webkit-appearance: attachment;
}

.form-orange input[type="checkbox"]:hover::before {
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.form-orange input[type="checkbox"]:checked::before {
  background: #ef9a1c !important;
  -webkit-transition: .2s;
  transition: .2s;
}

.form-orange .elementor-field-group-accept label {
  margin-left: 12px;
}

.form-productos .elementor-field-type-checkbox {
  width: 33%;
}

.form-orange .elementor-button[type="submit"] {
  background: #db7d1e !important;
  background: -webkit-gradient(linear, left top, right top, from(#ef9a1c), color-stop(50%, #ff7900), to(#ef9a1c)) !important;
  background: linear-gradient(90deg, #ef9a1c 0%, #ff7900 50%, #ef9a1c 100%) !important;
  cursor: pointer;
}

.form-orange select, .form-orange textarea {
  background-repeat: no-repeat !important;
}

.form-morado select, .form-morado textarea, .form-purple select, .form-purple textarea {
  background-repeat: no-repeat !important;
}

.form-purple.form-split .elementor-field-group-hr, .form-purple.form-split .elementor-field-group-hr_2 {
  border-bottom: 1px solid #763085;
  margin: 15px 0 25px;
}

.form-purple.form-split .elementor-field-group-hr .elementor-screen-only, .form-purple.form-split .elementor-field-group-hr_2 .elementor-screen-only {
  position: unset !important;
  width: unset;
  height: unset;
  margin: unset;
  padding: 0;
  overflow: visible;
  border: 0;
  color: #763085;
  padding-left: 40px;
  margin-bottom: 15px;
  cursor: text !important;
}

.form-purple.form-split .elementor-field-group-hr input, .form-purple.form-split .elementor-field-group-hr_2 input {
  display: none !important;
}

.form-purple.form-split .elementor-field-type-acceptance {
  margin-top: 30px !important;
}

.elementor-field-type-acceptance {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* TABLES */
table, .eael-data-table thead tr th, .eael-data-table tbody tr td {
  font-family: 'Avenir', Arial, Helvetica, sans-serif;
  overflow: scroll;
}

/* Tabla con filtros */
.ea-advanced-data-table {
  border: none !important;
}

.ea-advanced-data-table thead {
  background: none !important;
  border: 1px solid #EDEEF4;
  border-right: none !important;
  border-left: none !important;
}

.ea-advanced-data-table tbody tr:nth-of-type(odd) td {
  background: #EDEEF4 !important;
}

.ea-advanced-data-table tbody tr:nth-of-type(odd) td:first-child {
  border-top-left-radius: 25px;
}

.ea-advanced-data-table tbody tr:nth-of-type(odd) td:last-child {
  border-top-right-radius: 25px;
}

.ea-advanced-data-table tbody tr:nth-of-type(odd) td:first-child {
  border-bottom-left-radius: 25px;
}

.ea-advanced-data-table tbody tr:nth-of-type(odd) td:last-child {
  border-bottom-right-radius: 25px;
}

.ea-advanced-data-table tbody td {
  padding: 20px !important;
}

.ea-advanced-data-table tbody td a {
  color: #db7d1e !important;
}

.ea-advanced-data-table-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  height: 80px !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.ea-advanced-data-table-pagination a {
  height: 40px;
  width: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border-radius: 100px !important;
  margin: 0 05px !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.ea-advanced-data-table-pagination a:first-of-type {
  border-color: lightgray !important;
  border-width: 1px !important;
  height: 40px;
  width: 40px;
}

.ea-advanced-data-table-pagination .ea-advanced-data-table-pagination-current {
  font-size: 28px !important;
  height: 60px;
  width: 60px;
}

/*  HEADER */
#bp-header {
  -webkit-box-shadow: 0px 2px 5px #d5cecb;
          box-shadow: 0px 2px 5px #d5cecb;
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

#bp-header .col-12 {
  padding: 0 30px;
}

#bp-header .bg-orange__g {
  height: 100px;
}

#bp-header .widget {
  font-weight: 800;
  height: 100%;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bp-header nav:last-of-type {
  max-width: 1240px;
}

#bp-header #menu-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

#bp-header #menu-top-menu li {
  padding: 15px 40px;
}

#bp-header #menu-top-menu li a {
  color: #4d4d4d;
}

#bp-header #menu-top-menu li.active {
  border-bottom: 5px solid #db7d1e;
}

#bp-header #menu-top-menu li.active a {
  color: #db7d1e;
}

#bp-header .widget-content {
  height: 20px;
  overflow: hidden;
  position: relative;
}

#bp-header .widget-content .widget-content__text {
  position: relative;
  -webkit-animation: 7s slide-up linear infinite;
          animation: 7s slide-up linear infinite;
}

#bp-header #breadcrumbs a {
  color: #4d4d4d !important;
}

@-webkit-keyframes slide-up {
  0% {
    top: 0;
  }
  40% {
    top: 0;
  }
  50% {
    top: -20px;
  }
  90% {
    top: -20px;
  }
  100% {
    top: 0;
  }
}

@keyframes slide-up {
  0% {
    top: 0;
  }
  40% {
    top: 0;
  }
  50% {
    top: -20px;
  }
  90% {
    top: -20px;
  }
  100% {
    top: 0;
  }
}

/* Fill width image */
.w-100 img {
  max-width: unset;
  width: 100%;
}

#h-100 {
  min-height: calc(100vh - 155px);
}

.cajas-informes .elementor-accordion .elementor-tab-title {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 32px;
}

#frecuentes .elementor-accordion .elementor-tab-title {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 32px;
  margin-bottom: 20px;
}

.accordion-purple .elementor-accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border: none !important;
}

.accordion-purple .elementor-accordion .elementor-tab-content {
  padding: 0 !important;
  border-top: none !important;
}

.accordion-purple .elementor-accordion .elementor-tab-title {
  border-radius: 100px;
  background: #763085;
  background: -webkit-gradient(linear, left top, right top, from(#651480), to(#8b34b0));
  background: linear-gradient(90deg, #651480 0%, #8b34b0 100%);
  text-align: center;
  margin-top: 20px;
  padding: 12px 20px !important;
}

.accordion-purple .elementor-accordion .elementor-tab-title span {
  display: none !important;
}

.accordion-purple .elementor-accordion .elementor-tab-title a {
  font-weight: normal !important;
  color: #fff !important;
  font-size: 15px;
}

.color-circulos-iconos .elementor-icon {
  background: #db7d1e !important;
  background: -webkit-gradient(linear, left top, right top, from(#ef9a1c), color-stop(50%, #ff7900), to(#ef9a1c)) !important;
  background: linear-gradient(90deg, #ef9a1c 0%, #ff7900 50%, #ef9a1c 100%) !important;
}

#borde-requisitos .elementor-accordion .elementor-accordion-item {
  border-bottom: 1px solid #7A7A7A;
}

.elementor-widget-tabs .elementor-tab-title.elementor-active {
  border-color: black !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px solid black !important;
  background: #763085;
}

.elementor-widget-tabs .elementor-tab-title.elementor-active a {
  color: white !important;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
  border-style: none !important;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.elementor-inner > .elementor-section-wrap {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

#nuestros-servicios {
  scroll-snap-align: center !important;
  scroll-padding: 250px 0 0 0;
}

.close-megamenu {
  display: none;
}

.img-shadow {
  -webkit-filter: drop-shadow(0px 0px 6px #dfdfdf);
          filter: drop-shadow(0px 0px 6px #dfdfdf);
}

body.elementor-editor-active #bp-menu-personas {
  display: none !important;
}

#bp-menu-personas {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  height: 100vh;
  z-index: 9;
}

/* MASKS */
/* Rounded images */
.round-img img {
  border-radius: 500px !important;
  -webkit-transition: 2s;
  transition: 2s;
}

.round-img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.conozca-02-section .cut img{
  mask: url(https://popularseguros.com/wp-content/themes/seguros/assets/img/mask-conozca-02.png);
  -webkit-mask: url(https://popularseguros.com/wp-content/themes/seguros/assets/img/mask-conozca-02.png);
  mask-size: contain !important;
  -webkit-mask-size: contain !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
}

.conozca-01-section .cut img{
  mask: url(https://popularseguros.com/wp-content/themes/seguros/assets/img/mask-conozca-01.png);
  -webkit-mask: url(https://popularseguros.com/wp-content/themes/seguros/assets/img/mask-conozca-01.png);
  mask-size: contain !important;
  -webkit-mask-size: contain !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
}

.home-section .cut img{
  mask: url(https://popularseguros.com/wp-content/themes/seguros/assets/img/mask-home.png);
  -webkit-mask: url(https://popularseguros.com/wp-content/themes/seguros/assets/img/mask-home.png);
  mask-size: contain !important;
  -webkit-mask-size: contain !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
}

/* Home */
#bubble-populares {
  position: relative;
}

.safi-section .cut img {
  -webkit-mask-position: center !important;
          mask-position: center !important;
}

/* .form-section .cut {
  -webkit-filter: drop-shadow(2px -3px 3px #cecece);
          filter: drop-shadow(2px -3px 3px #cecece);
} */

.conozca-01-section .cut img {
  -webkit-mask-position: center !important;
          mask-position: center !important;
}

.conozca-02-section .cut img {
  -webkit-mask-position: center !important;
          mask-position: center !important;
}

.conozca-03-section .cut img {
  -webkit-mask-position: left !important;
          mask-position: left !important;
}

/* BUBBLES */
/* HOME */
.bubbles.elementor-widget {
  position: absolute !important;
  bottom: 10%;
}

.bubbles.elementor-widget img {
  width: 150px;
}

/*  populares */
.populares-section .bubbles.elementor-widget img {
  position: relative;
  left: 20%;
}

/* SLIDERS */
.slick-slider {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-slider:hover .slick-arrow {
  -webkit-animation: arrow .5s infinite alternate;
          animation: arrow .5s infinite alternate;
}

.slick-slider .elementor-accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border: none !important;
}

.slick-slider .elementor-accordion .elementor-tab-content {
  padding: 0 !important;
  border-top: none !important;
}

.slick .elementor-accordion .elementor-tab-title {
  border-radius: 100px;
  background: #db5f14;
  background: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ef9a1c));
  background: linear-gradient(90deg, #ff7900 0%, #ef9a1c 100%);
  text-align: center;
  margin-top: 20px;
  padding: 12px 20px !important;
}

.slick .elementor-accordion .elementor-tab-title span {
  display: none !important;
}

.slick .elementor-accordion .elementor-tab-title a {
  font-weight: normal !important;
  color: #fff !important;
  font-size: 15px;
}

.slick-arrow {
  background: none;
  border: none;
  font-size: 90px !important;
  font-weight: 100;
  color: #763085;
  cursor: pointer;
  position: relative;
  left: 0px;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.slick-arrow.slick-disabled {
  opacity: 0;
  cursor: unset;
}

.slick-orange .slick-arrow {
  color: #db7d1e !important;
}

.slick-next {
  animation-direction: alternate-reverse !important;
}

.services-carousel .elementor-element-populated {
  min-height: 190px;
}

.productos-carousel .elementor-element-populated {
  min-height: 270px;
}

.slick-carousel .elementor-element-populated, .slick-carousel-5 .elementor-element-populated {
  min-height: 310px;
}

.slick-carousel-3 .elementor-element-populated {
  min-height: 380px;
}

.carousel-h-400 .elementor-element-populated {
  min-height: 410px;
}

/* ANIMATIONS */
@-webkit-keyframes arrow {
  0% {
    left: -10px;
  }
  100% {
    right: -10px;
  }
}
@keyframes arrow {
  0% {
    left: -10px;
  }
  100% {
    right: -10px;
  }
}

/*  FOOTER */
footer .bg-lightpurple {
  padding: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .bg-purple {
  padding: 40px 30px 50px;
}

footer .bg-purple .mobile-menus {
  margin: 50px 0;
}

footer ul {
  font-size: .8rem;
  margin-top: 10px;
}

footer ul li {
  padding: 5px 0;
}

footer a {
  color: white;
}

footer .footer-socials p {
  margin-bottom: 15px;
  font-weight: 800;
}

footer .footer-socials .icons a {
  margin: 0 10px;
}

footer .footer-socials .icons a:first-of-type {
  margin-left: 0px;
}

footer .footer-socials .icons a:last-of-type {
  margin-right: 0px;
}

footer .bg-white {
  /* footer bottom */
  padding: 15px 0;
  font-size: 14px;
}

footer .title {
  cursor: pointer;
}

footer .title .arrow {
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

footer .title.active .arrow {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

/* QUERIES */
/**
 * Media max 767
 * md
 */
@media screen and (max-width: 767px) {
  .movil {
    display: block !important;
  }

  .escritorio{
    display: none;
  }
  /* GENERAL */
  .col-md-12 {
    width: 100%;
  }
  .sm-d-none {
    display: none;
  }
  .sm-reverse > .elementor-container .elementor-row {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .col-sm-4 .elementor-row {
    padding: 15px;
  }
  .col-sm-4 .elementor-column {
    width: 33%;
  }
  .overflow-scroll {
    overflow-x: scroll;
  }
  .overflow-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .overflow-scroll::-webkit-scrollbar-thumb {
    background: #763085;
  }
  .overflow-scroll > .elementor-container .elementor-row {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    width: 200% !important;
  }
  .overflow-scroll > .elementor-container .elementor-row .elementor-column {
    width: 400px;
  }
  .card-deck .card {
    width: 100% !important;
  }

  .col-4, .col-3 {
    width: 100% !important;
    margin: 10px 0;
  }
  /* BANNER */
  .banner .elementor-column-wrap {
    width: 80%;
  }
  .banner:first-of-type:not(.elementor-widget-heading) .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  .banner:first-of-type:not(.elementor-widget-heading) p {
    text-align: left !important;
  }
  .banner:first-of-type:not(.elementor-widget-heading) > div {
    min-height: 251px !important;
  }
  .banner:first-of-type:not(.elementor-widget-heading) > div h1, .banner:first-of-type:not(.elementor-widget-heading) > div h2 {
    text-align: left !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .banner:first-of-type:not(.elementor-widget-heading) > div .text-script > div {
    margin: unset !important;
  }
  .banner:first-of-type:not(.elementor-widget-heading) > div .text-script h1, .banner:first-of-type:not(.elementor-widget-heading) > div .text-script h2 {
    font-size: 77px !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .banner:first-of-type:not(.elementor-widget-heading) > div p {
    font-size: 16px;
    padding-bottom: 0px !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .banner:first-of-type:not(.elementor-widget-heading) > div .elementor-widget-button {
    position: relative;
    text-align: center;
    z-index: 3;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .banner:first-of-type:not(.elementor-widget-heading) .elementor-widget {
    margin-bottom: 10px !important;
  }
  .responsive-bg {
    background-size: 100% !important;
    background-position: -110% bottom !important;
  }
  /* //BANER */
  /* MASKS */
  .cut img {
    position: unset !important;
  }
  .bp-posts-grid article {
    width: 100% !important;
  }
  .close-megamenu {
    display: none;
  }
  #h-100 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: unset !important;
  }
  /* FOMRS */
  form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bubbles {
    display: none !important;
  }
  .home .bubbles, .page-id-24 .bubbles {
    display: block !important;
  }
  .chat-modal .col-6 {
    padding: 0 20px;
  }
  .chat-modal .btn-orange {
    padding: 12px 20px !important;
  }
  .slick-carousel-3 p {
    padding: 0 !important;
  }
  /* FOOTER */
  footer .bg-purple {
    padding-bottom: 10px;
  }
  footer ul {
    font-size: 1rem;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  footer .footer-socials {
    text-align: center;
  }
  footer .footer-socials .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  p {
    padding-bottom: 25px !important;
  }
  /* botones */
  .sm-relative .elementor-widget-button {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .sm-relative .elementor-widget-button a {
    width: 100% !important;
    padding: 12px 0 !important;
    cursor: pointer !important;
  }
  /* resultados */
  .results .elementor-widget-html {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 4% !important;
  }
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.card-deck .card {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

.card-deck .image-container {
  border: 1px solid lightgray;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  height: 200px;
  width: 200px;
  max-height: 200px;
  margin-bottom: 5px;
  border-radius: 500px;
}

.card-deck .image-container a {
  width: 100%;
  height: 100%;
}

.card-deck .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0.4);
          filter: grayscale(0.4);
  -webkit-transition: .7s;
  transition: .7s;
}

.card-deck .image-container img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media screen and (max-width: 1024px) {
  /* HEADER */
  #bp-header {
    background: white;
        grid-template-areas: "dropdown logo search menu"
 "widget widget widget widget"
 "sociedades sociedades sociedades sociedades";
    -ms-grid-columns: 33.3% 33.3% 13% 20.4%;
        grid-template-columns: 33.3% 33.3% 13% 20.4%;
    -ms-grid-rows: 90px auto 55px;
        grid-template-rows: 90px auto 55px;
  }
  #bp-header .dropdown .container {
    background: white;
  }
  #bp-header .dropdown .container::after {
    right: 0;
    content: '›';
    color: #db7d1e;
    font-weight: bold;
  }
  #bp-header .dropdown .container:hover {
    background: none !important;
  }
  #bp-header .dropdown .container img {
    max-width: 150px;
    min-width: 80px;
  }
  #bp-header .dropdown.active .container::after {
    right: -7%;
  }
  #bp-header .dropdown.active #menu-top-menu-online {
    top: 100%;
    padding: 20px 0px 20px 0px;
  }
  #bp-header #menu-top-menu-online {
    background: white;
    border-radius: 10px;
    top: 100%;
    padding: 20px 10px;
    width: 130% !important;
  }
  #bp-header #menu-top-menu-online a {
    color: #5d5d5d;
  }
  #bp-header .site-logo {
    display: block;
    width: 100%;
    max-width: 70px;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  #bp-header .site-logo img {
    width: 100%;
    max-width: 70px;
  }
  #bp-header .search-content {
    display: block;
    width: 100%;
  }
  #bp-header .search-content img {
    width: 100%;
    max-width: 50px;
    min-width: 23px;
  }
  #bp-header .hamburger {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: menu;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 99;
  }
  #bp-header .hamburger.active {
    -webkit-transform: scale(0.7) rotateZ(90deg);
            transform: scale(0.7) rotateZ(90deg);
  }
  #bp-header .hamburger.active span {
    background: transparent;
  }
  #bp-header .hamburger.active span::before, #bp-header .hamburger.active span::after {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    top: 0px;
  }
  #bp-header .hamburger.active span::after {
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  #bp-header .widget {
    padding: 10px 0;
    background: #db5f14;
    background: -webkit-gradient(linear, left top, right top, from(#ff7900), to(#ef9a1c));
    background: linear-gradient(90deg, #ff7900 0%, #ef9a1c 100%);
  }
  #bp-header .widget .widget-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
  }
  #bp-header .widget .widget-content .widget-content__text {
    -webkit-animation: none !important;
            animation: none !important;
  }
  #bp-header .widget .widget-content p {
    margin: 0 10px;
  }
  #bp-header .sociedades-section {
    background: #763085;
    padding: 20px;
    width: 100%;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  #bp-header .sociedades-section .sociedad {
    padding: 0 10px;
  }
  #bp-header .sociedades-section .sociedad img {
    max-width: 85px;
    width: 100%;
    min-width: 55px;
  }
  #bp-header .menu-section {
    position: fixed;
    height: 100%;
    width: 100%;
    padding: 20px;
    top: 0;
    left: -9999px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 98;
    -webkit-filter: drop-shadow(1px 1px 3px #7d685c);
            filter: drop-shadow(1px 1px 3px #7d685c);
  }
  #bp-header .menu-section.show {
    left: 0;
  }
  #bp-header .menu-section .menu-top-menu-container {
    width: 100%;
  }
  #bp-header .menu-section nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #bp-header .menu-section #breadcrumbs {
    width: 100%;
  }
  #bp-header .menu-section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 40px;
    position: relative;
    text-align: center;
  }
  #bp-header .menu-section ul li {
    margin: 10px 0;
  }
  .sociedad-header {
    position: unset !important;
    top: 205px;
  }
  .slick-slider .slick-arrow {
    position: absolute !important;
    z-index: 2;
  }
  .slick-slider .slick-next {
    left: 97%;
    -webkit-animation-name: arrow_responsive !important;
            animation-name: arrow_responsive !important;
  }
  @-webkit-keyframes arrow_responsive {
    0% {
      left: 96%;
    }
    100% {
      right: 97%;
    }
  }
  @keyframes arrow_responsive {
    0% {
      left: 96%;
    }
    100% {
      right: 97%;
    }
  }
  #chat-modal {
    padding: 0 10px;
  }
  #chat-modal .modal-body {
    overflow-x: scroll;
  }
  #chat-modal .col-4 {
    margin: 0 20px;
  }
  .titulo-consultas {
    height: auto !important;
  }
  .contenido-consultas {
    height: auto !important;
  }
}

@media screen and (max-width: 480px) {
  .home .banner:first-of-type:not(.elementor-widget-heading) {
    background-position-x: 80% !important;
  }
  /* BANNER */
  .banner .elementor-column-wrap {
    width: 100%;
  }
  .banner:first-of-type:not(.elementor-widget-heading) {
    padding: 30px 20px !important;
  }
  .banner:first-of-type:not(.elementor-widget-heading) .elementor-widget-button > div {
    padding: 0 !important;
  }
  .banner:first-of-type:not(.elementor-widget-heading) .text-script h1, .banner:first-of-type:not(.elementor-widget-heading) .text-script h2 {
    font-size: 55px !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .slick-slider .slick-arrow {
    position: absolute !important;
  }
  .slick-slider .slick-next {
    left: 93%;
    -webkit-animation-name: arrow_responsive !important;
            animation-name: arrow_responsive !important;
  }
  #bp-advanced-search > .row > .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #bp-advanced-search > .row > .col-12 label {
    margin: 10px 0;
  }
  @-webkit-keyframes arrow_responsive {
    0% {
      left: 91%;
    }
    100% {
      right: 93%;
    }
  }
  @keyframes arrow_responsive {
    0% {
      left: 91%;
    }
    100% {
      right: 93%;
    }
  }
}

@media screen and (max-width: 360px) {
  .banner .elementor-column-wrap {
    width: 100%;
  }
  .banner:first-of-type:not(.elementor-widget-heading) .elementor-col-50:nth-child(2) {
    display: none !important;
  }
  .banner:first-of-type:not(.elementor-widget-heading) > div .text-script h1, .banner:first-of-type:not(.elementor-widget-heading) > div .text-script h2 {
    font-size: 55px !important;
  }
}

@media screen and (max-width: 300px) {
  #bp-header .widget {
    text-align: center;
    padding: 15px 0;
  }
  #bp-header .widget .widget-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner:first-of-type:not(.elementor-widget-heading) {
    padding: 30px 20px !important;
  }
}

/**
 * Media min 767
 * < md
 */
@media screen and (min-width: 767px) {
  /* GENERAL */
  .d-md-none {
    display: none;
  }
  .elementor-882 .elementor-element.elementor-element-52aa830 {
    z-index: 3 !important;
  }
  .elementor-882 .elementor-element.elementor-element-52aa830 a {
    cursor: pointer !important;
  }
}

@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .search-content, .dropdown img {
    -webkit-filter: grayscale(100%) brightness(240%);
            filter: grayscale(100%) brightness(240%);
  }
  .sociedad-header .menu li:hover > .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* MODALS */
body.elementor-editor-active .bp-modal {
  background: #5e5e5e;
  -webkit-animation: fade 2s alternate;
          animation: fade 2s alternate;
}

body.elementor-editor-active .bp-modal .elementor-container {
  background: white;
  border-radius: 20px;
}

body:not(.elementor-editor-active) .bp-modal {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-transition: .5s;
  transition: .5s;
}

body:not(.elementor-editor-active) .bp-modal .elementor-container {
  background: #ffffff;
  border-radius: 20px;
}

body:not(.elementor-editor-active) .bp-modal div[bp-dismiss]:hover {
  cursor: pointer;
}

body:not(.elementor-editor-active) .bp-modal .elementor-button {
  padding: 15px 55px;
}

body:not(.elementor-editor-active) .bp-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body:not(.elementor-editor-active) .bp-modal .overflow-y {
  overflow: unset;
}

body:not(.elementor-editor-active) .bp-modal .overflow-y > div {
  overflow-y: auto;
  max-height: 70vh;
}

body:not(.elementor-editor-active) .bp-modal > .elementor-container > .elementor-row > .elementor-element > .elementor-column-wrap > .elementor-widget-wrap:first-of-type {
  overflow: auto;
  max-height: 80vh;
  scrollbar-width: thin !important;
  margin-top: 20px;
}

.elementor-widget-button[bp-toggle="bp-modal"] {
  cursor: pointer !important;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.chat-modal .container {
  padding: 20px;
  border-radius: 20px;
  background: white;
}

.chat-modal .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.chat-modal .content > span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  font-weight: 600;
  color: darkgray;
}

.chat-modal .modal-body {
  width: 100%;
  max-width: 900px;
}

.chat-modal .modal-body > div {
  width: 100%;
}

.chat-modal .btn-orange {
  padding: 12px 120px;
}

.chat-modal .btn-purple {
  padding: 12px 95px;
}

.chat-modal .grid img {
  width: 100%;
  max-width: 200px;
}

[bp-dismiss], [bp-target] {
  cursor: pointer;
}

.eael-data-table tbody > tr:nth-child(2n+1) td, .eael-data-table tbody > tr:nth-child(2n) td, .eael-data-table thead tr th {
  overflow: hidden !important;
}

.movil {
  display: none;
}
/*# sourceMappingURL=style.css.map */
.elementor-field-group .elementor-select-wrapper:before {
  content: url("../img/select.svg") !important;
  width: 17px;
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before {
  /* content: "⌵" !important; */
  content: url("../img/flecha-menu.svg");
  font-style: normal !important;
  font-size: 17px;
  display: block;
  width: 17px;
  position: absolute;
  top: 20px;
}

.noti .elementor-post__read-more {
    background: linear-gradient(
90deg
, #ef9a1c 0%, #ff7900 50%, #ef9a1c 100%);
 padding: 15px 24px;     border-radius: 50px !important;
}

.noti .elementor-post__title {
    height: 60px
}

.noticias .elementor-post__read-more{
    background: linear-gradient(
90deg
, #651480 0%, #8b34b0 50%, #651480 100%);

        padding: 15px 24px;     border-radius: 50px !important;
}

.titulo-linea .elementor-widget-heading .elementor-heading-title {
    height: 60px;
}

.tabla-comparativo .elementor-align-left .elementor-button, .btn-ases .elementor-align-center .elementor-button {
  width: 100% !important;
}

.btn-cuadrados {
  background: linear-gradient(
90deg
, #651480 0%, #8b34b0 50%, #651480 100%);

}

.tabla-comparativo .gris-izq {
    background: #F2F2F2 !important;
    border-radius: 30px 0px 0px 30px;
    margin-right: 2px;
}

.tabla-comparativo .gris-dere {
  background: #F2F2F2 !important;
  border-radius: 0px 30px 30px 0px;
  margin-left: 2px;
}

.tabla-comparativo .img .td-content-wrapper {
  text-align: center;
}

.texto-prod {
  height: 100px;
}

.texto-est {
  height: 80px;
}

.btn-con-mas .elementor-widget-button .elementor-button {
  background: transparent !important;
  border: 1px solid white !important;
  padding: 16px 40px !important;
}

.tabla-comparativo .eael-data-table thead tr th:first-child {
  border-radius: 38px 0px 0px 38px !important;
}

.tabla-comparativo .eael-data-table thead tr th:last-child {
  border-radius: 0px 38px 38px 0px !important;
}

.ea-advanced-data-table tbody tr:nth-of-type(odd) td:first-child {
  border-bottom-left-radius: 25px;
}

.ea-advanced-data-table tbody tr:nth-of-type(odd) td:last-child {
  border-bottom-right-radius: 25px;
}

.eael-data-table tbody tr:nth-of-type(odd) td:first-child {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.eael-data-table tbody tr:nth-of-type(odd) td:last-child {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.form-encuesta input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -3px;
    position: relative;
    background-color: #ef9a3d;
    content: '';
    display: inline-block;
    visibility: visible;
}
.asociaciones .elementor-heading-title {
    height: 60px;
}

.asociaciones .elementor-text-editor {
    height: 85px;
}

#icono-prod .elementor-button-icon svg {
    width: 2em;
}

#icono-prod .elementor-button-icon svg .cls-1 {
    fill: #fff;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  margin-top: -3px;
}

.btn-prod .elementor-button span{
        align-items: center;
}

.elementor-field-group-terminos {
    padding-top: 30px;
}

#btn-gracias {
    width: 20%;
}

.elementor-field-type-upload::after {
  background: #4f4f4f00;
  color: #4f4f4f;
  border: 1px solid;
  height: 54%;
  width: 27px;
  margin-top: 12px;
  border-radius: 38px;
  margin-right: 18px;
}

.bp-modal .elementor-widget-container {
   padding: 0 30px;
}

.bp-modal .elementor-accordion .elementor-tab-content {
  padding: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.elementor-accordion .elementor-tab-content {
  padding: 0px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}

.cajas-informes .elementor-accordion .elementor-tab-content {
  padding: 20px !important;
}

.elementor-form .elementor-field-textual,.elementor-form .elementor-field-type-upload input {
  font-size: inherit !important;
}

#eael-data-table-09be2f2 tbody tr td:nth-child(2) a::before {
  content: url("../img/ver-archivo.svg");
  display: block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -7px;
  width: 8%;
}

#eael-data-table-924b6a3 tbody tr td:nth-child(2) a::before {
  content: url("../img/ver-archivo.svg");
  display: block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -7px;
  width: 15%;
}

#eael-data-table-09be2f2  tbody tr td:nth-child(2) a, #eael-data-table-924b6a3  tbody tr td:nth-child(2) a {
   display: -webkit-box;
   display:-webkit-flex;
    display: flex;
 }

#eael-data-table-09be2f2 tbody tr td:nth-child(3) a::before {
  content: url("../img/descargar.svg");
  display: block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -7px;
  width: 8%;
}

#eael-data-table-924b6a3 tbody tr td:nth-child(3) a::before {
  content: url("../img/descargar.svg");
  display: block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -7px;
  width: 15%;
}

#eael-data-table-09be2f2  tbody tr td:nth-child(3) a, #eael-data-table-924b6a3  tbody tr td:nth-child(3) a {
   display: -webkit-box;
   display:-webkit-flex;
    display: flex;
 }

.elementor-widget-eael-data-table .eael-data-table .table-header th {
  padding: 18px 15px !important;
}

.elementor-slide-heading .titulo-slider {
  padding: 0px;
  font-size: 95px;
  font-family: 'script' !important;
  font-weight: normal !important;
}

.elementor-slide-heading .sub-slider {
  font-size: 22px;
}

.elementor-slides .swiper-slide-inner .elementor-slide-heading {
  line-height: 0.7 !important;
}

.swiper-slide-contents {
  padding-left: 60px;
}

.elementor-35 .elementor-element.elementor-element-3523afe .elementor-swiper-button {
  border: 3px solid;
  border-radius: 30px;
}

.novedades .elementor-posts .elementor-post__excerpt {
  height: 50px;
}

.novedades {
  text-align: center;
}

.novedades .elementor-post__read-more{
  border: 1px solid white;
  border-radius: 100px;
  padding: 12px 54px;
}

.novedades .elementor-posts .elementor-post__title {
  height: 50px;
}

.elementor-heading-title {
  line-height: 1.2 !important;
}

.titulo-canales {
    height: 60px
}

.tabla-estructura .ea-advanced-data-table tbody tr td:first-child p {
      color: #763185;
      font-weight: bold;
}

.tabla-corredores tr td:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tabla-corredores tr td:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.elementor-button {
  font-size: 12px !important;
}

.elementor-field-type-acceptance {
  padding-top: 25px;
}

.comprar .elementor-button-icon svg {
    width: 1.6em;
}
.comprar .elementor-button-icon svg .cls-1 {
    fill: #fffffe;
}

.texo-products .elementor-text-editor p span{
  font-size: 18px !important;
}

#frecuentes .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg .cls-1 {
  fill: #ff8300;
}

.informes .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg .cls-1 {
  fill: #663399;
}

@media screen and (max-width: 768px) {
  .elementor-nav-menu--dropdown .sub-arrow i:before {
    content: url("../img/flecha-menu-gris.svg") !important;
    right: 20px;
  }

  .novedades .elementor-posts .elementor-post__title {
    height: 60px;
  }

  #btn-gracias {
    width: 40%;
  }

  /* TABLA HECHOS RELEVANTES */

  .tabla-hechos-relevantes .elementor-widget-container .ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-paginated tbody tr {
    white-space: nowrap !important;
  }

  /* FIN TABLA HECHOS RELEVANTES */

}

@media (min-width: 2500px) and (max-width: 1410px) {
  #bp-search-modal button[type="submit"], .search-form button[type="submit"] {
    background: #f2f2f2;
    width: 7% !important;
    border-right: 1px solid #f2f2f2;
    border-radius: 30px;
    position: absolute;
    right: 50px;
    top: -13px;
    height: 42px !important;
  }

  .elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before {
    top: 28px !important;
  }
}
@media screen and (max-width: 560px) {
  .tabla-corredores .tablesorter .td-content-wrapper img {
        max-width: none !important;
  }
  .elementor-field-type-upload::after {
    display: none !important;
  }
  .elementor-slides .swiper-slide-bg {
        background-position: 70% !important;
  }

  .texto-sost .elementor-heading-title {
    font-size: 70px !important;
  }

  .bp-modal .equis p {
    text-align: right !important;
  }

  .color-menu {
    top: 0px;
  }

  #eael-data-table-924b6a3 tbody tr td:nth-child(2) a::before, #eael-data-table-924b6a3 tbody tr td:nth-child(3) a::before, #eael-data-table-09be2f2 tbody tr td:nth-child(2) a::before {
    display: none;
  }

  .titulo-canales {
    height: 20px
  }

  .hom-prod p {
    padding-bottom: 0 !important;
  }

  .swiper-slide-contents {
      padding-left: 42px !important;
  }

  .swiper-slide-contents {
    max-width: none !important;
  }
  .elementor-slide-heading .sub-slider {
    font-size: 22px !important;
    line-height: 1.1 !important;
  }

  .elementor-slide-heading .titulo-slider {
    padding: 0px !important;
    font-size: 74px !important;
  }

  .elementor-35 .elementor-element.elementor-element-3523afe .elementor-swiper-button {
    font-size: 28px !important;
  }

}

.tabla-aseguradoras table thead tr th, .tabla-aseguradoras table thead,.tabla-aseguradoras tbody tr td, .tabla-comparativo table thead tr th, .tabla-comparativo table thead,.tabla-comparativo tbody tr td  {
    border: none !important;
}

.tabla-comparativo tbody td a {
    color: #763085 !important;
    font-weight: 600;
}

.tabla-comparativo thead {
  background: #763085 !important;
}

.tabla-comparativo thead tr:nth-of-type(odd) th:first-child {
    border-bottom-left-radius: 25px;
}

.tabla-comparativo thead tr:nth-of-type(odd) th:first-child {
    border-top-left-radius: 25px;
}

.tabla-comparativo thead tr:nth-of-type(odd) th:last-child {
  border-top-right-radius: 25px;
}

.tabla-comparativo thead tr:nth-of-type(odd) th:last-child {
  border-bottom-right-radius: 25px;
}
