﻿@colorNegro: rgb(51,51,51);
@color1: rgba(208,65,98, 1);
@color2: rgba(85, 193, 177, 1);
@color3: darken(@color2,15%); //H1
@color4: rgba(238, 238, 238, 1);
@color5: rgba(30, 30, 30, 1);


@colorBtnPedir: #54AA2F;
@pesoSelector: 'img/peso-descarga.png';

//Cargando
@import "cargando.css";

//Fuentes
@font-face {
    font-family: 'BreeThin';
    src: url('../fonts/BreeThin.eot');
    src: local('☺'), url('../fonts/BreeThin.woff') format('woff'), url('../fonts/BreeThin.ttf') format('truetype'), url('../fonts/BreeThin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BreeRegular';
    src: url('../fonts/BreeRegular.eot');
    src: local('☺'), url('../fonts/BreeRegular.woff') format('woff'), url('../fonts/BreeRegular.ttf') format('truetype'), url('../fonts/BreeRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: local('☺'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url(/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

body {
    color: @colorNegro;
    background: @color2;
    font-family: 'BreeThin';
    //Saletamos el navegador
    margin-top: 100px;
}

h1, h2, h3, h4, h5, h6 {
    color: @color1;
}

h1 {
    font-size: 35px;
}

.container-principal {
    background: #fff;
}

//Menu principal
.navbar-miadelanto {
    border-bottom: 10px solid rgba(103,44,121,0.65);

    .body {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        background: url('img/bg-menu.png') @color1;

        .container {
            padding-right: 0;
            padding-left: 0;

            .navbar {
                background: none;
                margin-bottom: 0;

                .container {
                    .navbar-collapse {
                        border: none;
                        text-transform: uppercase;

                        ul.nav {
                            li a {
                                color: lighten(@color1, 50%);
                                opacity: 0.7;
                                font-size: 16px;
                            }

                                li.active a, li a:hover {
                                    background: none;
                                    opacity: 0.9;
                                    text-shadow: 0 0 30px rgba(255,255,255,0.7);
                                }
                        }
                    }
                }
            }
        }

        .navbar {
            border: 0;
            padding-right: 15px;
            padding-left: 15px;

            .container {
                width: auto;
            }
        }
    }
}

#contenidoHome {
    background-image: url('img/pareja-lg-bg.jpg');
    background-position-x: left;
    background-position-y: top;
    background-repeat: repeat-x;
}

//Simulador
#ModSimulador {
    z-index: 999;
    margin: 15px 0;
    padding: 15px;
    border-radius: 5px;

    h1 {
        padding: 10px 0;
        margin: 0;
        border-radius: 5px;
        margin-bottom: 9px;
        font-size: 48px;
        text-align: left;
    }

    .selector {
        background: rgb(85, 193, 177);
        padding: 27px 10px 0 10px;
        border-radius: 10px;

        .ui-slider {
            height: 10px;
            background: rgba(255,255,255,0.4);
            border-radius: 5px;
            position: relative;
            margin-left: 40px;
            margin-right: 40px;
            z-index: 10;

            .ui-slider-range {
                height: 10px;
                background: #d04162;
                border-radius: 5px 0 0 5px;
            }

            .ui-slider-handle {
                background-color: transparent;
                background-image: url(@pesoSelector);
                background-position: center center;
                background-repeat: no-repeat;
                border: none;
                height: 50px;
                width: 50px;
                position: absolute;
                top: -20px;
                margin-left: -20px;
            }
        }

        i.signo {
            color: #d04162;
            top: -18px;
            background: #FFF;
            border-radius: 13px;
            font-size: 22px;
            padding: 2px;
            cursor: pointer;
        }
    }

    ul.cuotas {
        list-style: none;
        margin: 0;
        padding: 0;
        background: rgb(85, 193, 177);
        padding: 5px;
        margin: 24px 0;
        border-radius: 5px;
        font-weight: bold;
        color: #d04162;

        li {
            display: inline;
            margin: 2px;
            padding: 2px 8px 0 8px;
            font-size: 24px;
            border-radius: 12px;
        }

            li.cuota:hover {
                color: @color2;
                cursor: pointer;
                background-color: darken(@color2,30%);
            }

            li.cuota.seleccionado {
                color: @color1;
                background-color: #fff;
            }
    }

    a.btnPedir {
        content: "\2601";
        color: lighten(@colorBtnPedir,30%);
        background: @colorBtnPedir;
        border: 4px solid @colorBtnPedir;
        border-radius: 25px;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 25px;
        display: block;
        width: 210px;
        margin: 0 auto;

        samp {
            font-weight: bold;
            font-family: 'BreeThin';
        }
    }

        a.btnPedir:before {
            content: "\2601";
            padding-right: 15px;
        }

        a.btnPedir:hover:before {
            content: "\e197";
        }

        a.btnPedir:hover {
            content: "\e197";
            color: #fff;
            border: 4px solid #fff;
        }
}

#pasoapaso {
    border-top: 10px solid rgba(40, 110, 100, 0.65);

    .body {
        color: #fff;
        font-size: 16px;
        background: @color3;
        padding: 50px 0;
        text-align: center;
        text-shadow: 1px 1px darken(@color2, 20%);

        h3 {
            color: #fff;
            font-weight: bold;
            text-shadow: 1px 1px rgba(255,255,255,0.05);
        }

        img {
            background: darken(@color2, 25%);
            box-shadow: 2px 2px darken(@color2, 30%);
            border-radius: 100%;
            margin: 0 auto;
            display: table;
        }
    }
}

