@charset 'utf-8';
@font-face {
    font-family: 'Conv_FuturaStd-Book';
    src: url('https://home.ripley.cl/minisitios/ic/mercado-ripley/fonts/FuturaStd-Book.eot');
    src: url('https://home.ripley.cl/minisitios/ic/mercado-ripley/fonts/FuturaStd-Book.woff') format('woff'), url('https://home.ripley.cl/minisitios/ic/mercado-ripley/fonts/FuturaStd-Book.ttf') format('truetype'), url('https://home.ripley.cl/minisitios/ic/mercado-ripley/fonts/FuturaStd-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
#Mascotas {
    font-family: 'Conv_FuturaStd-Book';
    overflow: hidden;
    margin-top: -30px!important;
    margin-bottom: -30px!important;
    font-size: 16px
}

#Mascotas .container-fluid {
    padding: 0;
}

#Mascotas a.postula {
    background: #BF5FC1;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    height: auto;
    padding: 25px 0;
    transition: 0.3s background-color;
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

#Mascotas a.postula span {
    display: list-item;
    list-style: none;
    line-height: 55px;
    margin: 0 auto;
    transition: 0.2s opacity;
    -webkit-transition: 0.2s opacity;
    -moz-transition: 0.2s opacity;
    vertical-align: middle;
    width: 180px;
}

#Mascotas a.postula span i {
    background: url('../img/adopcion-info-a.png') no-repeat;
    display: block;
    float: left;
    height: 56px;
    margin: auto;
    width: 30px;
}

#Mascotas a.postula:hover {
    background: #ad54af;
    cursor: pointer;
}

#Mascotas a.postula:hover span {
    opacity: 0.8;
}

#Mascotas h3,
#Mascotas .h3 {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: lowercase;
}
#Mascotas h4{
    float: left;
    color: #f7b942;
    font-size: 1.4em;
    font-weight: 100;
    text-transform: lowercase;
}

#Mascotas .h3,
#Mascotas .p {
    margin: 0 !important;
}

#Mascotas h3 {
    text-align: center;
}

#Mascotas h3:after {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    margin: 15px auto 0;
    position: relative;
    width: 50px;
}


/*-Nav-
#Mascotas nav {
    background: #dd594a;
    display: block;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#Mascotas nav ul {
    display: block;
    line-height: 70px;
    height: inherit;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 952px;
}

#Mascotas nav ul li {
    float: left;
    text-transform: lowercase;
}

#Mascotas nav ul li a {
    color: #fff;
    display: block;
    height: 70px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    width: 190px;
}

#Mascotas nav ul li a:hover {
    background: #af4b38;
}

#Mascotas nav ul li a span {
    display: block;
    width: 100%;
}

#Mascotas nav ul li:first-child a span:before {
    display: none;
}

#Mascotas nav ul lis a span:before {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 34px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: 0.25s opacity;
    -webkit-transition: 0.25s opacity;
    -moz-transition: 0.25s opacity;
    width: 2px;
}
*/


/*-Header-*/

#Mascotas header {
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#Mascotas header .slides img {
    margin: 0;
    width: 100%;
}

#Mascotas header .slides .owl-controls .owl-buttons {
    display: block!important;
    float: none;
    overflow: visible;
    position: relative;
    width: 100%
}

#Mascotas header .slides .owl-controls .owl-prev {
    float: left;
    margin-top: -20%;
    margin-left: 3%
}

#Mascotas header .slides .owl-controls .owl-prev:before {
    background: url('../img/header-slide-prev.png') no-repeat;
    content: '';
    display: block;
    height: 66px;
    width: 66px;
}

#Mascotas header .slides .owl-controls .owl-next {
    float: right;
    margin-top: -20%;
    margin-right: 3%;
}

#Mascotas header .slides .owl-controls .owl-next:before {
    background: url('../img/header-slide-next.png') no-repeat;
    content: '';
    display: block;
    height: 66px;
    width: 66px;
}

#Mascotas header .slides .owl-controls .owl-prev:hover:before,
#Mascotas header .slides .owl-controls .owl-next:hover:before {
    cursor: pointer !important;
    opacity: 0.88;
}


/*-Fundaciones-*/

