
@font-face {
    font-family: 'Viga';
    src: url('../fonts/Viga/Viga-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Viga/Viga-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Viga/Viga-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Viga/Viga-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Viga/Viga-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Viga/Viga-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html {
    font-family: 'Muli', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
    color: #6b6f82;
}
label {
    color: #6b6f82;
}
strong {
    font-weight: bold;
}
textarea{
    height: 7rem;
    padding: 10px;
}
.pagination li.active {
    background-color: #64B5F6;
}

.grecaptcha-badge { visibility: hidden; }

.carousel {
   /* height: 80vh;*/
}
.carousel .carousel-item {
    width:400px !important;
    opacity: 0.5 !important;
}
.carousel .active{
    opacity: 1 !important;
}
/*
#main {
    margin-top: 0px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    width: 100%;
}
*/

/* para mapas de google maps */
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.container-menu{
    margin-top: 0px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.content-user-menu {
    margin-top: 60px!important;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 24px;
    margin: 0;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    line-height: 64px;
    color: #fff;
}
h2 {
    font-size: 20px;
    margin: 0;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: 24px;
    color: #6b6f82;
}
h3 {
    font-size: 15px;
    margin: 0;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #6b6f82;
}
h4, h5, h6,.h6 {
    color: #6b6f82!important;
    font-weight: 900;
}
h6,.h6 {
    font-size: 1.3rem;
}
.my-green{
    background-color: #a4d641!important;
}

.my-standard-btn {

    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 14px;
    outline: 0;
    text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    border: 1px solid #64b5f6;
    color: #6b6f82;

    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;

    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    border-radius: 150px !important;
    box-shadow: none !important;
    background-color: transparent;
}
.my-standard-btn:focus {
    background-color: transparent;
}

.link_white { color: #FFF; }
.link_white:hover { color: #FFF; }
.link_white:active { color: #FFF; }
.link_white:visited { color: #FFF; }

.centrar {
    text-align:center;
}
.centrar_tabla tr, th, td {
    text-align:center;
}
.tabla_horizontal_scroll_div{
    width: 100%;
    height: auto;
    overflow: auto;
}
.txt_cabecera{
    font-size: 1.4rem;
}
.tox-notifications-container{
    display: none;
}
.btn-floating {
    background-color: #1a65b6;
}
.respuesta_cliente{
    color: green;
}
.card .card-title {
    font-weight: 900;
}
.card .card-content {
    padding: 10px;
}

.letra_sub_cab {
    font-size:1.8vw;
}
.letra_sub_cab_ofertas {
    font-size:1.6vw;
}

.modal {
    max-height: 80%;
}
.modal-big {
    top:2%!important;
    max-height: 96%
}
.margin-top-banner-cmcam{
    margin-top: 0px;
    width: 100%;
    height: auto;
}
/* hasta pantalla grande */
@media screen and (max-width: 992px) {
    .navbar-main {
        height: 64px;
        line-height: 20px;
    }
}
/* movil */
@media screen and (max-width: 600px) {
    .navbar-main {
        height: 54px;
        line-height: 20px;
    }
    .icon-menu-movil {
        line-height: 34px !important;
    }
    .container, .section {
        margin: 0;
        padding: 0 0.4rem;
    }

    .tabla_vertical > table {
        width:100%;
    }
    .tabla_vertical > thead {
        display: none;
    }
    .tabla_vertical > tr:nth-of-type(2n) {
        background-color: inherit;
    }
    .tabla_vertical > tr td:first-child {
        background: #f0f0f0;
        font-weight:bold;
        font-size:1.3em;
    }
    .tabla_vertical > tbody td {
        display: block;
        text-align:center;
    }
    .tabla_vertical > tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
    }
    .carousel-agenda {
        height: 300px;
    }
    .carousel-tablon {
        height: 400px;
    }
    .carousel-opinion {
        height: 370px;
    }
    .carousel .carousel-item {
        width:300px !important;
    }
}

th {
    font-size:1.1em;
}

.etiqueta_error {
    line-height: 22px;
    height: 22px;
    padding: 0 0.5rem;
    background-color: #ff0000!important;
    font-size: 0.8rem;
}
.oculto {
    display: none;
}
.bold{
    font-weight:bold;
}
.row .col {
    padding: 0 .5rem;
}
.padding-horizontal-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.pagination li a {
    font-size: 1rem;
}
.pull-right {
    text-align: right;
}
.btn, .btn-large, .btn-small {
    background-color: #039be5;
}

.tabs .tab a{
    padding: 0 10px;
}

/*para los combos, el tamaño*/
.dropdown-content {
    max-height: 200px !important;
    overflow-y: auto !important;
    backface-visibility: hidden !important;
}

/* color del checkbox sin marcar */
[type='checkbox'] + span:not(.lever):before, [type='checkbox']:not(.filled-in) + span:not(.lever):after,
[type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
    border: 2px solid #399eb6;
    top: 3px;
}
/* color del checkbox marcado */
[type='checkbox'].filled-in:checked + span:not(.lever):after {
    z-index: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #ff9100;
    background-color: #ff9100;
}
/* el tick del checkbox */
[type='checkbox'].filled-in:checked + span:not(.lever):before {
    top: 2px;
}
/* color del radio button */
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #ff9100;
    background-color: #ff9100;
}

#ul-horizontal-nav > li > a{
    padding: 0 13px;
}
#horizontal-nav ul li a span {
    top: 0px;
    font-size: 1.1vw;
}
.navbar-fixed #horizontal-nav {
    margin-top: 84px;
}
.menu-dos-lineas {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 15px !important;
}
.menu_horizontal span{
    font-family: 'Viga';
    color: #757575!important;
}
.menu_horizontal_selected{
    background-color: #64b5f6 !important;
}
.menu_horizontal_selected span{
    color: #FFFFFF !important;
}
.texto-item-menu{
    line-height: 2.5rem;
    padding: 1.5rem;
    vertical-align: top;
    color: #757575!important;
}
.texto-item-menu i {
    line-height: 2.4rem;
}
.texto-item-menu-cab{
    line-height: 2.5rem;
    padding: 1rem;
    font-weight: 900;
    color: #6b6f82!important;
}

.required{
    color: red;
    margin-right: 0.5rem;
}
.check-nuestro-recomendado {
    padding-top: 0px!important;
    padding-left:30px!important;
}

.texto-nuestro-recomendado {
    padding-left:30px!important;
}

#banner_header_2{
    margin-top: 0px;
    width: 100%;
    height: auto;
    /*
    max-width: 969px;
    max-height: 98px;
    */
}
#banner_header_1,#banner_footer_1{
    width: 100%;
    height: auto;
}

