html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar-nav {
    @media (min-width: 992px) {
        justify-content: center;
        align-items: center;
    }
}

.img-custom {
    @media (min-width: 992px) {
        display: none;
    }
}

.img-custom2 {
    @media (max-width: 992px) {
        display: none;
    }
}

.icon-custom {
    color: #ec1b23 !important;
}
.container-header {
    display: flex;
    flex-direction: row;
    background: #ec1b23;
    height: 50px;
    justify-content: center;
    align-items: center;

    @media (max-width: 992px) {
        display: none;
    }
}

a.text-header {
    color: white !important;
    text-decoration: none;
    margin: 10px;
    font-weight: bold;
}

a.text-header:hover {
    color: #BBBBBB !important;
}

a.text-header-white {
    color: white !important;
    font-weight: bold;
    text-decoration: none;
}

a.text-header-white:hover {
    color: #BBBBBB !important;
}

a.text-bravo {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

a.text-bravo:hover {
    color: #BBBBBB;
}

a.text-hg {
    display: flex;
    text-decoration: none;
    color: #ec1b23 !important;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

a.text-hg:hover {
    color: #BBBBBB !important;
}

.container-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    @media (max-width: 992px) {
        font-size:xx-small !important;
    }
}

.btn.btn-bravo {
    background: #ec1b23 !important;
    text-transform: uppercase;
    color: white;
}

h1,h2.text-bravo {
    color: #ED1C24 !important;
}

p.text-privacy {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: Normal;
    font-style: normal;
    color: #dd9933;
    font-size: 30px;
    font-display: swap;
}

a.text-info {
    text-decoration: none;
    color: #bababa !important;
}

a.text-info:hover {
    color: #dd3333 !important;
}

h3.text-banner-title {
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

p.text-banner-subtitle {
    color: #CB913D !important;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

a.text-banner-thirdtitle {
    color: #BBBBBB !important;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.container-home {
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

.container-carousel {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 450px !important;
}

.container {
    min-width: 85% !important;
}

.carousel {
    min-width: 100% !important;
}

.carousel-item {
    @media (min-width: 992px) {
        max-height: 450px !important;
    }
}

.container-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.container-soluciones {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: #FAFAFA;
    padding: 100px;
}

.view-red {
    width: 100px;
    height: 10px;
    background: #ED1C24;
}

.container-red {
    height: 4px;
    margin: 30px;
    background: #ED1C24;
    justify-content: center;
    align-items: center;
}

.lbl-soluciones {
    width: 100%;
    font-size: 24px;
    color: black;
    font-weight: 900;
    margin: 10px;
}

.lbl-leg {
    font-size: 14px;
    margin: 10px;
    width: 100%;
}

.container-dsitribuidor {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: #FAFAFA;
    padding: 100px;
}

.container-gente {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: #FAFAFA;
    padding: 100px;
}

.container-blog {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: #FAFAFA;
    padding: 100px;
}

.footer-add {
    display width: 100%;
    background-color: #777777;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: left center;
    background-image: url('../img/Footer-Logo.png');
    background-size: contain;
}

.ul-links {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 20px;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
    p
    {
        color: white;
        font-size: 30px;
        margin-top: 15px;
    }
    @media (max-width: 992px) {
        flex-direction: column;
    }
}

.container-foot {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container-privacy {
    display: flex;
    flex-direction: column;
    margin: 20px;
}

.container-empresa{
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    margin: 20px !important;
    p {
          margin: 10px;
      }
    h3 {
        color: #6ec1e4 !important;
    }
    h4, h5, h6 {
        margin: 15px;
    }
}

.container-title {
    display: flex;
    flex-direction: row;
    margin: 20px,
}

.title1 {
    font-weight: bold;
    color: #606161 !important;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
}

.title2 {
    color: #ED1C24 !important;
    text-transform: uppercase;
    margin-left: 10px;
}

.img-logo {
    max-width: 300px;
}

.img-width {
    min-width: 100%;
}

.container-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    p {
        max-width: 50%;
        text-align: center;
    }
    h3 {
        color: #ED1C24 !important;
        margin-top: 15px;
        font-size: x-large;
        max-width: 60%;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
    img {
        width: 80% !important;
        margin: 20px;
    }

    @media (max-width: 992px) {
        width: 95% !important;
    }
}

.container-left {
    display: flex;
    flex-direction: column;
}

.container-right {
    display: flex;
    flex-direction: column;
}

.container-data {
    display: felx;
    flex-direction: column;
    margin: 30px;
}

a.text-contacto {
    display: flex;
    font-size: smaller;
    margin-top: 20px;
    color: black !important;
    align-items: center;
    text-decoration: none;
}

.ba-name {
    color: #ED1C24 !important;
    margin-top: 15px;
    font-size: x-large;
}

.container-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-cont {
    display: flex;
    flex-direction: row;
    svg {
        width: 70px
    }
    h3 {
        align-self: end;
        margin-left: 20px;
    }
    p {
        margin: 20px;
    }
}

.album-custom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-custom {
    width: 550px;
    height: 650px;
    padding: 20px;
    margin: 20px;

    img {
        margin-bottom: 20px !important;
    }
    @media (max-width: 992px) {
        width: 350px !important;
        height: auto !important;
    }
}

.card-custom-cap {
    background: #F2F2F2;
    height: 450px;
    img {
            width: 100% !important;
        }
    h4 {
        margin: 10px;
    }
    p {
        margin: 10px;
    }
    @media (max-width: 992px) {
        height: auto !important;
    }
}

/*--------------------------------------------------------------
# Botones dentro del modal
--------------------------------------------------------------*/
.login-dropdown-content {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.50) 0 0 12px 0;
    display: none;
    width: 300px;
    position: absolute;
    right: 0;
    top: 55px;
    text-align: left;
    z-index: 300;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    border-radius: 20px;
}

.dropdown-isactive {
    display: block;
    margin-right: 25%;
}

.login-a {
    color: #000;
    text-decoration: none;
    transition: none;
    text-shadow: none;
    font-weight: normal;
    text-transform: capitalize;
    cursor: pointer;
}

.login-a:hover {
    color: black !important;
    text-decoration: none;
    transition: none;
    text-shadow: none;
    font-weight: normal;
}

.a-forget {
    font-size: 12px;
    color: #ED1C24;
    font-weight: normal;
    margin: 7px 0 auto !important;
    text-align: center;
    display: block;
    text-transform: none;
}

.a-register {
    font-size: 14px;
    color: #ED1C24;
    font-weight: bold;
    margin-left: 5px;
}

.form-login {
    display: none;
    padding: 23px 24px;
}

.form-recover {
    display: none;
    padding: 23px 24px;
}

.form-register {
    display: none;
    padding: 23px 24px;
}

.form-isactive {
    display: block;
}

.dropdown-isactive {
    display: block;
}

.box {
    width: 300px;
}

.msj-error {
    background-color: #ffdce0;
    color: #ef5757;
    display: none;
    margin-top: 10px;
    margin-bottom: 3px;
    padding: 6px 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.msj-exito {
    background-color: #c6f9c8;
    color: #178f1c;
    display: none;
    margin-top: 10px;
    margin-bottom: 3px;
    padding: 6px 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.login-i-icons {
    margin-left: -35px !important;
    display: inline !important;
    cursor: pointer;
    color: #606161;
}

.login-button-submit {
    background: #EC1B23 0% 0% no-repeat padding-box;
    border-radius: 20px;
    border: none;
    padding: 12px 0px;
    width: 100%;
    letter-spacing: 0.03px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.terms {
    display: flex;
}

.terms > p {
    margin: 0;
}

.login-button-submit:hover, .login-button-submit:focus, .login-button-submit:active,
.login-button-submit.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #E86755;
    border-color: #285e8e;
}

.select2-container .select2-selection--single .select2-container--default  {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 55px !important;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    align-items: center;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin: 7px;
}

/*--------------------------------------------------------------
# MODALES MOVIL
--------------------------------------------------------------*/
.modal-form-login .login-label {
    margin-bottom: 9px;
}

.modal-form-identificarse .login-label {
    margin-bottom: 6px;
}

.modal-form-olvidaste .login-label {
    margin-bottom: 6px;
}

.modal-content- {
    display: none;
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.error, .errorLabel {
    color: red;
}

.ui-pnotify-title {
    font-size: 13pt !important;
    font-weight: bold;
}

.ui-pnotify-text {
    font-size: 10.5pt !important;
}

.errorSibling {
    border: 1px solid;
    border-color: red !important;
}

.selectClass {
    word-wrap: normal;
    height: 95%;
}

#divMainSpinner {
    position: relative;
    align-items: center;
    text-align: center;
}

@media (max-width: 1279px) {
    .modal-form-login {
        display: none;
        padding: 23px 24px;
    }

    .modal-form-identificarse {
        display: none;
        padding: 23px 24px;
        /*height: 500px;
		overflow-y: scroll;*/
    }

    .modal-form-olvidaste {
        display: none;
        padding: 23px 24px;
        /*height: 500px;
		overflow-y: scroll;*/
    }

    .i-modal-registro-regresar {
        display: inline !important;
        cursor: pointer;
        margin-right: 10px;
    }

    .modal-content- {
        display: none;
        left: 0%;
        right: 0%;
        top: 80px;
        margin: 0 auto !important;
        position: fixed;
        width: 300px;
        z-index: 5000;
        /**/
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.50) 0 0 12px 0;
        min-width: 300px;
        /*padding: 23px 24px;*/
        text-align: left;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #707070;
        border-radius: 20px;
    }

    .modal-isactive {
        display: table;
    }

    .modal-form-isactive {
        display: block;
    }

    .modal-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }
}

/* whatsapp */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 38px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
    background-color: var(--color-primary);
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
    width: 100%;
    background-color: #e140267a;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.contact .info-item:last-child {
    margin-bottom: 0;
}

.contact .info-item i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contact .info-item:hover i {
    background: #fff;
    color: var(--color-primary);
}

.contact .php-email-form {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0 10px 10px 0;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

    .contact .php-email-form .error-message br + br {
        margin-top: 25px;
    }

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--color-primary);
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button {
    background: var(--color-primary);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .bg-contact {
    background: url("../img/bg-convencion2.png") center center;
    background-size: cover;
    padding: 100px 60px;
    border-radius: 0 0 0 15px;
    overflow: hidden;
}

.contact .php-email-form button:hover {
    background: rgba(55, 55, 55, 0.8);
}


@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
