/* All Pages */
    /* Navbar */

    @media (min-width: 800px) and (max-width: 850px) {
        .navbar:not(.top-nav-collapse) {
            background: #1C2331 !important;
        }
    }

    .view,
    body,
    html {
        height: 100%;
        position: relative;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
        scroll-behavior: smooth;
        max-width: 1950px;
    }

    .grecaptcha-badge{
        z-index: 999;
        display: none !important;
    }

    .navbar {
        background-color: rgba(0, 0, 0, .2)
    }

    .nav-link.active{ 
        color: #98CC5D !important;
    }

    .nav-link{
        transition: 0.7s;
    }

    .nav-link:hover {
        color: #98CC5D !important;
    }

    @media (max-width: 469px) {
		.navbar-brand{
			width: 75% !important;
		}

		.logotipo{
			width: 100%;
		}
    }
    
    .navbar.navbar-light .navbar-toggler {
        color: #98CC5D !important;
        border: none;
    }

    .navbar-toggler-icon {
        background-image: url('https://mdbootstrap.com/img/svg/hamburger4.svg?color=98CC5D') !important;
    }

	.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover {
		text-decoration: none;
		border: none;
	}

    @media (max-width: 767px) {
		.nav-item{
			border-bottom: solid 1px #f5f5f5;
			transition: background-color 0.5s ease;
		}

		.nav-link{
			padding-right: 10% !important;
			padding-left: 10% !important;
		}
		.nav-item:hover{
			background: #fcfcfc;
		}

		/*#navbarResponsive{
			margin-right: 5% !important;
			margin-left: 5% !important;
		}*/

		#responsive-navbar-css li:first-child {
            margin-top: 10px !important;
            
			border-top: solid 2px #98CC5D;
		}

		#responsive-navbar-css li:last-child {
			border-bottom: none !important;
		}
	}

    .page-footer,
    .top-nav-collapse {
        background-color: white;
    }

    @media only screen and (max-width:768px) {
        .navbar {
            background-color: white;
        }
    }

    /* Scrollbar */
	::-webkit-scrollbar {
		width: 5px;
	}

	::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	::-webkit-scrollbar-thumb {
		background: #d4d2d2;
		border-radius: 8px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: #d4d2d2;
    }
    
    /* Back to Top Button */
    #scroll {
        position: fixed;
        left: 20px;
        bottom: 20px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
        background-color: hsla(88, 52%, 58%, .8);
        text-indent: -9999px;
        display: none;
        transition: 0.5s;
        z-index: 15;
    }

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #9ADE52;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

    /* Footer */
    .hr-footer {
        width: 85%;
    }

    .footer-link {
        transition: 0.7s;
        line-height: 1.6;  
    }

    .footer-link:hover {
        color: #98CC5D !important;
    }

    /* HR */
    .hr-title{
        width: 100px;
        height: 1px !important;
    }

    .green-hr{
        background-color: #98CC5D !important;
    }

    .green-text{
        color:  #98CC5D !important;
    }

    /* Backgrounds */
    .alternative-background{
        background-color: #f5f5f5;
    }


    /* Rounded */
    .rounded-element{
		border-radius: 20px !important;
	}

/* Homepage */
    /* Header */
    .header-background{
        background-image: url('../img/header-background.jpeg'); 
        background-repeat: no-repeat; 
        background-size: cover;
    }
    
    /* Products */
    .cover {
        width: 100%;
        height: 350px;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/enxertosprontos1.jpg') center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .products-div {
        display: flex;
        justify-content: center;
        vertical-align: middle;
        align-items: center;
        flex-direction: column;
        height: 350px;
    }

    .products-div2 {
        display: flex;
        justify-content: center;
        vertical-align: middle;
        align-items: center;
        flex-direction: column;
        height: 275px;
    }

    @media (max-width: 991px) {
		.cover {
			height: 275px !important;
        }

        .teste-div {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 275px !important;
        }

        .cover2 {
            max-width: 100% !important;
            margin-left: 0% !important;
            margin-right: 0% !important;
        }

        .lead {
            font-size: 1.10rem !important;
        }

        .cover3 {
            margin-top: 24px !important;
            margin-left: 0% !important;
            margin-right: 0% !important;
            max-width: 100% !important;
        }
    }

    .cover2 {
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/bacelosbravos.jpg') center center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 46%;
        height: 270px;
        margin-left: 3%;
        margin-right: 1%;
    }

    .cover3 {
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/pesdemae.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 46%;
        height: 270px;
        margin-left: 1%;
        margin-right: 3%;  
    }

    /* Contacts */
    .contacts-background {
        background-image: url('../img/contact-background.jpg');
        background-size: cover;
        background-position: center center;
    }

    .green-background {
        background-color: #98CC5D !important;
        border-color: #98CC5D !important;
        transition: 0.5s;
    }

    .green-background:hover {
        background-color: #9ADE52 !important;
        transition: 0.5s;
    }

    .green-background:active {
        background-color: #9ADE52 !important;
    }

    .green-background:focus {
        background-color: #9ADE52 !important;
    }

    .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        background-color: #9ADE52 !important;
    }

    .map{
        max-width: 1300px !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .form-control:focus {
		border-color: #9ADE52 !important;
        box-shadow: 0px 1px #9ADE52 !important;
    }
    
    .md-form input:not([type]):focus:not([readonly])+label,
    .md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="password"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="email"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="url"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="time"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="date"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="tel"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="number"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="search"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="phone"]:not(.browser-default):focus:not([readonly])+label,
    .md-form input[type="search-md"]:focus:not([readonly])+label,
    .md-form textarea.md-textarea:focus:not([readonly])+label {
        color: #9ADE52 !important;
    }
    
