@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800&display=swap');

::-webkit-scrollbar {
    width: 10px; /* Anchura de la barra de desplazamiento */
    background-color: #adadad; /* Color de fondo de la barra de desplazamiento */
}
  
  /* Cambia el color del "pulgador" de la barra de desplazamiento */
  ::-webkit-scrollbar-thumb {
    background-color: #5a5a5a; /* Color del pulgador de la barra de desplazamiento */
}

#navbar-cel{
    display: none;
}

a{
    text-decoration:none !important;
    color: #F0F3F5;
    display: contents;
}

ul {
    margin-bottom: 0rem !important;
    padding-left: 0.2rem !important;
}
p {
    margin-bottom: 0rem !important;
}
body{
    background-color: #F0F3F5 !important;
}
hr {
    opacity: 1 !important;
    margin: 5px 0px !important;
}
b{
    font-weight: 600 !important;
}

summary::marker {
	display: none !important;
}

summary{
    list-style-type: none;
}

details summary::-webkit-details-marker {
    display:none;
}

.spacing-3{
    height: 34px;
}
.spacing-1{
    display: none;
}
.spacing-6{
    height: 64px;
}

/*encabezado*/

.header-petraglia{
    background: url(img/header5b.jpg) no-repeat;
    background-size: cover;
    /*height:100vh !important;*/
    height: 768px;
    left: 0px;
    top: 0px;
}

.headertext{
    margin-top: 254px;
}

#first-title{
    font-family: Kanit;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #FCFCFC;
}

.line{
    position: absolute;
    width: 8px;
    height: 148px;
    top: 240px;
    background: #0483B5;
    border-radius: 8px;
}

/*barra de navegación*/

.nav-pet-cont{
    display: flex;
}

.navbar-centered{
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.navbar-custom-width{
    width: 1216px;
}

.nav-petraglia{
    position: absolute;
    height: 144px;
    top: 24px;
    background: linear-gradient(19deg, #4F41F2 11.95%, #0483B5 44.85%, #0483B5 96.9%);
    border-radius: 8px;
    padding: 30px;
}


.row-navbar{
    align-items: center !important;
}

#name{
    font-family: 'Kanit';

    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #FCFCFC;
}

.options{
    list-style: none;
    display: inline-flex;
    letter-spacing: 0.03em;
}

.options a:hover{
    color:#FCFCFC;
    font-weight: 700;
    letter-spacing: 0em;
}

.options-col{
    justify-content: center;
    display: flex;
}

.option-bar{
    font-family: Kanit;
    font-size: 15px;
    font-weight: 400;
    color: #FCFCFC;
}

.separador{
    color: #FCFCFC;
    margin: auto 35px;
}

#btn-informes{
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 15px;
    align-items: center;
    text-align: center;
    color: #FCFCFC !important;
    letter-spacing: 0.1em;
    height: 48px !important;
    width: 100%;
    transition: color 0.3s ease;
}

#btn-informes:hover, #btn-informes:focus {
    background-color: #FCFCFC !important;
    --bs-btn-hover-bg: none !important;
    color: #0483B5 !important;
    border: none !important;
    --bs-btn-focus-box-shadow: none !important;
}

a.link-informes{
    color: unset !important;
}
a.link-informes:hover, a.link-informes:focus{
    color: unset !important;
}

a.link-informes{
    color: unset !important;
}
a.link-informes:hover, a.link-informes:focus{
    color: unset !important;
}


/*servicios*/

.row-service{
    display: flex;
    flex-direction: row;
}

#service-1, #service-2{
    border-radius: 8px;
    max-height:222px;
    object-fit: cover;
}

.service-card{
    display: flex;
}

.info-service{
    flex-direction: column;
    display: flex;
    padding-left: 26px;

}

.title-service{
    font-family: 'Kanit';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 2px;
    letter-spacing: 0.03em;
}

.text-service{
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 16px;
    letter-spacing: -0.02em;
}

.button-service{
    padding: 8px 12px;
    border: 1px solid #0483B5 !important;
    background-color: transparent;
    border-radius: 50px !important;
    height: fit-content;
    width: fit-content;
    align-items: center;
    display: flex !important;
    color: #0483B5 !important;
    transition: all 0.4s ease-in;
}

.button-service:hover{
    background-color: #0483B5 !important;
    color: #ffffff !important;
    transition: all 0.4s ease-out;
}

.text-btn{
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
}

#icon-user, #icon-inf, #icon-inf2{
    margin-right: 8px;
}

#btn-buscar{
    opacity: 0.3;
}
.custom-input:focus ~ #btn-buscar {
    opacity: 1;
}
.icon-revertir{
    opacity: 1 !important;
}

/* staff */

.title-section{
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0483B5;
    line-height: 100%;
    justify-content: center;
}

.type-staff{
    font-family: 'Kanit';
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
}
.text-staff{
    padding-top: 16px;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 16px;
}
.card-staff{
    padding: 36px !important;
    border-radius: 16px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}
#staff1, #staff2, #staff3{
    background-color: #FCFCFC;
    height: fit-content;
}

.row-staff .col-lg-4 {
    width: 31.333333% !important;
}
.staff-button{
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #0483B5;
    cursor: pointer;
}
.row-staff{
    display: flex;
    justify-content:space-between;
    flex-direction: row;
}
.expanded-staff{
    display: none;
}
.collapse-arrow{
    cursor: pointer;
    margin-bottom: 16px;
}
.icon-container {
    display: flex;
    justify-content: start;
}
.prof-description{
    padding-bottom: 12px;
}
.prof-name{
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #0483B5;
}
.prof-job{
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #312F32;
}


