﻿/* ---------------------------------- DOM ----------------------------------- */

@font-face {
    font-family: Montserrat-Light;
    src: url('./fonts/Montserrat-Light.ttf');
    font-style: normal;
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('./fonts/Montserrat-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('./fonts/Montserrat-Medium.ttf');
    font-style: normal;
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('./fonts/Montserrat-SemiBold.ttf');
    font-style: normal;
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('./fonts/Montserrat-Bold.ttf');
    font-style: normal;
}

body, html {
    font-family: Montserrat-Regular, Sans-serif!important;
}

strong{
    font-family: Montserrat-SemiBold !important;
}

a,
a.azulref {
    color: #8000FF !important;
}

.dropdown a,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000 !important;
}

.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked + label:after {
    border-color: #8000FF;
    background-color: #8000FF;
}

.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked + label:after {
    border-color: #8000FF;
    background-color: #8000FF;
}

input[type="radio"] {
    border: 1px solid #8000FF;
}

input[type="radio"]::before {
    box-shadow: inset 1em 1em #8000FF;
}

.input-select.ver_2::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(128,0,255,1)' class='bi bi-caret-down-fill' viewBox='0 0 16 16'> <path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
}

.form-control:focus {
    border-color: #8000FF;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: red;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF4BD2' stroke='none'/%3e%3c/svg%3e");
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border: 1px solid #000;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: red;
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}

.was-validated .custom-select:invalid + .dropdown button, 
.custom-select.is-invalid + .dropdown button {
    border-color: red;
}
@media all and (min-width: 768px) {
    .input-select.ver_2::after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(128,0,255,1)' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");    
    }
}

.btn--primary {
    background-color: #8000FF;
    -webkit-box-shadow: 0px 2px 17px -2px rgb(0,0,0);
    -moz-box-shadow: 0px 2px 17px -2px rgb(0,0,0);
    box-shadow: 0px 2px 17px -2px rgb(0,0,0);
}

.btn--primary:hover:not(:disabled) {
    background-color: #8000FF;
}

.btn--aqua {
    background-color: #8000FF;
    color: #fff !important;
    -webkit-box-shadow: 0px 2px 17px -2px rgba(128,0,255,1);
    -moz-box-shadow: 0px 2px 17px -2px rgba(128,0,255,1);
    box-shadow: 0px 2px 17px -2px rgba(128,0,255,1);
}

.btn--aqua:hover:not(:disabled) {
    background-color: #8000FF;
    color: #fff !important;
    -webkit-box-shadow: 0px 2px 17px -2px rgba(128,0,255,1);
    -moz-box-shadow: 0px 2px 17px -2px rgba(128,0,255,1);
    box-shadow: 0px 2px 17px -2px rgba(128,0,255,1);
}

.btn--white-outline-blue {
    border: 2px solid #8000FF !important;
}

.btn--white-outline-aqua {
    border: 2px solid #8000FF !important;
}

.btn--pink {
        background-color: red !important;
}

.background_aqua {
    background-color: #ccc;
}
/* -------------------------------------------------------------------------- */

/* --------------------------------- Common --------------------------------- */
.azulmiituo {
    color: #8000FF;
    text-decoration: underline;
}
.border-round-icon{
    border: 2px solid #8000FF !important;
}

.carousel li.active, .carousel-indicators li:hover {
    background-color: #8000FF;
}

.carousel-control-wraper {
    color: #8000FF;
}
/* -------------------------------------------------------------------------- */

/* --------------------------------- Cotizar -------------------------------- */
.coberturasboard .panel {
    border: 2px solid #8c8c8c;
}

.coberturasboard .panel[title="Plan Amplio"]{
    border: 2px solid #8c8c8c;
}

.coberturasboard .panel + .back_miiflex {
    background-color: #8000FF;
}

.coberturasboard .panel[title="Plan Fijo"] {
    border: 2px solid rgba(128,0,255,0.5);
}

