﻿.letrasAutos3 {
    color: #fff;
    font-size: 58px;
    position: relative;
    top: 140px;
}

.form-control:focus {
    border-color: #CCCCCC !important;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #006729;
        text-decoration: none;
    }

.divProgress {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.divProgressTransparencia {
    background-color: #000;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

.divProgressTransparenciaRC {
    background-color: #000;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -60px;
    opacity: 0.4;
}

.divProgressContenido {
    /*background:url('../../Imagenes/hdi_cuadros.png') no-repeat #ffffff;  */
    /*background-size:100%;*/
    background: #006729; /*-color : green;*/
    text-align: center;
    z-index: -1;
    width: 100%;
    position: relative;
    /*height: 185px;*/
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_login .omb_socialButtons a {
    color: white; /* In yourUse @body-bg */
    opacity: 0.9;
}

    .omb_login .omb_socialButtons a:hover {
        color: white;
        opacity: 1;
    }

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

    .omb_login .omb_loginOr .omb_hrOr {
        background-color: #cdcdcd;
        height: 1px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .omb_login .omb_loginOr .omb_spanOr {
        display: block;
        position: absolute;
        left: 50%;
        top: -0.6em;
        margin-left: -1.5em;
        background-color: white;
        width: 3em;
        text-align: center;
    }

.omb_login .omb_loginForm .input-group.i {
    width: 0em;
}

.omb_login .omb_loginForm .help-block {
    color: red;
}


@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('/Plantilla/fonts/proxima-bold/proximanova-bold-webfont.eot');
    src: url('/Plantilla/fonts/proxima-bold/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Plantilla/fonts/proxima-bold/proximanova-bold-webfont.ttf') format('truetype'), url('/Plantilla/fonts/proxima-bold/proximanova-bold-webfont.svg#frutigerltstd-boldregular') format('svg');
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('/Plantilla/fonts/proxima/proximanova-light-webfont.eot');
    src: url('/Plantilla/fonts/proxima/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Plantilla/fonts/proxima/proximanova-light-webfont.ttf') format('truetype'), url('/Plantilla/fonts/proxima/proximanova-light-webfont.svg#frutigerltstd-boldregular') format('svg');
}

.hdi-titulo-aviso {
    font-family: 'proxima_novalight';
    font-weight: normal;
    font-size: 14px;
    color: #555555;
    top: 10px;
    left: 0px;
}

.campo {
    font-family: 'proxima_nova_rgbold';
    font-size: 14px;
    color: #555555;
}

/* ------------------------------------------------------*\
  #input[type="button"]
/* ------------------------------------------------------*/
input[type="button"] {
    border-radius: 2px;
    border: none;
    color: #ffffff;
    font-family: 'proxima_nova_rgbold';
    font-size: 14px;
    height: 45px;
    line-height: normal;
    min-width: 120px;
    outline: 0px;
    padding: 15px 30px;
    text-decoration: none;
}

    input[type="button"]:hover {
        -webkit-box-shadow: inset 0px 8px 2px -5px rgba(0,0,0,0.21);
        -moz-box-shadow: inset 0px 8px 2px -5px rgba(0,0,0,0.21);
        box-shadow: inset 0px 8px 2px -5px rgba(0,0,0,0.21);
    }

    input[type="button"]:active {
        -webkit-box-shadow: inset 0px -8px 2px -5px rgba(0,0,0,0.20);
        -moz-box-shadow: inset 0px -8px 2px -5px rgba(0,0,0,0.20);
        box-shadow: inset 0px -8px 2px -5px rgba(0,0,0,0.20);
    }

    input[type="button"]:disabled {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }


/* ------------------------------------------------------*\
  .hdi-btn-green
/* ------------------------------------------------------*/
.hdi-btn-green {
    background: #006729;
}

    .hdi-btn-green:active {
        background: #006922;
    }

    .hdi-btn-green:disabled {
        background: #D8F0E0;
        color: rgba(0,156,51,0.3);
    }


/* ------------------------------------------------------*\
  .hdi-btn-red
/* ------------------------------------------------------*/
.hdi-btn-red {
    background: #E60018;
}

    .hdi-btn-red:active {
        background: #99000F;
    }

    .hdi-btn-red:disabled {
        background: #E7ACB2;
        color: rgba(230,0,24,0.3);
    }


/* ------------------------------------------------------*\
  .hdi-btn-grey
/* ------------------------------------------------------*/
.hdi-btn-grey {
    background: #555555;
}

    .hdi-btn-grey:active {
        background: #333333;
    }

    .hdi-btn-grey:disabled {
        background: #A1A1A1;
        color: rgba(85,85,85,0.3);
    }


/**********************************LABEL****************************************/

.label-texto {
    font-family: 'HDI-Gerling Sans';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}

.hdi-label-titulo {
    font-family: 'HDI-Gerling Sans';
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.hdi-label-bold {
    font-family: 'proxima_nova_rgbold';
    font-size: 14px;
    color: #555555;
}

.hdi-label-light {
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #555555;
}

.hdi-link {
    font-family: 'proxima_novalight';
    font-size: 14px;
    text-decoration: underline;
    color: #006729;
    cursor: pointer;
}

    .hdi-link:hover {
        color: #333333;
        text-decoration: underline;
    }

    .hdi-link:visited {
        color: #006922;
        text-decoration: underline;
    }

    .hdi-link:active {
        color: #00a950;
        text-decoration: underline;
    }

.input-texto-hdi {
    border: solid 1px #ccc;
    font-family: 'proxima_novalight';
    font-size: 14px;
    outline: 0px;
    padding: 6px 12px;
    width: 100%;
}

    .input-texto-hdi:focus {
        color: #006729;
        border-color: #006729;
    }

.cajaTextoHDI {
    border: solid 1px #ccc;
    font-family: 'proxima_novalight';
    font-size: 14px;
    outline: 0px;
    padding: 6px 12px;
    width: 100%;
    background-color: #ffffff;
}

    .cajaTextoHDI:focus {
        color: #006729;
        border-color: #006729;
        background-color: #ffffff;
    }

/*.cajaTextoHDI
{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.cajaTextoHDI:focus
{
    border-color: #4CAE4C;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75) inset, 0 0 8px rgba(0, 152, 20, 0.5);
    outline: none;
}*/

@media (max-width: 240px) {
    .loginInicial {
        background-image: url('../../Imagenes/hdi-logo-login.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 60px;
        width: 75px;
    }

    .logoLoginVerde {
        background-image: url('../../Imagenes/cotiza-autos-hdi-seguros.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 80px;
    }

    h4, .h4 {
        font-size: 13px;
    }

    .btn {
        display: inline-block;
        margin-bottom: 0px;
        font-weight: 100;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 8px !important;
        line-height: 1.4285;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #myModalEvento {
        font-size: x-small;
    }
}

@media (max-width: 320px) { /*Modal Aviso*/
    .loginInicial {
        background-image: url('../../Imagenes/hdi-logo-login.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 60px;
        width: 75px;
    }

    .logoLoginVerde {
        background-image: url('../../Imagenes/cotiza-autos-hdi-seguros.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 80px;
    }

    h4, .h4 {
        font-size: 13px;
    }
}

@media (min-width: 321px) and (max-width: 568px) { /*Modal Aviso*/
    .loginInicial {
        background-image: url('../../Imagenes/hdi-logo-login.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 60px;
        width: 75px;
    }

    .logoLoginVerde {
        background-image: url('../../Imagenes/cotiza-autos-hdi-seguros.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 100px;
    }

    h4, .h4 {
        font-size: 13px;
    }
}

@media (min-width: 569px) and (max-width: 767px) {
    .loginInicial {
        background-image: url('../../Imagenes/hdi-logo-login.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 60px;
        width: 75px;
    }

    .logoLoginVerde {
        background-image: url('../../Imagenes/cotiza-autos-hdi-seguros.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 130px;
    }

    h4, .h4 {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }

    .omb_login .omb_forgotPwd {
        text-align: right;
        margin-top: 10px;
    }

    .loginInicial {
        background-image: url('../../Imagenes/hdi-logo-login.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 60px;
        width: 75px;
    }

    .logoLoginVerde {
        background-image: url('../../Imagenes/cotiza-autos-hdi-seguros.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 150px;
    }

    .divProgressContenido {
        /*background:url('../../Imagenes/hdi_cuadros.png') no-repeat #ffffff;  */
        background: #006729;
        background-size: 100%;
        text-align: center;
        z-index: -1;
        width: 100%;
        position: absolute;
        height: 150px;
    }

    footer {
        min-width: 960px;
        background: #fff;
        margin: 0px;
        margin-top: 0px;
        padding: 15px;
    }
}

@media (min-width: 1025px) {
    .col-xs-12 {
        width: 30%;
    }

    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 35%;
    }

    .loginInicial {
        background-image: url('../../Imagenes/hdi-logo-login.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 60px;
        width: 75px;
    }

    .logoLoginVerde {
        background-image: url('../../Imagenes/cotiza-autos-hdi-seguros.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 300px;
    }

    /*footer {
		position: absolute;
		width: 100%;
		height: 145px;
		bottom: 0;
		left: 0;
		background: none repeat scroll 0 0 #333333;
	}*/

    footer {
        min-width: 960px;
        background: #fff;
        margin: 0px;
        margin-top: 0px;
        padding: 15px;
    }
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
