.bg-red {
    background-color: #E00000;
}

.bg-header {
    position: absolute;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header {
    background-image: url("/public/img/images/imagen-encabezado2.png");
    height: 17rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-image-main-web {
    background-image: url("../../img/images/header-red.png");
    background-size: 100% 70%;
    background-repeat: no-repeat;
}

.bg-card-bottom-0 {
    height: 40%;
    width: 100%;
    background: linear-gradient(90deg, rgba(239, 24, 6, 1) 14%, rgba(244, 95, 3, 1) 29%, rgba(244, 189, 3, 1) 60%, rgba(198, 244, 3, 1) 80%, rgba(19, 202, 212, 1) 98%);
    bottom: 0;
    right: 0.5rem;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.text-red{
    color: #E00000;
}

.derechos {
    /*font: TCCC-UnityHeadline, Bold;*/
    font-size: 10px;
    text-align: center;
}

.img_first_phase {
    width: 100%;
    height: auto;
}

.img_second_phase {
    width: 100%;
    height: auto;
}

.img_third_phase {
    width: 100%;
    height: auto;
}

.social {
    /*las imágenes usadas tienen width de 48px*/
    width: 48px;
    position: fixed;
    bottom: 30px;
    left: 5px;
}

.color-blue {
    color: #59B1C1 !important;
    font-weight: bold !important;
}

.color-orange {
    color: #f79900;
}

.card-size {
    height: 24rem;
    width: 24rem
}

.img-size {
    max-width: 12rem;
}

.img-size-square {
    max-width: 24rem;
}

.top-15 {
    top: -15%;
}

.top-85 {
    top: 85%;
}

.flex-column-row {
    flex-direction: column;
}

.content-gallery {
    margin: 0 15rem;
}

.arrow-left {
    margin: -5rem;
}

.color-gray {
    color: #808080;
    font-weight: bold;
}

.color-gray-dark {
    color: #666666;
    font-weight: bold;
}

.border-color-red {
    border-color: #E00000 !important;
}

.border-color-red-orange-blue {
    border-width: 5px !important;
    border-style: solid;
    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(left, #F40000 0%, #F79900 50%, #6AC9CE 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #6AC9CE 0%, #F79900 50%, #F40000 100%);
    border-image: linear-gradient(to right, #F40000 0%, #F79900 50%, #6AC9CE 100%);
    border-image-slice: 1;
}

b {

}

.black {
    color: black;
}


p {
    /*  color: #EF1606;*/
    color: black;
}

.p {
    color: #59B1C1;

}

b {
    /* color: #EF1606;*/
    color: black;
}

.b {
    color: black;
}

.w {
    color: #FFFFFF;
}

.headerIcon {
    width: 20px;
    margin-left: 20px;
}

.primary-title {
    color: #59B1C1;

}

.simple-text {
    color: #000;
}

.contentForm {
    background: #59B1C1;
}

.coke-button {
    background: #59B1C1;
/ / background: #EF1606;
    color: #fff;
}

.coke-button:focus {
/ / background: #EF1606;
    background: #59B1C1;
    color: #fff;
}

.link {
    /*color: #EF1606;*/
    color: white;
}

.link:hover {
    color: #2d3748;
    color: white;
}

.form-check-input:checked {
    background: #59B1C1;
    color: #59B1C1;
}

.form-control.border-color-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 0, 0, 0.25);
}

.spanForm {
    font-size: .6rem !important;
    color: #59B1C1 !important;
}

.button-modal {
    background: #fff;
    color: #59B1C1;
}

.button-modal:focus {
    background: #fff;
    color: #59B1C1;
}

.btn.bg-tor-red-orange-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 153, 0, 0.25);
}

.container-img {
    position: relative;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-warp: warp;
    padding: 30px;
}

.container-img .card {
    position: relative;
    max-width: 190px;
    background-color: transparent;
    margin: 30px 10px;
    padding: 20px 15px;

    display: flex;
    flex-direction: column;
    border-color: transparent;
    transition: 0.3s ease-in-out;
}


.container-img .card .image {
    position: relative;
    width: 260px;
    height: 160px;

    top: 23%;
    left: -48px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.container-img .card .image img {
    max-width: 100%;
    border-radius: 15px;
}

.container-img .card .content {
    position: relative;
    top: -230px;
    left: -48px;
    font-size: 1rem;
    padding: 10px 15px;
    color: #111;
    text-align: center;
    background-color: white;
    width: 230px;
    height: 200px;

    visibility: hidden;
    opacity: 0;

}

.container-img .card:hover .content {
    visibility: visible;
    opacity: 1;
}

.card-container-home {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr
}

.title-content-card-home {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.v-dialog.v-dialog--active {
    box-shadow: none !important;
}

.word-break-break-word {
    word-break: break-word !important;
}

.border-bottom-dashed-red {
    border-bottom: 2px dashed #F40000;
}

.cursor-pointer {
    cursor: pointer;
}

.max-h-80px{
    max-height: 80px;
}
.h-200px {
    height: 200px;
}
.max-h-100px {
    max-height: 100px;
}

.max-w-md-50px {
    max-width: 50px;
}
.mw-75 {
    max-width: 70%;
}
.position-auto{
    width: auto;
    translate: 200px 0;
}
@media (min-width: 320px) and (max-width: 374px) {
    .card-size {
        max-height: 20rem;
        max-width: 20rem;
    }

    .img-size {
        width: 6rem;
    }

    .img-size-square {
        width: 18rem;
    }

    .mr-xs-3 {
        margin-right: 12px;
    }

    .img-header {
        width: 50%;
    }

    .content-gallery {
        margin: 0 2rem;
    }

    .arrow-left {
        margin: -1rem;
    }

    .margin-b-5 {
        margin-bottom: 3rem;
    }

    .margin-t-5 {
        margin-top: 3rem;
    }

    .position-auto{
        width: auto;
        translate: calc(100% + 40px) 0;
    }
}

@media (min-width: 375px) and (max-width: 424px) {

    .card-size {
        max-height: 16rem;
        max-width: 16rem;
    }

    .img-size {
        width: 6rem;
    }

    .img-size-square {
        width: 14rem;
    }

    .mr-xs-3 {
        margin-right: 12px;
    }

    .bg-header {
    }

    .img-header {
        width: 50%;
    }

    .content-gallery {
        margin: 0 5rem;
    }

    .arrow-left {
        margin: -1rem;
    }

    .margin-b-5 {
        margin-bottom: 3rem;
    }

    .margin-t-5 {
        margin-top: 3rem;
    }
    .position-auto{
        width: auto;
        translate: calc(100% + 60px) 0;
    }
}

@media (min-width: 425px) and (max-width: 767px) {

    .bg-header {

    }

    .img-header {
        width: 50%;
    }

    .img-size-square {
        width: 22rem;
    }

    .content-gallery {
        margin: 0 5rem;
    }

    .arrow-left {
        margin: -1rem;
    }

    .margin-b-5 {
        margin-bottom: 3rem;
    }

    .margin-t-5 {
        margin-top: 3rem;
    }
    .position-auto{
        width: auto;
        translate: calc(100% + 90px) 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .bg-header {

    }

    .img-header {
        width: 50%;
    }

    .img-size-square {
        width: 21rem;
    }

    .content-gallery {
        margin: 0 5rem;
    }

    .arrow-left {
        margin: -1rem;
    }

    .flex-column-row {
        flex-direction: row;
    }
    .position-auto{
        width: auto;
        translate: 200px 0;
    }
}


@media (min-width: 768px) {
    .border-md-end-golden {
        border-right: 2px solid #C6A657;
    }

    .bg-md-image-main-web {
        background-image: url("../../img/images/header-red.png");
        background-size: 100% 80%;
        background-repeat: no-repeat;
    }

    .h-md-80px {
        height: 80px;
    }
    .max-h-md-100px {
        max-height: 100px;
    }

    .flex-column-row {
        flex-direction: row;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {

    .bg-header {


    }

    .img-header {
        height: 100%;
        width: 50%;
    }

    .flex-column-row {
        flex-direction: row;
    }
}

@media (min-width: 1440px) and (max-width: 2559px) {

    .bg-header {
        height: 125%;
        border-radius: 50% / 0 0 99% 99%;
    }

    .img-header {

        height: 50%;
        width: 50%;
    }

    .flex-column-row {
        flex-direction: row;
    }
}

@media (min-width: 2560px) {

    .bg-header {
        height: 100%;
        border-radius: 50% / 0 0 99% 99%;
    }

    .img-header {
        height: 100%;
        width: 50%;
    }

    .flex-column-row {
        flex-direction: row;
    }
}

.text-orange {
    color: #f79900;
}

.text-red {
    color: #f40000;
}

.creando_text-margin-left {
    margin-left: 5rem;
}

.underline-recovery {
    text-decoration: underline;
}

.bg-gradient {
    background: rgb(239, 24, 6);
    background: linear-gradient(90deg, rgba(239, 24, 6, 1) 14%, rgba(244, 95, 3, 1) 29%, rgba(244, 189, 3, 1) 60%, rgba(198, 244, 3, 1) 80%, rgba(19, 202, 212, 1) 98%);
}

.w-95 {
    max-width: 95%;
}

@media (min-width: 320px) {
    .login-display {
        display: block;
    }

    .login-div {
        width: 75%;
        margin-top: 1rem;
        display: none;
        align-items: center;
        align-content: center;
    }

    .v1 {
        border-right: none;
    }

    .form-div {
        width: 100%;
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .login-img {
        max-width: 40%;
    }

    .form-container {
        width: 80%;
    }

    .input-form {
        margin: 0.3rem;
    }

    .mobile-div {
        display: block;
    }

    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .login-display {
        display: flex;
    }

    .login-div {
        width: 50%;
        margin-top: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .v1 {
        border-right: 2px solid #C6A657;
    }

    .form-div {
        width: 50%;
        margin-top: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .login-img {
        max-width: 100%;
    }

    .form-container {
        width: 50%;
    }

    .input-form {
        margin: 1rem;
    }

    .mobile-div {
        display: none;
    }

    .desktop-view {
        display: block !important;
    }
    .mobile-view {
        display: none !important;
    }

}

