@import url('@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');');

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    
}

div {
    box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
    background-color: #FFFFFF;
    /*background: linear-gradient(180deg, #717171, #434343, #272727, #272727);*/
    padding:0px;
    padding-bottom:0px;
    animation: body_fade_in 0.5s normal forwards ease-in-out;
    box-sizing: border-box;
}

@keyframes body_fade_in {
    from { opacity: 0 }
    to   { opacity: 1 }
}


/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 20px rgba(152,198,213,0.4); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #2AB9C7;
    transition: all 0.35s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background: #2AB9C7;
    transition: all 0.35s ease-in-out;
}







.content {
    max-width: 1400px;
    margin:0 auto;
}

.top_nav {
    height:120px;
    width:100%;
    position:fixed;
    background-color: #ffffff;
    z-index: 100;
    box-shadow: 0px 29px 26px 0px #2ab9c71c;
    margin:0 auto;
    overflow: hidden;
}

.top_nav .content {
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 100%;
}


.top_logo {
    height: 100%;
    display: flex;
    align-items: center;    
}

.top_tracking {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.top_phone {
    color:#2AB9C7;
    font-weight: 400;
    padding:15px 30px;
}

.top_phone i {
	color:#CBE6D2;
}


.top_phone span {
    font-weight: 700;
}

.botao_rastreie {
    display: block;
    background-color: #2AB9C7;
    color: #ffffff;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
}

.botao_rastreie i {
	color:#CBE6D2;
}

.botao_rastreie:hover {
	background-color: #70dac0;
	color:#ffffff;
}

.top_logo img {
    height:100px;
}

.top_banner {
    height:80vh;
    max-height: 680px;
    background-color: #98C6D5;
    background: linear-gradient(180deg, #98C6D5, #FFFFFF, #FFFFFF);
    position: relative;
    padding-top:90px;
    background-image:url('img/bg_top.jpg');
    background-size:cover;
    background-position:right bottom;
    background-repeat: no-repeat;
}

.top_banner_img {

}

.top_banner .content {
    display: grid;
    align-content: center;
    height: 100%;
}

.top_banner .content h1 {
    color:#ffffff;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -2px;
    padding-left: 40px;
}

.top_banner .content p {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 40px;
    margin: 0px;
	letter-spacing:-0.5px;
}

.top_banner_overlay {
	background-color:#2AB9C7;
	position:absolute;
	width:100%;
	height:600px;
	left:0px;
	display:none;
}

.top_banner_cta {
    padding: 10px 40px;
    z-index: 10;
}

.cta_orcamento, .cta_conheca {
    display: inline-block;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
    margin-right:20px;
    min-width: 260px;
    margin-bottom:20px;
    text-align: center;
}

.cta_orcamento {
    background-color: transparent;
	border:1px solid #ffffff;
    color:#ffffff;
}

.cta_orcamento:hover, .cta_conheca:hover {
    background-color: #2AB9C7;
    border:1px solid #ffffff;
	color:#ffffff;
}


.cta_conheca {
    background-color: #ffffff;
    color:#2AB9C7;
    border:1px solid #ffffff;
}



.top_banner .content p::before {
    content: " ";
    display: block;
    width:95px;
    height:3px;
    background-color: #ffffff;
    margin-bottom:20px;
}


.menu {
    
}


.menu_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    grid-gap: 20px;
    padding:40px;
}

.menu_items a {
    border:1px solid #CBE6D2;
    height:60px;
    position: relative;
    color:#2AB9C7;
}

.menu_items a:hover {
    background-color: #2ab9c7;
	border:1px solid #2ab9c7;
}

.menu_items a:hover div {
    color: #ffffff;
}

.menu_items a div {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.menu_items a div i {
    color: #CBE6D2;
    margin: 20px;
    font-size: 20px;
}

.menu_item_area {
    display: block;
    padding: 0px 25px;
    font-weight: 700;
    /*min-height: 60px;*/
    display: flex;
    align-items: flex-end;
}

.menu_items a:hover .menu_item_area {
    color: #46398B;
}

.menu_item_areatexto {
	display: block;
    padding: 18px 26px 0px 26px;
    font-size: 17px;
}

.menu_items a:hover .menu_item_areatexto {
    color: #ffffff;
}

.menu_item_areaicone {
    display: block;
    padding: 0px 25px;
    color: #98C6D5;
    font-size:25px;
}

.menu_items a:hover .menu_item_areaicone {
    color: #98C6D5;
}




.section_span {
    height:80px;
    display: block;
}



.content .section {
    border-bottom:1px solid #98C6D5;
    margin-top:20px;
    display: flex;
}



.section_content {
    padding: 40px;
    align-self: center;
    line-height: 1.5rem;
}











.h2_section {
    font-size:30px;
    color: #2AB9C7;
    font-weight: 700;    
    line-height: 30px;
}

.h2_section::after {
    content: " ";
    display: block;
    width: 95px;
    height: 3px;
    background-color: #CBE6D2;
    margin-top: 20px;
    margin-bottom: 20px;
}

.p_destaque {
    color: #979797;
    font-size:17px;
    font-weight: 600;
    margin:10px 0px 30px 0px;
}

.p_simples {
    color: #979797;
    font-size:17px;
    font-weight: 400;
    margin:10px 0px 30px 0px;
}

.section_topo {
    padding: 40px 0;
    margin-top:40px;
    text-align: right;
}

.section_topo a {
    color: #CBE6D2;
}

.section_topo a:hover {
    color: #2AB9C7;
}

.section_topo a i {
    color: #2AB9C7;
}

.footer {
    display: flex;
    justify-content: space-between;
    color: #2AB9C7;
    padding: 15px;
    font-size:13px;
}




/*SLIDER*/


.bx-wrapper .bx-controls-direction {
	display: none;
}

.slider_container {
	background-color: #4f4b9a;
}

.slider_box {
	height: calc(100vh - 10px);
	display: flex;
	align-items: center;
}

.slider_box_bg1 {

  background-image: url('../images/img_consultorio.jpg');
	background-size: cover;
	background-position: center center;
  background-color:#314e9a;
}

.slider_box_bg2 {
  background-image: url('../images/img_anfiteatro.jpg');
	background-size: cover;
	background-position: center center;
  background-color:#314e9a;
}

.slider_desc {
	width: 100%;
	background-color: rgba(146, 163, 220, 0.61);
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding: 20px 0;
	margin-top: 1%;
  mix-blend-mode: hard-light;
}

.slider_desc h1 {
	font-size: 15px;
  text-transform: uppercase;
	color: #fff;
	width: 80%;
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 20px;
  transition:all 0.2s ease-in-out;
  font-weight:800;
  font-style: italic;
}

.slider_desc h1::after {
	content: '';
	width: 65px;
	height: 4px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.slider_desc p {
	width: 80%;
	font-size: 19px;
	line-height: 30px;
	color: #fff;
	max-width: 1200px;
	margin: 0px auto;
	padding-top: 20px;
  text-align:justify;
  font-weight:400;
}

.slider_desc p::selection {
	background: #6e6bba;
}

.slider_desc p strong {
	color: #fff;
  font-weight:600;
}

.slider_bottom {
	margin: 0 auto;
	margin-top: -50px;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.slider_bottom h2 {
	color: #a9cbff;
  font-family:'Montserrat';
  font-weight:800;
  font-style:italic;
  text-transform:uppercase;
  font-size:11px;
}

.slider_bottom h2 span {
	color: #fff;
  font-size:16px;
}

/*SLIDER*/




.album-image {
    display: block;
    height: 600px;
    /* set min-width,
       allow images to determine cell width */
    min-width: 150px;
    max-width: 100%;
    margin-right: 10px;
    /* vertically center */
    top: 50%;
    transform: translateY(-50%)
  }
  
  .album.is-fullscreen .album-image {
    height: auto;
    max-height: 90%;
  }
  
  
  
  


.section_img img {
    max-height: 400px;
}




@media screen and (max-width: 1024px) {

    .top_tracking {
        display: none;
    }

    .top_banner {
        height:80vh;
        max-height: unset;
    }

    .top_banner .content h1 {
        font-size: 35px;
    }

    .top_banner .content p {
        width: 100%;
    }    

    .cta_orcamento, .cta_conheca {
        display: block;
        width: 100%;
    }    

    .menu_items {
        display: grid;
        grid-template-columns: repeat(1, minmax(180px, 1fr));
        justify-content: center;
        grid-gap: 20px;
        padding:20px;
    }


    .top_logo, .top_logo a {
        width: 100%;
        text-align: center;
    }


    .content .section {
        display: block;
    }

    .content .section p {
        
    }    

    .section_img {
        text-align: center;
    }

    .section_img img {
        width: calc(100% - 60px);
        max-height: 500px;
    }


    .footer {
        display: block;
    }

    .footer div {
        margin-bottom:15px;
    }    

}