/*----------------------------------------*/
/*  CONTENTS:
/*  01. Theme default CSS
/*  02. Menu Principal
/*  03. Banner Home
/*  04. Somos
/*  05. Servicios
/*  06. Faq
/*  07. Contact Form / Finiquito
/*  08. Finiquito Form
/*  09. Footer
/*  10. Privacidad
/*  11. Botones Flotantes
/*----------------------------------------*/

/*----------------------------------------*/
/*
/*  01. Theme default CSS
/*
/*----------------------------------------*/

:root {
	--color-text:#5a5a5a;
	--color-darkgray: #45464A;
  	--color-white: #ffffff;
	--font-main: 'Lato', arial, sans-serif;
}

body {
	font-family: 'Lato', arial, sans-serif;
	color: var(--color-text);
	line-height: 1.7;
	font-weight: 300;
}

#header-print,
#comentFiniquito,
.ocultar {
	display: none !important;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 18px;
		line-height: 1.5;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	color: var(--color-darkgray);
	font-weight: 300;
}

p,
label,
#privacidad p,
.btn-aviso {
	font-size: 20px;
	line-height: 1.7;
	color: var(--color-text);

}

.bg-light-gray {
	background-color: #eeeeee;
}

.fl {
	float: left
}

.fr {
	float: right
}

.txtR {
	text-align: right
}

.txtL {
	text-align: left
}

.marT100 {
	margin-top: 100px;
}

.marT80 {
	margin-top: 90px;
}

.marT70 {
	margin-top: 70px;
}

.col-md-6 {
	margin: 0;
	padding: 0;
}

.col-xs-12,
.col-sm-12,
.col-md-12 {
	margin: 0;
	padding: 0
}


/*----------------------------------------*/
/*
/*  02. Menu Principal
/*
/*----------------------------------------*/

.navbar-collapse,
.navbar-custom {
	background-color: #44484b;
	padding: 0;
}

.navbar-custom .navbar-toggle {
	/*background:url(../img/logos/icon-menu.png) 0 0 no-repeat;*/
	width: 47px;
	height: 47px;
	font-family: "Lato", Arial, sans-serif;
	color: #B9B9B9;
	border: 1px solid #E0E0E0;
	margin-top: 14px;
}

.navbar-custom .navbar-toggle:hover {
	background-color: #fff;
}

.navbar-custom .nav li a {
	transition: all .2s ease-out;
	font-size: 14px;
	background-color: #44484b;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 400;
	letter-spacing: .5px;
}

.navbar-custom .nav li a:hover {
	background-color: #f5f6f8;
	color: #44484b;
}

.navbar-custom {
	background-color: #fff;
}

#logo {
	display: block;
	background-image: url("../img/logos/ipdt.svg");
	width: 250px;
	height: 68px;
	text-indent: -9999px;
	margin-top: 5px;
}

.contenido {
	margin-top: 90px
}

.pad-contenido {
	margin-top: 40px
}

.telheader p,
.telheader p span {
	color: #44484b !important;
}

@media (max-width: 576px) {
	.navbar-custom {
		height: 82px;
	}

	.navbar-collapse {
		background-color: #44484b;
		margin-top: -40px;
	}

	.navbar-custom .navbar-toggle {
		margin-top: 18px;
		margin-right: -0px;
	}
}

