img {
    height: 100%;
}

.otgs-development-site-front-end {
    display: none;
}

.wpml-ls-statics-footer.wpml-ls {
    display: none;
}

.breadcrumb ul li:last-child a {
    font-family: 'GTWalsheimPro-Black';
}

.breadcrumb ul li::after {
    width: 1px;
}

.breadcrumb ul li:nth-last-child(2)::after {
    width: 2px;
}

.contact-form ul li input[type="email"],
.contact-form ul li input[type="tel"] {
    width: 100%;
    float: left;
    color: #858585;
    border-radius: 10px 10px 0 0;
    border: none;
    border-bottom: 2px solid #293321;
    background: #fff;
    font-size: 16px;
    font-family: 'GTWalsheimPro-Regular';
    padding: 12px 20px;
    letter-spacing: -0.1px;
}

.contact-form p {
    float: unset;
    width: 100%;
}

.wpcf7-form input[type="submit"] {
    border-radius: 8px;
    border: none;
    background: #387623;
    color: #ffffff;
    font-size: 18px;
    font-family: 'GTWalsheimPro-Black';
    width: 100%;
    padding: 20px 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background: #000000;
    color: #fff;
}

.contact-form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 1em;
}

.contact-form .wpcf7-form input[type=checkbox] {
    opacity: 1;
    top: unset;
    left: unset;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 19px;
    height: 19px;
    margin: -4px 5px 0 0;
    vertical-align: middle;
    border: 1px solid #293321;
    position: relative;
    background: none;
    border-radius: 2px;
}

.contact-form .wpcf7-form input[type=checkbox]:checked {
    background: #387623 none repeat scroll 0 0;
}

.wpcf7-spinner {
    margin: 24px 24px !important;
}

.contact-form .wpcf7-response-output {
    color: #dc3232;
    border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 30px;
    font-family: 'GTWalsheimPro-bold';
    letter-spacing: 0.5px;
    line-height: 35px;
    text-align: center;
}

.contact-form.adoptar-zola {
    padding: 55px 0 0px;
}

.contact-form ul li.fitx-adj {
    width: 100%;
    float: left;
    color: #858585;
    border-radius: 10px 10px 0 0;
    border: none;
    border-bottom: 2px solid #293321;
    background: #fff;
    font-size: 16px;
    font-family: 'GTWalsheimPro-Regular';
    padding: 15px 20px 13px 20px;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

.contact-form ul li.fitx-adj label {
    font-family: 'GTWalsheimPro-Medium';
    font-size: 16px;
    color: #293321 ! important;
}

.contact-form ul li.fitx-adj label input {
    margin-top: 12px;
    width: 100%;
}

footer {
    position: relative;
}

.act-lst-main .act-img img {
    object-fit: cover;
}

.compana-sec ul li {
    background: #387623;
}

.album {
    padding: 0 0 50px 0;
}

.album-sec {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}

.album-sec ul.album-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 2.5%;
    justify-content: left;
    list-style-type: none;
}

.album-sec ul.album-list li {
    flex: 0 1 23.1%;
}

.album-sec .album-list .album-img {
    float: left;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border: 5px solid white;
}

.album-sec .album-list a .overlay {
    background-color: #387623;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.album-sec .album-list a:hover .overlay {
    opacity: 0.65;
}

.album-sec .album-list .album-img img {
    float: left;
    width: 100%;
    border-radius: 5px;
}

.album-sec .album-list .album-cont {
    width: 100%;
    float: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    text-align: center;
}

.album-sec .album-list .album-cont h6 {
    color: #293321;
    font-family: 'GTWalsheimPro-Bold';
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.1px;
    padding-bottom: 5px;
}

.album-sec .album-list .album-cont p {
    color: #293321;
    font-family: 'GTWalsheimPro-Regular';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.08px;
    padding-bottom: 0;
}

.cbp-hrsub {
    display: none;
}

.cbp-hrmenu>ul>li .cbp-hrsub-inner a {
    font-family: 'GTWalsheimPro-Regular';
}

.cbp-hrmenu>ul>li .cbp-hrsub-inner a:hover {
    font-family: 'GTWalsheimPro-Bold';
}

