html {
  scroll-behavior: smooth;
  /* this is the "root" in "root em." */
  /* 7 4 */
  /* font-size: 62.5%; */
  /* Now 10px = 1rem! */
}

:root {
  /* Colors */
  --orange-50: #d52b1e;
  --orange-100: #a7231f;
  --orange-200: #8c3a37;

  --green-50: #b4bd01;

  --blue-50: #00aea9;
  --blue-40: #4dc7c4;
  --blue-100: #095da7;
  --blue-110: #667cff;
  --blue-120: #0d196c;

  --white: #f5f5f5;
  --gray: #808080;

  /* Font size */
  --big-text-size: 4rem;
  --title-size: 2.5rem;
  --sub-title-size: 1.8rem;
  --paragraph-size: 1.6rem;
  --small-text-size: 1rem;
}

::selection,
/* Code for Firefox */
::-moz-selection {
  color: var(--orange-100) !important;
  background: rgba(9, 93, 167, 0.4) !important;
}

* {
  /* font-family: 'Bree'; */
  font-family: "Barlow", sans-serif;
}

.font-arial {
  font-family: "Arial", "Helvetica", "sans-serif";
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

body {
  overflow-x: hidden;
}

.swal2-confirm.swal2-styled {
  background-color: var(--green-50) !important;
}

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #f5f5f5;
  overflow-y: scroll;
  margin-bottom: 25px;
}

table.mainTable tr td:nth-child(1),
table.mainTable tr td:nth-child(2),
table.mainTable tr td:nth-child(6),
table.mainTable tr td:nth-child(7),
table.mainTable tr td:nth-child(8),
table.mainTable tr td:nth-child(8),
table.mainTable tr td:nth-child(9),
table.mainTable tr td:nth-child(10),
table.mainTable tr td:nth-child(11),
table.mainTable tr td:nth-child(12),
table.mainTable tr td:nth-child(13) {
  font-weight: bold;
}

#storesTable {
  font-size: 0.7rem;
}

.mainGreenColor {
  color: var(--green-50);
}

a.mainGreenColor {
  text-decoration: none;
}

a.mainGreenColor:hover {
  color: var(--green-50);
  opacity: 0.5;
}

.mainGreenBG {
  background: var(--green-50);
}

.mainOrangeBG {
  background: #d52b1e !important;
}

.mainOrangeColor {
  color: #d52b1e !important;
}

.mainRedBG {
  background: #a7231f !important;
}

.whiteBG {
  background: #fff !important;
}

.mainWhiteBG {
  background: #f2f7fb !important;
}

.mainGrayBG {
  background: #f4f5fa !important;
}

.mainAquaBG {
  background: var(--blue-50) !important;
}

.secondaryAquaBG {
  background: var(--blue-40) !important;
}

.mainAquaColor {
  color: var(--blue-50) !important;
}

.mainStrongBlueColor {
  color: var(--blue-120) !important;
}

.mainAquaBorder {
  border: 4px solid var(--blue-50);
}

.mainWhiteBorder {
  border: 4px solid var(--white);
}

.mainABlueBG {
  background: #095da7 !important;
}

.secondaryGrayBG {
  background: #4d4f53 !important;
}

.textBlue {
  color: #667cff;
}

#navLogo {
  height: 70.453px;
}

.nav-item a.active {
  color: rgba(255, 255, 255) !important;
}

.nav-item a {
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.navbar {
  background: #d52b1e !important;
}

#subNav .dropdown {
  margin: 0.7rem;
}

#subNav .dropdown button {
  background: none;
  color: #000;
  border: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

#subNav a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#subNav a:active {
  background-color: var(--green-50);
}

#subNav img {
  width: 40px;
}

#subNav .dropdown a p {
  font-size: 12px;
  margin: 0;
  padding: 0.3rem;
}

#subNav .dropdown a i {
  margin: 0;
}

.mainCover .mainOrangeBG,
.mainCover .coverImage {
  min-height: 400px !important;
}

.mainCover p {
  font-size: 1.1rem !important;
}

.mainCover button {
  border-color: rgba(255, 0, 0, 0);
}

