@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;700;800&family=Oswald:wght@700&display=swap");

/*
=========================================
    Colors Root
=========================================
*/

:root {
  --primary-color: #030375;
  --secondry-color: #2a2abc;
  --border-blue: #15155e;
  --yellow: #ffda1a;
  --grey: #707070;
  --aqua: #94e1e9;
  --aqua-light: #d8fbff;
  --btn-aqua: #61e0c7;
  --black: #000;
  --white: #f5f5f5;
}

/*
========================================= 
    Font Text
=========================================
*/

.text-300 {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
}

.text-regular {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}

.text-bold {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.text-bold-2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.text-extra-bold {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
}

/*
=========================================
    Font Size Responsive
=========================================
*/

/*
-- BIG TITLE BANNER --
*/
.title-banner {
  font-size: calc(60px + 0.390625vw);
}

@media only screen and (max-width: 600px) {
  .title-banner {
    font-size: calc(25px + 0.390625vw);
  }
}

@media only screen and (min-width: 600px) {
  .title-banner {
    font-size: calc(35px + 0.390625vw);
  }
}

@media only screen and (min-width: 768px) {
  .title-banner {
    font-size: calc(40px + 0.390625vw);
  }
}

@media only screen and (min-width: 992px) {
  .title-banner {
    font-size: calc(47px + 0.390625vw);
  }
}

@media only screen and (min-width: 1200px) {
  .title-banner {
    font-size: calc(60px + 0.390625vw);
  }
}

@media only screen and (min-width: 1440px) {
  .title-banner {
    font-size: calc(70px + 0.390625vw);
  }
}

.p-banner {
  margin-left: 11vw;
}

@media only screen and (max-width: 600px) {
  .p-banner {
    margin-left: 0vw;
  }
}

.pl-banner {
  padding-left: 9vw;
}

.title-size {
  font-size: calc(45px + 0.390625vw) !important;
}

.title-size-2 {
  font-size: calc(55px + 0.390625vw);
}

@media only screen and (max-width: 600px) {
  .title-size-2 {
    font-size: calc(45px + 0.390625vw);
  }
}

.sub-title-size {
  font-size: calc(22px + 0.390625vw);
}

.third-title-size {
  font-size: calc(30px + 0.390625vw);
}

@media only screen and (min-width: 1440px) {
  .third-title-size {
    font-size: calc(55px + 0.390625vw);
  }
}

/*
-- THIRD TITLE BANNER --
*/

.third-title-banner {
  font-size: calc(30px + 0.390625vw);
}

@media only screen and (max-width: 600px) {
  .third-title-banner {
    font-size: calc(15px + 0.390625vw);
  }
}

@media only screen and (min-width: 600px) {
  .third-title-banner {
    font-size: calc(18px + 0.390625vw);
  }
}

@media only screen and (min-width: 768px) {
  .third-title-banner {
    font-size: calc(20px + 0.390625vw);
  }
}

@media only screen and (min-width: 992px) {
  .third-title-banner {
    font-size: calc(27px + 0.390625vw);
  }
}

@media only screen and (min-width: 1200px) {
  .third-title-banner {
    font-size: calc(35px + 0.390625vw);
  }
}

@media only screen and (min-width: 1440px) {
  .third-title-banner {
    font-size: calc(50px + 0.390625vw);
  }
}

.text-size {
  font-size: calc(15px + 0.390625vw);
}

.text-size-2 {
  font-size: calc(20px + 0.390625vw);
}

.text-menu-footer {
  font-size: calc(10px + 0.390625vw);
}

.text-footer {
  font-size: calc(7px + 0.390625vw);
}

/*
=========================================
    Custom Scrollbar
=========================================
*/

::-webkit-scrollbar {
  width: 0.3rem;
}

::-webkit-scrollbar-track {
  background: var(--secondry-color);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* .nav-wrapper.scroll-on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white-text);
  box-shadow: 0 0.125rem 1.75rem 0 rgb(0, 0, 0, 0.09);
  transition: all .15s ease-in-out 0s;
  z-index: 1000;
} */

.nav-menu {
  overflow: hidden;
}