.logo_centrado{
    text-align:center;
}
.img-new-free-company{
    width:60%;
    max-width: 60%;
}
/* box de tinymce de upgrade */
.tox .tox-promotion-link{
    display: none!important;
}


.banner_desktop {
    display: block;
}
.banner_movil {
    display: none;
}


/* pantalla grande */
@media only screen and (min-width: 993px)
{
    .navbar-main {
        height: 94px;
        line-height: 20px;
    }
    #main {
        margin-top: 0;
    }
    .container {
        /*max-width: 80%!important;*/
        max-width: 1150px!important;
        min-width: 991px!important;
    }
    .row .col.l9_5 {
        right: auto;
        left: auto;
        width: 80%;
        margin-left: auto;
    }
    .row .col.l2_5 {
        right: auto;
        left: auto;
        width: 20%;
        margin-left: auto;
    }
    .check-nuestro-recomendado {
        padding-top: 10px!important;
        padding-left:15px!important;
    }

    .texto-nuestro-recomendado {
        padding-left:10px!important;
    }

    #banner_header_2{
        margin-top: 70px;
        /*width: 80%;*/
    }
    .margin-top-banner-cmcam{
        margin-top: 70px;
        /*width: 80%;*/
    }
    /*
    #banner_header_1,#banner_footer_1{
        width: 80%;
    }
    */

    /*
    .splide__arrow{
        visibility: hidden;
    }
    */

    .modal {
        width: 80%;
    }
    .modal50 {
        width: 50%;
    }
}

