@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

// backgroun header #F2F2F2
// rojo #E61E27
// verde #20C23D
// footer #1F1F1F
// footer 2 #252525
body{
	font-family: 'Open Sans', sans-serif !important;
}

.pacifico{
	font-family: 'Pacifico', cursive;
}
.montserrat{
	font-family: 'Montserrat', sans-serif;
}
header{
	background-color:#FFFFFF; /*  #F2F2F2;  */
	float: left;
	width: 100%;
	position: relative;
	margin:0;
/*	padding: 10px 0;*/
}
header .logo{
	float: left;
	width: 100%;
	margin: 0px;
	max-width: 60%;
}
header .logo a{
	float: left;
	width: 100%;
	text-decoration: none;
}

header hr {
	float: center;
  height: 10px;
  background-color:#33709B;
}

header .menu_principal{
	list-style: none;
	float: center;
	margin: 0px;
	padding:0px;
	margin-left: 1px;
}
header .menu_principal li{
	float: center;
	display: inline-block;
	margin-left: 1px; /* Separacion opciones */
	font-weight: bold;
}
header .menu_principal li a{
	float: center; /* left; */
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-weight: 300;
	margin-top: 5px; /* Margen Superior Menu */
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	letter-spacing: 1px;
}
header .menu_principal li a:hover{
	color:#ffffff;
	background-color: #33709B;
	font-weight: bold;
	padding: 10px 15px;
}
header .menu_principal li.acceso_clientes a{
	background-color: #17246f;
	color: white;
	padding: 10px 15px; /* Alto cuadro azul menu */
}

header .menu_principal li.clientes a{
	background-color: red;
	color: white;
	padding: 5px 15px;
}

header .mobile {
	float: left;
	width: 40px;
	margin: 0;
	padding: 0;
	display: none;
}
header .mobile .navbar-left {
	position: relative;
	width: 100%;
	float: left;
}
header .mobile .navbar-left i {
  	color: #000000;
    font-size: 1.8em;
    cursor: pointer;
    float: left;
    padding-top: 7px;
}

header .empresa {
  	color: #17246f;/* #000000; */
		font-family: Century Gothic;//sans-serif;
    font-size: 1.8em;
    cursor: pointer;
    float: left;
    padding-top: 7px;
		font-weight: bold;
}

header .contacto {
	  margin: 0px;
	  width: 100%;
		height: 50px;
	  background-color:#33709B !important;
  	color: white;
		font-family: sans-serif;

    cursor: pointer;
    float: left;
		padding: 16px;
    padding-top: 15px;
		font-weight: bold;
}


header .contacto a:link{
	background-color:#33709B;
	color: white;
}

body .correo_inicio{
	padding-top: 20px;
	padding-left: 30px;
	color: white;

}
.round {

background-color: #fff;
width: auto;
height: auto;
margin: 0 auto 15px auto;
padding: 5px;
border: 1px solid #ccc;

-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
behavior: url(border-radius.htc);
color: black;
	 }

	 .roundboton {
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    margin: 0 10px 20px 0;
    border: 1px solid #ccc;
    background: #56A6DE; /* #eee; */
    border-radius: 8px 8px 8px 8px;
}

.roundboton:hover {
    background: #ddd;
}

.parrafos{
/*	display:flex; */
	justify-content: center;
	align-items: center;
  text-align:center;
}

.parrafos img{

	 margin:auto;
	 display:block;
}

.queescontroler{
	margin-top: 50px;
	color: white;
}
.queescontroler1{
	margin-top: 40px;
	color: white;
}
.queescontroler2{
	margin-top: 20px;
	color: white;
}

.queescontroler a:name{
	color: white;
}

.elementor-price-list {
    position: relative;
		display:block;
    list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;

    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;

    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
  /*  margin-bottom: 0px;
    margin-left: 0px;*/
		margin-left: 0px;



}
/*
.elementor-price-list-description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
*/

