/*!
Theme Name: isarraraz
Theme URI: http://underscores.me/
Author: FLOW mkt
Author URI: https://flowmarketinggroup.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6

*/
:root {
	--primary: #056cb4;
	--secondary: #707070;
	--black: #000;
	--white: #FFF;
}
@font-face {
    font-family: 'AmsiPro';
    src: local('AmsiPro-Black'), local('AmsiPro-Black'),
        url('assets/fonts/AmsiPro-Black.woff2') format('woff2'),
        url('assets/fonts/AmsiPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AmsiPro';
    src: local('AmsiPro-Light'), local('AmsiPro-Light'),
        url('assets/fonts/AmsiPro-Light.woff2') format('woff2'),
        url('assets/fonts/AmsiPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
html,
body {
	padding: 0;
	margin: 0;
	font-family: 'AmsiPro', 'Poppins', 'Roboto', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: var(--black);
	background-color: var(--white);
}

html {
	scroll-behavior: smooth;
}

/* Elements */
.color-white {
	color: var(--white);
}
.color-azul {
	color: var(--primary);
}

.button {
	font-size: clamp(22px, calc(1.375rem + ((1vw - 9.91px) * 1.5957)), 28px);
	font-weight: 500;
	border-radius: 3rem;
	padding: 1rem 5rem;
	height: auto;
}
.btn-primary {
	color: var(--white);
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: var(--white);
}
.bg-secondary {
	background-color: var(--secondary);
}
.d-block {
	display: block;
}
/* Navbar */
.navbar {
	padding: 1.15vw 1.25rem;
	background-color: var(--white);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.navbar-end {
	align-items: center;
}
.navbar-item {
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--black);
	text-transform: uppercase;
	padding: 1rem 1rem;
	border-radius: 3rem;
	background-color: transparent !important;
}
.navbar .navbar-menu .navbar-item:hover,
.navbar .navbar-menu .navbar-item:focus,
.navbar .navbar-menu .navbar-item:focus {
	color: var(--primary);
}
.navbar .navbar-menu .navbar-item.is-active:hover,
.navbar .navbar-menu .navbar-item.is-active:focus,
.navbar .navbar-menu .navbar-item.is-active:focus .navbar-link.is-active,
a.navbar-item.is-active {
	color: var(--secondary);
}
.navbar-burger {
	background-color: transparent!important;
}
.navbar-burger span {
	background-color: var(--secondary);
	height: 3px;
	width: 43px;
	border-radius: 12px;
}
.navbar-burger span:nth-child(2) {
	top: calc(50% - -4px);
}
.navbar-burger span:nth-child(3) {
	top: calc(50% + 15px);
}
.navbar-burger.is-active span:first-child {
	transform: translateY(15px) rotate(45deg);
}
.navbar-brand {
	position: relative;
}
.navbar-brand img {
	max-height: inherit;
	max-width: 18.5rem;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.navbar-brand img:nth-child(2) {
	display: none;
}
/* Footer */
footer {
	padding: 0;
}
.footer {
	padding: 3rem 1.25rem;
	background-color: var(--black);
}
.footer .column {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 45px;
}
.footer img {
	max-width: 350px;
	width: 100%;
}
.social {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 0 1.5rem;
}
.footer .social a {
	display: inline-block;
}
.social img {
	max-width: 35px;
}
footer .flow {
	padding: 2rem 1.25rem 1.5rem;
	background-color: var(--secondary);
	box-shadow: 0px 21px 15px -13px rgba(0, 0, 0, 0.43) inset;
		-webkit-box-shadow: 0px 21px 15px -13px rgba(0, 0, 0, 0.43) inset;
		-moz-box-shadow: 0px 21px 15px -13px rgba(0, 0, 0, 0.43) inset;
}
footer .flow a {
	display: table;
	text-align: center;
	margin: 0 auto;
}
footer .flow img {
	display: block;
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
}

/* Page: Homepage */
.header_main {
	position: relative;
}
.header_main img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
.nosotros {
	padding: 3rem 1.25rem;
}
.nosotros h1 {
	font-size: 1.5rem;
}
.nosotros p {
	font-size: 1.15rem;
	line-height: 1.65;
}
.nosotros h4 {
	font-size: 1.35rem;
}
.nosotros ul.ul {
	display: flex;
	justify-content: center;
	gap: 0 30px;
	text-align: center;
}
.nosotros li {
	display: flex;
	align-items: center;
	gap: 0 15px;
}
.nosotros ul:not(.ul) {
	list-style-type: disc;
	padding-left: 1.5rem;
}
.nosotros ul:not(.ul) li {
	display: list-item;
	font-size: 1.15rem;
}
.nosotros li p,
.nosotros li a {
	font-size: 1.25rem;
	width: 100%;
}
.nosotros p + h4, .nosotros ul + h4 {
	margin-top: 1.25rem;
}
.contacto {
	padding: 4rem 1.25rem;
}
.contacto .mt-3 {
	display: flex;
	justify-content: center;
}
.contacto .mt-3 a {
	display: inline;
}
.formulario {
	max-width: 750px;
	margin: 0 auto;
}
.formulario .wpforms-field {
	width: 100%;
}
.formulario div.wpforms-container-full input[type=text],
.formulario div.wpforms-container-full input[type=email],
.formulario div.wpforms-container-full textarea {
	font-size: 1.1rem;
	font-weight: bold;
	border-color: var(--black)!important;
}
div.wpforms-container-full .wpforms-submit {
	background-color: var(--black)!important;
	height: 55px!important;
	display: block!important;
	max-width: 350px!important;
	width: 100%;
	margin: 0 auto!important;
}
.formulario div.wpforms-container-full input::-webkit-input-placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1!important;
	color: #000!important
}

.formulario div.wpforms-container-full input:-moz-placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important;
	opacity: 1
}

.formulario div.wpforms-container-full input::-moz-placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important;
	opacity: 1
}

.formulario div.wpforms-container-full input:-ms-input-placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important
}