#Mascotas #fundaciones {
    background: #8689c0 url('../img/fundaciones-bg.jpg') repeat;
    padding: 50px 0;
    margin-bottom: 20px;
}

#Mascotas #fundaciones a,
#Mascotas #fundaciones a:hover {
    text-decoration: none;
}

#Mascotas #fundaciones h3 {
    margin-bottom: 50px;
}

#Mascotas #fundaciones figure img {
    width: 100%;
}

#Mascotas #fundaciones figcaption {
    color: #fff;
    padding: 1px;
    text-align: center;
    text-transform: lowercase;
    width: 100%;
}

#Mascotas #fundaciones figcaption p {
    font-size: 22px;
    line-height: 30px;
}

#Mascotas #fundaciones figcaption strong {
    display: block;
    font-size: 32px;
}

#Mascotas #fundaciones .patas figcaption {
    background: #f7b942;
}

#Mascotas #fundaciones .patas a:hover {
    background: rgba(255, 214, 136, 0.25);
}

#Mascotas #fundaciones .suyai figcaption {
    background: #d16ab1;
}

#Mascotas #fundaciones .suyai a:hover {
    background: rgba(254, 182, 227, 0.25);
}

#Mascotas #fundaciones .uaa figcaption {
    background: #e15850;
}

#Mascotas #fundaciones .uaa a:hover {
    background: rgba(255, 195, 191, 0.25);
}


/*-Adopción-*/

#Mascotas #adopcion {
    display: block;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}

#Mascotas #adopcion .nav-tabs {
    border-bottom: 0;
}

#Mascotas #adopcion .owl-pagination {
    background: #8482e1;
    padding: 14px 0;
    text-align: center;
}

#Mascotas #adopcion .owl-pagination .owl-page.active {
    background: #F5BA3E;
}

#Mascotas #adopcion .owl-pagination .owl-page {
    background: #fff;
    height: 14px;
    margin: 0 5px;
    transition: 0.25s background-color;
    -webkit-transition: 0.25s background-color;
    -moz-transition: 0.25s background-color;
    width: 14px;
}

#Mascotas #adopcion .opciones {
    margin: 0;
    margin-bottom: -4px;
}

#Mascotas #adopcion .opciones li {
    background-size: 100% !important;
    box-sizing: border-box;
    display: block;
    height: 145px;
    max-height: 145px;
    overflow: hidden;
    padding: 0;
    transition: background-size 0.25s linear;
    -webkit-transition: background-size 0.25s linear;
    -moz-transition: background-size 0.25s linear;
    width: 100%;
}

#Mascotas #adopcion .opciones li.active {
    background-size: 105% !important;
}

#Mascotas #adopcion .opciones li.active a,
#Mascotas #adopcion .opciones li.active span {
    opacity: 0;
}

#Mascotas #adopcion .opciones li.adoptado span {
    height: 90px;
}

#Mascotas #adopcion .opciones li.adoptado span:before {
    background: url('../img/adoptado-icon.png') no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 70px;
    margin: 0 auto;
    width: 70px;
}

#Mascotas #adopcion .opciones li a {
    background: transparent;
    display: block;
    height: 100%;
    position: absolute;
    text-align: center;
    transition: background-color 0.3s linear, 0.3s opacity;
    -webkit-transition: background-color 0.3s linear, 0.3s opacity;
    -moz-transition: background-color 0.3s linear, 0.3s opacity;
    width: 100%;
}

#Mascotas #adopcion .opciones li a:hover {
    background: transparent !important;
    cursor: pointer;
    text-decoration: none;
}

#Mascotas #adopcion .opciones li span {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    transition: 0.5s opacity;
    -webkit-transition: 0.5s opacity;
    -moz-transition: 0.5s opacity;
    top: 0;
    z-index: 1;
}

#Mascotas #adopcion .opciones li a:hover+span {
    opacity: 0;
}


/*-Opciones-*/