@media only screen and (max-width: 992px)
{
    .sidenav-main .sidenav {
        width: 263px;
    }
    #banner_abajo_menu {
        margin-top: 0px!important;
    }
    .letra_sub_cab {
        font-size:2.3vw;
    }
    .letra_sub_cab_ofertas {
        font-size:2.3vw;
    }
    .modal {
        width: 90%;
    }
    .modal50 {
        width: 90%;
    }
    .img-new-free-company{
        width:100%;
        max-width: 100%;
    }
}

/* pantalla movil */
@media only screen and (max-width: 601px)
{
    .check-nuestro-recomendado {
        padding-top: 10px!important;
        padding-left:0px!important;
    }
    .banner_desktop {
        display: none;
    }
    .banner_movil {
        display: block;
    }
}
/* pantalla de movil para arriba */
@media only screen and (min-width: 601px)
{
    .row .col.offset-m3 {
        margin-right: 25%;
    }
}
/*<span style="span_texto_icono"><i class="material-icons mr-2">add</i> Add</span> */
.div_icono_texto{
    display: flex; align-items: center;
    padding-bottom: 8px;
}
.div_icono_texto_azul{
    display: flex; align-items: center;
    color: #399eb6;
    padding-bottom: 8px;
}

.div_menu_user{
    display: flex; align-items: center;
    padding: 0.4rem 1rem;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.input-field {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-underline{
    text-decoration: underline;
}
.logo-flotante {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative!important;
    top:-25px!important;
    left: 20px!important;
    max-width:100%;
    border:1px solid;
    width: 100%!important;
    height:auto;
}
.nuestro-recomendado{
    width: 100%;
    height:auto;
    padding:0 10px;
}
.text-input {
    background: #fff!important;
    color: #6b6f82!important;
}
.text-input::placeholder {
    color: #6b6f82!important;
    opacity: 1; /* Firefox */
}
.text-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6b6f82!important;
}
.text-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #6b6f82!important;
}
.color-gris{
    color: #6b6f82!important;
}
.color-verde{
    color: #a4d641!important;
}

.w100 {
    width: 100%!important;
}
.w80 {
    width: 80%!important;
}

.collection .collection-item {
    padding: 10px 10px;
}


.img-with-shadow {
    height: auto;
    max-width: 100%;
    border: 0px solid #fff;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 5px #999;
    border-radius: 3px;
}

/* barras de opiniones */
.opiniones-bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    margin-top: 7px;
}

