@charset "UTF-8";

/* =================================================================== 
 *
 *  
 *  ------------------------------------------------------------------
 *
 *
 *
 * =================================================================== */

/* -----------------------------------------------------
Media Query Exemplos
-----------------------------------------------------

@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 600px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 830px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1382px) {}

@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1200px) {}
*/  

/* import fonts */
@import url("font/style.css");

img {max-width: 100%;}
img#norton-idsafe-field-logo-imgId {
    display: none;
}

@media only screen and (min-width: 320px) {
    .is-mobile {display:block}
    .is-desktop {display:none;}
}
@media only screen and (min-width: 992px) {
    .is-mobile {display:none}
    .is-desktop {display:block;}
}

.loading,
.confirma,
.erro {
    display: none;
    font-family: 'Myriad Pro Regular';
    font-size: 14px;
    color:#ffffff;
    font-weight: bold;
    text-align: center;
}
.loading img {
    max-width: 30px;
}

/**********************************************************************
***********************************************************************
****
****        logo
****
****
***********************************************************************
**********************************************************************/
.logo-top img {
    width: 76px;
}

/**********************************************************************
***********************************************************************
****
****        Header, menu e submenu
****
****
***********************************************************************
**********************************************************************/
/*header e menu*/

/* # Header */
.cont-flex-horizontal {
    display: flex;
    align-items: center; 
    justify-content: space-between; 
}
.cont-flex-horizontal-center {
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 60px;
}
main {
    overflow: hidden;
}

main #header-principal {
    position: fixed;
    background:#504E28;
    width: 100%;
    height: 90px;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1!important;
    z-index: 999;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.3);    
}




/* ## Logo */
@media only screen and (min-width: 320px) {
    main #header-principal .logo-top {
        float: left;
        display: block;
        width: 100px;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
    .logo-petland {
        width: 80px;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
}
@media only screen and (min-width: 992px) {
    main #header-principal .logo-top {        
        width: 100px;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
    .logo-petland {
        width: 100px;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
}


/* ## Menu principal */
@media only screen and (min-width: 320px) {
    main #header-principal .menu-principal {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    main #header-principal .menu-principal {
        display: block;
        padding-top: 15px;
        width: 100%;        
        display: flex;
        justify-content: center;        
    }
    main #header-principal .menu-principal ul li {
        /*overflow: hidden;*/
        height: 30px;
        margin: 0 20px;
    }
    main #header-principal .menu-principal ul li a {
        display: inline-block;        
        font-family: 'Myriad Pro Regular';
        text-transform: none;
        position: relative;
        color:#ffffff;
        font-size: 22px;
        text-decoration: none;
        font-weight: 400;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;        
    }
    main #header-principal .menu-principal ul li a.active::after {
        content: "";
        width: 100%;
        height: 4px;
        background:#915F16;
        bottom: -0px;
        left: 0;
        position: absolute;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
    main #header-principal .menu-principal ul li a:hover::after {
        content: "";
        width: 100%;
        height: 4px;
        background:#915F16;
        bottom: -3px;
        left: 0;
        position: absolute;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
    main #header-principal .menu-principal ul {
        list-style: none;
        padding:0;    
    }
    main #header-principal .menu-principal ul li {
        display: inline-block; 
        padding:0 5px 0 5px;   
    }
}
@media only screen and (min-width:1200px) {
    main #header-principal .menu-principal ul {
        list-style: none;
        padding:0;    
    }
    main #header-principal .menu-principal ul li a {
        font-size: 30px;        
    }
}



/* ## Menu hamburguer */
@media only screen and (min-width: 320px) {
    main #header-principal .mnu-togle {
        float: right;
        margin:14px 0 0 3px;
    }
}
@media only screen and (min-width: 992px) {
    main #header-principal .mnu-togle {        
        margin:30px 0 0 20px;
    }
}