#Mascotas #adopcion .opciones.perros li.opcion_1 {
    background: url('../img/adopcion-perros1.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_1 a {
    background: rgba(221, 90, 75, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_2 {
    background: url('../img/adopcion-perros2.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_2 a {
    background: rgba(248, 185, 67, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_3 {
    background: url('../img/adopcion-perros3.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_3 a {
    background: rgba(132, 134, 212, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_4 {
    background: url('../img/adopcion-perros4.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_4 a {
    background: rgba(209, 106, 178, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_5 {
    background: url('../img/adopcion-perros5.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_5 a {
    background: rgba(221, 90, 75, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_6 {
    background: url('../img/adopcion-perros6.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_6 a {
    background: rgba(248, 185, 67, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_7 {
    background: url('../img/adopcion-perros7.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_7 a {
    background: rgba(132, 134, 212, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_8 {
    background: url('../img/adopcion-perros8.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_8 a {
    background: rgba(209, 106, 178, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_9 {
    background: url('../img/adopcion-perros9.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_9 a {
    background: rgba(221, 90, 75, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_10 {
    background: url('../img/adopcion-perros10.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_10 a {
    background: rgba(248, 185, 67, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_11 {
    background: url('../img/adopcion-perros11.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_11 a {
    background: rgba(132, 134, 212, 0.5);
}

#Mascotas #adopcion .opciones.perros li.opcion_12 {
    background: url('../img/adopcion-perros12.jpg') no-repeat;
}

#Mascotas #adopcion .opciones.perros li.opcion_12 a {
    background: rgba(209, 106, 178, 0.5);
}

#Mascotas #adopcion .info {
    background: url('../img/adopcion-info-bg2.png') bottom right no-repeat, #ea5458 url('../img/adopcion-info-bg.png') repeat;
    background-size: 18%, auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

#Mascotas #adopcion .info .logo img {
    width: auto!important;
    max-width: 100% !important;
    margin: 0 auto !important;
    height: auto;
}

#Mascotas #adopcion .info div {
    height: auto;
    padding: 0;
}

#Mascotas #adopcion .info div img {
    height: 100%;
    max-height: 500px;
    width: 100%;
}

#Mascotas #adopcion .info div article {
    color: #fff;
    display: block;
    height: auto;
    padding: 20px 50px;
    width: 475px;
}

#Mascotas #adopcion .info div article figure img {
    width: 100%;
}

#Mascotas #adopcion .info div article h3 {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
}

#Mascotas #adopcion .info div article ul {
    margin-bottom: 25px;
}

#Mascotas #adopcion .info div article ul li {
    margin-bottom: 8px;
}

#Mascotas #adopcion .info div article a {
    color: #fff;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    text-transform: lowercase;
    transition: 0.1s opacity;
    -webkit-transition: 0.1s opacity;
    -moz-transition: 0.1s opacity;
}

#Mascotas #adopcion .info div article a:hover {
    opacity: 0.8;
}

#Mascotas #adopcion .info div article a:before {
    background: url('../img/adopcion-info-a.png') no-repeat;
    content: '';
    display: block;
    float: left;
    height: 56px;
    margin-right: 5px;
    position: relative;
    width: 30px;
}


/*-Políticas-*/

#Mascotas #politicas {
    background: url('../img/politicas-bg.jpg') no-repeat;
    background-size: cover;
    display: block;
    height: 520px;
    margin-bottom: 20px;
    position: relative;
    text-transform: lowercase;
    width: 100%;
}

#Mascotas #politicas div {
    bottom: 0;
    height: 330px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

#Mascotas #politicas div h3 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-top: 30px;
}

#Mascotas #politicas div h3:after {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    margin: 20px auto 0;
    position: relative;
    width: 50px;
}

#Mascotas #politicas div a {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    left: 0;
    line-height: 55px;
    height: auto;
    margin: auto;
    position: absolute;
    right: 0;
    text-decoration: none;
    transition: 0.3s opacity;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    width: 150px;
}

#Mascotas #politicas div a:hover {
    text-decoration: none;
    opacity: 0.8;
}

#Mascotas #politicas div a:before {
    background: url('../img/adopcion-info-a.png') no-repeat;
    content: '';
    display: block;
    float: left;
    height: 56px;
    position: relative;
    width: 30px;
}


/*-Tips-*/

#tips {
    background: url('../img/tips-bg.jpg') repeat;
    color: #fff;
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 100px;
    position: relative;
    text-align: center;
    width: 100%;
}

#tips h3 {
    margin: 50px auto;
}

#tips .container-fluid {
    padding: 0;
}

#tips .slider {
    margin: 0;
}

#tips .slider .owl-pagination .owl-page {
    background: #fff;
    height: 13px;
    width: 13px;
}

#tips .slider .owl-pagination .owl-page.active {
    background: #8380e8;
    height: 18px;
    margin: 0 5px;
    width: 18px;
}

#tips .slider article img {
    display: block;
    margin: 0 auto 25px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

#tips .slider article:hover img {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}

#tips .slider article h4 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 30px;
    padding: 0 25px 15px;
}

#tips .slider article p {
    line-height: 22px;
    text-align: left;
    font-size: 18px;
}

#tips .slider article li {
    list-style-type: disc;
    margin: 0 auto 8px;
}


/*-Productos-*/

#productos {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}

#productos .header {
    /*background: #ce69b7; */
    color: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 35px;
    text-align: center;
}

#productos .prod {
    height: 250px;
    margin-bottom: 20px;
    padding: 0px 13px;
}