/* Individual bars */
.opiniones-bar-5 {width: 60%; height: 8px; background-color: #4CAF50;}
.opiniones-bar-4 {width: 30%; height: 8px; background-color: #2196F3;}
.opiniones-bar-3 {width: 10%; height: 8px; background-color: #00bcd4;}
.opiniones-bar-2 {width: 4%; height: 8px; background-color: #ff9800;}
.opiniones-bar-1 {width: 15%; height: 8px; background-color: #f44336;}


.circular-square {
    border-radius: 50%;
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
}
.img-responsive-100 {
    width: 100%;
    height: auto;
}
.img-responsive-80 {
    /*
    width: 80%;
    height: auto;
    */
    width: 80px;
    height: 80px;
}
.cursor-mano {
    cursor: pointer;
}

/* para el editor completo */
.tox-tinymce{
    min-height: 500px;
}

/* para la paginacion del splide, las bolitas, que salgan mas abajo */
.splide__pagination{
    bottom: 5em;
}
/*
.splide__track{
    justify-content: center;
    display: flex;
}
*/
/*
.splide__pagination{
    bottom: -30px;
}
.splide__pagination__page.is-active{
    background: #ffb300;
}
.splide__pagination__page{
    background: #039be5;
}
*/

/* para la galeria de imagenes */
.lSSlideOuter .lSPager.lSGallery img {
    min-width: 100%;
    max-height: 90px;
    height: 100%;
}

/* richtext custom style */
.richText a { color: #9e9e9e;}


.waves-ripple {
    background: rgba(0, 0, 0, 0)!important;
}


.news_menu ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    color: #6b6f82;

    /* para hacer scroll horizontal*/
    white-space: nowrap; /* Never wrap to the next line */
    overflow-x: auto; /* Hide overflow + add scroll */
    overflow-y: hidden; /* Hide overflow */
}

.news_menu li {
    padding: 10px 4px;
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

.news_menu li a {
    color: #6b6f82;
    text-decoration: none;
    line-height: 35px;
}

.news_menu li a:hover{
    color:#000;
}
/* para la linea que acompaña al titulo de los widget */
.widget_line {
    display: block;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 30px;
    margin-bottom: 20px;
}

.widget_line > span {
    position: relative;
    display: inline-block;
}

.widget_line > span:before,
.widget_line > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 3px;
    background: #399eb6;
}

.widget_line > span:before {
    right: 100%;
    margin-right: 1500px;
}

.widget_line > span:after {
    left: 100%;
    margin-left: 15px;
}
.widget_line *{ color: #6b6f82; }
.widget_line:hover *{ color: #6b6f82; }
.widget_line:active *{ color: #6b6f82; }
.widget_line:visited *{ color: #6b6f82; }

.widget_line_yellow > span:after {
    background: #ffb300;
}
.widget_line_yellow *{ color: #ffb300; }
.widget_line_yellow:hover *{ color: #ffb300; }
.widget_line_yellow:active *{ color: #ffb300; }
.widget_line_yellow:visited *{ color: #ffb300; }


.widget_line_yellow_raffle > span:after {
    background: #ffd600;
}
.widget_line_yellow_raffle *{ color: #ffd600; }
.widget_line_yellow_raffle:hover *{ color: #ffd600; }
.widget_line_yellow_raffle:active *{ color: #ffd600; }
.widget_line_yellow_raffle:visited *{ color: #ffd600; }

.widget_line_blue > span:after {
    background: #009fb9;
}
.widget_line_blue *{ color: #009fb9; }
.widget_line_blue:hover *{ color: #009fb9; }
.widget_line_blue:active *{ color: #009fb9; }
.widget_line_blue:visited *{ color: #009fb9; }

.widget_line_green > span:after {
    background: #a4d641;
}
.widget_line_green *{ color: #a4d641; }
.widget_line_green:hover *{ color: #a4d641; }
.widget_line_green:active *{ color: #a4d641; }
.widget_line_green:visited *{ color: #a4d641; }

.bg-color-verde-planes {
    background-color: #a4d641;
    color: grey!important;
}
.color-verde-planes {
    color: #a4d641!important;
}
.bg-color-rosa-trueque {
    background-color: #ec1c50;

}


.bg-color-azul-agenda {
    background-color: #01b4f7;
    color: white!important;
}
.color-azul-agenda {
    color: #01b4f7!important;
}
.material-tooltip {
    width: 300px;
}

.btn-close {
    background-color: #c3c3c3;
    padding: 0px 10px;
    height: 28px;
    opacity: 0.7;
    line-height: 0;
}

/* se quita del editor lo del tiny*/
.tox-statusbar__branding{
    display: none!important;
}


.bt_minus_plus {
    width: 30px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
}
.bt_minus_plus:focus {
    background-color: #E1E8EE;
}

.richText .richText-toolbar .richText-length .black {
    color: #9e9e9e !important;
    background-color: transparent !important;
}