.nav-menu::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100px;
  background: var(--secondry-color);
  bottom: 0;
  transform: translateX(110px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.nav-menu:hover::before,
.nav-menu.active::before {
  transform: translateX(0px);
  opacity: 1;
  width: 25px;
}

.superNav {
  font-size: 13px;
}

.color-menu {
  color: var(--grey);
}

.fixmenu {
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.fixmenu .sticky-top {
  padding: 3px !important;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.fixmenu .sticky-top img.logo-menu {
  width: 60% !important;
  height: 60% !important;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

/*
=========================================
    Font Color
=========================================
*/

.text-yellow {
  color: var(--yellow);
}

.text-blue {
  color: var(--primary-color);
}

.text-blue-2 {
  color: var(--secondry-color);
}

.text-aqua {
  color: var(--aqua);
}

.btn-aqua {
  color: var(--btn-aqua);
  border-color: var(--btn-aqua);
}

.btn-aqua:hover {
  color: var(--white);
  background-color: var(--btn-aqua);
}

.btn-aqua-2 {
  color: var(--primary-color);
  background-color: var(--btn-aqua);
  border: 2px solid var(--btn-aqua);
}

.btn-aqua-2:hover {
  color: var(--primary-color);
  background-color: var(--white);
  border: 2px solid var(--btn-aqua);
  transition: 0.7s;
}

.btn-blue {
  border-color: var(--secondry-color);
  background-color: var(--secondry-color);
}

.btn-blue-2 {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--yellow);
}

.btn-blue-2:hover {
  color: var(--primary-color);
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.btn-blue-3 {
  border-color: var(--white) !important;
  background-color: var(--white) !important;
  color: var(--secondry-color) !important;
  border-radius: 0px !important;
}

.btn-blue-3.active {
  border-color: var(--secondry-color) !important;
  background-color: var(--secondry-color) !important;
  color: #fff !important;
  border-radius: 0px !important;
}

.btn-yellow {
  border-color: var(--yellow);
  color: var(--yellow);
}

.btn-yellow:hover {
  color: var(--primary-color);
  background-color: var(--yellow);
}

.btn-yellow-tab.active {
  color: var(--primary-color) !important;
  background-color: var(--yellow) !important;
}

.btn-yellow-tab {
  color: var(--primary-color) !important;
  background-color: var(--yellow) !important;
}

.hr-yellow {
  height: 10px;
  width: 200px;
  background-color: var(--yellow) !important;
}

.hr-aqua {
  height: 10px;
  width: 200px;
  background-color: var(--aqua) !important;
}

div.hr {
  background: var(--yellow);
  padding: 6px;
  width: 15%;
}

.bk-white {
  background-color: white;
}

.bk-blue-2 {
  background-color: var(--secondry-color);
  border-radius: 20px;
}

/*
=========================================
    Background Color
=========================================
*/

.principal-bk-color {
  background-color: var(--secondry-color);
}

.second-bk-color {
  background-color: var(--white);
}

.third-bk-color {
  background-color: var(--aqua);
}

.fourth-bk-color {
  background-color: var(--yellow);
}

.five-bk-color {
  background-color: var(--aqua-light);
}

.sixth-bk-color {
  background-color: var(--primary-color);
}

.splide__progress__bar {
  height: 3px;
  background: var(--yellow);
}

.bk-blue-3 {
  background-color: var(--border-blue);
}

.bk-grey {
  background-color: var(--white);
  opacity: 100%;
}

.bk-grey-2 {
  background-color: #e5e5e5;
}

.bk-white {
  background-color: #fff;
  opacity: 100%;
}

/*
=========================================
    Home Styles
=========================================
*/

.background-1 {
  background-image: url("../image/home/background_1.webp");
  padding: 20px 0px;
  background-position: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: bottom;
}

.background-2 {
  background-image: url("../image/home/background_2.webp");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.background-3 {
  background-image: url("../image/home/background_3.webp");
  padding: 170px 0px;
  background-position: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: initial;
  background-position: center;
}

@media only screen and (min-width: 1440px) {
  .background-3 {
    padding: 280px 0px;
  }
}

.background-4 {
  background-image: url("../image/home/background_4.webp");
  background-position: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: left;
}

.background-5 {
  background-image: url("../image/home/background_5.webp");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.background-7 {
  background-image: url("../image/home/background_7.webp");
  padding: 20px 0px;
  background-position: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.background-8 {
  background-image: url("../image/seguros/background.webp");
  padding: 20px 0px;
  background-position: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.background-9 {
  background-image: url("../image/aseguradoras/background.webp");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.background-10 {
  background-image: url("../image/aseguradoras/background_2.webp");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
}

.background-footer {
  background-image: url("../image/home/footer.webp");
  padding: 20px 0px;
  background-position: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: initial;
  background-position: bottom;
}

.bg-blue {
  background-color: var(--primary-color);
}

.bg-aqua-ligth {
  background-color: var(--aqua-light);
}

.img-fix {
  aspect-ratio: 3/2;
  object-fit: contain;
  filter: brightness(1.1);
  mix-blend-mode: multiply;
}

.img-fix-2 {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.border-rounded {
  border-radius: 20px;
}

ul.list-check {
  list-style-image: url("../image/home/check.webp");
}

.border-col-3 {
  border-left: 1px solid var(--white);
}

.w-20 {
  float: left;
  width: 20%;
}

.arrow-slider {
  margin-right: -80px !important;
  background: none !important;
}

/*
=========================================
    INSURE Styles
=========================================
*/

.border-1 {
  border-bottom: solid 0.5px var(--border-blue);
}

.border-2 {
  border-left: solid 0.5px var(--border-blue);
}

.border-3 {
  border-top: solid 0.5px var(--border-blue);
}

.border-4 {
  border-right: solid 0.5px var(--border-blue);
}

.nav-pills .nav-aseguradoras.nav-link {
  color: var(--primary-color);
  background-color: var(--white);
  border-radius: 0px;
}

.nav-pills .nav-aseguradoras.nav-link.active {
  color: var(--primary-color);
  background-color: var(--yellow);
  border-bottom: none;
}

.nav-pills .nav-aseguradoras.nav-link.active .triangulo {
  width: 1em;
  height: 1em;
  border-left: 1em solid var(--yellow);
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}

/*
=========================================
    ABOUT US Styles
=========================================
*/

.timeline__item {
  left: 2% !important;
}
.timeline__item:after {
  background-color: #ffda1a !important;
  border: 4px solid #ffda1a !important;
}

.timeline--horizontal .timeline-divider {
  background-color: #ffda1a !important;
}

.timeline-nav-button--prev:before {
  background-image: url(../images/arrow-left.svg);
}

.timeline-nav-button {
  background-color: aliceblue;
  border: 2px solid #ffda1a !important;
}

.timeline__content {
  border-radius: 0px !important;
  border: 0px solid #ccc !important;
}

.timeline--horizontal .timeline__item .timeline__content:before {
  border-left: 0px solid transparent !important;
  left: 2.5% !important;
}

.timeline--horizontal .timeline__item .timeline__content:after {
  border-left: 0px solid transparent !important;
  left: 2.5% !important;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 12px solid #fff !important;
}

.timeline--horizontal .timeline__item:after {
  left: 5% !important;
}

.timeline:not(.timeline--horizontal):before {
  background-color: #ffda1a !important;
}

@media only screen and (max-width: 650px) {
  .timeline--mobile:before {
    left: 19px !important ;
  }
}

.nav-pills .nav-products.nav-link {
  color: var(--primary-color);
  background-color: #fff;
  border-bottom: 2px solid black;
}

.nav-pills .nav-products.nav-link.active {
  color: var(--primary-color);
  background-color: var(--yellow);
  border-bottom: none;
}

.nav-pills .nav-products.nav-link.active .triangulo {
  width: 1em;
  height: 1em;
  border-left: 1em solid var(--yellow);
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}

.hide {
  
  opacity:0;
  
}
.show {
  opacity:1;
  transition: opacity 0.5s ease;
  
}

.circles:before {
  content: "";
  position: absolute;
  top: -75px;
  left: -45px;
  z-index: -1;
  background: linear-gradient(to right, #2a2abc, #030375);
  border-radius: 50px;
  border: 2px solid var(--secondry-color);
  width: 200px;
  height: 200px;
  transition: 0.6s;
}

.input-control {
  border: 1px solid var(--grey);
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: var(--grey);
  background-color: #fff;
  border-radius: 0.25rem;
}

.input-control:focus ~ label,
.input-control:valid ~ label {
  transform: translateY(-20px);
  color: var(--primary-color);
  background-color: var(--white);
  font-weight: 500;
}

.input-control:focus,
.input-control:valid {
  background-color: var(--white);
}

.label-form {
  bottom: 7px;
  left: 10px;
  pointer-events: none;
  transition: all 0.3s ease;
}

.home-form{
  position: absolute;
  background: #030375 ;
  width: 400px;  
  border-radius: 10px;
  padding: 20px;
  top:10%;
  right: 10%;
  box-shadow: -1px 4px 12px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 4px 12px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 4px 12px -1px rgba(0,0,0,0.75);
}

.input-control-home {
  border: 1px solid var(--grey);
  display: block;
  padding: 0.375rem 0.75rem;  
  line-height: 1.5;
  color: var(--grey);
  background-color: #fff;
  border-radius: 0.25rem;
}

.input-control-home:focus ~ label,
.input-control-home:valid ~ label {
  transform: translateY(-20px);
  color: var(--primary-color);
  background-color: var(--white);
  font-weight: 500;
}

.input-control-home:focus,
.input-control-home:valid {
  background-color: var(--white);
}

.label-form {
  bottom: 7px;
  left: 10px;
  pointer-events: none;
  transition: all 0.3s ease;
}

@media (max-width:1000px){
  .home-form {
    position: relative;
    display: block;
    width: 400px;
    top: auto;
    right: auto;
    margin: 0 auto;
  }

}

@media (max-width:500px){
  .home-form {    
    width: 350px;   
  }

}

/*
=========================================
    CALCULATE INSURANCE Styles
=========================================
*/

.form-select {
  background-color: var(--white);
  border: none;
  border-bottom: 1px solid var(--border-blue);
  border-radius: 0px;
  color: #afafaf;
}

.slider-container .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  outline: none;
  z-index: 2;
  background-color: transparent;
}

.middle {
  width: 100%;
}

.slider-container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  background-color: var(--secondry-color);
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 0 var(--secondry-color);
  transition: 0.3s ease-in-out;
}

.slider-container .slider::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px #2a2abc36;
}

.slider-container .bar {
  z-index: 1;
  left: 2px;
  top: 7px;
  width: 100%;
  height: 10px;
  background-color: #dcdcdc;
  border-radius: 5px;
  overflow: hidden;
}

.slider-container .bar .fill {
  display: block;
  width: 0;
  height: 100%;
  background-color: var(--secondry-color);
}
