/*
Colores:
Blue: #1a324e;
Primary red: #ab312b;
Secondary red: #dc3545;
*/

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

body {
  font-family: "Poppins", sans-serif;
  }

/* DETERMINANTS =================================================================================== */
.blue {
  color: #1a324e !important;
}
.red {
  color: #ab312b !important;
}
.white {
  color: #ffffff !important;
}
.dark-grey {
  color: #111111 !important;
}
.light-grey {
  color: #999999 !important;
}
.bg-blue {
  background-color: #1a324e !important;
}
.bg-red {
  background-color: #ab312b !important;
}

.list-disc {
    list-style-type: disc !important;
    padding-left: 40px;
}
.list-disc li {
    list-style-type: disc !important;
    word-break: break-word;
}

.list-decimal li {
    list-style-type: decimal;
}

.round-profile-pic {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.profile-pic {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.round-profile-pic.pic-sm {
  height: 30px;
  width: 30px;
}

.round-profile-pic.pic-md {
  height: 60px;
  width: 60px;
}

.round-profile-pic.pic-lg {
  height: 80px;
  width: 80px;
}

.profile-pic.pic-lg {
  height: 80px;
  width: 80px;
  object-position: top;
}

/* Extra styles =================================================================================== */

.main-logo {
    max-height: 60px;
    max-width: 300px;
}

.footer-list li a.no-bullet:before {
    content: '';
    color: #0d1a28;
}

.section-single-heading h3:after {
    content: " ";
    display: block;
    background: #ab312b;
    width: 60px;
    height: 2px;
    margin-top: 8px;
}

.candidates .plane-box {
    display: flex;
    flex-wrap: wrap;
}

.candidates .plane-box-text li {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    list-style: disc;
}

.contact-info-section p a {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}

.contact-info-section p a:hover {
    color: #a8302a;
}

.contact-info-section .contact-ti i {
    padding: 16px;
}

.contact-box p {
    color: #999;
    font-size: 14px;
    word-wrap: break-word;
    line-height: 1.2;
}

.subtitle-text {
    color: #111111;
    font-size: 17px;
    font-weight: 500;
    padding-top: 12.5px;
    padding-right: 10px;
    margin-bottom: 0;
}

.swiper-container.slider-short {
    height: 50%;
}

.top-bar-info.top-info-side li a, .top-bar-info.top-info-side li {
    color: #333;
    line-height: 1;
    padding-top: 3px;
}

.top-bar-info.top-info-side li a {
    padding-bottom: 0;
    padding-left: 31px;
    text-transform: none;
}

.top-bar-info.top-info-side li {
    padding-bottom: 5px;
}

.top-bar-info.top-info-side {
    border-top: 1px solid #c6c6c6;
    padding-top: 20px;
}

.top-bar-info.top-info-side li a:hover, .top-bar-info.top-info-side li a:focus, .top-bar-info.top-info-side li a:active {
    color: #ab312b;
    text-decoration: none;
}

/* Stepper =================================================================================== */

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #1a324e !important;
    border-color: #1a324e !important;
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #1a324e !important;
    color: #1a324e !important;
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #1a324e !important;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff !important;
    color: #54667a !important;
    border: 1px solid #d9d9d9 !important;
}

.wizard-content .wizard.vertical>.steps {
    background: #dee2e6;
    border-radius: 15px;
}

.wizard-content .content label {
    color: #111111;
}

.wizard-content .content small {
    color: #0d1a28;
}

.wizard-content .content .form-control {
    border: 2px solid #eee;
    border-radius: 4px;
}

.wizard-content .content .form-group {
    margin-bottom: 1.8rem;
}

.wizard-content .content .user-section .form-control {
    border-radius: 0 4px 4px 0;
    border-left: 0;
}

.wizard-content .content .user-section .input-group-text {
    border: 2px solid #eee;
}

/* Changed styles =================================================================================== */

#top-bar {
    background: transparent;
}

