﻿.popupi-Bica {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    display: block;
    background: #fff;
    height: 80%;
    width: 70%;
    overflow: auto;
    border-radius: 10px;
    top: 10%;
    left: 15%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    position: absolute;
}

    .popupi-Bica .imagen {
        width: 40%;
        float: left;
        height: 100%;
        background-image: url('../img/i-Bica/fondoPopup.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

        .popupi-Bica .imagen img {
            width: 150px;
            margin-top: 22px;
            margin-left: calc(50% - 75px);
        }

    .popupi-Bica .texto {
        width: 60%;
        float: right;
        height: 100%;
        padding: 10px;
    }

        .popupi-Bica .texto .contenido {
            padding: 20px;
            height: calc(100% - 22px);
        }

        .popupi-Bica .texto .destacado {
            font-weight: 600;
            color: #00af9d;
            font-size: 18px;
        }

    .popupi-Bica .closePopup {
        color: #000;
    }

    .popupi-Bica .flexspacebetween {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .popupi-Bica .flexspacearound {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .popupi-Bica .btn-mar {
        min-width: 200px;
        background: #00af9d;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        border-radius: 5px;
        border-width: 0;
        height: 50px;
        margin: 10px;
    }

    .popupi-Bica .btn-default {
        min-width: 200px;
        background: #fff;
        color: #999 !important;
        font-size: 20px;
        font-weight: 300;
        border-radius: 5px;
        border-width: 1px;
        border-color: #999;
        height: 50px;
        margin: 10px;
    }

    .popupi-Bica a.btn-mar:hover, .popupi-Bica a.btn-default:hover{
        text-decoration: none;
    }

    .popupi-Bica .alert {
        margin: 0;
        padding: 0;
    }

    .popupi-Bica .text-danger, .popupi-Bica .alert {
        font-size: 13px;
        color: #ff0000;
    }

    .popupi-Bica input[type=text], .popupi-Bica input[type=password] {
        width: 250px;
        height: 40px;
        border-radius: 5px;
        border-color: #c5c5c5;
        border-style: solid;
        padding: 5px;
        margin-left: calc(50% - 135px);
    }

.backgroundPopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,0.5);
}

.scrollable-y {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
