﻿/*
Theme Name: Oncampus
Theme URI: http://hacce.com
Author: Brad Williams
Author URI: http://braginteractive.com
Description: Material Design WordPress Theme
Version: 0.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: materialwp
Tags: right-sidebar, fluid-layout, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MaterialWP is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*
 * COLS SAME HEIGHT
 * --------------------------------------------------
 */
/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
@media (max-width:767px){
	.col-height{
		display:block;
		height: auto;
	}
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.2em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.form-control-wrapper .form-control, .form-control, fieldset[disabled] .form-control:focus, .form-control-wrapper .form-control:focus, .form-control:focus, fieldset[disabled] .form-control.focus, .form-control-wrapper .form-control.focus, .form-control.focus {
	padding: 0;
	float: none;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #757575;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #337ab7;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	color: #3f51b5;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-bottom: 40px;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding-right: 20px;
	padding-bottom: 40px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget ul {
	padding: 15px;
	margin-left: 0;
}

.widget-area ul li {
	list-style: none;
}

.widget .textwidget, .widget #calendar_wrap, .widget .tagcloud, .widget .form-search {
	padding: 15px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
#primary {
	/*
	word-wrap: break-word;
	-ms-word-break: break-all;
     
     word-break: break-all;
     */
     /* Non standard for webkit */
     word-break: break-word;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
    hyphens: auto;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta span, 
.entry-footer span  {
	margin-right: 20px;
	display: inline-block;
}

.entry-meta span:last-child, 
.entry-footer span:last-child {
	margin-right: 0;
}

.entry-meta span a, 
.entry-footer span a {
	color: #777;
	text-decoration: none;
	font-size: 90%;
}

.entry-meta span a:hover,
.entry-footer span a:hover {
	text-decoration: underline;
}

.entry-meta span i,
.entry-footer span i {
	color: #777;
	font-size: 80%;
}

.entry-footer .edit-link {
	float: right;
}

.entry-container {
	padding: 35px;
}

.entry-container h1{
	margin-top: 0;
}

.entry-container h1 a{
	color: #404040;
}

.entry-container h1 a:hover{
	text-decoration: none;
	color: #3f51b5;
}

a.read-more {
	text-transform: uppercase;
	color: #404040;
	font-weight: 500;
}

a.read-more:hover {
	text-decoration: none;
	color: #3f51b5;
}

.card {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
}

.card .entry-img {
	background-color: #F4F4F4;
}

.site-footer {
	background-color: #374147;
	padding: 40px 0;
	color: #fff;
	margin-top: 30px;
}

.site-footer a {
	color: #fff;
	opacity: 0.6;
}

.site-footer a:hover {
	color: #fff;
	opacity: 1;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
#secondary {
	word-wrap: break-word;
	-ms-word-break: break-all;
     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
    hyphens: auto;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}

.comments-area {
	padding: 35px;
}

.comments-title, .comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #eee;
}

ol.comment-list {
	list-style:none;
	padding-left: 0;
}

.comment-author .avatar {
	margin-right: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 4px;
}

.comment-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.comment-details .reply {
	margin-top: 10px;
}

.comment-date a {
	font-size: 11px;
	color: #777;
	margin-right: 10px;
}

#commentform #comment {
	width: 100% !important;
}

#commentform #submit {
	position: relative;
	padding: 8px 30px;
	border: 0;
	margin: 10px 1px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255,255,255,.84);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	outline: 0!important;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);

	color: rgba(0,0,0,.84);
	background-color: transparent;
	border-color: #ccc;
}

#commentform #submit:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/
#Container .mix{
	display: none;
}

.btn:not(.btn-link):not(.btn-flat).active {
	box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);
}

.portfolio-list .mix h4 {
	padding: 10px;
	margin: 0;
}

.portfolio-list .mix h4 a {
	color: #404040;
	font-size: 12px;
}

.portfolio-list .mix h4 a:hover {
	text-decoration: none;
	color: #3f51b5;
}

.portfolio-img {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
	margin-bottom: 20px;
}



.preciofinal.alert{
    color: #000000;
    font-size: 26px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    /* border-bottom: 2px solid #fa3f37; */
    padding: 10px 15px;
}
.falsoenlace{
	cursor:pointer;
	color:blue;
	text-decoration: underline;
}
.falsoenlace:hover{
	text-decoration: none;
}
.ms-slide .ms-slide-bgcont{
	direction: rtl;
}
.ms-slide .ms-slide-bgcont > img{
	max-width: none;
}
#contenedor-paso2 fieldset{
	margin: 20px 0 0;
	border: 1px dashed #ccc;
}
#contenedor-paso2 fieldset:last-of-type{
	border:none;
}
#contenedor-paso2 legend {
	margin-bottom: 0;
	display: inline-block;
	width: auto;
	margin-left: 6px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 95%;
	font-size: 19px;
}

/* CONTRATO ADESLAS UNI SEVILLA */

#logo-adeslas-flotante{
	position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 30%;
}
#logo-adeslas-flotante img{
	max-width: 100%;
    height: auto;
}
header#cabecera-fondo-adeslas.entry-header.cabecera-seguro{
	background-size: auto,cover;
    background-repeat: no-repeat;
    background-position: 5% 80%, center;
}
@media(max-width:767px){
	#logo-adeslas-flotante{
	    max-width: 20%;
	}
	header#cabecera-fondo-adeslas.entry-header.cabecera-seguro{
		background-size: 150px,cover;
	    background-repeat: no-repeat;
	    background-position: 5% 95%, center;
	}
}
.cerrado{
	display:none;
}
.capa-borde-thin{
	margin:10px;
	margin-left: 0px;
	padding:15px;
	border:1px solid #ddd;
}
#contratar-expandible h2{
	margin-top: 5px;
    margin-bottom: 25px;
}

.contenido-sorteo{
	padding: 50px 15px;
    font-size: 15px;
    font-weight: 400;
    min-height: 500px;
}
.contratacion-sorteo{
	margin: 0;
    padding: 50px 15px;
    background-color: #f2f2f2;
    min-height: 500px;
}
.single-sorteos article.hentry{
	margin:0;
}
.home .lity-container{
	width:95%;
	max-width: 600px;
}
.home iframe header#masthead{
	display:none;
}
@media (min-width:768px){
	.single-sorteos .entry-container{
		max-width: 600px;
	    float: right;
	}
}

.single-sorteos #asistenteSeguros{
	display:block;
}
.single-sorteos #asistenteSeguros .card{
	max-width: 600px;
}
.single-sorteos #asistenteSeguros .card #tituloForm{
	background:none;
	padding-left: 0px;
}
.single-sorteos #asistenteSeguros .card #tituloForm i{
	color:#fa3f37;
	font-size: 36px;
	vertical-align: middle;
	margin-right: 10px;
}
.single-sorteos #asistenteSeguros .card #tituloForm span{
	vertical-align: middle;
}
body.single.single-sorteos .entry-container,body.single.single-sorteos .entry-content{
	margin-top: 0px;
}
body.single.single-sorteos .entry-content h2{
	margin-top: 0px;
    margin-bottom: 40px;
}
#formSorteo input{
	font-size: 14px;
    margin-bottom: 20px;
}
#formSorteo label{
	font-size: 14px;
    width: 60%;
    float: right;
    clear: both;
    left: 0;
    font-weight: 400;
    color: black;
}
#formSorteo .checkgroup label{
	width:100%;
	line-height: 1.5;
	height:auto;
}
#formSorteo label.active, #formSorteo .select-wrapper+label{
	font-size: 12px;
    text-transform: uppercase;
    color: #fa3f37;
}
#acepto-condiciones, #acepto-condiciones .checkgroup, #acepto-condiciones .input-field{
	float:left;
	width:100%;
	margin-top: 0px;
}
#acepto-condiciones .input-field{
	margin-bottom: 25px;
}
#slider-sorteo{
	margin:30px 40px;
	display:none;
}
#slider-sorteo.slick-slider{
	display:block;
}
.item-slider-sorteo img{
	margin-left: auto;
	margin-right: auto;
}
body .slick-prev:before, .slick-next:before{
	color:#fa3f37;
}
.single-sorteos .entry-container{
	width:100%;
}

