﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Toastr */
@media (max-width: 767px) {
    .toast-top-right {
        top: 101px;
    }
}

@media (min-width: 768px) {
    .toast-top-right {
        top: 102px;
    }
}

/* Dropzone */
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    max-width: 280px;
    padding: 7px 7px;
}

.dz-preview {
    margin: 5px !important;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dz-message {
    font-weight: bold;
    color: #646C7F;
    margin: 60px 0 !important;
}

.dz-error-message {
    margin-top: 15px;
}

.dz-details {
    padding-top: 15px !important;
}

.dz-size {
    margin-bottom: 5px !important;
}

.dz-error-mark {
    margin-top: -10px !important;
}

.dz-error-mark > svg > g > g {
    fill: lightsalmon;
}

.dz-success-mark {
    margin-top: -10px !important;
}

.dz-success-mark > svg > g > path {
    fill: lightgreen;
}

.dropzone input {
    display: none !important;
}

/* ICONOS CIRCULARES */
.circle-icon {
    background-color: #FFD500;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    font-size: 50px;
    color: white;
    padding: .5em;
}

.circle-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    text-align: center;
}

.vn-title {
    color: #233476;
    font-weight: bold;
}

/* SELECT2 */
.select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 37px !important;
}

/* TITULOS */
@media (max-width: 767px) {
    .elementor-heading-title {
        color: #FDDA64;
        font-family: "Rubik", Sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }

    .stx-title {
        color: #FFFFFF;
        font-family: "Heebo", Sans-serif;
        font-size: 30px;
        font-weight: 900;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }
}

@media (min-width: 768px) {
    .elementor-heading-title {
        color: #FDDA64;
        font-family: "Rubik", Sans-serif;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }

    .stx-title {
        color: #FFFFFF;
        font-family: "Heebo", Sans-serif;
        font-size: 43px;
        font-weight: 900;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }
}