
html {
  height: 100%;
  overflow-x: none;
}
body {
  font-family: 'Work Sans', sans-serif;
  height: 100%;
  overflow-x: hidden;
  background-color: rgba(0,0,0, 0.1);
  color:#3D3E3F;
  overflow-x: none;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  height: auto !important;
}

h1 {
  color: #01AEEA;
  font-size: 42px;
  margin-top: 30%;
  margin-bottom: 1.3rem;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  max-width:85%;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);*/
}


h2{
  text-align: center;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom:2em;
	
}

h3{
  text-align: center;
  letter-spacing: 0.84px;
  color: #FCB465;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
}

h3 strong{
	color:#FFF
}


header{
	position: absolute;
	z-index: 9;
}

.logo{
	max-width: 200px;
	height: auto;
	display: block;
}

.header {
	background-image: url("../images/banner2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
	
}

.header p{
	letter-spacing: 0;
	color: #3D3E3F;
	font-size: 1.1em;
	margin-top: 2em;
	text-align: left;
	max-width:85%;
}

.titulos{
	padding-left: 20px;
}


/* Brands*/

.brands-bg{
	background-color: #ffffff;
}

.swiper-slide.text-center {
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: #fff;
  min-height: 120px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  border: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
  margin-top: 10px;
  position: relative;
}

/* Servicios*/

.servicios-bg {
	background-color: #01aeea;
}

.servicios-content{
	margin: 0px auto;
}

.servicios-box{
	width: 100%;
	margin-bottom: 50px;
}
	
.iconos{
	/*max-height: 150px;*/
	display: block;
	margin: 0 auto 25px;
	max-width: 90%;
}

/* Servicios*/

.filter-section {
    position: relative;
   /* background: #ffffff;*/
    padding: 50px 0px 20px;
}

.filter-section h2{
	color: #555555;
}


.filter-section .sec-title {
	margin:10px 0px 50px;	
}

.filter-section .filter-tabs{
	float:left;	
	list-style-type: none;
	padding-inline-start: 0px;
	width: 100%;
	margin-bottom:2em;
}

.filter-section .filter-tabs li{
	position:relative;
	float:left;
	width: 14.285%;
	font-size:1em;
	text-transform:uppercase;
	color:#555555;
	cursor:pointer;
	background:#ffffff;
	border: 1px solid #f36e21;
	padding: 10px 0px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}


.filter-section .filter-tabs li.active{
	background:#f36e21;
	color:#ffffff;
	border-color:#f36e21;
}

.filter-section .filter-tabs li:hover{
	background:rgb(0,83,154);
	color:#ffffff;
	border-color:rgb(0,83,154);
}

.filter-section .filter-list{
	position:relative;	
}

.filter-section .filter-list .column-box{
	position:relative;
	display:none;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	margin-bottom:50px !important;	
}

.filter-section .pagination li{
	border:none !important;
	margin-right:2px;	
}

.filter-section .pagination li a{
	padding:10px 20px;
	font-size:15px;
	color:#292929;
	border:none !important;
}

.filter-section .pagination li:hover a,
.filter-section .pagination li.current a{
	background:#D7DF01;
	color:#ffffff;
}



.column-view .column-box .inner-box {
    position: relative;
    display: block;
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid rgba(0,83,154, 0.2);
	background-color: rgba(0,83,154, 1);
    transition: all 500ms ease-out 50ms;
    -webkit-transition: all 500ms ease-out 50ms;
    -ms-transition: all 500ms ease-out 50ms;
    -o-transition: all 500ms ease-out 50ms;
    -moz-transition: all 500ms ease-out 50ms;
}

.hvr-float-shadow::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.image {
    position: relative;
    overflow: hidden;
	width: 100%;
	height: auto;
	display: block;
}

.image a img{
	width: 100%;
	height: auto;
	display: block;
}

.filter h3{
	font-weight: 600
}

/***/


.form-content {
  background: transparent linear-gradient(180deg, #FCB465 0%, rgba(252,180,101,0.3) 100%) 0%
    0% no-repeat padding-box;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
  padding-top: 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-bottom: 15px;
  
}

.form-title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  letter-spacing: 0.96px;
  color: #3D3E3F;
  text-transform: uppercase;
  font-size: 28px;
}

/*.primary, body input[type="submit"], body input[type="button"] {
				height: 54px;
				border: none !important;
				background: #01AEEA;
				color: #fff;
				font-size: 16px;
				text-transform: uppercase;
				font-weight: 400;
				margin-right: 4px;
				margin-bottom: 4px;
				font-family: "Work Sans", Arial, sans-serif;
				transition: 0.5s;
				padding: 18px 36px;
				line-height: 1.33333;
				border-radius: 6px;
            }

            .primary:hover,
            body input[type="submit"]:hover,
            body input[type="button"]:hover {
				background: #0289A8 !important;
				cursor: pointer;
				}

            .primary:focus,
            body input[type="submit"]:focus,
            body input[type="button"]:focus {}*/
			

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;

		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				width: 100%;
				margin-bottom: 0.5rem;
}
			}


		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

		}

	label {
		color: #3D3E3F;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		margin: 0 0 0.25em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(212, 212, 255, 0.2);
		border: none;
		border-radius: 0;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #01AEEA;
			box-shadow: 0 0 0 2px #01AEEA;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(212, 212, 255, 0.1)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #242943;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-weight: 300;
			padding-left: 2.65em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(212, 212, 255, 0.035);
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				letter-spacing: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff;
			border-color: #3ae8d6;
			content: '\f00c';
			color: #242943;
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #3ae8d6;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(244, 244, 255, 0.2) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(244, 244, 255, 0.2) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(244, 244, 255, 0.2) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(244, 244, 255, 0.2) !important;
		opacity: 1.0;
	}



