/*
Theme Name: Gesaudere Child
Theme URI: https://example.com
Description: Child theme for Elementor (Hello Elementor) branded as Gesaudere
Author: Gesaudere
Template: hello-elementor
Version: 1.0.0
Text Domain: gesaudere-child
*/

/* Custom styles */
.dorado{
    color: #C9A96E;
}
.chip-line {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #C9A96E;
    vertical-align: middle;
    margin-right: 8px;
}
.tb-pulse {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22C55E;
    margin-right: 6px;
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(0.75);
    }
}


.floating-badge-1 {
    animation: float 4s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.wcard:hover::after {
    transform: scaleY(1);
}
.wcard::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 3px;
    background: #C9A96E;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}
.stag li{
    padding: 4px 6px!important;
    border-radius: 6px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .45);
    border: 1px solid rgba(255, 255, 255, .06);
    transition: all .25s;
}	
.elementor-widget.stag li.elementor-icon-list-item{
   margin-bottom: 8px;
}
    padding: 0;
    position: relative;
}
.step:hover .step-n {
    background: #C9A96E;
    border-color: #C9A96E;
    color: #071525;
}
.rat-num sup {
    font-size: 22px;
    color:#C9A96E;
	    top: -22px;
    left: -14px;
}
.rat-num2 sup {
    font-size: 22px;
    color:#C9A96E;
    top: -14px;
    left: -10px;
}
.rat-num3 sup {
    font-size: 22px;
    color:#C9A96E;
    top: -14px;
    left: 0px;
}

.prov li{
    padding: 5px 11px!important;
    background: #FAF8F4;
    border: 1px solid rgba(13, 32, 64, .07);
    border-radius: 6px;
    color: #536782;
	margin-bottom:4px!important;
}
.iltag li{
    padding: 6px 14px!important;
    border-radius: 6px;
    letter-spacing: .06em;
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .55);
    transition: all .2s;
}


@media (max-width: 768px) {
	body .ekit-wid-con .ekit_accordion_icon_group {
    margin-right: 6px;
}
}

.lstblog article.elementor-post{
    background: #fff;
	border-radius: 0 0 14px 14px;
	    box-shadow: 0 8px 32px rgba(7, 21, 37, .09);
	border: 1px solid rgba(13, 32, 64, .07);
}

.lstblog .elementor-post__text {
    padding: 22px 22px 20px;
}

.lstblog article.elementor-post .elementor-post__meta-data {
    margin: 6px 0 10px 0;
}

body.elementor-kit-6 .posttxt h2 {
  font-size: 22px;
  font-weight: 800;
  color: #0D1E35;
	    margin-block-end: .5rem;
    margin-block-start: .8rem;
	line-height: 1em;
}

body.elementor-kit-6 .posttxt h3 {
  font-size: 18px;
  font-weight: 800;
  color: #0D1E35;
	margin-block-end: .4rem;
    margin-block-start: .6rem;
	line-height: 1em;
}
body.elementor-kit-6 .posttxt h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0D1E35;
	line-height: 1em;
}

.tbi-icon .elementor-icon {
    padding: 12px;
    border-radius: 10px;
    background: #F5E8CC;
}

body.elementor-kit-6 .posttxt blockquote {
    background: #faf8f4;
    margin: 0 0 1rem 0;
    padding: 1rem 1rem;
	border-top: 2px solid #C9A96E;
	font-size: 15px;border-radius: 14px 14px 14px 14px;
}
body.elementor-kit-6 .posttxt blockquote h3{
font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-block-end: .2rem;
    margin-block-start: .5rem;
}

body.elementor-kit-6 .posttxt blockquote p {
    margin-block-end: .1rem;
    margin-block-start: 0;
}
.callto {background-color: #0D1E35;
color:white;font-size: 15px;  padding: 1rem 1rem;border-radius: 14px 14px 14px 14px;}


