/*-----------------------------------------------------------------------------
KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
Screen Stylesheet
version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.hipervinculo {
    color: #000000;
}

.hipervinculo:hover {
    color: #4cada9;
}

.error-form{
	border-bottom: solid 2px #ff0101 !important;
}

.hipervinculo2 {
    color: #ffffff;
}

.hipervinculo2:hover {
    color: #4cada9;
}

/*********************************************
	-	INICIO REDES SOCIALES	-
**********************************************/

.redesSociales {
	position: fixed;
	display: block;
	z-index: 10000;
	top: 60%;
	right: -131px;
}
.redesSociales a {
	height: 40px;
	padding-left: 16px;
	display: block;
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	width: 155px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	right: 14px;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.redesSociales a:hover {
	position: relative;
	right: 110px;
}

.redesSociales span {
	margin-left: 15px;
	border-left: 1px solid #fff;
	padding-left: 10px;
	line-height: 41px;
}

.redesSociales i{
	font-size: 15px;
}

@media (max-width: 992px) {

 	.redesSociales a:hover {
		right: 14px !important;
	}

}

.redesSociales .fb {background-color: #064A98;}
.redesSociales .tw {background-color: #1da1f2;}
.redesSociales .yu {background-color: #B81828;}
.redesSociales .in {background-color: #8a3ab9;}
.redesSociales .in {background: #d6249f;
 background: radial-gradient(circle at 63% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 103%);
 box-shadow: 0px 3px 10px rgba(0,0,0,.25);}
.redesSociales .li {background-color: #0077b5;}
.redesSociales .whatsapp {background-color: #25d366;}
.redesSociales .email {background-color: #4db6ac;}
.redesSociales .phone {background-color: #ef5350;}

/*********************************************
	-	FIN REDES SOCIALES	-
**********************************************/