#productos .prod img {
    height: 250px;
    transition: 0.3s opacity;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    width: 100%;
}

#productos .prod img:hover {
    opacity: 0.8;
}

#productos .prod-lg {
    height: 520px;
    padding: 0 10px;
}

#productos .prod-lg img {
    height: 100%;
}


/*-Finales-*/

.cuadrosColores {
    background: #8380e8;
    text-align: center;
}

.cuadrosColores h3 {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
    text-transform: lowercase;
    padding: 60px;
}

.cuadrosColores h3:after {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    margin: 20px auto 0;
    position: relative;
    width: 50px;
}


/*-Finales Felices-*/

.cuadrosColores .relative {
    position: relative;
}

.cuadrosColores .absolute {
    position: absolute;
}

.cuadrosColores .square {
    position: relative;
    width: 100%;
}

.cuadrosColores .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.cuadrosColores .holder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    transition: 0.25s cubic-bezier(.19, 1, .22, 1) background-size;
    -webkit-transition: 0.25s cubic-bezier(.19, 1, .22, 1) background-size;
    -moz-transition: 0.25s cubic-bezier(.19, 1, .22, 1) background-size;
    -o-transition: 0.25s cubic-bezier(.19, 1, .22, 1) background-size;
}

.cuadrosColores .holder:hover {
    background-size: 106%;
    background-color: rgba(255, 255, 255, 0.75);
}

.cuadrosColores .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px;
    opacity: 1;
    transition: opacity 0.25s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: opacity 0.25s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: opacity 0.25s cubic-bezier(.19, 1, .22, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.cuadrosColor div:nth-child(4n+1) .inner {
    background: rgba(248, 185, 67, 0.75);
}

.cuadrosColor div:nth-child(4n+2) .inner {
    background: rgba(132, 134, 212, 0.75);
}

.cuadrosColor div:nth-child(4n+3) .inner {
    background: rgba(205, 105, 183, 0.75);
}

.cuadrosColor div:nth-child(4n+4) .inner {
    background: rgba(221, 90, 75, 0.75);
}

.cuadrosColores .inner p {
    text-align: center;
}

.cuadrosColores .inner h2 {
    text-decoration: none;
    margin-bottom: 15px !important;
    font-size: 30px;
    font-weight: 700;
}

.cuadrosColores .holder:hover .inner {
    opacity: 0;
}

/* Fotos Mascotas */

.cuadrosMascotasColores .relative {
    position: relative;
}

.cuadrosMascotasColores .absolute {
    position: absolute;
}

.cuadrosMascotasColores .square {
    position: relative;
    width: 100%;
}

.cuadrosMascotasColores .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.cuadrosMascotasColores .holder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 115%;
    background-position: center center;
    transition: 0.25s cubic-bezier(.19, 1, .22, 1) background-size;
    -webkit-transition: 0.25s cubic-bezier(.19, 1, .22, 1) background-size;
    -moz-transition: 0.25s cubic-bezier(.19, 1, .22, 1) background-size;
    -o-transition: 0.25s cubic-bezier(.19, 1, .22, 1) background-size;
}

.cuadrosMascotasColores .holder:hover {
    background-size: 100%;
    background-color: rgba(255, 255, 255, 0.75);
}