/* FIN ADESLAS */

/*--------------------------------------------------------------
GENERAL
--------------------------------------------------------------*/
a:hover, a:focus, a:visited, a, .entry-container h1 a, .entry-container h1 a:hover{
	color:#fa3f37
}
body, h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
}
body{
	background-color:#fff;
	font-size:15px;
	font-weight: 400;
}
.ripple-wrapper{
	display:none;
}
#submit_redsys_payment_form{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#submit_redsys_payment_form{
	position: relative;
    padding: 8px 30px;
    border: 0;
    margin: 10px 1px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,.84);
    transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
    outline: none!important;
}
.btn-blanco:not(.btn-link):not(.btn-flat), .btn-blanco:not(.btn-link):not(.btn-flat):hover{
	border: solid 2px #fa3f37;
	color: #fa3f37;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.btn-rojo:not(.btn-link):not(.btn-flat), .btn-rojo:not(.btn-link):not(.btn-flat):hover,
#submit_redsys_payment_form,#submit_redsys_payment_form:hover{
background-color: #fa3f37;
	color:#fff;
	font-weight:600;
box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}

.term-65 .btn-blanco:not(.btn-link):not(.btn-flat),.term-65 .btn-blanco:not(.btn-link):not(.btn-flat):hover{
	border: solid 2px #006bb8;
	color: #006bb8;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.term-65 .btn-rojo:not(.btn-link):not(.btn-flat),.term-65 .btn-rojo:not(.btn-link):not(.btn-flat):hover,.term-65
#submit_redsys_payment_form,#submit_redsys_payment_form:hover{
	background-color: #006bb8;
	color:#fff;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.term-65 label.active,.term-65 .select-wrapper+label, .term-65 #formAsistente label.error, .term-65 
.dropdown-content li>span{
	color: #006bb8!important;
}
.term-65 a{
	color: #006bb8;
}
.term-65 input[type=text].valid, .term-65 input[type=time]:focus:not([readonly]), .term-65 input[type=text]:focus:not([readonly]){
	border-color:#006bb8;
	box-shadow: 0 1px 0 0 #006bb8;
}
.term-65 .alert-warning, .term-65.ui-datepicker .ui-datepicker-header{
	background-color: #006bb8;
	border-color:#006bb8;
}
.term-65 [type="checkbox"].filled-in:checked+label:after{
	background-color: #006bb8;
	border-color:#006bb8;
}
.term-65 #asistenteSeguros .card h2{
	background-image: url(images/calc-blue.png);
}
.term-65.ui-datepicker{
    border-color: #006bb8!important;
}

.term-65 [type="radio"]:checked+label:after,
.term-65 [type="radio"].with-gap:checked+label:before,
.term-65 [type="radio"].with-gap:checked+label:after{
	background-color: #006bb8;
	border-color:#006bb8;
}


.term-141 .btn-blanco:not(.btn-link):not(.btn-flat),.term-141 .btn-blanco:not(.btn-link):not(.btn-flat):hover{
	border: solid 2px #00205B;
	color: #00205B;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.term-141 .btn-rojo:not(.btn-link):not(.btn-flat),.term-141 .btn-rojo:not(.btn-link):not(.btn-flat):hover,.term-141
#submit_redsys_payment_form,#submit_redsys_payment_form:hover{
	background-color: #00205B;
	color:#fff;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.term-141 label.active,.term-141 .select-wrapper+label, .term-141 #formAsistente label.error, .term-141 
.dropdown-content li>span{
	color: #00205B!important;
}
.term-141 a{
	color: #00205B;
}
.term-141 input[type=text].valid, .term-141 input[type=time]:focus:not([readonly]), .term-141 input[type=text]:focus:not([readonly]){
	border-color:#00205B;
	box-shadow: 0 1px 0 0 #00205B;
}
.term-141 .alert-warning, .term-141.ui-datepicker .ui-datepicker-header{
	background-color: #00205B;
	border-color:#00205B;
}
.term-141 [type="checkbox"].filled-in:checked+label:after{
	background-color: #00205B;
	border-color:#00205B;
}
.term-141 #asistenteSeguros .card h2{
	background-image: url(images/calc-dark-blue.png);
}
.term-141.ui-datepicker{
    border-color: #00205B!important;
}

.term-141 [type="radio"]:checked+label:after,
.term-141 [type="radio"].with-gap:checked+label:before,
.term-141 [type="radio"].with-gap:checked+label:after{
	background-color: #00205B;
	border-color:#00205B;
}

.postid-133099 .btn-blanco:not(.btn-link):not(.btn-flat),.postid-133099 .btn-blanco:not(.btn-link):not(.btn-flat):hover{
	border: solid 2px #00205B;
	color: #00205B;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.postid-133099 .btn-rojo:not(.btn-link):not(.btn-flat),.postid-133099 .btn-rojo:not(.btn-link):not(.btn-flat):hover,.postid-133099
#submit_redsys_payment_form,#submit_redsys_payment_form:hover{
	background-color: #00205B;
	color:#fff;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.postid-133099 label.active,.postid-133099 .select-wrapper+label, .postid-133099 #formAsistente label.error, .postid-133099 
.dropdown-content li>span{
	color: #00205B!important;
}
.postid-133099 a{
	color: #00205B;
}
.postid-133099 input[type=text].valid, .postid-133099 input[type=tel].valid, .postid-133099 input[type=text].invalid, .postid-133099 input[type=time]:focus:not([readonly]), .postid-133099 input[type=text]:focus:not([readonly]){
	border-color:#00205B;
	box-shadow: 0 1px 0 0 #00205B;
}
.postid-133099 .alert-warning, .postid-133099 .ui-datepicker .ui-datepicker-header{
	background-color: #00205B;
	border-color:#00205B;
}
.postid-133099 [type="checkbox"].filled-in:checked+label:after{
	background-color: #00205B;
	border-color:#00205B;
}
.postid-133099 #asistenteSeguros .card h2{
	background-image: url(images/calc-dark-blue.png);
}
.postid-133099 .ui-datepicker{
    border-color: #00205B!important;
}
.postid-133099 .alert-danger{
	background-color: #00205B;
}

.postid-133099 [type="radio"]:checked+label:after,
.postid-133099 [type="radio"].with-gap:checked+label:before,
.postid-133099 [type="radio"].with-gap:checked+label:after{
	background-color: #00205B;
	border-color:#00205B;
}

.postid-133099  input[type=search]:focus:not([readonly]){
	border-bottom: 1px solid #00205B;
  box-shadow: 0 1px 0 0 #00205B;
}

.postid-133099 .espaciado{
	height: 120px;
}

.postid-133099 .ui-datepicker-title select{
	background-color:white;
	color:#00205B;
}




.postid-135399 .btn-blanco:not(.btn-link):not(.btn-flat),.postid-135399 .btn-blanco:not(.btn-link):not(.btn-flat):hover{
	border: solid 2px #000b3d;
	color: #000b3d;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.postid-135399 .btn-rojo:not(.btn-link):not(.btn-flat),.postid-135399 .btn-rojo:not(.btn-link):not(.btn-flat):hover,.postid-135399
#submit_redsys_payment_form,#submit_redsys_payment_form:hover{
	background-color: #000b3d;
	color:#fff;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.postid-135399 label.active,.postid-135399 .select-wrapper+label, .postid-135399 #formAsistente label.error, .postid-135399 
.dropdown-content li>span{
	color: #000b3d!important;
}
.postid-135399 a{
	color: #000b3d;
}
.postid-135399 input[type=text].valid, .postid-135399 input[type=tel].valid, .postid-135399 input[type=text].invalid, .postid-135399 input[type=time]:focus:not([readonly]), .postid-135399 input[type=text]:focus:not([readonly]){
	border-color:#000b3d;
	box-shadow: 0 1px 0 0 #000b3d;
}
.postid-135399 .alert-warning, .postid-135399 .ui-datepicker .ui-datepicker-header{
	background-color: #000b3d;
	border-color:#000b3d;
}
.postid-135399 [type="checkbox"].filled-in:checked+label:after{
	background-color: #000b3d;
	border-color:#000b3d;
}
.postid-135399 #asistenteSeguros .card h2{
	background-image: url(images/calc-dark-blue.png);
}
.postid-135399 .ui-datepicker{
    border-color: #000b3d!important;
}
.postid-135399 .alert-danger{
	background-color: #000b3d;
}

