.just-validate-error-label[data-tooltip=true] {
    z-index: 1 !important;
}

.formulario-landing {
    margin-top: 10px;
}

.formulario-landing input, .formulario-landing select {
    font-size: 15px;
    background-color: white;
    height: 35px;
    border-radius: 2.5px;
}

.formulario-landing .politicas {
    margin-top: 10px;
    margin-bottom: 8px;
}

.formulario-landing .politicas label {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.formulario-landing .politicas span {
    color: white;
    font-size: 14px;
}
    .formulario-landing .politicas span + span {
        padding-top: 5px;
    }

.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
    padding-left: 15px;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 2.5px;
}
.choices__inner {
    padding: 5px 7.5px;
    font-size: 14px;
    min-height: 30px;
}
.choices__item.choices__item--selectable {
    font-size: 15px;
}

#animation-jam .splide__arrow {
	display: none;
}
#animation-jam .splide__pagination {
	bottom: -30px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
}

/* iphone 3 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) { /* and (-webkit-device-pixel-ratio: 1)*/
}

/* iphone 4 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone 5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone 12, 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone 12 Pro Max */
@media only screen and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) {}

/* Extra Small Devices, Phones */ 
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .formulario-landing input, .formulario-landing select {
        font-size: 16px;
        background-color: white;
        height: 50px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #contactenme {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .formulario-landing .politicas {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .formulario-landing .politicas label {
        margin: 0 10px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1280px) {
    #animation-jam .splide__pagination {
		bottom: -20px;
		display: none;
	}
	#animation-jam .splide__arrow {
		display: flex;
	}
	#animation-jam .splide__list {
		padding-top: 110px;
		padding-bottom: 105px;
	}
	#animation-jam .splide__slide {
		opacity: .1;
		/* transform: scale(.6); */
	}
	#animation-jam .splide__slide.is-active {
		transition: all .15s;
	}
	#animation-jam .splide__slide.is-next {
		opacity: 1;
		transform: scale(2);
		z-index: 999;
		transition: all .15s;
	}
	#animation-jam .splide-content.is-next .splide-content-info-title {
		font-size: 12px;
		line-height: 20px;
	}
	#animation-jam .splide-content.is-next .splide-content-info-text {
		font-size: 8px;
		line-height: 10px;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1536px) {
    .formulario-landing input, .formulario-landing select {
        font-size: 15px;
        background-color: white;
        height: 35px;
    }
    .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 0;
    }
    .choices__inner {
        padding: 0 7.5px;
        font-size: 14px;
        min-height: 35px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1536px) and (-webkit-min-device-pixel-ratio: 1.25) {
    .formulario-landing input, .formulario-landing select {
        font-size: 15px;
        background-color: white;
        height: 35px;
        border-radius: 0;
    }
    .formulario-landing input::placeholder {
        font-size: 15;
        color:#a8a8a8;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1536px) and (-webkit-min-device-pixel-ratio: 1.5) {}

@media only screen and (min-width : 1600px) {
    #contactenme {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 5px;
    }
    .choices__inner {
        padding: 7.5px 7.5px;
        font-size: 15px;
        min-height: 40px;
    }
    .formulario-landing .politicas label {
        margin: 5px 10px;
    }
    #animation-jam .splide__list {
		padding-top: 150px;
		padding-bottom: 140px;
	}
	#animation-jam .splide-content.is-next .splide-content-info-title {
		font-size: 14px;
		line-height: 24px;
	}
	#animation-jam .splide-content.is-next .splide-content-info-text {
		font-size: 11px;
		line-height: 13px;
	}
}