/* Add here all your css styles (customizations) */
.principal-img-container {
    height: 50% !important;
    width: auto !important;
    background-color: transparent !important;
}
.principal-img-container img {
    width: auto !important;
    height: auto !important;
    align-content: center;
    background-color: transparent !important;
    margin: auto !important;
}
.text-phrase {
    vertical-align: bottom !important;
    text-align: center !important;
}

.g-color-blue-contrast-red {
    color: #000 !important;
}

.g-color-green {
    color: #00f800 !important;
}
.g-py-220 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
}
.old-bg-latyn {
    background: linear-gradient(180deg, #C2915A 0%, #A5907C 51%, #8B8F98 75%) !important;
}
.text-terms-description {
    color: #000 !important;
    text-align:justify !important;
}
.download-table {
    max-width: 50vw !important;
    margin: auto !important;
}
article{
    padding-top: 30px;
}
.title{
    font-weight: bold !important;
}
.u-btn-send{
    background-color: #707096;
    color: white
}

@media (max-width: 480px) 
{
    .list-img
    {
        width: 90%;
    }
}
.products-img img{
    border: 3px solid;
    padding: 5px;
    border-radius: 50%;
    border-color: beige;
    height: 160px;
    width: 160px;
}
.products-img img:hover{
    border-color:  #e75d23;
}
.u-btn-primary:hover{
    background-color: #d85821 !important;
    border-color: #d85821 !important;
}
.cursorPointer{
    cursor: pointer;
}
.dropdown{
    text-align: end;
}
.noneDisplay{
    display: none;
}

/* HEAD LOGO start */
#bg-image {
    overflow: hidden;
    background-size: cover;
    width: auto;
    animation: animate 50s ease-in-out infinite;
}
@-webkit-keyframes animate {
    0%, 15%, 100% {
        background-image: url(../img/bg/bg-img01.jpg);
        background-size: cover;
        background-position: center center;
    }
    20%, 35% {
        background-image: url(../img/bg/bg-img02.jpg);
        background-size: cover;
        background-position: center center;
    }
    40%, 55% {
        background-image: url(../img/bg/bg-img03.jpg);
        background-size: cover;
        background-position: center center;
    }
    60%, 75% {
        background-image: url(../img/bg/bg-img04.jpg);
        background-size: cover;
        background-position: center top;
    }
    80%, 95% {
        background-image: url(../img/bg/bg-img05.jpg);
        background-size: cover;
        background-position: center center;
    }
}
@-moz-keyframes animate {
    0%, 15%, 100% {
        background-image: url(../img/bg/bg-img01.jpg);
        background-size: cover;
        background-position: center center;
    }
    20%, 35% {
        background-image: url(../img/bg/bg-img02.jpg);
        background-size: cover;
        background-position: center center;
    }
    40%, 55% {
        background-image: url(../img/bg/bg-img03.jpg);
        background-size: cover;
        background-position: center center;
    }
    60%, 75% {
        background-image: url(../img/bg/bg-img04.jpg);
        background-size: cover;
        background-position: center top;
    }
    80%, 95% {
        background-image: url(../img/bg/bg-img05.jpg);
        background-size: cover;
        background-position: center center;
    }
}
@keyframes animate {
    0%, 15%, 100% {
        background-image: url(../img/bg/bg-img01.jpg);
        background-size: cover;
        background-position: center center;
    }
    20%, 35% {
        background-image: url(../img/bg/bg-img02.jpg);
        background-size: cover;
        background-position: center center;
    }
    40%, 55% {
        background-image: url(../img/bg/bg-img03.jpg);
        background-size: cover;
        background-position: center center;
    }
    60%, 75% {
        background-image: url(../img/bg/bg-img04.jpg);
        background-size: cover;
        background-position: center top;
    }
    80%, 95% {
        background-image: url(../img/bg/bg-img05.jpg);
        background-size: cover;
        background-position: center center;
    }
}
.bg-text-color {
    background-color: rgba(216, 88, 33, 0.7);

}
/* HEAD LOGO end */

/* product index start */
.feature-v9:hover .feature-v9__block:not(:hover) .feature-v9__content {
    opacity: 0.7;
    height: 100%;
    background-color: rgba(37, 150, 125, 0.8);
}
.feature-v9:hover .feature-v9__block:not(:hover) .feature-v9__content1 {
    opacity: 0.7;
    height: 100%;
    background-color: rgba(174, 24, 44, 0.8);
}
.feature-v9:hover .feature-v9__block:not(:hover) .feature-v9__content2 {
    opacity: 0.7;
    height: 100%;
    background-color: rgba(249, 190, 11, 0.8);
}
.feature-v9:hover .feature-v9__block:not(:hover) .feature-v9__content3 {
    opacity: 0.7;
    height: 100%;
    background-color: rgba(32, 112, 189, 0.8);
}
.feature-v9:hover .feature-v9__block:not(:hover) .feature-v9__content4 {
    opacity: 0.7;
    height: 100%;
    background-color: rgba(7, 40, 89, 0.8);
}
.feature-v9:hover .feature-v9__block:not(:hover) .feature-v9__content5 {
    opacity: 0.7;
    height: 100%;
    background: linear-gradient(180deg, rgba(251, 194, 0, 0.8) 0%, rgba(45, 158, 227, 0.8) 51%);
}
.feature-v9:hover .feature-v9__block:not(:hover) .feature-v9__content6 {
    opacity: 0.7;
    height: 100%;
    background-color: rgba(134, 134, 134, 0.8);
}

