/*!
Theme Name: Base
Theme URI: https://www.freaktools.cl/
Author: Freaktools Agencia Digital
Author URI: https://www.freaktools.cl/
Description: Base
Text Domain: Base
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  background-color: #fff; }


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

*:focus {
    outline: none;
}

  .site-main{
    overflow-x: hidden;
  }

input,
textarea,
select{
	-webkit-appearance: none;

}

::placeholder{
    opacity: 1 !important
}

h1.entry-title{
   display: none;
}

P{
  Margin:0 !important
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }


textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

  .select2-results__options li:first-child, span.select2-search.select2-search--dropdown{ display:none}
  span.select2-selection.select2-selection--single:focus {
    outline: none;
}


span.select2.select2-container.select2-container--default {
    overflow: auto;
    height: 33px;
    border-radius: 3px;
}

 input:focus,
 textarea:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}




/* CUSTOM */

@media (min-width: 700px){
	
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media (max-width: 767px){
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}
}



.active-menu{
	background:#0C2B53 !important;
}




.modal-solution{
 	Inform4ticos2020position :fixed;	
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color:rgba(12, 43, 83, 0.5);
	justify-content:center;
	align-items:center;
	display:flex;
}

.cont-modal{
	width:85%;
	max-width:914px;
	border-radius:20px;
	background:white;
	padding:1em;
	text-align:center;
}

@media screen and (min-width:7658px){
	.cont-modal{
		min-width:400px;
		text-align:left;
	}
}


.pre-title{
	font-family: Roboto;
	font-weight: bold;
	font-size: 12px;
	line-height: 34px;
	text-align: left;
	color: #9cbdd2;
}

.title-modal{
	font-family: "Eurostile Extended";
	font-weight: normal;
	font-size: 40px;
	letter-spacing: 0em;
	line-height: 30px;
	text-align: left;
	color: #0c2b53;
}

.img-modal{
	width:100%;
	max-height:300px;
}

p.sub-title-modal{
	width: 814px;
	height: 34px;
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	text-align: left;
	color: #9cbdd2;
}

p.cont-text-modal{
	width: 814px;
	height: 34px;
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	text-align: left;
	color: #9cbdd2;
}









.jet-popup__container{

	border-radius:20px !important;
}