.coberturasboard .panel + .back_fijo {
    background-color: rgba(128,0,255,0.5)  
}

.close-pop-send-quotation, .close-pop-how-it-works-mobile, .close-pop-how-it-works {
    background-color: #8000FF;
}

.infocontratacion p:not(.tarifa):before {
    color: #8000FF;
}

.faq-accordion i {
    color: #8000FF;
}
/* -------------------------------------------------------------------------- */

/* ------------------------------- Contratar -------------------------------- */
#coberturas .selectedCover .panel, #chose-payment .option-payment.active {
    border: 1px solid #8000FF;
}

.radio_container i {
    color: #8000FF !important;
}
/* -------------------------------------------------------------------------- */

/* ------------------------------- Menu -------------------------------- */
#widgetMenu{
    display: none !important;
}
.bg-purple {
    background-color: #8000FF;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

.menu-horizontal .nav-link {
  position: relative;
  display: inline-block; 
}

.menu-horizontal .nav-link:hover::after,
.menu-horizontal .nav-link.active::after {
  width: 100%;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
     border: 0 !important; 
}

.navbar-collapse {
    font-size: 18px;
    width: 100%;
    transition: none;
}

.navbar-collapse.show {
    height: 100vh;         
    overflow-y: auto;       
    background-color: inherit;
    font-size: 20px !important;
    margin-top: 80px;

}

.navbar-collapse.show .navbar-nav .nav-item{
    margin-top: 20px;
}

.menu-horizontal .nav-link:hover {
    font-family: Montserrat-SemiBold;
}

@media (min-width: 1200px) {
  .menu-horizontal .nav-link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -7px;           
      height: 3px;
      width: 0;
      background-color: #fff;
      border-radius: 30px;
      transition: width 0.3s ease !important; 
  }
}

@media (max-width: 1200px) {
  .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 100vw !important; 
    height: 100vh !important;
    background-color: #8000FF !important;
    transform: translateX(100%); 
    transition: transform .4s ease !important;
    z-index: 1050 !important;
    overflow-y: auto !important;
  }

  .navbar-collapse.show {
    transform: translateX(0) !important;
  }

  .navbar-collapse.collapsing {
    background-color: #8000FF !important;
    transition: transform .4s ease !important;
    font-size: 20px !important;
    margin-top: 80px !important;
    transform: translateX(100%) !important;
    height: 100vh !important;
  }

  .navbar-collapse.collapsing .nav-item {
    margin-top: 20px !important;
  }

  .navbar-toggler {
    z-index: 1100 !important;
  }

  .navbar-nav {
    padding-top: 20px;
    padding-left: 40px;
  }
}

@media (max-width: 404px) {
    .navbar-brand {
        width: 67%;
    }

    .navbar-collapse.show {
        margin-top: 68px !important;
    }

    .navbar-collapse.collapsing {
        margin-top: 68px !important;
    }
}
/* -------------------------------------------------------------------------- */

/* ------------------------------- Footer -------------------------------- */
.footer-container {
    background-color: #DBDBDB;
    padding: 20px 0;
}

.font-footer {
    margin-left: 8.333333% !important;
}

.font-footer div p{
    font-size: 1rem !important;
    line-height: 1.75;
    margin-bottom: 0;
}

.font-footer div p a{
    font-size: 0.9rem !important;
    color: #2F3033 !important;
    text-decoration: underline !important;
}

.font-footer div p a:hover {
    font-family: Montserrat-SemiBold;
    color: #969696;
}

.font-banner p {
    margin: 0 0 0 0;
}

.font-banner p a{
    font-size: 1rem !important;
    color: #FFF !important;
    text-decoration: underline !important;
}

.font-banner p a:hover{
    font-family: Montserrat-SemiBold;
    color: #FFF !important;
}

.font-banner p em{
    color: #FFF !important;
    font-size: 14px !important;
}

@media (min-width: 1600px) {
  .footer-container .container{
    max-width: 1320px;
  }
}
/* -------------------------------------------------------------------------- */
