@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,700); 
/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
body {
    font-family: 'Dosis', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
body {background-color: black;font-family: 'Dosis', sans-serif;}

.wrapper {max-width: 1600px;margin: 0 auto; height: 100%;}

.wrapper .columnaizq img {float: right;}


.wrapper .columnader h1 {text-decoration: none;
    color: #e5e5e5;
    font-weight: 200;
    font-size: 120px;
    margin-top: 50px;
    margin-left: 50px;
    line-height: 85px;
    letter-spacing: -3px;}
.wrapper .columnader h2 {    text-decoration: none;
    color: #280ff6;
    font-weight: 200;
    font-size: 120px;
    margin-left: 50px;
    letter-spacing: -6px;
    line-height: 80px; }

.columnaizq {float: left; width: 50%;}
.columnader {float: right; width: 50%;}




a {
    color:#280ff6;
    text-decoration: none;
}
a:hover {
    color: #280ff6;
    text-decoration:none;
}


p {
    padding: 10px;
    font-weight: 600;
    color: #fff;
    
}
.navbar {
    background: black;
    margin-bottom:0;
    min-height:70px;

}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #e5e5e5;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
    
}
.navbar .brand img {
    width:215px;

}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
   
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: black;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
   
    color: #280ff6;
    
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}

/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#fc7803;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#fc7803;
    color:#181A1C;
}


.btn-maps: {
   color: black;
    background-color:#181A1C;

}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #e5e5e5;
    margin-top:10px;
    font-size:21px;
    font-weight: 400;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}

.mask h4{ margin:0;
    padding:0;
    position:relative;
    z-index:4;
    width: 75%;
    color: #e5e5e5;
    margin: 100px auto;
    font-size: 16px;
    line-height: 22px;

}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #fc7803;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections 
***************************************************************************/



.section {
   
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;  max-width: 100% ; margin: 0 auto; height: 100%;
}


.section .container .titlenegro h1 { color: black;
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    font-size: 80px;
    line-height: 56px;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
}

.title h1 {font-family: 'Dosis', sans-serif;font-weight: 700; font-size: 50px;line-height: 56px; padding: 0;text-align: center; margin-bottom: 35px;}


.primary-section {
    background:black;
    
}
.primary-section .triangle {
    border-top: 40px solid white;
}