@media (max-width: 767px) {
	.desktop-visible {
		display: none;
	}

	.menu ul li a {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	#logo {
		display: block;
		background-image: url("../img/logos/ipdt.svg");
		width: 278px;
		height: 76px;
		text-indent: -9999px;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.navbar-custom.affix {
		background-color: #fff;
	}

	.navbar-custom.affix .brand-bar {
		color: #fff;
	}

	.navbar-custom.affix #logo {
		display: none;
	}

	.navbar-custom.affix #logoaffix {
		display: block;
	}

	.navbar-custom.affix .telheader p {
		padding-top: 25px;
		font-size: 15px;
		line-height: 18px;
		margin: 0;
		color: #f5f6f8
	}

	.navbar-custom.affix .telheader span {
		font-size: 22px;
		font-weight: 300;
	}

	.navbar-custom .nav li a {
		font-size: 14px;
		font-weight: 300;
	}

	#logoaffix {
		display: block;
		background-image: url("../img/logos/ipdt.svg");
		width: 249px;
		height: 68px;
		text-indent: -9999px;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	#logoaffix {
		display: none;
	}

	.telheader p {
		padding: 35px 0 10px 0;
		font-size: 17px;
		line-height: 24px
	}

	.telheader span {
		font-size: 26px;
		font-weight: 300;
		padding-bottom: 10px;
	}

	.telheader p,
	.telheader p span {
		color: #44484b !important;
	}

	.menu {
		background-color: #44484b;
	}

	.menu ul li a {
		color: #fff;
	}

	.menu ul li a:hover {
		color: #44484b;
		background-color: #f5f6f8
	}

	.contenido {
		padding-top: 40px
	}
}

@media (max-width: 991px) {
	.navbar-custom .nav li a {
		font-size: 13px;
		font-weight: 400;
	}
}

/*----------------------------------------*/
/*
/*  03. Banner Home
/*
/*----------------------------------------*/

.jumbotron {
	background-color: transparent;
	max-width: 1140px;
	max-height: 300px;
	margin: 0 auto;
	margin-top: -20px;
}

.jumbotron .item img {
	margin-top: -20px;
}

.bannertxt {
	background-color: rgba(68, 72, 75, .8);
	width: 450px;
	padding: 0 40px 10px 20px;
	position: absolute;
	right: 4%;
	top: 50%;
}

.bannertxt h1 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	line-height: 43px;
}

.bannertxt p {
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	line-height: 27px;
	margin-top: -5px;
	color: #fff;
}

@media (max-width: 450px) {
	.bannertxt {
		width: 100%;
		padding: 0 20px 10px 20px;
		position: absolute;
		top: 60%;
		right: 0;
	}

	.bannertxt h1 {
		font-size: 27px
	}

	.carousel-inner img {
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	.jumbotron {
		max-height: 500px;
		margin-top: 20px;
		margin-bottom: 0;
	}

	.bannertxt {
		width: 450px;
		padding: 0 40px 10px 20px;
		position: absolute;
		right: 4%;
		top: 40%;
	}

	.bannertxt h1 {
		font-size: 45px;
		font-weight: 300;
		text-align: right;
		color: #fff;
		line-height: 43px;
	}

	.bannertxt p {
		font-size: 25px;
		font-weight: 300;
		text-align: right;
		line-height: 27px;
		margin-top: -5px;
		color: #fff;
	}
}

/*----------------------------------------*/
/*
/*  04. Somos
/*
/*----------------------------------------*/
#somos-Menu {
	padding-top: 70px;
	border: none;
}

#somos-Menu h1 {
	padding-bottom: 20px;
}

#somos-Menu p {
	padding-bottom: 30px;
}

/*----------------------------------------*/
/*
/*  05. Servicios
/*
/*----------------------------------------*/
.servicios {
	margin-bottom: 0em;
	margin-top: 20px;
	float: left;
	width: 100%;
}

.fh5co-main-service .fh5co-block-links {
	position: relative;
	display: block;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #2e2e2e;
	margin-top: 0;
}

