/*
*Template Name: Unship
*Description: HTML5 / CSS3 Multi Page
*Version: 1.0
*Author: uiCookies.
**************************************
*/


/*-------------------------------------
 *  HERO SLIDER
 *-------------------------------------*/

.hero-slide img{
    min-width: 100%;
    }

.hero-slide .container {
    position  : absolute;
    left      : 0;
    right     : 0;
    bottom:0;
    /*top       : 50%;*/
    transform : translateY(-50%);
    }

.hero-slide .carousel-caption {
    /*position    : initial;*/
    right       : 0;
    left        : 0;
    text-align  : center;
    text-shadow : none;
    width : 100%;
    background-color: rgba(6,6,6,0.5);
    }

.hero-slide .carousel-caption small {
    font-size       : 13px;
    color           : #008AC9;
    font-weight     : 500;
    animation-delay : 1s;
    writing-mode: vertical-rl;
        transform: rotate(180deg);
        width:85%;
        float:left;
    }

.hero-slide .carousel-caption .phone {  
    font-size               : 100px;
    color                   : #00ffd7;
    -webkit-animation-delay : 100ms;
    animation-delay         : 100ms;
    /*float: left;*/
    display: inline-block;
    text-shadow: 2px 2px 8px #000;
    }

.hero-slide .carousel-caption h1 {
    font-size               : 50px;
    /*line-height             : 1.3;*/
    font-weight             : bold;
    /*text-transform          : capitalize;*/
    /*margin                  : 30px 0 5px;*/
    -webkit-animation-delay : 150ms;
    animation-delay         : 150ms;
    color:#FFF;
    text-shadow: 2px 2px 8px #000;
    /*margin-top: 1.9em;*/
    }

.hero-slide .carousel-caption .lead {
    font-size               : 20px;
    color                   : #FFF;
    font-weight             : normal;
    /*margin-bottom           : 30px;*/
    -webkit-animation-delay : 200ms;
    animation-delay         : 200ms;
    text-shadow: 2px 2px 8px #000;
    }

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    background: #008AC9;
    color: #fff;
    }

.hero-slide .carousel-caption .btn:hover{
    background: #fff;
    color: #333;
    }


.botonCirculo2
{
    min-width: 0px!important;
    height: 50px; 
    width: 50px;
    margin-left: 15px;
    margin-right: 15px;
}


.botonCirculo{
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    /*background: #008AC9;*/
    /*color: #fff;
	width:60px;
	height:60px;
	background-image: url("../img/flechader.png");
	background-position: center; /* Center the image 
  background-repeat: no-repeat; /* Do not repeat the image 
  background-size: cover;
display:inline-block;*/

	background-image: url("../img/flechader.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
    width: 70px;
    height: 70px;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
	margin-left:15px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 19px;
	display:inline-flex;
	vertical-align:middle;


    }

.hero-slide .carousel-caption .btn:hover{
    background: #fff;
    color: #333;
    }

/* Slider Controller */
.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    font-size   : 30px;
    width       : 45px;
    height      : 45px;
    line-height : 40px;
    top         : 50%;
    background  : #008AC9;
	color		: #f5c300;
    cursor      : pointer;
    border      : 0;
    text-shadow : none;
    transform   : translateY(-50%);
    padding-top: 5px;
    }

.hero-slide .carousel-control.left {
    left : -100%;
    border-radius: 0 25px 25px 0;
    }

.hero-slide .carousel-control.right {
    right : -100%;
    border-radius: 25px 0px 0px 25px;
    }

.hero-slide:hover .left {
    left : 0;
    }

.hero-slide:hover .right {
    right : 0;
    }

/* Slider Indicator*/
.hero-slide .carousel-indicators li {
    border  : 2px solid rgba(0, 0, 0, .5);
    opacity : .5;
    }