#sliderSection h2 {
  font-weight: bold;
}

#sliderSection .clean-card,
#coverInfoSlide .clean-card {
  /* background: red; */
  border-radius: 1rem;
}

#sliderSection .clean-card img,
#coverInfoSlide .clean-card img {
  border-radius: 1rem 1rem 0 0;
}

#sliderSection .clean-card .card-body {
  border-radius: 1rem 1rem 0 0;
}

#coverInfoSlide .clean-card {
  border-radius: 1rem;
}

#coverInfoSlide .clean-card a,
#sliderSection .clean-card a {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
}

#coverInfoSlide .card-img-top,
#sliderSection .card-img-top {
  min-height: 216px;
}

#sliderSection .clean-card a i {
  color: rgb(180 189 1);
}

#sliderSection .card-group.card-group-scroll {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
}

#mainCover .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* #sliderSection .card-group.card-group-scroll>.card {
  flex-basis: 35%;
} */

#coverInfoSlide .card-group.card-group-scroll {
  overflow-x: auto;
  flex-wrap: nowrap;
}

/* #coverInfoSlide .card-group.card-group-scroll>.card {
  flex-basis: 50%;
} */

.iFrameModal .modal-content {
  height: 80vh;
}

.card {
  margin: 1rem;
}

.card-text {
  font-size: 1rem;
}

#coverInfoSlide .card .card-text {
  height: 10rem;
  font-size: 1rem;
  text-align: center;
}

/* .card-text {
  height: 10rem;
  font-size: 1rem;
}

#coverInfoSlide .card .card-text {
  height: 10rem;
  font-size: 1rem;
} */

#coverInfoSlide .row .col-md-6 {
  /*height: 100vh;*/
  /*min-height: 50vh;*/
}

.page-footer ul li:before,
.page-footer ul li:after {
  background-color: #ffffff00;
}

#wp {
  text-decoration: none;
  background-color: var(--blue-50) !important;
}

#wp:hover {
  background-color: #00827f !important;
}

#floatForm {
  position: fixed;
  z-index: 1031;
  height: 50px;
  left: 0;
  left: -100vw;
  bottom: calc(30vh - 80px);
  border-radius: 0px 15px 15px 0px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  height: calc(100% * var(--hex-parent-height));
  transition: all 0.3s linear;
  bottom: calc(50% - 45vh);
  height: 90%;
  width: 500px;
}

#floatForm p.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
}

#floatForm .form-label {
  background: #ff000000;
  color: #fff;
  border: none;
  padding: 0;
}

#floatForm form {
  width: 30vw;
}

#floatForm form a {
  margin-top: -45px;
  position: relative;
}

#floatForm img {
  /* position: absolute;
  left: calc(90px - -20%);
  top: 136px; */

  position: relative;
  width: 4rem;
  /* left: 10rem;
  top: -1rem; */
}

.h-0 {
  height: 0;
}

.mosaicoModalImgs {
  height: 332px;
  background-blend-mode: soft-light !important;
  /* background-color: rgba(0, 172, 173, 0.56) !important; */
  background-clip: content-box !important;
  cursor: pointer;
  border-radius: 50px !important;
  /* background-position: center !important; */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transition: 0.3s ease-in-out !important;
}

.mosaicoModalImgs div {
  /* border-radius: 25px !important; */
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  border-radius: 0 0 20px 20px !important;
  background: rgb(255 255 255 / 86%);
  backdrop-filter: blur(2.9px);
}

.general-shadow {
  box-shadow: 5px 7px 29px -8px rgba(0, 0, 0, 0.44) !important;
  /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; */
  /* border-radius: 20px !important; */
  backdrop-filter: blur(2.9px);
  /* background: #f2f7fb !important; */
}

.general-shadow-unrounded {
  box-shadow: 5px 7px 29px -8px rgba(0, 0, 0, 0.44) !important;
  /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; */
  /* box-shadow: 5px 7px 29px -8px rgba(0, 0, 0, 0.44); */
  /* box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; */
  backdrop-filter: blur(2.9px);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  color: rgb(255 255 255 / 55%);
  border-color: rgba(255, 255, 255, 0.1);
}

