.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

html, body {
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: 'Montserrat';
    font-weight: 500;
}

#wrapper {
    background: url('../img/gray-background.png');
    background-size: cover;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a, a:hover {
    text-decoration: none;
}

.text__center {
    text-align: center;
}

.text__right {
    text-align: right;
}

.text__left {
    text-align: left;
}

.text__box {
    margin-bottom: 4rem;
}

/* HEADER */

.header {}

.header__bar {
    background: linear-gradient(to bottom, #cca466, #f9e07c);
    padding: 1.5rem 0;
}

.header__bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__bar-item {}

.header__bar-item a {
    display: flex;
    align-items: center;
}

.header__bar-item a i {
    margin-right: .5rem;
    background-color: #fff;
    color: #cca466;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    line-height: 35px;
    font-size: 2rem;
    border-radius: 50%;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .5));
}

.header__bar-item .fa-whatsapp {
    color: #fff;
    background: #00db59
}

.header__bar-item a span {
    margin-right: .5rem;
    color: #fff;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .5));
    font-size: 2rem;
    font-weight: 600;
}

.header__blue {
    background: url(../img/blue-background.png);
    background-size: cover;
    background-position: center;
    height: 25.5rem;
    position: relative;
    z-index: 1;
}

.header__logo {
    width: 35rem;
    display: block;
    margin: auto;
    position: relative;
    padding-top: 2rem;
}

.header__logo img {
    width: 100%;
}

.golden__border {
    width: 100%;
    height: .3rem;
    position: relative;
}

.golden__border img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.header__blue .golden__border {
    position: absolute;
    bottom: .5rem;
}

.header__infos {
    background: url('../img/grey-background.png');
    background-size: 100%;
    padding: 1rem 0;
}

.header__infos-content {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.header__infos-content-item span {
    text-transform: uppercase;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .5));
    font-size: 1.8rem;
    font-weight: 600;
    display: inline-block;
}

.header__infos-content-item span:first-child {
    padding-right: 2rem;
}

.header__infos-content-item span:last-child {
    padding-left: 4rem;
}

.header__nav {
    padding: 6rem 0 4rem;
    position: relative;
}

.header__nav ul {
    display: block;
    list-style: none;
    padding: 0;
    text-align: center;
}

.header__nav ul li {
    display: inline-block;
    margin: 0 1rem 2rem 1rem; 
}

.header__nav ul li a {
    padding: .5rem 2rem;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    position: relative;
    transform-style: preserve-3d;
    border-radius: 2rem;
    display: block;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #3a3a3a, -1px 1px 0 #3a3a3a, 1px -1px 0 #3a3a3a, -1px -1px 0 #3a3a3a, 0px 1px 0 #3a3a3a, 0px -1px 0 #3a3a3a, -1px 0px 0 #3a3a3a, 1px 0px 0 #3a3a3a, 2px 2px 0 #3a3a3a, -2px 2px 0 #3a3a3a, 2px -2px 0 #3a3a3a, -2px -2px 0 #3a3a3a, 0px 2px 0 #3a3a3a, 0px -2px 0 #3a3a3a, -2px 0px 0 #3a3a3a, 2px 0px 0 #3a3a3a, 1px 2px 0 #3a3a3a, -1px 2px 0 #3a3a3a, 1px -2px 0 #3a3a3a, -1px -2px 0 #3a3a3a, 2px 1px 0 #3a3a3a, -2px 1px 0 #3a3a3a, 2px -1px 0 #3a3a3a, -2px -1px 0 #3a3a3a;
    border: 1px solid rgba(58, 58, 58, .3);
}

.header__nav ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px);
    margin: -4px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient( 150deg, #fff 0%, #fff 20%, #3a3a3a 30%, #3a3a3a 50%, #fff 60%, #fff 80%, #3a3a3a 90%, #3a3a3a 100%);
    display: block;
    border: 1px solid rgba(58, 58, 58, 1);
}

.btn__menu-mobile {
    position: fixed;
    top: 1rem;
    right: 3rem;
    background: linear-gradient(to bottom, #0093dd, #07283a);
    color: #fff;
    z-index: 999;
    padding: .5rem 1rem;
    font-size: 2rem;
    border-radius: .5rem;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    cursor: pointer;
    display: none;
}

.header__sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    background: url(../img/gray-background.png);
    z-index: 999;
    max-width: 70%;
    padding: 2rem;
    overflow-y: scroll;
    transform: translate(-100%);
    transition: all .4s ease-in-out;
}

.header__nav.header__nav-mobile {
    padding: 0;
    padding-top: 2rem;
}

.header__nav.header__nav-mobile ul li {
    display: block;
    margin: 0 1rem 2rem 1rem;
}

.header__nav.header__nav-mobile ul li a {
    font-size: 1.6rem;
}

.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    font-size: 2rem;
}

/* END HEADER */

/* CONTACT FIXED */
.contact__fixed {
    position: fixed;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    z-index: 2;
}

.contact__fixed-item:not(:last-child) {
    margin-bottom: 5rem;
}

.contact__fixed-item a {
    display: block;
    margin: auto;
    width: 5rem;
    height: 5rem;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
    transition: all .2s;
}

.contact__fixed-whatsapp {
    background-color: #00db59;
    transform-style: preserve-3d;
}

.contact__fixed-item a::before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(-1px);
    border-radius: 50%;
    transition: all .2s;
    box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
    opacity: .3;
}

.contact__fixed-whatsapp::before {
    background-color: rgba(0, 219, 89, 1);    
}