.cbp-hrmenu .cbp-hrsub {
    padding: 10px 15px 10px 15px;
    width: auto;
    background: #fff;
    opacity: 0.9;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5) !important;
}

.cbp-hrmenu .cbp-hrsub-inner>div {
    width: 100%;
    background: none;
    padding: 6px 6px 6px 6px;
}

ul#menu-header>li>ul.sub-menu>li a {
    font-family: 'GTWalsheimPro-Bold';
    font-size: 16px;
}

.noticias-img img {
    object-fit: cover;
}

#tambe-slide .tambe-main .tambe-img img {
    object-fit: cover;
}

.noticias-top-img img {
    object-fit: cover;
    transition: all 0.8s ease;
}

.noticias-top-img {
    overflow: hidden;
    border-radius: 15px;
}

.wood-img img {
    object-fit: cover;
}

.noticias-top:hover .noticias-top-img img {
    transform: scale(1.1);
}

.noticias-cont p.ver-btn {
    font-family: 'GTWalsheimPro-Regular';
    font-size: 16px;
    color: #387623;
    text-transform: uppercase;
    background: url(../images/rht-arw.svg) no-repeat right center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

    padding: 0;
    margin: 0;
    width: fit-content;
    padding-right: 25px;
}

.noticias-cont p.ver-btn:hover {
    color: #293321;
    background: url(../images/rht-arw-hvr.svg) no-repeat right center;
}

/*.noticias-img{ height: 40%; }
.noticias-cont{ height: 60%; }
.noticias-lsts{ height:100%; }*/

.otros-perros ul li img {
    object-fit: cover;
    aspect-ratio: 16/20;
    height: 100%;
}

.compana-sec ul li.dgrn-bg {
    background: #86b100 !important;
}

.compana-sec ul li.dgrn-bg:last-child {
    background: #387623 !important;
}

.act-lst-main .act-cnt {
    /* height: 293px; */
    height: max-content;
}

#page-wrapper .row {
    width: 100%;
}

/* HEADER */
.header-sec .diputacion-logo {
    padding-bottom: 20px;
}

.logo {
    margin-right: 30px;
}

/* HEADER END */

/* FOOTER */
footer {
    background: #424242;
}

.ftr-logo ul li a img {
    width: 80%;
}

/* FOOTER END */

/* HOME */
.bie-cnt h3 {
    font-size: 28px;
    width: auto;
    margin: 0 7%;
    float: none;
}

.uno-sec img {
    max-width: 200px;
}

.flex-caption p u {
    color: #86b100;
    text-decoration: none;
}

.conocneos-img img {
    border-radius: 5px;
    border: 10px solid #fff;
    border-radius: 10px;
    height: 100%;
}

.conocneos-img #protectoras img {
    border-radius: 0px;
    border: 0px solid #fff;
}

.conocneos-img #protectoras {
    border-radius: 5px;
    border: 10px solid #fff;
    border-radius: 10px;
}

.conocneos-img span {
    z-index: 1;
}