.mosaicoModalImgs:hover {
  /* opacity: 0.7; */
  background-color: linear-gradient(var(--c) 50%, #000 0) !important;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: scale(1.1);
}

.firstMosaicoImg:hover {
  background-position: top !important;
}

.secondMosaicoImg:hover {
  background-position: top !important;
}

.thirdMosaicoImg:hover {
  background-position: top !important;
}

.fourthMosaicoImg:hover {
  background-position: top !important;
}

.fifthMosaicoImg:hover {
  background-position: right !important;
}

.sixthMosaicoImg:hover {
  background-position: right !important;
}

.mosaicoModalImgs.firstMosaicoImg {
  border-radius: 25px 0 0 0;
}

.mosaicoModalImgs.secondMosaicoImg {
  border-radius: 0 25px 0 0;
}

.mosaicoModalImgs.thirdMosaicoImg {
  border-radius: 0 0 0 25px;
}

.mosaicoModalImgs.fourthMosaicoImg {
  border-radius: 0 0 25px 0;
}

.innerModalLine {
  border-left: solid var(--blue-50) 5px;
}

.innerModalLineGray {
  border-left: solid #ededed 2px;
}

.p-1.m-1.cross-close-modal:hover {
  cursor: pointer;
  opacity: 0.8;
}

.z-index-99 {
  z-index: 99;
}

#gE-beneficios li {
  font-size: 1.4rem;
}

.gE-imageIcons {
  max-width: 4rem;
}

.ge-planParagrahp {
  font-size: 0.9rem;
}

.generalDesign table {
  /* border-collapse: separate;
  border-spacing: 0.2rem; */
  border-collapse: collapse;
}

.generalDesign td {
  /* border-radius: 0.5rem;
  box-shadow: 2px 1px 4px 0px #cccccc;
  background-color: #fff; */
  border: none;
  border-radius: unset;
}

#gE-beneficios table,
#planIntegralTable table,
#planIntDocTable table {
  border-collapse: separate;
  border-spacing: 1rem;
}

#gE-beneficios td,
#planIntegralTable td,
#planIntDocTable td,
#autoSeguroHDI td {
  border-radius: 0.5rem;
  box-shadow: 2px 1px 4px 0px #cccccc;
  background-color: #fff;
}

#gE-beneficios td.stronger {
  font-size: 1.4rem;
}

.priceFloating {
  width: 25%;
  height: 32px;
  text-align: initial;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 10%;
  top: 20%;
  padding-top: 6px;
  padding-left: 10px;
  border-radius: 15px;
}

.container.containerFull {
  width: 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container.containerFull .row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container.containerFull .row.with-padding {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.general-small-paragraph-fsize {
  font-size: 0.7rem !important;
}

.general-small-paragraph-fsize-1 {
  font-size: 0.9rem !important;
}

.general-small-paragraph-fsize-2 {
  font-size: 1.1rem !important;
}

.general-paragraph-fsize {
  font-size: 1.1rem !important;
}

.general-paragraph-fsize-1 {
  font-size: 1.3rem !important;
}

.general-paragraph-fsize-1-5 {
  font-size: 1.5rem !important;
}

.general-paragraph-fsize-2 {
  font-size: 2.6rem !important;
}

.general-paragraph-fsize-3 {
  font-size: 3.6rem !important;
}

#siniestrosPasos .bigNumber {
  font-size: 10rem;
  font-weight: bolder;
}

.rounded-rectangle {
  border-radius: 0.9rem !important;
}

.rounded-start-1 {
  border-radius: 1.5rem 0 0 1.5rem;
}

.rounded-end-1 {
  border-radius: 0 1.5rem 1.5rem 0;
}

.rounded-default {
  border-radius: 15px !important;
}

.rounded-4 {
  border-radius: 25px !important;
}

.clean-block.clean-form form {
  border-top: 2px solid #272829;
  background-color: #fff;
  width: 100%;
  max-width: 75%;
  margin: auto;
  padding: 40px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.textDecorationNone {
  text-decoration: none;
}

#socios {
  scroll-margin-top: 50px;
}

#ci-planTitular,
#ci-adicionales,
#hdiC-adicionales {
  scroll-margin-top: 75px;
}