.seconday-section {
    background:#280ff6;}

.tercero-section{
    background:#e5e5e5;}

/*

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #280ff6;
}

.tablecontact {
 width: 100%;   
    
}

.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
    width: 60%;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
textarea {
    resize: none;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:400;
    font-size: 24px;
    color: #e5e5e5;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#fc7803;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid black;
    display:none;
    background: #e5e5e5;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}

.icon-up-open:before {font-family: 'Dosis', sans-serif; font-style: normal; color:black;  content: '↑'; } /* 'î …' */




/* ------------------------------------PAGINA DE INFORMACION------------------------- */

.wrapper .lugarinformacion .columnaizq .destacado {background-color: #e5e5e5;width: 98%; margin: 20px auto; float: left;}
.wrapper .lugarinformacion .columnaizq .destacado h2{padding: 25px; text-decoration:none;color:#280ff6;font-weight: 400; font-size: 32px; margin:10px auto; line-height: 38px;}
.wrapper .lugarinformacion .columnaizq .destacado span {color:black;font-weight: 700; font-size: 21px;}
.wrapper .lugarinformacion .columnaizq .destacado p {font-family: 'Dosis', sans-serif;color:black;font-weight: 200; font-size: 21px;padding: 25px;}

.wrapper .lugarinformacion .columnader .lugarimagen {height: 369px;width: 98%; float: right; margin: 20px auto; background-image: url(img/servicios.jpg); background-repeat: no-repeat; background-position: 0px 0px;}

.wrapper .lugarinformacion h1 {font-family: 'Dosis', sans-serif; text-align: center;color: #e5e5e5;margin: 35px 0px 15px 0px; ; font-size: 120px;font-weight: 200;}

.logosmarcas {margin: 0 auto;
text-align: center;
}

.wrapper .doscolumnas .textoprincipal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
width: 100%; float: left; color: #e5e5e5; text-align: justify;margin: 20px auto;}    

.wrapper .doscolumnas .textoprincipal p {font-family: 'Dosis', sans-serif;font-weight: 200; font-size: 20px;line-height: 28px;}
.wrapper .doscolumnas .textoprincipal span {font-family: 'Dosis', sans-serif;font-size: 20px;line-height: 28px;font-weight: 700;} 


/* ------------------------------------PAGINA DE NOSOTROS------------------------- */

.wrapper .lugarinformacion .columnaizq .destacado {background-color: #e5e5e5;width: 98%; margin: 20px auto; float: left;}
.wrapper .lugarinformacion .columnaizq .destacado h2{padding: 25px; text-decoration:none;color:#280ff6;font-weight: 400; font-size: 32px; margin:10px auto; line-height: 38px;}
.wrapper .lugarinformacion .columnaizq .destacado span {color:black;font-weight: 700; font-size: 21px;}
.wrapper .lugarinformacion .columnaizq .destacado p {font-family: 'Dosis', sans-serif;color:black;font-weight: 200; font-size: 21px;padding: 25px;}

.wrapper .lugarinformacion .columnader .lugarimagen {height: 369px;width: 98%; float: right; margin: 20px auto; }

.wrapper .lugarinformacion h1 {font-family: 'Dosis', sans-serif; text-align: center;color: #e5e5e5;margin: 80px 0px 15px 0px; ; font-size: 115px;font-weight: 200; float: left;}


.wrapper .doscolumnas .textoprincipal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
width: 100%; float: left; color: #e5e5e5; text-align: justify;margin: 50px auto;

-webkit-column-gap: 35px; /* Chrome, Safari, Opera */
-moz-column-gap: 35px; /* Firefox */
column-gap: 35px;	
	
}    

.wrapper .doscolumnas .textoprincipal p {font-family: 'Dosis', sans-serif;font-weight: 200; font-size: 19px;line-height: 28px;padding:0px;}
.wrapper .doscolumnas .textoprincipal span {font-family: 'Dosis', sans-serif;font-size: 19px;line-height: 28px;font-weight: 700;padding:0px;} 

/*

/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
 
     
}


 
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
    padding-left: 20px;
    padding-right: 20px;
    }
    
    .navbar .brand img {
    width:180px;

}
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
    
   .wrapper .lugarinformacion .columnader .lugarimagen {
    height: 0px;
    width: 0px;
    float: right;
    margin: 0px auto;}
    
.logosmarcas { opacity: 0.0;
    filter: alpha(opacity=40); /* For IE8 and earlier */;height: 0px;width: 0px;float: right;}
    
   .wrapper .lugarinformacion h1 {font-size: 0px;}
    .wrapper .doscolumnas .textoprincipal p {font-size: 0px;}
    .wrapper .doscolumnas .textoprincipal span {font-size: 0px;}
    
.wrapper .columnader h2 {margin-left: 5px;}
.wrapper .columnader h1  {margin-left:5px;}    
    
.wrapper .lugarinformacion .columnaizq .destacado { width: 100%;float: left;}
.wrapper .lugarinformacion .columnaizq .destacado h2 {padding 5px; text-decoration:none;color:#280ff6;font-weight: 400; font-size: 18px; margin:10px auto; line-height: 21px; }
    
.wrapper .lugarinformacion .columnader .lugarimagen img {height: 0%;width:0%; float: left;}
.wrapper .lugarinformacion .columnaizq .destacado span {color:black;font-weight: 700; font-size: 18px;line-height: 18px;}
.wrapper .lugarinformacion .columnaizq .destacado p {color:black;font-weight: 400; font-size: 18px;line-height: 18px;}
    
.container .wrapper .columnaizq{float: left; width: 100%;}    
.container .wrapper .columnaizq img {width: 100%; height:100%; }
    
.wrapper .columnader {float: left; width: 100%;}   
    
.wrapper .columnader h1 { text-decoration: none;
    color: #e5e5e5;
    font-weight: 200;
    font-size: 120px;
    margin-top: 50px;
    margin-left: 25px;
    line-height:80px;
    letter-spacing: -3px;}
    
.wrapper .columnader h2 {  text-decoration: none;
    color: #280ff6;
    font-weight: 200;
    font-size: 120px;
    margin-left: 25px;
    letter-spacing: -6px;
    line-height:80px; }

}



@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }

        .navbar .brand img {
    width:180px;

}
.wrapper .lugarinformacion .columnaizq .destacado { width: 100%;float: left;}
.wrapper .lugarinformacion .columnaizq .destacado h2 {padding 5px; text-decoration:none;color:#280ff6;font-weight: 400; font-size: 18px; margin:10px auto; line-height: 21px; }
    

.wrapper .lugarinformacion .columnaizq .destacado span {color:black;font-weight: 700; font-size: 18px;line-height: 18px;}
.wrapper .lugarinformacion .columnaizq .destacado p {color:black;font-weight: 400; font-size: 18px;line-height: 18px;}
    
.container .wrapper .columnaizq{float: left; width: 100%;}    
.container .wrapper .columnaizq img {width: 100%; height:100%; }
    
.wrapper .columnader {float: left; width: 100%;}
    
    
    
.wrapper .columnader h1 { text-decoration: none;
    color: #e5e5e5;
    font-weight: 200;
    font-size: 110px;
    margin-top: 50px;
    margin-left: 5px;
    line-height:70px;
    letter-spacing: -3px;}
.wrapper .columnader h2 {  text-decoration: none;
    color: #280ff6;
    font-weight: 200;
    font-size: 110px;
    margin-left: 5px;
    letter-spacing: -6px;
    line-height:70px; }

.section .container .titlenegro h1 {
    color: black;
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    font-size: 50px;
    line-height: 0px;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;

}  

}


@media (max-width: 480px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
    
        .navbar .brand img {
    width:180px;

}
    .section {
    padding-left: 20px;
    padding-right: 20px;
    }
    
    .section .container .titlenegro h1 { color: black;
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    font-size: 30px;
    line-height: 0px;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;}
    
    .wrapper .columnader h2 {margin-left: 5px;}
    .wrapper .columnader h1  {margin-left:5px;}
    .wrapper .lugarinformacion .columnaizq .destacado { width: 100%;float: left; margin-top: -45px;}
    .wrapper .lugarinformacion .columnaizq .destacado h2 {padding 5px; text-decoration:none;color:#280ff6;font-weight: 400; font-size: 18px; margin:0px auto; line-height: 21px; }
    
  
    .wrapper .lugarinformacion .columnaizq .destacado span {color:black;font-weight: 700; font-size: 18px;line-height: 18px;}
    .wrapper .lugarinformacion .columnaizq .destacado p {color:black;font-weight: 400; font-size: 18px;line-height: 18px;}
 
.container .wrapper .columnaizq{float: left; width: 100%; margin-bottom: -30px;}    
.container .wrapper .columnaizq img {width: 100%; height:100%; }

.wrapper .columnader {float: left; width: 100%;}    
    
.wrapper .columnader h1 { text-decoration: none;
    color: #e5e5e5;
    font-weight: 200;
    font-size: 60px;
    margin-top: 20px;  
    line-height:30px;
    letter-spacing: -3px;}
.wrapper .columnader h2 {  text-decoration: none;
    color: #280ff6;
    font-weight: 200;
    font-size: 60px;
    letter-spacing: -6px;
    line-height:30px; }

}

