/*******************************/
/*            Cuerpo           */
/*******************************/
body {
	background-color: #fff;
	color: #5a5a5a;
}
.afterfooter {
	height: 56px;
}
li {
	list-style-type: none;
}
/*Font-awesome integration*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*Google font integration*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
/*******************************/
/*             Menu            */
/*******************************/
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 60px;
    color: #000;
}
.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus {
    background: transparent;
    outline: 0;
}
.dropdown-item {
	padding: 5px 1.5rem;
}
@media screen and (min-width: 992px) {
	.dropdown-menu .show > .dropdown-toggle::after {
	    transform: rotate(-90deg);
	}
}
@media screen and (max-width: 991px) {
	.dropdown-menu .show > .dropdown-toggle::after {
			transform: rotate(-180deg);
	}
}
.bg-inverse {
    background-color: #1f3670!important;
}
@media screen and (min-width: 992px) {
	.bg-inverse img {
		margin-top: 3px;
	}
}
@media screen and (max-width: 991px) {
	.bg-inverse img {
		margin-top: 4px;
		margin-bottom: 4px;
	}
}
/*******************************/
/*            Footer           */
/*******************************/
#piepagina .footer {
	font-size: 13px;
	color: #1f3670;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9cbfd1+0,7e9eb7+45,517087+100 */
	background: rgb(156,191,209); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(156,191,209,1) 0%, rgba(126,158,183,1) 45%, rgba(81,112,135,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(156,191,209,1) 0%,rgba(126,158,183,1) 45%,rgba(81,112,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(156,191,209,1) 0%,rgba(126,158,183,1) 45%,rgba(81,112,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cbfd1', endColorstr='#517087',GradientType=0 ); /* IE6-9 */
}
.icono {
	font-size: 30px;
}
.social {
	display: inline-flex;
}
.social li:nth-child(2) {
	margin-left: 10px;
}
#piepagina hr {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #35577a;
}
#marcafooter {
	margin-bottom: 10px;
}
#copyright {
	margin-left: 10px;
}
#piepagina .footer a {
	color: #033472;
}
#piepagina .footer a:hover {
	text-decoration: none;
	color: #161b3e;
}
#piepagina h5 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 700;
}
#piepagina h6 {
	font-size: 14px;
	font-weight: 700;
}
.disclaimer {
	padding: 8px;
	font-size: 14px;
	color: rgba(255,255,255,.5);
	background-color: #1f3670;
}
/*******************************/
/*         Imagen-Info         */
/*******************************/
.vista-info {
  height: calc(50vh + 56px);
	filter: blur(0px) brightness(100%);
	transition: filter 300ms linear;
	position: relative;
	overflow: hidden;
}
.vista-info img {
  display: block;
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
	.featurette img {
	  display: block;
	  width: 100%;
		height: 70vh;
	  object-fit: cover;
	}
}
@media screen and (max-width: 767px) {
	.featurette img {
	  display: block;
		width: 100%;
	  object-fit: cover;
	}
}
.change-color {
	filter: blur(.3px) brightness(30%);
	transition: filter 300ms linear;
}
.mascara-info {
  position: absolute;
  top: 56px;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  background-attachment: fixed;
  background: -webkit-linear-gradient(transparent, #1f3670);
  background: linear-gradient(transparent, #1f3670);
}
#iconos-amarillo {
		width: 100px;
		background-color: #f5d86d;
		border-radius: 100px;
}
#iconos-salmon {
		width: 100px;
		background-color: #f76c6c;
		border-radius: 100px;
}
#iconos-celeste {
		width: 100px;
		background-color: #4bcce7;
		border-radius: 100px;
}
#iconos-azul {
		width: 100px;
		background-color: #1f3670;
		border-radius: 100px;
}
#marcas {
    max-width: 200px;
    max-height: 120px;
}
@media screen and (min-width: 768px) {
	#historia {
		height: 550px;
		width: 365px;
	}
}
@media screen and (max-width: 767px) {
	#historia {
		height: 400px;
		width: 266px;
	}
}
/*******************************/
/*             Info            */
/*******************************/
.row {
	margin-right: 0;
	margin-left: 0;
}
.mb-6 {
    margin-bottom: 4.5em!important;
}
.mb-7 {
    margin-bottom: 6em!important;
}
.py-6 {
    padding-top: calc(6em - 15px)!important;
    padding-bottom: 4.5em!important;
}
.py-7 {
    padding-top: 1.5em!important;
}
.lead-info {
	font-weight: 300;
}
@media screen and (min-width: 992px) {
		.container h1 {
			font-size: 48px;
			font-weight: 300;
		}
		.container h2 {
			font-size: 36px;
			font-weight: 300;
		}
		.container p {
			font-size: 20px;
		}
		.container-titulo h1 {
			font-size: 48px;
			font-weight: 300;
		}
		.container-titulo h2 {
			font-size: 36px;
			font-weight: 300;
		}
		.container-titulo p {
			font-size: 20px;
		}
		.container-titulo li {
			font-size: 20px;
		}
    .medio h2 {
			font-size: 45px;
		  font-weight: 300;
		  margin: 0 0 .1em;
		}
		.medio h3{
			margin-top: 1rem;
			font-size: 24px;
			font-weight: 400;
		}
    .medio li {
			font-size: 20px;
		}
		.row p {
			font-size: 20px;
		}
		.row ol {
			font-size: 18px;
		}
		.lead-info {
			font-size: 18px !important;
		}
		#sec {
			font-size: 18px;
		}
}
@media screen and (max-width: 991px) and (min-width: 600px) {
		.container h1 {
			font-size: 44px;
			font-weight: 300;
		}
		.container h2 {
			font-size: 32px;
			font-weight: 300;
		}
		.container p {
			font-size: 19px;
		}
		.container-titulo h1 {
			font-size: 44px;
			font-weight: 300;
		}
		.container-titulo h2 {
			font-size: 32px;
			font-weight: 300;
		}
		.container-titulo p {
			font-size: 19px;
		}
		.container-titulo li {
			font-size: 19px;
		}
    .medio h2 {
			font-size: 38px;
			font-weight: 300;
			margin: 0 0 .1em;
		}
		.medio h3{
			margin-top: .5rem;
			font-size: 21px;
			font-weight: 400;
		}
    .medio li {
			font-size: 19px;
		}
		.row p	{
			font-size: 18px;
		}
		.row ol {
			font-size: 16px;
		}
		.lead-info {
			font-size: 16px !important;
		}
		#sec {
			font-size: 16px;
		}
}
@media screen and (max-width: 599px) {
		.container h1 {
			font-size: 40px;
			font-weight: 300;
		}
		.container h2 {
			font-size: 28px;
			font-weight: 300;
		}
		.container p {
			font-size: 17px;
		}
		.container-titulo h1 {
			font-size: 40px;
			font-weight: 300;
			margin-left: -10px;
			margin-right: -10px;
		}
		.container-titulo h2 {
			font-size: 28px;
			font-weight: 300;
		}
		.container-titulo p {
			font-size: 17px;
		}
		.container-titulo li {
			font-size: 17px;
		}
    .medio h2 {
			font-size: 30px;
			font-weight: 300;
			margin: 0 0 .1em;
		}
		.medio h3{
			margin-top: .25rem;
			font-size: 19px;
			font-weight: 400;
		}
    .medio li {
			font-size: 17px;
		}
		.row p {
			font-size: 16px;
		}
		.row ol {
			font-size: 14px;
		}
		.lead-info {
			font-size: 14px !important;
		}
		#sec {
			font-size: 14px;
		}
}
.container-titulo {
	padding-top: 6em;
	padding-bottom: 5em;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 60px;
	padding-left: 60px;
}
.container-ad {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#ad {
	height: 400px;
}
.medio {
		margin-left: 10%;
		margin-right: 10%;
}
@media (max-width: 768px) {
    .medio {
        margin-bottom: 20px;
				margin-top: 20px;
    }
}
.titulo-info {
	font-family: 'Hind Siliguri', sans-serif;
	margin-top: 15px;
	margin-bottom: 0;
}
#centro {
	text-align: center;
}
#alineado {
	display: inline-block;
	text-align: left;
}
#bullets {
	list-style-position: outside;
	margin-left: -22px;
}
#bullets li {
	list-style-image: url(../../assets/images/icono/asterisco.png);
}
@media (min-width: 576px) {
  .container-titulo {
    padding-right:60px;
    padding-left:60px;
  }
}
@media (min-width: 768px) {
  .container-titulo {
    padding-right:60px;
    padding-left:60px;
  }
}
@media (min-width: 992px) {
  .container-titulo {
    padding-right:60px;
    padding-left:60px;
  }
}
@media (min-width: 1200px) {
  .container-titulo {
    padding-right:60px;
    padding-left:60px;
  }
}
@media (min-width: 640px) {
  .container-titulo {
    width: 600px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-titulo {
    width: 700px;
    max-width: 100%;
  }
}
/*******************************/
/*           Contacto          */
/*******************************/
.form-control:focus {
  border-color: #f76c6c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6);
}
#mensaje {
	resize: none;
}
.input-group-addon {
	width: 41px;
	background-color: #f76c6c;
	color: #fff;
}
.input-group-tel {
	width: 50px;
	text-align: center;
	padding: 6px;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #d9d9d9;
}
.desvanecer {
	opacity: 0;
	-webkit-transition: opacity 1000ms linear;
	transition: opacity 1000ms linear;
}
.sombra {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	border-radius: 10px;
}
.carta {
	padding: 20px 10px 10px 10px;
}
.form-group {
	margin-bottom: 10px;
}
.leyenda {
	background-color: #f76c6c;
	padding: 20px;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.leyenda h3 {
	margin-top: .5em;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*******************************/
/*           Nosotros          */
/*******************************/
.nombre {
	float: left;
	margin-top: 9px;
	margin-left: 5px;
}
.mas {
	float: right;
	margin-top: 12px;
	margin-right: 5px;
	transition: 350ms cubic-bezier(.4,.6,.2,.7);
}
.rotate-icon {
    transform: rotate(45deg);
}
/*******************************/
/*            Hero             */
/*******************************/
.vista {
  height: calc(100vh - 56px);
}
.vista img {
  display: block;
  width: 100%;
  height: calc(100vh - 56px);
  object-fit: cover;
}
.fillContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.fillContainer video {
  min-width: 100%;
  min-height: 100%;
}
.mascara {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background: -webkit-linear-gradient(transparent, #1f3670);
  background: linear-gradient(transparent, #1f3670);
}
.amarillo-claro {
  background-color: rgba(240, 222, 136, .1);
}
.amarillo-normal {
  background-color: rgba(240, 222, 136, .3);
}
.amarillo-oscuro {
  background-color: rgba(240, 222, 136, .7);
}
.salmon-claro {
  background-color: rgba(247, 108, 108, .1);
}
.salmon-normal {
  background-color: rgba(247, 108, 108, .3);
}
.salmon-oscuro {
  background-color: rgba(247, 108, 108, .7);
}
.celeste-claro {
  background-color: rgba(75, 204, 231, .1);
}
.celeste-normal {
  background-color: rgba(75, 204, 231, .3);
}
.celeste-oscuro {
  background-color: rgba(75, 204, 231, .7);
}
.azul-claro {
  background-color: rgba(43, 58, 171, .1);
}
.azul-normal {
  background-color: rgba(43, 58, 171, .3);
}
.azul-oscuro {
  background-color: rgba(43, 58, 171, .7);
}
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
       -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
         -o-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
}
.hero h1 {
	font-weight: 300;
	margin: 0 0 .1em;
}
@media screen and (min-width: 960px) {
		.hero {
			width: 750px;
		}
		@media screen and (min-height: 700px) {
				.hero {
					font-size: 30px;
				}
				.hero h1 {
					font-size: 48px;
				}
		}
		@media screen and (min-height: 500px) and (max-height: 699px) {
				.hero {
					font-size: 25px;
				}
				.hero h1 {
					font-size: 44px;
				}
		}
		@media screen and (max-height: 499px) {
				.hero {
					font-size: 20px;
				}
				.hero h1 {
					font-size: 32px;
				}
		}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
		.hero {
			width: 450px;
		}
		@media screen and (min-height: 700px) {
				.hero {
					font-size: 30px;
				}
				.hero h1 {
					font-size: 46px;
				}
		}
		@media screen and (min-height: 500px) and (max-height: 699px) {
				.hero {
					font-size: 25px;
				}
				.hero h1 {
					font-size: 44px;
				}
		}
		@media screen and (max-height: 499px) {
				.hero {
					font-size: 14px;
				}
				.hero h1 {
					font-size: 25px;
				}
		}
}
@media screen and (max-width: 599px) {
		@media screen and (orientation: portrait) {
				.hero {
					font-size: 20px;
				}
				.hero h1 {
					font-size: 38px;
				}
		}
		@media screen and (orientation: landscape) {
				.hero {
					font-size: 14px;
					width: 450px;
				}
				.hero h1 {
					font-size: 25px;
				}
		}
}
@media screen and (min-height: 700px) {
		.card-title {
			font-size: 1.5rem;
		}
}
@media screen and (min-height: 500px) and (max-height: 699px) {
		.card-title {
			font-size: 1rem;
		}
}
@media screen and (max-height: 499px) {
		.card-title {
			font-size: .85rem;
		}
}
#titulo-amarillo,
#titulo-salmon,
#titulo-celeste,
#titulo-azul {
	text-align: center;
	font-family: 'Hind Siliguri', sans-serif;
	text-transform: uppercase;
}
#titulo-amarillo h1:after,
#titulo-amarillo h2:after,
#titulo-salmon h1:after,
#titulo-salmon h2:after,
#titulo-celeste h1:after,
#titulo-celeste h2:after,
#titulo-azul h1:after,
#titulo-azul h2:after {
	content: "";
	display: block;
}
#titulo-amarillo h1:after,
#titulo-amarillo h2:after {
    background: #f5d86d;
}
#titulo-salmon h1:after,
#titulo-salmon h2:after {
    background: #ee6464;
}
#titulo-celeste h1:after,
#titulo-celeste h2:after {
    background: #4bcce7;
}
#titulo-azul h1:after,
#titulo-azul h2:after {
    background: #1f3670;
}
@media screen and (min-width: 960px) {
		#titulo-amarillo h1:after,
		#titulo-amarillo h2:after,
		#titulo-salmon h1:after,
		#titulo-salmon h2:after,
		#titulo-celeste h1:after,
		#titulo-celeste h2:after,
		#titulo-azul h1:after,
		#titulo-azul h2:after {
			width: 150px;
			height: 5px;
			margin: 15px auto;
		}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
		@media screen and (min-height: 500px) {
				#titulo-amarillo h1:after,
				#titulo-amarillo h2:after,
				#titulo-salmon h1:after,
				#titulo-salmon h2:after,
				#titulo-celeste h1:after,
				#titulo-celeste h2:after,
				#titulo-azul h1:after,
				#titulo-azul h2:after {
					width: 150px;
					height: 5px;
					margin: 15px auto;
				}
		}
		@media screen and (max-height: 499px) {
				#titulo-amarillo h1:after,
				#titulo-amarillo h2:after,
				#titulo-salmon h1:after,
				#titulo-salmon h2:after,
				#titulo-celeste h1:after,
				#titulo-celeste h2:after,
				#titulo-azul h1:after,
				#titulo-azul h2:after {
					width: 120px;
					height: 3px;
					margin: 9px auto;
				}
		}
}
@media screen and (max-width: 599px) {
	#titulo-amarillo h1:after,
	#titulo-amarillo h2:after,
	#titulo-salmon h1:after,
	#titulo-salmon h2:after,
	#titulo-celeste h1:after,
	#titulo-celeste h2:after,
	#titulo-azul h1:after,
	#titulo-azul h2:after {
		width: 120px;
		height: 4px;
		margin: 9px auto;
	}
}
.hero p {
  margin-top: 10px;
}
/*******************************/
/*           Button            */
/*******************************/
.btn a {
	color: #fff;
}
.btn.btn-amarillo,
.btn.btn-amarillo:focus {
  color: #1f3670;
  background-color: #f5d86d;
  border-color: #f5d86d;
  outline: none;
  margin: 0px 0px 2px;
}
.btn.btn-amarillo:hover {
  background-color: #e8ca58;
  border-color: #e8ca58;
}
.btn.btn-salmon,
.btn.btn-salmon:focus {
  color: #f5f5f5;
  background-color: #f76c6c;
  border-color: #f76c6c;
  outline: none;
  margin: 0px 0px 2px;
}
.btn.btn-salmon:hover {
  background-color: #ee6464;
  border-color: #ee6464;
}
.btn.btn-celeste,
.btn.btn-celeste:focus {
  color: #f5f5f5;
  background-color: #4bcce7;
  border-color: #4bcce7;
  outline: none;
  margin: 0px 0px 2px;
}
.btn.btn-celeste:hover {
  background-color: #29a9c3;
  border-color: #29a9c3;
}
@media screen and (min-height: 700px) {
		.btn.btn-lg {
		  padding: 10px 40px;
		}
		.btn-lg {
			font-size: 1.25rem;
		}
}
@media screen and (min-height: 500px) and (max-height: 699px) {
		.btn.btn-lg {
		  padding: 8px 32px;
		}
		.btn-lg {
			font-size: 1rem;
		}
}
@media screen and (max-height: 499px) {
		.btn.btn-lg {
			padding: 6px 26px;
		}
		.btn-lg {
			font-size: .85rem;
		}
}
/*******************************/
/*            Error            */
/*******************************/
.nombre-error h4 {
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
}
@media screen and (min-height: 700px) {
		.btn-error {
			width: 220px;
			margin: 2px 5px 2px 5px !important;
			padding: .5rem 1rem !important;
		}
		#icono-error {
		  float: right;
			margin-top: 11px;
			margin-right: 5px;
			font-size: 20px;
		}
		.nombre-error {
			float: left;
			margin-top: 9px;
			margin-left: 5px;
		}
		.nombre-error h4 {
			font-size: 1.5rem;
		}
}
@media screen and (min-height: 500px) and (max-height: 699px) {
		.btn-error {
			width: 180px;
			margin: 2px 5px 2px 5px !important;
			padding: .3rem .7rem !important;
		}
		#icono-error {
			float: right;
			margin-top: 10px;
			margin-right: 5px;
			font-size: 18px;
		}
		.nombre-error {
			float: left;
			margin-top: 9px;
			margin-left: 5px;
		}
		.nombre-error h4 {
			font-size: 1.25rem;
		}
}
@media screen and (max-height: 499px) {
		.btn-error {
			width: 140px;
			margin: 2px 5px 2px 5px !important;
			padding: .1rem .4rem !important;
		}
		#icono-error {
			float: right;
			margin-top: 9px;
			margin-right: 5px;
			font-size: 15px;
		}
		.nombre-error {
			float: left;
			margin-top: 9px;
			margin-left: 5px;
		}
		.nombre-error h4 {
			font-size: 1rem;
		}
}
/*******************************/
/*         AmigoCloud          */
/*******************************/
.container-amigo {
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width: 992px) {
		.logo {
			width: 400px!important;
			height: auto!important;
		}
}
@media screen and (min-width: 600px) and (max-width: 991px) {
		@media screen and (min-height: 600px) {
				.logo {
					width: 300px!important;
					height: auto!important;
				}
		}
		@media screen and (max-height: 599px) {
				.logo {
					width: 200px!important;
					height: auto!important;
				}
		}
}
@media screen and (max-width: 599px) {
		@media screen and (min-height: 525px) {
				.logo {
					width: 200px!important;
					height: auto!important;
				}
		}
		@media screen and (max-height: 524px) {
				.logo {
					width: 150px!important;
					height: auto!important;
				}
		}
}
.logo2 {
	width: 240px!important;
	height: auto!important;
}
.ubicacion-info {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
}
@media screen and (min-width: 992px) {
		.ubicacion-info {
			margin-left: -200px;
		}
}
@media screen and (min-width: 600px) and (max-width: 991px) {
		@media screen and (min-height: 600px) {
				.ubicacion-info {
					margin-left: -150px;
				}
		}
		@media screen and (max-height: 599px) {
				.ubicacion-info {
					margin-left: -100px;
				}
		}
}
@media screen and (max-width: 599px) {
		@media screen and (min-height: 525px) {
				.ubicacion-info {
					margin-left: -100px;
				}
		}
		@media screen and (max-height: 524px) {
				.ubicacion-info {
					margin-left: -75px;
				}
		}
}
#titulo-amigo {
	text-align: center;
	font-family: 'Hind Siliguri', sans-serif;
	text-transform: uppercase;
}
#parrafo-amigo p:before {
	content: "";
	display: block;
	background: #ee6464;
}
@media screen and (min-width: 960px) {
		#parrafo-amigo p:before {
			width: 150px;
			height: 5px;
			margin: 15px auto;
		}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
		@media screen and (min-height: 500px) {
				#parrafo-amigo p:before {
					width: 150px;
					height: 5px;
					margin: 15px auto;
				}
		}
		@media screen and (max-height: 499px) {
				#parrafo-amigo p:before {
					width: 120px;
					height: 3px;
					margin: 9px auto;
				}
		}
}
@media screen and (max-width: 599px) {
		#parrafo-amigo p:before {
			width: 120px;
			height: 4px;
			margin: 9px auto;
		}
}
.mb-8 {
	margin-top: 1.5em!important;
  margin-bottom: .5em!important;
}
#amigomarco {
  padding-top: 86px;
  margin-top: -86px;
	text-align: center;
}
.seleccionador {
	text-align: center;
	margin-top: 26px;
	margin-bottom: -6px;
}
#primero,
.seleccionar,
#segundo {
	display: inline-block;
	vertical-align: top;
}
#primero {
	margin-right: 5px;
	margin-left: 12px;
}
#segundo {
	margin-left: 5px;
}
.activo {
	color: #4a4a4a;
}
.pasivo {
	color: #5a5a5a70;
}
.int-amigo {
	position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
	margin-bottom: 0;
}
.int-amigo input {
	display: none;
}
.interruptor {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1f3670;
	border-radius: 24px;
	-webkit-transition: 0.35s;
		 -moz-transition: 0.35s;
	 		 -o-transition: 0.35s;
			 		transition: 0.35s;
}
.interruptor:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
	border-radius: 50%;
	border: solid #c0c0c1 1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,e5e5e5+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 1%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 1%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 1%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-transition: 0.35s;
		 -moz-transition: 0.35s;
	 		 -o-transition: 0.35s;
			 		transition: 0.35s;
}
input:checked + .interruptor {
  background-color: #4bcce7;
}
input:focus + .interruptor {
  box-shadow: 0 0 1px #4bcce7;
}
input:checked + .interruptor:before {
  -webkit-transform: translateX(22px);
  		-ms-transform: translateX(22px);
  				transform: translateX(22px);
}
#plat {
	margin-top: -70px;
}
.switch {
  position: relative;
  margin: 26px auto;
	margin-bottom: -70px;
  border-radius: 3px;
 	border: 1px solid #cccccc;
}
.switch-capa {
	position: relative;
  z-index: 2;
	font-weight: 300;
  text-align: center;
  cursor: pointer;
}
.switch-capa:active {
  font-weight: 400;
}
.switch-capa-off {
  padding-left: 4px;
}
.switch-capa-on {
  padding-left: 4px;
}
.switch-input {
  display: none;
}
.switch-input:checked + .switch-capa {
  color: #fff;
	-webkit-transition: 0.35s ease-out;
		 -moz-transition: 0.35s ease-out;
	 		 -o-transition: 0.35s ease-out;
			 		transition: 0.35s ease-out;
}
.switch-elegir {
  display: block;
  position: absolute;
  z-index: 1;
	top: 0;
	left: 0;
  border-radius: 3px;
  background-color: #1f3670;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
		 -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
		 			box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	-webkit-transition: left 0.35s ease-out;
		 -moz-transition: left 0.35s ease-out;
		 	 -o-transition: left 0.35s ease-out;
			 		transition: left 0.35s ease-out;
}
.esconder {
	display: none;
}
.mostrar {
	display: block;
}
.amigo {
  padding: 20px 20px 22px 20px;
  border-radius: 10px 10px 0 0;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
.titulo {
	text-align: center;
  border-radius: 10px 10px 0 0;
	margin-bottom: 0;
	padding-bottom: 1px;
}
.precioamigo {
	text-align: center;
}
.precioamigo p {
	margin-bottom: 0;
}
.frase {
	text-align: center;
	padding: 0 20px 1px 20px;
	margin-bottom: 0;
}
.amigodolar {
	padding-top: 6px;
}
.peso {
	display: inline-block;
  font-weight: 500;
  vertical-align: middle;
}
.precio {
  letter-spacing: -2px;
  line-height: 55px;
	font-weight: 500;
  padding: 0;
  vertical-align: middle;
}
.mes {
  font-weight: 500;
  letter-spacing: 2px;
	line-height: 25px;
  vertical-align: bottom;
}
.licencia {
	padding-bottom: 7px;
	font-weight: 500;
}
@media screen and (min-width: 1040px) {
		.switch {
			height: 45px;
			width: 170px;
		}
		.switch-capa {
			width: 80px;
			line-height: 40px;
			font-size: 18px;
		}
		.switch-input:checked + .switch-capa-on ~ .switch-elegir {
			left: 84px;
		}
		.switch-elegir {
			width: 84px;
			height: 43px;
		}
		.titulo {
			font-size: 18px!important;
		}
		.frase {
			font-size: 14px!important;
		}
		.peso {
			font-size: 20px!important;
		}
		.precio {
			font-size: 50px!important;
		}
		.mes {
			font-size: 15px!important;
		}
		.licencia {
			font-size: 18px!important;
		}
		.tabla table {
			font-size: 14px!important;
		}
		.tabla h1 {
			font-size: 17px;
		}
}
@media screen and (max-width: 1039px) {
		.switch {
			height: 33px;
			width: 154px;
		}
		.switch-capa {
			width: 72px;
			line-height: 30px;
			font-size: 15px;
		}
		.switch-input:checked + .switch-capa-on ~ .switch-elegir {
			left: 76px;
		}
		.switch-elegir {
			width: 76px;
			height: 31px;
		}
		.titulo {
			font-size: 16px!important;
		}
		.frase {
			font-size: 12px!important;
		}
		.peso {
			font-size: 16px!important;
		}
		.precio {
			font-size: 46px!important;
		}
		.mes {
			font-size: 13px!important;
		}
		.licencia {
			font-size: 15px!important;
		}
		.tabla table {
			font-size: 12px!important;
		}
		.tabla h1 {
			font-size: 15px;
		}
		#primero,
		#segundo {
			font-size: 14px;
		}
}
#amigoamarillo {
	background: #f5d86d;
	color: #1f3670;
}
#amigoamarilloclaro {
	background: #f5d86dd4;
	color: #1f3670;
}
#amigosalmon {
	background: #f76c6c;
	color: #fff;
}
#amigosalmonclaro {
	background: #f76c6cd4;
	color: #fff;
}
#amigoazul {
	background: #1f3670;
	color: #fff;
}
#amigoazulclaro {
	background: #1f3670d4;
	color: #fff;
}
#amigoceleste {
	background: #4bcce7;
	color: #1f3670;
}
#amigocelesteclaro {
	background: #4bcce7d4;
	color: #1f3670;
}
#letrasazules {
	color: #1f366fd1;
}
#letrasblancas {
	color: #ffffffd1;
}
.tabla table {
	width: 100%;
	margin: auto;
	font-size: 14px;
}
#tablaamarillo tr:nth-child(2n+1) {
	background: #f5d86d2b;
}
#tablasalmon tr:nth-child(2n+1) {
	background: #f76c6c2b;
}
#tablaazul tr:nth-child(2n+1) {
	background: #1f36702b;
}
#tablaceleste tr:nth-child(2n+1) {
	background: #4bcce72b;
}
.tabla td:nth-child(1) {
	width: 55%;
	padding: 5px 20px;
}
.tabla td:nth-child(2) {
	text-align: center;
	padding: 5px 0;
}
.tabla h1 {
	margin: 5px 0;
	font-weight: 400;
}
.btn.btn-amigo,
.btn.btn-amigo:focus {
  outline: none;
  margin: 0;
	padding: 5px 19px!important;
	font-size: 14px;
}
#btn-amarillo,
#btn-amarillo:focus {
	color: #1f3670;
	background-color: #f5d86dd4;
	border-color: #f5d86d;
}
#btn-amarillo:hover {
	background-color: #f5d86d;
  border-color: #f5d86d;
}
#btn-salmon,
#btn-salmon:focus {
	color: #fff;
	background-color: #f76c6cd4;
	border-color: #f76c6c;
}
#btn-salmon:hover {
	background-color: #f76c6c;
  border-color: #f76c6c;
}
#btn-azul,
#btn-azul:focus {
	color: #fff;
	background-color: #1f3670d4;
	border-color: #1f3670;
}
#btn-azul:hover {
	background-color: #1f3670;
  border-color: #1f3670;
}
#btn-celeste,
#btn-celeste:focus {
	color: #1f3670;
	background-color: #4bcce7d4;
	border-color: #4bcce7;
}
#btn-celeste:hover {
	background-color: #4bcce7;
  border-color: #4bcce7;
}
.nombre-amigo {
	float: left;
	margin-top: 2px;
}
.mas-amigo {
	float: right;
	margin-top: 2px;
	transition: 350ms cubic-bezier(.4,.6,.2,.7);
}
.cruz,
.check {
	width: 14px;
  height: 14px;
  display: block;
	background-repeat: no-repeat;
  background-position: center;
	margin: 0 auto;
}
.cruz {
	background: url(../../assets/images/icono/aa9.png);
}
.check {
	background: url(../../assets/images/icono/aa10.png);
}