.hero-slide .carousel-indicators li.active {
    border-color     : #FFF;
    background-color : #FFF;
    opacity          : 1;
    }


    .rnkFotoJugador{
    width: 60%;
    height: 60%;
    border-radius: 50%;
    float: right;
    /*margin-right: 0.6em;
    margin-top: 1em;
     padding-bottom: 25px;*/
}

.rnkFotoJugador img{
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    float: left;
}



/*Media Query*/

@media (max-width : 1024px) {
    .hero-slide .carousel-caption h1 {
        font-size : 28px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 16px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 65px;
        line-height: initial;
        margin:0;
        }
    .hero-slide .carousel-caption small{
        font-size: 11px;
        }

    .hero-slide .carousel-caption{
        /*padding: 20px 0;*/
        /*padding:initial;*/
        }
        
        
}
    

@media (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size : 30px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 15px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 40px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption small{
        font-size: 15px;
            width: 88%;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }
        
    /*.rnkFotoJugador{
        width: 90%;
        height: 90%;
    }

    .rnkFotoJugador img{
        border-radius: 50%;
        border: 2px solid #f5f5f5;
        float: left;
    }*/
        
}

@media (max-width : 660px) {

    .hero-slide .carousel-caption h1 {
        font-size : 25px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 12px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 35px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption small{
        font-size: 7px;
            width: 88%;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }
            
}

@media (max-width : 480px) 
{
    
    .carousel-indicators
    {
        bottom: -8px;
    }

    .hero-slide .carousel-caption h1 {
        font-size : 20px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 9px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 20px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption small{
        font-size: 5px;
            width: 88%;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 8px;
        }
            
}

@media (max-width : 320px){
 .carousel-indicators
    {
        bottom: -8px;
    }

    .hero-slide .carousel-caption h1 {
        font-size : 15px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 8px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 15px;
        line-height: initial;
        margin:0;
        }

    .hero-slide .carousel-caption small{
        font-size: 5px;
            width: 88%;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 8px;
        }
            
}

@media (max-width : 20px){
    .hero-slide{
        display: none;
        }

    }




/*------------------------------------------------------------------
OUR SERVICES SECTION
--------------------------------------------------------------------- */
.service-wrap {
  overflow: hidden;
  background: #fff;
  z-index: 0;
}

.service-wrap .section-heading {
  margin-bottom: 10px;
}

.service-wrap .section-heading h2 {
  color: #fff;
}

.service-wrap .section-sub {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,.8);
}

.service-wrap .section-sub::after {
  background-color: #fff;
  left: 0;
  margin-left: 0;
}

.service-left-box {
  position: relative;
  padding: 80px 60px 80px 0;
  color: #fff;
  line-height:30px;
}

.service-left-box:before {
  position: absolute;
  content: "";
  width: 300%;
  height: 100%;
  background: #008AC9;
  top: 0;
  right: 25px;
  z-index: -1;
}

.service-left-box .service-intro p {
  line-height: 35px;
}


.service-right-box 
{
  line-height:22px;
  position: relative;
  padding: 80px 0px 30px 80px;
  color: #fff;
}

.service-right-box:before {
  position: absolute;
  content: "";
  width: 300%;
  height: 100%;
  background: #008AC9;
  top: 0;
  left: 25px;
  z-index: -1;
}

.service-right-box .service-intro p {
  line-height: 35px;
}


#service-carousel {
  /*padding: 90px 0 50px 0;*/
}

.service-content h3 {
  font-size: 30px;
  line-height: 30px;
  /*margin-bottom: 20px;*/
}

.service-content h3 span {
  font-size: 24px;
  color: #bcbcbc;
}

.service-content .service-thumb 
{
    position: relative;
  /*margin-bottom: 10px;*/
}

.service-content .service-thumb img {
  width: 100%;
}

.service-content p {
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
  /*min-height:65px;*/
}

.service-content a {
  margin-top: 7px;
  margin-bottom: 10px;
}

.service-content a i {
  margin-left: 5px;
}