.feature-v9__block {
    position: relative;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--space-xl) var(--space-md);
    min-height: 65vh;
    min-width: 13vw;
}

.feature-v9__block::before,
::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .2s;
}

.feature-v9__block:hover {
    cursor: pointer;
}


.feature-v9__content {
    position: relative;
    margin: auto auto 0;
    transition: .2s;
    max-width: 100%;
}

.feature-v9__block:hover .feature-v9__content {
    height: 100%;
    background-image: url(../img/bg/branches/back-1.jpg);
    background-position: center center;
    background-size: cover;
}

.feature-v9__content1 {
    position: relative;
    margin: auto auto 0;
    transition: .2s;
    max-width: 100%;
}

.feature-v9__block:hover .feature-v9__content1 {
    height: 100%;
    background-image: url(../img/bg/branches/back-2.jpg);
    background-position: center center;
    background-size: cover;
}

.feature-v9__content2 {
    position: relative;
    margin: auto auto 0;
    transition: .2s;
    max-width: 100%;
}

.feature-v9__block:hover .feature-v9__content2 {
    height: 100%;
    background-image: url(../img/products/latynmx-ltcpvc3-crop-u34905.jpg);
    background-position: center center;
    background-size: cover;
}

.feature-v9__content3 {
    position: relative;
    margin: auto auto 0;
    transition: .2s;
    max-width: 100%;
}

.feature-v9__block:hover .feature-v9__content3 {
    height: 100%;
    background-image: url(../img/products/latynmx-latynplast3-crop-u35260.jpg);
    background-position: center center;
    background-size: cover;
}

.feature-v9__content4 {
    position: relative;
    margin: auto auto 0;
    transition: .2s;
    max-width: 100%;
}

.feature-v9__block:hover .feature-v9__content4 {
    height: 100%;
    background-image: url(../img/bg/branches/back.jpg);
    background-position: center center;
    background-size: cover;
}

.feature-v9__content5 {
    position: relative;
    margin: auto auto 0;
    transition: .2s;
    max-width: 100%;
}

.feature-v9__block:hover .feature-v9__content5 {
    height: 100%;
    background-image: url(../img/products/latynmx-galva18-crop-u35590.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.feature-v9__content6 {
    position: relative;
    margin: auto auto 0;
    transition: .2s;
    max-width: 100%;
}

.feature-v9__block:hover .feature-v9__content6 {
    height: 100%;
    background-image: url(../img/products/ltc40-01.jpeg);
    background-position: center center;
    background-size: cover;
}

.bg-img01 {
    background-image: url('../img/bg/branches/back01.jpg');
    background-position: center center;
    background-size: cover;
}
.bg-img02 {
    background-image: url('../img/bg/branches/back02.jpg');
    background-position: center center;
    background-size: cover;
}
.bg-img03 {
    background-image: url('../img/bg/branches/back03.jpg');
    background-position: center center;
    background-size: cover;
}
.bg-img04 {
    background-image: url('../img/bg/branches/back04.jpg');
    background-position: center center;
    background-size: cover;
}
.bg-img05 {
    background-image: url('../img/bg/branches/back06.jpg');
    background-position: center center;
    background-size: cover;
}
.bg-img06 {
    background-image: url('../img/bg/branches/back07.jpg');
    background-position: center center;
    background-size: cover;
}
/* product index end */

/* logos on pruducts menu start */
.img-fluid-logo {
    height: auto;
    min-width: 14vw;
    max-width: 20vw;
}
.img-fluid-logo-2 {
    height: auto;
    min-width: 14vw;
    max-width: 16vw;
    max-height: 8vh;
}
.product-logos:hover {
    background: rgba(192, 192, 192, 1);
    
}
/* logos on pruducts menu end */

.bg-logo-product1{
    background: rgba(37, 150, 125, 1);
}
.bg-logo-product2{
    background: rgba(174, 24, 44, 1);
}
.bg-logo-product3{
    background: rgba(249, 190, 11, 1);
}
.bg-logo-product4{
    background: rgba(32, 112, 189, 1);
}
.bg-logo-product6{
    background: linear-gradient(180deg, rgba(251, 194, 0, 1) 0%, rgba(45, 158, 227, 1) 60%);
}
.bg-logo-product7{
    background: rgba(134, 134, 134, 1);
}
.bg-body-blue {
    background: #D8D9DA;
}

@media only screen and (max-width: 768px) {
    .menu-container {
        display: none;
    }
}

.menu-container {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
    padding-right: unset;
    position: sticky;
    top: 0px;
    z-index: 1;
}
.menu-dropdown {
    position: sticky;
    top: 5vw;
    z-index: 1;
    right: 0;
}

.contact-btn:hover {
    border: 0px;
    background-color: #e75d23;
    color: white;
}