#ventajas {

    ul {

        li {
            font-size: 16px;
        }
    }
}

.recuadro {
    color: #000;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-family: Calibri !important;
}

#footer {
    background: @color5;
    color: #e2e2e2;

    a {
        color: #bbb !important;
    }
}

//Theme Boostrap
.panel-miadelanto {
    border-color: #fff;

    .panel-heading {
        color: #333;
        background-color: #fff;
        border: none;
    }

        .panel-heading + .panel-collapse > .panel-body {
            border: 1px solid @color1;
        }

        .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }
}

.btn-Facebook {
    background: #3B5998;
    color: #ECEFF5;
}

    .btn-Facebook:hover {
        background: #30487A;
        color: #fff;
    }

.btn-Google {
    background: #3B5998;
    color: #ECEFF5;
}

    .btn-Google:hover {
        background: #30487A;
        color: #fff;
    }

input, select, textarea, div.input-group {
    margin-bottom: 15px;
}

.tooltip {
    font-size: 15px;
}

//Paso a paso Registo
.paso-registro {
    height: 40px;
    margin-top: 20px;

    .nroPasoRegistro {
        background-color: rgb(85,193,177);
        border: 2px solid rgb(238,238,238);
        border-radius: 20px;
        color: rgb(255,255,255);
        font-size: 26px;
        font-weight: bold;
        height: 37px;
        line-height: 130%;
        position: absolute;
        text-align: center;
        width: 37px;
    }

    .descPasoRegistro {
        margin-left: 40px;
        margin-top: 7px;
        font-size: 20px;
        color: rgb(85,193,177);
    }
}

    .paso-registro.active {
        .nroPasoRegistro {
            background-color: rgb(208,65,98);
        }

        .descPasoRegistro {
            color: rgb(208,65,98);
        }
    }

    .paso-registro.off {
        .nroPasoRegistro {
            background-color: rgb(191,129,209);
        }

        .descPasoRegistro {
            color: rgb(191,129,209);
        }
    }
//Dispositivos mobiles
@media (max-width: 768px) {
    .navbar-miadelanto {
        .container {
            .navbar {
                //Centro todo el contenido
                text-align: center;

                .break {
                    border-top: lighten(@color1, 10%) 1px solid;
                    margin-top: 10px;
                    padding-top: 10px;
                }
            }
        }
    }

    .container {
        padding: 0;
    }

    .row {
        margin: 0;
    }
}

//Dispositivos general
@media (max-width: 768px) {
    #ModSimulador h1 {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .navbar-miadelanto .container .navbar-collapse {
        margin-top: 25px;
    }

    .navbar-miadelanto .body .container .navbar .container .navbar-collapse ul.nav li a {
        font-size: 12px;
        padding: 15px 7px;
    }

    #ModSimulador h1 {
        font-size: 29px;
    }
}

@media(min-width: 992px) {
    #ModSimulador h1 {
        font-size: 47px;
    }

    .navbar-miadelanto .body .container .navbar .container .navbar-collapse ul.nav li a {
        font-size: 16px;
        padding: 15px 10px;
    }
}
@media(max-width: 1200px ) {
    #contenidoHome{
        background-image: url('/Content/img/pareja-xs-bg.jpg');
    }
}