@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
    
    
    body {
        font-family: 'Poppins', sans-serif!important;
    }
    
    p {
    text-transform: initial;
    }
    .badge:hover{
        cursor: pointer!important;
    }
    body::after {
        content: "";
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        background-size: cover;
        background-position: center;
    }
    
    label {
        color: #212529;
        font-size: 1em;
    }
    
    input {
        border-color: #4DBFE4!important;
        font-size: 1em!important;
    }
    
    select {
        border-color: #4DBFE4!important;
        font-size: 0.8em!important;
    }
    
    .btn_submit {
        border: none;
        border-radius: 3px;
        background-color: #FC651E!important;
        padding: 0.4em 1em;
        color: #f4f4f4;
        font-size: 1.em;
        width: auto !important;
        transition: ease-in-out 0.4s;
        margin: 0.2em 0.5em!important;
        box-shadow: 0 0 7px #00000029;
    }
    
    .btn_submit:hover {
        background-color: #4DBFE4;
        color:#fff!important;
    }
    
    .register img {
        width: 40%;
    }
    
    .text_orange {
        color: #FC651E;
        font-size: 2em;
        font-weight: 700;
    }
    
    .login img {
        width: 40%;
    }
    
    .login .form-label {
        display: block;
        text-align: left;
    }
    
    .img_login {
        width: 10%!important;
    }
    
    
    .profile .text_orange {
        color: #000;
        font-size: 1.2em!important;
        font-weight: 700;
    }
    
    .profile .text_black {
        color: #212121;
        font-size: 1em!important;
        font-weight: 400;
    }
    
    table tr th {
        font-weight: 500!important;
        color: #FC651E;
    }
    
    table {
        width: 100%;
    }
    
    a {
        text-decoration: none!important;
    }
    
    a:hover {
        text-decoration: none!important;
        color: #fc692e!important;
    }
    
    table tr td {
        font-size: 0.8em;
    }
    /* perfil */
    /*mis mascotas */
    