.servicios .icon-circle {
	display: table;
	background: #fff;
	width: 100px;
	height: 100px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.servicios h2 {
	font-size: 24px;
	font-weight: 300;
}

.servicios p {
	color: #7b7b7b;
}

@media (min-width: 768px) {
	servicios {
		margin-bottom: 2em;
		margin-top: 50px;
	}
}


@media (max-width: 767px) {
	.servicios p {
		padding-left: 20%;
		padding-right: 20%;
	}
}
@media (max-width: 500px) {
	.servicios p {
		padding-left: 10%;
		padding-right: 10%;
	}
}

/*----------------------------------------*/
/*
/*  06. Faq
/*
/*----------------------------------------*/

.faqHeader {
	font-size: 27px;
	margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
	font-family: "Glyphicons Halflings";
	content: "\e080";
	/* "play" icon */
	float: right;
	color: #98c849;
	font-size: 18px;
	line-height: 22px;
	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #4D4D4D;
}

.panel-body {
	font-size: 16px;
	padding-left: 28px;
}

.panel-heading h4 {
	font-size: 16px;
	color: var(--color-darkgray);
	font-weight: 500;
	padding: 5px 0 5px 10px
}

.faq {
	margin-top: 40px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}


/*----------------------------------------*/
/*
/*  07. Contact Form / Finiquito
/*
/*----------------------------------------*/

.contactform p {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

.contactform p span {
	font-weight: 700;
}

.contactform form {
	width: 90%;
	margin: 0 auto;
}

.contactform form label,
.calculo-form .ingresar-datos label {
	font-size: 16px;
	font-weight: 500;
}

.contactform form input,
.contactform form textarea,
.calculo-form .ingresar-datos input {
	resize: none;
	outline: none;
	background-color: #F8F8F8;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.form-control:focus {
	border: 2px solid #57585B;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1);
	background-color: #FFFFFF;
}

.contactform form .enviar_btn,
.calculo-form form .calcular_btn,
.imprimir_btn {
	transition: all .2s ease-out;
	background-color: var(--color-darkgray);
	width: 30%;
	margin: 0 auto;
	margin-top: 50px;
	border: none;
	font-family: var(--font-main) !important;
}

.contactform form .enviar_btn:hover,
.calculo-form form .calcular_btn:hover,
.glyphicon-print:hover {
	background-color: #96CA3E;
	border: none;
}

.error {
	font-size: 16px;
	font-weight: 400;
	color: #F03E36;
	float: right;
	margin-top: 5px
}

.result_ok,
.result_ok p {
	float: left;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.glyphicon-ok {
	font-size: 18px;
	font-weight: 300;
	color: #96CA3E;
	padding: 2px 10px 0 0
}

.img-contato img {
	display: none;
	margin: 0 auto;
}

@media (max-width: 450px) {

	.contactform form .enviar_btn,
	.calculo-form form .calcular_btn {
		width: 40%;
	}
}

@media (min-width: 769px) {
	.contactform form {
		margin-top: 70px
	}

	.contactform form {
		width: 60%;
		margin: 0 auto;
		margin-top: 70px;
	}

	.img-contato img {
		display: block
	}
}

/*----------------------------------------*/
/*
/*  08. Finiquito Form
/*
/*----------------------------------------*/

.calculo-form .ingresar-datos {
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}
@media (min-width: 769px) {
	.calculo-form .ingresar-datos {
		width: 60%;
	}
}

.marginResultados {
	margin: 50px 0 100px 0;
}

.calculoResul {
	width: 90%;
	margin: 0 auto;
}

.calculoResul p {
	font-size: 16px;
	text-align: left;
}

.resultadostbl {
	width: 100%;
	font-weight: 400;
}

.resultadostbl .colTxt {
	width: 70%;
}

.resultadostbl tr td {
	font-size: 16px;
	padding: 5px 0;
}

.resultadostbl tr td.resultCalculo p {
	color: #96CA3E !important;
	margin-top: 20px;
}

.result-lineadiv {
	border-bottom: 1px solid #818181
}

.subtotal {
	font-weight: 800;
}

.comentFiniquito {
	padding-top: 100px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.comentFiniquito span {
	font-weight: 600;
}

.glyphicon-print {
	transition: all .2s ease-out;
	background-color: var(--color-darkgray);
	border-radius: 0;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	border-style: none;
	margin-top: 30px;
}


@media (min-width: 600px) {
	.marginResultados {
		margin: 50px 0 150px 0;
	}

	.calculoResul {
		width: 70%;
		/*color:green*/
	}
}

@media (min-width: 1000px) {
	.comentFiniquito {
		width: 90%
	}

	.calculo-form .ingresar-datos {
		width: 80%;
	}

	.lineGreen {
		border-left: 3px solid #96C940;
	}

	.marginResultados {
		margin: 50px 0 150px 0;
	}

	.calculoResul {
		width: 90%;
		/*color:red*/
	}
}

@media (min-width: 1200px) {
	.calculoResul {
		width: 80%;
		/*color:blue*/
	}

	.calculo-form .ingresar-datos {
		width: 70%;
	}
}


/*----------------------------------------*/
/*
/*  09. Footer
/*
/*----------------------------------------*/

#mapa {
	width: 100%;
	height: 350px;
	margin: 40px 0;
}

.copyright {
	margin-top: 6em;
}

.btn-aviso {
	margin-bottom: 20px;
}

.copyright p,
.btn-aviso {
	font-size: 14px
}

.direccion-txt p {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}

.direccion-txt {
	width: 70%;
	margin: 30px auto 0 auto
}

.social {
	font-size: 30px;
	text-align: center;
}

.social a {
	padding: 0 20px;
	font-size: 28px;
	color: var(--color-darkgray);
}

.social a:hover {
	color: #96CA3E
}

@media screen and (max-width: 768px) {
	.heading-section #titleContacto {
		margin-top: 10px;
	}

	#footer .datosdir {
		margin-top: 40px;
	}

	.copyright {
		text-align: center;
		margin-top: 30px;
	}

	.btn-aviso {
		margin-top: -20px;
	}

	.avisoMtpo {
		margin-top: -10px;
	}
}


/*----------------------------------------*/
/*
/*  10. Privacidad
/*
/*----------------------------------------*/
.btn-aviso,
.btn-aviso:visited {
	box-shadow: none;
	background-color: #fff;
	border: none;
	padding: 0;
}

.btn-aviso:focus,
.btn-aviso:active {
	outline: none !important;
}

.btn-aviso:hover {
	color: #96CA3E;
}

#privacidad p {
	font-size: 15px;
	font-weight: 400
}