/* video css */
.video-sec {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.video-img {
    max-width: 830px;
    margin: 0 auto;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
    border-radius: 12px;
}

.videoWrapper43 {
    padding-top: 75%;
}

.videoWrapper169 {
    padding-top: 56%;
}

.videoIframe {
    box-shadow: 0 10px 20px 0 rgba(0, 47, 52, 0.24);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 10px;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    border-radius: 10px;
}

.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 80px;
    right: 0;
    margin: 0 auto;
    height: 80px;
    background: url(../images/play-button.svg) no-repeat scroll center center;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

/* HOME END */

/* PERROS EN ADOPCION */
.bars-tab {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.bars-tab a.filtro {
    float: none;
}

.bars-tab ul.tab-list {
    row-gap: 15px;
}

.bars-tab ul.tab-list li {
    padding: 10px 15px;
}

.nosotros-sec.nosotros-div .abt-cnt {
    text-align: center;
}

.nosotros-sec.nosotros-div .abt-cnt h1 {
    margin-bottom: 10px;
}

.nosotros-sec.nosotros-div .abt-cnt p {
    margin-bottom: 10px;
}

/* PERROS EN ADOPCION END*/

/* EL CENTRO */
.img-bnrz .abt-cnt h5 {
    margin: 0 5%;
    margin-bottom: 25px;
    width: 90%;
}

.img-bnrz .abt-cnt p {
    margin: 0px 5%;
    padding: 10px 0px;
    text-align: justify;
}

/* EL CENTRO ENDS */

/* DOCUMENTACIÓN */
.guia h2.requisitos {
    float: left;
    width: 100%;
    font-family: 'GTWalsheimPro-UltraBold';
    color: #387623;
    font-size: 56px;
    line-height: 63px;
    letter-spacing: -1.56px;
    margin-bottom: 37px;
    border-bottom: 2px solid #387623;
}

/* DOCUMENTACIÓN END */

/* REQUISITOS LEGALES */
.guia-lst a {
    background: none;
    padding-right: 0px;
}

.guia-lst a:hover {
    background: none;
}

.guia-lst a:first-of-type {
    margin-right: 10px;
}

.guia.requisitos h2 {
    float: left;
    width: 100%;
    font-family: 'GTWalsheimPro-UltraBold';
    color: #387623;
    font-size: 56px;
    line-height: 63px;
    letter-spacing: -1.56px;
    margin-bottom: 37px;
    border-bottom: 2px solid #387623;
}

/* REQUISITOS LEGALES END */

.list-loader {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    float: left;
}

.list-loader .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #387623;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cgy-lft {
    width: 74%;
}

.cgy-mit {
    width: 22%;
}

.cgy-mit ul li {
    flex: 0 1 100%;
}

.cgy-lft ul li {
    flex: 0 1 14.5%;
}

.cgy-lft ul li:last-child {
    flex: 0 1 34%;
}

.cgy-lft ul li:last-child .sbOptions {
    overflow: auto;
}

.bars-tab ul.tab-list li {
    transition: all .5s ease;
}

.bars-tab ul.tab-list li:hover {
    background: #387623;
    color: #fff;
}

.bars-tab a.filtro:hover {
    color: #387623;
    border: 1px solid #387623;
}

.bars-tab ul.tab-list {
    cursor: default;
}

.bars-tab ul.tab-list li {
    cursor: pointer;
}

.otros-perros-cont h6,
.otros-perros-cont p {
    transition: all 0.5s ease;
}

.sm-icons ul li a.fb-ico {
    background: url(../images/facebook.svg) no-repeat scroll 0 0;
}

.sm-icons ul li a.fb-ico:hover {
    background: url(../images/facebook-hvr.svg) no-repeat scroll 0 0;
}

.about-banner .about-img li img {
    cursor: default;
}

.cbp-hrmenu>ul>li .cbp-hrsub-inner a.menu-act {
    font-family: 'GTWalsheimPro-Bold';
}

.sm-icons ul li a.ig-ico {
    background: url(../images/instagram.svg) no-repeat scroll 0 0;
}

.sm-icons ul li a.ig-ico:hover {
    background: url(../images/instagram-hvr.svg) no-repeat scroll 0 0;
}

/* items pares */

.equipo-inner ul li:nth-child(even) .equipo-rgt {
    float: left;
}

.equipo-inner ul li:nth-child(even) .equipo-lft {
    float: right;
    margin-right: 0;
    margin-left: 4%;
    text-align: right;
}

.equipo-inner ul li:nth-child(even) h2 {
    text-align: right;
}

.equipo-inner ul {
    row-gap: 100px;
}



.banner_adopta_perro {
    width: 100%;
    float: left;
    background: url(../images/banner_adopta_perro.svg) no-repeat center center;
    background-size: cover;
    padding: 100px 140px;
}

.banner_adopta_perro .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.banner_adopta_perro .content .lft h1 {
    font-family: 'GTWalsheimPro-UltraBold';
    font-size: 56px;
    line-height: 70px;
    color: #fff;
}

.banner_adopta_perro .content .lft p {
    font-size: 20px;
    line-height: 28px;
    font-family: 'GTWalsheimPro-Regular';
    color: #fff;
}

.banner_adopta_perro .content .rth {
    min-width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.banner_adopta_perro .content .rth a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: none;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    font-family: 'GTWalsheimPro-Black';
    width: fit-content;
    height: 69px;
    padding: 0 25px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.banner_adopta_perro .content .rth a:hover {
    background: #FFFFFF;
    color: #387623;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
    display: none !important;
}


/* .equipo-inner ul li .equipo-lft,
.equipo-inner ul li .equipo-rgt {
    width: 100%;
    float: left;
    padding: 0px;
}

.equipo-inner ul li .equipo-inner-block {
    width: 100%;
    float: left;
} */

.equipo-inner ul li {
    width: 100% !important;
}

.equipo-sec .equipo-inner #protectoras.equipo-rgt.owl-loaded.owl-drag .owl-dots {
    /* display: none; */
    justify-content: flex-start;
    padding-left: 20px;
    position: relative;
}

/* .visita-elcentro,
.breadcrumb-elcentro {
    background-color: #e1d2a7;
} */

.equipo-sec-elcentro {
    padding-top: 100px;
}

.equipo-sec-elcentro {
    background: #f7f2e5;
}

.equipo-sec-elcentro:after {
    background: url(../../resources/images/equipo-bg2.svg) no-repeat 0 0;
    height: 733px;
}

.video-sec h1 {
    padding-top: 101px;
    float: left;
    width: 100%;
    font-family: 'GTWalsheimPro-UltraBold';
    color: #387623;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.85px;
    padding-bottom: 15px;
}

.video-sec p {
    float: left;
    width: 100%;
    color: #293321;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.21px;
    padding-bottom: 30px;
}





.inici-album-perros .abt-cnt {
    padding: 50px 0 20px 0;
}


.accordionjs .acc_section ul li .acc_head {
    position: relative;
    color: #293321;
    padding: 10px 12px;
    display: block;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    transition: all .5s ease;
    float: left;
    width: 100%;
    font-family: 'GTWalsheimPro-Regular';
}


#protectoras .owl-dots {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 100px;
}