/* ------------------------------------------------------------------
ABOUT US WRAP
--------------------------------------------------------------------- */
.about-us-wrap {
  background: url(../img/capbilities.png)no-repeat;
  background-size: 50%;
  background-position: right 85px;
}

.about-us-wrap .about-us-content h3 {
  margin-bottom: 25px;  
}

.about-us-wrap .about-us-content span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 28px;
  color: #343434;
}

.about-us-wrap .about-us-content p {
  margin-bottom: 0;
}

.about-us-wrap .about-us-content.capabilities {
  background: #008AC9;
  padding: 48px 52px;
  color: #fff;
}

.about-us-wrap .about-us-content.capabilities .about-content-block h3 {
  margin: 0px 0 20px;
  font-size: 36px;
  color: #fff;
}

.about-us-wrap .about-us-content.capabilities ul li {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.about-us-wrap .about-us-content.capabilities ul li:before {
  position: absolute;
  left: 0;
  content: "\f00c";
  font-family: FontAwesome;
  color: #ccc;
}


/* ------------------------------------------------------------------
Featuer Section
--------------------------------------------------------------------- */
.feature-wrap {
  background: #fff url(../img/featurebg.jpg) no-repeat center top fixed;
  background-size: cover;
  color: #fff;
}

.feature-wrap .feature-content h2 {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 0px;
}

.feature-wrap .feature-content h2 span {
  display: block;
  line-height: 38px;
  margin-top: 10px;
  font-size: 34px;
  font-weight: 400;
}

.feature-wrap .feature-content p {
  font-size: 18px;
}

.feature-wrap .feature-content .quote-btn {
  margin-top: 40px;
}

/* ------------------------------------------------------------------
PORTFOLIO WRAP
--------------------------------------------------------------------- */

.fleets-wrap {
  padding-top: 75px;
  background: #fff;
}

.fleets-wrap .section-heading {
  margin: 0 0 35px;
}

.fleets-wrap .no-padding {
  margin: 0 -15px;
}

.fleets-wrap .owl-stage-outer {
  border-bottom: 1px solid #eee;
}

.fleets-wrap .owl-item {
  margin: 0!important;
}

.fleets-wrap .owl-item .owl-item-thumb {
  position: relative;
}

.fleets-wrap .owl-item .owl-item-thumb .owl-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background: #6b64f3;
}

.fleets-wrap .owl-item .owl-item-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.fleets-wrap .owl-item .owl-item-thumb a img {
  width: auto!important;
  margin: 35% auto 0;
  opacity: 0;
}

