@charset "utf-8";
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
.subtitulos {
	color:#004794;
	}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background:rgba(0,0,0,0.50); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 100px; /* Rounded corners */
}

#myBtn:hover {
    background:rgba(0,0,0,0.80); /* Add a dark-grey background on hover */
}

/*#####################
Additional Styles (required)
#####################*/
.well_sec{
	min-height: 20px;
	padding: 0px;
	margin-bottom: 20px;
	border: 1px solid #26A9E0;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.custom-bullet li {
	display: block;	
		margin-bottom: 10px;


}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e022";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    margin-top: 2px;
    margin-left: -17px;
    color: #327AB7;
}

.custom-bullet-denuncia li {
    display: block;
}

.custom-bullet-denuncia li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #000;
}
.hr_derecha {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #004794;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100px;
}
.hr_derecha2 {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #004794;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100px;
	text-align:left;
}
.hr_columna {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #004794;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100px;
	text-align:left
}
.hr_landings {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #26A9E0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hr_content {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hr_fotos {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hr_derecha_precio {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 50px;
}
	
.hr_content_azul {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #26A9E0;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 50px;
}

.borde_titular {
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #004794;
	margin-bottom: 10px;
	text-align: left;
}

.titular_nota {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}
.borde_cierre_nota {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8cadf;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	color: #b8cadf;
}
.separador_nota {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2cece;
	margin-bottom: 5px;
	margin-top: 5px;
}


.section {
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
}

.section-lead {
	margin: 30px 0;
}

.section-paragraph {
	margin: 30px 0;
	text-align:center;
}
.section-paragraph-justify {
	margin: 30px 0;
	text-align:justify;
}



@media (min-width: 768px) {


.section {
	padding-top: 25px;
	padding-bottom: 25px;
}
  
}




#contact{
  background: #c1eef5; /* fallback for old browsers */
   
}

.form-line{
  border-right: 1px solid #ccc;
}

/* ocultar linea */
  @media (max-width: 600px) {
  .form-line{
	border-right: 0px solid #ccc;
}
}

.submit{
  font-size: 1.1em;
  float: right;
  width: 180px;
  background-color: transparent;
  color: #fff;
}


/*SLIDER BENEFICIOIS*/

  .col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #e5f1f9;
}
.col-item .price
{
    /*width: 50%;
    float: left;*/
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}




.col-item .separator
{
    border-top: 1px solid #E1E1E1;
	margin-top:5px;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 100%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 100%;
    float: left;
    padding-left: 10px;
}
.col-item .btn-details a:hover
{
   text-decoration:none;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
.img-servicios
{
	text-align: center;
	padding: 20px;
}


.img_byn {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .2s ease-in-out;  
    }

    .img_byn:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.00);
    }
	
	.destacado {
	text-align:center; color:#FFF; background-color:#58595B; padding:20px;
	}
	
	.destacado a{
	color:#004794; 
	}
	.destacado a:hover{
	color: #006DE6;
	text-decoration: none;
	}
	
	.destacado2 {
	text-align:center; color:#fff; background-color:#004794; padding:20px;
	}
	
	.destacad2o a{
	color:#fff; 
	}
	/*.destacado2 a:hover{
	color:#3EEDCC;
	text-decoration:none;
	}*/
	
	
	
	body, html {
    height: 100%;
    margin: 0;
}
	
	/* The hero image */
.hero-image {
	/* Set a specific height */
	height: 30%;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}



/*calculadoras*/

.capitalizacion-div {
    border:1px solid;
    border-width: 1px;
    border-radius:10px;
    border-color:#004794;
	padding: 10px;
}

#input-ahorro {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    background-color: #d3e3ef;
    border: 2px solid #d3e3ef;
    border-radius: 50px;
}
#input-seguro {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    background-color: #d3e3ef;
    border: 2px solid #d3e3ef;
    border-radius: 50px;
}

/*radiobuttons*/
	
.radiobtn {
display: none;
}
.buttons {
margin-left: -40px;
}
.buttons li {
display: block;
}
.buttons li label{
padding-left: 30px;
position: relative;
left: -25px;
}
.buttons li label:hover {
cursor: pointer;
}
.buttons li span {
display: inline-block;
position: relative;
top: 5px;
border: 2px solid #ccc;
width: 18px;
height: 18px;
background: #fff;
}
.radiobtn:checked + span::before{
content: '';
border: 2px solid #fff;
position: absolute;
width: 14px;
height: 14px;
background-color: #c3e3fc;
}
	
.welltext{
	font-size: 14px;
	font-style: italic;
	text-align: center;
	color:#004794;
	}	
	
.jumbotron_productores{
	background-image: url(img/back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height:200px;
	line-height: 200px;
} 

.custom-bullet li {
    display: block;
}
.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e022";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
  color:#004794;
	padding-left:0px;
}
	.file {
  visibility: hidden;
  position: absolute;
}

hr.new1 {
	border-top: 2px solid #91c84f;
	width: 100px;
}
hr.new2 {
	border-top: 1px solid #91c84f;
	width: 50px;
}
.back_seccion {
	position: relative;
	background-image: url(img/back.jpg);
	background-size: cover;
	background-position: center 20%;
	background-repeat: no-repeat;
}

.parallax {
  /* The image used */
  background-image: url("img/back.jpg");

  /* Set a specific height 
  height: 500px;*/

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flip-card {
  background-color: transparent;
  width: 200px;
  height: 200px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  /*background-color: #bbb;*/
  color: black;
}

.flip-card-back {
  background-image: url(img/back_img.png);
	color: white;
	transform: rotateY(180deg);
	padding-top: 75px;

}