/* Add here all your CSS customizations */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html .text-color-primary:not(.no-skin), html .text-primary:not(.no-skin),
path, line, rect, circle, line, polyline, svg {
    color: #ff6a14 !important;
    fill: #ff6a14!important;
    stroke: #ff6a14!important;
}

.text-color-white{
    color: white;
}

.parallax-background:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.1);
}

.about-carousel .owl-item{
    height: 260px;
}

.owl-carousel-vertical.owl-carousel-vertical-style-1 .owl-stage-outer{
    padding-top:65px!important;
    padding-bottom: 65px!important;
}

.section .container p{
    margin-bottom: 0px;
    font-size: 1.2em;
}

.lead{
    margin-bottom: 20px!important;
    line-height: 1.7;
}

.list-values{
    list-style: none;
    display: inline-grid;
    text-align: left!important;
    padding-left: 0px;
    width: 150px;
    margin: 0 auto;
}

.list-values li{
    font-size: 15px;
}

.owl-carousel.carousel-style-1 .left-content{
    padding: 0 2rem 0px 0px;
    min-width: auto;
}

.owl-carousel.carousel-style-1 .owl-dots{
    left: 0px!important;
}

.owl-carousel.carousel-style-1 .right-content {
    padding-top: 0rem;
}

.owl-carousel.dots-style-1{
    margin-bottom: 0px;
}

.partner-block{
    padding:8px!important;
}

.partner-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    border: 9px solid white!important;
}

.partner-block:before {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid;
    border-color: #ff6a14;
    z-index: 1;
}

.about-block{
    padding-left: 50px;
    padding-right: 50px;
}

.plyr__video-embed iframe{
    height: 100%!important;
}

.plyr, .plyr .plyr__video-embed iframe { max-height: 100vh!important; }
.plyr:-webkit-full-screen .plyr__video-wrapper{padding:0px!important;}

.contact{
    background-color: #f1f3f7 !important;
}

.tp-bullets{
    top: 83%!important;
}

.form-error{
  border:1px solid red;
}

.error{
  font-size: 13px;
  color:red;
}

label.error {
  position: absolute;
  top: 9px;
  right: 26px;
}

textarea.error{
  min-height: 134px!important;
}

.loading-ajax{
  display: none;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
}

.spinner {
  margin: 0px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #4e85c4;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-alignment-center {
    display: table-cell;
    vertical-align: middle;
}

.pd-0{
    padding:0px;
}

.alert-error{
    margin:0px;
    background: rgba(255, 0, 0, 1);
    border: 1px solid red;
    border-radius: 3px;
    color: white;
    width: 400px;
    margin-bottom: 17px;
}

.alert-success{
  width: 400px;
}

.tp-caption{
  text-align: right!important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}

#login .modal-body{
  padding-bottom: 0px;
}

#login .modal-dialog{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: -25px;
}

#login .btn-iniciar{
  background-color: #ff6a14 !important;
}

#login input{
  border: 1px solid #e9ecef;
}

select{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 30px;
    border: 1px solid #cecbcb;
    border-radius: 2px;
    background-color: #fff;
    color: black!important;
    text-decoration: none;
    white-space: nowrap;
    line-height: 2.2;
    width: 78.64px;
    display: flex;
    align-items: center;
    min-width: 82.98px;
}

.language-container{
    margin-left: 13px!important;
    min-width: 82.98px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #ff6a14;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ff6a14), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#ff6a14 20%, #ff6a14 90%);
    color: #fff;
}

.chosen-container-single .chosen-single span{
    color: #777;
    font-family: "Sora", sans-serif!important;
}

.chosen-container .chosen-results li.active-result{
    font-family: "Sora", sans-serif!important;
}

.flex-center{
    display: flex;
    align-items: center;
}

.icon-box .icon-box-icon object, .icon-box .icon-box-icon img{
  margin-right: 15px;
}

html .btn-primary, html.sticky-header-active .btn-sticky-primary{
    border-color: #ff6a14;
    color: #ffffff;
    background-color: #ff6a14;
}

html .btn-primary:hover, html.sticky-header-active .btn-sticky-primary:hover, html .btn-primary:focus, html.sticky-header-active .btn-sticky-primary:focus{
    border-color: #e75d0d;
    background-color: #e75d0d;
}

.parallax-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    z-index: 0;
}

