html, body{
	font-size: 100%;
}

@media (min-width: 992px) {
	#main-menu .nav-lvl .nav-lvl-1 {
		z-index: 9999;
	}
}
#admin-menu {
	z-index: 1001;
}
/* Tabs */
#tabs{
	position: absolute;
	top: 0; right: 0; left: 0;
	max-width: 1170px;
	margin: 0 auto;
	z-index: 999;
}
#tabs > ul{
	border: none;
}
#tabs > ul > li{
	display: inline-block;
	padding: 6px 0px;
	border: none;
}
#tabs > ul > li > a{
	padding: 6px 12px;
	border-top: none;
	border-right: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	font-size: 12px;
	background: transparent;
	color: #fff;
	transition: background 200ms, color 200ms;
}
#tabs > ul > li > a.active{
	padding: 6px 12px;
	border-top: none;
	border-right: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	font-size: 12px;
	background: #fff;
	color: #666;
}
#tabs > ul > li > a:hover{
	background: rgba(255, 255, 255, 0.2);
}
#tabs > ul > li > a.active:hover{
	background: #fff;
}

/*Menu Admin*/
@media (max-width: 768px){
	#menu-admin{
		top: 0;
	}
}
@media (min-width: 768px){
	#menu-admin{
		top: 44px;
	}
}
#menu-admin{
	position: fixed;
	right: -60px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px #333;
	z-index: 100;
	transition: right 100ms;
}
#menu-admin > p{
	border-bottom: solid #666 1px;
}
#menu-admin > a{
	display: block;
	margin: 0 0 4px 0;
	text-decoration: none;
}
#menu-admin:hover{
	right: 0;
}

/* Home View Partners */
.view-partners{
	position: relative;
	overflow: hidden;
}
.view-partners:hover .view-partners-body{
	top: 0;
}
.view-partners .view-partners-body{
	position: absolute;
	top: 100%;
	left: 0; right: 0; bottom: 0;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	color: #000;
	transition: top 200ms;
}

/* Load More Pager */
.item-list .pager.pager-show-more-empty{
	display: none;
}
.item-list .pager li{
	background: none;
	display: block;
	margin: 0;
	padding: 0;
}
.pager li>a, .pager li>span{
	display: block;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.pager li>a:hover, .pager li>span:hover{
	background: none;
}
.pager li.pager-show-more-next>a{
	display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* section-basic-page */
.section-basic-page{
	background: #fff;
}
#page-title.basic-page-title{
	margin-bottom: 6px;
}
.section-basic-page .node{
	width: 100%;
	padding: 36px 0;
}
.section-basic-page .node h2{
	margin-bottom: 4px;
}
.section-basic-page .node p{
	font-size: 16px;
	line-height: 1.5625em;
}
.section-basic-page .node .submitted-by{
	float: right;
	display: inline-block;
	margin: 0 0 20px 20px;
	padding: 0 0 6px 30px;
	border-bottom: solid #f4ad21 1px;
	font-size: 14px;
}
@media (max-width: 500px){
	.section-basic-page .node .file-mod{
		display: block;
		width: 100%;
		float: none;
	}
}
.section-basic-page .node .file-mod{
	float: right;
	margin: 0 0 10px 10px;
}
.section-basic-page .node .file-mod > .file-mod-logo{
	overflow: hidden;
	margin: 0 0 10px 0;
	border-radius: 4px;
}
.section-basic-page .node .file-mod > .file-mod-file > a{
	display: block;
}
.section-basic-page .node .file-mod > .file-mod-condidater{
	margin: 0 0 10px 0;
}
.section-basic-page .node .file-mod > .file-mod-condidater > button{
	width: 100%;
}
.section-basic-page .node .file-mod-candidater-msg{
	display: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	border: solid #4da6bb 1px;
	border-radius: 4px;
	text-align: center;
}
.section-basic-page .node .file-mod-candidater-msg > p{
	margin: 0;
}
.section-basic-page .node .file-mod-candidater-msg > p > a{
	color: #4da6bb;
}

/* Views Pages */
.page-communiques .section-basic-page,
.page-offres-emploi .section-basic-page{
	background: transparent;
}

/* Breadcrumb */
.breadcrumb{
	margin: 0 0 4px 10px;
	padding: 0;
	background: transparent;
	color: #fff;
}
.breadcrumb a{
	color: #fff;
}

/* Divers */
#to-top .add-mtop{
	margin-top: 20px;
}
.view-partners img,
.view-presse a,
.view-presse img{
	width: 100% !important;
	height: auto !important;
}
.fb-like.fb_iframe_widget{
	top: -6px;
}
body{
	overflow-x: hidden;
}