.titulo_detalle{
	display: inline-block;
	vertical-align: top;
	color: white;
}
.detalle_detalle{
	vertical-align: middle;
	color: white;
	font-size: 0.8em;
}



.sb-slidebar {
  background-color: #0b0a2b !important; /* #f2f2f2 !important; */
  padding: 0;
}
.sb-slidebar .sb-head{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 8px 20px;
	background: white;
}
.sb-slidebar .sb-head .sb-logo{
	float: left;
}
.sb-slidebar .sb-head .sb-logo img{
	max-width: 100px;
}
.sb-slidebar .sb-head .sb-close {
	float: right;
}
.sb-slidebar .sb-head .sb-close i{
	/* color: #777; */
	color: #0b0a2b;
	font-size: 1.4em;
	padding-top: 7px;
	padding-right: 0px;
	cursor: pointer;
}
.sb-slidebar .sb-head .sb-close i:hover{
	/* color: black; */
	color: #0b0a2b;
}
.sb-slidebar .box_menu{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.sb-slidebar .box_menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding-left: 20px;
	list-style: none;
}
.sb-slidebar .box_menu ul li{
	float: left;
	width: 100%;
	margin: 0 0 10px;
	display: block;
}
.sb-slidebar .box_menu ul li a{
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: white; /* black; */
	font-weight: 300;
	padding-bottom: 5px;
	font-size: 0.8em;
	letter-spacing: 1px;
}
.sb-slidebar .box_menu ul li.acceso_clientes{
	display: none;
}
.sb-slidebar .box_menu ul li a:hover{
	color:#E61E27;
}

.herramienta_main .herramienta_empresa{
	top :160px;
	left: 231px;
	height: 600px;
	width: 100%;
	position: relative;
	/* background-color:#9CBDC2; */
}
.herramienta_main .herramienta_empresa #nempresa{
	width:30%;
}
.herramienta_main .herramienta_empresa #tabla_indicadores{
	margin-top: 0px;
  float: left;
  width: 50%;
	font-size: 0.75em;
	background-color:#004983;
}
.herramienta_main .herramienta_empresa #indicadores_titulo{
	 color: white;
	 font-weight: bold;
 }