.accordion-item, .accordion-button {
    background: white;
    margin-top: 0.5em!important;
    font-size: 2em;
}
    
    .accordion-header .accordion-button {
        color: #4fbcec!important;
        font-size: 1.2em!important;
        font-weight: 900;
        text-transform: inherit;
    }
    
    .tit_masc {
        color: #FC651E;
        font-size: 0.8em;
    }
    
    .datos_masc {
        font-size: 0.2em!important;
        color: #212121;
    }
    
    .border_bot {
        border-bottom: solid 1.5px #2990b3;
        padding-bottom: 0.2em;
    }
    
    .input_perfil {
        padding: 3px;
        font-size: 1em;
        border-style: solid;
        border-color: #fc641e;
        border-radius: 4px;
        border-width: 1px;
        color: #000!important;
        box-sizing: border-box;
        width: 100%!important;
        font-size: 14px !important;
    }
    .img_mini_ap{
        width:100%;
        height:100%;
        object-position: center;
        object-fit: cover;
        
    }

    .img_registro::before{
        z-index:-20!important;
        content: "";
        background-image:url('img_registro.png');
        background-size: 80%;
        position: absolute;
        top: 60%;
        right: 0px;
        bottom: 0px;
        left: 50%;
        opacity: 0.4;
        background-repeat: no-repeat;
        
    }
    .link_hand{
        cursor: pointer;
    }
    .titulo-input {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .btn_submit_act {
        border: none;
        border-radius: 5px;
        background-color: #FC651E!important;
        padding: 0.6em;
        display: flex;
        color: #f4f4f4;
        font-size: 12px;
        width: auto!important;
        transition: ease-in-out 0.4s;
    }
    
    .btn_submit_act:hover {
        background-color: #4DBFE4;
    }
    
    .datos_pet {
        font-size: 0.5em!important;
    }
    
    .tit_datos_pet {
        font-size: 0.5em!important;
    }
    
    .btn_pet {
        font-size: 0.5em!important;
    }
    
    .tit_datos_pet_2 {
        font-size: 0.5em!important;
    }
    
    .btn_documento {
        font-size: 1em!important;
        min-width: 80%!important;
    }
    
    .datos_doc {
        color: #2990b3!important;
        font-size: 0.2em;
    }
    
    .btn_delete {
        background-color: red;
        padding: 0em!important;
        border: none!important;
        color: white;
        border-radius: 5px;
        width: 2em;
    }
    
    .plus {
        font-size: 1.1em!important;
    }
    
    .bi.bi-plus-square-fill {
        font-size: 1.2em!important;
    }
    
    .advertencia {
        color: red!important;
        font-weight: 600!important;
        font-size: 0.8em!important;
    }
    
    .hide_confirmar {
        height: 0px!important;
        visibility: hidden;
    }
    
    .action_btn_profile {
        border: none;
        border-radius: 5px;
        background-color: #FC651E;
        color: #f4f4f4;
        width: 100%!important;
        transition: ease-in-out 0.4s;
        padding: 0.5em;
    }
    
    .action_btn_profile img {
        width: 100%!important;
    }
    
    .text-gradient {
        background: -webkit-gradient(linear, left top, right top, from(#ff7d7d), to(#fc651e));
        background: -webkit-linear-gradient(to right, #ff7d7d 30%, #fc651e 70%);
        background: linear-gradient(to right, #ff7d7d 30%, #fc651e 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 70px;
        line-height: 100%;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    .logo {
        width: 200px !important;
    }
    
    .logo-interno{
        width: 120px !important; 
    }
    
    .support{
        font-size: 25px;
        color: #fc651e;
        padding-right: 15px;
    }
    
    .cabecera {
    align-items: center;
    max-width: 1200px;
    margin: 0 auto !important;
    }
    
    .cabecera-derecha{
        text-align: right;
        display: flex;
        align-items: center;
    }
    
    .row-pagina {
        padding-top: 50px;
        max-width: 1100px;
        margin: 0 auto !important;
    }
    
    .mis-mascota{
        justify-content: initial;
        align-items: baseline;
        display: flex;
    }
    
    .mis-mascotas{
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: 800;
        line-height: 20px;
    }
    
    .botones-perfil{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 30px 0;
    }
    
    .rotate{
        -webkit-transform: rotate(340deg);
        -moz-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        -o-transform: rotate(340deg);
        transform: rotate(340deg);
    }
    
    .modal-title {
        text-transform: initial !important;
    }
    
    .form-label {
        text-transform: initial !important;
    }
    
    .modal-content {
        border-radius: 0 !important;
    }
    
    .modal-header {
        border-bottom: 0px solid !important;
    }
    
    .form-select {
        font-weight: 700 !important;
        background-size: 15px !important;
        border: 0px !important;
        border-bottom: 1px solid #4fbcec !important;
        border-radius: 0px !important;
        font-size: 17px !important;
    }    
    
    .elegir{
        font-size: 17px;
        color: black;
        font-weight: 900;
    }
    
    .elegir-nombre{
        font-size: 30px !important;
        text-transform: inherit !important;
        font-weight: 900 !important;
        border: 0px !important;
        margin-bottom: 20px !important;
        background-size: 20px 20px !important;
        color: #4fbcec!important;
    }
    
    .label-select {
        font-size: 17px;
        text-transform: initial !important;
        font-weight: 800;
        margin-top: 15px;
        color: #ff7f439e;
    }
    
    .form-control {
        border: 0px !important;
        border-bottom: 1px solid #4fbcec !important;
        border-radius: 0px !important;
    }
    
    .modal-header .btn-close {
        border: 3px solid;
        border-radius: 100%;
    }  
    
    .accordion-item {
        border: 0px solid !important;
    }
    
    .accordion-body {
        padding: 1rem 0.25rem !important;
    }
    
    .letra-menu{
        font-size: 15px;
        color: black;
        padding-right: 15px;
        font-weight: 400;
    }
    
    .letra-inicio{
        font-size: 15px;
        color: black;
        padding-right: 15px;
        font-weight: 400;
    }
    
    .hola{
        text-transform: capitalize !important;
    }
    
    .edita-perfil{
        padding: 0px;
        background: #ffffff;
        color: #4fbcec;
        box-shadow: none;
        margin: 0px !important;
        top: 0;
        right: 0;
        float: right;
        border: 0px;
    }
    
    .cerrar-sesion{
        text-align: right;
        text-decoration: underline;
    }
        
    .btn-secondary {
        color: #fff !important;
        background-color: #e36d2e !important;
        border-color: #e36d2e !important;
    }
        
    .float-r{
        float: right;
    }    
    
    .megacabecera {
        
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding: 10px 2px;
        border-bottom: 1px solid #dedede;
        
    }
    
    .btn-secondary {
        color: #fff !important;
        background-color: #e36d2e !important;
        border-color: #e36d2e !important;
    }
        
    .float-r{
        float: right !important;
    }    
    
    .background-home{
        background-image: url(https://arc-anglerfish-arc2-prod-infobae.s3.amazonaws.com/public/NVWQSYGX3RC7ZBEHLPLDVXA3PU.jpg);
        height: 100%;
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
    }
    
    .letra-slider {
        padding: 120px 150px 430px;
    }
    
    .letra-slider p {
        font-size:22px ;
    }

    .letra-slider h1 {
        font-size:40px ;
    }    
     
    .atributos{
        max-width: 1200px;
        margin: -110px auto 0 !important;
        display:flex;
        align-items: flex-start;
    } 
     
    .atributos-col {
        display: inline-grid;
        justify-items: center;
    }

    .atributos-col p {
        text-align: center;
    } 
     
    .image-atributos {
        width: 150px;
    }
    
    .registrarse-menu {
        background: #00b1ff;
        padding-left: 15px;
        color: white;
        margin: 0 15px 0 10px;
        border-radius: 2px;
        box-shadow: 0 0 3px #00000082;
        border: 1px solid #00b1ff;
    }

    .botones-home {
        display: flex;
        padding: 10px;
        justify-content: flex-end;
    }   

    .orange-border{
        background: #ffffff;
        color: #fc651e;
        border: 2px solid #fc651e;
    }
    
    .mark, mark {
        background-color: #00b1ff2b !important;
    }       
    
    .titulo-landing {
        font-size: 50px;
        font-weight: 900;
        border-left: 6px solid;
        padding-left: 15px;
        line-height: 75px;
    }  
    
    .row-landing {
        margin: 80px auto;
        padding: 70px 0;
    }    
    
    .row-landig-interno{
        max-width: 1200px;
        margin: 0 auto !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .image-landing{
        width: 100%;
        align-content: flex-start;
    }

    .image-sistema{
        width: 100%;
        align-content: flex-start;
    }

    .nav-tabs {
        margin: 5px auto 15px !important;
        align-items: center;
    }
.carousel-pets{
    
    overflow-y: hidden;
}
.carousel-pets > div{
    margin: 7px;
}

.background-pet {
    background-size: cover;
    background-position: center;
}
.letra-pet{
    font-size: 13px;
}

.mx-wth{
    max-width: 800px !important;
    margin: 0 auto !important;
}

.foto-detalle-mascota {
    max-width: 80%;
    max-height: 200px;
    margin: 25px auto;
    contain: content;
    border-radius: 7px !important;
    display: flex;
}

.foto-detalle-mascota >img {
    max-height: 200px;
    max-width: 100%;
    margin: 0 auto;
}

            
.logo-entidad{
    max-width: 120px;
    height: 30px;
    contain: content;
}

.banner-entidad {
    max-width: 100%;
    max-height: 500px;
    contain: content;
    margin: 15px auto;
} 
div.scrollmenu {
  background-color: #fff0;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    width: 105px;
}

div.scrollmenu a:hover {
  background-color: blue;
} 

.scroll-img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    contain: content;
    border: 2px solid #007bff;
    margin: 0 auto;
}
.img-croll-int {
    max-height: 130px;
    max-width: 130px;
}

.bgrn-card-done{
    background-image: url(https://www.purina.ph/sites/default/files/2020-11/Should%20I%20Get%20a%20Cat%20or%20DogHERO.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px !important;
}

.br-10{
    border-radius:10px !important;
}    
    
    /* Chrome, Safari, Edge, Opera */
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    
    input[type=number] {
        -moz-appearance: textfield;
    }
    
    /* Comienzo parte móvil */
    @media (max-width: 1050px) {
        .img_mini_ap{
            width:100%;
        height:100%;
        object-position: center;
        object-fit: cover;
        }

        .img_registro::before{
            content: "";
            background-image:url('img_registro.png');
            background-size:200%;
            background-position: bottom;
            position: absolute;
            left:0px;
            right:0px;
            top:0px;
            bottom:-200px!important;
            z-index:-200!important;
            opacity: 0.3;
            background-repeat: no-repeat;
            
        }
        .register {
            background: rgba( 255, 255, 255, 0.15);
            box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
            backdrop-filter: blur( 5.5px);
            -webkit-backdrop-filter: blur( 5.5px);
            border-radius: 10px;
        }
        
        .register img {
            width: 200%!important;
        }
        
        .form-control {
            margin-bottom: 0.8em!important;
        }
        
        .tit_datos_pet_2 {
            font-size: 0.8rem!important;
        }
        
        .datos_pet {
            font-size: 0.2rem!important;
        }
        
        .text-gradient.text-gradient {
            font-size: 45px;
            line-height: 60px;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        
        .support{
        font-size: 30px;
        }
        
        .logo-interno{
        width: 105px !important; 
        }
        
        .menu-app {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            width: 104% !important;
            padding-bottom: 2px;
            background: #fc7332;
            padding-top: 5px;
            box-shadow: 0px -4px 15px #00000029;
        }
        
        .action_btn_profile img {
            width: 50%!important;
        }
        
        .action_btn_profile {
        background-color: transparent;
        color: #fff;
        padding: 0em;
        }
        
        .accordion-body {
        padding: 1rem 0.25rem;
        }
        
        .support {
            font-size: 26px;
            color: #fe7662;
        }
        
        .botones-perfil {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 0;
        }
        
        .modal-dialog {
            margin: 0 !important;
        }
        
        
        
        .padding-cero{
            padding: 10px 3px !important;
        }
        
        .row-pagina {
            padding-top: 25px;
        }
        
        .cabecera-derecha{
            display: none;
        } 
        
                
        .letra-slider {
            padding: 170px 20px 40px;
        }

        .letra-slider p {
            font-size:14px ;
        }
    
        .letra-slider h1 {
            font-size:24px ;
        }    

        .background-home {
            background-size: contain;
        }
        
        .atributos{
        margin: 10px auto 0 !important;
        } 

        .image-atributos {
            width: 80px;
        }

        .botones-home{
            display: flex;
            justify-content: space-around;
            padding: 10px;
        }  
        
        .image-landing{
            width: 40%;
            align-content: center;
            margin: 40px auto 5px;
        }
        
        .row-landing {
            margin: 30px auto;
            padding: 30px 0;
        }        
        
    }

    @media screen and (min-width: 450px) and (max-width: 600px){
        .letra-slider {
            padding: 230px 20px 40px;
        }
    }

    @media screen and (min-width: 601px) and (max-width: 750px){
        .letra-slider {
            padding: 280px 20px 40px;
        }
    }

    @media screen and (min-width: 751px) and (max-width: 1050px){
        .letra-slider {
            padding: 400px 20px 40px;
        }
  
    }

    @media (min-width: 1051px){
        
        .cabecera-derecha-landing{
            display: none;
        }    
    }    

    @media screen and (min-width: 1700px) {
        .atributos {
            margin: 0px auto 0 !important;
        }
    }     