.cuadrosMascotasColores .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: opacity 0.25s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: opacity 0.25s cubic-bezier(.19, 1, .22, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.cuadrosMascotasColores .inner button {
    max-width: 100px;
}
.cuadrosMascotasColor div:nth-child(4n+1) .inner {
    background: rgba(248, 185, 67, 0.75);
}

.cuadrosMascotasColor div:nth-child(4n+2) .inner {
    background: rgba(132, 134, 212, 0.75);
}

.cuadrosMascotasColor div:nth-child(4n+3) .inner {
    background: rgba(205, 105, 183, 0.75);
}

.cuadrosMascotasColor div:nth-child(4n+4) .inner {
    background: rgba(221, 90, 75, 0.75);
}

.cuadrosMascotasColores .inner p {
    text-transform: lowercase;
    margin: 0 !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.275);
}

.cuadrosMascotasColores .inner h2 {
    text-decoration: none;
    margin-bottom: 15px !important;
    font-size: 30px;
    font-weight: 700;
}

.cuadrosMascotasColores .holder:hover .inner {
    opacity: 1;
}
.barti {
    background-image: url('../img/adoptado_barti.jpg');
}

.benito {
    background-image: url('../img/adoptado_benito.jpg');
}

.cachorrito_1 {
    background-image: url('../img/adoptado_cachorrito_1.jpg');
}

.cachorrito_2 {
    background-image: url('../img/adoptado_cachorrito_2.jpg');
}

.canito {
    background-image: url('../img/adoptado_canito.jpg');
}

.carola-y-juanita {
    background-image: url('../img/adoptado_carola-y-juanita.jpg');
}

.curry {
    background-image: url('../img/adoptado_curry.jpg');
}

.frank {
    background-image: url('../img/adoptado_frank.jpg');
}

.hermanitos {
    background-image: url('../img/adoptado_hermanitos.jpg');
}

.juanito {
    background-image: url('../img/adoptado_juanito.jpg');
}

.kayser {
    background-image: url('../img/adoptado_kayser.jpg');
}

.lala {
    background-image: url('../img/adoptado_lala.jpg');
}

/*Fundación Patas a la Obra */
.aceituna {
    background-image: url('../img/mascotas/aceituna.jpg');
}
.benito {
    background-image: url('../img/mascotas/benito.jpg');
}
.betty {
    background-image: url('../img/mascotas/betty.jpg');
}
.bruno {
    background-image: url('../img/mascotas/bruno.jpg');
}
.buenaventura {
    background-image: url('../img/mascotas/buenaventura.jpg');
}
.calambre {
    background-image: url('../img/mascotas/calambre.jpg');
}
.chocolito {
    background-image: url('../img/mascotas/chocolito.jpg');
}
.chocopanda {
    background-image: url('../img/mascotas/chocopanda.jpg');
}
.cueca {
    background-image: url('../img/mascotas/cueca.jpg');
}
.dogo {
    background-image: url('../img/mascotas/dogo.jpg');
}
.fabiola {
    background-image: url('../img/mascotas/fabiola.jpg');
}
.foxy {
    background-image: url('../img/mascotas/foxy.jpg');
}
.guante {
    background-image: url('../img/mascotas/guante.jpg');
}
.juanito {
    background-image: url('../img/mascotas/juanito.jpg');
}
.kiara {
    background-image: url('../img/mascotas/kiara.jpg');
}
.sascha {
    background-image: url('../img/mascotas/sascha.jpg');
}
.lia {
    background-image: url('../img/mascotas/lia.jpg');
}
.lorenzo {
    background-image: url('../img/mascotas/lorenzo.jpg');
}
.mapocho {
    background-image: url('../img/mascotas/mapocho.jpg');
}
.max {
    background-image: url('../img/mascotas/max.jpg');
}
.molly {
    background-image: url('../img/mascotas/molly.jpg');
}
.negrita {
    background-image: url('../img/mascotas/negrita.jpg');
}
.paty {
    background-image: url('../img/mascotas/paty.jpg');
}
.pedro {
    background-image: url('../img/mascotas/pedro.jpg');
}
.recoleta {
    background-image: url('../img/mascotas/recoleta.jpg');
}