.postid-135399 [type="radio"]:checked+label:after,
.postid-135399 [type="radio"].with-gap:checked+label:before,
.postid-135399 [type="radio"].with-gap:checked+label:after{
	background-color: #000b3d;
	border-color:#000b3d;
}

.postid-135399  input[type=search]:focus:not([readonly]){
	border-bottom: 1px solid #000b3d;
  box-shadow: 0 1px 0 0 #000b3d;
}

.postid-135399 .espaciado{
	height: 120px;
}

.postid-135399 .ui-datepicker-title select{
	background-color:white;
	color:#000b3d;
}

.postid-135399 .ui-widget-header .ui-icon{
	background-image: url(https://download.jqueryui.com/themeroller/images/ui-icons_ffffff_256x240.png);
}

.term-30 .btn-blanco:not(.btn-link):not(.btn-flat),.term-30 .btn-blanco:not(.btn-link):not(.btn-flat):hover{
	border: solid 2px #006bb8;
	color: #006bb8;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.term-30 .btn-rojo:not(.btn-link):not(.btn-flat),.term-30 .btn-rojo:not(.btn-link):not(.btn-flat):hover,.term-30
#submit_redsys_payment_form,#submit_redsys_payment_form:hover{
	background-color: #006bb8;
	color:#fff;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.term-30 label.active,.term-30 .select-wrapper+label, .term-30 #formAsistente label.error, .term-30 
.dropdown-content li>span{
	color: #006bb8!important;
}
.term-30 a{
	color: #006bb8;
}
.term-30 input[type=text].valid, .term-30 input[type=time]:focus:not([readonly]), .term-30 input[type=text]:focus:not([readonly]){
	border-color:#006bb8;
	box-shadow: 0 1px 0 0 #006bb8;
}
.term-30 .alert-warning, .term-30.ui-datepicker .ui-datepicker-header{
	background-color: #006bb8;
	border-color:#006bb8;
}
.term-30 [type="checkbox"].filled-in:checked+label:after{
	background-color: #006bb8;
	border-color:#006bb8;
}
.term-30 #asistenteSeguros .card h2{
	background-image: url(images/calc-blue.png);
}
.term-30.ui-datepicker{
    border-color: #006bb8!important;
}

.term-30 [type="radio"]:checked+label:after,
.term-30 [type="radio"].with-gap:checked+label:before,
.term-30 [type="radio"].with-gap:checked+label:after{
	background-color: #006bb8;
	border-color:#006bb8;
}

.term-46 .btn-blanco:not(.btn-link):not(.btn-flat),.term-46 .btn-blanco:not(.btn-link):not(.btn-flat):hover{
	border: solid 2px #099b4a;
	color: #099b4a;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.term-46 .btn-rojo:not(.btn-link):not(.btn-flat),.term-46 .btn-rojo:not(.btn-link):not(.btn-flat):hover,.term-46
#submit_redsys_payment_form,#submit_redsys_payment_form:hover{
	background-color: #099b4a;
	color:#fff;
	font-weight:600;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.term-46 label.active,.term-46 .select-wrapper+label, .term-46 #formAsistente label.error, .term-46 
.dropdown-content li>span{
	color: #099b4a!important;
}
.term-46 a{
	color: #099b4a;
}
.term-46 input[type=text].valid, .term-46 input[type=time]:focus:not([readonly]), .term-46 input[type=text]:focus:not([readonly]){
	border-color:#099b4a;
	box-shadow: 0 1px 0 0 #099b4a;
}
.term-46 .alert-warning, .term-46.ui-datepicker .ui-datepicker-header{
	background-color: #099b4a;
	border-color:#099b4a;
}
.term-46 [type="checkbox"].filled-in:checked+label:after{
	background-color: #099b4a;
	border-color:#099b4a;
}
.term-46 #asistenteSeguros .card h2{
	background-image: url(images/calc-green.png);
}
.term-46.ui-datepicker{
    border-color: #099b4a!important;
}

.term-46 [type="radio"]:checked+label:after,
.term-46 [type="radio"].with-gap:checked+label:before,
.term-46 [type="radio"].with-gap:checked+label:after{
	background-color: #099b4a;
	border-color:#099b4a;
}

.texto-baleares{
	color: #777;
	font-size: 44px;
	text-align: left;
	font-weight: 500;
	letter-spacing: -4px;
	max-width:425px;
	padding: 16px;
	background-color: rgba(255,255,255,.40);
	box-shadow: 0 2px 4px rgba(0,0,0,.23), 0 2px 4px rgba(0,0,0,.16);
}
.texto-baleares2{
	color: white;
	font-size: 44px;
	line-height: 50px;
	text-align: left;
	text-shadow: 0 2px 4px rgba(0,0,0,.23);
	font-weight: 500;
	letter-spacing: -4px;
	max-width: 460px;
	padding: 16px;
	margin-top: 20px;
	padding-left: 0;
}
@media(max-width:768px){
	.texto-baleares{
		color: #777;
		font-size: 35px;
		text-align: center;
		padding-top:15px;
		font-weight: 500;
		letter-spacing: -4px;
	}
	.texto-baleares2{
		color: white;
		font-size: 35px;
		text-align: left;
		text-shadow: 0 2px 4px rgba(0,0,0,.23);
		font-weight: 500;
		letter-spacing: -4px;
		max-width: 425px;
		padding: 16px;
		margin-top: 20px;
	}
}


.btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab), .btn-rojo:not(.btn-link):not(.btn-flat):hover, .btn-blanco:not(.btn-link):not(.btn-flat):hover,
#submit_redsys_payment_form:hover{
	box-shadow: 2px 3px 10px rgba(0,0,0,0.25);
}

#primary ul li{
	list-style-image: url(images/check.png);
	margin:8px 0

}
#primary .woocommerce .order_details li{
	list-style: none;
	border-right: none;
}
#redsys_payment_form .button.cancel{
	margin-left: 30px;
}
h2{
	color:#093d4d;
	font-size:30px;
	font-weight:300
}
.home h2{
	font-weight:600
}

h1{
	font-size:48px;
}
.row{
	margin-bottom:0
}

header.entry-header.cabecera-full.cabecera-seguro h1{
	color:#fff
}
.entry-container {
	padding: 0;
}
/*--------------------------------------------------------------
CABECERA
--------------------------------------------------------------*/
header#masthead{
	position:fixed;
	width:100%;
	z-index:100;
}

header#masthead  .navbar-inverse.navbar{
	background-color:#fff;
	margin:0;
}
header#masthead .navbar .navbar-brand{
	height:auto;



}
.navbar-brand>img{
	max-width:210px;
}
.navbar .navbar-nav>li>a{
	 color:#00011b;
	border-bottom:solid 5px transparent;
	font-size:15px;
	text-transform: uppercase;
	background-color:transparent
 }