#protectoras .owl-dot.active {
    background: #387623;
    border: 1px solid #387623;
}

/* .bars-tab ul.tab-list li[value="adoptado"], */
.bars-tab ul.tab-list li[value="extraviado"] {
    display: none;
}

.otros-perros .ultimos-inner p {
    float: left;
    width: 100%;
    color: #616A41;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.21px;
    padding-bottom: 30px;
}

.compana-sec ul li img {
    height: 100%;
    object-fit: cover;
}

#protectoras .owl-dot {
    background: #fff;
    border: 1px solid #fff;
}



.adopciones {
    z-index: 1;
    position: relative;
}





/******************* Campañas de Concienciación *******************/

.concienciacion ul li {
    flex: 0 1 100%;
    padding: 0px 85px 0px 0px;
    background: #e3d4a9;
    border-radius: 12px;
    overflow: hidden;
}

.concienciacion ul li .concienciacion-lst {
    display: flex;
    gap: 5%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.concienciacion ul li .concienciacion-lst img {
    width: calc(100% / 3);
    height: 100%;
    /* aspect-ratio: 1; */
    object-fit: cover;
}

.concienciacion ul li .concienciacion-lst h1 {
    color: #000;
    font-family: 'GTWalsheimPro-Black';
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.9px;
    padding-bottom: 5px;
}

.concienciacion ul li .concienciacion-lst h2 {
    color: #000;
    font-family: 'GTWalsheimPro-Bold';
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.9px;
    padding-bottom: 5px;
}

.concienciacion ul li .concienciacion-lst a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 40px;
    background: #86b100;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'GTWalsheimPro-Bold';
    letter-spacing: 1.5px;
    text-align: center;
    padding: 0px 10px;
    border: none;
    transition: all .5s ease;
    margin-top: 30px;
    float: left;
}

.concienciacion ul li .concienciacion-lst p {
    float: left;
    width: 100%;
    color: #293321;
    font-family: 'GTWalsheimPro-Regular';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
    padding-bottom: 5px;
}

a.ver-but:hover {
    background: #fff;
    color: #86B100;
}

