/*
Theme Name: Innovación Digital Guatemala
Theme URI: http://innovacion.com.gt/
Description: In Guatemala, digital solutions for companies and personal business.
Author: Ingrid Peitzner
Author URI: http://ingridpeitzner.com/
Version: 2021
*/
/*
PALETA DE COLORES
Azul		#17152F
Naranja		#E74D1A
Lila		#983146
Morado		#722751
Iconos: */
@import url('styles/icomoon/style.css');
@import url('styles/fonts/styles.css');
@import url("//netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
/* GENERALES */
body {
	color: #17152F;    
    font-family: 'square721_btroman';
	font-size: 16px;
    font-weight: 400;
}
a {
	color: inherit;
}
a:active,
a:hover,
a:focus,
a:visited {
	cursor: pointer;
	color: inherit;
	text-decoration: none;	
}
a.button {
    display: inline-block;
    font-weight: 500;
    width: auto;
    margin: 20px 0 0;
    padding: 10px 20px;
    text-align: center;
    background: transparent;
    border: 1px solid #17152F;
}
a.button:hover {
	cursor: pointer;
    color: white;
    background: #17152F;
    outline: none;
}
div.wpcf7 {
    color: #000;
}
div.wpcf7 br {
    display: none;
}
div.wpcf7 .ajax-loader {
    display: block !important;
    margin: 8px auto 0 !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    float: left;
    color: black !important;
    font-weight: 500 !important;
    margin: 1em 0 0 !important;
    background-color: #983146 !important;
    border: none !important;
}
em {
    font-weight: 600;
    font-style: italic;
}
h1,
h2 {
	position: relative;
	font-family: 'android_101regular';
	position: relative;
    font-size: 2.25em;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
h2:after {
	position: absolute;
	font-family: 'icomoon';
    content: '\e903';
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    top: 10px;
    left: 0;
    right: 50%;
}
h3 {
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
hr {
    border-top: 1px dotted #17152F;
    margin: 10px 0;
}
input.wpcf7-form-control,
select,
textarea {
    color: #17152F;
    text-align: left;
    width: 100%;
    max-height: 100px;
    padding: 5px 10px;
    margin: 10px 0 0;
    background-color: white;
    background-image: none;
    border: none;
}
input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    color: white;
    font-weight: 500;
    width: auto;
    margin: 20px 0 0;
    padding: 10px 20px;
    text-align: left;
    background: #17152F;
    border: none;
    border-radius: 0;
}
input.wpcf7-form-control.wpcf7-submit:focus,
input.wpcf7-form-control.wpcf7-submit:hover {
	cursor: pointer;
    color: #17152F;
    background: white;
    outline: none;
}
section {
    padding: 0;
    overflow: hidden;
}
div.wpcf7-mail-sent-ok {
    float: left;
    color: #17152F !important;
    font-weight: 500 !important;
    margin: 1em 0 0 !important;
    background-color: white !important;
    border: none !important;
}
ol,
ul {
    list-style: none;
    margin-bottom: 0;
    -webkit-padding-start: 0;
}
ol {
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #17152F;
  font-weight: bold;
}
span.wpcf7-not-valid-tip {
    color: white !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: italic !important;
}
strong {
    font-weight: bolder;
}
.clear {
	clear: both;
}
.clearfix {
    overflow: auto;
}
.grecaptcha-badge {
    display: none !important;
    box-shadow: none !important;
}
.row {
    max-width: 1280px;
    margin: 0 auto;
}
#go-up {
    display: none;
    position: fixed;
    color: white;
    font-size: 24px;
    padding: 10px 12px 9px 14px;
    bottom: 10px;
    right: 185px;
    background-color: #983146;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer; 
    z-index: 99;
}
#go-up:hover {
    color: white;
    background-color: #722751;
}
#whatsapp {
    position: fixed;
    color: white;
    text-align: center;
    width: 175px;
    height: 53px;
    padding: 15px 12px;
    bottom: 10px;
    right: 10px;
    background-color: #983146;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer; 
    z-index: 96;
}
#whatsapp img {
    display: inline-block;
    max-height: 20px;
    margin-right: 5px;
}
#whatsapp:hover {
    color: white;
    background-color: #722751;
}
.title {
    margin-bottom: 3em;
}
/* HEADER */
header.col-sm-12 {
    color: #17152F;
	padding: 0.5em 0 0;    
    background-color: white;
    overflow: hidden;
    z-index: 9999;
}
.dropdown-menu {
    padding: 0;
}
.nav li a {
    color: white;
    padding: 5px 40px;
    margin: 0;
}
.navbar {
    background-image: none;
    min-height: 0;  
    margin: 0;
}
.navbar-collapse {
    background-color: transparent;
    padding: 0;
}
.navbar-default {   
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    background-color: #E74D1A;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    color: white;
    background-color: #17152F;    
}
.navbar-default .navbar-nav>li.lan>a:hover,
.navbar-default .navbar-nav>li.lan>a:focus {
    background-color: transparent;    
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    color: white;
    background-color: #E74D1A;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    box-shadow: none;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-image: none;
    color: white;
    background-color: #17152F;
}
.navbar-nav {
    margin: 0;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
#menu {
    display: inline-block;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    width: auto;
    padding: 0;
    float: unset;
}
header .logo {
    text-align: left;
    z-index: 5;
}
header .logo img {
	width: 225px;
	height: auto;
    max-width: 100%;
    padding-bottom: 0.5em;
}
header .contact {
	font-size: 2em;    
    font-family: 'android_101regular';
    line-height: 1;
    text-align: right;
    margin-top: 60px;
}
header .contact span {
    display: inline-block;
    color: #E74D1A;
    font-size: 1em;
    vertical-align: middle;
}
header .menus {
    text-align: right;
}
header .remove-logo a {
    display: inline-block;
    width: 225px;
    height: 126px;
    background-image: url(images/innovacion-digital-guatemala.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
header .remove-logo img {
    display: none;
    height: 0;
}
.sticky {
    position: fixed;
    background-image: none !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1), 0 3px 10px 0 rgba(0,0,0,0.1);
}
.sticky + #page-title,
.sticky + #slideshow {
    margin-top: 142px;
}
/* FOOTER */
footer.col-sm-12 {
    color: white;
    padding: 4em 0 0;
    overflow: hidden; 
    background-color: #E74D1A;   
}
footer a:hover {
    color: white;
	padding: 2px;
    background-color: #983146;
}
footer form {
    margin-top: 2em;
}
footer hr {
    margin: 20px 0;
}
footer strong {
	display: block;
    font-weight: 700;
    text-transform: uppercase;
}
footer .contact {
    padding: 6em 0;
}
footer .contact-forms p {
    margin-bottom: 0;
}
footer .contact-information {
    color: white;
    font-size: 0.8em;
    text-align: center;
    padding: 1.5em 5%;
    background-color: #17152F;
}
footer .contact-information p {
    margin: 0;
}
footer .information {
	max-width: 100%;
    padding: 1em 0 4em;
}
footer .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 1em;
    clip-path: circle(50% at center);
}
footer .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* PAGE TITLE */
#page-title {
    color: white;
	text-align: center;
    padding: 2em 10% 2em;
    background-color: #722751; 
}
#page-title h1 {
	color: white;
}
#page-title p {
    margin-bottom: 0;
}
/* REVEAL */
.revealOnScroll {
    opacity: 0;
}
/* SERVICES */
#services {
    color: #17152F;
    text-align: left;
    padding: 8em 0 11em;
    background-image: url(images/circle.jpg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#services h1,
#services h2 {
    margin-bottom: 2em;
}
#services li {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px dotted;
}
#services li:before {
    color: #E74D1A;
    font-family: 'icomoon';
    content: '\e900';
    font-size: 2em;
    line-height: 1;
    vertical-align: bottom;
    margin-right: 10px;
}
#services .content {
    padding: 0 5%;
}
/* SLIDESHOW */
#slideshow {
	position: relative;
    color: white;
    text-align: center;
    font-size: 2em;
    line-height: 1; 
    padding: 0;
    z-index: 4;
    max-height: 700px;
    overflow: hidden;
}
#slideshow img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
#slideshow span {
	display: block;
    font-size: 1.5em;     
    font-family: 'android_101regular';
}
#slideshow .text {
    position: absolute;
    width: 50%;
    padding: 1em;
    bottom: 0;
    left: 25%;
    background-color: #E74D1A;
}