* { box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;  
}

p{
 
 
    font-size:16px;    
 
}


/********************************/
/*            Overlay comienzo          */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #ecae1d;
    background-color: #ecae1d;
    border-color: #ecae1d;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image:url(img/slider1.jpg); 
}
 
















h7{
  color: #FFF;;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;  
 
    font-size:16px;    
    margin: 0;
    padding: 0;
}





h6{
  color: #FFF;;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;  
 
    font-size:16px;    
    margin: 0;
    padding: 0;
}


 
 h3 {
  color: #b3106f;
  
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;  
 
    font-size:22px;    
    margin: 0;
    padding: 0;
	 
}


 h8 {
  color: #fff;
  
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;  
 
    font-size:14px;    
    margin: 0;
    padding: 0;
	margin :28px;
}




 h4 {
  color: #fff;
  
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;  
 
    font-size:18px;    
    margin: 0;
    padding: 0;
	margin :28px;
}

h1,h2 {
  color: #FFF;
  
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;  
 
    font-size:16px;    
    margin: 0;
    padding: 0;
	margin :28px;
}





h1,h2,h5{
  color: #b3106f;
  
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;  
 
    font-size:22px;    
    margin: 0;
    padding: 0;
	margin :28px;
}

a { text-decoration: none; }
a:hover{
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}



.main_header {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
}

/*============== Scroll up to /menu ==============*/

#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  right:10px;
  overflow:hidden;
  width:51px;
  height:51px;
  border:none;
  text-indent:100%;
  
}

#toTopHover {

  width:51px;
  height:51px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline:none;
}






/*============== Scroll up to / menu ==============*/

.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
  margin-top: 10px;
}


.content {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 2% 50px;
}

.main_header .row .content { padding: 0; }

 

 

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #F09;
    border-color: ;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}







/********************************/
/*          Hero Headers / titulo comienzo       */
/********************************/
.hero {
    color:  #b3106f;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 3;
    color:  #F06;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    color:  #FFF;
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.hero h1 span{
  color:  #b3106f;
}

.hero h3{
    color:  #FFF;
	
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}




.open-nav { max-height: 400px !important; }

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: #303031;
  opacity: 1;
  top: 0px;
  border-bottom: 0px solid silver;
  
}

.logo {
  padding-top: 10px;    
  width: 50px; 
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: -10px; 
   margin-bottom: 10px;
}

.main_menu li a:focus{
  outline: none;
}


.main_menu li a:active{
  text-decoration: none;
}


nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  
}


nav ul li {
  display: inline-block;
  margin-left: 11px;
  line-height: 35px;

}



nav ul a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}




.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #ffffff;
  position: absolute;
  position: absolute;
  left: 51%;
  margin-left: -26px;
}

.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
 



/*============== Service style ==============*/

.col-md-3 {
    width: 33%;
	margin-top:-49px;
}


.single_service{  
  margin-top: 100px;
  margin-bottom: 100px;
}
.single_service i{
  position: relative;
  overflow: hidden;
}

.single_service .ico{
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 30px;
  color: #eaad21;
  line-height: 76px;
  background: rgba(195, 185, 185, 0.21);
  width: 80px;
  height: 80px;
  text-align: center;
  border: solid 4px #fff;
  outline: 1px solid #dddddd;
  }



.single_service .ico i{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ===========work style===========*/

.work_area{
    background-color: #f8f8f8;
	 
}


.work_section{
    margin-top:0px;
    margin-bottom: 60px;
}

.work_section h1{
  text-transform: uppercase;
  font-weight: 600;
}

.work_section h1 span{
  color: #eaad21;
}

.bs-example{
  margin-top:20px;
  margin-bottom: 65px;
}

.bs-example .nav-tabs i{
  font-size: 50px;
  width: 80px;
  text-align: center;
}




.nav-tabs{
  border-bottom: none;
}


.tab-pane{
  border: 1px solid #ddd;
  padding: 42px;
  background-color:#ffffff; 
}


/* ===========getit style===========*/


.getit_area{
  background: #b2106e;
  margin-top:10px;
}

.getit_area h1{
    color: #ffffff;
}

.getit_section{
    margin-top: 26px;
  margin-bottom: 12px;
  font:
}



  
  








/*============== Contact style ==============*/


.contact_area{
  background-color:#fff;
  margin-bottom: 100px;
}

.contact_section{
  margin-top: 60px;
  margin-bottom: 100px;
}

.contact_section h1{
  color: #336;
  text-transform: uppercase;
  font-weight: 600;
}

 
#contact_form{ 
    margin-top: 50px; 
    margin-bottom: 30px;  
}

#contact_form legend{
    font-size: 15px; 
    color: #333;
}

