/* Bootstrap core CSS */

/* Se preferir utilizar a própria cópia do Bootstrap, descomente a linha a seguir e comente a próxima */
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css');




#paralax-image-headline {
    background-image: url('https://chefellenvitorino.com/wp-content/themes/cheff/img/img-background-cheff-ellen.jpg');
    height: 550px;
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}


#paralax-image-sobre {
    background-image: url('https://chefellenvitorino.com/wp-content/themes/cheff/img/sobre-a-chef-ellen-vitorino.png');
    height: 920px;
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

#paralax-image-about-chef {
    background-image: url('https://chefellenvitorino.com/wp-content/themes/cheff/img/sobre-a-chef-ellen-vitorino.png');
    height: 1200px;
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}


.zoom {
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.text-item {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 15px;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.width-100{
    width: 100%;
}

/* Custom styles for this template */

body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 16px;  
overflow-x: hidden;
}

.btn-danger {
    color: #fff;
    background-color: #003366!important;
    border-color: #003366!important;
}

.btn-warning {
    color: #003366;
    background-color: #D8AB5B!important;
    border-color: #D8AB5B!important;
}


a {
    color: #666666;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #666666;
    text-decoration: initial;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 20px;
}

p a {
    color: #666666;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    
}

h1 {
    font-size: 35px;
    font-weight: 700;
}

h2 {
    font-weight: 500;
    font-size: 25px;
}

h5{
    font-size: 10px;
}

header{ 
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    z-index: 100;
    -webkit-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    overflow-x: hidden;
}

header.scroll-header {
    background: #FFF;
    box-shadow: 0px 0px 10px #999;
}

.sub-header{
    background: linear-gradient(to bottom right,#00eaf3,#023189);
    color: #fff;
    margin-top: 50px;
    height: 150px;
    padding-top: 50px;
    
}

.sub-header-agradecimento{
    background: linear-gradient(to bottom right,#00eaf3,#023189);
    color: #fff;
    height: 200px;
    padding-top: 50px;
    
}

.navbar {
    border-bottom: 1px solid #D8AB5B;
    background: #003366!important;
}

.nav-link{
    background: #D8AB5B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased !important;
    padding-right: 40px;
    font-weight: 700;
    
}

.logo-charleston{
    /*color: #02B3E6;*/
    color: #023189;
    font-size: 30px;
}

.logo-rafael {
   /* color: #023189;*/
   /*color: #ff7f02;*/
   color: #00eaf3;
    font-size: 30px;
}

.logo-footer {
    color: #fff;
    font-size: 25px;
}

.scale-in-hor-left {
    -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-26 8:56:38
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}



.btn-info-escuro{
    background: linear-gradient(to bottom right,#00eaf3,#023189);
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
    border: 3px solid #ffffff;
}

.btn-header{
    /*background: #03b3e6;*/
    background: linear-gradient(250deg, #00eaf3, #023189) fixed;
    font-weight: 700;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
}

.btn-inbound-marketing{
    background: #d96800;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
}

.btn-consultoria-seo{
    background: linear-gradient(250deg, #00eaf3, #023189) fixed;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
}

.btn-gestao-google-ads{
    background: linear-gradient(250deg, #00eaf3, #023189) fixed;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
}

.btn-gestao-facebook-ads{
    background: linear-gradient(250deg, #00eaf3, #023189) fixed;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
}

.btn-desenvolvimento-web{
    background: linear-gradient(250deg, #00eaf3, #023189) fixed;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
}

.btn-blog-home{
    /*background: linear-gradient(-45deg,#f5c226 15%,#ff7f02 100%);*/
    background: linear-gradient(250deg, #00eaf3, #023189) fixed;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
}


.btn-cta-side-bar {
    background: linear-gradient(-45deg,#f5c226 15%,#ff7f02 100%);
    text-align: center;
    color: #fff; 
    margin: auto;
    font-size: 15px;  
}

.btn-info{
    /*background: linear-gradient(to bottom right,#00eaf3,#023189);*/
    background: 
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
    border: 3px solid linear-gradient(to bottom right,#00eaf3,#023189);
}

.btn-info-claro{
    background: #fff;
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
    border: 3px solid linear-gradient(to bottom right,#00eaf3,#023189);
}


.btn-light{
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.btn-post{
    font-size: 14px;
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
}

.btn-orange {
        color: #fff;
        background: linear-gradient(-45deg,#f5c226 15%,#ff7f02 100%);
        border-radius: 12px;
        font-weight: 700;
        text-align: center;
}


.jumbotron {
    background: linear-gradient(to bottom right,#00eaf3,#023189);
    color: #fff;
}

.background-degrade{
   
    /*background: linear-gradient(250deg, #00eaf3, #023189) fixed;*/
    background: linear-gradient(250deg, #00eaf3, #023189) fixed;
}

.background-cinza{
    background: #F0F0F0;  
}

.background-white{
    background: #fff;  
}

.background-orange{
    color: #ff7f02;  
}

.background-inbound-home {
    background: linear-gradient(250deg, #00eaf3, #023189) fixed;
    border: solid 1px #2ec09a;
    color: #fff;
    border-radius: 5px;
    padding: 25px;
    width: 100%
}

.background-seo {
    background: #d96800;
    border: solid 1px #2ec09a;
    color: #fff;
    border-radius: 5px;
    padding: 25px;
    width: 100%
}

.background-google-ads {
    background-image: linear-gradient(-45deg, #3cac86 20%, #4fb463 100%);
    border: solid 1px #2ec09a;
    color: #fff;
    border-radius: 5px;
    padding: 25px;
    width: 100%
}

.background-facebook-ads {
    background: #3578E5;
    border: solid 1px #2ec09a;
    color: #fff;
    border-radius: 5px;
    padding: 25px;
    width: 100%
}

.background-criacao-de-sites {
    background: linear-gradient(45deg, rgba(66,15,102,1) 0%, rgba(91,21,140,1) 100%);
    border: solid 1px #2ec09a;
    color: #fff;
    border-radius: 5px;
    padding: 25px;
    width: 100%
}

.background-newsletter{
    color: #fff;
    /*background: linear-gradient(-45deg,#f5c226 15%,#ff7f02 100%);*/
    background: linear-gradient(250deg, #00eaf3, #023189) fixed;
    padding-top: 10px;
    margin-top: -33px;
}

.superior{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.inferior {
         background-color: #ccc;
         height: 200px;
         width: 100%;
         position: relative;
         top: 100%;
         left: 0;
}

#parallaxBar{
    height:600px;
    background-color:#004c82;
    background: url(../img/bgparallax.png) 50% 0 fixed;
    position: relative; 
}

.font-color-white{
    color: #fff;
}

.font-color-white{
    color: #ffffff;
}

.font-color-orange{
    color: #ff7f02;
}

.font-color-red{
    color: #003366;
}



.font-color-degrade-blue{
    
    color: linear-gradient(250deg, #00eaf3, #023189) fixed;
}

.font-color-seo{
    color: #d96800;
}

.font-color-google-ads{
    color: #3cac86;
}

.font-color-facebook-ads{
    color: #3578E5;
}

.font-color-criacao-de-sites{
    color: #420f66;
}


.font-weight-500{
    font-weight: 500;
}

.font-weight-700{
    font-weight: 700;
}

 .font-full-banner{
        padding-top: 100px;
    }


.botao-busca {
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 2px solid #fff;
    background: linear-gradient(to bottom right,#00eaf3,#023189);
    border-radius: 12px;
    color: white;
    margin-top: -2px;
    margin-left: 10px;
    width: 100%;
}

.input-blog {
    background-color: #ebebeb;
    padding: 6px;
    border: 0 solid;
    width: 100%;
    margin-top: 0;
    border-radius: 3px;
}

.cta-side-bar{
    width: 100%;
    background: linear-gradient(to bottom right,#00eaf3,#023189);
    border: 2px solid linear-gradient(to bottom right,#00eaf3,#023189);
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: 500px;
    font-size: 14px;
    margin-top: 20px;

} 

.categories {
    font-size: 16px;
    padding-top: 30px;
    width: 100%;
    background: linear-gradient(-45deg,#f5c226 15%,#ff7f02 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 600;
    
}

.children{
    font-size: 14px;
    width: 100%;
    background: linear-gradient(-45deg,#f5c226 15%,#ff7f02 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 500; 
}


li {
    list-style: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}


strong {
    background: linear-gradient(330deg,#003366 0%,#D8AB5B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 900;
}

textarea {
    width: 100%;
    }

.minha-historia{
  background: #F0F0F0;  
}

hr{width: 50%;}
    

footer{
    /*background: #03b3e6;*/
    /*background: #F0F0F0;*/
    
    margin-top: -32px;
    overflow-x: hidden;
}

.menu-footer{
    font-size: 20px;
    font-weight: 500px;
    color: #ffffff;
}

.copyriht{
    /*background: #e7e6e6;
    background: linear-gradient(-45deg,#f5c226 15%,#ff7f02 100%);*/
    background: #F0F0F0;
    padding-top: 10px;
    color: #fff;
    font-size: 12px;
    padding-bottom: 10px;
}

.data_exibe{

font-size: 12px;
}


.analise {
    color: red;
    font-weight: 500;
    font-size: 1.5rem;
}

.analise-bold{
    font-weight: 700;
}

.navbar-toggler{
    background-color: #D8AB5B;
    border-color: rgba(0,0,0,.1);
}


.align-left-desktop{
    text-align: left;
}

.align-right-desktop{
    text-align: right;
}

/*Text Align*/
.text-align-lefth{
    text-align: left;

}

.text-align-right{
    text-align: right;
}


/* Padding */

.padding-50{
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;    
}


.padding-top-10{
    padding-top: 10px;
}

.padding-top-20{
    padding-top: 20px;
}

.padding-top-30{
    padding-top: 30px;
}

.padding-top-40{
    padding-top: 40px;
}

.padding-top-50{
    padding-top: 50px;
}

.padding-top-60{
    padding-top: 60px;
}

.padding-top-70{
    padding-top: 70px;
}

.padding-top-80{
    padding-top: 80px;
}

.padding-top-90{
    padding-top: 90px;
}

.padding-top-100{
    padding-top: 100px;
}

.padding-top-130{
    padding-top: 130px;
}

.padding-top-200{
    padding-top: 200px;
}

.padding-top-300{
    padding-top: 300px;
}

.padding-top-400{
    padding-top: 400px;
}

.padding-bottom-5{
    padding-bottom: 5px;
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.padding-bottom-20{
    padding-bottom: 20px;
}

.padding-bottom-30{
    padding-bottom: 30px;
}

.padding-bottom-40{
    padding-bottom: 40px;
}

.padding-bottom-50{
    padding-bottom: 50px;
}
.padding-bottom-60{
    padding-bottom: 60px;
}

.padding-bottom-70{
    padding-bottom: 70px;
}

.padding-bottom-80{
    padding-bottom: 80px;
}

.padding-bottom-100{
    padding-bottom: 100px;
}

.padding-bottom-200{
    padding-bottom: 200px;
}

.padding-bottom-300{
    padding-bottom: 300px;
}

.padding-bottom-400{
    padding-bottom: 400px;
}

.padding-right-50{
    padding-right: 50px;
}

.padding-left-50{
    padding-left: 50px;
}

.bg-color-white{
    background-color: rgba(255, 255, 255, 0.8)
}

.bg-color-red{
    background-color: #D8AB5B;
}

.bg-color-blue{
    background-color: #003366;
}

.bg-grey {
    background-color: #f2f2f2;
}
.border-radius-30 {
    border-radius: 30px;
}

.padding-20 {
    padding: 10px 30px 10px 30px;
}

.padding-30 {
    padding: 30px 30px 30px 30px;
}

    }


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

code {
  padding: 0 0.15rem;
  background: #f5f5f5;
  border-radius: 0.2rem;
}


/* margin */

.margin-top-neg-50{
    margin-top: -50px;
}

.margin-top-neg-100{
    margin-top: -100px;
}

.margin-top-5{
    margin-top: 5px;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-top-30{
    margin-top: 30px;
}

.margin-top-40{
    margin-top: 40px;
}

.margin-top-50{
    margin-top: 50px;
}

.margin-top-60{
    margin-top: 60px;
}

.margin-top-70{
    margin-top: 70px;
}

.margin-top-80{
    margin-top: 80px;
}

.margin-top-90{
    margin-top: 90px;
}

.margin-top-100{
    margin-top: 100px;
}

.margin-top-150{
    margin-top: 150px;
}

.margin-top-200{
    margin-top: 200px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.margin-bottom-30{
    margin-bottom: 30px;
}

.margin-bottom-40{
    margin-bottom: 40px;
}

.margin-bottom-50{
    margin-bottom: 50px;
}

.margin-bottom-60{
    margin-bottom: 60px;
}

.margin-bottom-70{
    margin-bottom: 70px;
}

.margin-bottom-80{
    margin-bottom: 80px;
}

.margin-bottom-90{
    margin-bottom: 90px;
}

.margin-bottom-100{
    margin-bottom: 100px;
}

/*Font Size */

.font-size-12{
    font-size: 12px;
}

.font-size-14{
    font-size: 14px;
}

.font-size-16{
    font-size: 16px;
}

.font-size-18{
    font-size: 18px;
}

.font-size-20{
    font-size: 20px;
}

.font-size-22{
    font-size: 22px;
}

.font-size-24{
    font-size: 24px;
}

.font-size-25{
    font-size: 25px;
}

.font-size-30{
    font-size: 30px;
}

.font-size-31{
    font-size: 31px;
}

.font-size-35{
    font-size: 35px;
}

.font-size-40{
    font-size: 40px;
}

.font-size-45{
    font-size: 45px;
}

.font-size-60{
    font-size: 60px;
}

.font-size-80{
    font-size: 80px;
}

.font-size-100{
    font-size: 100px;
}

/*Border Radius*/

.border-radius-20{
    border-radius: 20px;
}


.border-radius-30{
    border-radius: 30px;
}


.border-radius-30{
    border-radius: 30px;
}


.border-radius-40{
    border-radius: 40px;
}


.border-radius-50{
    border-radius: 50px;
}
/* CSS Sprite */

.bg-youtube {
    width: 32px; height: 32px;
    background: url('img/css_sprites-2.png') -10px -10px;
}

.bg-twitter {
    width: 32px; height: 32px;
    background: url('img/css_sprites-2.png') -62px -10px;
}

.bg-instagram {
    width: 32px; height: 32px;
    background: url('img/css_sprites-2.png') -114px -10px;
}

.bg-facebook {
    width: 32px; height: 32px;
    background: url('img/css_sprites-2.png') -166px -10px;
}

.bg-linkedin {
    width: 32px; height: 32px;
    background: url('img/css_sprites-2.png') -218px -10px;
}

/* .bg-facebook {
    width: 16px; height: 16px;
    background: url('img/css_sprites.png') -10px -10px;
}

.bg-linkedin {
    width: 16px; height: 16px;
    background: url('img/css_sprites.png') -46px -10px;
}

.bg-youtube {
    width: 16px; height: 16px;
    background: url('img/css_sprites.png') -82px -10px;
}

.bg-twitter {
    width: 16px; height: 16px;
    background: url('img/css_sprites.png') -118px -10px;
}

*/

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 20px;
}

.full-banner-home {
    background-image: url(https://chefellenvitorino.com/wp-content/themes/cheff/img/img-background-cheff-ellen.jpg);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    height: 550px;
}

.full-sobre-a-chef {
    background-image: url(https://chefellenvitorino.com/wp-content/themes/cheff/img/sobre-a-chef-ellen-vitorino.png);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    height: 781px;
}

.full-banner-heathy-meals {
    background-image: url(https://chefellenvitorino.com/wp-content/uploads/2021/07/full-banner-heathy-meals-2.png);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    height: 781px;
}

.width-100{
    width: 100%;

}

.height-600{
    height: 600px;
}

.text-form{
    color: #212529;
    text-align: left;
    font-size: 16px;
}




/* @media */

@media (max-width: 700px) { 

    h1 {
        font-size: 25px;
    }

    h2{
        font-size: 20px
    }

    .logo-charleston{

    font-size: 22px;
    }

    .logo-rafael {
        font-size: 22px;
    }

    .align-left-desktop{
    text-align: center;
    }

    .align-right-desktop{
        text-align: center;
    }

    .sub-header {
        height: 75px;
        padding-top: 25px;
        margin-top: 50px;
    }

    

    .font-full-banner{
        padding-top: 100px;
        margin-top: 14px;
    }

    .mauticform-label {
    font-size: 15px;
    margin-bottom: 0px;
    }


    .mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    padding-top: 10px;
    padding-bottom: 10px;
    }


    .copyriht{
         height: 50px;
    }

    .font-size-100{
    font-size: 40px;
    }

    .font-size-80{
    font-size: 42px;
    }

    .font-size-60 {
    font-size: 30px;
    }

    .font-size-40 {
    font-size: 30px;
    }

    .font-size-45{
    font-size: 25px;
    }

    .font-size-35 {
    font-size: 20px;
    }

    .font-size-30 {
    font-size: 16px;
    }

    .font-size-25 {
    font-size: 18px;
    }

    .font-size-24 {
    font-size: 19px;
    }

    .font-size-20 {
    font-size: 16px;
    }

  

    .padding-top-50 {
    padding-top: 35px;
    }

    .padding-top-200 {
    padding-top: 100px;
    }

    .padding-top-300 {
    padding-top: 100px;
    }

    .padding-bottom-200 {
    padding-bottom: 100px;
    }

    .padding-bottom-300 {
    padding-bottom: 100px;
    }

    .margin-top-50 {
        margin-top: 25px;
    }

    .margin-top-200 {
        margin-top: 75px;
    }

    .margin-top-100 {
    margin-top: 50px;
    }

    .margin-bottom-50 {
        margin-bottom: 25px;
    }

    .full-banner-home {
    min-height: 385px;
    height: 385px;
    }

    .full-banner-servicos {
    min-height: 450px;
    }
   
    .height-600{
    height: 905px;
    }
    
    #paralax-image-sobre {
    height: 1100px;
    }
    
    #paralax-image-about-chef {
    height: 1200px;
    }

}