.card .card-body{
    /*min-height: 221px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.max-w-500{
  max-width: 500px;
    margin: 0 auto;
}

.fs-16{
      font-size: 16px!important;
}

.lh17{
  line-height: 1.7;
}

.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
    opacity: 0.6;
}

.align-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-none{
  display: initial!important;
  align-items: initial!important;
}

.max-w-1000{
  max-width: 1000px;
  margin:0 auto;
}

.text-right{
  text-align: right;
}

.slotholder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    {# background-color: black; #}
    opacity: .5;
    z-index: 0;
}

html {
  scroll-behavior: smooth;
}

.flex-end{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.form-control:not(.form-control-sm):not(.form-control-lg){
    height:46px!important;
    border:  1px solid #ddd;
}

.form-control:focus{
    background-color: rgb(14 62 73 / .8) !important;
    border-color: #2E3237;
}

#header.header-container-no-min-height .header-container{
  padding:0px;
}

.slider-contact-form-wrapper .slider-contact-form{
  background: linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.6));
}

.quote-form .form-control{
    /*border: 1px solid #ddd;*/
    border-radius: 5px !important;
}

.quote-form .form-control:focus{
  background-color: white!important;
  border:0px;
  color: black;
}

.card.bg-primary-2.border-0 .card-body{
  display: initial!important;
  /*background-color: #1f1f1f!important;*/
  border-radius: 10px;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus,
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle
{
    box-shadow: none;
    background-color: #c54c07;
    border-color: #c54c07;
}

html .bg-primary-2:not(.no-skin){
  border-radius: 10px;
}

.btn-info,
.btn-info:hover{
    background-color: #e75d0d;
    border-color: #e75d0d;
}

html .btn-outline.btn-primary,
html .btn-outline.btn-primary:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary,
html.sticky-header-active .btn-outline.btn-sticky-primary:hover,
html .btn-outline.btn-primary:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary:hover,
html .btn-outline.btn-primary:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:focus,
html .btn-primary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled).active,
html .btn-primary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled):active{
    border-color: #71bc0d;
    color: #71bc0d;
}

.modal-header{
  background-color: #071d49!important;
}

html .btn-primary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled).active,
html .btn-primary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled):active{
  color: white!important;
  border-color: #e75d0d;
  background-color: #e75d0d
}

/*html .btn-primary:focus, html.sticky-header-active .btn-sticky-primary:focus, html .btn-primary, html.sticky-header-active .btn-sticky-primary,
html .btn-primary:not([disabled]):not(.disabled).active, html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled).active, html .btn-primary:not([disabled]):not(.disabled):active, html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled):active{
    box-shadow: 0 0 0 3px rgb(113 188 13 / .25)!important;
}*/

html .btn-outline.btn-primary:hover, html.sticky-header-active .btn-outline.btn-sticky-primary:hover, html .btn-outline.btn-primary:focus, html.sticky-header-active .btn-outline.btn-sticky-primary:focus{
    background-color: #71bc0d !important;
    color: white!important;
}

html .btn-secondary:not([disabled]):not(.disabled).active, html.sticky-header-active .btn-sticky-secondary:not([disabled]):not(.disabled).active, html .btn-secondary:not([disabled]):not(.disabled):active, html.sticky-header-active .btn-sticky-secondary:not([disabled]):not(.disabled):active,
html .btn-outline.btn-secondary, html.sticky-header-active .btn-outline.btn-sticky-secondary{
    border-color: #ff6a14;
    color: #ffffff;
    background-color: #ff6a14;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html .btn-outline.btn-secondary:hover, html.sticky-header-active .btn-outline.btn-sticky-secondary:hover, html .btn-outline.btn-secondary:focus, html.sticky-header-active .btn-outline.btn-sticky-secondary:focus{
    background-color: #ff6a14 !important;
}

html .btn-outline.btn-secondary:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary:hover,
html .btn-outline.btn-secondary:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:focus {
    background-color: transparent !important;
    color: #ff6a14;
    border-color: #ff6a14;
}

.stepwizard-step{
    background: #0a1d49;
    border: 1px solid #fff;
    border-radius: 5px;
}

.btn:not(:disabled):not(.disabled){
    border-radius: 6px;
}

.btn-circle{
    border: 2px solid #ff6a14;
    color: #ff6a14;
}

header.header-effect-shrink{
    background-color: #071d49;
}

select.form-control:not([size]):not([multiple]){
  min-width: 46px!important;
}

.modal-header .close{
  outline:none!important;
}

.lnr{
    line-height: initial!important;
}

fieldset .form-control:focus{
    background-color: white!important;
    border: 1px solid #71bc0d;
    color: black!important;
    box-shadow: none!important;
}

.flex-group{
    display: flex;
    align-items: center;
}

