@charset "utf-8";

/*--------------------------------------------------------
 *  INICIO - Importacion de fuentes
 *--------------------------------------------------------*/
@import url("fontawesome/all.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url("fonts.css");
/*--------------------------------------------------------
 *  FIN - Importacion de fuentes
 *--------------------------------------------------------*/


/*--------------------------------------------------------
 *  INICIO - Base
 *--------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans',sans-serif !important;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin: 0;
}
/*--------------------------------------------------------
 *  FIN - Base
 *--------------------------------------------------------*/


/*--------------------------------------------------------
 *  INICIO - Contenedores
 *--------------------------------------------------------*/
#base-container, header, nav, main, footer {
    width: inherit;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto;
    padding: 0;
    border: 0 none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

nav {
    height: inherit;
    max-height: inherit;
}

header {
    height: 50px;
    max-height: 50px;
    border: 1px solid transparent;
    border-bottom: 1px solid #880000;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.7);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,.7);
    -ms-box-shadow: 0 4px 4px 0 rgba(0,0,0,.7);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.7);
}

footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal !important;
}

.container {
    min-height: inherit;
    height: inherit;
    max-height: inherit;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;/*auto*/
    margin-left: auto !important;/*auto*/
    background: transparent;/*inherit*/
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#header-container {
	margin-top: 50px !important; /*55px !important;*/
/* 	margin-bottom: 55px !important; */
}

#main-container {
	display: flex;
	flex-direction: column;
	margin-top: 32px !important;
}

#main-container,
#header-container {
    width: inherit;
    height: inherit;
}

#main-container .section-base,
#header-container .section-base {
    width: inherit;
    max-width: inherit;
    height: auto;
    margin: 0px;
    padding: 3.8rem 0px;
}

#iframe-main {
	min-height: 640px;
	flex: 1 0 auto;
	border: 0px;
}

section#section-banner-secondary {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden;
}

section#section-banner-secondary img#banner_secondary_tramitab_big {
    display: block;
    padding-top: 32px;
}

section#section-banner-secondary img#banner_secondary_tramitab_small {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.card {
	border: 1px solid rgba(0,0,0,.325);
	box-shadow: 2px 2px 2px rgba(0,0,0,.375) !important;
}
	
.card-header {
	background-color: #F8F9FC !important;
	padding-bottom: 0px;
}

.card-title {
	margin-bottom: 1rem;
	font-weight: 600;
	text-align: center;
	color: #4E73E0;
}

.card-subtitle {
	margin-top: 0px;
	margin-bottom: 0rem;
	color: #8B8B8B;
	font-size: 0.9rem;
	font-weight: 700 !important;
}
/*--------------------------------------------------------
 *  FIN - Contenedores
 *--------------------------------------------------------*/


/*--------------------------------------------------------
 *  INICIO - Formularios
 *--------------------------------------------------------*/
.frm-grp-label-block {
	margin-top: .785rem;
	margin-bottom: -0.785rem;
}

.frm-grp-label-block-inner {
	padding-left: 1rem;
}

.font-field-required {
	font-weight: 600;
}

.asterisk-required {
	color: #dc3545;
	font-size: 1.3rem;
	position: relative;
}

.field-form-required,
.select2-selection.select2-selection--single {
	border: 1px solid #00000099;
}
/*--------------------------------------------------------
 *  FIN - Formularios
 *--------------------------------------------------------*/


/*--------------------------------------------------------
 *  INICIO - Elementos HTML basicos
 *--------------------------------------------------------*/
a,
a:hover {
    text-decoration: none;
}

br {
    margin-bottom: 5px;
}

hr.separator {
    border: 0;
    width: calc(100vw - 50%);
    height: 1px;
    margin-top: 1rem;/*35px*/
    margin-bottom: 1rem;/*35px*/
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #B7C4C6, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #B7C4C6, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #B7C4C6, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #B7C4C6, #f0f0f0);
}