.contact__fixed-whatsapp i{
    display: block;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.contact__fixed-address, .contact__fixed-mail {
    background-color: #fff;
}

.contact__fixed-address::before, .contact__fixed-mail::before {
    background: rgba(255, 255, 255, 1);
}

.contact__fixed-address img, .contact__fixed-mail img {
    height: 2.5rem;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact__fixed-item a:hover {
    box-shadow: none;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
}

.contact__fixed-item a:hover::before {
    width: 150%;
    height: 150%;
    opacity: 1;
}

/* END CONTACT FIXED */

/* HOME */

.home {
    position: relative;
}

.page__padding {
    padding: 2rem 0;
}

.home__main {}

.home__main-item {
    margin-bottom: 3rem;
}

.home__main-item a {
    width: 60%;
    display: block;
    margin: auto;
}

.home__main-item img {
    width: 100%;
}

/* END HOME */

/* FOOTER */

.footer {
    background: url(../img/blue-background.png);
    background-size: cover;
    background-position: center;
}

.footer__border {
    position: relative;
    width: 100%;
    height: 1rem;
    background: linear-gradient(to bottom, #cca466, #f9e07c);
    margin-bottom: 4rem;
}

.footer__pet img{
    width: 100%;
}

.footer__address {
    display: flex;
}

.footer__address i {
    margin-right: .5rem;
    background-color: #fff;
    color: #4890c0;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    line-height: 35px;
    font-size: 2rem;
    border-radius: 50%;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .5));
}

.footer__address-content address, .footer__address-content span, .footer__social span {
    color: #fff;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .5));
    font-size: 2rem;
    font-weight: 600;
    display: block;
}

.footer__address-content a {
    text-decoration: underline;
    font-size: 1.8rem;
    color: #fff;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .5));
    font-weight: 500;
    margin-bottom: 2rem;
    display: inline-block;
}

.footer__social span {
    margin-bottom: 1rem;
}

.social__item i {
    margin-right: 1rem;
    background-color: #fff;
    color: #133850;
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 40px;
    font-size: 2.5rem;
    border-radius: 50%;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .5));
}

.copyright {
    text-align: center;
    padding: .3rem 0;
    background-color: #002a42;
    color: #fff;
    margin-top: 3rem;
}

.copyright a {

text-decoration:none;
color:inherit;

}

/* END FOOTER */

/* ABOUT */

.about {
    padding: 0;
    background-color: #fff;
}

.about__main-content {
    padding: 5rem;
}

.title {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 700;
}

.about__image {
    width: 100%;
    height: 100%;
    
}

.about__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__gallery img {
    width: 100%;
    margin-bottom: 1rem;
}

/* END ABOUT */
/* SERVICE */
.service {
    position: relative;
}

.service__image img{
    width: 100%;
}

.service__dowload {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service__dowload-btn {
    display: inline-flex;
    align-items: center;

}

.service__dowload-btn i {
    background-color: #fff;
    color: #df2c32;
    font-size: 3rem;
    padding: 1rem;
}

.service__dowload-btn span {
    display: inline-block;
    color: #fff;
    background-color: #df2c32;
    border-radius: 0 .5rem .5rem 0;
    padding: .5rem 1rem;
}

.service__gallery{
    margin: 8rem 0;
}

.service__gallery img, .service__gallery video {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 3rem;
}

.service__gallery iframe {
    margin-bottom: 3rem;
    height: calc(100% - 3rem);
    min-height: 25rem;
}

.service__pdf-btn {
    display: inline-flex;
    align-items: center;
}

.service__pdf-btn i {
    color: #df2c32;
    font-size: 5rem;
    margin-right: 1rem;
}

.service__pdf-btn span {
   font-size: 3rem;
   text-decoration: underline;
   color: #212529;
   display: inline-block;
   font-weight: 700;
}
/* END SERVICE */

.contact {
    position: relative;
}

.contact__header {
    margin-bottom: 2rem;
    padding-right: 4rem;
}

.contact__info {}

.contact__info-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    color: #212529;
}

.contact__info-item address {
    margin: 0;
}

.contact__info-item i, .contact__redes i {
    color: #929292;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-right: 1rem;
    font-size: 1.8rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.contact__info-item span {
    font-weight: 500;
}

.contact__redes-title {
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

.form__def input, .form__def textarea {
    width: 100%;
    padding: 1rem 1rem;
    border: 1px solid #eee;
    margin-bottom: 2rem;
    font-weight: 500;
    transition: all .2s;
    font-size: 1.6rem;
    border-radius: .5rem;
}

.form__def input::placeholder, .form__def textarea::placeholder {
    color: #000;
    font-weight: 500;
}

.form__def input:focus, .form__def textarea:focus {
    outline: none;
    border: 1px solid #ccc;
}

.form__def textarea {
    min-height: 20rem;
}

.form__def button {
    font-size: 2.2rem !important;
}


.naoexibir{
    display: none;
}

.form__def label {
    display: none;
}

.btn-enviar {
    border: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    background-color: #05334d;
    padding: .5rem 2rem;
    border-radius: .5rem;
}

/* PRELOADER */

/*PRELOADER*/


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #818181;
    z-index: 9999;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* Popup */

.popup-bg{
    position: fixed;
    
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    animation-name: Opacity;
    animation-duration: 1s;
    z-index: 9999999998;
    
}

/*POPUP*/

.popup{
    background-color: #333132;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 600px;
    max-width: 99%;
    z-index: 9999999999;
}

.popup, .popup a{
    color: #fff;
    font-size: 2rem;
}

.popup a:hover{
    color: #fff;
}

.popup p:first-child{
    text-transform: uppercase;
}
.popup img{
    width: 100%;
}

.popup .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    background: rgba(29, 29, 29, .5);
    padding: 0rem .8rem;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 1.4rem;
    cursor: pointer;
}

@keyframes Opacity{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


/* End Popup */