/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

.carrow .elementor-swiper-button {
    background: #ccc;
    border-radius: 90px;
    top: 100%!important;
}

.carrow.right .elementor-swiper-button{
	top: 85%!important;	
}

.carrow.right .elementor-swiper-button-prev{
    right: 47px!important
}
.carrow.right .elementor-swiper-button-next{
	left:initial;
	right:15px!important;
}

.carrow .elementor-swiper-button-prev{
    padding: 5px 30px 5px 7px;
    left: initial!important
}

.carrow .elementor-swiper-button-next{
    padding: 5px 7px 5px 30px;
    left: 25px;
    right: initial!important;
}

/*Cores*/
.carrow.terracota .elementor-swiper-button{background: #E05205}
.carrow.cyan .elementor-swiper-button{background: #04DDFF}
.carrow.green .elementor-swiper-button{background: #03933A}
.carrow.pink .elementor-swiper-button{background: #CD006F}
.carrow.blue .elementor-swiper-button{background: #0057B5}
.carrow.yellow .elementor-swiper-button{background: #FFB51C}

.atracao_item{
    position: relative!important;
    height: 430px
}

.atracao_item .conteudos{
    height: 420px;
}


.atracao_item .titulo {
    position: relative;
    display: block;
    height: 100%;
}

.atracao_item h1 {
    color: #fff !important;
    transform: rotateZ(-90deg);
    width: 300px;
    z-index: 2;
    position: absolute !important;
    top: 35% !important;
    text-align: end;
}

.atracao_item .descricao{
    display: none;
}

.atracao_item .imagem{
    z-index: 1;
    position: absolute;
    width: 100%!important;
}