.whisky {
    background-image: url('../img/mascotas/whisky.jpg');
}
.july {
    background-image: url('../img/mascotas/july.jpg');
}
.olivia {
    background-image: url('../img/mascotas/olivia.jpg');
}
.pirata {
    background-image: url('../img/mascotas/pirata.jpg');
}
.lukas {
    background-image: url('../img/mascotas/lukas.jpg');
}
.morita {
    background-image: url('../img/mascotas/morita.jpg');
}
.curry {
    background-image: url('../img/mascotas/curry.jpg');
}
.mapocha {
    background-image: url('../img/mascotas/mapocha.jpg');
}
.hermanitos {
    background-image: url('../img/mascotas/hermanitos.jpg');
}
.canito {
    background-image: url('../img/mascotas/canito.jpg');
}
.carola-juanita {
    background-image: url('../img/mascotas/carola-juanita.jpg');
}
.trini {
    background-image: url('../img/mascotas/trini.jpg');
}
.theo {
    background-image: url('../img/mascotas/theo.jpg');
}
.barti {
    background-image: url('../img/mascotas/barti.jpg');
}
.gary{
    background-image: url('../img/mascotas/gary.jpg');
}
.bruna{
    background-image: url('../img/mascotas/bruna.jpg');
}
.bernardo{
    background-image: url('../img/mascotas/bernardo.jpg');
}
.cachorrito-1{
    background-image: url('../img/mascotas/cachorrito-1.jpg');
}
.cachorrito-2{
    background-image: url('../img/mascotas/cachorrito-2.jpg');
}
.cachorrito-3{
    background-image: url('../img/mascotas/cachorrito-3.jpg');
}
.cachorrito-4{
    background-image: url('../img/mascotas/cachorrito-4.jpg');
}
.cachorritos{
    background-image: url('../img/mascotas/cachorritos.jpg');
}
/* Fundación Suyai */
.pirata {
    background-image: url('../img/mascotas/pirata.jpg');
}
.gatita-bn {
    background-image: url('../img/mascotas/gatita-bn.jpg');
}
.gatito-negro-gris {
    background-image: url('../img/mascotas/gatito-negro-gris.jpg');
}
.gatito-bn {
    background-image: url('../img/mascotas/gatito-bn.jpg');
}
.gatita-tortoiseshell {
    background-image: url('../img/mascotas/gatita-tortoiseshell.jpg');
}
.gatita-tortoiseshell-2 {
    background-image: url('../img/mascotas/gatita-tortoiseshell-2.jpg');
}
.gatito-blanco-albino {
    background-image: url('../img/mascotas/gatito-blanco-albino.jpg');
}
.anita {
    background-image: url('../img/mascotas/anita.jpg');
}
.poli {
    background-image: url('../img/mascotas/poli.jpg');
}
.alex {
    background-image: url('../img/mascotas/alex.jpg');
}
.buti {
    background-image: url('../img/mascotas/buti.jpg');
}
.charly {
    background-image: url('../img/mascotas/charly.jpg');
}
.cholito {
    background-image: url('../img/mascotas/cholito.jpg');
}
.einstein {
    background-image: url('../img/mascotas/einstein.jpg');
}
.federico {
    background-image: url('../img/mascotas/federico.jpg');
}
.kira {
    background-image: url('../img/mascotas/kira.jpg');
}
.pelusa {
    background-image: url('../img/mascotas/pelusa.jpg');
}
.pirita {
    background-image: url('../img/mascotas/pirita.jpg');
}
.astro {
    background-image: url('../img/mascotas/astro.jpg');
}
.charly-2 {
    background-image: url('../img/mascotas/charly-2.jpg');
}
.fullsi {
    background-image: url('../img/mascotas/fullsi.jpg');
}
.gata-blanca-gris{
    background-image: url('../img/mascotas/blanca-gris.jpg');
}
.gato-albino{
    background-image: url('../img/mascotas/albino.jpg');
}
.gatita-calico{
    background-image: url('../img/mascotas/calico.jpg');
}
.gato-heterocromo{
    background-image: url('../img/mascotas/albino-heterocromo.jpg');
}
.puntacola-negra{
    background-image: url('../img/mascotas/puntacola-negra.jpg');
}
.gatito-bicolor-rojo{
    background-image: url('../img/mascotas/bicolor-rojo.jpg');
}
.tabby-gris{
    background-image: url('../img/mascotas/tabby-gris.jpg');
}
.tabby-rojo{
    background-image: url('../img/mascotas/tabby-rojo.jpg');
}
.roja{
    background-image: url('../img/mascotas/roja.jpg');
}
.gata-blanca-tricolor{
    background-image: url('../img/mascotas/tricolor.jpg');
}
.peludin{
    background-image: url('../img/mascotas/peludin.jpg');
}

