html, body {
  height:100%;
}

body {
     font-family: "Source Sans 3", serif;
}
.bg-1{
	background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #3c88f6;
}
h1, .h1 {
    font-size: 26px;		
		text-transform: none ;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
}
h2{
	margin-top: 0px;
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: 2px;
}
h3{
	background: #51aedd;
    border-radius: 20px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.link {
	font-size:18px;	
	text-align:center;
	color:#000;
	color: #2a6496;
  text-decoration: underline;
}

.linkbtn:hover {
	color:#572e8c;
	text-decoration:none;
}

/* Footer Styles */
footer {
  padding: 3px;
  background-color: #191919;
  color:#000;
  font-size:20px;
}

footer a{
	color:#000;
}

footer a:hover{
	color:#0083bd;
}

/* Margenes */

.pt20{
	padding-top:20px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt50{
	padding-top:50px;
}

.pb20{
	padding-bottom:20px;
}

.pb30{
	padding-bottom:30px;
}

.pb40{
	padding-bottom:40px;
}

.pb50{
	padding-bottom:50px;
}
.pb80{
	padding-bottom:80px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}


.inline-block{
	display: inline-block;
}

small, .small {
    font-size: 70%;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}
.top{
	padding-top: 50px;
	padding-bottom: 50px;
}
.bg-azul{
	background: #4dc3ff;
}
.txt-azul{
	color: #0053e7;
}
.marginnegativo{
	margin-top: -60px;
}
.legales{
	color: #000;
	font-size: 13px;
}
.bannerfijo {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 99999;
    font-size: 40px;
    background: #25D366;
    border-radius: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.bannerfijo:hover,.bannerfijo:focus,.bannerfijo:active{
    text-decoration: none;
    color: #fff;
}
/* Responsive Styles */
@media (max-width: 767px) {
	
	#rc-imageselect, .g-recaptcha {
	    transform: scale(0.6);
	    -webkit-transform: scale(0.6);
	    transform-origin: ;
	    -webkit-transform-origin: ;
	}
	.bg-1{
		background-image: url(../images/bg1.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #3c88f6;
	}	
	h1{
		font-size: 20px;
	}
}

@media (min-width: 767px) and (max-width: 1200px)  {


}

@media (max-width: 1024px) {


}