.logo-selectra img {
    max-width: 200px;
}

.logo_footer {
	height: 50px;
}

.foto-fundador {
	border-radius: 120px;
    width: 240px;
}

/*CSS DESPLEGABLE */

#heading .opinion {
	font-size: 20px !important;
    line-height: 0em !important;
    margin-top: 0.8em !important;
    margin-bottom: 0.8em !important;
}

@media (max-width: 768px) {
#heading .opinion {
	font-size: 17px !important;
    line-height: 1em !important;
    margin-top: 0.8em !important;
    margin-bottom: 0.8em !important;
	}
}
.tabla-2 td {
	width: 50%;
}

.tabla-3 td {
	width: 33.33333333333%;
}

.tabla-4 td {
	width: 25%;
}

.tabla-5 td {
    width: 20%;
}

.tabla-70 {
   width: 70%;
   margin-left: auto;
   margin-right: auto;
}

.boton-compra-colectiva {
	float: right;
    width: 326px;
}

body #setmep .dialga-blocks {
	display: none;
}

/* CSS DESPLEGABLE INFOGRAFÍA */

#heading .panel-infografia {
    color: #333;
    background-color: #12a5cf;
    border-color: #ddd;
    background-image: url(https://selectra.es/sites/all/themes/groupeth/img/favicons/favicon-blanco-17x17.png);
    background-position: 17px 10px;
    background-repeat: no-repeat;
}

#heading .infografia {
	font-size: 16px !important;
    line-height: 0 !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    font-weight: bold;
    color: #fff;
    padding-left: 2em;
}
.textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 1100px;
}
.customOffer {
    padding: 0 12px 12px 12px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 0 0 20px 20px;
}
.oculto {
	display: none;
}
.customOffer .nameOffer {
    padding: 2px 15px;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    background: #1d97b3;
    color: #fff;
}

.customOffer .tit,.customOffer .subt {
    font-size: 12px;
    color: #888;
}

.customOffer .var {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.customOffer .var-alone {
    font-size: 14px;
    text-align: justify;
}

.customOffer .noPaddings {
    margin-left: -13px;
    margin-right: -13px;
}

.customOffer a.btnModal {
    background: #3aa6c0;
    border-radius: 0 0 8px 8px;
}

.customOffer a.btnPhone {
    background: #f4ad21;
    border-radius: 8px 8px 0 0;
}

.customOffer a.btnPhone i {
    margin-right: 5px;
}

.customOffer a.btnModal,.customOffer a.btnPhone {
    display: block;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
    font-family: 'Ubuntu',sans-serif;
    -webkit-transition: all .3s cubic-bezier(0,0,0.17,0.75);
    -moz-transition: all .3s cubic-bezier(0,0,0.17,0.75);
    -o-transition: all .3s cubic-bezier(0,0,0.17,0.75);
    transition: all .3s cubic-bezier(0,0,0.17,0.75);
}

.customOffer a.btnModal:hover,.customOffer a.btnModal:focus {
    background: #61b4d2;
    text-decoration: none;
}

.customOffer a.btnPhone:hover,.customOffer a.btnPhone:focus {
    background: #fdba38;
    text-decoration: none;
}

.customOffer .logo img {
    width: max-content;
    height: auto;
}

.customOffer a.moreInfo {
    font-size: 14px;
    background: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #f4ad21;
    position: relative;
}

.customOffer .extraInfo {
    margin-top: 15px;
}

.customOffer .extraInfo span.var {
    float: right;
}

.customOffer .extraInfo .line-bottom {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

.customOffer .extraInfo .divExtraInfo {
    text-align: center;
    float: left;
}

.customOffer .divMoreInfo {
    height: 0;
}

@media (max-width: 768px) {
    .customOffer {
        padding:0 12px 18px 12px;
    }

    .customOffer .nameOffer {
        text-align: center;
        font-size: 19px;
    }

    .customOffer a.moreInfo {
        top: 7px;
    }

    .customOffer .logo {
        margin-bottom: 15px;
    }

    .customOffer .cta {
        margin-top: 10px;
    }

    .customOffer .var {
        font-size: 18px;
    }

    .customOffer .var-alone {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .customOffer a.btnPhone {
        margin-bottom: 10px;
        border-radius: 8px;
    }
}

.no-border {
    border: none !important;
}

.boton-consulta-opiniones {
	margin-left: -4em;
}

.rtecenter {
    text-align: center;
    vertical-align: middle;
}

.comparador-princ .comp-modulo h2 {
    font-family: "Ubuntu",sans-serif;
    color: #12a6d0;
    font-size: 20px;
    text-align: left;
    padding-left: 24px;
}

@media only screen and (max-width: 768px)  {
	ol > li a {
		line-height: 46px;
	}
}

/* CSS for cookies that makes appear and hide on the top for mobile devices */

@media (min-width: 768px) {
    #ac-cookie-compliance .ac-cookie-compliance--bottom {
        z-index: 10000 !important;
    }
}

@media (max-width: 767px) {
    #ac-cookie-compliance .ac-cookie-compliance.js-is--diplayed {
        transform: translateY(0) !important;
        top: 0 !important;
    }
    #ac-cookie-compliance .ac-cookie-compliance--bottom {
        border-bottom: 1px solid #3bb24c;
        border-top: none !important;
        bottom: inherit !important;
        z-index: 10000 !important;
    }
    #ac-cookie-compliance .ac-cookie-compliance {
        transform: translateY(-20rem) !important;
    }
}
/* END CSS for cookies that makes appear and hide on the top for mobile devices */
.main-title{
    text-align: center ;
    margin-top: 1.5em ;
    margin-bottom: .875em ;
    font-family: Ubuntu,sans-serif ;
    font-weight: inherit ;
    line-height:1.5 ;
    color: #324c93 ;
    text-transform: uppercase;
}
.h2-title{
    font-weight: 550 !important;
    font-size: 36px !important;
    display: block ;
    margin-bottom: 15px !important;
    margin-top: 50px !important;
    margin-left: inherit;
    color: #fff !important;
    background:#12a6d0;
    width:100%;
    text-align:center ;
    text-transform: uppercase;
    font-family: Ubuntu,sans-serif !important;
}