.busqueda_rapida_popup_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.123);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.busqueda_rapida_popup_container {
    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 50px;
}

.busqueda_rapida_popup {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.busqueda_rapida_popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.busqueda_rapida_popup_button {
    font-family: 'Poppins', sans-serif !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    background-color: #387623 !important;
    border: 2px solid #387623 !important;
    color: #ffffff !important;
}

.busqueda_rapida_popup_button:hover {
    background-color: #86b100 !important;
    border: 2px solid #86b100 !important;
    color: #ffffff !important;
}

.busqueda_rapida_popup select {
    background-color: transparent !important;
    border: 2px solid #387623 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 8px 0px !important;
    color: #387623 !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    cursor: pointer !important;
}

.busqueda_rapida_popup_title {
    color: #424242 !important;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    color: #424242;
}

.busqueda_rapida_popup [name="value"] {
    width: 300px;
}

.busqueda_rapida_popup [name="compare"] {
    width: 150px;
}


.otros-perros-img span.reservado {
    right: -28px;
    top: 24px;
    background: #958025;
}

.otros-perros-img span.reservado.second {
    right: -39px;
    top: 39px;
    padding: 7px 50px;
}

.protectoras-lft h4 {
    float: left;
    width: 100%;
    font-family: 'GTWalsheimPro-Bold';
    color: #387623;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: -1.56px;
    padding-bottom: 15px;
}

.otros-perros.ultimos.adopcion {
    padding: 60px 0 60px;
}

/* JIRA MPRRDS-505 */
.cgy-lft {
    width: 70%;
}

.cgy-mit {
    width: 28%;
    margin: 0;
}

.cgy-mit ul {
    justify-content: space-around;
}

.cgy-mit ul li {
    flex: 0 1 67%;
}

.cgy-mit ul li:last-child {
    flex: 0 1 28%;
}

.cgy-mit ul li input[type=button] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: none;
    background: #000000;
    background: #BF9766;
    color: #ffffff;
    font-size: 14px;
    font-family: 'GTWalsheimPro-Black';
    width: fit-content;
    height: auto;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.cgy-mit ul li input[type=button]:hover {
    background: #000000;
}

/* JIRA MPRRDS-506 */
body.page-template-ver-perro #protectoras .owl-item img {
    /*aspect-ratio: 9/9;*/
    object-fit: scale-down;
}

.head-rht {
    width: 100%;
}

/* JIRA MPRRDS-506 */
.protectoras-lft p {
    font-family: 'GTWalsheimPro-Regular';
    font-size: 16px;
    line-height: 24px;
}

/* JIRA MPRRDS-582 */
.noticias-lst ul {
    justify-content: start;
}

.noticias-lst ul li {
    background: #fff;
}

.noticias-lsts .noticias-img img {
    aspect-ratio: 16 / 12;
}

.perro-ficha.owl-carousel .owl-stage {
    display: flex;
}

.perro-ficha.owl-carousel .owl-stage .owl-item .item {
    height: 100%;
}

.texto-adoptado,
.protectoras-lft ul.protectoras-lst li.texto-adoptado {
    float: left;
    width: 100%;
    font-family: 'GTWalsheimPro-UltraBold';
    color: #387623;
    font-size: 34px;
    line-height: 63px;
    letter-spacing: -1.56px;
    padding-bottom: 15px;
    text-align: center;
    padding-right: 50px;
}

.texto-reservado,
.protectoras-lft ul.protectoras-lst li.texto-reservado {
    float: left;
    width: 100%;
    font-family: 'GTWalsheimPro-UltraBold';
    color: #387623;
    font-size: 34px;
    line-height: 63px;
    letter-spacing: -1.56px;
    padding-bottom: 15px;
    text-align: center;
    padding-right: 50px;
}

.contact-form ul li input[type="date"],
.contact-form ul li input[type="number"] {
    width: 100%;
    float: left;
    color: #858585;
    border-radius: 10px 10px 0 0;
    border: none;
    border-bottom: 2px solid #293321;
    background: #fff;
    font-size: 16px;
    font-family: 'GTWalsheimPro-Regular';
    padding: 12px 20px;
    letter-spacing: -0.1px;
}