hr.separator-menu {
    border: 0;
    width: 8px;
    height: 1px;
    margin-top: 20px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

hr.block-separator {
    margin-top: -20px;
    padding-top: 2px;
    width: 50px;
    margin-left: 0px;
}

hr.footer-block-separator {
    margin-top: -7px;
    padding-top: 1px;
    width: 50px;
    margin-left: 0px;
}
/*--------------------------------------------------------
 *  FIN - Elementos HTML basicos
 *--------------------------------------------------------*/


/*--------------------------------------------------------
 *  INICIO - Titulo, subtitulos y contenido
 *--------------------------------------------------------*/
 /*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "metropolis-semibold", sans-serif;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}*/

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-uppercase {
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
}

.welcome-title,
.content-title {
    font-family: "domine-bold", sans-serif;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.03rem;
    margin-top: .6rem;
    margin-bottom: 3.2rem;
}

.welcome-title {
    /*color: #BC955B;*/
    /*text-shadow: -1px 1px #000000;*/
    text-shadow: 0.01rem 0.0325rem #000;
}

.content-welcome-title {
    font-size: 1.3rem;
    margin-bottom: 1.4rem;
    letter-spacing: 0.0535rem;
}

.content-welcome-text {
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    /*color:rgba(0, 0, 0, 0.95);*/
}

.content-welcome-text2 {
    font-size: 1rem;
    margin-bottom: 0.825rem;
}

.content-welcome-social-network {
    font-size: 2rem;
}

.content-title {
    font-size: 2.2rem;
    font-weight: bold;/*600*/
    /*letter-spacing: .1rem;
    padding: 0 6px;*/
}

.content-text {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;/*1rem*/
    letter-spacing: 0.03rem;/*.05rem*/
    /*padding: 10px;*/
    line-height: 1.6;
}
/*--------------------------------------------------------
 *  FIN - Titulo, subtitulos y contenido
 *--------------------------------------------------------*/


/*--------------------------------------------------------
 *  INICIO - PopupInfo
 *--------------------------------------------------------*/
.popup-info {
	display: none;
	position: absolute;
	top: 28px;
	left: 30px;
	z-index: 99;
	max-width: 350px;
	padding: .735rem;
	border: 1px solid #000;
	border-radius: 7px;
	background-color: #f5f5dc;
	box-shadow: 2px 2px 2px rgb(0, 0, 0) !important;
}

.popup-info p {
	margin-bottom: 0px;
}

.popup-info-open {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*--------------------------------------------------------
 *  FIN - PopupInfo
 *--------------------------------------------------------*/


/*--------------------------------------------------------
 *  INICIO - Colores y fondos
 *--------------------------------------------------------*/
.bg-color-1001 {
    background: #fff !important;
}

.bg-color-1002 {
    background: #fffef8 !important;
}

.bg-color-1004 {
    background: #fcf8f88a !important;
}

.bg-color-1005 {
    background: #ffffff80 !important;
}

.bg-color-1006 {
    background: #f1f1f1 !important;
}

.bg-color-1007 {
    background: #eeeeee !important;
}

.bg-color-2001 {
    background: #9d2449 !important;
}

.bg-color-2002 {
    background: #A31E25 !important;
}

.bg-color-5005 {
    background: #0a613c !important;
}

.bg-color-5009 {
    background: #004427 !important;
}

.bg-color-7005 {
    background: #5c095c !important;
}

.bg-color-7009 {
    background: #400040 !important;
}

.bg-color-9002 {
    background: #2E3134 !important;
}

.bg-color-9003 {
    background: #2D2D2D !important;
}

.bg-color-9005 {
    background: #222121 !important;
}

.bg-color-9008 {
    background: #111111 !important;
}



.f-color-1001 {
    color: #fff !important;
}

.f-color-1007 {
    color: #887f7f !important;
}

.f-color-1008 {
    color: #555555 !important;
}

.f-color-2001 {
    color: #9d2449 !important;
}

.f-color-3001 {
    color: #bc955b !important;
}

.f-color-9000 {
    color: #000000 !important;
}

.f-color-9005 {
    color: #000000f2 !important;
}

.f-color-9006 {
    color: #2c2f33 !important;
}



.bg-image-pink-white-polygon {
    background-image: url('../images/banner/fondo_tramitab_poligonal_rosa_blanco_lg.svg');
    background-size: cover;
}

.bg-image-pink-polygon {
    background-image: url('../images/banner/fondo_tramitab_poligonal_rosa_lg.svg');
    background-size: cover;
}

/*--------------------------------------------------------
 *  FIN - Colores y fondos
 *--------------------------------------------------------*/
 
.page-title {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 40px;
	background: #b38e5d;
	margin-top: 0 !important;
	padding-bottom: 15px;
	padding-top: 50px;
	padding-left: 20px;
	font-size: 30px !important;
	font-weight: 700;
}

.page-subtitle {
	font-weight: 700;
	font-size: 1.735rem;
}

/*--------------------------------------------------------
 *  INICIO - Sección de bienvenida de inicio
 *--------------------------------------------------------*/
.cnt-main-welcome-home {
	display: flex;
	flex-direction: column;
	
	height: 100vh;
}

.cnt-title-welcome-home {
	flex: 0 0 auto;/*1 0 auto;*/
	text-align: center;
	padding-top: 40px;
}

.style-title-welcome-home {
	color: #9D2449;
	font-weight: bold;
	font-size: 2.5rem;
}

.cnt-btn-welcome-home {
	flex: 1 0 auto;
	display: flex;
	justify-content: center;
	min-height: 140px;
	
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 20px;
}

.btn-welcome-home {
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px solid;
	border-radius: 14px;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	width: 300px;
	height: 300px;
	margin: 10px 10px;
}

.btn-welcome-home:hover {
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.btn-welcome-home:focus {
	border: none;
	outline: none;
}

.body-welcome-home {
	background-image: url(../../imagenes/logo_escudo_marca_de_agua.svg) !important;
	background-repeat: no-repeat;
	background-color: #fff !important;
}

@media (max-width: 832px) {
	.body-welcome-home {
		background-image: none !important;
	}
}

@media (max-width: 800px) {
	.style-title-welcome-home {
		font-size: 2.2rem;
	}
	
	.btn-welcome-home {
		width: 260px;
	}
}

@media (max-width: 414px) {
	.style-title-welcome-home {
		font-size: 2rem;
	}
	
	.btn-welcome-home {
		width: 240px;
	}
}
 /*--------------------------------------------------------
 *  FIN - Sección de bienvenida de inicio
 *--------------------------------------------------------*/