.icono_res {
    /*
    font-size: 1.8rem;
    color: white;*/
   margin-right: -10px;
}

.tx_negro span {
    /*color: #000 !important;*/
    font-weight: bolder !important;
}

.sel_tarifas_sel {
    color: #1280ED !important;
    font-size: 7pt !important;
    width: 150px !important;
}


/*
.info_circuitos {
    width: 100px;
    height: 64px;
    margin: 2px;
    border: 0px outset #1280ED;
    /*background-image: url('http://viagi.com.mx/graficos/iconos/social.png');*/ /*
    background-position: -7px -24px;
    background-repeat: no-repeat;
    position: absolute;
    right: -3px;
    top: 110px;
    background-size: 200px 200px;
    border-radius: 14px 0px 0px 14px;
    cursor: pointer;
    box-shadow: -1px 0px 1px 1px #B4B4B4;
    position: fixed;
    background-color: #FFFFFF;
    float: right;
    z-index: 1000;
}*/

.info_circuitos {
    width: 70px;
    height: 58px;
    margin: 0px;
    border: 0px outset #1280ED;
    /*background-image: url('http://viagi.com.mx/graficos/iconos/social.png');*/
    background-position: -7px -24px;
    background-repeat: no-repeat;
    position: absolute;
    right: -3px;
    top: 110px;
    background-size: 200px 200px;
    border-radius: 14px 0px 0px 14px;
    cursor: pointer;
    /*box-shadow: -1px 0px 1px 1px #B4B4B4;*/
    position: fixed;
    background-color: #FFFFFF;
    float: right;
    z-index: 1000;
    font-size: 10pt;
}

.info_circuitos2 {
    top: 180px;
}

.info_circuitos3 {
    top: 250px;
}

.info_circuitos4 {
    top: 320px;
}

.info_circuitos5 {
    top: 390px;
}

.info_circuitos6 {
    top: 460px;
}

.info_circuitos7 {
    top: 530px;
}

.info_circuitos8 {
    top: 600px;
}

.cam {

    width: 195px;

    height: 220px;

    max-height: 220px;

    min-height: 220px;

    overflow: hidden;

    margin: 10px;

    position: relative;

}



.cam>.crop {

    position: absolute;

    left: -100%;

    right: -100%;

    top: -100%;

    bottom: -100%;



    margin-left: auto;

    margin-right: auto;

    min-height: 100%;

    min-width: 100%;

}



@media (max-width: 576px) {

    .cam {

        width: 100%;

        height: 220px;

    }



}