.home_slide{
	float: left;
	width: 100%;
	position: relative;
}
.home_slide ul.bx_homeslide{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.home_slide ul.bx_homeslide li{
	float: left;
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	background-color: #E2E2E2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.home_slide ul.bx_homeslide li:before{
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
.home_slide ul.bx_homeslide li h2{
	text-align: center;
	color: white;
	//text-transform: uppercase;
	margin: 150px auto 0px;
	float: none;
	width: 80%;
	font-size: 3em;
	letter-spacing: 2px;
}



.home_about{
	background-color: white;
	padding: 30px 0;
	float: left;
	width: 100%;
	position: relative;
}
.home_about p{
	text-align: justify;
	font-size: 1.1em;
	color:#777;
	line-height: 28px;
}
.home_features{

}
.home_features .box{
	float: left;
	width: 33.333%;
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home_features .box.box_seguimiento{
	background-image: url(../img/notebook.jpg);
}
.home_features .box.box_celular{
	background-image: url(../img/asistencia-celular.jpg);
}
.home_features .box.box_retiro{
	background-image: url(../img/retiro.png);
}
.home_features .box:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
	background-color: rgba(230, 30, 39, 0.4);
	z-index: 0;
}
.home_features .box h3{
	color: white;
	float: left;
	width: 100%;
	position: relative;
	margin: 130px 0 1px;
	font-weight: 300;
	font-size: 2em;
	letter-spacing: 1px;
	padding-left: 50px;
	font-style: italic;
}
.home_features .box a{
	float: left;
	width: 100%;
	position: relative;
	color: white;
	text-decoration: none;
	margin: 0px;
	padding-left: 50px;
	font-weight: 300;
	font-size: 1em;
}
.home_distribucion{
	float: left;
	width: 100%;
	position: relative;
}
.home_distribucion .box_santiago{
	float: left;
	width: 50%;
	background-image: url(../img/mapa-santiago.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
	padding:50px 100px;

}
.home_distribucion .box_santiago:before{
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	display: block;
	background-color: rgba(255, 255, 255, 0.65);
	left: 0px;
	z-index: 0;
}
.home_distribucion .box_nacional{
	float: left;
	width: 50%;
	background-image: url(../img/mapa-nacional.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
	padding:50px 90px;

}
.home_distribucion h3{
	float: left;
	width: 100%;
	position: relative;
	letter-spacing: 2px;
	color: black;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
}
.home_distribucion p{
	float: left;
	width: 100%;
	position: relative;
	font-size: 1.3em;
	text-align: justify;
	line-height: 30px;
	font-weight: 300;
}
.home_distribucion a{
	float: left;
	width: 100%;
	position: relative;
	color: #E61E27;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 300;
	margin: 10px 0 0;
	font-size: 1.1em;
}
.home_info_importante{
	float: left;
	width: 100%;
	position: relative;
	padding:60px 0;

}
.home_info_importante h3{
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: black;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0px 0 60px;
}
.home_info_importante p{
	float: left;
	width: 100%;
	position: relative;
	font-size: 1.3em;
	line-height: 30px;
	font-weight: 300;
}
.home_info_importante ul.bloque_download{
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	list-style: none;
}
.home_info_importante ul.bloque_download li{
	display: inline-block;
	margin: 0px 0;
	list-style: none;
}
.home_info_importante ul.bloque_download li a{
	float: left;
	width: 100%;
	border: 1px solid #f2f2f2;
	text-align: center;
	text-decoration: none;
	padding: 30px 10px;
	min-height: 220px;
}
.home_info_importante ul.bloque_download li a img{
	max-width: 70px;
	margin: 0 auto;
}
.home_info_importante ul.bloque_download li a h4{
	font-size: 1.1em;
	color: black;
	font-weight: 300;
	text-align: center;
	float: left;
	width: 100%;
	margin: 25px 0 0;
	line-height: 18px;
}
.home_aplicaciones{
	float: left;
	width: 100%;
	position: relative;
	background-color: #f2f2f2;
	padding-top: 30px;
}
.home_aplicaciones h3{
	font-style: italic;
	float: left;
	width: 100%;
	position: relative;
	color: black;
	text-align: center;
	margin: 0px;
	font-weight: 300;
}
.home_aplicaciones ul{
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	list-style: none;
}
.home_aplicaciones ul li{
	float: left;
	display: inline-block;
	margin: 0px 20px;
	width: 45%;
}
.home_aplicaciones ul li:last-child{
	float: right;
}
.home_aplicaciones ul li a{
	color: black;
	background-color: white;
	padding: 20px 0px;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	float: left;
	width: 100%;
	text-decoration: none;
}
.home_aplicaciones ul li a:hover{
	background-color: #E61E27;
	color: white;
}



/* Page seguimiento en linea */
.seguimiento_en_linea {
    background-color: #ddd;
	display: block;
	float: left;
	width: 100%;
	padding: 60px 0;
}
.seguimiento_en_linea .box_login{
	float: none;
	width: 400px;
	height: 280px;
	margin: 0 auto 60px;
	display: block;
	background-color: white;
	border:1px solid #f2f2f2;
}
.seguimiento_en_linea .box_login h1{
	float: left;
	width: 100%;
	margin: 20px 0 30px;
	font-size: 1.4em;
	color: black;
	text-align: center;
}
.seguimiento_en_linea .box_login form{
	float: left;
	width: 100%;
	padding: 0 40px;
}
.seguimiento_en_linea .box_login form label.error{
	float: left;
	width: 100%;
	color: red;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 300;
	padding-left: 0px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	margin-top: 0px;
}
.seguimiento_en_linea .box_login form .box_user{
	float: left;
	width: 100%;
	margin: 10px 0 30px;
}
.seguimiento_en_linea .box_login form .box_user i{
	width: 15%;
	height: 35px;
	background-color: #FFFFFF; //#f2f2f2;
	border-radius: 0px;
	float: left;
	color: #777;
	font-size: 1.3em;
	text-align: center;
	padding-top: 10px;
}
.seguimiento_en_linea .box_login form .box_user input{
	float: left;
	width: 85%;
	height: 35px;
	background-color: white;
	color: #000;
	border: 1px solid #f2f2f2;
	padding-left: 15px;
	font-weight: 300;
}
.seguimiento_en_linea .box_login form .box_password i{
	width: 15%;
	height: 35px;
	background-color: #FFFFFF; //#f2f2f2;
	border-radius: 0px;
	float: left;
	color: #777;
	font-size: 1.3em;
	text-align: center;
	padding-top: 10px;
}
.seguimiento_en_linea .box_login form .box_password input{
	float: left;
	width: 85%;
	height: 35px;
	background-color: white;
	color: #000;
	border: 1px solid #f2f2f2;
	padding-left: 15px;
	font-weight: 300;
}
.seguimiento_en_linea .box_login form  .box_send{
	float: left;
	width: 100%;
	position: relative;
	margin: 30px auto;
	text-align: center;
}
.seguimiento_en_linea .box_login form  .box_send button{
	display: block;
	width: 70%;
	margin: 0px auto;
	background-color: #20C23D;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: 1px;
	float: none;
	border: none;
	height: 40px;
}
.seguimiento_en_linea p{
	text-align: center;
}

.servicios{
	float: left;
	width: 100%;
	background-color: white;
	padding: 30px 0;
}
.servicios h1{
	float: left;
	width: 100%;
	margin: 0px 0 30px;
	font-size: 2em;
	color: black;
	font-weight: 300;
}
.servicios p{
	float: left;
	width: 100%;
	text-align: justify;
	color: black;
	line-height: 25px;
	font-size: 1em;
	font-weight: 300;
}
.servicios .block-services{
	float: left;
	width: 100%;
	position: relative;
	border:1px solid #f2f2f2;
	padding: 20px;
	margin-bottom: 30px;
	min-height: 290px;
}
.servicios .block-services .icon{
	float: left;
	width: 100%;
	text-align: center;
}
.servicios .block-services .icon i{
	width: 50px;
	height: 50px;
	border: 0px solid #000;
	border-radius: 50%;
	color: #E61E27;
	font-size: 3em;
	text-align: center;
	margin: 0 auto;
	line-height: 50px;
	font-weight: 300;
}
.servicios .block-services .icon i.fa.fa-truck,
.servicios .block-services .icon i.fa.fa-reply-all {
    ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.servicios .block-services h3{
	float: left;
	width: 100%;
	margin: 30px 0;
	text-align: center;
	position: relative;
	font-size: 1.6em;
	color: #E61E27;
}


.faq{
	float: left;
	width: 100%;
	background-color: white;
	padding: 30px 0;
}
.faq h1{
	float: left;
	width: 100%;
	margin: 0px 0 30px;
	font-size: 2em;
	color: black;
	font-weight: 300;
}
.faq p{
	float: left;
	width: 100%;
	text-align: justify;
	color: black;
	line-height: 25px;
	font-size: 1em;
	font-weight: 300;
}
.faq .block-faq{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 40px;
}
.faq .block-faq h3{
	float: left;
	width: 100%;
	margin: 0px 0 5px;
	position: relative;
	font-size: 1em;
	color: #000;
}
.faq .block-faq p{
	text-align: justify;
	margin-bottom: 0px;
}
.faq .block-faq ul{
	float: left;
	width: 100%;
	margin:0px;
	padding-left: 15px;
}
.faq .block-faq ul li{
	color: black;
	line-height: 25px;
	font-size: 1em;
	font-weight: 300;
	float: left;
	width: 100%;
}
.cobertura_nacional{
	float: left;
	width: 100%;
	background-color: white;
}
#map_cobertura_nacional{
	float: left;
	width: 60%;
	height: 600px;
}
.cobertura_nacional .box_text{
	float: left;
	width: 40%;
	padding-left: 30px;
	padding-top: 20px;
}

.cobertura_nacional .box_text h1{
	float: left;
	width: 100%;
	margin: 0;
	color: black;
	font-weight: 300;
	font-size: 2em;
}
.cobertura_nacional .box_text p{
	float: left;
	width: 100%;
	margin: 0px 0 0px;
	color: black;
	font-weight: 300;
	font-size: 1.1em;
}
.cobertura_nacional .box_text .links_menu{
	list-style: none;
	padding-left: 0px;
	float: left;
	width: 100%;
}
.cobertura_nacional .box_text .links_menu li a{
	color: black;
	text-decoration: none;
}
.contacto{
	float: left;
	width: 100%;
	background-color: white;
}
.contacto .box_contact{
	float: left;
	width: 100%;
	background-color: #f2f2f2;
}
.contacto .box_contact #map {
    width: 100%;
    height: 350px;
}
.contacto .box_contact h1{
	float: left;
	width: 100%;
	margin: 30px 0 15px;
	color: black;
	font-weight: 300;
	font-size: 2em;
	padding-left: 50px;
}
.contacto .box_contact p{
	float: left;
	width: 100%;
	margin: 0px 0 0px;
	color: black;
	font-weight: 300;
	font-size: 1.1em;
	padding-left: 50px;
}
.contacto .box_contact #contact_form{
	float: left;
	width: 100%;
	padding: 30px 50px;
}
.contacto .box_contact #contact_form input{
	color: black;
	text-transform: uppercase;
	font-weight: 300;
	width: 48%;
	height: 45px;
	border: 1px solid #f2f2f2;
	background-color: white;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	letter-spacing: 1px;
}
.contacto .box_contact #contact_form textarea{
	color: black;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	border: 1px solid #f2f2f2;
	background-color: white;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	letter-spacing: 1px;
	padding-top: 10px;
}
.contacto .box_contact #contact_form label.error{
	float: left;
	width: 100%;
	color: red;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 300;
	padding-left: 10px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.contacto .box_contact #contact_form input::-moz-placeholder {
  color: black;
}
.contacto .box_contact #contact_form input:-ms-input-placeholder {
  color: black;
}
.contacto .box_contact #contact_form input::-webkit-input-placeholder {
  color: black;
}

