@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');


/* CSS Document */

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  		font-size:10px;
		text-decoration:none;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
}

.main {
width: 100%;
height: 100vh;
position: relative;
top: 0;
left: 0;
}
.shadow {
top: 0;
left: 0;
width: 100%;
height: 100vh;
position: absolute;
z-index: 1;
opacity: .25;
background-color: #000;
}
.vidcell {
top: 0;
left: 0;
width: 100%;
height: 100vh;
position: absolute;
z-index: 0;
}
.vidcell video {
width: 100%;
height: 100vh;
position: absolute;
object-fit: cover;
}
		
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

/* CONTENT */
.bt_excel, .bt_pdf {
color: #333;
width: calc(100% - 12.5rem); 
height: 10rem;
background-color: #ECECEC; 
display: table; 
padding: 0 2.5rem 0 10rem; 
background-image: url(images/arrow_down.png), url(images/icon_excel.png); 
background-position: right 5rem center, left 2.5rem center; 
background-repeat: no-repeat;
margin-bottom: 2.5rem;
background-size: 4rem auto, 5rem auto;
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.bt_excel:hover {
color: #FFF;
background-color: #000;
background-image: url(images/arrow_down.png), url(images/icon_excel.png);
}
.bt_pdf {
background-image: url(images/arrow_down.png), url(images/icon_pdf.png); 
}
.bt_pdf:hover {
color: #FFF;
background-color: #000;
background-image: url(images/arrow_down.png), url(images/icon_pdf.png);
}

.main_banner {
	width: 100%; 
	height: 100%; 
	background-image: url(images/bg_1.jpg); 
	background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat; 
}

.content {
	position: relative; 
	width: 100%; 
	top: 0; 
	left: 0;
}
.content_padding {
	width:calc(100% - 50rem); 
	padding-left: 50rem; 
}
.content_txt {
	width: calc(100% - 15rem); 
	padding: 7.5rem;
}
.content_half {
	position: relative; 
	width: calc(100% - 6.5rem); 
	top: 0; 
	left: 0;
	padding-left: 15rem;
}
.content_complete {
	position: relative; 
	width: calc(100% - 30rem); 
	top: 0; 
	left: 0;
	padding-left: 15rem;
}
.content_contact {
	width: calc(100% - 5rem); 
	padding-left: 5rem;
}
.wrapper_article {
	width: calc(100% - 25rem);
}
.content_article {
	width: calc(100% - 7.5rem); 
	padding-left: 7.5rem;
}
.article_sidebar {
	width: 200px; 
	padding: 0 2.5rem 0 2.5rem; 
	background-color: #f2f2f2; 
	height: calc(100% - 10rem); 
	padding-top: 10rem;
	position: fixed; 
	right: 7.5rem; 
	top: 0;
}
.mapa {
	width: 40rem; 
	height: 100%; 
	position: fixed;
	top: 0;
	right: 0;
	padding-right: 7.5rem;
	z-index: 1;
}

.grey_small_bar {
	width: 7.5rem; 
	height: 100%; 
	position: fixed;
	top: 0;
	left: 10rem;
	z-index: -1;
	background-color: #f2f2f2;
}

.img_content {
	width: 50rem; 
	height: 100%; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

/* HEADER */

.nav, .header_mobile, .header_bg_mobile {
	display: none;
}

.main_logo {
	width:15rem;
	float: left; 
	padding: 3rem;
}
.small_logo {
	width: calc(100% - 3rem); 
	float: left; 
	padding: 3rem 1.5rem 0 1.5rem;
}
.menu_content {
	height: calc(100% - 20rem); 
	width: 100%; 
	float: left; 
	display: table;
}
.menu_content_align {
	display: table-cell; 
	vertical-align: bottom;
}
.close_menu {
	width: 10rem; 
	height: 100%;  
	position: fixed; 
	z-index: 99; 
	left: 0; 
	top: 0;
}
.menu_align {
	position: relative;
	width: 100%;
	height: 100%;
}
.open_menu {
	width: 25rem; 
	height: 100%;  
	position: fixed; 
	z-index: 99; 
	left: 0; 
	top: 0;
    backdrop-filter: blur(.5rem);
    background-color: rgba(0,0,0,.2);
    border-right: .1rem solid #fff;
}
/*
.header_bg {
	width: 10rem; 
	height: 100%; 
background: rgb(26,44,108);
background: linear-gradient(90deg, rgba(26,44,108,1) 0%, rgba(26,44,108,0) 100%);
	mix-blend-mode: multiply;
	position: fixed; 
	z-index: 98; 
	top: 0; 
	left: 0;
}
*/
.icons_menu_content {
	position: absolute; 
	z-index: 2; 
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 3rem;
}
.phone {
	padding-left: 3rem; 
	background-image: url(images/icon_phone.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-size: auto 1.5rem; 
	margin-left: 2rem; 
	width: calc(100% - 7.5rem); 
	margin-bottom: 1.5rem;
}
.gps {
	padding-left: 3rem; 
	background-image: url(images/icon_gps.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-size: auto 1.5rem; 
	margin-left: 2rem; 
	width: calc(100% - 7.5rem); 
	margin-bottom: 1.5rem;
}
.email {
	padding-left: 3rem; 
	background-image: url(images/icon_envelope.png); 
	background-position: left top .5rem; 
	background-repeat: no-repeat; 
	background-size: auto 1rem; 
	margin-left: 2rem; 
	width: calc(100% - 7.5rem); 
	margin-bottom: 1.5rem;
}
.libro {
	padding-left: 30px; 
	background-image: url(images/icon_libro_white.png); 
	background-position: left top .5rem; 
	background-repeat: no-repeat; 
	background-size: auto 1rem; 
	margin-left: 2rem; 
	width: calc(100% - 7.5rem); 
	margin-bottom: 1.5rem;
}


.menu_icon {
	width: 5rem;
	height: 5rem;
	position: absolute;
	left: 2.5rem;
	top: 50%;
	margin-top: -2.5rem;
	background-image: url(images/icon_menu.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 5rem;
	color: transparent;
	text-decoration: none;
	-webkit-animation-duration: .5s;
  	animation-duration: .5s;
  	-webkit-animation-timing-function: ease-out;
  	animation-timing-function: ease-out;
}

.close_menu:hover .menu_icon {
  	-webkit-animation-name: menu_icon_animation; 
  	animation-name: menu_icon_animation;
}

@-webkit-keyframes menu_icon_animation {
  	0%   {background-size: 50px 50px;}
	50%  {background-size: 25px 50px;}
  	100% {background-size: 50px 50px;}
}
@keyframes menu_icon_animation {
  	0%   {background-size: 50px 50px;}
	50%  {background-size: 25px 50px;}
  	100% {background-size: 50px 50px;}
}


/* FOOTER */

.bg_footer_mobile {
	display: none;
}

.footer {
	width: 7.5rem; 
	height: 100%; 
	position: fixed; 
	right: 0; 
	top: 0; 
	z-index: 2;
}
.bg_footer {
	width: 7.5rem; 
	height: 100%; 
	background-color: #d63428; 
	mix-blend-mode: multiply; 
	position: fixed; 
	right: 0; 
	top: 0; 
	z-index: 1;
}
.main_frase {
	position: absolute; 
	z-index: 2; 
	left: 25rem; 
	top:0;
    height: 100vh;
	text-align: left;
    border-left: solid 1px #FFF;
    background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(26,44,108,.5) 0%, rgba(26,44,108,0) 100%);
    display: table;

}

/* SERVICE */
.icon_img {
	width: 60%;
	height: auto;
}
.service_icon {
	width: 8rem; 
	height: 8rem; 
	background-color:#d63428; 
	text-align: center; 
	display: inline-table;
    vertical-align: middle;
	transition: all 0.3s;
}
.service_tittle {
	width: calc(100% - 10.5rem); 
	text-align: left; 
	display: inline-table;
    vertical-align: middle;
	color: #000;
	font-size:1.6rem;
	text-decoration:none;
	font-weight:400;
    margin-left: 20px;
}
.icon_top {
width: calc(33.3333% - 1.5rem); 
display: inline-block;
margin-right: 1.5rem;
}
.service_icon_top {
	width: 8rem; 
	height: 8rem; 
	background-color:#1d4287; 
	text-align: center; 
	display: inline-table;
    vertical-align: middle;
	transition: all 0.3s;
}
.service_tittle_top {
	width: calc(100% - 10.5rem);
    margin-left: 2rem;
	text-align: left; 
	display: inline-table;
    vertical-align: middle;
	color: #000;
	font-size:1.6rem;
	text-decoration:none;
	font-weight:400;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}
.bt_service {
	width: 100%; 
	position: relative; 
	border-top: solid #d63428 .1rem;
	margin-top: 2rem;
}
.bt_open_service {
	position: absolute; 
	right: 1.5rem; 
	top: -1.5rem; 
	border: solid .1rem #d63428; 
	background-color: #FFF; 
	height: 2.3rem; 
	padding: .5rem 1rem 0 1rem;
	color:#d63428;
	font-size:1.4rem;
	text-decoration:none;
	font-weight:400;
	transition: all 0.3s;
}
.categoria {
	display:block;
	width: 100%;
	text-decoration:none;
	cursor:pointer;
}
.categoria_no {
	display:inline-block;
	width: calc(50% - .5rem);
	text-decoration:none;
	cursor:pointer;
}
.categoria:hover .service_icon {
	background-color: #00145b;
}
.categoria:hover .bt_open_service {
	background-color: #d63428;
	color: #FFF;
}

.detalle {
	overflow: hidden;
	width: calc(100% - 17.5rem);
	clear: both;
	display:block;
	padding-top:1rem;
	padding-bottom:1rem;
	padding-left: 17.5rem;
}

/* CLIENTS */
.box_client {
	width: calc(20% - 1.5rem); 
	border: .1rem solid #999; 
	background-color: #FFF; 
	margin-right: 1rem;
	display: inline-block;
	margin-bottom: 1.5rem;
}
.logo_client {
	width: 100%; 
	padding-top: 100%; 
	background-position: center center; 
	background-repeat: no-repeat;
}


/* CONTACT */

.phone_black {
	padding-left: 3rem; 
	background-image: url(images/icon_phone_black.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-size: auto 1.5rem; 
	width: calc(100% - 7.5rem); 
	margin-bottom: 1rem;
}
.gps_black {
	padding-left: 3rem; 
	background-image: url(images/icon_gps_black.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-size: auto 1.5rem; 
	width: calc(100% - 7.5rem); 
	margin-bottom: 1rem;
}
.email_black {
	padding-left: 3rem; 
	background-image: url(images/icon_envelope_black.png); 
	background-position: left top .5rem; 
	background-repeat: no-repeat; 
	background-size: auto 1rem; 
	width: calc(100% - 7.5rem); 
}

.bt_expandir {
	border: solid .1rem #666; 
	background-color: #FFF; 
	height: 2.8rem; 
	padding: 1rem 2rem 0 2rem;
	color:#666;
	font-size:1.4rem;
	text-decoration:none;
	font-weight:400;
	transition: all 0.3s;
    display: inline-block;
	z-index: 20;
	text-align: center;
}
.bt_expandir:hover {
	background-color: #000; 
	color:#FFF;
}
#map {
	width: 100%; 
	height: 100%;
}


/* BLOG */
.thumb_base {
	width: calc(100% - .2rem); 
	display: block; 
	border: .1rem solid #ccc; 
	background: #FFF;
	transition: all 0.3s;
	margin-bottom: 2rem;
}
.thumb-porta {
width: 17.5rem;
height: 10rem;
border: .1rem solid #CCC; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 75% auto; 
display: inline-block;
vertical-align: middle;
}
.thumb-txt {
width: calc(100% - 20.5rem);
display: inline-block;
vertical-align: middle;
margin-left: 2rem;
}


.thumb_frame {
	width: 100%; 
	padding-top: 100%; 
	position: relative;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}
.thumb_color {
	background-color:#182965;
	transition: all 0.3s;
}


.thumb_base:hover {
	transform: scale(1.10);
}
.thumb_base:hover .thumb_color {
	background-color:#d63428;
}
.bt_back {
	border: solid .1rem #666; 
	background-color: transparent; 
	height: 2.8rem; 
	padding: 1rem 0 0 0;
	color:#666;
	font-size:1.4rem;
	text-decoration:none;
	font-weight:400;
	transition: all 0.3s;
	text-align: center;
	width: 100%;
	display: block;
}
.bt_back:hover {
	background-color: #666; 
	color:#FFF;
}

.thumb-serv {
width: 100%; 
margin-bottom: 4rem; 
display: block;
}
.serv-img {
display: inline-block; 
vertical-align: middle; 
width: 25rem; 
margin-right: 4rem; 
background-color: antiquewhite; 
height: 15rem;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.serv-txt {
display: inline-block; 
vertical-align: middle; 
width: calc(100% - 30rem);
}
.desc-txt {
display: inline-block; 
vertical-align: middle; 
width: calc(60% - 105px); 
padding: 50px;
}
.desc-img {
display: inline-block; 
vertical-align: middle; 
width: 40%;
}
.wrap-main-banner {
display: table-cell; 
vertical-align: bottom; 
padding: 10rem 5rem; 
max-width: 70rem;
}
/* Fonts */

.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8rem;
	text-decoration:none;
	opacity:.75;
	letter-spacing:.2rem;
	text-transform:uppercase;
}

.menu {
	display: block;
	cursor: pointer;
	padding-left: 3rem;
	font-size: 1.6rem;
	font-weight: 600;
	height: 3rem;
	border-left: .5rem rgba(255,255,255,.5) solid;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
	margin-bottom: .1rem;
	
}
.menu:hover {
	border-left: 1.5rem rgba(255,255,255,1) solid;
}
.t1 {
	font-size:1.2rem;
	text-decoration:none;
	font-weight:300;
}
.t2 {
	font-size:4rem;
	text-decoration:none;
	font-weight:400;
}
.t3 {
	font-size:3rem;
	text-decoration:none;
	font-weight:700;
}
.t4 {
	font-size:1.6rem;
	text-decoration:none;
	font-weight:400;
	line-height: 2.4rem;
	text-align: justify;
}
.t5 {
	font-size:2rem;
	text-decoration:none;
	font-weight:600;
}
.t6 {
	font-size:2.4rem;
	text-decoration:none;
	font-weight:600;
}
.t7 {
	text-decoration:none;
	font-size:1rem;
	font-weight:400;
	letter-spacing:.2rem;
	text-transform:uppercase;
	display: block;
	margin-bottom: 1rem;
}
.t8 {
	font-size:1.6rem;
	text-decoration:none;
	font-weight:400;
	background: #1d4287;
	padding: .5rem 1rem;
}
.white {
	color:#FFF;
}
.black {
	color:#333;
}
.red {
	color: #d63428;
}
.blackbox {
	background: #000;
	padding: .5rem 2rem ;
	display: inline-block;
}

.bt_home {
	text-decoration:none;
	height:3rem;
	width: 3rem;
	color: transparent;
	transition: all 0.3s;
	display:inline-block;
     vertical-align: top;
    margin-right: 1rem;
    margin-left: 1rem;
	cursor:pointer;
	border: solid .1rem #FFF;
	background-image: url(images/icon_home_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 2rem auto;
	background-color: transparent;
}
.bt_home:hover {
	background-image: url(images/icon_home_black.png);
	background-color: #FFF;
}


.bt_language, .bt_language_mob {
	text-decoration:none;
	height: 2rem;
	width: 3rem;
	padding-top: 1rem;
	text-align: center;
	color: #FFF;
	transition: all 0.3s;
	display:inline-block;
    vertical-align: top;
	cursor:pointer;
	border: solid .1rem #FFF;
	margin: auto;
	font-family: 'Lato', sans-serif;
	font-size:1rem;
	font-weight:300;
    position: absolute; 
    top: 25px; 
    right: 25px; 
    z-index: 10; 
    background-color: rgba(0,0,0,.5)
}
.bt_language:hover {
	background-color: #FFF;
	color: #000;
}

.bt_search {
	text-decoration:none;
	height:5rem;
	width: 5rem;
	color: transparent;
	transition: all 0.3s;
	display:block;
	cursor:pointer;
	border: none;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	background-image: url(images/icon_search.png);
	float: right;
	margin-left: 2.5rem;
}
.bt_search:hover {
	transform: scale(1.10);
}


.bt_close {
	text-decoration:none;
	height:3rem;
	width: 3rem;
	color: transparent;
	transition: all 0.3s;
	display:block;
	cursor:pointer;
	border: solid .1rem #000;
	opacity: .25;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	background-image: url(images/close_black.png);
	float: right;
}
.bt_close:hover {
	transform: scale(1.10);
	opacity: 1;
}


    .popup{
        background-color:rgba(0, 0, 0, 0.80);
        position:fixed;
        left:0px;
        top:0px;
        right:0px;
        bottom:0px;
        padding:3rem;
        z-index:9999;
    }
    
    .popup-body{
        background-color:white;
        position:relative;
        width:100%;
        height:100%;
    }
    
    #map_popup{
       position:absolute;
        left:0px;
        top:0px;
        right:0px;
        bottom:0px;
        z-index:1;
    }
    
    .popup-body .bt_expandir{
       right:50%;
       margin-right:-15rem;
       bottom:3rem;
       z-index:2;
    }
    
/* FORM */
.drop_blog {
	color:#666;
    display: block;
	width: calc(100% - 42.5rem);
	height:5rem;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:2.4rem;
	font-weight:600;
	outline:none;
	border:none;
	border-bottom: solid #666 .4rem;
	border-radius: 0;
	background:transparent;
	-webkit-appearance:none;
    -moz-appearance:none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance:none;
	background-image: url(images/arrow_down_black.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 2.5rem auto;
}
.drop_clientes {
	color:#666;
	width:100%;
	max-width: 25rem;
	height:4rem;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:1.8rem;
	font-weight:600;
	outline:none;
	border:none;
	border-bottom: solid #666 .1rem;
	border-radius: 0;
	background:transparent;
	-webkit-appearance:none;
    -moz-appearance:none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance:none;
	background-image: url(images/arrow_down_black.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 2rem auto;
	margin-bottom:4rem;
	float: right;
}
.drop {
	color:#FFF;
	width:100%;
	height:4rem;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
	font-size:1.8rem;
	font-weight:700;
	outline:none;
	border:none;
	border-bottom: solid #FFF .4rem;
	border-radius: 0;
	background:transparent;
	-webkit-appearance:none;
    -moz-appearance:none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance:none;
	background-image: url(images/down_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 2.5rem auto;
	margin-bottom:4rem;
}
.field_search {
	color:#666;
	width:calc(100% - 5rem);
	height:3rem;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:1.8rem;
	font-weight:400;
	outline:none;
	border:none;
	background-color:transparent;
	border-bottom: solid .1rem #999;
	border-radius: 0;
	-webkit-appearance:none;
    -moz-appearance:none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance:none;
}
.field {
	color:#666;
	width:calc(100% - 2rem);
	padding-left:1rem;
	padding-right:1rem;
	height:3.5rem;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:1.4rem;
	font-weight:400;
	outline:none;
	border:none;
	background-color:transparent;
	border-radius: 0;
	-webkit-appearance:none;
    -moz-appearance:none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance:none;
}
.area {
	color:#666;
	width:calc(100% - 2rem);
	padding: 1rem;
	height:15rem;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:1.4rem;
	font-weight:400;
	outline:none;
	border:none;
	background-color:transparent;
	border-radius: 0;
	-webkit-appearance:none;
    -moz-appearance:none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance:none;
	resize: none;
}


.bt_send {
	color:#666;
	text-decoration:none;
	height:3rem;
	width:calc(100% - 2rem);
	text-align:center;
	background-color:transparent;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	font-size:1.4rem;
	letter-spacing: .5rem;
	font-weight:600;
	border-radius: 0;
	border:solid .1rem #666;
	display: block;
	-webkit-appearance:none;
    -moz-appearance:none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance:none;
	margin: 0 1rem;
	transition: all 0.3s;
}
.bt_send:hover {
	color:#FFF;
	background-color:#d63428;
	border:solid .1rem #d63428;
}

.bg_field {
	width: calc(50% - 1rem); 
	display: inline-block; 
	height: 4rem; 
	margin-bottom: 1rem; 
	background-color: #f2f2f2;
}
.bg_area {
	width: calc(100% - .5rem); 
	display: block; 
	height: 21.5rem; 
	background-color: #f2f2f2;
}
.buscador_field {
	width: 100%; 
	display: block; 
	margin-top: 5rem;
}





/* LIBRO RECLAMACIONES */

.content_libro {
	width: calc(100% - 42.5rem); 
	float: left;
}
.login {
	width: 30rem; 
	padding: 2.5rem;
	float: right;
	background-color: #687073;
}

.ldc_fullbox, .ldc_halfbox_left, .ldc_halfbox_right {
	width: calc(100% - 4.2rem); 
	border: solid .1rem #ccc; 
	padding: 1rem 2rem;
	margin-bottom: 1rem;
	float: left;
	background-color: #FFF;
}
.ldc_halfbox_left {
	width: calc(50% - 4.7rem);
	margin-right: 1rem;
}
.ldc_halfbox_right {
	width: calc(50% - 4.7rem);
	float: right;
}
.ldc_freebox_right, .ldc_freebox {
	background-color: #FFF;
	width: calc(50% - .5rem);
	border: none;
	float: right;
	padding: 0;
	margin-bottom: 1rem;
}
.ldc_freebox {
	width: 100%;
	float: left;
}


.ldc_field, .ldc_smallfield, .ldc_area, .ldc_drop, .ldc_smalldrop  {
	color:#666;
	background-color:#FFF;
	width:100%;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:1.4rem;
	font-weight:400;
	outline:none;
	border:none;
	appearance:none;
	-webkit-appearance: none;
}
.ldc_smallfield {
	width:calc(100% - 8rem);
	float: right;
}
.ldc_area {
	height:25rem;
	resize:none;
}
.ldc_drop, .ldc_smalldrop {
	background-image:url(images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 2rem auto;
}
.ldc_smalldrop {
	background-position: left center;
	background-size:1.5rem auto;
	padding-left: 2.5rem;
	width: 5.5rem;
	float: left;
}

.ldc_send {
	color:#FFF;
	background-color:#d63428;
	width:100%;
	text-align:center;
	height:6rem;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:1.4rem;
	font-weight:400;
	outline:none;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.ldc_send:hover {
	background-color:#00145b;
}






@media (min-width: 651px) and (max-width: 650px) {
html, body {
	font-size:8px;
}
}

@media (min-width: 1500px) {
html, body {
	font-size:12px;
}
}

@media (min-width: 1700px) {
html, body {
	font-size:14px;
}	
}

@media (min-width: 2000px) {
html, body {
	font-size:16px;
}
}

@media (min-width: 2400px) {
html, body {
	font-size:18px;
}
}

@media (min-width: 2800px) {
html, body {
	font-size:20px;
}
}







@media screen and (max-width: 750px) {
	
    
.open_menu {
display: none !important;
}    
/* MENU MOBILE */

.nav {
	display: block;
	width:100%;
	height:100%; 
	position:fixed; 
    background-color: #1d4287;
	z-index:30;
	right:-100%;
	top: 0;
}

.sidemenu {
	width: 100%;
	height: 100%;
	display: table;
}
.icon_close {
	background:url(images/close_white.png) center center no-repeat;
	background-size:3rem 3rem;
	width:4rem;
	height:4rem;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	right:2rem; 
	top:2rem;
	z-index:2;
	transition: transform 0.3s;
}
.icon_close:hover {
	transform: rotate(90deg);
}

.bt_home, .bt_language {
	display:inline-block;
	margin-right: 2rem;
	margin-top: 0;
	vertical-align: top;
}
.bt_home {
	margin-left: 4rem;
}

/* FIN MOBILE */

	
.open_menu, .close_menu, .header_bg, .bg_footer, .footer, .grey_small_bar, .bt_search, #close_buscar, .bt_expandir  {
	display: none !important;
}
	
.header_mobile {
	display: block;
	width: 100%; 
	height: 7.5rem; 
	position: fixed; 
	z-index: 10; 
	top: 0; 
	left: 0;
}

.header_bg_mobile {
	display: block;
	width: 100%; 
	height: 7.5rem; 
	background-color: #00145b; 
	opacity: .9; 
	mix-blend-mode: multiply; 
	position: fixed; 
	z-index: 9; 
	top: 0; 
	left: 0;
}
	
.menu_icon_mobile {
	width: 3rem;
	height: 3rem;
	float: right;
	margin-right: 2rem;
	margin-top: 2rem;
	background-image: url(images/icon_menu.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 3rem 3rem;
	color: transparent;
	text-decoration: none;
}	
.logo_mobile {
	float: left; 
	width: 10rem; 
	height: auto; 
	margin-left: 1rem; 
	margin-top: 1rem;
}	
.bg_footer_mobile {
	width: 100%; 
	height: 7.5rem; 
	background-color: #d63428; 
	mix-blend-mode: multiply; 
	position: fixed;
	right: 0; 
	bottom: 0; 
	z-index: 1;
	display: block;
}
.main_frase {
        right: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        bottom: 0;
        text-align: center;
        padding: 0;
        border: none !important;
}

	
	
.img_content {
	width: 100%; 
	height: 30rem; 
	position: absolute;
}
.content {
	padding-top: 45rem;
}	
.content_padding {
	width:100%; 
	padding-left: 0; 
	padding-top: 0;
}
.content_txt {
	width: calc(100% - 5rem); 
	padding-left: 2.5rem;
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}
.content_complete {
	width: 100%; 
	padding-left: 0;
}
.content_half {
	width: 100%; 
	padding-left: 0;
}
.mapa {
	width: 100%; 
	height: 40rem; 
	position: relative;
	padding-right: 0;
}
.icon_img {
	width: 3rem;
}
.service_icon {
	width: 6rem; 
	height: 6rem; 
}
.service_tittle {
	width: calc(100% - 8rem); 
	height: 8rem; 
	font-size:2rem;
}
.detalle {
	width: calc(100% - 10rem);
	padding-left: 8rem;
}
.drop_clientes {
	margin: 0 2rem;
	width: calc(100% - 4rem);
	max-width: calc(100% - 4rem);
	display: block;
	margin-bottom:1rem;
	margin-top: 2rem;
}
.box_client {
	margin: 1rem !important;
	width: calc(50% - 2.7rem); 
}
.drop_blog {
	margin: 2rem 2rem 0 2rem;
	width: calc(100% - 4rem);
}
.buscador {
	display: block !important;
}
.buscador_field {
	width: calc(100% - 4rem); 
	padding-left: 2rem; 
	margin-top: 2.5rem;
}
.thumb_base {
	width: calc(100% - 4.2rem); 
	display: block; 
	margin-right: 2rem;
	margin-left: 2rem;
}
.content_contact {
	padding-left: 2.5rem;
	padding-bottom: 5rem;
}	
.bg_field {
	width: 100%;
	margin-right: 0 !important;
	display: block; 
}
.wrapper_article {
	width: 100%;
}
.content_article {
	width: calc(100% - 5rem); 
	padding-left: 2.5rem;
}
.article_sidebar {
	text-align: center;
	width: calc(100% - 5rem); 
	height: 20rem; 
	position: relative; 
	right: 0; 
	padding-top: 2.5rem;
}




.content_libro {
	width: 100%; 
	float: none;
}
.login {
	width: calc(100% - 5rem); 
	float: none;
	margin-top: 0;
}

.ldc_fullbox, .ldc_halfbox_left, .ldc_halfbox_right {
	float: none;
}
.ldc_halfbox_left {
	width: calc(100% - 4.2rem);
	margin-right: 0;
}
.ldc_halfbox_right {
	width: calc(100% - 4.2rem);
	float: none;
}
.ldc_freebox_right {
	width: 100%;
	float:none;
}
.ldc_smallfield {
	width:calc(100% - 8rem);
	float: none;
}


.serv-img {
width: 100%; 
margin-right: 0; 
height: initial;
padding-top: 60%;
margin-top: 2rem;
}
.serv-txt {
width: 100%;
}
.desc-txt { 
width: calc(100% - 100px); 
}
.desc-img {
width: 100%;
}

.bt_language {
	display: none !important;
}
.wrap-main-banner {
padding: 4rem; 

}

.t2 {
	font-size:3em;
}

.menu {
	font-size: 2rem;
	height: 4rem;
	
}
.vidcell video {
height: 50rem;
}
.vid-home video {
    height: 100vh !important;
}
.icon_top {
width: 100%; 
display: block;
margin-right: 0;
margin-bottom: 4rem;
}
.serv-img {
margin-bottom: 2rem;
}

.bt_language_mob {;
    top: 8rem;
    right: 3rem;
}

}