html, body{
    background-color: #121721;
    max-width: 480px;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #e7e7f9;
}

h1, h2, h3 { margin:0px; padding:0px; font-weight:normal; font-size: 12px;}
h4, h5, h6 { margin:0px; padding:0px; font-weight:normal; font-size: 12px;}
p, form { margin:0px; padding:0px; }
ul, ol, li { margin:0px; padding:0px; list-style:none; }
img { border:none; margin:0px; padding:0px; }
a, a:visited, a:hover, a:active {
text-decoration:underline;
margin:0px;
padding:0px;
color: #e7e7f9;
}

input[type=button]{
-webkit-appearance:none;
}
input[type=submit] {
-webkit-appearance:none;
}

* {
  box-sizing: border-box;
}
#logo2 {
    display: block;
    margin: 0 auto;
    max-width: 480px;
    background: #00bfe0;
    padding: 15px 0 10px 0;
}

#logo2 img{
    width: 60% !important;
}

#contenedorHome {
	margin: 0 auto;
	max-width: 480px;
	text-align: center;
}
#contenedorHome img{
	width: 120%;
}

.slide {
    opacity: 1!important;
}
.controls {
	display: none;
}

#texto-top {
    background: #e7e7f9;
    color: #121721;
    width: 100%;
    height: auto;
    margin-bottom: 13px;
    font-size: 13px;
    padding: 5px;
    }

#condG {
    margin: 0 auto 10px auto;
    text-align: center;
    color: #fff;
}

.etiqueta{
	background-color: rgba(30,44,113,0.85);
	padding-left: 8px;
	border-radius: 0 5px 5px 0;
	border: 0;
	position: absolute;
	bottom: 550px;
	line-height: 34px;
	padding-right: 8px;		
}

/****** Carrousel Header ******/
ol.numericControls {
    margin: 1em 0;
    padding: 0;
    height: 28px;
}
.numericControls {
    width: 100%;
    text-align: center !important;
    font-size: 0;
    list-style: none;
}
ol.numericControls li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
}
.numericControls li {
    margin: 0 !important;
    padding: 0;
    float: none !important;
}
.numericControls a {
	text-indent: -9000px;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    margin: 5px;
    box-shadow: none;
    border: none;
    border-radius: 20px;
    display: inline-block;
    background: #00bfe0 !important;
    text-decoration: none;
    color: #fff;
    float: none !important;
}
.numericControls * {
    display: inline;
}
.numericControls .current a {
    background: #fff !important;
}


#contenedor-imgs-1 {
	margin-bottom: 10px;
}
#contenedor-imgs-1 img {
	max-width: 45%;
    margin: 5px;
  	cursor: pointer;
}
#contenedor-imgs-2, #contenedor-imgs-3 {
    margin-bottom: 15px;
}
#contenedor-imgs-2 img, #contenedor-imgs-3 img {
	max-width: 45%;
  	margin: 5px;
  	cursor: pointer;
}
#secciones {
	display: table;
  	margin-bottom: 50px;
}
.column {
  float: left;
  width: 16%;
  padding: 5px;
}
.column p {
    font-size: 8px;
    color: #4d4c4c;
    font-weight: 600;
}

.column img{
   	cursor: pointer;
}

#cuerpo {
    margin-bottom: 25px;
    width: 95%;
    margin: 0 auto;
 	padding: 5px;
}
.texto {
	max-width: 95%;
	margin: 0 auto;
    color: #e7e7f9;
}
.texto h2, .texto p {
	font-size: 22px;
    line-height: 1.3em;
    font-weight: 500;
    margin: 5px;
    text-align: left;
  	color: #e7e7f9;
}
.texto h2:before, #cuerpo:before {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    bottom: 0;
    margin-bottom: 5px;
}
#btn-acceso{
    max-width: 250px;
    margin: 0 auto;
    padding: 20px;
}
#btn-acceso input{
	background: url(/file/btn-compliant.png) no-repeat scroll center;
	background-size: 100%;
	width: 100%;
	height: 45px;
	border: none;
	padding: 0;
	cursor: pointer;
  	background: #efb223;
  	color: white;
  	border-radius: 20px;
  	font-size: 18px;
}
#precios {
    width: 250px;
    margin: 0 auto;
  	display: table;
}
#precios img {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}
#box-texto {
    margin: 0 auto;
    border-radius: 5px;
}
#box-texto p {
    font-size: 12px;
    margin: 0 auto;
    color: #e7e7f9;
    font-weight: 100;
}
#carrousel {
    max-width: 85%;
    margin: -18px auto;
    cursor: pointer;
	margin-bottom: 10px;
}
#carrousel img {
	margin: 5px!important;
}
.controls {
	display: block;
}

.prevBtn, .nextBtn {
    display: none;
}
#popup {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 999;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#popup p {
    font-size: 13px;
    color: #807f7f;
    margin: 5px;
}
.box-popup {
	background: #f6f6f6;
    padding: 10px;
    border: 2px solid #a4a1a1;
    border-radius: 5px;
    margin: 70px auto;
    max-width: 90%;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.5);
    position: relative;
  	top: 60px;
}
.logo2-popup {
    margin: 0 auto;
    max-width: 150px;
}
#btn-cerrar {
	position: absolute;
	right: 10px;
}
#btn-cerrar img {
	max-width: 25px;
	margin: 2px;
	cursor: pointer;
}
#telefono {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    box-shadow: 2px 2px 1px #a6a6a6 inset;
    color: #444;
    font-size: 15px;
    height: 40px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 75%;
    border-radius: 5px;
}
#operadores {
    margin: 10px;
	font-size: 15px;
}
#operadores span {
    font-weight: bold;
  	margin-left: 2px;
}
#botones {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
}
#botones input {
    width: 100%;
    margin: 5px;
    height: 50px;
    border-radius: 5px;
    border: none;
    background: #85c7bb;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.texto-popup {
    margin: 10px;
}
.tyc {
    text-align: left;
  	font-size: 10px!important;
}
#pie {
    background-color: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 480px;
}
#pie a {
	color: #fff;    
}
#pie2 {
    text-align: center;
    font-size: 11px;
    background: #757575;
}
@media only screen and (min-width: 600px) {
    .box-popup {
        width: 500px;
    }
}