/* Fundación UAA */
.dulce {
    background-image: url('../img/mascotas/dulce.jpg');
}
.pancho {
    background-image: url('../img/mascotas/pancho.jpg');
}
.pascual {
    background-image: url('../img/mascotas/pascual.jpg');
}
.pomelo {
    background-image: url('../img/mascotas/pomelo.jpg');
}
.cabezon {
    background-image: url('../img/mascotas/cabezon.jpg');
}
.candela {
    background-image: url('../img/mascotas/candela.jpg');
}
.fiona {
    background-image: url('../img/mascotas/fiona.jpg');
}
.gordon {
    background-image: url('../img/mascotas/gordon.jpg');
}
.horacio {
    background-image: url('../img/mascotas/horacio.jpg');
}
.igor {
    background-image: url('../img/mascotas/igor.jpg');
}
.kanito {
    background-image: url('../img/mascotas/kanito.jpg');
}
.luly {
    background-image: url('../img/mascotas/luly.jpg');
}
.mariana {
    background-image: url('../img/mascotas/mariana.jpg');
}
.melon {
    background-image: url('../img/mascotas/melon.jpg');
}
.nicanor {
    background-image: url('../img/mascotas/nicanor.jpg');
}
.patuleca {
    background-image: url('../img/mascotas/patuleca.jpg');
}
.vaquita {
    background-image: url('../img/mascotas/vaquita.jpg');
}


/*-Modal

.modal a.close-modal {
    top: 12.5px !important;
    right: 5.5px !important;
}

a#btn-lbx1 {
    margin-top: 30px;
    display: block;
}

.blocker {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3050 !important;
}
.modal {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Conv_FuturaStd-Book';
    color: #999999 !important;
    max-width: 960px !important;
    overflow: scroll !important;
    z-index: 3050 !important;
    text-align: center;
    max-height: 500px;
    overflow: scroll;
    padding: 45px!important;
}
*/
.modal {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Conv_FuturaStd-Book';
    color: #999999 !important;
    overflow: scroll !important;
    z-index: 4060 !important;
    text-align: center;
    overflow: scroll;
    padding: 45px!important;
}
.modal h3, .modal .h3, .modal h2, .modal .h3 {
    color: #999999 !important;
}
/*
.modal h2 {
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 30px;
}

.modal p,
.modal ul {
    font-size: 18px;
}

#ex2 {
    overflow-x: hidden !important;
}

#ex2 p,
#ex2 ol {
    text-align: left;
}

#ex2 ol {
    margin: 10px auto 40px;
}

#ex2 li {
    font-size: 16px;
    margin-bottom: 7px;
    padding-left: 25px;
}
-*/

/*-Helperz-*/