/* diagnostico */

.square{
    height: 454px;
    background: radial-gradient(152.92% 3029.57% at 1.74% 94.38%, #4F41F2 7.53%, #4981E0 26.33%, #368fb3 45.29%, #0483B5 79.73%, #0483B5 93.8%); 
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.col-back{
    padding-left: 42px !important;
}

.img-diag{
  overflow: hidden;
  object-fit: cover !important;
  width:auto;
  display: flex;
  border-radius: 8px;
}

.button-diag{
    border: 1px solid #ffff !important;
    background-color: transparent;
    border-radius: 50px !important;
    height: 36px;
    align-items: center;
    display: flex !important;
    color: #0483B5 !important;
    margin-bottom: 16px;
    transition: all 0.5s ease-in !important;;
    justify-content: center;
    width: fit-content;
}

.button-diag.expanded{
    background-color: #FCFCFC;
}
  
.text-btn-expandible {
    margin-left: 8px;
    color: #0483B5;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding-right: 6px;
}

.row-diag{
    top: -428px;
    position: relative;
}

.title-diag{
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.05rem;
    color: #FCFCFC;
}

.text-diag{
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #FCFCFC;
    margin-top: 24px;
}

.bloque-diag{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    padding-right: 62px;
    position: relative;
    left: 16px;
}

.cont-card-bg{
    height: 454px;
}

#button-diag-mob{
    display: none;
    border: 1px solid #ffff !important;
    background-color: transparent;
    align-items: center;
    color: #0483B5 !important;
    transition: all 0.4s ease-in;
    justify-content: center;
}




/* obras sociales */

.square-white{
    min-height: 262px;
    background: #FFFFFF;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.row-buscador{
    background-color: #FFFFFF;
    border-radius: 16px;
}
.search-space{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
form{
    color: #555;
    display: flex;
    border: 1px solid currentColor;
    border-radius: 5px;
    margin: 0 0 0px;
    border-radius: 50px;
    padding: 16px 16px 16px 24px !important;
}
form:focus-within{
    border: 1px solid #0483B5 !important;
}
input[type="search"]{
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0483B5;
    padding: 0px 0px !important;

}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.custom-input::placeholder{
    font-family: 'Kanit';
    font-weight: 300 !important;
    font-size: 16px !important; 
    line-height: 20px;
    background-color: transparent !important;
}
.custom-input:focus, .custom-input:active{
    border-color: transparent !important; 
    box-shadow: none !important;
    background-color: transparent !important;
}
button[type="submit"]{
    padding-bottom: 1px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    /* background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center; */
    background-color: transparent;
    cursor: pointer;
    opacity: 1;
}
button[type="submit"]:hover {
    opacity: 1;
}
button[type="submit"]:focus,input[type="search"]:focus{
    box-shadow: 0 0 3px 0 #1183d6;
    border-color: #1183d6;
    outline: none;
}
.text-result{
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
}
#search-result{
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    margin-top: 36px !important;
    padding: 0 55px;
}  
#siono{
    margin-right: 10px;
    position: relative;
    top: 2px;
}
#text-result-mob{
    display: none;
}


/* contacto */

.row-contact{
    height: 413px;
    background: radial-gradient(152.92% 3029.57% at 1.74% 94.38%, #4F41F2 7.53%, #4981E0 26.33%, #368fb3 45.29%, #0483B5 79.73%, #0483B5 93.8%); 
    border-radius: 16px;
    overflow: hidden;
}

.mapa{
    height: 413px !important;
    /* margin-right: -12px; */
}

.g-map {
    width: 100%;
    height: 0;
    position: relative;
}
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.line-contact{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.text-contact{
    font-size: 15px;
    line-height: 19px;
    font-family: 'Kanit';
    font-weight: 300;
    color: #FCFCFC;
}
a .text-contact{
    color: #FCFCFC !important;
}
.text-contact a{
    color: #FCFCFC !important;
}

.icon-contact{
    left: -8px;
    top: 5px;
    position: relative;
    margin-top: -2px;
}

.contact-info{
    position: relative;
    left: -22px;
    padding-top: 24px;
}

/* preguntas frecuentes */

.icon-preg{
    margin-right: 14px;
    width: 16px !important;
    margin-top: -2px;
}

.title-preg{
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #0483B5;
}

.subtitle-preg{
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-left: 36px;
    margin-top: 16px;
}

.line-qa{
    color: #0483B5;
    margin-top: 24px !important;
    padding-top: 18px;
}

.preg-comp{
    display: flex;
    align-items: center;
}

.fondo-diferente {
    background-color: #ffffff !important;
}

.px-0 {
    border:0px !important;
    position: relative;
}

/* footer */

footer{
    background: linear-gradient(88.52deg, #4F41F2 11.95%, #0483B5 44.85%, #0483B5 96.9%);
    vertical-align: middle;
}
#logo-footer{
    height: 60px;
}

.copyr {
    font-family: 'Kanit';
    font-size: 11px !important;
    position: absolute;
    width: 100%;
    justify-content: center;
    color: #f0f3f5bd;
    background-color: #3c4455 !important;
    display: flex;
    color: #f0f3f5bd;
    line-height: 25px;
}