


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

table.iwd-contacto {
    border: none;
    border-collapse: collapse;
	margin: 2em 0;
}

table.iwd-contacto td {
    padding: 0 0 1em 0;
    vertical-align: top;
	border: none;
}

table.iwd-contacto tr td:first-child {
    padding: 0 1em 1em 0;
}

table.iwd-contacto td svg {
    margin-top: 0.3em;
}


/* custom class */

table.iwd-contacto.ctc-hell td {
    line-height: 1.8em;
}

table.iwd-contacto.ctc-hell td svg {
    margin-top: 0.3em;
    fill: var(--accent);
}


ul.iwd-social {
    list-style-type: none;
	margin: 0;
}

ul.iwd-social.is-horiz li {
    display: inline-block;
	position: relative;
	line-height: 0;
}

ul.iwd-social.is-horiz li a {
    color: inherit;
}

ul.iwd-social.is-horiz li a:hover {
    color: var(--accent);
}

.iwd-social svg.icon-ring {
    position: absolute;
}

ul.iwd-social circle {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	stroke: currentColor;
	stroke-dashoffset: 700;
	stroke-dasharray: 700;
	stroke-width: 1;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-linecap: butt;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.iwd-social svg.icon-ring:hover circle {
    stroke-dashoffset: 0;
}

.iwd-social svg.icon-base {
    fill: currentColor;
	-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.m3form label {
    display: block;
	max-width: 470px;
    line-height: 1.3em;
    margin-bottom: 0.3em;
}

.m3form p {
    margin-bottom: 0.7em;
}

@media only screen and (min-width: 981px) {
.m3form textarea, .m3form input[type="text"], .m3form input[type="email"], .m3form input[type="url"], .m3form input[type="password"], .m3form input[type="search"], .m3form input[type="tel"], .m3form input[type="number"], .m3form input[type="time"], .m3form select {
    min-width: 400px;
	width: 100%;
	padding: 0.6em 1.2em;
}
.site-footer .m3form input[type="text"], .site-footer .m3form input[type="email"], .site-footer .m3form input[type="url"], .site-footer .m3form input[type="password"], .site-footer .m3form input[type="search"], .site-footer .m3form input[type="tel"], .site-footer .m3form input[type="number"], .m3form input[type="time"], .site-footer .m3form select {
    min-width: unset;
	width: 100%;
}
}

@media only screen and (max-width: 981px) {
.m3form input[type="text"], .m3form input[type="email"], .m3form input[type="url"], .m3form input[type="password"], .m3form input[type="search"], .m3form input[type="tel"], .m3form input[type="number"], .m3form input[type="time"], .m3form select {
    width: 100%;
	padding: 0.6em 1.2em;
}
}

.m3form input[type="time"] {
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%;
	color: #666666;
    background-color: #fafafa;
    border-color: #cccccc;
    line-height: 1.4em;
    float: right;
}

.m3form input[type="submit"] {
    font-weight: 600;
    padding: 0.55em 1.6em;
    border-radius: 2em;
}

.m3half {
    width: 48% !important;
    min-width: 48% !important;
}

.m3form select {
    padding: 0.65em;
}

.form-news {
	text-align: center;
}

.form-news input[type="email"] {
    width: 270px;
}

#m3f-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 2;
    cursor: pointer;
}

#m3f-overlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: url(img/spinner.gif) no-repeat;
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}

#m3f-overlay-b {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 2;
}

.m3f-success-msg {
    background-color: #000;
    padding: 1em 1.3em;
    width: fit-content;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
	max-width: 600px;
    text-align: center;
    margin: auto;
}

.site-footer .m3form p {
    margin-bottom: 0.9em;
}

.site-footer .m3form input[type="text"], .site-footer .m3form input[type="email"], .site-footer .m3form input[type="tel"], .site-footer .m3form input[type="number"], .site-footer .m3form select, .site-footer .m3form textarea {
    padding: 0.45em 0.7em;
}


form#m3form_general {
    max-width: 670px;
    margin: auto;
}

form#m3form_general p {
    margin-bottom: 1.2em;
}

form#m3form_general input[type="submit"] {
    font-size: 1.3em;
    font-weight: 400;
    padding: 0.4em 1.5em;
}


#m3form_newsletter input[type="text"], #m3form_newsletter input[type="email"] {
    min-width: 0;
    background-color: #fff;
    padding: 0.4em 0.7em;
}





/*--------------------------------------------------------------
# Custom Custom
--------------------------------------------------------------*/

table.iwd-contacto.surc-ctc td {
    margin-bottom: 1.3em !important;
}

table.iwd-contacto.surc-ctc td svg {
    margin-top: -0.05em;
}

.surc-ctc a {
    text-decoration: none;
    color: inherit;
}

table.iwd-contacto.surc-ctc {
    margin-top: 0;
}

@media only screen and (max-width: 981px) {
table.iwd-contacto.surc-ctc td {
    padding-bottom: 1.8em !important;
    width: 32px !important;
}
table.iwd-contacto.surc-ctc td svg {
    margin-top: -0.4em;
    width: 26px;
}
}







