@font-face {
  font-family: 'Raleway-Light';
  src: url('Raleway/Raleway-Light.ttf'); /* IE9 Compat Modes */
  src: url('Raleway/Raleway-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
}

body{
	color: #800;
	font-family: 'Raleway-Light', Fallback, sans-serif;
}
#recaptcha {
   /* width: 304px;*/
   /* margin: 0px auto;*/
}

.colaboraciones{
	padding-top: 0px!important;
    	margin-top: 0px;
}

.errordiv{
	color: #D9381E;
}

.succdiv{
	color: #38D91E;
}

.container{
	margin-top: 30px;
	padding-top: 10px;
	background-color: #fff;
}

.front-page{
	background-color: #321319;
}

.red-page{
	background-color: rgb(234, 42,72);
}

.grey-page{
	background-color: rgb(238, 238, 238);
}

.big-font .foot-note{
	color:#D9381E;
	font-size: 10pt !important;
	bottom: 0px;
	position: relative;
	padding-top: 200px ;
}
.huge-asterisk{
    font-size: 40px;
    vertical-align: sub;
    line-height: 0px;
}
img {border: none;}

a:-webkit-any-link {
    color: #848483;
    cursor: auto;
    text-decoration: none;
}

section{
	margin: auto;
	width: 100%;
	position: relative;
}
.grey{
	color: #eee;
}

.main h1 {
	font-size: 75px;
	color: #eee;
	margin: 0px;
	margin-top: 50px;
}

 .main h2{
	color:#D9381E;
	font-size: 30pt;
	display: block;
	margin-top: 20px;
}

.main h3{
	color: #D9381E;
	font-size: 14pt;
	margin: 20px 0px 0px 0px;
}

.main p{
	margin: 0px;
	font-family: 'Raleway-Light', Fallback, sans-serif;
}


#logo img{
 width: 100%;
}
.bermellon{
	color: #D9381E;
}

.home{
	background-image: url('../img/bermellon_background.jpg');
	height: 870px;
	background-size:     cover;
}
.home #content {
	margin-top: 30%;
	font-size: 14pt;
	height: calc(75% );
}

#menubar{
	/*padding: 0px auto;*/
    /*margin: 0px auto;*/
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #fff #fff #D9381E #fff;
	
}

.navbar-nav{
	font-family: 'Raleway-Light', Fallback, sans-serif;
	font-weight: bold;
}
.nav-item{
	padding: 2px 2px !important;
	
}



.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #D9381E!important; 
}

.prefooter-icon{
	padding: 40px 15px 10px 15px;
}

.footer{
	font-size: 9px;
	background-color: #eee;
	vertical-align: top;
	border-color: #D9381E;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	/*display: block;*/
}

.footer-left{
	border-color: #D9381E;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
}

.footer-right{
	padding-top: 2px;
}

.footer-jright{
	text-align: right;
}

.footer-jright.pright-0{
	padding-right: 0px;
}

.copyright{
	color: #ea4128;
}


.indent{
text-indent: 20px;
}

.project-section{
	margin-top: 20px;
}

.project-section .project-title{
	color: #b1b1b1;
	position: absolute;
	font-size: 24pt;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.quote-cont{
	display: block;
	min-height: 80px;
	margin-left: 50%;
}

.quote{
	padding-top: 5px;
	margin: 10px 0px;
}

.author{
	text-align: right;
	margin-bottom: 20px;
}

.main .big-font{
	padding-right: 0px ;
}
.big-font p{
	font-size: 26px;
	font-weight: lighter;
	color: #8f8f8f;
}

.contact-form input, textarea{
	width: 100%;
	font-family: 'Raleway-Light';
	border-width: 0px 0px 1px 0px;
    border-color: #fff #fff #c8c8c8 #fff;
}

.contact-form input[type=submit]{
	width: auto;
	font-family: 'Raleway-Light';
	color: #000;
	text-align: right;
	background: none;
    border: solid;
	border-width: 6px 0px 0px 0px;
    border-color: #D9381E #fff #fff #fff;
}


.contact-form textarea{
	height:400px; 
	font-family: 'Raleway-Light';

}

.contact-form .form-cont{
	padding-right: 0px;
}

.contact-form .bermellon-pane{
	background-image: url('../img/side_background.jpg');
	    position: relative;
    left: 0px;
}

.form-cont form{
	text-align: right;
}


.thumb{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.thumb img{
	height: 279px;

}

.overlay{
	position: absolute;
    width: calc(100% - 40px);
   
    height: calc(100% - 40px);
    margin: 10px;
    background-color: rgba(1,1,1,0.6);
    -webkit-transition: height 0.5s; 
    transition: height 0.5s;
    color: #fff;
    font-size: 9pt;
    padding: 10px;
    overflow: hidden;
	opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   cursor: default;
   
}

.overlay h3{
	color: #fff;
	font-size: 10pt;
	margin-bottom: 10px;
	margin-top: 65px;
	
	
}



.overlay p{
	
    padding-left: 10px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 10px;
}


.title{
	font-style: italic;
}


.thumb:hover > .overlay,
.thumb:focus > .overlay{

	opacity: 1;
	display: block;
}

#menu-proyectos{
	padding: 0px;
	position: absolute;
	left: 0;
	width: 100%;
}

#menu-proyectos li{
	display: inline-block;
	vertical-align: text-top;
}