.fleets-wrap .owl-item .owl-item-thumb .owl-item-overlay,
.fleets-wrap .owl-item .owl-item-thumb a img {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fleets-wrap .owl-item .owl-item-thumb:hover .owl-item-overlay {
  opacity: 0.9;
}

.fleets-wrap .owl-item .owl-item-thumb:hover a img {
  opacity: 1;
}

.fleets-wrap .owl-item .owl-tem-content {
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 30px;
}

.fleets-wrap .owl-item .owl-tem-content h3 {
  font-size: 16px;
  line-height: 24px;
}

.fleets-wrap .owl-item .owl-tem-content h3 a {
  color: #343434;
}

.fleets-wrap .owl-item .owl-tem-content h3 a:hover {
  color: #008AC9;
}

.fleet-carousel-navigation {
  position: absolute;
  top: -75px;
  right: 15px;
}

.fleet-carousel-navigation .left {
  margin-right: -3px;
}


/* ------------------------------------------------------------------
TESTIMONIAL
--------------------------------------------------------------------- */
.testimonial-wrap {
  padding-top: 75px;
  background: #fff;
}

.testimonial-wrap .section-heading {
  margin-bottom: 20px;
}

.testimonial-wrap .carousel {
  overflow: hidden;
  background: #f4f6f7;
}

.testimonial-wrap.carousel h3 {
  position: absolute;
  left: 38%;
  top: 20%;
  margin-left: -5px;
}

.testimonial-wrap .media-left {
  width: 450px;
  padding: 0;
}

.testimonial-wrap .item-left-thumb {
  position: relative;
}

.testimonial-wrap .media-body {
  vertical-align: middle;
}

.testimonial-wrap .author-info {
  position: absolute;
  display: block;
  bottom: 10%;
  width: 108%;
  margin: 0;
  background: rgba(255, 255, 255, 0.75);
}

.testimonial-wrap .author-info > div[class*='col-'] {
  padding-right: 0;
}

.testimonial-wrap .author-info .author-name {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #000;
  margin: 32px 0 26px;
  line-height: 18px;
}

.testimonial-wrap .author-info .author-name span {
  font-size: 18px;
  line-height: 25px;
  display: block;
  font-weight: 700;
}

.testimonial-wrap .author-info .author-name small {
  font-size: 14px;
  line-height: 14px;
}

.testimonial-wrap .item-right-text {
  position: relative;
  font-size: 20px;
  color: #7b7575;
  padding: 40px 70px 0 70px;
  font-weight: 300;
  line-height: 36px;
  font-style: italic;
}

.testimonial-wrap .item-right-text:before {
  content: "\f10d";
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  font-size: 15em;
  color: rgba(0,0,0,.1);
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.item-left-thumb img {
  width: 100%;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.testimonial-wrap .slider-control {
  top: 64px;
}


/* ------------------------------------------------------------------
PRICING
--------------------------------------------------------------------- */

.pricing-wrap {
  background: #fff;
}

.pricing-wrap .section-heading {
  margin-bottom: 50px;
}

.pricing-wrap .no-padding {
  margin: 0 -15px;
}

.pricing-wrap .row {
  margin: 0;
}

.pricing-table {
  text-align: center;
}
.pricing-table1 {
  text-align: center;
  background: #008AC9;
}

.pricing-table .pricing-header {
  /*background: #008AC9;*/
  color: #000;
  text-align: center;
  /*padding: 20px;*/
  font-weight: 400;
  border-right: 1px solid rgba(138, 175, 216, 0.29);
}


.pricing-tableFJ .pricing-headerFJ {
  background: #ebebeb;
  color: #008AC9;
  text-align: center;
  padding: 20px;
  font-weight: 400;
  /*border-right: 1px solid rgba(138, 175, 216, 0.29);*/
  }

.pricing-table1 .pricing-header {
  color: #FFF;
  text-align: center;
  padding: 40px;
  font-weight: 400;
  border-right: 1px solid #FFF;
}

.pricing-table .pricing-title,.pricing-table1 .pricing-title {
  font-size: 23px;
}

.pricing-table .pricing-price,.pricing-table1 .pricing-price {
  font-size: 30px;
  line-height: 40px;
}

.pricing-table .pricing-cell {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
  border-right: 1px solid #e6e6e6;
}

.pricing-table1 .pricing-cell {
	background:#FFF;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
  border-right: 1px solid #e6e6e6;
}

.pricing-table.first-col .pricing-cell,.pricing-table1 .first-col {
  border-left: 1px solid #e6e6e6;
}

.pricing-footer {
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 10px 30px;
}


.pricing-table .pricing-cell,
.pricing-footer, .pricing-table1 .pricing-cell {
  color: #000;
}


.pricing-tableFJ .pricing-title,.pricing-table1 .pricing-title {
  font-size: 16px;
  text-transform: uppercase;
}

.pricing-tableFJ .pricing-price,.pricing-table1 .pricing-price {
  font-size: 30px;
  line-height: 40px;
}

.pricing-tableFJ .pricing-cell {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
  border-right: 1px solid #e6e6e6;
}




/*--------------------------------------------------------------------
ABOUT US PAGE
--------------------------------------------------------------------- */

.about-us-intro-wrap .section-heading,
.about-us-advantage-wrap .section-heading {
  margin-bottom: 40px;
}

.about-us-intro-wrap .about-thumb img {
  width: 100%;
}

.about-us-intro-wrap span {
  color: #343434;
  font-weight: 500;
}

.about-us-advantage {
  background: #fff;
}

.about-us-advantage-wrap {
  background: #fff;
}

.about-us-advantage-wrap .advantage-left-content {
  position: relative;
  padding-right: 80px;
}

.about-us-advantage-wrap .advantage-left-content:after {
  content: "";
  position: absolute;
  border-right: 1px solid #d9d9d9;
  top: 0;
  right: 30px;
  width: 100%;
  height: 100%;
}

.about-us-advantage-wrap .advantage-right-content {
  padding-top: 20px;
}

.about-us-advantage-wrap .advantage-right-content>div {
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px;
}

.about-us-advantage-wrap .advantage-right-content>div:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 80px;
  height: 80px;
}

.about-us-advantage-wrap .advantage-right-content>div:first-child:before {
  background: url(../img/advantage-icon1.png)no-repeat;
}

.about-us-advantage-wrap .advantage-right-content>div:last-child {
  margin-bottom: 0;
}

.about-us-advantage-wrap .advantage-right-content>div:last-child:before {
  background: url(../img/advantage-icon2.png)no-repeat;
}

.about-us-advantage-wrap .advantage-right-content>div h3 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 28px;
}


/* team */

.team-wrap .section-heading {
  margin-bottom: 75px;
}

.team-wrap .team-member {
  background: #fff;
  margin-bottom: 30px;
}

.team-wrap .team-member img {
  width: 100%;
}

.team-wrap .team-member .member-info {
  padding: 40px 30px 35px;
}

.team-wrap .team-member.member-lead .member-info h3 {
  font-size: 24px;
  line-height: 36px;
}

.team-wrap .team-member .member-info h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.team-wrap .team-member .member-info span {
  color: #b8b8b8;
}

.team-wrap .team-member .member-info p {
  margin: 20px 0 35px;
}

.team-wrap .team-member .member-info .social-links {
  margin-top: 15px;
}

.member-info .social-links li a .fa {
  background: #c5c5c5;
  color: #fff;
}

/*--------------------------------------------------------------------
SERVICE PAGES
--------------------------------------------------------------------- */

.service-intro-wrap {
  background: #fff;
}

.service-intro-content {
  line-height: 30px;
}

.service-intro-content h2,
.service-intro-content p {
  margin-bottom: 40px;
}

.service-intro-content ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}

