@charset "utf-8";
/* CSS Document */

/***** Special Colors *****/
.darkBlueBg{
	background-color:#0f1923
}
.BlueBg{
	background-color:#0088cc
}
.greyBg{
	background-color:#f3f3f3;
}
.black-color{
	color:#0f1923 !important;
}
.white-color{
	color:#fff !important
}
.blue-color{
	color:#2ea4cb !important;
}
.light-blue-color{
	color:#0088cc !important;
}

/***** Special Classes *****/
.regular-font{
	font-weight:400;
}
.light-font{
	font-weight:300
}
.bold-font{
	font-weight:bold;
}
.semibold-font{
	font-weight:500;
}
.black-font{
	font-family: 'robotoblack';
	font-size: 3em;
}
.paddingBox{
	padding-top: 30px;
	padding-bottom: 30px;
}
.border-top{
	border-top:1px solid #ddd
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.spacer{
	float:left;
	width:100%;
	height:50px;
}
.logo-background{

}
.no-margin-top{
	margin-top:0 !important
}


/* BLOG */

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

/* 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;
      margin-top: 30px;
    }
    
}

/* 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;
    }
}




/* BLOG2 */

/* carousel */
#quote-carousel2 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

/* Control buttons  */
#quote-carousel2 .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel2 .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel2 .carousel-control.right 
{
  right: -12px !important;
}



/* Changes the position of the indicators */
#quote-carousel2 .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel2 .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel2 .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel2 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-carousel2 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
      margin-top: 30px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel2 .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel2 .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel2 .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


/* FOOTER IMG AYUDA ONLINE*/

@media (max-width: 1024px) {
.imgayudafooter {display: none;}

}




















