/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}

.masthead-home {
  height: 100vh;
  min-height: 300px;
  background-color: #0c1011;
  /*background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url('../images/trama.png');*/
  background-image: url('../images/trama.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.masthead-home h1 {
	/*font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));;*/
	font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (1600 - 300)));;
}
.masthead-home h3 {
	font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300)));;
}

.masthead-desa {
  height: 40vh;
  min-height: 180px;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/webapp.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead-desa h1 {
	font-size: calc(32px + (55 - 32) * ((100vw - 300px) / (1600 - 300)));;
}

.masthead-integ {
  height: 40vh;
  min-height: 180px;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/board.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.masthead-integ h1 {
	font-size: calc(32px + (55 - 32) * ((100vw - 300px) / (1600 - 300)));;
}

.masthead-ases {
  height: 40vh;
  min-height: 180px;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/asesoria.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.masthead-ases h1 {
	font-size: calc(32px + (55 - 32) * ((100vw - 300px) / (1600 - 300)));;
}

.masthead-comun {
  height: 40vh;
  min-height: 180px;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/Online_com.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead-tips {
  height: 40vh;
  min-height: 180px;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/preguntas.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead-cont {
  height: 40vh;
  min-height: 180px;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/contacto.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.masthead-cont h1 {
	font-size: calc(32px + (55 - 32) * ((100vw - 300px) / (1600 - 300)));;
}

.card {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.card:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition-duration: 0.3s;
}

.img-grayscale:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	transition-duration: 0.3s;
}

.text-title {
	color: #6B8194;
}

@media (min-width: 992px) {
  body {
    /*padding-top: 98px;*/
  }
}

.nav-company-color {
	background-color: #FFA07A;
}
.text-primary-com {
	color: #44605b;
}
.bg-primary-com {
	background-color: #44605b;
}
.btn-primary-com{color:#fff;background-color:#597e77;border-color:#4e6f69}

.btn-primary-com:hover{color:#fff;background-color:#44605b;border-color:#39514d}
.btn-primary-com:focus,.btn-primary-com.focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}
.btn-primary-com.disabled,.btn-primary-com:disabled{color:#fff;background-color:#597e77;border-color:#4e6f69}
.btn-primary-com:not(:disabled):not(.disabled):active,.btn-primary-com:not(:disabled):not(.disabled).active,.show>.btn-primary-com.dropdown-toggle{color:#fff;background-color:#638d85;border-color:#000}
.btn-primary-com:not(:disabled):not(.disabled):active:focus,.btn-primary-com:not(:disabled):not(.disabled).active:focus,.show>.btn-primary-com.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}

.btn-outline-primary-com{color:teal;background-color:transparent;background-image:none;border-color:teal}.btn-outline-primary:hover{color:#222;background-color:#009a9a;border-color:teal}
.btn-outline-primary-com:focus,.btn-outline-primary-com.focus{box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)}
.btn-outline-primary-com.disabled,.btn-outline-primary-com:disabled{color:teal;background-color:transparent}
.btn-outline-primary-com:not(:disabled):not(.disabled):active,.btn-outline-primary-com:not(:disabled):not(.disabled).active,.show>.btn-outline-primary-com.dropdown-toggle{color:#fff;background-color:#009a9a;border-color:teal}
.btn-outline-primary-com:not(:disabled):not(.disabled):active:focus,.btn-outline-primary-com:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary-com.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)}

.text-secondary-com {
	color: #6f694e;
}
.bg-secondary-com {
	background-color: #6f694e;
}
.btn-secondary-com{color:#fff;background-color:#7e7759;border-color:#423f2e}

.btn-secondary-com:hover{color:#fff;background-color:#605b43;border-color:#423f2e}
.btn-secondary-com:focus,.btn-secondary-com.focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}
.btn-secondary-com.disabled,.btn-secondary-com:disabled{color:#fff;background-color:#7e7759;border-color:#423f2e}
.btn-secondary-com:not(:disabled):not(.disabled):active,.btn-secondary-com:not(:disabled):not(.disabled).active,.show>.btn-secondary-com.dropdown-toggle{color:#fff;background-color:#8d8564;border-color:#000}
.btn-secondary-com:not(:disabled):not(.disabled):active:focus,.btn-secondary-com:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary-com.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}

.btn-outline-secondary-com{color:teal;background-color:transparent;background-image:none;border-color:teal}.btn-outline-primary:hover{color:#222;background-color:#009a9a;border-color:teal}
.btn-outline-secondary-com:focus,.btn-outline-secondary-com.focus{box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)}
.btn-outline-secondary-com.disabled,.btn-outline-secondary-com:disabled{color:teal;background-color:transparent}
.btn-outline-secondary-com:not(:disabled):not(.disabled):active,.btn-outline-secondary-com:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary-com.dropdown-toggle{color:#fff;background-color:#009a9a;border-color:teal}
.btn-outline-secondary-com:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary-com:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary-com.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)}

/* ====
 * HOME
 * ==== */
.categ-name {
	text-shadow: 2px 2px 5px black;
	color: #FFF;
}

.marcador {
	color: #6c8194;
}

.marcador2 {
	color: #003663;
	font-weight: 700;
}

.marcador3 {
	font-weight: 700;
	color: #003663;
	/*color: #39514d;*/
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

/*==============*/
/*=== SOCIAL ===*/
/*==============*/
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
}

@media screen and (max-width: 768px) {
	.icon-bar {
		display: none;
	}
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}

.icon-bar a:hover {
    background-color: #000;
}

.icon-bar .facebook {
  background: #3B5998;
  color: white;
}

.icon-bar .twitter {
  background: #55ACEE;
  color: white;
}

.icon-bar .google {
  background: #dd4b39;
  color: white;
}

.icon-bar .linkedin {
  background: #007bb5;
  color: white;
}

.icon-bar .youtube {
  background: #bb0000;
  color: white;
}
.icon-bar .instagram {
  background: rgba(216,29,73,1);;
  color: white;
}
.icon-bar .whatsapp {
  background: #4dc247;
  color: white;
}

/*==============*/
/*=== NAVBAR ===*/
/*==============*/

	/* Nav / Navbar Styles
	===================================*/
	.navbar {
		text-transform: uppercase; 
		font-size: 18px;
		font-weight: bold;
		border-bottom: none;
		padding-bottom: 30px;
		padding-top: 30px;
		transition-duration: 0.6s;
	}
	.navbar-light .navbar-brand,
	.navbar-light .navbar-nav>li>a {
		color: #183532;
	}

	/* jQuery Styles
	===================================*/
	.navbar-scroll {
		background: #333A41;
		font-size: 15px;
		padding-bottom: 5px;
		padding-top: 5px;
		box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
		transition-duration: 0.6s;
	}
	.nav-dropdown-scroll {
		background: #e7eaea;
		box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
	}

	.img-logo {
		width: 130px;
		transition-duration: 0.6s;
	}

	.img-logo-scroll {
		width: 90px;
		transition-duration: 0.6s;
	}

@media screen and (max-width: 991px) {
	.navbar-collapse {
		background-color: #333A41; 
	}
	.navbar-collapse li {
		margin: 5px 20px;
	}
	.navbar {
		font-size: 15px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.img-logo {
		width: 90px;
	}
}

/*==============*/
/*=== FOOTER ===*/
/*==============*/
.footer {
    background-color: #3c3d41;
    color: white;
    padding-top: 30px;
}
.footer .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
.footer .footer-copyright .row {
	margin-bottom: 0px;
}
.footer .row {
    margin-bottom: 60px;
}
.footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}
.footer .footer-copyright p {
    margin: 10px;
    color: #ccc;
}
.footer .footer-copyright p.pantheon {
	font-family: 'Montserrat', sans-serif;
	margin: 10px;
}
.footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
.footer h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}
.footer h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: none;
    color: rgb(217,217,217);
}
.footer a:focus {
    text-decoration: none;
    color: rgb(217,217,217);
}
.footer .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}
.footer .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}
.footer .social-networks a:hover {
    text-decoration: none;
}
.footer .facebook:hover {
    color: #0077e2;
}
.footer .instagram:hover {
	color: rgba(216,29,73,255);
}
.footer .google:hover {
    color: #ef1a1a;
}
.footer .twitter:hover {
    color: #00aced;
}
.footer .whatsapp:hover {
    color: #4dc247;
}
@media screen and (max-width: 767px) {
    .footer {
        text-align: center;
    }
}