.contacto .box_contact #contact_form textarea::-moz-placeholder {
  color: black;
}
.contacto .box_contact #contact_form textarea:-ms-input-placeholder {
  color: black;
}
.contacto .box_contact #contact_form textarea::-webkit-input-placeholder {
  color: black;
}

.seguimiento_en_linea .box_login form input::-moz-placeholder {
  color: black;
}
.seguimiento_en_linea .box_login form input:-ms-input-placeholder {
  color: black;
}
.seguimiento_en_linea .box_login form input::-webkit-input-placeholder {
  color: black;
}

.contacto .box_contact #contact_form button.btn-enviar{
	float: right;
	padding: 8px 40px;
	background-color: #20C23D;
	border: 0px;
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 300;
}
.solicitud_de_retiro{
	float: left;
	width: 100%;
	background-color: white;
}
.solicitud_de_retiro .box_contact{
	float: left;
	width: 100%;
	background: #fff;
}
.solicitud_de_retiro .box_contact h1{
	float: left;
	width: 100%;
	margin: 30px 0 15px;
	color: black;
	font-weight: 300;
	font-size: 2em;
}
.solicitud_de_retiro .box_contact p{
	float: left;
	width: 100%;
	margin: 0px 0 0px;
	color: black;
	font-weight: 300;
	font-size: 1.1em;
}
.solicitud_de_retiro .box_contact #solicitud_retiro{
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
}
.solicitud_de_retiro .box_contact #solicitud_retiro h3{
	float: left;
	width: 100%;
	margin: 30px 0 10px;
	font-weight: 600;
	font-size: 1.4em;
	text-transform: uppercase;
}
.solicitud_de_retiro .box_contact #solicitud_retiro label{
	float: left;
	width: 100%;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 10px;
}
.solicitud_de_retiro .box_contact #solicitud_retiro input{
	float: left;
	color: black;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	height: 30px;
	border: 1px solid #f2f2f2;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.solicitud_de_retiro .box_contact #solicitud_retiro select{
	float: left;
	color: black;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	height: 30px;
	border: 1px solid #f2f2f2;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 1px;
	border-radius: 0px;
}
.solicitud_de_retiro .box_contact #solicitud_retiro label.error{
	float: left;
	width: 100%;
	color: red;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 300;
	padding-left: 0px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	margin-top: 0px;
}