.top-bar-info li i {
    color: #ffffff;
}

.top-bar-info li a {
    color: #ffffff;
}

.top-bar-info li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.partner-text h4 {
    color: #111111;
}

.section-heading h4 {
    color: #111111;
}

.section-heading h3 {
    color: #111111;
}

.service-content-box a {
    color: #111111;
}

.navigation-fixed-wrapper {
    border-bottom: 3px solid #19314c;
    z-index: 999;
}

footer {
    background: #0d1a28;
}

.contact-box {
    padding: 20px 10px 20px 10px;
}

.contact-info-section i {
    padding: 17px;
}

.testmonial-box {
    margin: 15px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.testmonial-box.no-box {
  margin: 0;
  -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

.testmonial-box a {
  font-size: 13px;
  vertical-align: middle;
}

.testmonial-box p {
  margin-bottom: 10px;
}

.modal-content {
    border: 0;
    border-radius: 0 0 .3rem .3rem;
    border-top: 5px solid #1a324e;
}

.info-text ul, .info-text ol {
  padding-left: 20px;
}

.info-text ul li {
  list-style-type: disc;
  font-size: 14px;
  color: #999;
  line-height: 1.7;
}

.info-text ol li {
  list-style-type: decimal;
  font-size: 14px;
  color: #999;
  line-height: 1.7;
}

.custom-select {
  border: 2px solid #eeeeee;
}


/* NEW =================================================================================== */

.secondary-button {
    background: #1a324e;
    color: #fff;
    border-radius: 50px;
}

.terciary-button {
    background: #dc3545;
    color: #fff;
    border-radius: 50px;
}

.circle-icon {
    padding: 5px;
    color: #fff;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.top-bar-info strong {
    font-size: 14px;
}

.footer-icons {
    margin-top: 20px;
    margin-left: 26px;
}

.footer-icons li {
    list-style-type: none;
    color: #aaa;
    padding: 6px 0px;
}

.footer-icons li a {
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
}

.footer-icons li a i {
    font-size: 18px;
    color: #a8302a;
    margin-left: -26px;
    margin-right: 4px;
}

.service-box:hover .service-content-box h3 {
    color: #a8302a;
}

.primary-list.a-grey li a {
    color: #222;
}

.main-register-form input {
    display: inline-block;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    border: 2px solid #eee;
    min-width: 270px;
    max-width: 100%;
    border-radius: 30px;
    padding: 12px 20px;
}

.label-secondary {
    text-align: center;
    font-weight: 300;
    width: 100%;
    font-size: .8rem;
}

.mandatory {
    color: #ab312b;
    font-size: 18px;
    vertical-align: text-top;
}

.list-radios li {
    color: #111111;
}

.img-main-blog {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

button:focus {
    outline: 0;
}

.service-box img {
    height: 200px;
    object-fit: cover;
}

.services-single-right img {
    max-height: 350px;
    object-fit: cover;
    width: 100%;
}

.slider-content h2 {
    line-height: 1;
}

.info-text ul li {
  word-break: break-word;
}

/* Responsive ===================================================================================================== */

@media (max-width: 1024px) {
  .main-logo {
    max-width: 150px;
  }
}

@media (max-width: 768px) {
  .form-group .service-block-number {
    width: auto;
  }
  .top-bar-info li i {
    color: #ab312b;
  }
  .main-logo {
    max-width: 300px;
  }
}

@media (max-width: 420px) {
    .main-logo {
        max-height: 60px;
        max-width: 200px;
    }
    .swiper-container.slider-short {
        height: 70%;
    }
    .swiper-container-fade .swiper-slide {
    background-position: left;
  }
  .d-flex.wrap-sm {
    flex-wrap: wrap;
  }
  .modal-dialog {
    width: 90%;
  }
  .modal-dialog {
    position: absolute;
    left: 0;
  }
}
