a,
.colorbase1 a,
.colorbase1 p,
.colorbase1{
	color: #10e3dc;
}
.scroll-top,
.bg-color-1{
	background-color:#10e3dc;
}
.circle{
	border: 1px solid #0bb5af;
}
	.circle:hover,
	.scroll-top:hover,
	.bg-color-1:hover{
		background-color:#0bb5af;
	}
	.circle:hover{
		border: 1px solid #0bb5af;
	}
	.circle:hover .text a{
		color:#ffffff;
	}	
	.circle:hover .slide-arrow-line,
	.circle:hover .slide-arrow-head-top,
	.circle:hover .slide-arrow-head-bottom{
		border: 1px solid #FFFFFF;
	}
.bg-color-1-fixed{
	background-color:#10e3dc;
}	
.colorbase1-linea-texto{
    -webkit-text-stroke: 2px #10e3dc;
    text-stroke: 2px #10e3dc;
}
.area-cruz-square,
.lineamorada,
.slide-arrow-line,
.servicios-arrow-line {
	background-color: #10e3dc !important;
}
.slide-arrow-head-top,
.slide-arrow-head-bottom,
.servicios-arrow-head-top,
.servicios-arrow-head-bottom {
	border: 1px solid #10e3dc;
}
.slide-arrow-head-top,
.servicios-arrow-head-top {
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.slide-arrow-head-bottom,
.servicios-arrow-head-bottom {
	border-top-color: transparent;
	border-right-color: transparent;
}
	.circle:hover .slide-arrow-head-top,
	.circle:hover .servicios-arrow-head-top {
		border-bottom-color: transparent;
		border-right-color: transparent;
	}
	.circle:hover .slide-arrow-head-bottom,
	.circle:hover .servicios-arrow-head-bottom {
		border-top-color: transparent;
		border-right-color: transparent;
	}

.proyectos-text-background{
	color: rgba(16, 227, 220, 0.5);
}
.footer {
    border-top: 1px solid #10e3dc;
}
.contact-section .contact-item-wrapper .contact-item .contact-content h4{
	color: #10e3dc;
}

.proyectos-section .pagination ul li span, 
.proyectos-section .pagination ul li a,
.blog-section .pagination ul li span, 
.blog-section .pagination ul li a{
	background-color:#10e3dc;
	color: #ffffff;
}
.proyectos-section .pagination ul li a.active, 
.proyectos-section .pagination ul li span:hover, 
.proyectos-section .pagination ul li a:hover,
.blog-section .pagination ul li a.active, 
.blog-section .pagination ul li span:hover, 
.blog-section .pagination ul li a:hover{
	background: #10e3dc;
	border: 1px solid #e1fbfa;
    color: #000;
}

.colorbase2 a,
.colorbase2 p,
.colorbase2{
	color: #e1fbfa;
}

.area-cruz a:hover .area-cruz-horizontal-line, 
.area-cruz a:hover .area-cruz-vertical-line,
.area-cruz-horizontal-line, 
.area-cruz-vertical-line,
.bg-color-2{
	background-color:#e1fbfa;
}
.colorbase2-linea-texto{
    -webkit-text-stroke: 2px #e1fbfa;
    text-stroke: 2px #e1fbfa;
}

.colorbase3 a,
.colorbase3 p,
.colorbase3{
	color: #f8f8f8;
}
.colorbase3-linea-texto{
    -webkit-text-stroke: 2px #f8f8f8;
    text-stroke: 2px #f8f8f8;
}

/*FORMULARIO*/
.wpcf7-form-control,
.wpcf7-submit, 
.formhome .wpcf7-validates-as-required, 
.formhome .form-home-textarea:focus, 
.formhome .form-home-field:focus{
	border: 1px solid #10e3dc;
    background-color: #e1fbfa !important;
    box-shadow: none;	
    color:#10e3dc !important;
}

.contact-section .contact-item-wrapper .contact-item .contact-icon{
    box-shadow: 0px 0px 30px rgba(16, 227, 220, 0.45) !important;
}

.contact-section .contact-item-wrapper .contact-item .contact-icon{
    box-shadow: 0px 0px 30px rgba(16, 227, 220, 0.45) !important;
	background: linear-gradient(#10e3dc 0%, #44EBE4 100%);
}

/*elemento - home */
.elemento{
	background-color:darkviolet;	
	border: 2px solid #10e3dc;
	mix-blend-mode: color-dodge;		
}


/* Contenido del artículo */
.titulogaleria:after,
.blog-content h1:after,
.blog-content h2:after,
.blog-content h3:after,
.blog-content h4:after,
.blog-content h5:after,
.blog-content h6:after{
    content: '';
    display: block;
    border-bottom: 2px solid #10e3dc;
    width: 150px;
    margin-top: 5px;
}


.card-overlay .overlay {
    background: rgba(16, 227, 220, 0.9);
    color: white;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(16, 227, 220, 0.9);
}