body .navbar .navbar-nav>li>a:hover,
body .navbar .navbar-nav>li>a:focus,
body .navbar .navbar-nav>.active>a,
body .navbar .navbar-nav>.active>a:hover,
body .navbar .navbar-nav>.active>a:focus,
body .navbar .navbar-nav>.current_page_parent>a{
	border-bottom: solid 5px #fa3f37;
	color:#00011b;
	background-color:transparent


}
body.single-sorteos .navbar .navbar-nav>.current_page_parent>a{
	color: #00011b;
    border-bottom: solid 5px transparent;
    background-color: transparent;
}
nav ul li.active{
	background-color:transparent
}
.espaciado{
	height:64px;
}/*
.qtranxs-lang-menu{
	display:none!important;
}*/
li.qtranxs-lang-menu .dropdown-menu>li>a{
	font-size:14px;
}
li.qtranxs-lang-menu .dropdown-menu>li{
	display:block;
	width:100%;
	float:none;
	font-size:14px;
}
li.qtranxs-lang-menu .dropdown-menu{
	border-radius:0;
	min-width: 60px;
}
li.qtranxs-lang-menu .dropdown-menu>li>a:hover{
	color:#fa3f37
}
.navbar .navbar-nav>li.contratipo-item>a{
	background-color: #fa3f37;
	color: #fff;
	border-color: #fa3f37;
	padding: 10px 15px 5px 15px;
	border-radius: 2px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	margin-top: 10px;
	margin-left: 7px;
	height: auto;
	line-height: 15px;
	display: inline-block;
	transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
}
.navbar .navbar-nav>li.contratipo-item>a:hover{
	background-color: #fa3f37;
	color: #fff;
	border-color: #fa3f37;
	box-shadow: 2px 3px 10px rgba(0,0,0,0.25);
}

/*--------------------------------------------------------------
PIE
--------------------------------------------------------------*/
#colophon{
	background-color:#fff;
	padding:20px 0;
text-align: right;
	box-shadow: 0 2px 5px 5px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-top:0

}
#colophon ul li a, #colophon ul li a:hover{
	font-size:16px;
	color:#555;
}
.site-footer a{
opacity:1
}
.menu-pie ul{
	margin-left:0;
	display:inline-block
}
.menu-pie ul li,
footer .redes-sociales,
.menu-pie{
	display:inline-block;
	margin:0 8px;
}

.site-info{
	display:inline
}

.logo-pie{
	float:left;
}
.logo-artai{
	float:left;
	margin-left: 30px;
}
.logo-sos{
	float:left;
	margin-left: 30px;
	margin-top: 3px;
}
.logo-artai img{
	max-width: 130px;
}
.logo-sos img{
	max-width: 89px;
	margin-top: -13px;
}
footer .redes-sociales img{
	max-width:20px;
	margin-left:10px;
}
.btn-seguro{
	padding-left:40px;
}
.btn-seguro span{
	width: 25px;
	position: absolute;
	left: 10px;
	padding-right: 5px;
	border-right: solid 1px #fff;
	display: block;
	top: 0;
	height:100%;
	top:0;

}
.btn-seguro{
	position:relative;
	display:inline-block;
	padding: 6px 0 6px 35px;
}
.btn-seguro span img{
	margin-top:7px;
}
.botones-info.reclamaciones-cuadro{
	padding: 10px;
	border: 1px solid #dedede;
	display: inline-block;
	font-size: 14px;
}
.botones-info.reclamaciones-cuadro > h4{
	color: #093d4d;
	margin-top: 5px;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/

/*Slide*/
.ms-slide-info .ms-info{
	color:#00011b;
	font-size:18px;
	padding:20px;
}
body .ms-slide-info .card:hover{
	box-shadow:0 2px 4px rgba(0,0,0,.23),0 2px 4px rgba(0,0,0,.16)
}
.ms-slide-info .ms-info h1{
	color:#093d4d;
	font-size:48px;
	margin-top:10px;
}
.ms-slide-info .ms-info p{
	margin-bottom:10px;
}
.ms-slide-info .ms-info h1 strong{
color:#fa3f37
}
.ms-slide-info .ms-info  .card{
	background-color:rgba(255,255,255,.70);
	padding:20px;
	max-width:500px;
	margin-left: 15px;

}
.ms-slide-info .ms-info a{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	position: relative;
	padding: 8px 30px;
	border: solid 2px #fa3f37;
	margin: 10px 1px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fa3f37;
	transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
	outline: none!important;
}

.ms-slide-info .ms-info .corona{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	position: relative;
	padding: 8px 30px;
	border: solid 2px #fa3f37;
	margin: 10px 1px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background-color: #fa3f37;
	transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
	outline: none!important;
}
.ms-slide-info .ms-info a:hover{
	box-shadow: 2px 3px 10px rgba(0,0,0,0.25);
}

/*Bloques*/

.bloque-home .bloque_int{

	display: table-cell;
	vertical-align: middle;

}

.bloque-home .bloque_int p{
	margin-bottom:5px;
}
.bloque-home{
	height:350px;
	display: table;
}
.bloque-home .bloque_int .bloque_cont{
	padding:30px 15px;
}
.bloque-home.bloque-izq .bloque_int .bloque_cont{
	float: right;
	text-align: left;
}
.bloque-home .texto{
}
.bloque-home.bloque-izq{
	clear: left;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right center;
}
.bloque-home.bloque-izq .texto{
	text-align: left;
}
.bloque-home.bloque-der .bloque_int{

}
.bloque-home.bloque-der{
	background-repeat: no-repeat;
	background-position: left center;
}

.home .row{
	margin-bottom:0
}
/*Bloque noticias*/

.bloque-noticias{
	padding:50px 0;
	background-color:#ededed
}
.contenido-noticia{
	padding:15px;
	position:relative;
	padding-bottom:40px;
}
.contenido-noticia h2,
.contenido-noticia h3{
	font-size:17px;
	margin-top:5px;
	font-weight: 400;
	color:#000
}
.contenido-noticia  .btn-link{
	text-transform:uppercase;
	color:#fa3f37;
}
.foto-noticia{
	height:140px;
	overflow:hidden;
}
.foto-noticia img{
	width:100%
}
.contenido-noticia{
	min-height:165px;
}

.contenido-noticia .leer-mas{
	position: absolute;
	bottom: 15px;
	left: 0; 
	width: 100%;
	padding-left: 15px;
}

.home .site-footer{
	margin-top:0
}

.card{
	box-shadow: 0 2px 4px rgba(0,0,0,.23),0 2px 4px rgba(0,0,0,.16);
}
.home .card:hover{
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
}


/*--------------------------------------------------------------
INTERIORES
--------------------------------------------------------------*/
/*Cabecera interiores*/

header.entry-header.cabecera-full{
	background-color:#f2f2f2;
	text-align: center;
	padding:30px 0
}
header.entry-header.cabecera-full .entry-title,
header.entry-header.cabecera-full h1{
	color:#093d4d;
	font-size: 48px;
}

/*Listado de seguros*/

.woocommerce ul.products li.product h3{
	font-size: 30px;
}
.woocommerce .woocommerce-breadcrumb{
	background-color:transparent;
	padding:20px 0;
	box-shadow: none;
	height:auto;
	line-height:1.1em;
	margin-bottom:0
}

.info-producto h2{
	font-weight:300;
}

.products  .foto-producto{
	padding:0
}

.bloque-producto{
	margin-bottom:0
}
.woocommerce-breadcrumb{
	display:none
}
.products .par  .info-producto{
	text-align: right;
}
.products .par  .info-producto .info_int{
	text-align: left;
	float: right;
}
.products  .info_int{
	padding:50px 50px 50px 15px;

}
.products  .impar .info_int{
	padding:50px 15px 50px 50px;

}
.products  .impar .foto-producto{
	text-align: right;
}

.woocommerce td.product-name dl.variation{
	margin-top: 20px;
    padding-left: 20px;
}
.woocommerce td.product-name dl.variation dd{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.woocommerce form .form-row label, #formAsistente label{
	font-size: 14px;
}
.woocommerce form .form-row input, #formAsistente select, #formAsistente input,
.wpcf7 input, #aseguradora_filtros input{
	font-size: 14px;
	margin-bottom: 20px;
}
.woocommerce form .form-row label.inlineblock{
	display:inline-block;
}
.woocommerce-account .field-checkbox{
	vertical-align: super;
}
.woocommerce-account .field-checkbox [type="checkbox"].filled-in+label:after,
.woocommerce-account .field-checkbox [type="checkbox"].filled-in:checked+label:before{
	top:2px;
}
.woocommerce-account .field-checkbox [type="checkbox"].filled-in+label{
	padding-left: 28px;
}
input:not([type]):focus:not([readonly])+label,input[type=text]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label,input[type=email]:focus:not([readonly])+label,input[type=url]:focus:not([readonly])+label,input[type=time]:focus:not([readonly])+label,input[type=date]:focus:not([readonly])+label,input[type=datetime]:focus:not([readonly])+label,input[type=datetime-local]:focus:not([readonly])+label,input[type=tel]:focus:not([readonly])+label,input[type=number]:focus:not([readonly])+label,input[type=search]:focus:not([readonly])+label,textarea.materialize-textarea:focus:not([readonly])+label {
    color: #fa3f37;
}
.ui-datepicker .ui-datepicker-month, .ui-datepicker .ui-datepicker-year{
	display:inline-block;
}
input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid{
	border-bottom: 1px solid #fa3f37;
    box-shadow: 0 1px 0 0 #fa3f37;
}
[type="checkbox"].filled-in:checked+label:after{
	border-color:#fa3f37;
	background-color: #fa3f37;
}
.ui-datepicker-title select{
	background-color:white;
	color:#fa3f37;
}
/*Ficha seguro */

