body {
    font-family: "Nunito", sans-serif !important;
    font-weight: normal;
    font-style: normal;
    position: relative;
    box-sizing: inherit;
    background-color: #fff;
    overflow-x: hidden !important;
   
}

body::-webkit-scrollbar {
    background: #e6e6e6;
    color: white;
    width: 0px;
    height: 8px;
}

html {
    height: 100vh;
    box-sizing: border-box;
    transition: 1s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    color: #1a1e20;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}

p {
    font-family: "Muli", sans-serif;
    color: #506172;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.mt-70 {
    margin-top: 70px;
}

/* Alertas de errores */
.alerta-b {
    position: fixed;
    z-index: 99999999;
    font-size: 15px;
    width: 600px;
    right: 0;
    bottom: -20px;


}

.alert-danger{
    height: 135px;
    background-color: #fabac1;
    padding: 20px 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

.alert-danger::-webkit-scrollbar{
    display: none;
}

.alert-success{
    background-color: #95d5da;
    padding: 20px 5px;
}

#error-icon{
    background-color: #dc3545;
    color: #fff;
    padding: 10px;
    font-size: 50px;
    text-align: center !important;
}


#success-icon{
    background-color: #04dbec;
    color: #fff;
    padding: 10px;
    font-size: 50px;
    text-align: center !important;
}

.login {
    background-image: url("{{ asset('../img/pages/login/login.jpg') }}");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

#header-login {
    width: 80%;
    background-color: transparent;
    padding: 25px 10px;
}

.btn-submit {
    background: #03cddb;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 0px;
}

.btn-submit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #0808081a;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}

.btn-submit:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.btn {
    background: #1a1e20;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 0px;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: rgb(255, 255, 255);
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

#send_btn {
    color: #fff;
}

#send_btn:hover {
    color: #1a1e20;
}
.margin-form {
    margin-top: 50px;
}

.margin-left {
    margin-left: 20px;
}

.margin-top {
    margin-top: 100px;
}

.fab {
    padding: 12px;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
    transition: 0.3s ease-in;
    border: 1px solid transparent;
}

.fab:hover {
    color: #1a1e2098;
    border: 1px solid #1a1e2098;
    background-color: transparent;
}

.fa-facebook {
    background-color: #04dbec;
}

.fa-twitter {
    background-color: #2f73f1;
}

.fa-whatsapp {
    background-color: #4af058;
}

.fa-youtube {
    background-color: #dc3545;
}

.card {
    background-image: url("../img/pages/login/help.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 50px;
    padding: 15px 25px 3px 15px;
    box-sizing: border-box;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::placeholder {
    font-size: 12px;
    color: #c4c4c4;
}

.form-contact .form-control {
    border: 1px solid #9022f79c;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

/*Estilos del preloader*/
.novaside-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    z-index: 999999999999999999999999999999999999;
}

.novaside-preloader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-image: url("../img/home/preloader.jpg");
    background-size: cover;
    background-position: center;
    z-index: 99999;
}

.preloader-text{
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    margin-top: 100px;
    color: #28395a;
}
/* The dot */
.dot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 160px;
  height: 100px;
  margin-top: -50px;
  margin-left: -80px;
  border-radius: 5px;
  background-color: #04dbec;
  transform-type: preserve-3d;
  animation: dot1 3s cubic-bezier(0.55, 0.3, 0.24, 0.99) infinite; }

.dot:nth-child(2) {
  z-index: 11;
  width: 150px;
  height: 90px;
  margin-top: -45px;
  margin-left: -75px;
  border-radius: 3px;
  background-color: #0b1c39;
  animation-name: dot2; }

.dot:nth-child(3) {
  z-index: 12;
  width: 40px;
  height: 20px;
  margin-top: 50px;
  margin-left: -20px;
  border-radius: 0 0 5px 5px;
  background-color: #dc3545;
  animation-name: dot3; }

@keyframes dot1 {
  3%,
    97% {
    width: 160px;
    height: 100px;
    margin-top: -50px;
    margin-left: -80px; }
  30%,
    36% {
    width: 80px;
    height: 120px;
    margin-top: -60px;
    margin-left: -40px; }
  63%,
    69% {
    width: 40px;
    height: 80px;
    margin-top: -40px;
    margin-left: -20px; } }
@keyframes dot2 {
  3%,
    97% {
    width: 150px;
    height: 90px;
    margin-top: -45px;
    margin-left: -75px; }
  30%,
    36% {
    width: 70px;
    height: 96px;
    margin-top: -48px;
    margin-left: -35px; }
  63%,
    69% {
    width: 32px;
    height: 60px;
    margin-top: -30px;
    margin-left: -16px; } }
@keyframes dot3 {
  3%,
    97% {
    width: 40px;
    height: 20px;
    margin-top: 50px;
    margin-left: -20px; }
  30%,
    36% {
    width: 8px;
    height: 8px;
    margin-top: 49px;
    margin-left: -5px;
    border-radius: 8px; }
  63%,
    69% {
    width: 16px;
    height: 4px;
    margin-top: -37px;
    margin-left: -8px;
    border-radius: 10px; } 
}



/*Estilos del modal procesar petición*/
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999;
    background: linear-gradient(to left, rgba(255, 5, 5, 0.178), rgba(2, 2, 2, 0.363));
}

.content-navigation {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-navigation-bar {
    background-color: #04dbec;
    width: 20%;
    padding: 30px;
    border-radius: 50px;
}

.progress-bar {
    background-color: #1a1e20;
}

#progress {
    height: 25px;
    border-radius: 15px;
}

#legend-bar {
    color: #f7f7f7;
    font-weight: bold;
    letter-spacing: 12px;
    font-size: 14px;
    text-align: center;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::placeholder {
    font-size: 12px;
    color: #c4c4c4;
}

.form-contact .form-control {
    border: 1px solid #9022f79c;
    border-radius: 0px;
    height: 200px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.img-section-help img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media (min-width: 320px) and (max-width: 720px) {
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .margin-form {
        margin-top: 0px;
    }

    .margin-top {
        margin-top: 10px;
    }

    .novasite-legend {
        font-size: 23px;
    }

    .preloader-text{
        margin-top: 50px;
        font-size: 18px;
    }

    #header-login {
        width: 100%;
        padding: 25px 10px;
    }

    #social {
        display: none;
    }
    .card {
        width: 100%;
        padding: 0 !important;
        animation-name: slideStop !important;
    }

    .divider-login,
    .reponsive-options {
        display: block;
    }

    .d-lg-block,
    .navblock {
        display: none;
    }

    .content-navigation-bar {
        width: 90%;
    }

    #contactForm,
    #linkForm {
        width: 100%;
    }
}

@media (min-width: 721px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media (min-width: 721px) and (max-width: 1120px) {
    .divider-login {
        height: 100px;
        display: block;
    }
}