#coberturas,
#siniestrosQueEs,
#planesRemesa,
#planesCancer,
#petAssistance,
#petExclutions {
  scroll-margin-top: 100px;
}

#important,
#dudas,
#ci-Beneficios,
#hdiC-beneficios,
#cp-coberturas,
#cp-requisistos,
#llp-coberturas,
#emp-caracterisitcas,
#emp-deducibles,
#in-important,
#in-dudas,
#coberturasVidaSegura,
#remesaCoberturas,
#petCobertures {
  scroll-margin-top: 125px;
}

#coberturasFamiliar,
#contactoAgente,
#contactoPoliza,
#llp-paquetes {
  scroll-margin-top: 150px;
}

#requisitosYCondiciones,
#comoReclamarlo {
  scroll-margin-top: 155px;
}

.img-fluid.tablePIImg {
  position: relative;
  height: 18rem;
  top: 367px;
  right: 115px;
}

#vsFamily {
  position: absolute;
  right: 0;
  top: 140rem;
  width: 27rem;
  z-index: -1;
}

#autoSeguroVP {
  position: relative;
  height: 20rem;
  /*width: 19rem;*/
  z-index: -1;
  bottom: 100px;
  left: -210px;
}

#autoSeguroVP-1 {
  position: relative;
  height: 15rem;
  z-index: 1;
  bottom: 109px;
}

#hogarSeguroVP-1 {
  position: relative;
  height: 18rem;
  /*width: 19rem;*/
  /*z-index: -1;*/
  bottom: 140px;
}

#seguroMascotas {
  z-index: -1;
}

.mm-1 {
  margin-top: -5rem !important;
}

.mm-2 {
  margin-top: -2rem !important;
}

.mainCover .h-400 {
  height: 400px;
}

/* .mainCover#mainCover .col-md-6.mainOrangeBG {
  background: rebeccapurple !important;
  min-height: 304px;
} */

#secondaryCover h2 {
  font-size: 2.2rem;
}

.cookies-alert,
.cookies-alert .close-button {
  background: rgba(128, 128, 128, 0.5);
  border-radius: 1.6rem;
  -webkit-backdrop-filter: blur(0.89rem);
  backdrop-filter: blur(0.89rem);
  color: white;
  border-radius: 0;
}

.hover-default {
  transition-duration: 0.5s;
  transition-property: opacity;
}

.hover-default:hover {
  opacity: 0.5;
}

.cursor-pointer {
  cursor: pointer;
}

.chevron {
  z-index: 99;
}

.chevron:hover {
  transition: 1s;
}

.chevron:hover {
  opacity: 0.8;
}

#carouselsContainer {
  border-radius: 1rem;
  min-height: 42rem !important;
}

#carouselDesktopSlider {
  display: flex !important;
}

#carouselDesktopSliderResponsive {
  display: none !important;
}

#carouselDesktopSliderResponsive .card.h-default {
  max-height: 52rem !important;
  min-height: 10rem !important;
}

#carouselDesktopSliderResponsive .card.h-default p {
  min-height: 8.5rem !important;
}

#carouselInsurancesSlider2 {
  display: flex !important;
}

#carouselInsurancesSliderResponsive2 {
  display: none !important;
}

#carouselInsurancesSliderResponsive2 .card.h-default {
  max-height: 52rem !important;
  min-height: 10rem !important;
}

#carouselInsurancesSliderResponsive2 .card.h-default p {
  min-height: 8.5rem !important;
}

.background-position-right {
  background-position: right;
}

#floatForm form {
  width: 100%;
}

/* V1.1 */
/* //* BOTONES DEL MISMO TAMAÑO */
/* .col-lg-6.mainOrangeBG .btn.btn-success.mainGreenBG.rounded-pill.border-0,
.col-md-6.mainOrangeBG .btn.btn-success.mainGreenBG.rounded-pill.border-0,
.btn.bg.transparent.rounded-pill.m-3.text-light {
  width: 13rem;
  min-width: 13rem;
  max-width: 13rem;
} */