.active-project{
	color:#D9381E;
	border-style:solid;
	border-width:5px 0px 0px 0px;
}

.active-project a{
	color:#D9381E !important;
}


.marron{
	background-color:#321319
}

.rosa{
	background-color: rgb(234,42,72);
}



@media screen and (max-width: 992px) {
    .footer-jright{
		text-align: left;		
	}
}

@media screen and (max-width: 800px) {
    .thumb img{
		width: 100%;
		height: auto;
		margin: 10px 0px;
	}

	.thumb {
		width: 100%;
	}

	.project-section .project-title{
		position: relative;
		margin: 5px;
	}

	.quote-cont {
		margin: 5px;
	}

	#menu-proyectos{
		position: relative;
	}
	#menu-proyectos li{
		display: block;
		margin-left: 20px;
	}
	
	.container{
		margin-top: 0px;
	}

	.active-project{
		border-style:none;
		border-width: 0px;
	}
}



/*



ul.nav li a:hover {color:#D9381E;}
ul.nav > li {
	display: inline-block; 
	position: relative; 
}
ul.nav > li ul {
	display: none; 
	position: absolute; 
	left: 0px; 
	border:none; 
	padding-top: 6px; 
	width: 1000px;
	margin: 0px;
}
ul.nav > li:hover ul {display: block;}
ul.nav > li ul li {
	display: inline-block;
}

ul.nav > li ul li a{
	display: inline-block;
	border-width: 5px 0px 0px 0px;
    border-style: none;
    border-color: #D9381E #fff #fff #fff ;
    padding: 5px;
    margin-top: 5px;
    color:#c8c8c8;
}

ul.nav > li ul li:hover a{
	color:#000;
	border-style: solid;
    margin-top: 0px;
}

#submenu {
	padding: 0px;
background-color:#f00;
}

.submenu > li{
	vertical-align: top;
}


.subitem-selected {
	border-style: solid;
    margin-top: 0px;
    color:#000;
	border-width: 5px 0px 0px 0px;
    border-color: #D9381E #fff #fff #fff ;
}

#selected-section  a{
	color: #D9381E;
}

#selected-section li a{
	color: #c8c8c8;
}

#selected-section > ul {
	display: block;
}




.flag-left{
	width: 85%;
	text-align: left;
	margin: 0px;
}

.flag-left p{
	margin: 0px;
	font-size: 24px;
}



#footer{
	font-size: 9px;
	background-color: #eee;
	vertical-align: top;
	border-color: #D9381E;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	display: block;
	
}


.footer{
	padding: 4px 0px 0px 8px;
	display: inline-block;
	vertical-align: top;

	vertical-align: text-bottom;
	position: relative;
	
}

.footer a{
	text-decoration: none;
	 color:#848483;
}

.fleft{
	border-color: #ea4128;
	border-style: solid;
	border-width: 5px 0px 0px 0px;
}

.fright{
	border-color: #eee;
	margin-top: 4px;
}





.left-two-third{
	width: 66%;
	display: inline-block;
	vertical-align: top;
}
.right-one-third{
	width: 33%;
	height: 500px;
	background-size: cover;
	display: inline-block;
}

#contact-form {
	text-align: right;
}



@media screen and (max-width: 800px) {
    body {
        margin: 0px 2px;
            }
}



@media screen and (min-width: 1280px) {
    #footer{
    	display: flex;
    }
    .copyright{
    	position: absolute;
    	
    }

    .fright{
    	flex: 2;
    	margin-top: 2px;
    }

}
*/
