/*

Theme Name: MED INNOVA

Author: AOX MARKETING

Author URI:  

Description: 

Requires at least: 6.4

Tested up to: 6.5

Requires PHP: 7.0

Version: 1.1

Por favor leia a instrucoes inserida no arquivo functions.php

*/



 

@import url("assets/css/template_comun.css");

 

@import url("assets/componentes/slick/slick.css");

@import url("assets/componentes/slick/slick-theme.css");



	h3{font-size: 18px; color: #356c91}

	.list-items li {

    position: relative;

    padding-left: 27px;

    font-size: 15px;

    font-weight: 500;

    margin-bottom: 9px;

}
.efeito_grow {
    transition: all 0.5s ease;
}

.shadow_png{  -webkit-filter: drop-shadow(5px 5px 5px #b4b4b4);
  filter: drop-shadow(5px 5px 5px #b4b4b4);}
.efeito_grow:hover{transform: scale(1.2)}
.botao_float_whats {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.green{color: #3fd3c8;}



h1, h2, h3, h4, h5, h6 {

    color: #0e204d;

    font-family: "Quicksand", sans-serif;

    text-transform:none;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 20px;

}

.branco{color:#fff!important}


@media (max-width:1228px){
.navbar .nav__item .nav__item-link {
 
    padding-right: 2px!important;
}
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {  
.navbar .nav__item .nav__item-link {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #2d668d;
    line-height: 100px;
    letter-spacing: 0.4px;
    padding-right: 15px;
}
}



@media (max-width:1028px){
	.d-nne{display: none}
}