.contenido-seguro,
.contenido-fluido  .contenido-seguro{
	padding:50px 15px;
	font-size:15px;
	font-weight:400;
	float: right;
	display:table;
	min-height:500px;

}
.contenido-fluido  .contenido-seguro{
	max-width: 610px;
}
.contenido_int{
	display:table-cell;
	vertical-align: middle
;
}
.woocommerce div.product div.summary{
	margin:0;
	padding:50px 15px;
	background-color:#f2f2f2;
	min-height: 500px;
	display:table;
}
#asistenteSeguros{
	display:table-cell;
	vertical-align: middle

}
header.entry-header.cabecera-seguro{
	display:table;
	width:100%;
	min-height:200px;
	background-size:cover;
	background-position:center;
	text-align: center;
	padding:0
}
header.entry-header.cabecera-seguro .cabecera_int{
	background-color: rgba(0,0,0,0.5);
}
body.postid-27999 header.entry-header.cabecera-seguro{
	background-position: bottom;
}
.cabecera_int{
	display:table-cell;
	vertical-align: middle;
}
.single-product #content{
}

#asistenteSeguros .card{
	max-width: 460px;
	padding:50px 50px;
	margin-left:50px;
}
#asistenteSeguros .card h2{
	background-image: url(images/calc.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 35px;
	background-position: left center;
	margin-bottom: 20px;
}
#formAsistente label{
	font-size: 14px;
	/*width: 60%;*/
	width: 100%;
	float: right;
	clear: both;
	left:0;
	font-weight: 400;
	color:black;
}
.wpcf7 .form-control-wrapper .floating-label{
	font-size: 14px;
}
.wpcf7 .form-control-wrapper .form-control:focus~.floating-label{
	font-size: 12px;
	top:-15px;
}
#formAsistente label.active,#formAsistente .select-wrapper+label{
	font-size: 12px;
    text-transform: uppercase;
    color: #fa3f37;
}
#formAsistente .select-wrapper+label{
	width:100%;
}
.tituloRadio{
	width:35%;
	margin-top: 10px;
	display: inline-block;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after{
	background-color:#fa3f37
}
#contenidoCambiante{
	clear:both;
	width:100%;
	display:table
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
	border: 2px solid #fa3f37
}
#botonesAsistente button{
	margin-top:30px;
	display:block;
	width: 100%;
}
.input-field{
	margin-top: 30px;
}
#mensajeTrabajando, #mensajeUniObligatoria{
	float:left;
	margin-top: 30px;
}
#mensajeTrabajando .error, #mensajeUniObligatoria .error{
	margin-bottom: 0px;
}

.woocommerce #content div.product div.summary.banner-seguro,
.woocommerce div.product div.summary.banner-seguro,
.woocommerce-page #content div.product div.summary.banner-seguro,
.woocommerce-page div.product div.summary.banner-seguro{

}
.contenido-seguro.banner-seguro{
	min-height: inherit;
	width:auto;
}

/********************************************************
FAQS
**********************************************************/

body .ui-accordion .ui-accordion-header{
	background-color: #fff;
	color: #E31E24;
	border: none;
	background-image: none;
	box-shadow: 0 0 3px #999998;
	padding:10px 15px
}
.ui-accordion .ui-accordion-icons{
	padding-left:0}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	display:none
}

body .ui-accordion .ui-accordion-header a{
	color: #fa3f37;
	font-size: 20px;
	padding:0

}
body .ui-accordion  h3.ui-accordion-header:before{
	content: "+";
	top: 5px;
	position: absolute;
	right: 10px;
	font-size: 29px;
	font-weight: 300;
	font-family: arial
}
body .ui-accordion .ui-accordion-header:hover,
body .ui-accordion .ui-accordion-header-active{
	background-color:#fa3f37 !important;
	margin-bottom:0;
	margin-top:10px;
	color:#fff!important

}
body .ui-accordion .ui-accordion-header:hover a,
body .ui-accordion .ui-accordion-header-active a{
	color:#fff
}
body .ui-accordion h3.ui-accordion-header-active:before{
	content: "x";
}
body .ui-accordion .ui-accordion-header{
	margin-bottom:0;
	margin-top:10px
}

body .ui-accordion .ui-accordion-header span{
	color:#fff
}
body .ui-accordion .ui-accordion-content{
	margin-bottom:20px
}

body .ui-accordion .ui-accordion-header {
	margin-bottom: 0;
	margin-top: 10px;
	padding-right: 30px;
}
.navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:hover, .navbar .navbar-nav>.open>a:focus{
	color:black;
}

#payment ul.methods{
	margin: 0px;
}
#payment ul.methods li{
	list-style: none;
}
#payment ul.methods li label, #contenedor-paso2 .chekgroup label {
	width: 100%;
    float: none;
}
#formAsistente label.error{
	top:-10px;
	color:red;
	width: 100%;
}
#formAsistente .select-wrapper label.error,#formAsistente .select-input-field label.error{
	top:0px;
}
.graficas-container{
	position:relative;
}
.graficas-container .grafica{
	height:260px;
	width:260px;
	display:inline-block;
	font-weight: 400;
}
.graficas-container .grafica .texto{
	position: absolute;
    top: 75px;
    text-align: center;
    left: 0;
    right: 0;
    color: white;
    text-transform: uppercase;
}
.graficas-container .grafica .graficatitulo{
	margin:0;
	font-weight: 400;
	display: block;
	max-width: 160px;
	margin: auto;
}
.graficas-container .grafica .ncontrataciones{
	display:block;
	font-size: 39px;
}
.datomostrar{
	display:block;
	margin:10px;
}
#contenedor-paso2 #payment ul.wc_payment_methods{
	margin:10px;
	margin-left: 7px;
}
.preciototal{
	display:block;
	font-weight: bold;
	font-size: 16px;
	margin:10px;
}
#btn-filtro-aseguradora{
	margin-top:20px;
}