.service-intro-content ul li:last-child {
  margin-bottom: 0;
}

.service-intro-content ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #b2b2b2;
}

.featured-service-wrap .section-heading {
  margin-bottom: 75px;
}

.featured-service-wrap .featured-service-content {
  background: #fff;
  padding: 40px 30px;
}

.featured-service-wrap .featured-service-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.featured-service-wrap .featured-service-content .btn-primary {
  margin-top: 30px;
}

.featured-service-wrap img {
  width: 100%;
}

/*Single-service*/

.single-service-wrap {
  padding: 110px 0 150px;
  background: #fff;
}

.single-service-wrap .single-service-thumb {
  margin-bottom: 50px;
}

.single-service-wrap .single-service-thumb img {
  width: 100%;
}

.single-service-content h2 {
  margin-bottom: 20px;
}

.single-service-content h3 {
  margin-bottom: 30px;
}

.widget .download-wrap {
  position: relative;
  margin-bottom: 10px;
}

.widget .download-wrap a {
  position: relative;
  display: block;
  background-color: #e9e9e9;
  padding: 12px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget .download-wrap a:hover {
  background: #666!important;
}

.widget .download-wrap.company a {
  background: #4d62e3;
}

.widget .download-wrap.annual a {
  background: #f7941d;
}

.widget .download-wrap.brochure a {
  background: #7cc576;
}

.widget .download-wrap a span {
  display: block;
  font-weight: normal;
  font-size: 10px;
}

.widget .download-wrap a i {
  position: absolute;
  top: 15%;
  right: 8px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: rgba(255,255,255,0.4);
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 100%;
}

.widget .service-list li.active a {
  color: #008AC9;
}

.widget-service-add {
  background: url(../img/service-add.png)no-repeat;
  background-size: cover;
  padding: 40px 25px;
  color: #fff;
  border-radius: 5px;
}

.widget-service-add p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.widget-service-add a {
  font-size: 18px;
  color: #ffb65e;
  font-weight: 900;
  margin: 20px 0 40px;
  display: inline-block;
  border-bottom: 2px solid;
}

.widget-service-add img {
  opacity: 0.3;
}


/*full-screen-video*/

.fullscreen-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  text-align: center;
  padding: 122px 0;
}

