/*
Theme Name: Coima TOQ13
Theme URI: https://www.toq13.coima.com
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Hangar Design Group
Author: Hangar Design Group
Author URI: https://hangar.it
Template: hello-elementor
Version: 1.0
*/



*  {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}



/* RESET ELEMENTOR */
h1,
h2,
h3,
h4 {
	margin: 0px;
	padding: 0px;
}
p,
b,
a {
	margin: 0px;
	padding: 0px;
}
a:focus {
	outline: 0 !important;
}
input:focus {
	outline: 0 !important;
}
select:focus {
	outline: 0 !important;
}
button:focus {
	outline: 0 !important;
}
span {
	margin: 0px;
	padding: 0px;
}
input,
a,
button,
textarea {
	box-shadow: none !important;
	margin: 0px;
	padding: 0px;
	outline: 0 !important;
}

.elementor-nav-menu--dropdown a:focus {
    background-color: transparent !important;
}



#toq13-open-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-left: auto;
}

#toq13-open-menu div {
	width: 30px;
	height: 1px;
	background: #fff;
	position: relative;
	transition: .5s;
}

#toq13-open-menu div:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: -8px;
	left: 0;
	transition: .5s;
}

#toq13-open-menu div:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: .5s;
}

#toq13-open-menu.active div {
	transform: rotate(45deg);
}

#toq13-open-menu.active div:before {
	top: 0;
	transform: rotate(90deg);
}

#toq13-open-menu.active div:after {
	opacity: 0;
	bottom: 0;
}

#toq13-menu-mobile {
	display: none;
}




.toq13-logo-1 {
	display: block;
}
.scrolled .toq13-logo-1 {
	display: none;
}
.toq13-logo-2 {
	display: none;
}
.scrolled .toq13-logo-2 {
	display: block;
}


.header-container {
	background-color: transparent;
	transition: .5s;
	width: 100% !important;
}
.scrolled .header-container {
	background-color: #282727;
}

.nav-open.scrolled .header-container {
	background-color: transparent;
}

.scrolled .nav-desktop > div {
	border-width: 0px !important;
}




.button-scroll > div {
	display: flex;
	align-items: center !important;
	justify-content: center;
	width: 65px;
	height: 65px !important;
	border: 1px solid #F4B800;
	background-color: transparent;
	transition: .5s;
}
.button-scroll:hover > div {
	background-color: #F4B800;
}
.button-scroll > svg {
	transition: .5s;
}
.button-scroll:hover .elementor-icon svg {
	fill: #fff !important;
}



.title-alt-color span {
	color: #DADAD9;
}

.elementor-button-icon svg {
	width: 3em !important;
}
.button-arrow-long span.elementor-button-text {
	width: 150px;
	display: flex;
	justify-content: flex-start;
}

.button-arrow-long-free span.elementor-button-text {
	width: auto;
	display: flex;
	justify-content: flex-start;
}



span.wpml-ls-display {
	position: relative;
}
span.wpml-ls-display:before {
	content:'';
	position: absolute;
	top: 5px;
	right: 35px;
	display: block;
	width: 4px;
	height: 4px;
	background-color: #F4B800;
}



@media only screen and (min-width: 1300px) {

.block-sost {
	margin-top: -10% !important
}
}

@media only screen and (min-width: 1400px) {

.block-sost {
	margin-top: -400px !important
}
}



@media only screen and (max-width: 1400px) {

.block-sost {
	margin-top: -20% !important
}
}

@media only screen and (max-width: 850px) {

.block-sost {
	margin-top: -10% !important
}
}

@media only screen and (max-width: 767px) {

.block-sost {
	margin-top: -200px !important
}
}