/* CSS Document */
@import url('font-awesome.css');

@font-face {
font-family: TitilliumWeb-Regular;
src: url("../fonts/TitilliumWeb-Regular.ttf") format("opentype");
}
@font-face {
font-family: TitilliumWeb-Italic;
src: url("../fonts/TitilliumWeb-Italic.ttf") format("opentype");
}
@font-face {
font-family: TitilliumWeb-SemiBold;
src: url("../fonts/TitilliumWeb-SemiBold.ttf") format("opentype");
}
@font-face {
font-family: TitilliumWeb-Bold;
src: url("../fonts/TitilliumWeb-Bold.ttf") format("opentype");
}
@font-face {
font-family: TitilliumWeb-Black;
src: url("../fonts/TitilliumWeb-Black.ttf") format("opentype");
}

.bg-title-page{
	background-color: #0050A0;
	padding: 0 20px;
}
.top-one{
	height: 5px;
	background-color: #0050A0;
}
.logo{
	margin-bottom:2.5em;
	margin-top:1em;
}

.footer-one{
	padding:15px;
	background-color:#EEEEEE;
	color:#222;
	}
.footer-two{
	background-color:#0050A0;
	padding:20px 0 10px 0;
	color:#fff;
	}

.solidline {
	border-top:1px #dddddd solid;
	margin:10px 0;
}
.solidline-footer {
	border-top:1px solid #721B2C;
	margin:2.5% 0;
}
.img-marco{
	border-radius:3px;
	margin-bottom:5px;
	}
.text-footer-1{
	font-size:30px;
	margin-top:40px;
	}
.text-footer-2{
	font-size:20px;
	margin-bottom:30px;
	}
.text-description{
	text-align:center;
	padding:15px;
	}
.maps{
	padding: 5px;
	background-color:#FFF;
}
.icon-phone{
	padding-left: 50px;
	background: url("../images/icon-phone.png") no-repeat top left ;
}
.icon-maps{
	padding-left: 50px;
	background: url("../images/icon-maps.png") no-repeat top left ;
}
.icon-mail{
	padding-left: 50px;
	background: url("../images/icon-mail.png") no-repeat top left ;
}
.testimonials{
	color: #fff;
	margin: 40px 0;
}
.testimonials img{
	border-radius: 50%;
	margin-bottom: 30px;
}

.content-sections{
	padding: 40px 30px;
	color: #fff;
}
	
/* scroll up */

.scrollup{
    position:fixed;
	width:35px;
	height:35px;
    bottom:0px;
    right:5px;
	padding-top:7px;
	background: #222;
	color:#FFF;
	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	color:#666;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}
.img-link{
	border:2px #999999 solid;
	}
.link-one{
	display:inline-block;
	margin-top:5px;
	margin-bottom:25px;
	}
.link-one a{
	padding:8px 15px;
	color:#000;
	font-weight:bold;
	}
.link-one a:hover{
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	}
.desc-header-portafolio{
	text-align:center;
	padding:80px 0;
	width:100%;
	}
.desc-header-portafolio p{
	font-family: 'TitilliumWeb-Black';
	font-size: 2.2em;
	color:#FFF;
	line-height: 1.2em;
	}
@media (min-width: 768px) {
	.desc-header-portafolio{
		padding:110px 0;
	}
	.desc-header-portafolio p{
		font-size: 3.5em;
	}
}
.text-welcome{
	color: #fff;
}
.text-welcome h1{
	font-family: 'TitilliumWeb-Bold';
}
.fprint{
	font-size: 12px;
}
.close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.close-modal:hover {
    opacity: .3;
}

.close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}














