@media screen and ( max-width: 950px ) {
.tramite-title {font-size: 20px;}
.tramite-subtitle {font-size: 16px;}
}

@media screen and ( max-width: 850px ) {
.tramite-title {font-size: 18px; line-height: 20px;}
.tramite-subtitle {font-size: 14px;}
}

@media screen and ( max-width: 766px ) {
.tramite-title {font-size: 18px; line-height: 20px; text-align: center;}
.tramite-subtitle {display: none;}
}

@media screen and ( max-width: 500px ) {
.tramite-title {font-size: 14px;}
}

/* @media screen and ( min-width: 700px ) {} */

.tramite {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

.tramite strong { font-weight: 500; }

.tramite a,.tramite  a:hover,.tramite  a:focus {
	color: #de615e;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}


.tramite h1 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    line-height: 50px;
}

.tramite h2 {
	font-size: 30px;
    font-weight: 200;
    line-height: 40px;
}

.tramite h3 {
	font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.tramite .btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #de615e;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.tramite .btn-link-1:hover, .tramite .btn-link-1:focus, .tramite .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.tramite .btn-link-1.btn-link-1-facebook { background: #4862a3; }
.tramite .btn-link-1.btn-link-1-twitter { background: #55acee; }
.tramite .btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.tramite .btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.tramite .btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.tramite .btn-link-2:hover, .tramite .btn-link-2:focus, 
.tramite .btn-link-2:active, .tramite .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.tramite .inner-bg {
    padding: 100px 0 170px 0;
}

.tramite .top-content .description {
	margin: 20px 0 10px 0;
}

.tramite .top-content .description p { opacity: 0.8; }

.tramite .top-content .description a {
	color: #fff;
}
.tramite .top-content .description a:hover, 
.tramite .top-content .description a:focus { border-bottom: 1px dotted #fff; }

.tramite .form-box {
	margin-top: 35px;
}

.tramite .modal-form .modal-header,
.tramite .form-top {
	background: rgba(179, 142 , 93, 0.35);
	padding: 0 25px 15px 25px;
}

.tramite .form-top {
	overflow: hidden;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.tramite .form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.tramite .form-top-left h3 { margin-top: 0; color: #fff; }
.tramite .form-top-left p { opacity: 0.8; color: #fff; }

.tramite .form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

.tramite .modal-form .modal-body,
.tramite .modal-form .modal-footer,
.tramite .form-bottom {
	background: rgba(212, 193, 156, 0.3);
}

.tramite .form-bottom {
	padding: 25px 25px 30px 25px;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.tramite .form-bottom form textarea {
	height: 100px;
}

.tramite .form-bottom form button.btn {
	width: 100%;
}

.tramite .form-bottom form .input-error {
	border-color: #de615e;
}

.tramite .social-login {
	margin-top: 35px;
}

.tramite .social-login h3 {
	color: #fff;
}

.tramite .social-tramite-buttons {
	margin-top: 25px;
}

.tramite .title {
    color: #9D2449;
}

.tramite .title {
	font-weight: 300;
	color: #969696;
}

.tramite .subtitle {
	font-weight: 100;
	color: #808080;
}

.tramite .title,
.tramite .modal-title {
    color: #9D2449;
}

.tramite .hr-title {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	height: 1px;
}

.tramite .label-input {
    height: 50px !important;
	background: #000;
	color:#fff;
	border: 3px solid #000; 
	border-radius: 16px 0 0 16px;
}

.tramite .form-input {
    height: 50px !important;
    background: #fff;
    color: #888;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;	border: 3px solid #000; 
	border-radius: 0 16px 16px 0;
}

.tramite .btn-form {
	opacity: 0.64; 
	border: 3px solid #000; 
	border-radius: 16px;
} 

.tramite .error-inputs {
	border: 3px solid #de615e;
	border-radius: 20px;
}

.tramite .features-box-icon {
	display: inline-block;
	background: /*rgba(0, 0, 0, 0.64)*/ url("../img/icon.png") no-repeat center center;
	background-size:155% 155%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: 4px solid rgb(98, 98, 98);
	font-size: 208px;
	color: #fff;
	line-height: 80px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.tramite .features-box-icon-submit {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 4px solid rgb(98, 98, 98);
	font-size: 36px;
	color: #de615e;
	line-height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.tramite .wrapper { padding-top: 100px !important; }


.tramite .vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

.tramite .modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	max-width: inherit;
	/* For Bootstrap 4 - to avoid the modal window stretching full width */
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events: all;
}