.btn.btn-success.mainGreenBG,
.middle-banners .btn,
.col-md-6.mainOrangeBG .btn.btn-success.mainGreenBG.rounded-pill.border-0,
.btn.bg.transparent.rounded-pill.m-3.text-light {
  min-width: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.default-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 17.8rem;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #b4bd0161;
}

.btn-success:hover,
.btn-success:focus,
.btn.bg.transparent:hover {
  background-color: #939a03;
}

.col-md-6.mainOrangeBG h2 {
  max-width: 545px;
}

.col-md-6.mainOrangeBG p {
  max-width: 522px;
}

.coveragesCount {
  width: 85%;
  text-align: center;
}

.coveragesDetails {
  width: 70%;
}

.coveragesDetails p {
  text-align: center;
}

.img-hand-money {
  position: absolute;
  width: 40%;
  right: 0;
}

.card-car-secure {
  width: 2rem;
}

.card-car-insurance {
  width: 60%;
}

.questionHeading {
  z-index: 99;
}

.questionGrayContainer {
  margin-top: -0.5rem;
  width: 90% !important;
}

.questionContactButton {
  z-index: 0;
  margin-top: -1rem;
}

.cancelation-icon-size-1 {
  width: 7rem;
}

.firstMosaicoImg {
  background: url("../img/seguros/protege-a-los-que-amas.webp");
}

.secondMosaicoImg {
  background: url("../img/seguros/seguro-de-auto-soriana.webp");
}

.thirdMosaicoImg {
  background: url("../img/seguros/seguro-de-casa-soriana.webp");
}

.fourthMosaicoImg {
  background: url("../img/seguros/seguro-para-mascotas-soriana.webp");
}

.fifthMosaicoImg {
  background: url("../img/seguros/protege-tus-compras-en-soriana.webp");
}

.sixthMosaicoImg {
  background: url("../img/seguros/protege-tu-dinero-en-soriana.webp");
}

.siniestroPaso1,
.siniestroPaso4 {
  background-color: #fff !important;
  color: #000;
}

.siniestroPaso2,
.siniestroPaso3 {
  background-color: var(--blue-50) !important;
  color: #fff;
}

.flex-auto {
  flex: auto;
}

#mainCover .mainOrangeBG {
  min-height: 400px;
}

.insur-panel-img {
  width: 8rem;
}

.chevron {
  font-size: 3rem;
  color: var(--blue-50);
}

.chevron-responsive {
  font-size: 3rem;
  color: var(--blue-50);
}

.middle-banners {
  width: 50%;
}

.table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

.table > :not(caption) > * > * {
  /* border-radius: 0.5rem;
  box-shadow: 2px 1px 4px 0px #cccccc; */
  border-bottom-width: 0;
}

.table > :not(caption) > * {
  border-radius: 2rem;
}

