@charset "UTF-8";
/*Estilos propios*/
a {font-size: 15px;}
b {font-family: 'MovistarTextBold'}
h1, h2, h3 {font-family: 'MovistarHeadlineRegular',Verdana,Geneva,sans-serif; color: #005c84;}
/* * * * * * * */


@font-face{ 
	font-family: 'MovistarHeadLineBold';
	src: url('../fonts/webfont/movistarheadline-bold-webfont.eot');
	src: url('../fonts/webfont/movistarheadline-bold-webfont.eot') format('embedded-opentype'),
	     url('../fonts/webfont/movistarheadline-bold-webfont.woff') format('woff'),
	     url('../fonts/webfont/movistarheadline-bold-webfont.svg') format('svg');
}
@font-face{ 
	font-family: 'MovistarHeadLineRegular';
	src: url('../fonts/webfont/movistarheadline-regular-webfont.eot');
	src: url('../fonts/webfont/movistarheadline-regular-webfont.eot') format('embedded-opentype'),
	     url('../fonts/webfont/movistarheadline-regular-webfont.woff') format('woff'),
	     url('../fonts/webfont/movistarheadline-regular-webfont.svg') format('svg');
}
@font-face{ 
	font-family: 'MovistarTextBold';
	src: url('../fonts/webfont/movistartext-bold-webfont.eot');
	src: url('../fonts/webfont/movistartext-bold-webfont.eot') format('embedded-opentype'),
	     url('../fonts/webfont/movistartext-bold-webfont.woff') format('woff'),
	     url('../fonts/webfont/movistartext-bold-webfont.svg') format('svg');
}
@font-face{ 
	font-family: 'MovistarTextRegular';
	src: url('../fonts/webfont/movistartext-regular-webfont.eot');
	src: url('../fonts/webfont/movistartext-regular-webfont.eot') format('embedded-opentype'),
	     url('../fonts/webfont/movistartext-regular-webfont.woff') format('woff'),
	     url('../fonts/webfont/movistartext-regular-webfont.svg') format('svg');
}
@font-face{ 
  font-family: 'MovistarMarket';
  src: url('../fonts/webfont/movistar_market-webfont.eot');
  src: url('../fonts/webfont/movistar_market-webfont.eot') format('embedded-opentype'),
       url('../fonts/webfont/movistar_market-webfont.woff') format('woff'),
       url('../fonts/webfont/movistar_market-webfont.svg') format('svg');
}


body{
  font-family: 'MovistarTextRegular',Verdana,Geneva,sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #747474;
  height: auto;
  
  -webkit-font-smoothing: antialiased;
  background-color:#FFF;
  padding-bottom: 20px;
}

header{
  background: #009Ae0;
  padding: 20px 0;
}

.logo{
  width: 220px;
}

header a{
  color: #FFF;
  margin-top: 10px;
  display: block;
}

header a:hover{
  color: #FFF;
  text-decoration: underline;
}

#banner{
  background: url(../img/backsancion.png) no-repeat center right, #f4f5f0;
  min-height: 180px;
  box-shadow: 0px 2px 2px rgba(0,0,0, .2);
}

#banner .container .span6{
  padding: 60px 0;
}


/** Seccion Datos **/
section#form{ margin-top: 3em; }

.icons img{
  margin-top: -7px; 
  width: 24px;
  margin-right: 5px;
}

section#form .formulario{
  margin-top: 40px;
}

section#form hr{
  border-bottom: 1px solid #005c84;
  margin: 10px auto 10px auto; 
}

section#form select{
  background: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  height: 40px;
  position: relative;
  margin-top: 1.4rem  !important;
  color: #9e9e9e;
  font-size: 1rem !important;
  width: 100%
}

select option{
  color: #9e9e9e;
  border: none;
}

section#banner a.btn-blue,
section#form a.btn-blue{
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  background-color: #60a5da;
  color: #FFF;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.btn-blue {
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  background-color: #60a5da;
  color: #FFF;
  text-align: center;
  display: block;
  margin-top: 10px;
  width: 100%;
  min-width: 200px;
  border: none;
}

section#banner a.btn-blue{
  width: 200px;
  margin-top: 20px;
}

section#form .navy{
  background: #005c84;
  color: #fff;
  padding: 10px 20px 4px 10px;
  margin-top: 20px;
  margin-bottom: 20px; 
}

section#form .span12.alert.green{
  background: #7ab800;
  color: #FFF;
  border: none;
  margin-top: 10px;
  padding: 20px 0 10px 0;
  min-height: 70px;
}

section#form .span6.alert.blue{
  background: #60a5da;
  color: #FFF;
  border: none;
  margin-top: 10px;
  padding: 20px 0 10px 0;
  min-height: 70px;
}

section#form .span12.alert.grey{
  background: #f6f1f9;
  color: #747474;
  border: none;
  margin-top: 10px;
  text-align: center;
  min-height: 70px;
}

section#form .span12.alert.grey ul li p{
  margin-top: 10%;
}

section#form .alert ul{
  list-style: none;
  display: block;
}

section#form .alert ul li{
  display: inline-block;
  float: left;
}

section#form .alert ul li:last-child{
  margin: 0;
  padding: 0;
  width: calc(100% - 90px);
}

section#form .alert ul li p{
  margin-top: 4%;
}

@media (max-width: 768px){
  body{
    padding-right: 0px;
    padding-left: 0px;
  }

  header{
    text-align: center;
  }

  section{
    padding: 0 15px;
  }

  section#banner{
    height: auto;
  }

  section#banner .container .span6{
    padding: 20px 0;
  }

  section#banner .container .span6 h1{
    font-size: 1.6rem;
    line-height: 2rem;
  }

  section#form .span6.alert.blue,
  section#form .span12.alert.green{
    height: 100px;
    padding-bottom: 20px;
  }
  
}


@media (max-width: 480px){
  section#banner{
    background: #f4f5f0;
  }
}