.solicitud_de_retiro .box_contact #solicitud_retiro button#enviar_solicitud{
	float: right;
	padding: 8px 40px;
	background-color: #20C23D;
	border: 0px;
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 300;
	margin-top: 30px;
}
.solicitud_de_retiro .box_contact #solicitud_retiro button#borrar_solicitud{
	float: left;
	padding: 8px 40px;
	background-color: #f2f2f2;
	border: 0px;
	color: black;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 300;
	margin-top: 30px;
}
// Footer
footer{
	float: left;
	width: 100%;
	position: relative;
	display: block;
}
footer .f_top{
	float: left;
	width: 100%;
	position: relative;
	background-color: #1F1F1F;
	padding: 15px 0;
}
footer .f_top h4{
	color: #ddd;
	margin: 0px 0 10px;
	font-size: 1em;
	float: left;
	width: 100%;
	font-weight: 300;
}
footer .f_top a.credits{
	color: #6D6D6D;
	float: left;
 	font-style: italic;
 	font-weight: 300;
 	text-decoration: none;
 	font-size: 1em;
 	margin: 0px;
}
footer .f_top ul.menu_footer_mail_phone{
	list-style: none;
	float: left;
	padding-left: 0px;
	margin-bottom: 0px;
}
footer .f_top ul.menu_footer_mail_phone li{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
footer .f_top ul.menu_footer_mail_phone li:last-child{
	margin-bottom: 0px;
}
footer .f_top ul.menu_footer_mail_phone li a{
	color: #ddd;
	float: left;
	width: 100%;
	text-decoration: none;
	font-weight: 300;
}
footer .f_top ul.menu_phones{
	float: left;
	width: 100%;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
footer .f_top ul.menu_phones li{
	float: left;
	display: inline-block;
	margin-right: 20px;
}
footer .f_top ul.menu_phones li a{
	font-size: 0.9em;
	color: #ddd;
	text-decoration: none;
	font-weight: 300;
}
footer .f_bottom a:hover,
footer .f_top ul.menu_footer_mail_phone li a:hover,
footer .f_top ul.menu_phones li a:hover{
	color: white;
}
footer .f_top span{
	color: #ddd;
	font-style: italic;
	font-size: 1em;
	float: left;
	width: 100%;
	font-weight: 300;
	margin-bottom: 10px;
}
footer .f_top a.back_to_home{
	float: right;
    color: black;
    font-size: 3.6em;
    margin: 0 0 0;
    padding: 0;
    line-height: 0px;
    text-decoration: none;
}
footer .f_bottom{
	float: left;
	width: 100%;
	position: relative;
	background-color: #252525;
	padding: 10px 0;
}
footer .f_bottom a{
	float: left;
	width: 100%;
	margin: 0;
	color: #ddd;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 0.9em;
}
/*

Responsive


*/
@media (max-width:767px) {
	.contacto .box_contact #contact_form input{
		width: 100%;
	}


}