/********************************************************
PLANTILLAS UNIVERSIDADES
**********************************************************/
body.plantilla-universidad h2.seguro-title,body.plantilla-universidad h1 > a, body.plantilla-universidad h2 > a{
	color:white;
}
body.plantilla-universidad #menu-principal{
	display:none!important;
}
body.plantilla-universidad .navbar-header{
	float:right;
	width: auto;
	line-height: 1;
	margin:0;
}
body.plantilla-universidad header#masthead .container{
	padding-left: 15px;
	padding-right: 15px;
}
body.plantilla-universidad header#masthead .navbar .navbar-brand > img{
	max-height: 25px;
}
body.plantilla-universidad header#masthead .navbar .navbar-brand{
	padding:5px;
}
body.plantilla-universidad header#masthead nav.navbar{
	min-height: 35px;
	height: 35px;
}
body.plantilla-universidad #abrir-responsive{
	display:none!important;
}
body.plantilla-universidad header#masthead .nombre-universidad{
	color: #093d4d;
    text-transform: uppercase;
    float: left;
    line-height: 36px;
}
body.plantilla-universidad .logo-uni img{
	max-height: 100px;
	width:auto;
}
body.plantilla-universidad .espaciado{
	height: 35px;
}
body.plantilla-universidad.single-product .espaciado{
	height: 115px;
}
body.plantilla-universidad .descripcion-universidad{
	padding:30px 0px;
}

body.plantilla-universidad .menu-pie{
	display:none!important;
}
body.plantilla-universidad .logo-pie img, body.plantilla-universidad .logo-artai img,body.plantilla-universidad .logo-uni-pie img{
	max-height: 30px;
	width:auto;
}
body.plantilla-universidad .logo-red img{
	max-height: 35px;
	max-width: 125;
	width: auto;
}
body.plantilla-universidad .logo-uni-pie{
	float:left;
}
body.plantilla-universidad .logo-pie{
	float:right;
}
body.plantilla-universidad .logo-artai{
	float:right;
	margin-left: 0px;
	margin-right: 30px;
    margin-top: 3px;
}
body.plantilla-universidad #colophon{
	padding:35px;
}
body.plantilla-universidad header.entry-header.cabecera-full{
	min-height: 200px;
}
body.plantilla-universidad header.entry-header.cabecera-seguro .cabecera_int{
	padding: 30px 0;
}
body.plantilla-universidad .row-height > .fondoblanco{
	background:white;
	padding-bottom: 15px;
    padding-top: 15px;
}
body.plantilla-universidad header#masthead nav.navbar.baleares{
	min-height: 115px;
	height: 115px;
	background-color: #f2f2f2;
}
@media (max-width:600px){
	body.plantilla-universidad header#masthead nav.navbar.baleares{
		min-height: 80px;
		height: 80px;
	}
	body.plantilla-universidad header#masthead nav.navbar .logo-universidad{
    width: 215px;
	}
	body.plantilla-universidad header#masthead nav.navbar .nombre-universidad{
		position: absolute;
		left: 0;
		right: 0;
		top: 30px;
		text-align: center;
		background-color:white;
	}
	body.plantilla-universidad .navbar-header{
		float: none;
    	width: 100%;
	}
	body.plantilla-universidad .logo-pie,body.plantilla-universidad .logo-artai{
		float:none;
	}
	body.plantilla-universidad .logo-uni-pie{
		float: none;
		display:block;
		margin-bottom:20px;
	}
	body.plantilla-universidad .logo-uni-pie > img{
		max-height: 35px;
	}
}
@media (max-width:330px){
	body.plantilla-universidad header#masthead nav.navbar .logo-universidad{
    width: 180px;
	}
}


/*--------------------------------------------------------------
            404
        --------------------------------------------------------------*/
.error404 .card{
	margin:120px 0 90px 0;
	padding-right:30px
}
.error404{
	background-image:url(images/error_bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
.error404 h1{
	font-size:120px;
	color:#333333;
	font-weight:100
}
.error404 h2{
	font-size:60px;
	font-weight:600
}
.error404 .error-404.not-found{
	text-align: right;
	font-size:20px;
}
.error404 .card img{
	width:100%
}
.error404 .btn{
	padding-left:50px;
	background-image:url(images/atras.png);
	background-position:left 10px center;
	background-repeat:no-repeat;
}
@media(max-width:990px){
	.error404 h1{
		font-size:60px
	}
	.error404 h2{
		font-size:40px
	}
	.error404 .card {
		margin: 90px 0 90px 0;
		padding-right: 30px;
	}
	.contenido-seguro,
	body .contenido-fluido  .contenido-seguro{

		max-width: 48%;
		width:auto

	}
}
@media (max-width:768px){
	.error404  .card {
		margin: 30px 0 50px 0;
		padding:30px;
		text-align: center;
	}
	.error404  .card img{
		display:none
	}
	.error404 .error-404.not-found{
		text-align: center;
	}
}


/*Blog*/
.blog #primary{
	margin-top:30px;
}


/*Single */
body.single .entry-container{
	margin-top:30px
}
body.single  h1{
	color:#093d4d;
font-weight:300;
	font-size:36px;
	margin-top:15px;
}
body.single  h2{
	color:#093d4d;
	font-weight:300;
	font-size:30px;
}
body.single h2#tituloAsistente{
	font-size: 28px;
}

/*Contacto */

.form-control-wrapper .form-control:focus~.floating-label{
	color:#fa3f37;
	text-transform: uppercase;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #fa3f37;
	box-shadow: 0 1px 0 0 #fa3f37;
}
.page-template-template-contacto .contenido-izq{
font-size:18px
}

.select-wrapper,.select-wrapper input.select-dropdown{
	padding-right: 15px;
	font-size:15px;
}
#filtros_container {
	margin-top:40px;
}
.woocommerce form.login  {
	padding:0;
	border:0;
}
.dropdown-content li>a, .dropdown-content li>span{
	color:#fa3f37;
}
.select-wrapper span.caret{
	top:10px;
	width: auto;
	height:auto;
	border:none;
}
#formAsistente .input-field{
	float:left;
	width: 100%;
}
#formAsistente .field-checkbox{
	margin-top: 5px;
	
}
#formAsistente .field-checkbox label{
	width:100%;
}
.woocommerce ul.products{
	margin-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header{
	background: #fa3f37;
    color: white;
    border: 0;
}
body .ui-datepicker{
	border-color:#fa3f37;
	padding:0;
	display:none;
}
.woocommerce-account .input-field{
	margin:20px 0;
	font-size:14px;
}
.woocommerce-account .input-field label{
	font-size:14px;
}
body .ui-datepicker table{
	margin:0;
}
.ui-datepicker-next,.ui-datepicker-prev{
	cursor:pointer;
}
body .ui-state-hover, 
body .ui-widget-content .ui-state-hover, 
body .ui-widget-header .ui-state-hover, 
body .ui-state-focus, 
body .ui-widget-content .ui-state-focus, 
body .ui-widget-header .ui-state-focus{
	background:none;
}
body .ui-state-default, 
body .ui-widget-content .ui-state-default, 
body .ui-widget-header .ui-state-default{
	font-weight: bold;
    color: #093d4d;
    font-size: 14px;
    padding: 3px;
}
body .ui-state-hover, 
body .ui-widget-content .ui-state-hover, 
body .ui-widget-header .ui-state-hover, 
body .ui-state-focus, 
body .ui-widget-content .ui-state-focus, 
body .ui-widget-header .ui-state-focus{
	font-weight: bold;
    color: #093d4d;
    font-size: 14px;
}
body .ui-widget-header .ui-state-hover,body .ui-widget-header .ui-state-focus{
	font-size: 1.1em;
}
#veloForm{
	z-index: 99;
}
#veloForm .spinner{
	color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    text-align: center;
}
#asistenteSeguros.mostrarvelo #veloForm{
	display:block;
}
.navbar .navbar-nav>li.contratipo-item>a:focus{
	background-color: #fa3f37;
	color:white;
}
/* Menu responsive */

.velo{
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:99999;
	background-color: rgba(0,0,0,0.4);
}
#menu-responsive{
    position: fixed;
    top: 0;
    /* left: -300px; */
    left: -255px;
    bottom: 0;
    /*width: 70%;*/
    z-index: 99999999;
    box-shadow:0 0 0px;
    width: 255px;
    border: 0;
    display: block!important;
    -webkit-transition: left 0.5s ease-in-out,box-shadow 0.5s;
    transition: left 0.5s ease-in-out,box-shadow 0.5s;
}
#contenidoMenu{
	position: relative;
	left:0px;
	-webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}
