
/*------------------------------------------------------------------
[TABLA DE CONTENIDOS]

	1. Fuentes
	2. Estilos globales
	3. Contenedor principal
	4. Ajustes Condiciones del Alta



-------------------------------------------------------------------*/

@charset "utf-8";

/*-----------------------------
 1. Fuentes REPSOL
-------------------------------*/

#puntos-pendientes
{
	display: none
}



@font-face {
  font-family: 'Repsol-Light';
  src: url('../fonts/RepsolLight.eot');
  src: url('../fonts/RepsolLight.eot?#iefix') format('embedded-opentype'), url('../fonts/RepsolLight.svg#RepsolLight') format('svg'), url('../fonts/RepsolLight.woff') format('woff'), url('../fonts/Repsol-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}


@font-face {
  font-family: "Repsol-Regular";
  src: url('../fonts/repsol_beta-regular-webfont.eot');
  src: url('../fonts/repsol_beta-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/repsol_beta-regular-webfont.woff') format('woff'), url('../fonts/repsol_beta-regular-webfont.ttf') format('truetype'), url('../fonts/repsol_beta-regular-webfont.svg#RepsolRegular') format('svg');
}


@font-face {
    font-family: "Repsol-Bold";
    src: url("../fonts/Repsol-Bold.ttf"), url("../fonts/Repsol-Bold.eot"), url("../fonts/Repsol-Bold.otf");
}


@font-face
{
	font-family: "TitilliumText22L-Regular";
	src: url("../fonts/TitilliumText22L-Regular.ttf")
}

@font-face
{
	font-family: "TitilliumText22L-Ligth";
	src: url("../fonts/TitilliumText22L-Light.ttf")
}

/*-----------------------------
 2. Estilos generales
-------------------------------*/

a:focus, a:hover
{
	color: #0f99de;
	text-decoration: none
}

a:focus
{
	outline: 0
}

ul
{
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.h1, .h2, .h3, .h4
{
	font-family: "Repsol-Regular", sans-serif;
}

.floatleft
{
	float: left
}

.floatright
{
	float: right
}

*
{
	box-sizing: border-box;
	outline: 0 none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body
{
	height: 100%;
}

body
{
	color: #666666;
	font-family: "TitilliumText22L-Regular";
	font-size: 13px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

/*-----------------------------
 3. Contenedor principal
-------------------------------*/
#home-repsol .container_home
{
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

#home-respsol*
{
	box-sizing: border-box;
}

.maincontent-area
{
	overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.center
{
	text-align: center;
}

.clearboth
{
	clear: both;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a
{
	text-decoration: none;
	outline: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5
{
	font-weight: normal;
}
select, select:focus, a:focus, input:focus, select:focus, textarea:focus, a, input, select, textarea, button, a::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner, button::-moz-focus-inner {
 outline: none;
 outline-width: 0;
 border:none !important
}

.txt-color-base
{
	color: #333333 !important
}

/* OPERA FIX */

body:before
{
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

p
{
	margin: 0;
}

.margin-top-300
{
	margin-top: 300px !important;
}
.padding-top-30{
	padding-top:30px !important;
}
.padding-bottom-20{
	padding-bottom:20px !important;
}

 @-moz-keyframes puffIn {
 0% {
 opacity: 0;
 -moz-transform-origin: 50% 50%;
 -moz-transform: scale(2, 2);
 -moz-filter: blur(2px);
}
 100% {
 opacity: 1;
 -moz-transform-origin: 50% 50%;
 -moz-transform: scale(1, 1);
 -moz-filter: blur(0px);
}
}
@-webkit-keyframes puffIn {
 0% {
 opacity: 0;
 -webkit-transform-origin: 50% 50%;
 -webkit-transform: scale(2, 2);
 -webkit-filter: blur(2px);
}
 100% {
 opacity: 1;
 -webkit-transform-origin: 50% 50%;
 -webkit-transform: scale(1, 1);
 -webkit-filter: blur(0px);
}
}
@-o-keyframes puffIn {
 0% {
 opacity: 0;
 -o-transform-origin: 50% 50%;
 -o-transform: scale(2, 2);
 -webkit-filter: blur(2px);
}
 100% {
 opacity: 1;
 -o-transform-origin: 50% 50%;
 -o-transform: scale(1, 1);
 -webkit-filter: blur(0px);
}
}
@-ms-keyframes puffIn {
 0% {
 opacity: 0;
 filter: alpha(opacity=0);
 -ms-transform-origin: 50% 50%;
 -ms-transform: scale(2, 2);
 filter: blur(2px);
}
 100% {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-transform-origin: 50% 50%;
 -ms-transform: scale(1, 1);
 filter: blur(0px);
}
}
@keyframes puffIn {
 0% {
 opacity: 0;
 transform-origin: 50% 50%;
 transform: scale(2, 2);
 filter: blur(2px);
}
 100% {
 opacity: 1;
 transform-origin: 50% 50%;
 transform: scale(1, 1);
 filter: blur(0px);
}
}

.puffIn
{
	-webkit-animation-name: puffIn;
	-moz-animation-name: puffIn;
	-ms-animation-name: puffIn;
	-o-animation-name: puffIn;
	animation-name: puffIn;
}

/*-----------------------/RESET-------------------------------------*/


/*------------------------------HTML------------------------------------------*/
body, html
{
	/*height:100%;*/
	font-size: 17px;
}

.rp-padding-25
{
	padding: 0px 25px;
}

.width_100
{
	width: 100% !important
}

.width_60
{
	width: 65.79% !important
}

.width_40
{
	width: 40% !important;
	padding: 5px 10px 5px 10px !important
}

.width_10
{
	width: 10% !important;
	padding: 5px 10px 5px 10px !important
}

.padding-left-10
{
	padding-left: 10px !important
}

.padding-right-10
{
	padding-right: 10px !important
}

.padding-5
{
	padding: 5px !important
}

h1, h2, h3
{
	font-family: "Repsol-Regular";
}

#cabecera, #contenido, #pie
{
	margin: 0 auto!important;
	max-width: 1024px;
	float: none!important;
}

#cabecera h1
{
	text-align: left;
}

.cabecera span a
{
	text-decoration: underline;
	color: #40a0b6
}

.migas
{
	background: #f5f3f2;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px!important;
	font-size: 14px;
}

.migas li
{
	display: inline-block;
	padding: 10px 10px 10px 15px;
}

.migas li.primero
{
	background: none;
	padding: 10px 0 10px 10px;
}

.migas li.actual
{
	padding-right: 0;
}

.migas li.primero:after
{
	content: "\f105";
	font-family: "FontAwesome";
	padding: 10px 0px 10px 0;
	color: #666;
	position: relative;
	right: -8px;
}

.footer ul:first-child
{
	text-align: left;
	width: 48%;
	display: inline-block
}

.footer ul:nth-child(2)
{
	text-align: right;
	width: 50%;
	display: inline-block
}

.footer
{
	background: #f5f3f2;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 12px!important;
	font-size: 11px;
	font-family: "TitilliumText22L-Ligth";
	color: #6e5f4a
}

.footer li
{
	display: inline-block;
	padding: 10px 10px 10px 15px;
}

.footer li a
{
	text-decoration: none;
}

.footer li.primero
{
	background: none;
	padding: 10px 0 10px 10px;
	font-family: "Arial";
	font-size: 12px;
}

.footer li.segundo
{
	padding-right: 0;
}

.footer li.ultimo
{
	padding-right: 0;
}

.footer li.segundo:after
{
	content: "/";
	padding: 10px 0px 10px 0;
	color: #6e5f4a;
	position: relative;
	right: -8px;
	font-family: "TitilliumText22L-Ligth";
}

.naranja
{
	color: #ff8200;
}

.blanco
{
	color: #FFFFFF;
}

.azul
{
	color: #041E42;
}

.azul-link
{
	color: #40a0b6
}

.marron
{
	color: #7d6b57;
}

.gris-modulo
{
	color: #737373
}

.gris-h5
{
	color: #666666 !important
}

.gris-h6
{
	color: #999999 !important
}

.dorado-footer
{
	color: #6e5f4a !important
}

.bg-fondo-repsol
{
	background: #f5f4f2 url("../images/paso1.png") no-repeat scroll 0 15%;
}

.bg-fondo-repsol_2
{
	background: #f5f4f2 url("../images/paso2.png") no-repeat scroll 0 4%;
}

.bg-fondo-repsol_2.familiares
{
	background: #fef9ee;
}

.familiares
{
	background: #f5f4f2;
}

.wrapper-modulo
{
	display: table;
	padding: 20px 0;
	width: 100%;
}

.size12
{
	font-size: 12px;
	line-height: 14px;
}

.size13
{
	font-size: 13px;
	line-height: 15px;
}

.size14
{
	font-size: 14px;
	line-height: 16px;
}

.size15
{
	font-size: 15px;
	line-height: 20px;
}

.size16
{
	font-size: 16px;
	line-height: 18px;
}

.size18
{
	font-size: 18px;
	line-height: 20px;
}

.size19
{
	font-size: 19px;
	line-height: 21px;
}

.size20
{
	font-size: 20px;
	line-height: 22px;
}

.size22
{
	font-size: 22px;
	line-height: 24px;
}

.size24
{
	font-size: 24px;
	line-height: 24px;
}

.size28
{
	font-size: 34px;
	line-height: 36px;
}

.size34
{
	font-size: 28px;
	line-height: 30px;
}

.uppercase
{
	text-transform: uppercase;
}

.strong
{
	font-weight: bold;
}

.clearBoth
{
	clear: both;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.repsolLight
{
	font-family: 'Repsol-light';
}

.repsolRegular
{
	font-family: 'Repsol-Regular';
}

.repsolBold
{
	font-family: 'Repsol-Bold';
}

.Titi-Normal
{
	font-family: "TitilliumText22L-Regular" !important
}

.Titi-Bold
{
	color: #0e0801;
	font-family: "TitilliumText22L-Regular" !important;
	font-weight: 700;
}

.Titi-Light
{
	font-family: "TitilliumText22L-Ligth" !important;
	font-weight: lighter;
}

.arial
{
	font-family: arial;
}

.boton01
{
	background-color: #ffffff;
	padding: 10px 40px;
	border: 2px solid #ff8200;
	color: #ff8200;
	text-transform: uppercase;
	font-family: 'Repsol-Bold';
	font-size: 14px;
	display: inline-block;
	transition: background-color 0.5s ease;
}

.boton01:hover
{
	background-color: #ff8200;
	color: #ffffff;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.ocultar
{
	display: none;
}

.separator-2
{
	background-color: #e14638;
	display: inline-block;
	height: 4px;
	margin: 5px 0;
	position: relative;
	width: 40px;
}

/*------------------------------/HTML------------------------------------------*/
/*------------------------------INDEX------------------------------------------*/
.contenedor
{
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	padding: 0;
	position: relative;
	overflow: hidden;
}

/*--REPSOL MAS--*/
.repsolMas
{
/*	background-color: #f5f4f2;*/
	display: inline-block;
	padding: 5px;
	width: 100%;
}

.repsolMas .left
{
	background: url("../images/bg-r.png") no-repeat right 15px;
	padding: 35px 210px 50px 40px;
	width: 60%;
	float: left;
}

.repsolMas .left img
{
	margin: 0 0 20px;
}

.repsolMas .right
{
	width: 40%;
	float: right;
	padding: 40px 20px 10px 0;
}

.repsolMas .right img
{
	width: 43%;
	float: left;
}

.repsolMas .right p
{
	width: 56%;
	float: right;
	text-align: right;
}

/* -- slider -- */
.sliderCabecera .slick-dots
{
	width: 50px;
	margin: 20px 0 0 150px;
}

.slick-dots li
{
	width: 15px;
	height: 15px;
	margin: 0;
	float: left;
	font-size: 20px;
	color: #c9c0b4;
	cursor: pointer;
}

.slick-dots li.slick-active
{
	color: #857b6f;
}

.slick-dots li button
{
	text-align: left;
	text-indent: -9999px;
	background: none;
	border: none;
}

.slick-arrow
{
	z-index: 5000;
	background: none;
	border: none;
	width: 30px;
	height: 28px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	bottom: 10px;
	position: absolute;
}

.slick-arrow:before
{
	font-family: 'FontAwesome';
	font-size: 20px;
	border: 1px solid #ff8200;
	background-color: #ffffff;
	color: #ff8200;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 5px 0 0;
	text-align: center;
	transition: background-color 0.5s ease;
}

.slick-prev:before
{
	content: "\f104";
}

.slick-next:before
{
	content: "\f105";
}

.slick-arrow:hover:before
{
	background-color: #ff8200;
	color: #ffffff;
}

.slick-prev
{
	left: 15px;
}

.slick-next
{
	right: 15px;
}

/* -- /slider -- */
.repsolMas .botones
{
	background-color: transparent;
	clear: both;
	display: inline-block;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.repsolMas .botones a
{
	border: 2px solid #ff8200;
	border-radius: 3px;
	color: #ffffff !important;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 10px 5px 10px 5px;
	text-align: center;
	text-transform: uppercase;
	min-width: 170px;
}


.btn-mensaje {
	border: 2px solid #ff8200;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	min-width: 170px;
	background: #3085d6 none repeat scroll 0 0;
    transition: background-color 0.5s ease 0s;
	margin:20px 0px 10px 0px;

}

.frm-btn-mensaje {
	border: none;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	min-width: 170px;
	background: #3085d6 none repeat scroll 0 0;
	transition: background-color 0.5s ease 0s;
/*	margin-top: 20px;*/
}


form.frm-btn-mensaje{
	margin-top: 20px;
}

.btn-mensaje:hover{background: #155088 none repeat scroll 0 0 ; color:#FFF !important}

.repsolMas .botones a.registro
{
	background: #ff8200 none repeat scroll 0 0;
	transition: background-color 0.5s ease 0s;
}

.repsolMas .botones a.registro:hover
{
	background-color: #ffffff;
	color: #ff8200;
}

.repsolMas .botones a.miCuenta
{
	background: #ff8200 url(../images/btn-miCuenta.png) no-repeat -2px -2px;
	transition: background-color 0.5s ease;
}

.repsolMas .botones a.miCuenta:hover
{
	background-color: #ffffff;
	color: #ff8200;
}

.repsolMas .botones button
{
	border: 2px solid #ff8200;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 10px 5px 10px 5px;
	text-align: center;
	text-transform: uppercase;
	min-width: 170px;
}

.repsolMas .botones button.registro
{
	background: #ff8200 none repeat scroll 0 0;
	transition: background-color 0.5s ease 0s;
}

.repsolMas .botones button.registro:hover
{
	background-color: #ffffff;
	color: #ff8200;
}

.repsolMas .botones button.miCuenta
{
	background: #ff8200 url(../images/btn-miCuenta.png) no-repeat -2px -2px;
	transition: background-color 0.5s ease;
}

.repsolMas .botones button.miCuenta:hover
{
	background-color: #ffffff;
	color: #ff8200;
}

.wrapper_codigo_descuento
{
	width: 50%
}

.dropdown-toggle
{
	background-color: #fff;
	background-image: none;
    border: 1px solid #FF8200 !important;
	border-radius: 4px;
	box-shadow: none;
	color: #555;
	display: inline-block;
	font-family: "TitilliumText22L-Ligth" !important;
	font-size: 18px;
	height: 44px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 50%;
	outline: none !important
}
.bootstrap-select .dropdown-menu.open {
    border: 1px solid #FF8200 !important;
}
.dropdown-menu{
	font-family: "TitilliumText22L-Ligth" !important;
	font-size: 18px;
	line-height: 1.42857;
	padding: 6px 12px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active {
    color:#262626;
	text-decoration: none;
	background-color:
	#f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color:#262626;
	text-decoration: none;
	background-color:
	#f5f5f5;
    outline: 0;
}
.help-block
{
	color: #737373;
	display: block;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
	font-family: "TitilliumText22L-Ligth" !important;
	position: absolute
}

.wrapper-condiciones .form-control-feedback
{
	display: block;
	height: 24px;
	line-height: 22px;
	pointer-events: none;
	position: absolute;
	right: -1px;
	text-align: center;
	top: 0;
	width: 24px;
	z-index: 2;
}

.form-control-feedback
{
	display: block;
	height: 24px;
	line-height: 52px;
	pointer-events: none;
	position: absolute;
	right: -30px;
	text-align: center;
	top: 0;
	width: 24px;
	z-index: 2;
}

.dropdown-menu.open
{
	min-height: 140px !important;
}

.dropdown-menu.inner
{
	min-height: 140px !important;
}

/*--/REPSOL MAS--*/
/*--TRIO BENEFICIOS--*/
.trio
{
	margin: 20px auto;
	width: 100%;
}

.trio div
{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.trio > div
{
	height: 295px;
	overflow: hidden;
	width: 33.33%;
	float: left;
	position: relative;
	text-align: center;
}

.trio > div > img
{
	width: 100%;
	height: auto;
}

.trio .ico
{
	width: 100%;
	position: absolute;
	top: 35%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.trio .ico img
{
	margin: 0 0 10px;
}

.trio .ico h2 span
{
	display: block;
}

.trio > div > img
{
	opacity: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.trio .oculto
{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 10%;
}

.trio .oculto p
{
	margin-bottom: 20px;
}

.trio .oculto a
{
	display: block;
	width: 90%;
	color: #ff8200;
	font-size: 14px;
	background: #fff;
	margin: 0 5%;
	padding: 10px 0;
	border: 1px solid #ffffff;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-ms-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.trio .bgAzul .oculto a
{
	color: #007e94;
}

.trio .bgMarron .oculto a
{
	color: #6e6259;
}

.trio .oculto a:hover
{
	color: #fff;
	background: transparent;
}

.trio .bgNaranja
{
	background: #ff8200;
}

.trio .bgNaranja:hover .ico
{
	top: 20%;
}

.trio .bgNaranja:hover > img
{
	opacity: 0;
}

.trio .bgNaranja:hover .oculto
{
	top: 60%;
}

.trio .bgAzul
{
	background: #007e94;
}

.trio .bgAzul:hover .ico
{
	top: 15%;
}

.trio .bgAzul:hover > img
{
	opacity: 0;
}

.trio .bgAzul:hover .oculto
{
	top: 55%;
}

.trio .bgMarron
{
	background: #6e6259;
}

.trio .bgMarron:hover .ico
{
	top: 15%;
}

.trio .bgMarron:hover > img
{
	opacity: 0;
}

.trio .bgMarron:hover .oculto
{
	top: 55%;
}

/*--/TRIO BENEFICIOS--*/

/*-- BANDA BENEFICIOS --*/

.beneficios
{
	height: 171px;
	background: #00385c url("../images/bg-beneficios.jpg") no-repeat 0 0;
	margin: 25px 0 35px;
}

.beneficios h2
{
	float: left;
	width: 20%;
	background: url("../images/ico-beneficio.png") no-repeat 0 0;
	margin: 35px 20px 0;
	padding: 0 0 25px 70px;
}

.beneficios h2 span
{
	line-height: 15px;
}

.beneficios li
{
	float: left;
	min-height: 150px;
	width: 25%;
	list-style: none;
	background: url("../images/separador.png") no-repeat 90% top;
	margin-top:35px;
	padding: 0 5% 0 0;
	margin-top: 35px;
}

.beneficios li.ultimo
{
	background: none;
}

.beneficios li span
{
	float: left;
	margin-bottom: 20px;
}

/*-- /BANDA BENEFICIOS--*/

/*-- DESTACADOS WEBSERVICE --*/

.destacamos
{
	float: left;
	width: 100%;
	margin: 30px 0;
}

.destacamos h2
{
	width: 80%;
	text-align: center;
	margin: 0 10% 30px;
	border-bottom: 1px solid #f4f4f4;
}

.destacamos h2 span
{
	line-height: 0;
	background: #fff;
	padding: 0 20px;
}

.destacamos .dest
{
	position: relative;
	float: left;
	width: 22%;
	min-height: 310px;
	margin: 0 1.5%;
}

.destacamos .dest:last-child
{
	margin-right: 0;
}

.destacamos .dest img
{
	width: 100%;
	margin-bottom: 15px;
}

.destacamos .dest p
{
	margin-bottom: 5px;
}

.destacamos .dest .tipo
{
	font-family: 'Repsol-Bold';
	font-size: 16px;
	color: #ff8200;
}

.destacamos .dest.ahorro .tipo
{
	color: #ff8200;
}

.destacamos .dest.ocio .tipo
{
	color: #007e94;
}

.destacamos .dest.social .tipo
{
	color: #6e6259;
}

.destacamos .dest a
{
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	background: #ff8200;
	padding: 8px 18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #ff8200;
}

.destacamos .dest a:hover
{
	background: #ffffff;
	color: #ff8200;
}

.destacamos .video
{
	width: 100%;
}

/*-- /DESTACADOS WEBSERVICE--*/

/*-- SUMA --*/

.suma
{
	float: left;
	width: 80%;
	margin: 0 10%;
}

.suma img
{
	float: left;
	width: 25%;
}

.suma div
{
	float: right;
	width: 70%;
	background: url("../images/bg-suma.gif") no-repeat 0 25px;
	padding: 20px 20px 20px 50px;
	margin-top: 15px;
}

/*-- /SUMA--*/

/*-- LISTADO VENTAJAS --*/

.ventajas
{
	float: left;
	margin: 50px 0;
}

.ventajas .vent
{
	float: left;
	width: 20%;
	padding: 0 25px;
}

.ventajas .vent img
{
	width: 25%;
	margin-bottom: 10px;
}

/*-- /LISTADO VENTAJAS--*/


/*-- FORMULARIO --*/



.bootstrap-select.form-control
{

	border: none !important;
}

.form-control
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #FF8200 !important;
	border-radius: 4px;
	box-shadow: none;
	color: #555;
	display: inline-block;
	font-size: 14px;
	height: 44px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 50%;
	font-family: "TitilliumText22L-Ligth" !important;
	font-size: 18px;
}

.form-control:focus
{
	border-color: #f9deb9;
	box-shadow: 0 1px 1px rgba(240, 144, 16, 0.075) inset, 0 0 3px rgba(249, 205, 145, 0.6);
	outline: 0 none;
}

.wrapper_codigo_descuento .form-control
{
	width: 30%
}

.acepto_condiciones
{
	display: inline-block;
	font-size: 11px;
	padding-left: 5px;
	text-align: justify;
	vertical-align: middle;
	width: 100%;
	z-index: 999;
}

.contiene_ayuda
{
	display: inline
}

.abre_tooltip
{
	position: relative;
/*	right: 0px;
	top: 38px*/
}

.contiene_ayuda .form-control-feedback
{
	display: block;
	height: 24px;
	line-height: 100px;
	pointer-events: none;
	position: absolute;
	right: -30px;
	text-align: center;
	top: 0;
	width: 24px;
	z-index: 2;
}

.botonAlta:hover{
	background-color: #ffffff;
	color: #ff8200;
}

.botonAlta{
	background:#ff8200 none repeat scroll 0 0;
	color:#ffffff;
	margin:0 10px 0 0;
	padding:10px 5px 10px 5px;
	min-width:170px;
	border-radius:3px;
	transition:background-color 0.5s ease 0s;
	border:2px solid #ff8200;
}
/*-- / FORMULARIO --*/

/*------------------------------/INDEX------------------------------------------*/


@media screen and (max-width:1170px) {


}

@media screen and (max-width:920px) {

.outer-logo
{
	padding: 0px 10px;
}

.cabecera h3
{
	padding: 0px 10px;
}

}

@media screen and (max-width:768px) {

.oculta_tablet
{
	display: none !important
}

.repsolMas
{
	padding: 50px 0 0;
}

.repsolMas h2
{
	text-align: center;
	margin: 50px 0 0;
}

.repsolMas .left
{
	width: 100%;
	text-align: center;
	background: none;
	padding: 0;
}

.repsolMas .left p
{
	width: 70%;
	margin: 0 15% 20px;
}

.repsolMas .right
{
	float: none;
	width: 100%;
	padding: 40px 20px;
}

.repsolMas .right img
{
	float: none;
	width: auto;
	margin: 0 auto;
}

.repsolMas .right p
{
	float: none;
	text-align: left;
	margin: 0 auto 30px;
}

.sliderCabecera .slick-dots
{
	margin: 0 55%;
}

.repsolMas .botones
{
	padding: 30px 0;
}

.repsolMas .botones a
{
	margin: 0;
}

.repsolMas .botones a.registro
{
	margin-bottom: 10px;
}

.trio
{
	margin-top: 0;
}

.trio > div
{
	width: 100%;
	height: 350px;
}

.trio .ico
{
	top: 20%;
}

.trio .oculto
{
	top: 60%;
	width: 100%;
}

.beneficios
{
	float: left;
	height: inherit;
	background-image: none;
}

.beneficios h2
{
	background-color: #fff;
	background-position: 50% top;
	margin: 0;
	padding: 70px 0 30px 40%;
	width: 100%;
}

.beneficios h2 span
{
	float: left;
	width: 100%;
}

.beneficios ul
{
	float: left;
	background: url("../images/bg-beneficios-movil.png") no-repeat center 0;
	padding-top: 20px;
}

.beneficios li
{
	width: 80%;
	min-height: inherit;
	background: none;
	margin: 20px 10% 0;
	padding-top: 0;
}

.beneficios li:last-child
{
	margin-bottom: 10px;
}

.beneficios li span
{
	margin-bottom: 10px;
}

.destacamos
{
	float: none;
}

.destacamos h2
{
	border: none;
}

.destacamos h2 span
{
	line-height: 1.2em;
	border: none;
	padding: 0;
}

.destacamos .dest
{ /*float: none;*/
	width: auto;
	margin: 0;
	min-height: auto;
}

.destacamos .dest p
{
	padding: 0 20px;
}

.destacamos .dest a
{
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	text-align: center;
	margin: 15px 25%;
}

.sliderDestacamos, .slick-slider
{
	width: 100%;
	padding-bottom: 20px;
}

.sliderDestacamos .slick-arrow
{
	top: 25%;
}

.sliderDestacamos .slick-dots
{
	width: 100%;
	margin: 0 48%;
}

.destacamos .video
{
	width: 90%;
	margin: 0 5%;
}

.suma
{
	float: left;
	width: 94%;
	text-align: center;
	background: #f5f3f2;
	margin: 0 3%;
	padding: 20px;
}

.suma img
{
	float: none;
	width: 50%;
}

.suma div
{
	float: none;
	width: 94%;
	background: no-repeat;
	margin: 0 3%;
	padding: 0;
	margin: 0;
}

.suma h2
{
	font-size: 28px;
}

.suma p
{
	text-align: left;
	margin: 10px 0;
}

.ventajas
{
	float: none;
}

.ventajas .vent
{
	float: left;
	text-align: center;
}

.ventajas .vent img
{
	width: auto;
	margin: 0 auto 15px;
}

.ventajas .vent p
{
	width: 75%;
	font-size: 16px;
	line-height: inherit;
	margin: 0 auto;
}

.sliderVentajas .slick-arrow
{
	top: 20%;
}

.outer-logo
{
	padding: 0px 10px;
}

.bg-fondo-repsol
{
	background: #fef9ee url("../images/paso1.png") no-repeat scroll 0 0%;
}

.bg-fondo-repsol_2
{
	background: #fef9ee url("../images/paso2.png") no-repeat scroll 0 0%;
}

.cabecera h1, .cabecera h3, .wrapper-modulo h1, .wrapper-modulo h3
{
	padding: 0px 10px;
}

.wrapper-modulo h1
{
	padding-top: 20px;
}

.wrapper-modulo .repsolMas
{
	margin-top: 0px !important;
	padding-top: 0px !important
}
}


@media screen and (max-width:680px) {

.footer ul:nth-child(2)
{
display: inline-block;
    padding: 0 1px;
    text-align: center !important;
    width: 100%;
}

.footer ul:first-child
{
    display: inline-block;
    text-align: center !important;
    width: 100%;
}
.footer li.segundo::after {
    color: #6e5f4a;
    content: "/";
    font-family: "TitilliumText22L-Ligth";
    padding: 1px 0;
    position: relative;
    right: -2px;
}

.footer li {
    display: inline-block;
    padding: 10px 5px 10px 5px;
}

}






@media screen and (max-width:480px) {

.wrapper-modulo h1
{
	padding-top: 40px;
}

.wrapper-modulo
{
	margin-bottom: 5px !important;
	padding-bottom: 10px !important;
}

.wrapper_codigo_descuento
{
	width: 80%
}

.group_tarjeta .padding-right-10
{
	padding-right: 5px !important
}

.width_40
{
	width: 40% !important;
	padding: 5px 5px 5px 5px !important;
	text-align: left !important
}

.width_10
{
	width: 10% !important;
	padding: 5px 5px 5px 5px !important;
	text-align: center !important
}

.beneficios
{
	background-image: none;
	float: left;
	height: inherit;
}

.repsolMas_tarjeta{margin-top:0px !important ; padding-top:0px !important}

.repsolMas_tarjeta .botones{margin-top:0px !important ; padding-top:0px !important}

.beneficios h2 {margin-bottom:0px !important; margin-top:0px !important}

.footer ul:nth-child(2)
{
display: inline-block;
    padding: 0 1px;
    text-align: left !important;
    width: 100%;
}

.footer ul:first-child
{
    display: inline-block;
    text-align: center !important;
    width: 100%;
}
.footer li.segundo::after {
    color: #6e5f4a;
    content: "/";
    font-family: "TitilliumText22L-Ligth";
    padding: 1px 0;
    position: relative;
    right: -2px;
}

.footer li {
    display: inline-block;
    padding: 10px 5px 10px 5px;
}

.beneficios ul {
    background: rgba(0, 0, 0, 0) url("../images/bg-beneficios-movil.png") no-repeat scroll center 0;
    float: left;
    padding-top: 20px;
}

}

@media screen and (max-width:350px) {

.trio > div
{
	height: 345px;
}

.beneficios h2
{
	background-position: 48% top;
}

.suma img
{
	width: 75%;
}

.rp-padding-25
{
	padding: 0 10px;
}

.beneficios
{
	background-image: none;
	float: left;
	height: inherit;
}


}

.bootstrap-select .dropdown-toggle .caret
{
	border: medium none;
	height: 10px;
	margin-top: -20px !important;
	right: 18px !important;
	width: 10px;
}

.bootstrap-select .dropdown-toggle .caret::before
{
	color: #ff8200;
	content: "";
	font-family: "Fontawesome";
	font-size: 25px;
	font-weight: lighter;
}


.naranja .fa
{
	cursor: pointer;
	font-size: 25px;
}


/*-----------------------------
 4. Condiciones del Alta
-------------------------------*/

.hidden-desktop{display:none}

@media screen and (min-width:768px) {
.wrapper-condiciones{margin-top:0px !important}
.no-margin{margin-top:0px !important}

.no-margin .botones {margin-top:0px !important}
.acepto_condiciones {
    display: inline-block;
    font-size: 11px;
    padding-left: 5px;
    text-align: justify;
    vertical-align: middle;
    width: 740px;
    position: relative;
	margin-top:10px;
	background-color: #f5f4f2;
	padding: 10px 0px;
}

.margin-top-218 {
    margin-top: 202px !important;
}

}
@media screen and (max-width:768px) {
	.hidden-desktop{display:block}
	.rp-padding-45{padding:0px 5px}
}

.invisible {
	visibility: hidden;
}
