@font-face {
    font-family: 'Gotham-Light';
    src: url('/fonts/gothamrnd-light.eot?#iefix') format('embedded-opentype'), url('/fonts/gothamrnd-light.woff') format('woff'), url('/fonts/gothamrnd-light.ttf') format('truetype'), url('/gothamrnd-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('/fonts/gothamrnd-medium.eot?#iefix') format('embedded-opentype'), url('/fonts/gothamrnd-medium.woff') format('woff'), url('/fonts/gothamrnd-medium.ttf') format('truetype'), url('/gothamrnd-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Rounded';
    src: url('/fonts/gothamrnd-medium.eot?#iefix') format('embedded-opentype'), url('/fonts/gothamrnd-medium.woff') format('woff'), url('/fonts/gothamrnd-medium.ttf') format('truetype'), url('/gothamrnd-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('/fonts/gothamrnd-book.eot?#iefix') format('embedded-opentype'), url('/fonts/gothamrnd-book.woff') format('woff'), url('/fonts/gothamrnd-book.ttf') format('truetype'), url('/gothamrnd-book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
header{
	    padding-bottom: 8px;
}
	
	@media screen and (max-width: 600px) {
			.ocultarMov{
				display: none !important;
			}	
	}
	
	
body {
    font-family: 'Gotham-Book', verdana, sans-serif;
    /*font-family: 'Roboto-Regular', verdana, sans-serif;*/
    font-size:62.5%;
    margin: 0 auto;
    max-width: 1200px;
    color:#3c3c3c;
    background: #fff;
}

.error-desconexion .cuerpo {
  background-color: #fafafa;
  margin:0;
  text-align: center;
  min-height: calc(100vh - 340px);
}

@media screen and (max-width: 500px) {
	.error-desconexion .cuerpo {
	min-height: calc(100vh - 245px);
	}
}

.error-desconexion .preguntas{
  margin: 0 auto;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .error-clientes .cuerpo {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .error-clientes .cuerpo {
    width: 80%;
    min-height: 370px;
  }
}

p {
	font-family: Gotham-Light;
	font-size: 1.6em;
}

h2{
	font-family: "Gotham-Medium";
	font-weight: bold;
	font-size: 2.6em;
	margin-top: 0px;
    margin-bottom: 15px;
}

.negrita {
  font-weight: bold;
}

.btns {
  margin: 2em auto;
  text-align: center;
}

.solicitar {
  display: inline-flex;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .solicitar {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .solicitar {
    display: none;
  }
}

.moviles {
  display: none;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .moviles {
    display: block;
  }
  
}
@media screen and (max-width: 480px) {
  .moviles {
    display: block;
  }
  
}


.btnSolicitar {
    width: auto;
    float: none;
    text-align: center;
}

.btnSolicitar a.solicita {
    border-radius: 1.5em;
    border: .1em solid #d9384a;
    background-color: #d9384a;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: .6em 35px;
    font-size: 1.4em;
}

.btnSolicitar a.solicita:hover{
	border-color: #AE0000;
	background-color: #AE0000;
}	

@media (max-width: 768px) and (min-width: 601px){
	.btnSolicitar{
		width: auto !important;
	}
}

.btnSolicitar a.solicita{
	width: auto !important;
}