@font-face {
    font-family: "Century Gothic";
    src: url(https://haztefuncionarioconayala.com/fonts/gothic.ttf);
}

@font-face {
    font-family: "Century Gothic Bold";
    src: url(https://haztefuncionarioconayala.com/fonts/gothic_bold.ttf);
}



h1, h2, h3, h4, h5, h6, p, li, a, span, label, option {
    font-family: "Century Gothic";
}


.bold {
    font-family: "Century Gothic Bold" !important;
}

summary::marker {
    content: none !important;
}

details summary::after {
    content:url("https://haztefuncionarioconayala.com/imagesv2/icon-summary-closed.png") !important;
    float: right;
}

details[open] summary::after {
    content:url("https://haztefuncionarioconayala.com/imagesv2/icon-summary-open.png") !important;
    float: right;
}

.redestop {
    position: absolute;
    top:0px;
    right:50px;
    z-index: 999;
}

.insta, .twitter, .facebook, .youtube, .linkedin {
    width:100%;
    height:auto;
    max-width: 45px;
    margin:0px 3px 0px 3px;
    display: inline-block;
}

.contactleft {
    position: absolute;
    top:60%;
    left:0px;
    z-index: 999;
}

.whats, .mail, .telf {
    display:block;
    margin-bottom: 12px;
    width:100%;
    height:auto;
    max-width: 75px;
}

.hide-pc {
    display:none;
}

.hide-mobile {
    display:block;
}

.contactleft {
    position: absolute;
    top:60%;
    left:0px;
    z-index: 999;
}

.redesmob {
    margin-top:35px;
    text-align: center !important;
}

h3.green {
    color: white!important;
    margin-left: 0px!important;
    background-color: green;
    width: 100% !important;
    padding: 10px !important;
    display: inline-block !important;
    border-radius: 0px !important;
}

.legaladvise {
    width:100%;
    max-width:80%;
    height: auto;
    margin:0 auto !important;
    display:block;
    text-align: left;
    padding:15px;
    border-radius: 15px;
    background-color: #076e8e !important;
    position: fixed;
    bottom:15px !important;
    z-index: 100 !important;
    margin-left: 10% !important;
}

.legaladvise p {
    font-size: 15px !important;
    color: white !important;
    text-align: left;
}

.legaladvise a {
    color: white !important;
    font-weight: bold !important;
}

.legaladvise button {
    background-color:white !important;
    color:#076e8e !important;
    border:1px solid #076e8e !important;
    font-size: 17px !important;
    padding: 8px 12px !important;
    text-align: center !important;
    width: 100%;
    height: auto;
    max-width: 150px;
    margin: 0 auto !important;
    display: block;
}

.modal {
    width: 100%;
    --bs-modal-width: 650px;
    margin: 0 auto !important;
    z-index: 9999 !important;
}

.modal-body, .modal-header {
    padding: 0px !important;
}

.modal-content {
    width: 96% !important;
    margin:0 auto !important;
    margin-top: 15% !important;
}

.modal-header button {
    color: antiquewhite;
    font-size: 35px;
    position: absolute;
    right: 8px;
    top: 3px;
    z-index: 100;
    font-weight: bold;
}

.boxshadow {
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.17);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.17);
}

select option {
    width: 100% !important;
}

@media (max-width: 768px) {
    .hide-pc {
        display:block;
    }

    .hide-mobile {
        display:none;
    }

    .redestop {
        display:none;
    }

    .contactleft {
        display:none;
    }
}


/* HTML: <div class="loader"></div> */
.loader {
    width: 100px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #008db8;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
    margin: 20px auto;
  }
  @keyframes l3 {to{transform: rotate(1turn)}}

body, #spinner{
    background-color: rgba(221,221,221, 1);
}

.spinner {
    display: none;
    text-align: center;
    font-size: 24px;
}

.hidden {
    display: none;
}