.mbbanner,
.mb-banner {
    display: none;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.my-5 {
    margin: 50px 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.py-5 {
    padding: 50px 0;
}

.p-3 {
    padding: 30px;
}

.bg-ripley-yellow {
    background-color: rgba(248, 185, 67, 1);
}

.bg-ripley-lila {
    background-color: #ce69b7;
}

.bg-ripley-red {
    background-color: #e15850;
}

.text-ripley-white {
    color: white;
}

.text-ripley-purple {
    color: #817fae !important;
}
.text-ripley-purple:hover {
    color: hsl(243, 22%, 39%) !important;
}
.text-ripley-yellow {
    color: #f8b943 !important;
}
.text-ripley-yellow:hover {
    color: hsl(39, 93%, 42%) !important;
}
.text-ripley-lila {
    color: #ce69b7 !important;
}
.text-ripley-lila:hover {
    color: hsl(314, 51%, 41%) !important;
}
.text-ripley-red {
    color: #e15850 !important;
}
.text-ripley-red:hover {
    color: hsl(3, 71%, 40%) !important;
}

.d-flex {
    display: flex;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 20px;
}

.nav-item:first-child{
    border-left: none;
}
.nav-item {
    display: block;
    padding: .5rem 1rem;
    font-weight: bold;
    text-transform: lowercase;
    border-left: solid 1px rgba(116, 116, 116, 0.5);
}
a.nav-link {
    color: #817fae !important;
}
a.nav-link:hover {
    color: hsl(243, 22%, 39%) !important;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


/*-Responsive-*/

@media screen and (min-width:1400px) {
    #Mascotas #adopcion .info div img {
        height: auto;
        max-height: auto;
        width: auto;
    }
}

@media screen and (max-width:1199px) {
    #Mascotas #fundaciones figure a {
        width: 90.5%;
    }
    #Mascotas #adopcion .opciones li {
        background-size: cover !important;
        height: 135px;
        overflow: hidden;
    }
    #Mascotas #adopcion .opciones li.active {
        background-size: cover !important;
    }
    #productos .prod-lg,
    #productos .prod-lg img {
        height: 460px;
    }
    #productos .prod,
    #productos .prod img {
        height: 220px;
    }
}

@media screen and (max-width:991px) {
    #Mascotas #fundaciones figure {
        margin-bottom: 40px;
    }
    #Mascotas #fundaciones .uaa figure {
        margin-bottom: 0;
    }
    #Mascotas #fundaciones figure a {
        width: 92%;
    }
    #Mascotas #fundaciones figcaption p strong {
        font-size: 26px;
    }
    #Mascotas #adopcion .info div img {
        max-height: 420px;
    }
    #Mascotas #adopcion .info div article {
        padding: 20px 30px;
        width: auto;
    }
    #Mascotas #adopcion .info div article ul li {
        font-size: 0.9em;
    }
    #Mascotas #politicas {
        background-position: center;
    }
    #productos .prod,
    #productos .prod img {
        height: 165px;
    }
    #productos .prod-lg,
    #productos .prod-lg img {
        height: 350px;
    }
}

@media screen and (max-width:767px) {
    #Mascotas #fundaciones figure a {
        width: 89.5%;
    }
    #Mascotas #adopcion .info div img {
        width: 550px;
    }
    #Mascotas #adopcion .disclaimer p {
        line-height: 25px;
    }
    #Mascotas #politicas div img {
        width: 300px;
    }
    #productos .prod {
        height: 150px;
        margin-bottom: 40px;
    }
    #productos .prod img {
        width: 215px;
        display: block;
        margin: 0 auto;
    }
    #productos .prod-lg {
        margin-bottom: 20px;
    }
    #productos .prod-lg img {
        height: 100%;
        margin: 0 auto;
        display: block;
    }
    #productos img.mbbanner {
        display: none;
    }
    #productos .header h3 {
        font-size: 2em;
    }
    #tips {
        padding-top: 20px;
    }
}

@media screen and (max-width:543px) {
    #Mascotas #adopcion .info div img {
        height: auto;
        max-height: none;
        width: 100%;
    }
    #Mascotas .cuadrosColores h2 {
        font-size: 24px;
    }
    #Mascotas header .slides .owl-controls .owl-next {
        margin-top: -60%;
        margin-right: 3%;
    }
    #Mascotas header .slides .owl-controls .owl-prev {
        margin-top: -60%;
        margin-left: 3%;
    }
    #productos .prod {
        margin-bottom: 20px;
    }
    #productos .prod,
    #productos .prod-lg {
        height: auto;
        padding: 0;
    }
    #productos .prod img,
    #productos .prod-lg img {
        height: auto;
        width: 100%;
    }
    .owl-pagination {
        padding: 40px 0 0;
    }
    .modal {
        border-radius: 0 !important;
        width: 100% !important;
    }
    .modal form {
        margin-left: -40px;
    }
}

@media screen and (max-width:400px) {}


/*-Custom-*/

@media screen and (max-width: 543px) {
    .lgbanner {
        display: none !important;
    }
    .mbbanner {
        display: block !important;
    }
}