body header {
    background-color: #62babd;
}

@media (min-width: 1024px) {
    body header {
        background-color: #62babd;
        /*position: absolute;*/
        z-index: 100;
        width: 100%;
    }
}

body header .navbar {
    margin: 0 auto;
}

body header .navbar .navbar-toggler {
    border: none;
}

body header .navbar .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

body header .navbar .navbar-nav .nav-item {
    margin: 0 3px;
}

body header .navbar .navbar-nav .nav-link {
    color: #fff;
    padding: .3rem 1rem;
}

body header .navbar .navbar-nav .nav-link:focus {
    background-color: #62babd;
}

body header .navbar .navbar-nav .nav-link:hover {
    background-color: #24373d;
    color: #FFF;
}

@media (min-width: 1024px) {
    body header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
    }
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #e6e6eb;
    padding: 0;
    border-radius: 0;
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu:hover {
    display: block !important;
}

@media (min-width: 1024px) {
    body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        background-color: #23373d;
        border: none;
        left: -55px;
        top: 28px;
        margin-top: 5px;
        text-align: center;
        padding: 0;
    }
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
    padding: .50rem 1rem;
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:focus {
    background-color: #62babd !important;
}

@media (min-width: 1024px) {
    body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
        color: #ffffff;
    }

    body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
        background-color: #62babd;
    }
}

body #carousel-top .carousel-indicators, body #carousel-mid .carousel-indicators {

}

body #carousel-top .carousel-indicators .custom-indicator, body #carousel-mid .carousel-indicators .custom-indicator {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 4px;
    background-color: #00adaf;
}

body #carousel-top .carousel-item img, body #carousel-mid .carousel-item img {
    filter: brightness(1);
}

body #carousel-top .carousel-item .carousel-caption, body #carousel-mid .carousel-item .carousel-caption {
    position: absolute;
    right: 51%;
    top: 22%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: initial;
}

@media (min-width: 1200px) {
    body #carousel-top .carousel-item .carousel-caption, body #carousel-mid .carousel-item .carousel-caption {
        left: 12%;
    }
}

@media (min-width: 1300px) {
    body #carousel-top .carousel-item .carousel-caption, body #carousel-mid .carousel-item .carousel-caption {
        left: 9%;
    }
}

@media (min-width: 1400px) {
    body #carousel-top .carousel-item .carousel-caption, body #carousel-mid .carousel-item .carousel-caption {
        left: 12%;
    }
}

@media (min-width: 1900px) {
    body #carousel-top .carousel-item .carousel-caption, body #carousel-mid .carousel-item .carousel-caption {
        left: 21%;
    }
}


body #carousel-top .carousel-item .carousel-caption p, body #carousel-mid .carousel-item .carousel-caption p {
    font-size: 3em;
    margin: 0;
}

body #carousel-top .carousel-item .carousel-caption button, body #carousel-mid .carousel-item .carousel-caption button {
    background-color: #62babd;
    border: none;
    border-radius: 0px;
    margin-top: 10px;
    padding: 11px 33px;
    font-size: 1.5em;
    text-decoration: underline;
    color: #fff;
}

body #carousel-top .carousel-item .carousel-caption button:hover, body #carousel-top .carousel-item .carousel-caption button:focus, body #carousel-top .carousel-item .carousel-caption button:active, body #carousel-mid .carousel-item .carousel-caption button:hover, body #carousel-mid .carousel-item .carousel-caption button:focus, body #carousel-mid .carousel-item .carousel-caption button:active {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #62babd;
}

body #carousel-top .carousel-item .carousel-caption a, body #carousel-mid .carousel-item .carousel-caption a {
    background-color: #62babd;
    border: none;
    border-radius: 0px;
    margin-top: 10px;
    padding: 11px 33px;
    font-size: 1em;
    text-decoration: underline;
    color: #fff;
}

body .container-quem-somos {
    margin: 0 auto;
}

body .container-quem-somos .container-title {
    color: #62babd;
}

@media (min-width: 960px) {
    body .container-quem-somos .container-title {
        min-width: 410px;
        display: flex;
        flex-direction: column;
        text-align: left;
    }
}

body .container-quem-somos .container-title img {
    max-width: 150px;
}

body .container-quem-somos .container-text-quem-somos {
    color: #23373d;
}

body .container-quem-somos .catalogs-text {
    color: #62babd;
}

body .container-quem-somos .catalogs-text p {
    color: #23373d;
}

@media (min-width: 960px) {
    body .container-quem-somos .catalogs-text {
        min-width: 410px;
    }

    body .container-quem-somos .catalogs-text p{
        width: 70%;
    }
}

@media (min-width: 768px) {
    body .container-quem-somos .catalogs-download {
        justify-content: space-evenly;
    }
}

body .container-quem-somos .catalogs-download a {
    background-color: #62babd;
    border: none;
    border-radius: 0;
    margin-top: 10px;
    padding: 11px 33px;
    text-decoration: underline;
    color: #fff;
    font-size: 1em;
}

body .container-quem-somos .catalogs-download a:hover, body .container-quem-somos .catalogs-download a:focus, body .container-quem-somos .catalogs-download a:active {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #62babd;
}

body .container-quem-somos .catalogs-download a.second {
    background-color: #6e5071;
}

body .newsletters {
    background-color: #e6e6eb;
}

body .newsletters .newsletters-content {
    justify-content: space-between;
}

body .newsletters h3 {
    font-size: 1.2em;
}

@media (min-width: 768px) {
    body .newsletters .form-group {
        width: 400px;
    }
}

body .newsletters .form-group input {
    border: none;
    height: 100%;
    padding: 11px 33px;
}

body .newsletters button {
    background-color: #62babd;
    border: none;
    border-radius: 0;
    margin-top: 10px;
    padding: 11px 33px;
    text-decoration: underline;
    color: #fff;
    font-size: 1em;
}

body .newsletters button:hover, body .newsletters button:focus, body .newsletters button:active {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #62babd;
}

body .cermag p {
    font-size: 1.2em;
}

body .cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #e6e6eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
    padding: 10px;
    z-index: 9999;
}

@media (min-width: 768px) {
    body .cookies {
        flex-direction: row;
        z-index: 9999;
    }
}

body .cookies button {
    background-color: #62babd;
    border: none;
    border-radius: 0;
    text-decoration: underline;
    color: #fff;
    margin: 5px 20px;
    padding: 7px 20px;
    font-size: 1em;
}

body .cookies button:hover, body .cookies button:focus, body .cookies button:active {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #62babd;
}

body .cookies p {
    margin: 0;
    color: #7c7c7c;
}

body .cookies a {
    text-decoration: underline;
    color: #62babd;
}

/* whatsapp buttom*/

.whatsapp_button{
  
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

.whatsapp_button:hover {
    color: #189146;
}

.my-float{
	margin-top:16px;
}
/* whatsapp buttom*/