.fullscreen-video .video-overlay h2 {
  text-transform: uppercase;
  color: #fff;
}

.logoMob {
	/*margin:0 auto;
	text-align:center;
	position:relative;
	margin-bottom:-50px;*/
	position:fixed:
	display:table;
	z-index:999;
}

.logoMob{
	line-height:0;
	font-size:0;
}
.logoMob img{
	z-index:1;
}

@media (max-width:990px){
	.logoMob{
		position:fixed:
		display:table;
		z-index:999;
		margin-left:33%
	}
	.logoMob img{
		
	}
	
	.service-content p {
  line-height: 25px;
  padding-right:3px;
  min-height:0;
}
	
}


/*--------------------------------------------------------------------
CONTACT PAGE
--------------------------------------------------------------------- */

#googleMap {
  height: 450px;
}

.office-locations {
  margin: 100px 0 40px;
}

.office-locations .office-address {
  margin-bottom: 85px;
}

.office-locations h2,
.office-locations h3,
.send-feedback h2 {
  text-transform: uppercase;
}

.office-locations h2,
.send-feedback h2 {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 21px;
}

.office-locations h3 {
  font-size: 12px;
  margin-bottom: 30px;
  line-height: 18px;
}

.office-locations address span {
  display: block;
}

@media (max-width:990px){
	.buttonmau,.buttonmau2{
		width:	-webkit-fill-available !important;
	}
}

/*Botones */
.buttonmau
{
    font-size:14px;
    background-color:#FFF;
    color:#008AC9;
    border:1px solid #008AC9;
    width:220px;
    margin:5px;
}

.buttonmau:hover
{
    background-color:#008AC9;
    color:#FFF;
}

.buttonmau.active
{
    font-size:14px;
    background-color:#000;
    color:#FFF;
    border:1px solid #000;
    width:220px;
    margin:5px;
}


.buttonmau2
{
    font-size:14px;
    background-color:#008AC9;
    color:#FFF;
    border:1px solid #FFF;
    width:220px;
    margin:5px;
}
.buttonmau2:hover
{
    background-color:#000;
    color:#FFF;
}


.BanderaCircular{
    width:25px;
    height:20px;
    border-radius:15px;
}


.fjn
{
width: 100%;
    height: 292px;
    text-align: center;
    vertical-align: middle;
    padding-top: 25%;
    font-size: large;    
}

.botonEnJuego{
width: 100%;
    height: 6rem;
    margin-top: 10px;
    background: white;
    border: 1px solid #008AC9;
    color: #008AC9;
}

.botonEnJuego:hover{
	background-color:#008AC9;
    color:#FFF;
}

.botonEnJuego2{
    width: 100%;
    height: 6rem;
    margin-top: 10px;
    background: #008AC9;
    border: 1px solid #FFF;
    color: #FFF;
}

.botonEnJuego2:hover{
    color:#008AC9;
    background-color:#00ffd7;
}



/*FIN BOTONES */

@media screen and (max-width: 10000px) {
    .imgbnMB{
        display:none!important;
    }
    .imgbn{
        display:block!important;
    }
    
}


@media screen and (max-width: 700px) {
    .imgbnMB{
        display:block!important;
    }
    .imgbn{
        display:none!important;
    }
}