/* Products */
    /* Top Bar */
    .topbarproducts {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/products-topbar.jpg') center center;
		background-size: cover;
		padding: 125px 0;
    }
    
    /* Products: Carousel */
    .carousel-size{
        width: 85%;
		text-align: center;
		margin: auto;
    }

    .height-limit{
        max-height: 400px;
    }

    /* Enxertos Prontos: Image */
    .enxertosprontos-img {
		min-height: 25rem;
		background-size: cover;
		border-radius: 20px 0px 0px 20px;
        background-image: url('../img/enxertosprontos1.jpg');
        background-position: center center;
    }

    @media (max-width: 767px) {
		.enxertosprontos-img {
            border-radius: 0px 0px 0px 0px !important;
            margin-top: 2rem !important;
		}
    }
    
    /* Bacelos Bravos: Image */
    .bacelosbravos-img {
		min-height: 25rem;
        background-size: cover;
		border-radius: 0px 20px 20px 0px;
		background-image: url('../img/bacelosbravos.jpg');
    }
    
    @media (max-width: 767px) {
		.bacelosbravos-img {
            border-radius: 0px 0px 0px 0px !important;
            margin-top: 2rem !important;
		}
    }

    /* Pés-de-Mãe */
    #pesdemae .card-body{
		height: 13rem !important;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
		#pesdemae .card-body{
			height: 15rem !important;
		}
    }
    
    @media (max-width: 767px) {
		#pesdemae .card-body{
			height: 10rem !important;
		}
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
		#pesdemae .card-body{
			height: 12rem !important;
		}
    }
    
    @media (max-width: 439px) {
		#pesdemae .card-body{
			height: 13rem !important;
		}
    }

    /* Before Footer: Contacts */
    #before-footer-products{
        background-image: url('../img/products-before-footer.jpg'); 
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
    }

/* Castas */
    /* Top Bar */
    .topbarcastas {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/castas-topbar.jpg') center center;
		background-size: cover;
		padding: 125px 0;
    }

    .roxo{
		background-color: #865A9E !important;
	}

	.verde{
		background-color: #98CC5D;
	}

	.titulo-tabela{
        font-size: 17px;
        font-weight: bold;
	}

    /* Before Footer: Contacts */
    #before-footer-castas{
        background-image: url('../img/castas-before-footer.jpg'); 
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
    }

    
    .shadowred {
		border-color: #ff0000 !important;
        box-shadow: 0 1px #ff0000 !important;
        
    }
   
    .md-form-red input:not([type]):focus:not([readonly])+label,
    .md-form-red input[type="text"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="password"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="email"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="url"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="time"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="date"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="datetime"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="tel"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="number"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="search"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="phone"]:not(.browser-default):focus:not([readonly])+label,
    .md-form-red input[type="search-md"]:focus:not([readonly])+label,
    .md-form-red textarea.md-textarea:focus:not([readonly])+label {
        color: #ff0000 !important;
    }

    .form-control-red:focus {
		border-color: #ff0000 !important;
        box-shadow: 0px 1px #ff0000 !important;
    }

    .md-form-red label{
        color: #ff0000 !important;
    }
	
	#popupErros{
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 99;
	}
	
	.shadowred:focus {
		box-shadow: 0 1px #ff0000 !important;
    }
    
    #sucessmessage{
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 99;
    }
    
    .message_show{
        display: block;
    }