/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*Cabecalho*/
#menu_conorte a, #menu_mobile a {
    border-radius: 50px;
	padding:5px 7px !important;
	border:1px solid transparent;
}

#menu_conorte a:hover, #menu_conorte .elementor-item-active  {
    border:1px solid #0063C6
}

#menu_mobile a:hover,  #menu_mobile .elementor-item-active {
    border:1px solid #0063C6
}

.cc-color-override--1092794368.cc-window, .cc-color-override--1092794368 .cc-btn {
    border-radius: 50px;
}

/*Banner*/
#banner .swiper {
    width: 100%;
	border-radius:0 50px 50px 50px
}

@media (max-width: 768px)  { 
#banner .elementor-swiper-button-prev svg, #banner .elementor-swiper-button-next svg {
    fill:#FFF
}
}

/*Seguranca*/
.e-hotspot__tooltip {
    overflow-wrap: break-word !important; 
    word-wrap: break-word; 
    white-space: normal !important; 
}

/*Portfolio*/
.caixa_portfolio {
	cursor: cell
}
.caixa_portfolio ul {
    text-align: left;
    padding: 30px 0;
    font-size: 0.9em;
}

.caixa_portfolio ul li::marker {
    color: #00C8FF; 
}

    
/*Rodape*/  
.contato h5 {
    margin: 10px 0 0 0;
    font-weight: normal !important;
    font-size:1em !important;
}

.contato h5:first-child {
	margin:0
}