body.menuabierto{
	overflow:hidden;
	position:absolute;
	left:0;
	/*right:0;*/
}
body.menuabierto #menu-responsive{
	left:0px;
	box-shadow: 0 0 10px;
	padding:0
}
body.menuabierto #menu-responsive .navbar-nav {
	margin: 0;
}
body.menuabierto #contenidoMenu{
	left:255px;
	overflow:hidden;
	/*right:0px;*/
}
body.menuabierto #masthead .navbar{

}
body:not(.menuabierto) #masthead .navbar{
	width:auto!important;
}
body.menuabierto #veloMenu{
	display:block;
}
#menu-responsive li,#menu-responsive ul{
	float:none!important;

}
#menu-responsive ul ul{
	left:15px;
	right:15px;
}
#menu-responsive li{
	text-transform: uppercase;
	padding: 0px 15px;
	margin:5px 0px;
}
#menu-responsive li a{
	color:white;
	padding-left:0px;
}
#menu-responsive ul ul li a{
	color:#fa3f37;
}
#menu-responsive{
	background-color: #fa3f37;
}
#menu-responsive .nav>li>a:focus, 
#menu-responsive .nav>li>a:hover,
#menu-responsive .nav>li.active>a{
	background:none;
	border-bottom:2px solid white;
}
#menu-responsive .dropdown-menu>.active>a, 
#menu-responsive .dropdown-menu>.active>a:focus, 
#menu-responsive .dropdown-menu>.active>a:hover{
	background:none;
}
/* FIN menu responsive */
.logo-responsive{
	padding: 20px;
}
.logo-responsive a.navbar-brand{
	float: none;
    height: auto;
    padding: 0;
}
.logo-responsive a.navbar-brand > img{
	width:100%;
}
#menu-responsive .logo-responsive{
	background-color: white;
}
#page{
	overflow: hidden;
}
.page-template-template-imagenes .products .foto-producto{
	max-height: 285px;
	overflow: hidden;
}
.page-template-template-imagenes .products .foto-producto img{
	width:100%;
	position:relative;

}
.page-template-template-imagenes .entry-content{
	margin-top: 0px;
}
.page-template-template-imagenes article{
	margin-bottom: 0px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
	min-width: 70px;
	min-height: 25px;
	word-break: normal;
}
.boton-volver i{
	vertical-align: text-bottom;
}

/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/

@media(min-width:1200px){
	.ms-slide-info .ms-info{
		max-width:1170px;
		margin: 0 auto;
	}


	.bloque-home .bloque_cont{
		max-width: 565px;
	}
	.products  .info-producto .info_int {
		width: 575px;
	}
	.bloque-producto{
		min-height:285px;
	}
	.products .foto-producto a{
		min-height:285px;
		display:block;


	}
	.products .foto-producto{
		overflow:hidden;
	}
	.products .foto-producto img{
		height:100%;
		width: auto;
		max-width: inherit;
	}
	.page-template-template-imagenes .products .foto-producto img{
	    position: relative;
		top: -110px;
	}

}
@media(min-width:1560px){
	.page-template-template-imagenes .products .foto-producto img{
		top:-200px;
	}
}
@media (min-width:991px) and (max-width:1050px) {
	.products .foto-producto {
		padding: 0;
		height: 200px;
		overflow: hidden;
	}
		.products .foto-producto a, .products .foto-producto img {
			display: block;
			height: 100%;
			max-width: inherit;
			width: auto;
		}

}
@media(max-width:1199px){
	.ms-slide-info .ms-info{
		max-width:970px;
	}
	#asistenteSeguros .card{
		max-width: 510px;
		margin-left:0;
		padding:50px;
	}
	.contenido-fluido  .contenido-seguro{
		max-width: 510px;
	}

	.contenido-seguro {



	}

	.bloque-home .bloque_cont{
		max-width: 500px;
	}
	.bloque-home.bloque-0,
	.bloque-home.bloque-1{
		height:auto;
	}
	.bloque-home.bloque-0 .bloque_int .bloque_cont,
	.bloque-home.bloque-1 .bloque_int .bloque_cont{
		max-width: none;
		float: none;
    	text-align: center;
	}
	.bloque-home.bloque-0 .bloque_cont .texto{
		text-align: center;
	}
	.bloque-home .graficas-container{
		max-width: 520px;
    	margin: auto;
	}
	.navbar .navbar-nav>li>a{
		font-size: 14px;
		padding-left: 6px;
		padding-right: 7px;
		padding-top: 25px;
	}
	.products  .info-producto .info_int {
		width: 470px;
	}
	.products .info_int,
	.products .impar .info_int {
		padding: 15px;
	}

	.foto-noticia {
		height: 120px;
	}
	.ms-slide-info.ms-dir-h{
		bottom:30px!important;
	}
}

@media(max-width:991px){

	#asistenteSeguros .card{
		padding:30px;
	}
	body.single h2#tituloAsistente {
		font-size: 25px;
	}
	#formAsistente label{
		width:100%
	}
	/*MENU HAMBURGUESA*/
	button.navbar-toggle{
		display: block;
		position: absolute;
		top: 0; left: 0;
		Z-INDEX: 10;
	}
	div.navbar-collapse.collapse{ display: none !important; }
	div.navbar-collapse.collapse.in{ display: block !important; }
	header#masthead .navbar-nav>li{
		float:none;
		display:block;
		width:100%
	}
	header#masthead .navbar-nav{
		float:none!important;
		width:100%;
		background:#fff;
		margin:0
	}
	header#masthead .container{
		width:100%;
		padding:0
	}
	.navbar-header{
		float:none;
		width:100%;
		text-align:center
	}
	.navbar .navbar-brand{
		float:none;
		margin: 10px auto;

	}
	.navbar-brand>img{
		float:none;
		display: inline-block;
	}
	div.navbar-collapse.collapse{
		padding:0;
		margin: 0;
	}
	header .navbar .navbar-nav>li>a{
		color:#333333;
		padding:15px;
		border:none;
		border-bottom: solid 1px #093d4d;
	}
	header .navbar .navbar-nav>li>a:hover{
		border:none;
		color: #093d4d;
	}

	.navbar-inverse .navbar-toggle .icon-bar{
		color: #093d4d;
	}
	body .navbar .navbar-nav>.active>a,
	body .navbar .navbar-nav>.active>a:hover,
	body .navbar .navbar-nav>.active>a:focus,
	body header .navbar .navbar-nav>li>a:hover,
	body header .navbar .navbar-nav>li>a:focus
	{
		border:none;
		color: #fa3f37;
		border-bottom: solid 1px #093d4d;
	}
	body .navbar-collapse{
		padding:0
	}
	.navbar .navbar-toggle {
		border: 0;
		margin-top: 13px;
	}

	/*FIN MENÚ */
	.products .par  .info-producto{
		padding-left:15px;
	}
	.noticia-item .card{
		margin: 0 0 30px 0
	}
	.ms-slide-info.ms-dir-h {
		bottom: 0px!important;
	}

	.ms-slide-info .ms-info .card {
		padding: 10px 20px;
	}
	.ms-slide-info .ms-info h1{
		font-size:40px;
	}

	h1{
		font-size:40px;
	}
	.navbar .navbar-nav>li.contratipo-item>a{
		padding: 9px 15px 9px 15px;
	}
	.espaciado {
		height: 55px;
	}

	/*Listado de seguros*/
	.products .info-producto .info_int {
		width: 100%;
	}
	.products .par .info-producto .info_int p{
		margin-bottom:10px;
		}
	.info-producto h2 {
		font-weight: 300;
		margin-top: 5px;
	}
	.products .par .info-producto .info_int{
		padding-left:15px;
	}

}

