@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,800&display=swap');

.banner-img {
    background-image: url("../IMG/background.jpg");
    background-size: cover;
    background-position: top;
    position: fixed;
    z-index: -100;
}

.banner-img-cargill {
    background-image: url("https://live.staticflickr.com/3090/2530108860_233691ea5c_k.jpg");
    opacity: 50%;
    background-size: cover;
    background-position: top;
    position: fixed;
    z-index: -100;
}

.banner-img-dogchow {
    background-image: url("https://live.staticflickr.com/7476/26845361310_28008d0054_c.jpg");
    opacity: 50%;
    background-size: cover;
    background-position: top;
    position: fixed;
    z-index: -100;
}

.banner-img-dksilos {
    background-image: url("https://live.staticflickr.com/3193/2934419650_f5eecb9103_k.jpg");
    opacity: 50%;
    background-size: cover;
    background-position: bottom;
    position: fixed;
    z-index: -100;
}

.banner-img-dragon {
    background-image: url("https://live.staticflickr.com/6064/6061640580_83ec753d8b_k.jpg");
    opacity: 50%;
    background-size: cover;
    background-position: bottom;
    position: fixed;
    z-index: -100;
}

.banner-img-elanco {
    background-image: url("https://assets-us-01.kc-usercontent.com/58017606-861d-00e9-35db-aff39487cc42/7bb78d93-7ccb-4059-8e31-d73a14846902/ElancoPets-mujer-con-golden-retriever.jpg");
    opacity: 50%;
    background-size: cover;
    background-position: top;
    position: fixed;
    z-index: -100;
}

.banner-img-proplan {
    background-image: url("https://live.staticflickr.com/8318/7966210374_b2a6f52f95_k.jpg");
    opacity: 50%;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -100;
}

.banner-img-purina {
    background-image: url("https://live.staticflickr.com/7249/7576936264_3fb2ec8e6b_k.jpg");
    opacity: 50%;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -100;
}

.banner-img-synbios {
    background-image: url("https://live.staticflickr.com/2181/2395266201_60b3d88497_c.jpg");
    opacity: 50%;
    background-size: cover;
    background-position: top;
    position: fixed;
    z-index: -100;
}

.banner-img-terrafertil {
    background-image: url("https://live.staticflickr.com/65535/51282325920_3e7722ab91_k.jpg");
    opacity: 50%;
    background-size: cover;
    background-position: bottom;
    position: fixed;
    z-index: -100;
}

.bg-color {
    background-color: #397aba;
}

.bg-shadow {
    background-color: #ffffff;
}

.btn-primary {
    background-color: #006590;
    border-color: #006590;
}

.btn-primary:hover {
    background-color: #006590;
    border-color: #006590;
}

.btn-outline-primary {
    color: #006590;
    border-color: #006590;
}

.btn-outline-primary:hover {
    background-color: #006590;
    border-color: #006590;
}

.btn-outline-veraflox {
    color: #2e3473;
    border-color: #2e3473;
}

.btn-outline-veraflox:hover {
    background-color: #2e3473;
    border-color: #2e3473;
    color: #ffffff;
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.img-thumbnail {
    max-width: 100%;
    height: 200px;
    border: none;
}

.marketing {
    text-align: center;
}

.modal-dialog {
    max-width: 604px;
}

.rounded-5 {
    border-radius: 1rem;
}

ul.clients li {
    display: inline-block;
    padding: 0px 5px 0px 5px;
}

.slider {
    height: 480px;
}

.svg-facebook {
    transition: all 300ms;
}

.svg-facebook:hover {
    color: #1877f2;
}

.svg-youtube {
    transition: all 300ms;
}

.svg-youtube:hover {
    color: #c4302b;
}

.svg-whatsapp {
    transition: all 300ms;
}

.svg-whatsapp:hover {
    color: #00bb2d;
}

#marcas img {
    transition: all 300ms;
    position: relative;
}

#marcas img:hover {
    transform: scale(1.15);
}

#destacados img {
    transition: all 300ms;
    position: relative;
}

#destacados img:hover {
    transform: scale(1.15);
}

#videos .col {
    margin: auto;
    padding: 10px 10px;
}

#videos .row {
    padding: 30px;
}

section {
    padding-top: 130px;
}

.text-white section {
    text-shadow: 0 0.05rem 1rem rgb(0 0 0 / 100%);
}

.btg-button {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}

.btg-button-1 {
    z-index: 999;
    width: 160px;
    height: 50px;
    position: fixed;
    border-radius: 50px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0;
    color: #ffffff;
    background-color: #e2574c;
    box-shadow: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    cursor: pointer;
}

.btg-button-1.btg-bottomRight {
    bottom: 15px;
    right: 10px;
}

