
.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.hero-parallax {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: inherit;
}

.hero-parallax.perfil .text-title {
    width: 90%;
}

.headerint h1 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 0;
}

.headerint h3 {
    color: #fff;
}

#header.sticky-header-index {
    background: white;
}

#header.sticky-header-index #primary-menu ul li > a, #header.sticky-header-index .languages a, #header.sticky-header-index .sala-prensa a {
    color: black !important;
}

#primary-menu ul li > a, .languages a, .sala-prensa a {
    color: white;
}

#header.transparent-header {
    background: transparent;
}

#header {
    background: transparent;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1501;
    height: auto;
    transition: all 0.4s;
    display: block;
}

/*sidebar menu*/
#menu-sidebar {
    top: 0;
    width: 300px;
    right: -320px;
    height: 100vh;
    z-index: 9999;
    color: #ffffff;
    position: fixed;
    text-align: center;
    padding-top: 130px;
    background-color: #000000;
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

#open-menu {
    cursor: pointer;
}

#menu-sidebar ul {
    padding-left: 0;
    margin-bottom: 0;
}
#menu-sidebar ul li a {
    padding: 10px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    line-height: 30px;
    color: inherit;
    font-family: RobotoRegular;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    transition: all 0.4s ease;
}

#menu-sidebar ul li:hover {
    background-color: rgba(255, 255, 255, 0.04);
}

#menu-sidebar #close-menu {
    position: absolute;
    top: 24px;
    right: 30px;
    padding: 4px;
    cursor: pointer;
}

#menu-sidebar #option-menu {
    position: absolute;
    top: 33px;
    left: 35px;
}

#menu-sidebar #close-menu {
    position: absolute;
    top: 24px;
    right: 30px;
    padding: 4px;
    cursor: pointer;
}

.menu-btn {
    background: url(../images/menu.svg);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none
}

.bold-text{
    font-weight: bold;
  }
/*index*/

.kit input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.kit label {
    position: relative;
    padding-left: 30px;  /* Adjust as needed */
    cursor: pointer;
}

.kit label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid #515050;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.kit input[type="checkbox"]:checked + label::before {
    background-color: #0747B4;
    size: 100px;
}

.kit label:has(input[type="checkbox"]:checked)::before {
    background-color: #0747B4;
    content: "✔";
    color: #fff;
    text-align: center;
}

.btnMuranoGreen{
    background-color: #0747B4;
    color: #fff;
}

.btnMuranoGreen:hover{
    background-color: #3A7CCC;
    color: #fff;
}

a .btnMuranoGreen{
    padding: 20px;
}

.btnOllamaniwhite{
    background-color: #fff;
    color: #000;
}

.btnOllamaniwhite:hover{
    background-color: #3A7CCC;
    color: #fff;
}

a .btnOllamaniwhite{
    padding: 20px;
}

.muranoGreen{
    background-color: #0747B4;
}

.muranoText{
    color: #0747B4;
}

/*footer*/

.border-email{
    border: 2px solid #0747B4;
    box-shadow: 0 0 0 0 #000;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #5F6060;
    transition: all 0.5s ease-in;
}
.border-email h1, .border-email p{
    margin-bottom: 0;
    color: #E7E7E7;
}

.border-email .icon-mail{
    font-size: 20px;
    color: #E7E7E7;
}
.border-email:hover{
    animation: shadowPulse 1.5s infinite;
    background-color: #0747B4;
    border-color: #3A7CCC;
}

.border-email:hover p{
    color: #E7E7E7;
}

.border-email:hover .icon-mail{
    color: #E7E7E7;
}

@keyframes shadowPulse {
    0% { box-shadow: 0 0 0 0 rgba(165, 165, 165, 0.7); }
    55% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/*properties*/

.bg-black-opacity{
    background-image: linear-gradient(to bottom right, #020202e6, #020202e6);
    opacity: .95;
}