/* 
Theme Name: Child theme 
Theme URL: https://www.ztudio.es
Description: Child theme from hello-elementor 
Theme Author: Ztudio
Author URL: https://www.ztudio.es
Template: hello-elementor
Version: 1.0.0 
Text Domain: child-theme 
*/

a {
	transition: all ease 0.25s;
	color: #4054B2;
}

a:hover {
	color: #CE61C2;
}

/** DESPLEGABLE CONTACTO **/
.inline-auto {
    display: inline-flex !important;
    width: auto !important;
}

.texto{
    transition: all .3s;
	transform: translateY(100%) rotateX(90deg);
	opacity: 0;
}

.texto:before {
    border: 12px solid white;
    content: '';
    border-left-width: 18px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 2px;
    right: -9px;
    transform: rotate(32deg);
}

.email {
	order: 2;
}

.elementor-272 .elementor-view-framed .elementor-icon {
	box-shadow: 0 0 0 3px #515352b4;
}

.email:hover ~ .texto,
.texto:hover {
	transition: all .5s;
	transform: translateY(0%);
	opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}