.table > :not(:first-child) {
  border-top: none !important;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

.dt-buttons {
  display: flex;
  justify-content: end;
}

.spinner {
  background-image: url(assets/img/inicio/anim-loader-s.gif);
  position: fixed;
  /* background-color: #d52b1e66; */
  /* background-color: #000000bd; */
  /* background-color: #dbdbdb66; */
  background-color: #dbdbdb;
  z-index: 9999;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 600px;
  max-width: 100%;
  margin-left: 0;
  transform: scale(1);
  background-position: center 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.spinner.show {
  display: block;
}

.form-select:disabled {
  background-color: #676868;
  color: #c6c6c6;
  opacity: 0.6;
}

.fa-chevron-left {
  position: absolute;
  left: 5.8rem;
}

.fa-chevron-right {
  position: absolute;
  right: 5.8rem;
}

.warranty-plan-container {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  border-radius: 20px !important;
  backdrop-filter: blur(2.9px);
  background: #f2f7fb !important;
}

.ew-plan-image {
  width: 12rem;
}

.allies-about-background {
  background: linear-gradient(120deg, #095da7 52%, #ffffff 50%);
}

.contact-social-media-icon {
  width: 29px !important;
  height: 29px !important;
}

.car-insurance-nav3-icons {
  width: 23px !important;
  height: 23px !important;
}

.pets-card {
  width: 20rem;
  background: linear-gradient(180deg, #00aea9 30%, #f8f9fa 30%);
}

.pets-card img.card-img-pet {
  border-radius: 3rem;
}

.pet-black-rectangle {
  height: 3rem;
}

#proteger-mascota .pet-icon {
  width: 3rem;
}

#gadgetAcordion .accordion-item,
#noGadgetAcordion .accordion-item {
  border: none;
}

.border-top-height {
  height: 0.2rem;
}

.incentives-banners {
  min-height: 120px;
}

.m-82 {
  margin: 5.1rem important;
}

.mt-82 {
  margin-top: 5.1rem !important;
}

.mb-82 {
  margin-bottom: 5.1rem !important;
}

.ms-82 {
  margin-left: 5.1rem !important;
}

.me-82 {
  margin-right: 5.1rem !important;
}

.m-61 {
  margin: 3.8rem !important;
}

.mt-61 {
  margin-top: 3.8rem !important;
}

.mb-61 {
  margin-bottom: 3.8rem !important;
}

.ms-61 {
  margin-left: 3.8rem !important;
}

.me-61 {
  margin-right: 3.8rem !important;
}

.m-50 {
  margin: 3.1rem !important;
}

.mt-50 {
  margin-top: 3.1rem !important;
}

.mb-50 {
  margin-bottom: 3.1rem !important;
}

.ms-50 {
  margin-left: 3.1rem !important;
}

.me-50 {
  margin-right: 3.1rem !important;
}

.m-25 {
  margin: 1.5rem !important;
}

.mt-25 {
  margin-top: 1.5rem !important;
}

.mb-25 {
  margin-bottom: 1.5rem !important;
}

.ms-25 {
  margin-left: 1.5rem !important;
}

.me-25 {
  margin-right: 1.5rem !important;
}

.p-82 {
  padding: 5.1rem important;
}

.pt-82 {
  padding-top: 5.1rem !important;
}

.pb-82 {
  padding-bottom: 5.1rem !important;
}

.ps-82 {
  padding-left: 5.1rem !important;
}

.pe-82 {
  padding-right: 5.1rem !important;
}

.p-61 {
  padding: 3.8rem !important;
}

.pt-61 {
  padding-top: 3.8rem !important;
}

.pb-61 {
  padding-bottom: 3.8rem !important;
}

.ps-61 {
  padding-left: 3.8rem !important;
}

.pe-61 {
  padding-right: 3.8rem !important;
}

.p-50 {
  padding: 3.1rem !important;
}

.pt-50 {
  padding-top: 3.1rem !important;
}

.pb-50 {
  padding-bottom: 3.1rem !important;
}

.ps-50 {
  padding-left: 3.1rem !important;
}

.pe-50 {
  padding-right: 3.1rem !important;
}

.p-25 {
  padding: 1.5rem !important;
}

.pt-25 {
  padding-top: 1.5rem !important;
}

.pb-25 {
  padding-bottom: 1.5rem !important;
}

.ps-25 {
  padding-left: 1.5rem !important;
}

.pe-25 {
  padding-right: 1.5rem !important;
}

#pdfViewer {
  width: 100%;
  height: 23rem;
  border: none;
}

/* V1.1 */

@media screen and (max-width: 720px) {
  #floatForm {
    width: 80vw;
    display: none !important;
  }

  #subNav button,
  #subNav a {
    font-size: 0.6rem !important;
  }

  #subNav .dropdown a {
    font-size: 1rem !important;
  }

  #subNav .dropdown a p {
    font-size: 0.8rem !important;
  }

  #contactInfo .rounded-4 {
    border-radius: 0 !important;
  }

  .innerModalLine.innerModalLine-lg {
    border-left: 0 !important;
  }

  #planIntDocTable td {
    height: 160px !important;
  }
}

