body{
  font-family: 'Roboto', sans-serif !important;
  font-weight:lighter;
  line-height: 1.1;
  background:#ffffff !important;
}
.link_slider:hover{
    text-decoration: underline;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #D31919;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #333760;
}
.vineta{
    color:#FFF;
}
.btn_actualizaciones {
    color: #FFF;
    background: #D31919;
    padding: 10px 30px;
    border-radius: 20px;
    cursor: pointer;
}
.read_more:hover{
	border-bottom: 6px solid #333760;
	cursor:pointer;
}
::placeholder {
    color: #767676;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #767676;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #767676;
}
.input_contacto {
    border: 2px solid #fff;
    padding-left: 10px;
    width: 100%;
}
.btn_envio {
    background: #C81817;
    color: #fff;
    padding: 10px 45px 10px 45px;
    font-size: 1.3rem;
    border-radius: 10px;
	cursor:pointer;
}
.btn_aviso {
    background: #FFF;
    color: #333760;
    padding: 5px 20px 5px 20px;
    font-size: 1rem;
    border-radius: 10px;
	cursor:pointer;
}
.btn_contacto {
    background: #333760;
	color: #fff;
	font-size: 1.3rem;
	border-radius: 2px;
	cursor: pointer;
	border: 1px solid #333760;
	width: 100%;
	padding-top:6px;
	padding-bottom:6px;
}
.btn_contacto_2 {
    background: #D31919;
	color: #fff;
	font-size: 1.3rem;
	border-radius: 2px;
	cursor: pointer;
	border: 1px solid #D31919;
	width: 100%;
	padding-top:6px;
	padding-bottom:6px;
}
.contacto_fondo{
	background-color:rgba(226,226,226,0.0);
}
.cen_lef{
	text-align:justify;
}
#nav_btn:hover, #nav_btn:hover, #nav_btn:hover {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(211, 25, 24, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    border-color: #333760;
	border: solid 2px;
}
hr {
    margin-top: 5px;
    margin-bottom: 0rem;
    border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 15px solid #D31919;
}
.titulo_blanco_home {
    color: #FFF;
    font-size: 8rem;
    text-shadow: 3px 3px 2px #333;
    font-weight: bold;
}
.titulo_blanco_sub {
    color: #333760;
    font-size: 4rem;
    font-weight: bold;
	border-bottom: 6px solid #D31919;
}
.espacio_titulo_1{
	margin-top: -75px;
}
.blanco_seccion1 {
    color: #FFF;
    font-weight: bold;
	font-size: 1.3rem;
    padding: 15px 15px 0px 15px;
    border-bottom: 6px solid #FFF;
	cursor:pointer;
	margin-top:10px;
}
.texto_size{
	font-size: 1.3rem;
}.texto_footer{
	font-size: 1rem;
}
.vineta{
	color:#333760;
	font-size: 1.5rem;
}
.fondo_home_2{
  background-image: url('../images/home/fondo2.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
.fondo_soluciones{
  background-image: url('../images/home/img_soluciones.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
.fondo_compliance{
  background-image: url('../images/home/img_compliance.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
.fondo_marco_legal{
  background-image: url('../images/home/img_marco_legal.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
.fondo_contacto{
  background-image: url('../images/home/img_contacto.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
.fondo_noticias{
  background-image: url('../images/noticias.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
.fondo_legal_1{
  background-image: url('../images/legal/legal1.jpg');
  background-repeat: no-repeat;
  background-position:bottom center;
  background-size:cover;
}
.fondo_legal_2{
  background-image: url('../images/legal/legal2.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}

@media only screen and (max-width: 770px) {
	.contacto_fondo{
		background-color:rgba(226,226,226,0.55);
	}
	.fondo_home_2{
	  background-position:left center;
	}
}
@media only screen and (max-width: 600px) {
    .cen_lef{
		text-align:left;
	}
}
@media only screen and (max-width: 470px) {
    .titulo_blanco_home {
		font-size: 4.5rem;
	}
	.espacio_titulo_1{
		margin-top: -40px;
	}
	hr {
		margin-top: 5px;
	}
}
.espacio_nav{
	margin-left:6px;
}
.nav_audita {
    text-transform: uppercase;
    color: #333760;
    font-weight: 400;
    cursor: pointer;
    padding: 7px;
    border-left: 6px solid #FFF;
    line-height: 35px;
}
.nav_audita:hover {
    background-color: #D31919;
	border-left: 6px solid #333760;
    color: #FFF;
}
.nav_active{
    background-color: #333760;
    color: #FFF;
	text-transform: uppercase;
    border-left: 6px solid #D31919;
	padding: 7px;
	font-weight: 400;
    cursor: pointer;
}
.text-muted {
    color: #Fe0000 !important;
    font-size: 100% !important;
    cursor: pointer;
}
.cuadro_blanco{
  background: none;
  color:#ffffff;
  padding: 25px 25px 25px 25px !important;
}
.fondo_home_1{
  background-image: url('../images/home/fondo1.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}

.text_form_rojo{
  color: #BF192F;
  background-color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}