/**
 * Theme Name:     Aricolor
 * Author:         Digitalrocks
 * Template:       kadence
 * Text Domain:	   aricolor
 * Description:    Tema para landing page de Aricolor
 */

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
    margin-bottom: 0 !important;
}

.center {
	text-align: center;
}

iframe {
    display: block;
}

textarea {
    resize: none;
}

#colorForm .gform-page-footer {
	text-align: center;
}

#colorForm select {
	border-radius: 12px 12px 12px 12px;
    padding: 12px 12px 12px 12px;
}

#colorForm .gfield_description {
	padding: 5px 0 0 10px;
	font-size: 12px;
}

.divider {
	background-color: #223775;
	height: 10px;
	width: 100%;
}

/* Color picker */

#colorForm .cp-theme--circle {
    --cp-selected-icon-size: 60px;
    --cp-picker-icon-size: 52px;
}

#colorForm .color-picker-swatch-color-wrap {
	-webkit-animation: pulsate-bck 1.3s ease-in-out infinite both;
	        animation: pulsate-bck 1.3s ease-in-out infinite both;
}

#colorForm .color-picker-swatch-text {
    font-size: 1.6em !important;
    font-weight: 600 !important;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-5-21 17:48:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


/* Media queries */


@media (max-width: 767px) {
    
    .hidden-xs {
        display: none;
    }
	
	#colorForm input[type="button"], #colorForm input[type="reset"], #colorForm input[type="submit"] {
        line-height: 1;
	}
     
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
}

/* Fondos */

@media (min-width: 1025px) and (max-width: 1281px) {
	
	#seccFeatures {
		background-position: 115% 100%;
	}
	
}

@media (min-width: 1282px) and (max-width: 1370px) {
	
	#seccFeatures {
		background-position: 110% 100%;
	}
	
}

@media (min-width: 1371px) and (max-width: 1440px) {
	
	#seccFeatures {
		background-position: 108% 100%;
	}
	
}

@media (min-width: 1441px) and (max-width: 1600px) {
	
	#seccFeatures {
		background-position: 105% 100%;
	}
	
}

@media (min-width: 1601px) {	
}