.formulario div.wpforms-container-full input::-ms-input-placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important
}

.formulario div.wpforms-container-full input::placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important
}

.formulario div.wpforms-container-full textarea::-webkit-input-placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important
}

.formulario div.wpforms-container-full textarea:-moz-placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important;
	opacity: 1
}

.formulario div.wpforms-container-full textarea::-moz-placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important;
	opacity: 1
}

.formulario div.wpforms-container-full textarea:-ms-input-placeholder {
	font-size: 1.1rem;
	font-weight: normal;
	opacity: 1 !important;
	color: #000!important
}

.formulario div.wpforms-container-full textarea::-ms-input-placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important
}

.formulario div.wpforms-container-full textarea::placeholder {
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 1 !important;
	color: #000!important
}

/* --# Queries #-- */
@media (max-width:1441px) {}

@media screen and (min-width: 1408px) {
	.container:not(.is-max-desktop):not(.is-max-widescreen) {
		max-width: 1280px;
	}
}

@media (max-width:1367px) {}

@media (min-width:1024px) {
	/* --# General #-- */
	.mobile-visible {
		display: none;
	}
	/* --# Section: Navbar #-- */
	.navbar-end {
		gap: 0 1.25rem;
	}
	/* --# Section: Homepage #-- */
	.header_main img {
		max-height: 750px;
		object-fit: cover;
	}
	.nosotros .column.is-9 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.nosotros li {
		position: relative;
	}
	.nosotros li:first-child {
		padding-right: 25px;
	}
	.nosotros .ul li:first-child:before {
		content: "|";
		position: absolute;
		top: -10px;
		bottom: 0;
		right: 0;
		margin: auto -5px auto;
		font-size: 2.5rem;
		color: var(--primary);
	}
}

@media (max-width:1023px) {
	/* --# Section: Navbar / Footer #-- */
	.navbar {
		border-bottom: 1px solid #eeeff0;
	}
	.navbar-brand img {
		max-width: 250px;
	}
	.navbar-menu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 82px 0 0 0;
		background-color: var(--white);
		box-shadow: none;
	}
	.navbar-menu.is-active {
		background-color: var(--white);
	}
	.navbar .navbar-item {
		font-size: 1rem;
		text-align: center;
	}
	.navbar .navbar-brand .navbar-item {
		padding-left: 0;
	}
	.footer img {
		max-width: 300px;
	}
	.footer .column {
		flex-direction: column;
	}
	/* --# Section: Homepage #-- */
	.nosotros ul.ul {
		flex-direction: column;
	}
	.nosotros li a,
	.nosotros li p {
		text-align: left;
	}
}