@media (min-width:768px) and (max-width:990px) {
	.products .foto-producto {
		padding: 0;
		height: 200px;
		overflow: hidden;
	}
	.products .foto-producto a,
	.products .foto-producto img{
		display:block;
		height:100%;
		max-width:inherit;
		width: auto;
	}

}
@media(min-width:768px){
	.bloque-producto.par .foto-producto{
		float:right
	}
	.page-template-template-imagenes .products  .info_int{
		padding-top: 80px;
	}
	.bloque-producto{
		display: flex;
	}
	.bloque-producto.impar{
		flex-direction: row;
	}
	.bloque-producto.par{
		flex-direction: row-reverse;
	}
	.bloque-producto.impar .foto-producto a{
		direction: rtl;
	}
	.products .foto-producto a{
		height: 100%;
		display: block;
	}
	.products .foto-producto img{
		height: auto;
    	min-height: 100%;
    	width: auto;
    	max-width: none;
	}
	.products .bloque-producto .foto-producto{
		height: auto;
	}

}
@media(max-width:768px){
	.contenido-seguro {
		padding: 20px 15px;
		max-width: 100%;
		float: left;
		min-height: inherit;
		width: 100%;
	}
	.woocommerce div.product div.summary{
		min-height: inherit;
		padding:30px 15px;
	}
}
@media(max-width:767px) {
	.ms-slide-info.ms-dir-h{
		position:initial;
	}
	.contenido-seguro, body .contenido-fluido .contenido-seguro {
		max-width: 100%;
		width: 100%;
		padding: 15px 30px;
	}

	.ms-slide-info .ms-info{
		max-width:100%;
		padding:0;
		font-size:16px;
	}
	.products .info_int, .products .impar .info_int{
		padding-left:0;
	}
	.products .bloque-producto.impar .info_int{
		padding:15px;
	}
	#asistenteSeguros .card{
		float:none;
		margin: 0 auto;
		display:block
	}
	.ms-slide-info .ms-info .card{
		max-width: 100%;
		width: auto;
		padding: 15px;
		text-align: center;
		margin: 0;
		display: block;
	}
	.foto-noticia {
		height: auto;
	}
	body .ms-slide-info .card:hover{
		box-shadow: none;
	}
	.ms-slide-info .ms-info h1{
		font-size:35px;
		margin-top:0
	}
	body .navbar-collapse{
		padding:0 15px;
	}
	.bloque-home{
		width:100%
	}
	.bloque-home .bloque_int .bloque_cont{
		padding:0
	}
	.bloque-home {
		min-height: inherit;
		padding: 20px 15px;
		height:auto;
	}
	.bloque-home.bloque-izq .bloque_int .bloque_cont{
		float:none
	}
	.bloque-home .bloque_cont{

	}
	.container{
		width:100%
	}
	.container .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	 .noticia-item{
		max-width:450px;
		margin: 0 auto;
	}
	.bloque-noticias{
		padding:20px 0
	}
	.bloque-noticias h2{
		text-align: center
	}
	.ui-accordion .ui-accordion-content {
		padding: 10px;
	}
}
@media(max-width:600px){
	#colophon{
		text-align: center;
	}
	footer .logo-pie, footer .logo-artai{
		margin: 0 auto;
		display:block;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.home #content .products .foto-producto img{
		min-height: 200px;
		width: auto;
		max-width: none;
	}
	.home #content .products .bloque-producto .info_int{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media(max-width:549px) {
	.bloque-home .graficas-container{
		max-width: 260px;
    	overflow: hidden;
	}
	.bloque-home.bloque-der{
		background-image: none!important;
	}
	body #asistenteSeguros .card {
		padding: 25px;
	}
	body.single h2#tituloAsistente {
		font-size: 22px;
		padding-left: 25px;
	}
}
.idiomas-baleares li{
	display: inline-block;
	padding-right: 20px;
}

@media(max-width:768px){
	.idiomas-baleares li{
		padding-right: 15px;
	}
}


.contenedor-presupuesto{
	margin-bottom:20px;
	border: 1px solid #eee;
	padding: 10px;
}
.contenedor-presupuesto form{
	height: 100px;
	padding-top: 20px;
}
.contenedor-presupuesto .input-field{
	margin-top: 0px;
	width: 130px;
	float: left;
	margin-right: 22px;
}
.contenedor-presupuesto .input-field.check{
	width: 90px;
	margin-right: 10px;
}
.contenedor-presupuesto .input-field label{
	left : 0;
	font-size: 1.2rem;
}
.contenedor-presupuesto [type="checkbox"]+label{
	padding-left: 24px;
}
.contenedor-presupuesto #precio-presupuesto{
	margin-top: 2px;
	margin-bottom: 10px;
	color: #444;
	font-weight: bold;
	float: left;
}

.contenedor-presupuesto #btn_calculadora{
	width: 112px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	display: block;
	margin-top: 0;
}

.logo-vetop{
	width: 90px;
}
.logo-esade{
	width: 165px;
}
.navbar.planeta{
	height: 120px;
}
.planeta .idiomas-vt{
	margin-top: 25px;
}
.vetop .btn-rojo:not(.btn-link):not(.btn-flat),.vetop  .btn-rojo:not(.btn-link):not(.btn-flat):hover,.vetop  #submit_redsys_payment_form,.vetop  #submit_redsys_payment_form:hover{
	background-color: #00205B;
}
.esade .btn-rojo:not(.btn-link):not(.btn-flat),.esade  .btn-rojo:not(.btn-link):not(.btn-flat):hover,.esade  #submit_redsys_payment_form,.esade  #submit_redsys_payment_form:hover{
	background-color: #000b3d;
}
.vt.texto-baleares2{
	margin-top:	100px;
}

@media(min-width:1199px){
	.rellena-datos.contratacion-seguro{
		width: 100%!important;
		transition: width 1s;
		padding-top: 10px!important;
	}
	.rellena-datos #asistenteSeguros .card{
		max-width: inherit;
		margin-left: 0;
		padding: 50px 50px;
	}
	.rellena-datos #formAsistente .input-field{
		width: 50%;
		padding-right: 60px;
	}
	.rellena-datos .input-field.enf{
		width: 100%;
	}
	.rellena-datos .fields-full #formAsistente .input-field{
		width: 50%;
		transition: width 0.2s;
		padding-right: 60px;
	}
	.rellena-datos #botonesAsistente {
		display: flex;
	}
}

.rellena-datos #formAsistente .enf p{
	font-weight: bold;
}
#primary .rellena-datos #formAsistente .enf ul li{
	list-style-image: none;
	list-style-type: initial;
	font-size: 13px;
}
.rellena-datos #formAsistente .tick_enf{
	margin-top: 20px;
	width: 100%;
}
.rellena-datos  #formAsistente .tick_enf{
	font-size: 11px;
	font-weight: 500;
}
.rellena-datos #formAsistente .tick_enf label{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7;
}
.esVg #submit_redsys_payment_form{
	background-color: #00205B;
}
.esVg #submit_redsys_payment_form:hover{
	background-color: #00308E;
}
.esEsade #submit_redsys_payment_form{
	background-color: #000b3d;
}
.esEsade #submit_redsys_payment_form:hover{
	background-color: #00308E;
}

header.entry-header.cabecera-full.esVg{
	padding: 90px 0 40px 0;
}

#rgpdCookiesHacce a{
	color: #FA3F37;
}
.btn-cookie{
border-color: #FA3F37;
background-color: #FA3F37;
}
.btn-cookie.btn-cookie-contratipo{
border-color: #FA3F37;
color: #FA3F37 !important;
}
.btn-cookie.btn-cookie-contratipo:hover{
background-color: #FA3F37;
}
.swal2-styled.swal2-confirm{
background-color: #FA3F37 !important;
}
input:checked + .slider-cookies{
background-color: #FA3F37;
}
input:checked:disabled + .slider-cookies{
background-color: #962621;
}
.w-cookie-info-title.active{
border-color: #FA3F37;
color: #FA3F37 !important;
}
#rgpdCookiesHacce a:hover{
	cursor:pointer;
}