﻿.buscadores {
    display: none;
    position: relative;
    margin-top: 4vh;
    margin-bottom: 1vh;
    height: 50vh;
    width: 32.2vw;
    color: #006D9E;
    border-radius: 5px;
    font-size: 1vw;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    z-index: 1;
    background-color: #f7f7f7;
    transition: background 1s 0.3s;
}
.buscadoresBAA {
    display: block;
    position: relative;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding: 0vh 2vw;
    height: 100%;
    width: 40vw;
    color: #006D9E;
    border-radius: 0px;
    font-size: 1vw;
    box-shadow: none;
    z-index: 1;
    background-color: white;
    transition: background 1s 0.3s;
}
    .buscadoresBAA .title {
        font-size: 2vw;
        margin-bottom: 3vh;
    }
    .buscadoresBAA .icon {
        float: right;
        margin-left: 1vh;
        cursor: pointer;
    }
.buscadores .rb {
    margin-bottom: 0.5vh;
}

    .buscadores .rb .dsradio {
        height: 1.8vh;
        width: 1.8vh;
        vertical-align: sub;
    }

    .buscadores .rb .dslabel {
        display: inline-block !important;
        font-size: 0.8vw;
        cursor: pointer;
    }
    .buscadores .slide {
        position: absolute;
        display: block;
        height: 49vh;
        width: 30vw;
        overflow: hidden;
        list-style: none;
        margin: 0.5vh;
        z-index: 0;
    }

        .buscadores .slide > li {
            position: absolute;
            display: block;
            overflow: hidden;
            height: 49vh;
            width: 26vw;
            text-indent: 0px;
            cursor: pointer;
            background-color: #f7f7f7;
            transition: all 1s;
        }

            .buscadores .slide > li:nth-of-type(1) {
                left: 0vw;
            }

            .buscadores .slide > li:nth-of-type(2) {
                left: 3vw;
                border-left-style: solid;
                border-left-width: 1px;
                border-color: rgba(0,44,119,0.4);
            }

            .buscadores .slide > li:nth-of-type(3) {
                left: 6vw;
                border-left-style: solid;
                border-left-width: 1px;
                border-color: rgba(0,44,119,0.4);
            }

            .buscadores .slide > li .legendslide {
                position: absolute;
                transform: rotate(270deg);
                color: rgba(0,109,158,0.7);
                font-size: 1.55vw;
                transition: all 1s;
            }

                .buscadores .slide > li .legendslide:hover {
                    color: rgba(0,44,119,1);
                }

            .buscadores .slide > li:nth-of-type(1) .legendslide {
                width: 20vw;
                margin-top: 22vh;
                margin-left: -8.6vw;
                text-align: center;
            }

            .buscadores .slide > li:nth-of-type(2) .legendslide {
                width: 20vw;
                margin-top: 22vh;
                margin-left: -8.6vw;
                text-align: center;
            }

            .buscadores .slide > li:nth-of-type(3) .legendslide {
                width: 20vw;
                margin-top: 22vh;
                margin-left: -8.6vw;
                text-align: center;
            }
            .buscadores .slide > li .icon {
                position: absolute;
                top: 2vh;
                left: 1vw;
                color: rgba(0,109,158,0.7);
                font-size: 1.8vw;
                transition: all 0.5s;
            }
                .buscadores .slide > li .icon:hover {
                    transform: scale(1.1);
                    color: rgba(0,109,158,1);
                }
            .buscadores .slide .box {
                position: absolute;
                top: 4vh;
                left: 1.3vw;
                height: 43vh;
                width: 23vw;
                display: none;
                transition: all 1s;
            }

            .buscadores .slide .box .polizas {
                list-style-type: none;
                padding: 4vh 2vw;
                line-height: 4vh;
                font-size: 1.1vw;
                transition: all 0.5s;
            }

            .buscadores .slide .box .asegurados {
                list-style-type: none;
                padding: 4vh 1vw;
                line-height: 3.4vh;
                font-size: 1.0vw;
            }

            .buscadores .slide .box .prestaciones {
                list-style-type: none;
                padding: 6vh 1vw;
                line-height: 3.4vh;
                font-size: 1.2vw;
                transition: all 0.5s;
            }
    .buscadores .df {
        margin-bottom: 1vh;
    }

        .buscadores .df input {
            width: 98%;
            border: none;
            border-bottom: 1px solid rgba(0, 44, 119, 0.2);
            padding: 0.5vh 1%;
            font-size: 1.2vw;
            color: rgba(128, 128, 128, 0.8);
            background-color: transparent;
            outline: none;
        }

        .buscadores .df .legend {
            font-size: 1.0vw;
            color: rgba(0, 44, 119, 0.6);
            padding-left: 0.5vh;
        }

    .buscadores .dftextarea {
        height: 12vh;
    }

        .buscadores .dftextarea textarea {
            width: 98%;
            padding: 0.5vh 1%;
            resize: none;
            overflow: hidden;
            outline: none;
            border: 1px solid rgba(0, 44, 119, 0.3);
            border-radius: 5px;
            background-color: rgba(0,109,158,0.05);
            font-family: 'Open Sans';
            font-size: 1.1vw;
            color: rgba(128, 128, 128, 0.8);
        }

        .buscadores .dftextarea .legend {
            font-size: 1.0vw;
            color: rgba(0, 44, 119, 0.6);
            padding-left: 0.5vh;
        }

    .buscadores .cmb {
        margin-bottom: 1vh;
    }

        .buscadores .cmb select {
            width: 100%;
            padding: 0.5vh 1%;
            border: none;
            border-bottom: 1px solid rgba(0, 44, 119, 0.2);
            outline: none;
            font-size: 1.2vw;
            color: rgba(128, 128, 128, 0.8);
            background-color: transparent;
        }

            .buscadores .cmb select + span {
                font-family: 'Open Sans';
                font-size: 1vw;
                color: rgba(128, 128, 128, 0.8);
                border: none;
                border-bottom: 1px solid rgba(0, 44, 119, 0.2);
                background: none;
                outline: none;
                width: 100%;
                padding: 0.5vh 0;
            }

        .buscadores .cmb .legend {
            font-size: 1.0vw;
            color: rgba(0, 44, 119, 0.6);
            padding-left: 0.5vh;
        }

    .buscadores .cb {
        margin-bottom: 1vh;
    }

        .buscadores .cb .dscheckbox {
            height: 2vh;
            width: 2vh;
            vertical-align: middle;
        }

        .buscadores .cb .dslabel {
            display: inline-block !important;
            font-size: 1.0vw;
            cursor: pointer;
        }
.buscadores fieldset {
    height: 10vh;
    margin-top: 2vh;
    padding-top: 2vh;
    font-size: 0.9vw;
    border: 1px solid rgba(0, 44, 119, 0.2);
}