fieldset.riders {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.setup-content-box{
  margin-top: 5px;
}

.setup-content-box fieldset legend{
    margin-bottom: 0px;
}

.plan-block fieldset legend{
  color: #1f1f1f;
}

.plan-block fieldset .field-into-field legend{
    color: #ff6a14;
}

fieldset.riders legend{
  color: #1f1f1f!important;
}

.form-group.flex-group div:nth-child(2) select{
  border-left:0px!important;
  border-right:0px!important;
}

.form-group.flex-group div:nth-child(3) select{
  padding-right: 0px!important;
}

.form-control[readonly],
.form-control[readonly]:focus,
.form-control[readonly]:active,
.form-control[readonly]:hover {
    background-color: #ddd!important;
    border-color: #ced4da!important;
    color: #707070!important;
    cursor: not-allowed!important;
    pointer-events: none!important;
    opacity: .8;
}

.setup-content-box legend {
    color: #1f1f1f;
}

fieldset.riders{
  min-height: initial!important;
}

fieldset.riders .form-group {
    width: auto;
    padding: 8px;
    background: #0a1d49;
    border: 1px solid #0a1d49;
    border-radius: 3px;
    margin-right: 10px;
    color: white;
    line-height: 1.2;
    flex-grow: 2;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    max-width: 441px;
}

fieldset.riders .form-group input{
  margin-right:5px!important;
}

.modal-body .form-group{
    display: flex;
    align-items: center;
}

.modal-body .form-group input{
    color: #495057;
    background-color: #fff!important;
    border: 1px solid #ced4da;
    box-shadow: initial;
}

.modal-body .form-group input:focus{
    border: 1px solid #71bc0d!important;
}

.modal-header.login-color {
    background-color: #1f1f1f!important;
}

@media (min-width: 576px){
  .modal-sm{
      max-width: 350px!important;
  }
}


.card.bg-primary-2.border-0.h-100.py-5,
.card.bg-primary-2.border-0.h-100.py-5 .card-body{
  border-radius: 0px!important;
  background-color: #071d49 !important;
}

.h40{
  height: 40px!important;
}

.label-center{
    display: flex;
    align-items: center;
}

#header ~ #header{
  display: none!important;
}

.form-group.riders label{
  width: 100%!important;
}

.form-group.riders label{
  width: 100%!important;
}

.form-group.riders:not(.form-control-sm):not(.form-control-lg) select{
  width: 155px!important;
  height:30px!important;
  padding:0px!important;
  min-height:30px!important;
  margin-left:-25px;
  position: relative;
  top: 10px;
  right: 15px;
}

.form-group.riders:not(.form-control-sm):not(.form-control-lg) select option:first-child{
  display:none;
}

#step-finish .btn.btn-primary.btn-5.btn-rounded.font-weight-semibold.d-block.w-100{
    background-color:red;
    max-width:350px;
}

a.btn.btn-primary.btn-5.btn-rounded.font-weight-semibold.d-block.w-100.mt-5.pull-right {
    float: right;
}

/*
*ANIMATION LOADING
*/

#loading .spinner{
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: cubic-bezier(.2, .65, .6, 1);
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-name: spinner;
    animation-timing-function: cubic-bezier(.2, .65, .6, 1);
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
    -webkit-transform: rotateY(-360deg);
    }
}

/* all other browsers */
@keyframes spinner {
    0% {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);;
    }
    50% {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
     100% {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);;
    }
}

html .btn-outline.btn-primary.button-color-next:hover,
.button-color-next{
    background-color: #ff6a14!important;
    border-radius: 6px!important;
    transition: all .3s ease-in-out!important;
    box-shadow: 0 16px 18px -6px rgb(0 0 0 / 29%)!important;
    color: #ff6a14!important;
    border-color: #ff6a14!important;
}

.top41{
  top: 41%!important;
}

.nextBtn.btn-info{
  border-color: #ff6a14!important;
  background-color: #ff6a14!important;
}

a[save-quote] span, .quote-modal a span.wrap span {
  display: unset!important;
}

.quote-modal {
    margin: 0;
    width: 100%;
}

.quote-modal .btn{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.quote-modal div {
    margin: 0;
    width: 33%;
}

.quote-modal div p {
  margin: 10px 20px;
  color: #004986;
  font-size: 16px;
}

.mt15 {
  margin-top: 15px;
}

.mb50 {
  margin-bottom: 50px!important;
}

.mt40 {
  margin-top: 40px!important;
}

@media (max-width: 1440px){
  /*   .form-control:not(.form-control-sm):not(.form-control-lg) {
       height: 30px!important;
  }*/

    .slider-contact-form.appear-animation.animated.fadeInUpShorter.appear-animation-visible {
      margin-top: 10px;
  }

    div#age-base {
       -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
  }

  .col-md-9.plr0.pb10 {
      padding-bottom: 0;
  }

{#   button.btn.btn-primary.btn-rounded.btn-4.font-weight-semibold.text-0.d-block.w-100.mt-5 {
    height: 31px;
    display: flex!important;
    justify-content: center;
    align-items: center;
  } #}

  .slider-contact-form.appear-animation.animated.fadeInUpShorter.appear-animation-visible {
      max-width: 460px;
  }
}