.city-link{
    display: block;
    height: 100%;
    padding: 0.1rem 1rem;
    background: #f7f7f7;
    border: 1px solid #d0e6f9;
    text-decoration: none;
    font-weight: 700;
    text-align:inherit ;
    
}
.container {
    padding-bottom:1.5em;
}
.table {
    border-collapse: collapse !important;
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    margin-bottom: 40px !important;
}

table hr {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    height: 1px !important;
    border: 0 !important;
    border-top: 1px solid #dadada !important; 
}

td {
    padding: 0.4em 1.5em !important;
    text-align: center !important;
}

th {
    background-color: #00a5d1 !important;
    font-weight: bold !important;
    color: #fff !important;
    white-space: nowrap;
    padding: 0.75em 1.5em !important;
    text-align: center!important;
}

tbody th {
    background-color: #00a5d1 !important;
}

tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5 !important;
    transition: all .125s ease-in-out !important;
}

tbody tr:hover {
    background-color: rgba(0, 165, 209, 0.12) !important;
}
.h2-title-change-house {
    text-align: center  !important;
    text-transform: uppercase  !important;
    font-weight: 700  !important;
    font-size: 36px  !important;
    display: block  !important;
    margin-bottom: 20px  !important;
    color: #f4ad21  !important;
    margin-top:3em !important;
    margin-bottom:1em !important;
}
.h3-title-change-house{
    margin-top: 1.5em !important;
    margin-bottom: .875em !important;
    font-family: Ubuntu,sans-serif !important;
    font-weight: inherit !important;
    line-height: 1.3!important;
    color: #0f88aa !important;
}
.h4-title-change-house {
    font-size: 1.375em !important;
    line-height: 1.13636em !important;
    margin-top: auto!important;
    margin-bottom:auto !important;
    color: #60aec8;
}
.card__adress{
    -webkit-font-smoothing: antialiased !important;
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    margin-top:0px  !important;
}
.card__zip {
    margin-top:0px !important;
    margin-bottom:0px  !important;
    line-height: 1.42857143 !important;

}
.card__phone {
    margin-top:0  !important;
    margin-bottom:0px  !important;
    line-height: 1.42857143 !important;

}
.card__adress {
    margin-top:0  !important;
    margin-bottom:0px  !important;
    line-height: 1.42857143 !important;

}

/* mobile call button */
.buttom-segment {
  display: none;
}
@media (max-width: 767px){
    .buttom-segment {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        size: 300px;
        border-top: 1px solid #a1b6e5;
        text-align: center;
        z-index: 5000;       
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        padding: 16px 0 24px 0; /* If the class container have a paddin-top - padding-bottom es 15px this line is not necesary, if not put it */
    }

    .buttom-segment a {
        text-decoration: none;
        border-radius: 64px;
    }
    ​
    .tel-segment {
        border-radius: 60px;
        color: #fff;
    } 

    .segment-link {
        background-color: #f49d15 !important;
        color: #fff !important;
        border-color: #f5a422;
        padding: 8px 48px;  
        font-size: 18px;
        line-height: 1.4;
        font-weight: 700;
    } 
}
    /* mobile call button */