/* Footer */
.footer-bg {
  background: #0289A8 0% 0% no-repeat padding-box;
}

.footer-title {
  text-align: left;
  letter-spacing: 0.36px;
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.list-group-item {
  padding: 0 !important;
}

.list-group-item, .list-group-item a {
  text-align: left;
  letter-spacing: 0.36px;
  color: #cac7d1;
  font-size: 0.9rem;
}

.list-group-item a:hover {
  color: white;
  text-decoration: none;
}

.list-group-item {
  background-color: transparent;
  border: none;
  padding: 0.75rem 0;
}


.text-center-xs {
  text-align: center;
}


.btnDown {
  background: #3888fc 0% 0% no-repeat padding-box;
}

.none-sm {
  display: none;
  position: relative;
  width: 0;
  height: 0;
}

@media (min-width: 991px) {
  
  .form-title {
    font-size: 1.95rem;
    padding-top: 1rem;
  }
  

  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    width: 40% !important;
    min-width: inherit !important;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 1.2rem !important;
  }


}

@media (min-width: 1170px) {
  .form-content {
    margin-top: 100px !important;
  }
}


@media (max-width: 1200px) {
.w-100 {
    width: 40% !important;
}
}

 /* Styles for shity form */
        input {
            height: 31px !important;
            font-size: 13px;
        }

        .form-content {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 50px;
        }

    
        @media (min-width: 991px) {
            .form-content {
                margin-top: 155px;
            }

            .form-title {
                font-size: 1.2rem;
                padding: 1rem 0rem;
            }

            body .hs-button.primary,
            body input[type="submit"],
            body input[type="button"] {
                width: 70% !important;
                min-width: inherit !important;
                display: block !important;
                margin: 0 auto !important;
                margin-top: 25px !important;
                margin-bottom: 25px !important;
                font-size: 1.2rem !important;
            }
        }
		
		.footer-sub{
			text-align: right;
			letter-spacing: 0.36px;
			color: #cac7d1;
			font-size: 0.9rem;
			width: 100%;
			display: block;
			float: right;
			}
			
			
            
			
			
.whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    transition-duration: 0.5s;
    font-size: 35px;
    text-decoration: none;
    color: #25D366;
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
    box-shadow: 0 4px 5px -1px rgba;
    display: flex;
    line-height: 50px;
    vertical-align: middle;
}

.whatsapp img{
    width: 35px;
    height: auto;
    display: block;
    line-height: 50px;
    vertical-align: middle;
    margin: 0 auto;
}


.whatsapp:hover {
    background-color: #25D366;

}

.whatsapp:hover img {
    filter: brightness(0) invert(1);
}



/*.overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}*/


.swiper-pagination-bullet-active {
    background: #FCB465 !important;
}


/*promo*/

#promo{
	background-image:url(../images/banner.jpg);
	background-size:cover;
	background-position: center right ;
	margin-top: -8px;
}

#promo h2{
	 color: #01AEEA;
	 margin-bottom:0.5em;
}

@media (max-width: 420px) {
	
h1 {
    font-size: 36px;
    margin-top: 40%;
}

.titulos {
    padding-left: 40px;
}
}

.mercado-libre img{
	max-width: 160px;
	float: right;
	margin-bottom: 1rem
	}

.aimingweb{
	text-align: right;
	letter-spacing: 0.36px;
	color: #cac7d1;
	font-size: 0.9rem;
	float: right;
	width:100%
	}	
	
#aw {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 5px;
}

#aw:hover {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}