@media screen and (max-width: 992px) {
  .c-offset {
    padding: 2rem;
  }

  .c-x-offset {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c-y-offset {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .c-title-size {
    font-size: 16pt;
  }

  .c-paragraph-size {
    font-size: 8pt;
  }

  .c-margin-bottom {
    margin-bottom: 6rem;
  }

  .general-paragraph-fsize {
    font-size: 0.9rem !important;
  }

  #gE-beneficios .general-paragraph-fsize {
    font-size: 0.9rem !important;
  }

  .img-hand-money {
    display: none;
  }

  .mosaicoModalImgs {
    background-position: center !important;
    background-size: cover !important;
  }

  #subNav img {
    width: 20px;
  }

  .insurancesNavBtn {
    grid-template-columns: auto 1fr;
  }

  .insurancesNav3Btn {
    width: 60% !important;
  }

  #contactInfo .contactsInfo img {
    width: 1.3rem;
  }

  .clean-block.clean-form form {
    width: 100%;
    max-width: 100%;
  }

  .card-car-insurance {
    width: 90%;
  }

  .chevron-responsive {
    font-size: 1.9rem;
  }

  .mainCover p {
    font-size: 0.85rem !important;
  }

  .insur-panel-img {
    width: 2rem;
    min-width: 2rem;
  }

  .btn.btn-success.mainGreenBG,
  .middle-banners .btn,
  .col-md-6.mainOrangeBG .btn.btn-success.mainGreenBG.rounded-pill.border-0,
  .btn.bg.transparent.rounded-pill.m-3.text-light {
    min-width: 11rem;
  }

  #mainCover .main-image {
    object-position: right;
  }

  #mainCover .main-image.left {
    object-position: left;
  }

  .general-paragraph-fsize-2 {
    font-size: 1.6rem !important;
  }

  .allies-about-background {
    background: linear-gradient(0deg, #095da7 69%, #ffffff 0%);
  }

  .mainCover .mainOrangeBG,
  .mainCover .coverImage {
    min-height: 200px !important;
  }
}

@media screen and (max-width: 1200px) {
  .middle-banners {
    width: 100% !important;
  }

  .siniestroPaso1,
  .siniestroPaso3 {
    background-color: var(--blue-50) !important;
    color: #fff;
  }

  .siniestroPaso1 .bigNumber {
    color: #fff !important;
  }

  .siniestroPaso2 .bigNumber {
    color: var(--blue-50) !important;
  }

  .siniestroPaso2,
  .siniestroPaso4 {
    background-color: #fff !important;
    color: #000;
  }

  #autoSeguroVP-1 {
    height: 10rem;
    bottom: 134px;
  }

  #carouselsContainer {
    border-radius: 1rem;
    min-height: 33rem !important;
  }

  #carouselDesktopSlider {
    display: none !important;
  }

  #carouselDesktopSliderResponsive {
    display: flex !important;
  }

  #carouselInsurancesSlider2 {
    display: none !important;
  }

  #carouselInsurancesSliderResponsive2 {
    display: flex !important;
  }

  #subNav button,
  #subNav a {
    font-size: 1rem;
  }

  .insur-panel-img {
    width: 6rem;
    min-width: 6rem;
  }

  .innerModalLine.insur-panel {
    min-width: 350px;
  }

  .fa-chevron-left {
    position: absolute;
    left: 0rem;
  }

  .fa-chevron-right {
    position: absolute;
    right: 0rem;
  }

  #planIntDocTable td {
    height: 65px;
  }
}

@media screen and (max-width: 1400px) {
  .c-offset {
    padding: 8rem;
  }

  .c-x-offset {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .c-y-offset {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .btnNavContainer .general-paragraph-fsize {
    font-size: 0.9rem !important;
  }

  .firstMosaicoImg {
    background-position: right;
  }

  .fifthMosaicoImg:hover {
    background-position: center;
  }

  .sixthMosaicoImg:hover {
    background-position: right;
  }
}

/* MEDIDAS DE FUENTE */

@media (min-width: 1200px) {
  h2,
  .h2 {
    /* 40px */
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    /* 40px */
    font-size: 1.8rem;
  }

  p {
    /* 22px */
    /* font-size: 1.3rem ;  */
  }
}

/* Animaciones */
/* modalesSeguros
mosaicoModalImgs */
