div.adv-or-pub-head p{
	text-align: center;
	font-size: 225%;
	line-height: 136%;
}

div.adv-or-pub-body{
	background-color: #AAA9AB; /*cambiado*/
	color: #E63C2E; /*cambiado*/
	text-align:left;
	font-size:x-large;
	padding-left:20px;
	padding-bottom: 1px;
	padding-top:1px;
}

div.adv-or-pub-body ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

div.adv-or-pub-body li {
  margin: 1em;
  margin-left: 3em;
}

div.adv-or-pub-body li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
}


div.adv-or-pub-footer{
	background-color: #E63C2E; /*cambiado*/
	font-size:large;
	border-top: 2px solid white;
}

div.adv-or-pub-footer a{
	color: white;
}

div#adv-or-pub-container{
	padding-top: 4%;
	padding-bottom: 4%;
}

.white-text{
	color:white;
}

.centrado{
	margin: 0 auto;
}

.grey-text{
	color: #E63C2E; /*cambiado*/
}

.margin-top30 {
	margin-top: 30px;
}

button.privacy-button{
  background:none;
  color: #E63C2E; /*cambiado*/
  border: none;
  font-size:14px;
}
.page-scroll {
    letter-spacing: 0 !important;
} 
button.privacy-button:hover{
  background: none;
  color: #E63C2E; /*cambiado*/
  text-decoration: underline;
}

div.modal-header{
  background-color: #222222;
  color:#FED136;
}

div.modal-header button.close{
  color:white;
  opacity:0.5;
}

div.modal-header button.close:hover{
  opacity: 1;
}

.close-modal-button{
  background-color: #FED136;
  border-color: #FED136;
  color: white;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.close-modal-button:hover{
  background-color:#FEC503;
  border-color:#FEC503;
  color:white;
}

#mtm-logo{
  width: 50%;
  position: relative;
  top: -40px;
  transition: width 0.3s;
}

#what-we-do-p{
  margin-bottom: 55px;
}

a{
  color: #E63C2E;
}

@media (min-width: 992px) and (max-width: 1199px){
  .navbar-default .nav li a{
    position: relative;
    top: -55px;
  }

  .nav{
  	margin-bottom: -48px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .navbar-default .nav li a{
    font-size: 10px;
    position: relative;
    top: -60px;
  }

	.nav{
  		margin-bottom: -51px;
  	}
}

@media (min-width: 512px) and (max-width: 767px){
  #mtm-logo{
    width: 21%;
    position: relative;
    top: -13px;
  }

  header{
    position: relative;
    top: 51px;
  }
}

@media (max-width: 511px){
  #mtm-logo{
    width: 23%;
    position: relative;
    top: -65px;
  }

  #capa-logo{
    margin-bottom: -50px;
  }

  header{
    position: relative;
    top: 51px;
  }
}

section#about-us{
  background: url("../img/fondo-about.png") repeat fixed center center #000;
  color: white;
}

section#contact{
  background: url("../img/map-image.jpg") repeat fixed center center #000;
}

@media (max-width: 767px){
	section#about-us{
	  background: url("../img/fondo-about.png") repeat scroll center center #000;
	}

	section#contact{
  		background: url("../img/map-image.png") repeat scroll center center #000;
	}
}


/*********************Nuevos colores**************/
.fondo-menu-color{
  background-color: #E63C2E;
}

.fondo-menu-color:hover{
  background-color: #E63C2E !important; 
}
/*************************************************/

/********* carousel **************/
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
/*****************************************************/