/* ## Itens submenu */
.conteudo-menu-principal {
    position: absolute;
    display: none;
    background-color:#504E28;   
    top:0px;
    width: 100%;
    padding: 119px 0 0 0;
    z-index: -1;
    height: 104.5vh;    
}
.menu-principal-vertical {
    text-align: center;
}
.menu-principal-vertical ul {
    list-style: none;
    text-align: right;
    margin: 30px 0 0 0;
    padding: 0;
}
.menu-principal-vertical ul li {
    margin: 0 0 7px 0;
    padding: 0;
}
.menu-principal-vertical ul li a {
    font-family: 'Myriad Pro Regular';
    text-transform: uppercase;
    color:#ffffff;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
}
.menu-principal-vertical ul li a.active {
    color:#915F16;
}
.menu-principal-vertical ul li a:hover {
    color:#915F16;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.apps {
    text-align: center;
    margin-top: 20px;
}


/* # Menu Fix */
.classFixMenuHeader {
    position: fixed!important;
    height: 70px!important;
    width: 100%;
    background-color: #504E28;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.classFixMenuHeader .logo-top {
    width: 55px!important;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
@media only screen and (min-width: 992px) {
    
    .classFixMenuHeader .mnu-togle {        
        margin:20px 0 0 20px!important;
    }
}
/**********************************************************************
***********************************************************************
****
****        Header, menu e submenu
****
****
***********************************************************************
**********************************************************************/





/**********************************************************************
***********************************************************************
****
****        Banner Principal
****
****
***********************************************************************
**********************************************************************/
/* ------------------------------------
    ## Banner principal
------------------------------------ */
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}


@media only screen and (min-width: 320px) {
    .trigoBanner {
        display: none;
    }
    .carousel-inner {
        margin-top: 90px;
    }
}
@media only screen and (min-width: 768px) {
    .trigoBanner {
        display: block;
        max-width: 200px;
    }
    .carousel-inner {
        margin-top: 0;
    }
}

.carousel {
    position: relative;
    z-index: 1;
}
.carousel-item img {
    width: 100%;
}
.carousel-item {
    position: relative;
    
}

@media only screen and (min-width: 320px) {
    .carousel-item .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 20px;
    }
    .carousel-item .content a {
        font-family: 'Myriad Pro Regular';
        font-size: 16px;
        color:#ffffff;
        text-transform: none;
        padding:8px 13px;
        width: 200px;
        text-align: center;
        border:solid 2px #ffffff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        display: block;
        text-decoration: none;
        margin:10px 0 0 0;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
}
@media only screen and (min-width: 768px) {
    .carousel-item .content {
        display: block;
    }
    .carousel-item .content a {        
        font-size: 16px;        
        padding:13px 25px;
        width: 240px;        
        margin:30px 0 0 0;
    }
}

.carousel-item .content a:hover {
    background-color: #915F16;
    border:solid 2px #ffffff;
    color:#ffffff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 320px) {
    .ban-desk {display: none;}
    .ban-mob {display: block;}
    .carousel-item .content h2 {
        font-family: 'Myriad Pro Regular';
        font-size: 30px;
        text-align: center;
        color:#ffffff;
        text-transform: none;
        font-weight: 400;
        line-height: 30px;
        margin:0;
    }
    .carousel-item .content h2 br {
        display: none;
    }
    .carousel-item .content {
        position: absolute;
        top:calc(82% - (120px));        
    }
}
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 600px) {}
@media only screen and (min-width: 768px) {
    .ban-desk {display: block;}
    .ban-mob {display: none;}
    .carousel-item .content h2 {
        text-align: left;
        font-size: 50px;
        line-height: 55px;
        padding:0;
    }
    .carousel-item .content h2 br {
        display: block;
    }
    .carousel-item .content {
        position: absolute;
        top:calc(50% - (100px));
        left:calc(50% - (29%));    
    }
}
@media only screen and (min-width: 830px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1382px) {
    .carousel-item .content h2 {
        font-size: 70px;
        line-height: 75px;
        padding:0;
    }
}

/**********************************************************************
***********************************************************************
****
****        Banner Principal //
****
****
***********************************************************************
**********************************************************************/