@import url(fontello/fontello.css);
@import url(fontello/fontello-codes.css);
@import url(fontello/fontello-embedded.css);
@import url(fontello/fontello-ie7.css);
@import url(fontello/fontello-ie7-codes.css);

/*@import url(bootstrap/bootstrap.min.css);*/
@import url(fonts.css);

/*MODAL*/
/*HEADER DEL MODAL*/
.modal-header-contact
{
	background-color: #663277;
	color: #FFFFFF;
	font-family: 'PlexansBoldItalic', sans-serif;
}

.modal-header-contact > h5
{
	font-size: 2.5rem;
}
/*BODY*/
.modal-body-contact > h5
{
	color: #FF7800;
	font-family: 'PlexansBoldItalic', sans-serif;
	font-size: 2.5rem;
}

.modal-body-contact > h5 > span
{
	color: #663277;
	font-size: 4rem !important;
	line-height: 5rem;
	font-family: 'PoppinsBlackItalic', sans-serif;
}

.modal-body > .container-contact 
{
	padding: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.modal-body > .container-contact > a
{
	margin-bottom: 0.5rem;
	background-color: #FF8D00;
	padding: 0.5rem;
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 1rem;
	text-align: center;
	width: 100%;
	font-family: 'PlexSansItalic',sans-serif;
}

.modal-body > .container-contact > a
{
	text-decoration: none;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;	
}

.modal-body > .container-contact > a > span
{
	font-size: 1.2rem;
}

.container-contact > a > .icon-link-ext
{
	font-size: 1rem !important;
}


.modal-body > .container-contact > a:hover
{
	box-shadow: inset 0 -90px 0 0 #663277;
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);

	-webkit-transition: box-shadow 0.8s;
	   -moz-transition: box-shadow 0.8s;
	    -ms-transition: box-shadow 0.8s;
	     -o-transition: box-shadow 0.8s;
	        transition: box-shadow 0.8s;

	-webkit-transition: box-shadow 0.8s;
	   -moz-transition: box-shadow 0.8s;
	    -ms-transition: box-shadow 0.8s;
	     -o-transition: box-shadow 0.8s;
	        transition: box-shadow 0.8s;
}

.modal-body > .container-contact > a:hover span
{
	color: #FF8D00; 
}
#frmSendMail
{
	font-family: 'PlexSansItalic',sans-serif;
}

/*MODAL FOOTER*/
#btnSendMail
{
	background-color: #FF7800;
	color: #FFFFFF;
	border: 0px;
}

#btnSendMail:hover
{
	box-shadow: inset 0 50px 0 0 #663277;
	-webkit-transition: box-shadow 0.5s;
	   -moz-transition: box-shadow 0.5s;
	    -ms-transition: box-shadow 0.5s;
	     -o-transition: box-shadow 0.5s;
	        transition: box-shadow 0.5s;
}

#btnCloseModal
{
	background-color: rgb(41,41,41) !important;
	color: #FFFFFF;
	border: 0px;
}

#btnCloseModaL:hover
{
	box-shadow: inset 0 50px 0 0 red;
	-webkit-transition: box-shadow 0.5s;
	   -moz-transition: box-shadow 0.5s;
	    -ms-transition: box-shadow 0.5s;
	     -o-transition: box-shadow 0.5s;
	        transition: box-shadow 0.5s;
}

/*APARTIR DE TABLET*/
@media (min-width: 563px)
{
	.modal-body > .container-contact > a
	{
		width: 70%;
	}
}