@media (min-width: 769px) {
	.btn-aviso {
		float: right;
		margin-right: 20px;
	}

	.datosdir {
		margin-top: 6em;
	}

	.copyright p {
		margin-left: 20px;
	}

	.direccion-imagen {
		position: relative
	}

	.direccion-txt {
		position: absolute;
		top: 150px;
		right: 260px;
		background-color: rgba(255, 255, 255, .8);
		width: 33%;
		padding: 20px 5px 0 5px;
		/*border:1px solid red;*/
	}
}

@media (min-width: 1000px) {
	.direccion-txt {
		position: absolute;
		top: 140px;
		right: 110px;
		width: 52%;
	}
}

@media (min-width: 1200px) {
	.direccion-txt {
		position: absolute;
		top: 140px;
		right: 170px;
		width: 45%;
	}
}


/*----------------------------------------*/
/*
/*  11. Botones Flotantes
/*
/*----------------------------------------*/
.whatsapp-btn, .facebook-btn {
	position: fixed;
	right: 3%; /* Espaciado desde el lado derecho */
	border-radius: 50%;
	width: 50px;  
	height: 50px; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	z-index: 1000; 
	
}

.whatsapp-btn {
	bottom: 100px; /* Coloca el botón de WhatsApp a 50px del fondo */
	background-color: #25D366; /* Color de WhatsApp */
}
.facebook-btn {
	bottom: 3%; /* Coloca el botón de Facebook encima del de WhatsApp */
	background-color: #3b5998; /* Color de Facebook */
}

.whatsapp-btn i, .facebook-btn i {
	font-size: 34px;
	color: #fff;
}
.whatsapp-btn i {
  margin-left: 2px;
}
.facebook-btn i {
	font-size: 28px;
	color: #fff;
}
.whatsapp-btn:hover, .facebook-btn:hover {
	text-decoration: none; 
}