@media (max-height: 820px){
   .form-control:not(.form-control-sm):not(.form-control-lg) {
       height: 30px!important;
   }

  button.btn.btn-primary.btn-rounded.btn-4.font-weight-semibold.text-0.d-block.w-100.mt-5 {
    height: 30px;
    display: flex!important;
    justify-content: center;
    align-items: center;
  }

  p.text-color-light.font-weight-bold.name-agent.fs21 {
      font-size: 18px;
  }

  .slider-contact-form h2 {
      font-size: 1.3rem;
  }

    #header .header-logo img {
      margin-bottom: 0px!important;
      margin-top: 0px!important;
  }


  #header.header-container-no-min-height .header-container {
      height: 90px!important;
  }

/*  header#header {
      height: 40px!important;
      min-height: 75px!important;
  }*/

  section#about {
      padding: 15px;
  }

  div#age-base {
      -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  div#age-base label {
    white-space: nowrap;
  }

  div#age-base label {
    white-space: nowrap;
  }
}

@media(max-height: 729px){
  .form-control:not(.form-control-sm):not(.form-control-lg) {
    height: 23px!important;
  }

  .slider-contact-form-wrapper .slider-contact-form form .form-group {
    margin-bottom: 2px;
  }

  h2.text-color-light.font-weight-bold {
    margin-bottom: 1px;
  }

  button.btn.btn-primary.btn-rounded.btn-4.font-weight-semibold.text-0.d-block.w-100.mt-5 {
      height: 25px;
  }
}

@media (max-height: 655px){

  .slider-contact-form button {
      margin-top: 12px!important;
  }

  h2.text-color-light.font-weight-bold {
      margin-bottom: 0px;
  }

  label.required {
      font-size: 11px;
  }

  .slider-contact-form button {
      margin-top: 10px!important;
  }

  .slider-contact-form.appear-animation.animated.fadeInUpShorter.appear-animation-visible {
      padding-bottom: 20px;
  }

  div#age-base label {
    font-size: 11px;
  }
}

@media (max-height: 570px){
    h2.text-color-light.font-weight-bold {
    font-size: 13px!important;
  }

  .slider-contact-form-wrapper .slider-contact-form form .form-group {
    margin-bottom: 0px;
  }

  button.btn.btn-primary.btn-rounded.btn-4.font-weight-semibold.text-0.d-block.w-100.mt-5 {
    height: 24px;
  }

   label.required {
      font-size: 10px;
  }

  div#age-base label {
    font-size: 10px;
  }
}

.section-title-p.title-agent{
  text-align: left;
  margin: 50px 0px 25px;
}

.section-title-p{
  font-weight: 600;
  color: #ff6a14;
}

.d-flex-center {
  display: flex;
  align-items: center;
  height: 25px;
}

fieldset.riders .form-group input{
  margin-right:5px!important;
}

.mb0{
  margin-bottom: 0px!important;
}

.color-white{
  color: white!important;
}

.text-dark{
  color: #333!important;
  margin-top: -5px;
  font-weight: bold;
}

.mt-7{
  margin-top: -7px;
}

/* fieldset.riders .form-group:last-child p{
  margin-top: -13px;
}

fieldset.riders .form-group:last-child{
  margin-bottom:0px!important;
  height:58px!important;
}

fieldset.riders .form-group:last-child label{
    width: 200px;
    margin-top: -5px;
}

fieldset.riders .form-group:last-child select{
    width: 116px!important;
    height: 25px!important;
    padding: 0px 5px;
} */

.text-light{
  color: white!important;
  margin-top: -5px;
  font-weight: bold;
}

.background-blue{
    background: #071d49!important;
}

.list-service li{
    font-size: 15px;
    margin-bottom: 10px!important;
}

.list-text-about-us li{
    font-size: 1.2em;
    color: #707070;
    line-height: 1.9;
    margin: 0 0 0.5em;
}

.mb-8m{
    margin-bottom: 8px!important;
}

.min-h245{
    min-height: 245px;
}

@media (max-width: 580px) {
  .form-group.riders:not(.form-control-sm):not(.form-control-lg) select{
    right: unset;
  }
}

.visibility-0 {
  visibility: hidden;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
html .btn-primary:focus, html.sticky-header-active .btn-sticky-primary:focus
{
    box-shadow: none;
    background: #c54c07;
    border-color: #c54c07;
}

@media (max-width:  768px)
{
    .smiling-woman-bg
    {
        background-repeat: no-repeat;
        background-image: url(/app-website/img/people/smiling-woman.png);
        background-size: cover;
        background-position: 50%;
    }

    .smiling-woman-bg > div
    {
        background: rgba(0, 0, 0, .3);
        border-radius: 10px;
        backdrop-filter: blur(5px);
    }
}

#footer a
{
    color: #fff !important;
}