#contact_form label{
    margin-bottom:28px;
    display: block;
 }

#contact_form label span{
    float:left;
     width:100px; 
     color:#666666;
 }



#contact_form input{
  width: 100%;
  height: 40px;
  border: 1px solid #DBDBDB;
  padding-left: 4px;
 }

#contact_form textarea{
  width: 100%;
  height:100px; 
  padding-left: 4px;
}

.submit_btn { 
  padding: 12px;
  float: left;
  width: 100px;
}

.submit_btn:hover { 

}

.success{ 
    background: #00A243;
    padding: 10px; 
    margin-bottom: 10px; 
    border: 1px solid #B9ECCE; 
    border-radius: 5px; 
    font-weight: normal; 
}
.error{ 
    background: #F44C4C; 
    padding: 10px; 
    margin-bottom: 10px;
     border: 1px solid #FFCACA; 
     border-radius: 5px; 
     font-weight: normal;
 }

  .contact_text{
    text-align: right;
    margin-top: 48px;
 }

 .contact_text p{
    font-size: 15px;
    margin-bottom: 20px;
 }

.contact_text h3{
    text-transform: uppercase;
    font-size: 25px;
  }

.contact_info{
 
  }

.contact_info li{
    list-style: none;
    margin-bottom: 10px;
  }


.contact_social{
    margin-top: 5px;
}

.contact_social li{
    display: inline;
    margin-left: 15px;
} 

.fb:hover{
    color: #3B5998;
}

.tw:hover{
    color: #55acee;
}

.rss:hover{
    color: #f26522;
}

.gp:hover{
    color: #dd4b39;
}

.contact_social {
    font-size: 35px;
}

.map-panel-heading{
  background-color: #ceb8c5;
}

.copyright_section{
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}





/*responsive*/

 
 
 
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}



@media only screen and (min-width : 320px) {
        
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}


@media only screen and (max-width : 600px) {
  .cd-headline b{

 
  }
}

 @media only screen and (max-width: 766px) {

.logo{
  padding-top: 0;
}

.main_header { padding-top: 25px; }

}



@media only screen and (max-width: 766px) {

.logo { float: none; }
}

nav {
  float: right;
  width: 80%;
}
@media only screen and (max-width: 766px) {

nav { width: 100%; }
}

 @media only screen and (max-width: 766px) {

nav ul {
  padding-top: 10px;
  margin-bottom: 22px;
  float: left;
  text-align: center;
  width: 100%;
}
}
@media only screen and (max-width: 766px) {



nav ul li {
  width: 100%;
  padding: 7px 0;
  margin: 0;
  
}
}

 @media only screen and (max-width: 766px) {

.mobile-toggle { display: block; }
}

 
 
  @-webkit-keyframes 
scroll {  0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
}
@keyframes 
scroll {  0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
}


@media only screen and (min-width : 765px) {

.bs-example .nav-tabs i{
  width: 57px;

 } 

}


@media (max-width: 764px){ 

.bs-example .nav-tabs i{
  font-size: 34px;
  width: 56px;
}

}

@media (max-width: 750px){ 

.bs-example .nav-tabs i{
  font-size: 20px;
  width: 15px;
}

}



/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; 
  }
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container { 
    width: 95%; 
  }
  
  #portfoliolist .portfolio {
    width:48%;
    margin:1%;
  }   

  #ads {
    display:none;
  }
  
 

.single_service{

  width:328%;
  margin-left:18px;
 
 
 
}
.tab-content{

  width:50;
 
}
 
 

#sectionA {

width:100%;
text-align:center;
 
 
}

#sectionB {

width:100%;
text-align:center;
 
}

#sectionC {

width:100%;
text-align:center;
 
}

.price_section h1{

font-size:30px;
 
}

.blog_section h1{

font-size:30px;
 
}
.portfolio_section h1 {

font-size:30px;
 
}


.logo {  

  float: left;

 
width: 70%;
}


nav {
  float:center;
  width: 100%;
 
   
}


.main_menu{
 margin-top:10px;
 margin-left: -10px;
}

.hero {
    color: #b2106e;
    position: absolute;
    top: 50%;
 
	 width: 80%;
  
}
.hero h1 {
    color: #999;
    font-size:28px;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hero h3 {
  
    font-size:16px;    
 
}


.hero h4{
  
    font-size:16px;    
 
}

 img {
    width:100%;
    max-width:400px;
}

.hero h1 {
    color:  #FFF;
    
}
 }
 
  
  
  
  
  
  
  
  
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 70%;
  }
  
  #ads {
    display:none;
  }
  
}

 



.estilo_error{
  color:red;
}

.result_good{
  color:green;
}

.result_bad{
  color:green;
}