/* ------------------------------ */
/* BASIC SETUP */
/* ------------------------------ */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

html{
    background-color: #ffff;
    text-rendering: optimizeLegibility;
}

body{
    font-family: Montserrat !important;
    text-transform: uppercase;
    font-weight: bold;
}


a { color: #ffffff; }
a:hover { text-decoration:  none; }
a:visited { text-decoration:  none;}

@font-face {
    font-family: Montserrat;
	src: url("../fonts/montserrat/Montserrat-Regular.otf");
    font-weight: normal;
    
}

@font-face {
    font-family: Montserrat;
	src: url("../fonts/montserrat/Montserrat-Bold.otf");
    font-weight: Bold;
}

p { 
    font-weight: normal;
    font-size: 37px; 
    }

/* ------------------------------ */
/* REUSABLE COMPONENTS*/
/* ------------------------------ */

.pyrite-red { color: #bf2531; }
.pyrite-red-bg { background-color: #bf2531; }
.pyrite-gray { color: #343434; }
.pyrite-gray-bg { background-color: #343434; }
.bold-font{ font-weight: bold; }

.colperfiles-blue{ color: #133E8D; }
.colperfiles-blue-bg{ background-color: #133E8D; }
.colperfiles-green{ color: #3E984C; }
.colperfiles-green-bg{ background-color: #3E984C; }
.colperfiles-gray{ color: #777777; }
.colperfiles-gray-bg{ background-color: #777777; }

/* ------------------------------ */
/* HEADER*/
/* ------------------------------ */

.header-top{
    padding-top:10px;
    color: #ffffff !important;
    background-color: #777777 !important;
}

.header-top li{
    padding-right: 5px;
    display: inline;
}

.header-top a:link, a:visited{ color: #ffffff !important; }

.top-nav-border{
    border-left: 1px solid #FFFFFF !important;
    padding-left: 10px !important;
}

.container-fluid>.navbar-collapse, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container>.navbar-header{
    position: relative;
    z-index: 999;
}

.navbar-inverse{ border: 0 !important; }

.navbar-inverse li:last-child a {  border-right: none !important; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #3e984c !important;
}

.dropdown-menu li a{
    color: #FFFFFF !important;
    border-right: none !important; 
}

.nav > li.dropdown.open { position: static; }
.nav > li.dropdown.open .dropdown-menu {width: 100%;}

.navbar-toggle{
    border: 0px !important;
}

.collapsed-logo:hover{
    background-color: #133E8D !important;
}

/* ------------------------------ */
/* HOME */
/* ------------------------------ */

.home-section{
    margin: 50px 0 50px 0;
    text-align: center;
    font-size: 22px;
}

.home-section a{
    margin: 20px 0 20px 0;
    text-align: center;
    font-size: 22px;
}

.colperfiles-background-logo{
    margin-top: -20px;
}

.colperfiles-background-logo img{
    max-height: 100%;
    max-width: 100%;
}

.descubre-boton{
    position: relative;
    top: -50px; 
}

/* ------------------------------ */
/* PRODUCTOS & FICHAS TECNICAS    */
/* ------------------------------ */

.product-section {
    margin-bottom: 100px;
}

.product-section div{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    
}
.product-section img{width: 100%;}


.product-section h1{
    margin-top: 0px !important;
    font-weight: bold;    
}
.product-section h4{ font-weight: bold; }

.product-section p{
    text-transform: none;
}

.paneles-section img{
    height: auto;
}

.tornillos-section img{
    height: auto;
}

.cieloraso-section img{
    height: auto;
}

.cintas-section img{
    height: auto;
}
/* ------------------------------ */
/* NOSOTROS    */
/* ------------------------------ */
.nosotros-section {
    margin-bottom: 50px;
}
.nosotros-section img{
    width: 100%;    
}

.nosotros-section div{
    padding-top: 15px;
    padding-bottom: 15px;
}

.nosotros-section h1{
    position: absolute;
    top: 0;
    padding:10px 0 0 70px;
    color: #FFFFFF;
    font-weight: bold;
}

.nosotros-section p{
    position: absolute;
    top: 0;
    padding: 75px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: none;
}

/* ------------------------------ */
/* CONTACTO   */
/* ------------------------------ */

.contacto-section h1{ font-weight: bold; }

.contacto-section h4{ text-transform: none; }

.contacto-section h3{
    text-transform: none;
    display: inline;
}
.contacto-section label{
    font-weight: normal;
    font-size: 20px;
    color: #3E984C ;
}

.contacto-section img{ 
    width: 100%;
    height: 480px;
} 

.contacto-section input[type=text],
input[type=email]{
    border-color: #3E984C !important;
    box-shadow: none;
}

.contacto-section textarea{
    height:150px !important;
    border-color: #3E984C !important;
    box-shadow: none;
    resize: none;
}

.contacto-map{ 
    width: 100%;
    height: 460px !important;
}
.contacto-icon{
    height: 25px !important;
    width: 25px !important;
    margin-right: 15px;
}
.contacto-info{
    padding-bottom: 15px;
    padding-top: 15px;
}
.boton-enviar{
    margin-bottom: 10px !important;
}
/* ------------------------------ */
/* FOOTER */
/* ------------------------------ */

.footer-section{
    padding: 20px 0 5px 0 ;
    color: #FFFFFF;
}

.footer-section img{
    width: 30 px;
    height: 37px;
    margin-bottom: 10px;
}
.footer-section p{
    padding-top: 5px;
    font-weight: normal;
    text-transform: none;
    font-size: 10px;
    text-align: center;    
}






