/*** RESE ***/
body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, a, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

li, img { vertical-align: top; }

*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box }::after,::before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box }

/*** FUNC ***/
html, body {
	font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
}

a {	text-decoration: none; }

/*** SCRO ***/
::-webkit-scrollbar { width: 10px; }
::-moz-scrollbar { width: 10px; }
::-o-scrollbar { width: 10px; }

::-webkit-scrollbar-track { background: #fff; }
::-moz-scrollbar-track { background: #fff; }
::-o-scrollbar-track { background: #fff; }

::-webkit-scrollbar-thumb { background: #e00000; }
::-moz-scrollbar-thumb { background: #e00000; }
::-o-scrollbar-thumb { background: #e00000; }

/*** SCRO GOTO ***/
.scro_goto {
	width: 45px;
	height: 45px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 150%;
	right: 10px;
	bottom: 10px;
	background: rgba(217,35,45,0.8);
	display: none;
	position: fixed;
	cursor: pointer;
	z-index: 99;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.scro_goto:hover {
	background: rgba(30,46,66,0.8);
}

/*** WRAP ***/
.wrap {
	width: 100%;
}

/*** HEAD ***/
.head_wrap {
	width: 100%;
	float: left;
}

.head_loin {
	width: 100%;
	padding: 0.5% 0;
	float: left;
}

.head_loin_logo {
	width: 450px;
	float: left;
}

.head_loin_logo img {
	width: 100%;
}

.head_loin_info {
	width: calc(100% - 450px);
	float: right;
}

.head_loin_info_cont {
	float: right;
}

.head_loin_info_cont {
	width: 100%;
	float: left;
	position: relative;
}

.head_loin_info_cont ul {
    width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.head_loin_info_cont li {
	border-left: 1px dotted #67686a;
	padding: 0 15px;
	display: inline-block;
}

.head_loin_info_cont li:first-child {
	padding-left: 0;
	border-left: 0px dotted #67686a;
}

.head_loin_info_cont li:last-child {
	padding-right: 0;
}

.head_loin_info_cont_icon {
    width: 35px;
	height: 35px;
    font-size: 20px;
	color: #fff;
    text-align: center;
	line-height: 150%;
	background: #ff0000;
    border: 2px solid #E6E6E6;
	float: left;
    transition: all 0.3s ease 0s;
}

.head_loin_info_cont li:hover .head_loin_info_cont_icon {
	color: #fff;
}

.head_loin_info_cont_titu {
	font-size: 14px;
	color: #444;
	line-height: 210%;
	margin-left: 5px;
	float: left;
    transition: all 0.3s ease 0s;
}

.head_loin_info_cont_titu:hover {
	color: #ff0000;
}


.head_loin_info_menu {
    margin-top: 10px;
	float: right;
}

/*** TITU ***/
.titu_wrap {
	width: 100%;
	padding: 5% 0 3% 0;
	background: url('../imagenes/titu_wrap_back.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	position: relative;
}

.titu_wrap::before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: rgba(30,46,66,0.9);
	position: absolute;
}

.titu_head {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

.titu_head h1 {
	width: 100%;
    font-family: 'Poppins', sans-serif;
	font-size: 44px;
	color: #fff;
	text-align: left;	
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 50px;
	float: left;
	position: relative;
}

.titu_head h1::before {
    content: '';
    width: 40px;
    height: 2px;
    left: 0;
	bottom: 45%;
	background: #ff2c34;
    position: absolute;
}

.titu_head_titu {
	width: 100%;
    font-family: 'Poppins', sans-serif;
	font-size: 44px;
	color: #fff;
	text-align: left;	
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 50px;
	float: left;
	position: relative;
}

.titu_head_titu::before {
    content: '';
    width: 40px;
    height: 2px;
    left: 0;
	bottom: 45%;
	background: #ff2c34;
    position: absolute;
}

.titu_head_subt {
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	float: left;
}

.titu_head_subt p {
	margin: 0;
}

.titu_miga {
	width: auto;
	padding-left: 50px;
	margin-top: 5px;
    float: left;
	position: relative;
}

.titu_miga_list {
	width: 100%;
    float: left;
	position: relative;
}

.titu_miga_list ul {
	width: 100%;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.titu_miga_list li {
	font-size: 14px;
    color: #fff;
    font-weight: 500;
	display: inline-block;
	position: relative;
}

.titu_miga_list li::after {
	content: '\f105';
    font-family: 'FontAwesome';
	color: #ff2c34;
	margin: 0 10px;
}

.titu_miga_list li:last-child::after {
	display: none;
}

.titu_miga_list li a {
	color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.titu_miga_list li a:hover {
	color: #ff2c34;
	text-decoration: none;
}

/*** SLID IMAG ***/
.slid_main_wrap {
	width: 100%;
	float: left;
}

.slid_main_imag {
	width: 100%;
	float: left;
}

.slid_main_imag_enla {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

/*** NOSO INIC ***/
.noso_inic_wrap {
	width: 100%;
    padding: 8% 0 5% 0;
    background: #f7f7f7;
	float: left;
}

.noso_inic_head {
	width: 100%;
	float: left;
	position: relative;
}

.noso_inic_head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    color: #7b8697;
    font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 10px;
    top: -80px;
    opacity: 0.1;
    position: absolute;
}

.noso_inic_head h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #ff0000;
    text-align: left;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
	position: relative;
}

.noso_inic_head h3:after {
    content: '';
    width: 40px;
    height: 2px;
    background: url('../imagenes/noso_inic_head_h3_afte.png');
    left: 0;
    bottom: -10px;
    position: absolute;
}

.noso_inic_sec1 {
	width: 32%;
	float: left;
}

.noso_inic_sec1_info {
	width: 100%;
	float: left;
}

.noso_inic_sec1_info_deta {
	width: 100%;
	font-size: 15px;
	color: #444;
	text-align: justify;
    line-height: 150%;
	float: left;
}

.noso_inic_sec1_info_deta h2 {
	width: 100%;
	font-size: 15px;
	color: #444;
	font-weight: 600;
	margin: 10px 0;
	float: left;
}

.noso_inic_sec1_info_deta ul {
	width: 100%;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}

.noso_inic_sec1_info_deta li {
	width: 100%;
	padding-left: 20px;
	margin-bottom: 4px;
	float: left;	
	position: relative;
}

.noso_inic_sec1_info_deta li:before {
    content: '\f141';
    font-family: "FontAwesome";
    font-size: 16px;
    color: #ff0000;
    font-weight: 900;
    line-height: 25px;
    top: 0;
    left: 0;
    position: absolute;
}

.noso_inic_sec2 {
	width: 30%;
	margin: 2% 5% 0 5%;
	float: left;
}

.noso_inic_sec2_medi {
	width: 100%;
	float: left;
}

.noso_inic_sec2_medi_foto {
	width: 100%;
	padding: 3%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
	float: left;
}

.noso_inic_sec2_medi_foto img {
	width: 100%;
}

.noso_inic_sec3 {
	width: 28%;
	float: right;
}

.noso_inic_sec3_secc {
	width: 100%;
	float: left;
}

.noso_inic_sec3_secc_list {
	width: 100%;
	float: left;
}

.noso_inic_sec3_secc_list ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.noso_inic_sec3_secc_list li {
	width: 100%;
	margin-bottom: 25%;
	float: left;
}

.noso_inic_sec3_secc_list li:last-child {
	margin-bottom: 0;
}

.noso_inic_sec3_secc_list_elem {
	width: 100%;
	padding: 10%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
	float: left;
}

.noso_inic_sec3_secc_list_elem_medi {
	width: 100px;
	margin-left: calc(50% - 50px);
	float: left;
}

.noso_inic_sec3_secc_list_elem_medi_foto {
	width: 100%;
	padding: 20px;
	margin-top: -90%;
	background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
	float: left;
}

.noso_inic_sec3_secc_list_elem_medi_foto img {
	width: 100%;
}

.noso_inic_sec3_secc_list_elem_info {
	width: 100%;
	float: left;
}

.noso_inic_sec3_secc_list_elem_info h3 {
    width: 100%;
    font-family: 'Poppins', cursive;
    font-size: 20px;
    color:  #1e2e42;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    float: left;
}

.noso_inic_sec3_secc_list_elem_info_deta {
    width: 100%;
    font-size: 15px;
    color: #444;
    text-align: center;
    line-height: 150%;
    float: left;
}

/*** SERV INIC ***/
.serv_inic_wrap {
	width: 100%;
	padding: 8% 0 5% 0;
	background: url('../imagenes/serv_inic_wrap_back.png');
	float: left;
}

.serv_inic_head {
	width: 100%;
	float: left;
	position: relative;
}

.serv_inic_head h2 {
	width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    color: #7b8697;
	text-align: center;
    font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 10px;
    top: -80px;
    opacity: 0.1;
    position: absolute;
}

.serv_inic_head h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #ff0000;
	text-align: center;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
	position: relative;
}

.serv_inic_head h3:after {
    content: '';
    width: 40px;
    height: 2px;
    background: url('../imagenes/noso_inic_head_h3_afte.png');
    left: 50%;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.serv_inic_list {
	width: 100%;
	margin-top: 3%;
	float: left;
}

.serv_inic_list ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.serv_inic_list li {
	width: 100%;
	float: left;
}

.serv_inic_list_elem {
	width: 100%;
	float: left;
	overflow: hidden;
}

.serv_inic_list_elem_medi {
	width: 50%;
	float: left;
}

.serv_inic_list_elem_medi_foto {
	width: 100%;
	float: left;
	position: relative;
}

.serv_inic_list_elem_medi_foto::after {
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,0,0,0);
	position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.serv_inic_list li:hover .serv_inic_list_elem_medi_foto::after {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.05);
}

.serv_inic_list_elem_medi_foto img {
	width: 100%;
    vertical-align: middle;
}

.serv_inic_list li:nth-child(odd) .serv_inic_list_elem_medi {
	float: left;
}

.serv_inic_list li:nth-child(even) .serv_inic_list_elem_medi {
	float: right;
}

.serv_inic_list_elem_info {
    width: 50%;
    min-height: 448px;
	padding: 0 5%;
    position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: center;
}

.serv_inic_list li:nth-child(odd) .serv_inic_list_elem_info {
	float: right;
}

.serv_inic_list li:nth-child(even) .serv_inic_list_elem_info {
	float: left;
}

.serv_inic_list_elem_info_icon {
	width: 100%;
	font-size: 50px;
	color: #FF0000;	
	text-align: center;
	float: left;
}

.serv_inic_list_elem_info h2 {
	width: 100%;
	font-family: 'Poppins', cursive;
	font-size: 25px;
	color: #1E2E42;
	text-align: center;
	font-weight: 500;
	line-height: 120%;
	margin-top: 10px;
	float: left;
}

.serv_inic_list_elem_info_deta {
	width: 100%;
	font-size: 15px;
	color: #444;	
	text-align: center;
	line-height: 135%;
    letter-spacing: 1px;
	float: left;
}

/*** TRAB ITEM ***/
.trab_item_wrap {
	width: 100%;
	float: left;
}

.trab_item_info {
    width: 100%;
    padding: 5% 10%;
    float: left;
}

.trab_item_info_sec1 {
	width: 30%;
	float:left;
}

.trab_item_info_sec1_head {
	width: 100%;
	float:left;
}

.trab_item_info_sec1_head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #ff0000;
    text-align: left;
	font-weight: 400;
	line-height: 120%;
    position: relative;
}

.trab_item_info_sec1_head h2 span {
	font-weight: 600;
}

.trab_item_info_sec1_head h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: url('../imagenes/noso_inic_head_h3_afte.png');
    left: 0;
    bottom: -10px;
    position: absolute;
}

.trab_item_info_sec1_info {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.trab_item_info_sec1_info_deta {
	width: 100%;
	font-size: 15px;
	color: #444;
	text-align: justify;
    line-height: 150%;
	float: left;
}

.trab_item_info_sec1_info_deta ul {
	width: 100%;
	margin-top: 0;
	list-style-image: url('../imagenes/main_deta_li.png');
	float: left;
}

.trab_item_info_sec2 {
	width: 62%;
	float: right;
}

.trab_item_info_sec2_form {
    width: 100%;
	margin-top: 40px;
    float:left;
}

.trab_item_info_sec2_form_secc {
	width:49%;
	margin-bottom:20px;
	float:left;
}

.trab_item_info_sec2_form_secc:nth-child(1) {
	float:left;
}

.trab_item_info_sec2_form_secc:nth-child(2) {
	float:right;
}

.trab_item_info_sec2_form_secc:nth-child(3) {
	float:left;
}

.trab_item_info_sec2_form_secc:nth-child(4) {
	float:right;
}

.trab_item_info_sec2_form_secc:nth-child(5) {
	float:left;
}

.trab_item_info_sec2_form_secc:nth-child(6) {
	float:right;
}

.trab_item_info_sec2_form_secc:nth-child(7) {
	float:left;
}

.trab_item_info_sec2_form_secc:nth-child(8) {
	float:right;
}

.trab_item_info_sec2_form_secc:nth-child(9) {
	margin-bottom:0;
	float:left;
}

.trab_item_info_sec2_form_secc:nth-child(10) {
	margin-bottom:0;
	float:right;
}

.trab_item_info_sec2_form_secc_labe {
	width:100%;
	font-size:14px;
	color:#29315a;
	text-align:left;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:5px;
	float:left;
}

.trab_item_info_sec2_form_secc_labe span {
	font-size:12px;
	color:#29315a;
	font-weight:400;
	text-transform: none;
}

.trab_item_info_sec2_form_secc_inpu {
	width:100%;
	height:40px;
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#656565;
	padding:10px 10px;
	background:rgba(255,255,255,0.3);
    border:1px solid #dcdcdc;
	float:right;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.trab_item_info_sec2_form_secc_inpu:focus {
	color:#fff;
	background:#e4322b;
}

.trab_item_info_sec2_form_secc_text {
	width:100%;
	height:100px;
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#656565;
	padding:10px 10px;
	background:rgba(255,255,255,0.3);
    border:1px solid #dcdcdc;
	float:left;
	resize:none;
	outline:none;
    transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.trab_item_info_sec2_form_secc_text:focus {
	color:#fff;
	background:#e4322b;
}

.trab_item_info_sec2_form_secc_envi {
	font-family:'Poppins', sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:600;
	line-height:40px;
	padding:2px 60px;
	background:#1e2e42;
	border:0;
	float:right;
	cursor:pointer;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.trab_item_info_sec2_form_secc_envi:hover {
	background:#ff0000;
}

/*** CONT ITEM ***/
.cont_item_wrap {
	width: 100%;
	float: left;
}

.cont_item_info {
    width: 100%;
    padding: 5% 10%;
    float: left;
}

.cont_item_info_sec1 {
	width: 30%;
	float:left;
}

.cont_item_info_sec1_head {
	width: 100%;
	float:left;
}

.cont_item_info_sec1_head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #ff0000;
    text-align: left;
	font-weight: 400;
	line-height: 120%;
    position: relative;
}

.cont_item_info_sec1_head h2 span {
	font-weight: 600;
}

.cont_item_info_sec1_head h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: url('../imagenes/noso_inic_head_h3_afte.png');
    left: 0;
    bottom: -10px;
    position: absolute;
}

.cont_item_info_sec1_info {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.cont_item_info_sec1_info_deta {
	width: 100%;
	font-size: 15px;
	color: #444;
	text-align: justify;
    line-height: 150%;
	float: left;
}

.cont_item_info_sec1_info_deta ul {
	width: 100%;
	margin-top: 0;
	list-style-image: url('../imagenes/main_deta_li.png');
	float: left;
}

.cont_item_info_sec2 {
	width: 62%;
	float: right;
}

.cont_item_info_sec2_form {
    width: 100%;
	margin-top: 40px;
    float:left;
}

.cont_item_info_sec2_form_secc {
	width:49%;
	margin-bottom:20px;
	float:left;
}

.cont_item_info_sec2_form_secc:nth-child(1) {
	float:left;
}

.cont_item_info_sec2_form_secc:nth-child(2) {
	float:right;
}

.cont_item_info_sec2_form_secc:nth-child(3) {
	float:left;
}

.cont_item_info_sec2_form_secc:nth-child(4) {
	float:right;
}

.cont_item_info_sec2_form_secc:nth-child(5) {
	float:left;
}

.cont_item_info_sec2_form_secc:nth-child(6) {
	width:100%;
	float:left;
}

.cont_item_info_sec2_form_secc:nth-child(7) {
	margin-bottom:0;
	float:left;
}

.cont_item_info_sec2_form_secc:nth-child(8) {
	margin-bottom:0;
	float:right;
}

.cont_item_info_sec2_form_secc_labe {
	width:100%;
	font-size:14px;
	color:#29315a;
	text-align:left;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:5px;
	float:left;
}

.cont_item_info_sec2_form_secc_inpu {
	width:100%;
	height:40px;
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#656565;
	padding:10px 10px;
	background:rgba(255,255,255,0.3);
    border:1px solid #dcdcdc;
	float:right;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.cont_item_info_sec2_form_secc_inpu:focus {
	color:#fff;
	background:#e4322b;
}

.cont_item_info_sec2_form_secc_text {
	width:100%;
	height:100px;
	font-family:'Lato', sans-serif;
	font-size:14px;
	color:#656565;
	padding:10px 10px;
	background:rgba(255,255,255,0.3);
    border:1px solid #dcdcdc;
	float:left;
	resize:none;
	outline:none;
    transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.cont_item_info_sec2_form_secc_text:focus {
	color:#fff;
	background:#e4322b;
}

.cont_item_info_sec2_form_secc_envi {
	font-family:'Poppins', sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:600;
	line-height:40px;
	padding:2px 60px;
	background:#1e2e42;
	border:0;
	float:right;
	cursor:pointer;
	outline:none;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
}

.cont_item_info_sec2_form_secc_envi:hover {
	background:#ff0000;
}

/*** FOOT ***/
.foot_wrap {
	width: 100%;
	background: #1e2e42;
	float: left;
}

.foot_cont {
	width: 100%;
	padding: 5% 5% 3% 5%;
	float: left;
}

.foot_cont_list {
	width: 100%;
	float: left;
}

.foot_cont_list ul {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.foot_cont_list li {
	width: 22%;
	margin: 0 1%;
    display: inline-block;
}

.foot_cont_list_elem {
	width: 100%;
	float: left;
}

.foot_cont_list_elem_icon {
	width: 70px;
	height: 70px;
	font-size: 30px;
	color: #ff0000;
	text-align: center;
	line-height: 200%;
	margin-left: calc(50% - 35px);
	background: #fff;
	border: 4px solid rgba(255,255,255,0.9);
	float: left;
	position: relative;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.foot_cont_list li:hover .foot_cont_list_elem_icon {
	color: #ff0000;
	background: #fff;
}

.foot_cont_list_elem h3 {
	width: 100%;
	font-size: 13px;
	color: #a7a7a7;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}

.foot_cont_list_elem_info {
	width: 100%;
	float: left;
}

.foot_cont_list_elem_info_elem {
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	float: left;
	position: relative;
}

.foot_rede {
	width: 100%;
	padding: 3% 3%;
	float: left;
}

.foot_rede_head {
	width: 100%;
	float: left;
}

.foot_rede_head h4 {
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
	position: relative;
}

.foot_rede_head h4::after {
	content: '';
	width: 10%;
	height: 1px;
	left: 45%;
	bottom: -10px;
	border-top: 1px dotted #fff;
	position: absolute;
}

.foot_rede_list {
	width: 100%;
	margin-top: 30px;
	float: left;
}

.foot_rede_list ul {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.foot_rede_list li {
	width: 42px;
	height: 42px;
	font-size: 40px;
	text-align: center;
	margin: 0 5px;
	display: inline-block;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.foot_rede_list li:first-child {
	margin-left: 0;
}

.foot_rede_list li:last-child {
	margin-right: 0;
}

.foot_rede_list li a {
	color: #fff;
	display: block;
}

.foot_rede_list li a:hover {
	color: #e21d1d;
}

.foot_cred {
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 2% 5%;
	background: #ff0000;
	float: left;
}

/*** COMU ***/
.comu_widt_marg_auto {
	max-width:  1280px;
	margin:  0 auto;
}

/*** SWAL ALERT ***/
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 22px !important;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 16px !important;
    color: #606060 !important;
    line-height: 130% !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	font-size: 15px !important;
    background-color: #ff0000 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
	box-shadow:0 0 0 3px rgba(0,0,0,0.1) !important
} 

/*** ADDO ***/
.addo_clea_both {
	width: 100%;
	clear: both;
}

/*** MEDI QUER ***/
@media (max-width: 767px) {

	/*** HEAD ***/
	.head_loin {
		padding: 2% 0;
	}
	
	.head_loin_logo {
		width: 80%;
		margin: 0 10%;
	}

	.head_loin_info {
		width: 100%;
	}

	.head_loin_info_cont ul {
		text-align: center;
	}

	.head_loin_info_cont_titu { display: none; }

	.head_loin_info_menu {
		width: 100%;
		margin-top: -45px;
		position: relative;
	}

	/*** TITU ***/
	.titu_head {
		padding-right: 20%;
	}
	
	.titu_head h1 {
		font-size: 28px;
		line-height: 120%;
	}
	
	.titu_head_titu {
		font-size: 28px;
		line-height: 120%;
	}

	/*** SLID IMAG ***/
	#kenburns_063 {
		height: auto !important;
	}

	.kenburns_063_slide {
		width: 70% !important;
		top: 25% !important;
		left: 5% !important;
	}

	.kenburns_063_slide>h1 {
		font-size: 26px !important;
	}

	.kenburns_063_slide>h2 {
		font-size: 26px !important;
	}

	/*** NOSO INIC ***/
	.noso_inic_wrap {
		padding: 25% 5%;
	}

	.noso_inic_head h2 {
		font-size: 46px;
		letter-spacing: 5px;
	}
	
	.noso_inic_head h3 {
		font-size: 26px;
		transform: translateY(-110%);
		-webkit-transform: translateY(-110%);
	}

	.noso_inic_sec1 {
		width: 100%;
		margin-top: -8%;
	}

	.noso_inic_sec2 {
		width: 100%;
		margin: 0;
		margin-top: 10px;
	}

	.noso_inic_sec3 {
		width: 100%;
		margin-top: 18%;
	}

	/*** SERV INIC ***/
	.serv_inic_head h2 {
		font-size: 46px;
		letter-spacing: 5px;
	}
	
	.serv_inic_head h3 {
		font-size: 26px;
		transform: translateY(-110%);
		-webkit-transform: translateY(-110%);
	}

	.serv_inic_list_elem_medi {
		width: 100%;
	}

	.serv_inic_list_elem_info {
		width: 100%;
		min-height: auto;
		padding: 8% 5%;
	}

	/*** TRAB ITEM ***/
	.trab_item_info {
		padding: 5% 5%;
	}

	.trab_item_info_sec1 {
		width: 100%;
	}
	
	.trab_item_info_sec1_head h2 {
		font-size: 28px;
	}

	.trab_item_info_sec2 {
		width: 100%;
		margin-top: 5%;
	}

	.trab_item_info_sec2_form {
		margin-top: 0;
	}

	.trab_item_info_sec2_form_secc:nth-child(7) {
		width: 100%;
	}

	.trab_item_info_sec2_form_secc:nth-child(8) {
		width: 100%;
	}
	
	.trab_item_info_sec2_form_secc:nth-child(9) {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.trab_item_info_sec2_form_secc:nth-child(10) {
		width: 100%;
		margin-bottom:0;
	}

	.trab_item_info_sec2_form_secc_envi {
		width: 100%;
		font-size: 17px;
		padding: 5px 60px;
	}	

	/*** CONT ITEM ***/
	.cont_item_info {
		padding: 5% 5%;
	}

	.cont_item_info_sec1 {
		width: 100%;
	}

	.cont_item_info_sec1_head h2 {
		font-size: 28px;
	}

	.cont_item_info_sec2 {
		width: 100%;
		margin-top: 5%;
	}

	.cont_item_info_sec2_form {
		margin-top: 0;
	}

	.cont_item_info_sec2_form_secc:nth-child(6) {
		width: 100%;
	}
	
	.cont_item_info_sec2_form_secc:nth-child(7) {
		width: 100%;
		margin-bottom: 0;
	}
	
	.cont_item_info_sec2_form_secc_envi {
		width: 100%;
		font-size: 17px;
		padding: 5px 60px;
	}

	/*** FOOT ***/
	.foot_cont {
		padding: 8% 5%;
	}
	
	.foot_cont_list li {
		width: 100%;
		margin: 0;
		margin-bottom: 10%;
	}

	.foot_cont_list li:last-child {
		margin-bottom: 0;
	}

	.foot_cont_list_elem_icon {
		width: 60px;
		height: 60px;
		font-size: 30px;
		line-height: 175%;
		margin-left: calc(50% - 30px);
	}
	
	.foot_cont_list_elem_info_elem {
		font-size: 15px;
	}

	.foot_rede {
		padding: 3% 3% 8% 3%;
	}

	.foot_cred {
		padding: 4% 3%;
	}

}

@media (min-width: 768px) and (max-width: 992px) {

	/*** HEAD ***/
	.head_loin {
		padding: 2% 0;
	}
	
	.head_loin_logo {
		width: 35%;
		position: relative;
		z-index: 1;
	}

	.head_loin_info {
		width: 100%;
		margin-top: -5%;
	}

	.head_loin_info_cont ul {
		text-align: center;
	}

	.head_loin_info_cont_titu { display: none; }

	.head_loin_info_menu {
		width: 100%;
		margin-top: -45px;
		position: relative;
	}

	/*** TITU ***/
	.titu_head {
		padding-right: 20%;
	}
	
	.titu_head h1 {
		font-size: 28px;
		line-height: 120%;
	}
	
	.titu_head_titu {
		font-size: 28px;
		line-height: 120%;
	}

	/*** SLID IMAG ***/
	#kenburns_063 {
		height: 300px !important;
	}

	.kenburns_063_slide {
		width: 70% !important;
		top: 25% !important;
		left: 5% !important;
	}

	.kenburns_063_slide>h1 {
		font-size: 26px !important;
	}

	.kenburns_063_slide>h2 {
		font-size: 26px !important;
	}

	/*** NOSO INIC ***/
	.noso_inic_wrap {
		padding: 12% 5%;
	}

	.noso_inic_head h2 {
		font-size: 46px;
		letter-spacing: 5px;
	}
	
	.noso_inic_head h3 {
		font-size: 26px;
		transform: translateY(-110%);
		-webkit-transform: translateY(-110%);
	}

	.noso_inic_sec1 {
		width: 100%;
		margin-top: -3%;
	}

	.noso_inic_sec2 {
		width: 70%;
		margin: 0 15%;
		margin-top: 10px;
	}

	.noso_inic_sec3 {
		width: 100%;
		margin-top: 18%;
	}

	.noso_inic_sec3_secc_list li {
		width: 48%;
		margin-bottom: 5%;
	}

	.noso_inic_sec3_secc_list li:nth-child(odd) {
		float: left;
		clear: left;
	}
	
	.noso_inic_sec3_secc_list li:nth-child(even) {
		float: right
	}
	
	/*** SERV INIC ***/
	.serv_inic_head h2 {
		font-size: 46px;
		letter-spacing: 5px;
	}
	
	.serv_inic_head h3 {
		font-size: 26px;
		transform: translateY(-110%);
		-webkit-transform: translateY(-110%);
	}

	.serv_inic_list {
		padding: 0 5%;
	}
	
	.serv_inic_list_elem_medi {
		width: 100%;
	}

	.serv_inic_list_elem_info {
		width: 100%;
		min-height: auto;
		padding: 8% 5%;
	}

	/*** TRAB ITEM ***/
	.trab_item_info {
		padding: 5% 5%;
	}

	.trab_item_info_sec1 {
		width: 100%;
	}
	
	.trab_item_info_sec1_head h2 {
		font-size: 28px;
	}

	.trab_item_info_sec2 {
		width: 100%;
		margin-top: 5%;
	}

	.trab_item_info_sec2_form {
		margin-top: 0;
	}

	/*** CONT ITEM ***/
	.cont_item_info {
		padding: 5% 5%;
	}

	.cont_item_info_sec1 {
		width: 100%;
	}

	.cont_item_info_sec1_head h2 {
		font-size: 28px;
	}

	.cont_item_info_sec2 {
		width: 100%;
		margin-top: 5%;
	}

	.cont_item_info_sec2_form {
		margin-top: 0;
	}

	/*** FOOT ***/
	.foot_cont {
		padding: 5% 5%;
	}
	
	.foot_cont_list li {
		width: 100%;
		margin: 0;
		margin-bottom: 5%;
	}

	.foot_cont_list li:last-child {
		margin-bottom: 0;
	}

	.foot_cont_list_elem_icon {
		width: 60px;
		height: 60px;
		font-size: 30px;
		line-height: 175%;
		margin-left: calc(50% - 30px);
	}
	
	.foot_cont_list_elem_info_elem {
		font-size: 15px;
	}

	.foot_rede {
		padding: 3% 3% 8% 3%;
	}

	.foot_cred {
		padding: 2.5% 3%;
	}

}

@media (orientation: landscape) {

}

@media (orientation: portrait) {

}

@media (min-width: 1792px) {

	/*** SCRO ***/
	::-webkit-scrollbar { width: 13px; }
	::-moz-scrollbar { width: 13px; }
	::-o-scrollbar { width: 13px; }

	/*** SCRO GOTO ***/
	.scro_goto {
		width: 60px;
		height: 60px;
		font-size: 40px;
		right: 13px;
		bottom: 13px;
		display: none;
	}

	/*** HEAD ***/
	.head_loin_logo {
		width: 600px;
	}

	.head_loin_info {
		width: calc(100% - 600px);
	}

	.head_loin_info_cont ul {
		padding: 0;
		margin: 0;
	}

	.head_loin_info_cont li {
		border-left: 1px dotted #67686a;
		padding: 0 20px;
	}

	.head_loin_info_cont li:first-child {
		padding-left: 0;
		border-left: 0px dotted #67686a;
	}

	.head_loin_info_cont li:last-child {
		padding-right: 0;
	}

	.head_loin_info_cont_icon {
		width: 47px;
		height: 47px;
		font-size: 27px;
		border: 2px solid #E6E6E6;
	}

	.head_loin_info_cont_titu {
		font-size: 19px;
		margin-left: 7px;
	}

	.head_loin_info_menu {
		margin-top: 13px;
	}

	/*** TITU ***/
	.titu_wrap {
		padding: 5% 0 3% 0;
	}

	.titu_wrap::before {
		top: 0;
		left: 0;
	}

	.titu_head h1 {
		font-size: 59px;
		padding-left: 67px;
	}

	.titu_head h1::before {
		width: 53px;
		height: 2px;
		left: 0;
	}

	.titu_head_titu {
		font-size: 59px;
		padding-left: 67px;
	}

	.titu_head_titu::before {
		width: 53px;
		height: 2px;
		left: 0;
	}

	.titu_head_subt {
		font-size: 21px;
	}

	.titu_head_subt p {
		margin: 0;
	}

	.titu_miga {
		padding-left: 67px;
		margin-top: 7px;
	}

	.titu_miga_list ul {
		padding: 0;
		margin: 0;
	}

	.titu_miga_list li {
		font-size: 19px;
	}

	.titu_miga_list li::after {
		margin: 0 13px;
	}

	.titu_miga_list li:last-child::after {
		display: none;
	}

	/*** SLID IMAG ***/
	.slid_main_imag_enla {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#kenburns_063 {
		height: 800px !important;
	}

	.kenburns_063_slide>h1 {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 67px !important;
	}

	.kenburns_063_slide>h2 {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 67px !important;
	}

	.ps_control_blue .carousel-control {
		width: 107px !important;
		height: 107px !important;
		font-size: 77px !important;
		line-height: 107px !important;
	}	

	/*** NOSO INIC ***/
	.noso_inic_wrap {
		padding: 8% 0 5% 0;
	}

	.noso_inic_head h2 {
		font-size: 107px;
		letter-spacing: 13px;
		top: -107px;
	}

	.noso_inic_head h3 {
		font-size: 48px;
	}

	.noso_inic_head h3:after {
		width: 53px;
		height: 2px;
		left: 0;
		bottom: -13px;
	}

	.noso_inic_sec1_info_deta {
		font-size: 20px;
	}

	.noso_inic_sec1_info_deta h2 {
		font-size: 20px;
		margin: 13px 0;
	}

	.noso_inic_sec1_info_deta ul {
		padding: 0;
		padding-left: 13px;
	}

	.noso_inic_sec1_info_deta li {
		padding-left: 27px;
		margin-bottom: 5px;
	}

	.noso_inic_sec1_info_deta li:before {
		font-size: 21px;
		line-height: 33px;
		top: 0;
		left: 0;
	}

	.noso_inic_sec2 {
		margin: 2% 5% 0 5%;
	}

	.noso_inic_sec2_medi_foto {
		box-shadow: 0 0 27px rgba(0,0,0,0.06);
	}

	.noso_inic_sec3_secc_list ul {
		padding: 0;
		margin: 0;
	}

	.noso_inic_sec3_secc_list li:last-child {
		margin-bottom: 0;
	}

	.noso_inic_sec3_secc_list_elem {
		box-shadow: 0 0 27px rgba(0,0,0,0.06);
	}

	.noso_inic_sec3_secc_list_elem_medi {
		width: 133px;
		margin-left: calc(50% - 67px);
	}

	.noso_inic_sec3_secc_list_elem_medi_foto {
		padding: 27px;
		box-shadow: 0 0 27px rgba(0,0,0,0.06);
	}

	.noso_inic_sec3_secc_list_elem_info h3 {
		font-size: 27px;
		margin-top: 27px;
	}

	.noso_inic_sec3_secc_list_elem_info_deta {
		font-size: 20px;
	}

	/*** SERV INIC ***/
	.serv_inic_wrap {
		padding: 8% 0 5% 0;
	}

	.serv_inic_head h2 {
		font-size: 107px;
		letter-spacing: 13px;
		top: -107px;
	}

	.serv_inic_head h3 {
		font-size: 48px;
	}

	.serv_inic_head h3:after {
		width: 53px;
		height: 2px;
		bottom: -13px;
	}

	.serv_inic_list ul {
		padding: 0;
		margin: 0;
	}

	.serv_inic_list_elem_medi_foto::after {
		width: 0;
		top: 0;
		left: 0;
	}

	.serv_inic_list_elem_info {
		min-height: 597px;
		padding: 0 5%;
	}

	.serv_inic_list_elem_info_icon {
		font-size: 67px;
	}

	.serv_inic_list_elem_info h2 {
		font-size: 33px;
		margin-top: 13px;
	}

	.serv_inic_list_elem_info_deta {
		font-size: 20px;
		letter-spacing: 1px;
	}

	/*** TRAB ITEM ***/
	.trab_item_info_sec1_head h2 {
		font-size: 48px;
	}

	.trab_item_info_sec1_head h2:after {
		width: 53px;
		height: 2px;
		left: 0;
		bottom: -13px;
	}

	.trab_item_info_sec1_info {
		margin-top: 27px;
	}

	.trab_item_info_sec1_info_deta {
		font-size: 20px;
	}

	.trab_item_info_sec1_info_deta ul {
		margin-top: 0;
	}

	.trab_item_info_sec2_form {
		margin-top: 53px;
	}

	.trab_item_info_sec2_form_secc {
		margin-bottom: 27px;
	}

	.trab_item_info_sec2_form_secc:nth-child(9) {
		margin-bottom:0;
	}

	.trab_item_info_sec2_form_secc:nth-child(10) {
		margin-bottom:0;
	}

	.trab_item_info_sec2_form_secc_labe {
		font-size:19px;
		margin-bottom:7px;
	}

	.trab_item_info_sec2_form_secc_labe span {
		font-size:16px;
	}

	.trab_item_info_sec2_form_secc_inpu {
		height:53px;
		font-size:19px;
		padding:13px 13px;
		border:1px solid #dcdcdc;
	}

	.trab_item_info_sec2_form_secc_text {
		height:133px;
		font-size:19px;
		padding:13px 13px;
		border:1px solid #dcdcdc;
	}

	.trab_item_info_sec2_form_secc_envi {
		font-size:21px;
		line-height:53px;
		padding:2px 80px;
		border:0;
	}

	/*** CONT ITEM ***/
	.cont_item_info_sec1_head h2 {
		font-size: 48px;
	}

	.cont_item_info_sec1_head h2:after {
		width: 53px;
		height: 2px;
		left: 0;
		bottom: -13px;
	}

	.cont_item_info_sec1_info {
		margin-top: 27px;
	}

	.cont_item_info_sec1_info_deta {
		font-size: 20px;
	}

	.cont_item_info_sec1_info_deta ul {
		margin-top: 0;
	}

	.cont_item_info_sec2_form {
		margin-top: 53px;
	}

	.cont_item_info_sec2_form_secc {
		margin-bottom: 27px;
	}

	.cont_item_info_sec2_form_secc:nth-child(7) {
		margin-bottom:0;
	}

	.cont_item_info_sec2_form_secc_labe {
		font-size:19px;
		margin-bottom:7px;
	}

	.cont_item_info_sec2_form_secc_inpu {
		height:53px;
		font-size:19px;
		padding:13px 13px;
		border:1px solid #dcdcdc;
	}

	.cont_item_info_sec2_form_secc_text {
		height:133px;
		font-size:19px;
		padding:13px 13px;
		border:1px solid #dcdcdc;
	}

	.cont_item_info_sec2_form_secc_envi {
		font-size:21px;
		line-height:53px;
		padding:2px 80px;
		border:0;
	}

	/*** FOOT ***/
	.foot_cont_list ul {
		padding: 0;
		margin: 0;
	}

	.foot_cont_list li {
		margin: 0 1%;
	}

	.foot_cont_list_elem_icon {
		width: 93px;
		height: 93px;
		font-size: 40px;
		margin-left: calc(50% - 47px);
		border: 5px solid rgba(255,255,255,0.9);
	}

	.foot_cont_list_elem h3 {
		font-size: 17px;
		margin-top: 27px;
		margin-bottom: 13px;
	}

	.foot_cont_list_elem_info_elem {
		font-size: 19px;
	}

	.foot_rede_head h4 {
		font-size: 27px;
	}

	.foot_rede_head h4::after {
		height: 1px;
		bottom: -13px;
		border-top: 1px dotted #fff;
	}

	.foot_rede_list {
		margin-top: 40px;
	}

	.foot_rede_list ul {
		padding: 0;
		margin: 0;
	}

	.foot_rede_list li {
		width: 56px;
		height: 56px;
		font-size: 53px;
		margin: 0 7px;
	}

	.foot_rede_list li:first-child {
		margin-left: 0;
	}

	.foot_rede_list li:last-child {
		margin-right: 0;
	}

	.foot_cred {
		font-size: 21px;
	}

	/*** SWAL ALERT ***/
	div:where(.swal2-container) h2:where(.swal2-title) {
		font-size: 29px !important;
	}

	div:where(.swal2-container) .swal2-html-container {
		font-size: 21px !important;
	}

	div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
		font-size: 27px !important;
	}

	div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
		box-shadow:0 0 0 4px rgba(0,0,0,0.1) !important
	} 

	/*** COMU ***/
	.comu_widt_marg_auto {
		max-width: 1707px;
		margin:  0 auto;
	}

}