/*
	Theme Name: Hello Elementor Child
	Theme URI: https://allmare.com.br
	Description: All Mare
	Author: Studio M3
	Author URI: https://studiom3.com.br
	Version: 1.0
	Template: hello-elementor
	Text Domain: hello-elementor
*/

body {
	    font-family: 'Newsletter' !important;
}

.form_clubmed p.gform_required_legend {
    display: none;
}

.form_clubmed .gfield_label {
    color: #fff;
    font-family: 'Newsreader';
    font-size: 20px;
}

.form_clubmed span.gfield_required {
    color: #fff;
    font-size: 20px;
}


.form_clubmed .gform-theme--foundation .gfield input {
    border: none;
    border-radius: 12px;
    padding: 10px 15px;
    height: 54px;
    font-family: 'Newsreader';
    font-size: 20px;
    font-weight: 600;
    color: #1e2643;
}

.form_clubmed label.gform-field-label.gform-field-label--type-sub {
    font-family: 'Newsreader';
    color: #fff;
    font-size: 19px;
}



.form_clubmed input#gform_submit_button_1 {
    background: #ffbf00;
    color: #000;
    font-family: 'Newsreader';
    font-size: 20px;
    border-radius: 50px;
    margin-top: 30px;
    padding: 15px 60px;
}


.form_clubmed input#gform_submit_button_1:hover {
    background: #1e2643;
    color: #fff;
}



div#gform_confirmation_message_1 {
    color: #fff;
    font-family: 'Newsletter';
    font-size: 20px;
    text-align: center;
    background: #1abc9c;
    padding: 20px;
    border-radius: 12px;
}


fieldset#field_1_1 legend, fieldset#field_1_2 legend {
    display: none;
}

div#gform_1_validation_container {
    color: #fff !important;
    background: #eb4d4b;
    border-radius: 10px;
    font-family: 'Newsletter';
}

h2.gform_submission_error {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

span.gform-icon.gform-icon--circle-error {
    color: #fff !important;
    border-color: #fff !important;
}

.gform-theme--framework .gform_validation_errors ol a {
    color: #fff;
}

.gform-theme--framework .gform_validation_errors ol {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
}


.gform-theme--framework .gform_validation_errors ol a {
    text-decoration: none;
}

.validation_message {
    font-size: 22px !important;
    color: #eb4d4b !important;
}


.dado_veleiro .e-con.e-child {
    border-right: 3px dotted #c6c6c6;
}


.dado_veleiro .e-con.e-child:last-child {
    border-right: none;
}


.tabela_roteiro .premium-table {
    border-collapse: collapse;
}


.tabela_roteiro .premium-table tr.premium-table-row {
  border-bottom: 1px solid #000 !important;
}

.tabela_roteiro .premium-table tr.premium-table-row:last-child {
    border-bottom: none !important;
}



@-webkit-keyframes roteiro-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes roteiro-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(2.5);
        opacity: 0
    }
}

a.elementor-icon:before {
    background-color: #DA10A5;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82%;
    border-radius: 100%;
    z-index: -1;
    transform: scale(5);
    animation: roteiro-hotspot-pulse 1s infinite;
}


.teste_mask {
    mask-image: url(images/water_mask1.webp);
    mask-repeat: repeat-x;
}


/* Borda inferior na primeira linha */
.features_cabine .e-child:nth-child(-n+5) {
  border-bottom: 1px solid #d9d9d9;
}

/* Borda direita exceto em colunas múltiplas de 5 */
.features_cabine .e-child:not(:nth-child(5n)) {
  border-right: 1px solid #d9d9d9;
}


/************************************************************* width 430px */
@media screen and (max-width: 430px) {

.form_clubmed .gform-theme--foundation .gfield--width-full {
    grid-column: span 12;
}
	
    .dado_veleiro .e-con.e-child {
        border-right: none;
        border-bottom: 3px dotted #c6c6c6;
        padding-bottom: 20px;
    }
	
	.features_cabine .e-child:nth-child(-n+9) {
  border-bottom: 1px solid #d9d9d9;
}
	
	.features_cabine .e-child:not(:nth-child(5n)) , .features_cabine .e-child {
   border-right: none
}

}