@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}
body{
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size:18px;
    color:#707070;
    font-weight: 400;
}
input[type="radio"], input[type="checkbox"] {
    background-color: #FFFFFF !important;
    cursor: pointer;
    margin: 0;
    padding: initial;
    border: initial;
}
input[type=checkbox]{
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(1.4); /* IE */
  -moz-transform: scale(1.4); /* FF */
  -webkit-transform: scale(1.4); /* Safari y Chrome */
  -o-transform: scale(1.4); /* Opera */
}
.form-check-input {
    position: absolute;
    margin-top: 9px;
    margin-left: -1.25rem;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 0;
}
.link:hover{
    text-decoration:underline;
    cursor:pointer;
}
.sin_padding{
    padding: 0;
}
.formulario_hm{
    
}
.bold{
    font-weight:bold;
}
.center{
    text-align:center;
}
.right{
    text-align:right;
}
.rojo{
    color:#CF5962;
}
.azul{
    color:#43425D;
}
.f_17{
    font-size:17px;
}
.f_21{
    font-size:21px;
}
.texto_gris{
    color:#4D4F5C;
}
#ingreso_unique{
    max-width: 410px;
    margin: 0 auto;
}
.home_bg{
    background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(112, 112, 112, 0.09) 50%, rgba(112, 112, 112, 0.09) 100%);
}
.h_100{
    min-height: 100vh;
}
.m_10_b{
    margin-bottom:16px;
}
.m_0_b{
    margin-bottom:0;
}
#see_pw{
    float: right;
    cursor: pointer;
    font-size: 16px;
    font-style: italic;
}
#see_pw{
    text-decoration: underline;
}
.clearfix {
  overflow: auto;
}
.link:hover{
    cursor:pointer;text-decoration: underline;
}
.input_unique {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: .25rem;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    height: 50px;
    transition: all 0.15s ease-in-out;
}
.input_unique:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 89, 98, 0.5);
	-moz-box-shadow: 0 0 0 0.2rem rgba(207, 89, 98, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(207, 89, 98, 0.5);
}
.input_unique:disabled, .input_unique[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor:not-allowed;
}
#alerta_error{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    color: #CB645F;
}
#alerta_ok{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    color: #CF5962;
}
.home_bg{
  /*background-image: url('../images/unique_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;*/
}
.text_enviando{
    font-weight:bold;
    color:#CF5962;
}
.btn_unique_red_sesion {
    border: #CF5962 solid 1px;
    background: #CF5962;
    color: #FFF;
    border-radius: 5px;
    height:50px;
    width:222px;
    transition: all 0.2s ease-in-out;
    font-size:21px;
    margin-top: 40px;
    margin-bottom:30px;    
}
.btn_unique_red_sesion:hover{
    transform: translate(0px,-2px);
    cursor:pointer;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,1,1,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,1,1,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,1,1,0.3);
}
.esp_30{
    margin:30px 0;
}
.caja{
    margin:10px 10px 10px 10px;  
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    padding: 10px 15px 30px 15px;
    border-radius:10px;
    background:#F4F4F4;
}
.unique_footer{
    margin:20px 0;
}
.center{
    text-align:center;
}
.size_600{
    font-weight:bold;
}
.verde{
   color:#43BD4C;
}
.negro{
    color:#262626;
}
.titulo{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.blur_bg{
  background: rgba(255,255,255,0.65);
  min-height: 100vh;
}
.contenedor{
  max-width: 1280px;
  margin: 0 auto;
}
.esp_30{
    margin:20px 0 60px 0;
}
.img_logo_home{
  max-height: 450px;
  margin:20px 0;
}
.img_contacto{
    max-height: 45px;
    margin:10px 0;
}
.map {
    height: 250px;
    margin: 0 0;
}
.text_form_rojo{
  color: #BF192F;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
    .img_logo_home{
        max-height: 150px;
        margin: 15px 0;
    }
    .h_100{
        min-height: auto;
    }
    .home_bg{
        background: rgba(112, 112, 112, 0.09);
        width:100%; height:100%;
    }
    html,body{
        margin:0;
        height:100%;
    }
    .btn_unique_red_sesion {
        height: 40px;
        width: 200px;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 30;
    }
}
