body {
    overflow-x: hidden;
    font-family: 'Montserrat';
    height: 100%;
    width: 100%;
}

html{
height: 100%;
width: 100%;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}



p.large {
    font-size: 16px;
}

a {
    -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.img-centered {
    margin: 0 auto;
}

.bg-darkest-gray {
    background-color: #000;
}

.btn-primary {
    border-color: #a1b3a4;
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #fff;
    background-color: #a1b3a4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #a1b3a4;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #a1b3a4;
    background-color: #a1b3a4;
}

.navbar-brand.page-scroll.logo {
    padding: 0;
    width: 98px;
}

.navbar-brand.page-scroll.logo {
    padding: 0;
    width: 98px;
    height: 52px;
    float: left;
    background-image: url("../img/logo-sec.png");
    background-size: cover;
}

.navbar-shrink .navbar-brand.page-scroll.logo {
    background-image: url("../img/logo.png");
}

.navbar-brand.page-scroll.logo:hover {
    opacity: 0.8;
}

.btn-primary .badge {
    color: #a1b3a4;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #a1b3a4;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #a1b3a4;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #a1b3a4;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #a1b3a4;
    background-color: #a1b3a4;
}

.btn-xl .badge {
    color: #a1b3a4;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background: #fff;

}

.navbar-default .navbar-brand {
        font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    letter-spacing: 5px;
    }
.light {
    font-weight: 400;
}


.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border:0;
   /**display: none;**/
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: #777;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #fff;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 17px;
    font-size: 12px;
}

.navbar-default .nav li a:focus {
    outline: 0;
    color: #ccc;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .nav li a:hover {
    outline: 0;
    color: #222;
}

.navbar-default .navbar-nav > .active > a {
    background: none;
    color: #222;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background: none;
}


.lenguage a {
    width: 30px;
    margin-top: 16px;
    padding: 0 0 0 12px !important;
    border-left: 1px solid #ccc;
}

.lenguage a:hover {
    opacity: 0.8;
}

.lenguage a img {
    width: 100%;
}






/** Scroll header **/
.navbar-shrink .navbar-brand.page-scroll.logo {
    color: #000;
}

.navbar-shrink .navbar-nav > li > a {
    color: #ccc;
}
/**
.navbar-shrink .navbar-nav > li > a:hover, 
.navbar-shrink .navbar-nav > li > a:active,
.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-shrink .navbar-nav>.active>a:focus   {
    color: #000;
}
**/



@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background: none;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        z-index: 99999;
    }

    .navbar-default .navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }


    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background: #fff;
        box-shadow: 1px 0 1px #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 14px;
    }
}

.intro {

    height: 100%;

    position: relative;
}

.intro-cont, .carousel.slide, .carousel.slide div, .carousel.slide img {
    height: 100%;
}


.intro-cont h1 {
    font-family: "Alfa Slab One",cursive;
    font-size: 50px;
    letter-spacing: 9px;
    text-shadow: -3px 3px 5px #222;
}

.btn-circle, .btn-circle:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #777;
    border-radius: 50%;
    color: #777;
    font-size: 60px;
    height: 100px;
    margin-top: 15px;
    padding: 7px 16px;
    transition: background 0.3s ease-in-out 0s;
    width: 100px;
}
.btn-circle:hover {
    opacity: 0.8;
}




section, div.equipo {
    padding: 100px 0;
    background: #fff;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 40px;
    color: #c81015;
    letter-spacing: 5px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section, div.equipo {
        padding: 100px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.estudios-circle {
    border-radius: 50%;
    box-shadow: -2px -2px 6px #000002;
    float: left;
    height: 100px;
    margin: 5px;
    opacity: 0.6;
    width: 100px;
}

.fa-inverse {
    color: #070707 !important;
    opacity: 0.8;
}

/**contact**/

.contacto .cont{
    width:100%;
}

.contacto .cont input {
    border: none;
    font-size: 13px;
    height: 45px;
    letter-spacing: 1px;
    margin-bottom: 26px;
    padding: 0 2%;
    width: 100%;
    font-weight:normal;
    border: 1px solid #333;
    color: #333;
}

#contact-form fieldset label {
    width:100%;
}

a.button {
    border: 1px solid #333;
    color: #777;
    cursor: pointer;
    float: right;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    margin: 8px 0;
    padding: 11px 32px !important;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}

a.button:hover {
    opacity:0.8;
    text-decoration: none;
}


.message textarea {
    border: none;
    font-size: 13px;
    height: 196px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 2%;
    font-weight:normal;
    border: 1px solid #333;
    color: #333;
}

#contact-form fieldset label span {
    color: #fc8181;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: -21px;
    position: absolute;
}

.message span {
    margin-top:-10px!important;
}

.success {
    line-height: 22px;
}
    
.success strong {
    margin-top: -5px;
}

#contact-form .success {
    color: #fff;
    display: none;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
    margin-bottom: 15px;
}
#contact-form .error,
#contact-form .empty {
    color:#fc9393;
    display:none;
    overflow:hidden;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #a1b3a4;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
    .plan-option .plan-edition {font-size: 25px!important;}

}

@media(max-width:1200px){
    #servicios .info div {
        min-height: 230px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background: #e3e3e3;
}


footer {
    padding: 20px 0 19px;
    text-align: center;
    box-shadow: 1px 0 1px #222;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #a1b3a4;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background: #a1b3a4;
}

::selection {
    text-shadow: none;
    background: #a1b3a4;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #a1b3a4;
}

.plan-option {
    padding-bottom: 40px;
}

.plan-option .plan-top {
    position: relative;
    background: #000;
    color: white;
    text-align: center;
    font-weight: 600;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.plan-option .plan-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 3px 0;
}

.special .plan-top {
    background: black;
}

.plan-option .plan-edition {
    text-transform: uppercase;
    display: block;
    font-size: 19px;
    letter-spacing: 8px;
}

.plan-option .price {
    display: inline-block;
    position: relative;
}

.plan-option .price sup {
    font-size: 24px;
    left: -22px;
    position: absolute;
    top: 75px;
}

.plan-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.plan-option .price small {
    position: relative;
    font-size: 18px;
}

.plan-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.plan-option ul li {
    background: none repeat scroll 0 0 #fff;
    border-color: #e1e1e1;
    border-image: none;
    border-style: none dashed dashed;
    border-width: 1px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.plan-signup i {color:#000!important; font-size: 30px;}

.plan-option .plan-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

#plans .tool-mensaje {
    border-color: #e1e1e1;
    border-style: dashed;
    border-width: 1px;
    color: white;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 10px;
    text-align: center;
}

.plan-option .plan-signup:hover {
    opacity: 0.7;
    text-decoration: none;
}

#plans .tooltip {
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-top: 11px;
    letter-spacing: 1px;
}

.icon-Google {
    font-style: normal;
    left: 38px;
    position: absolute;
}
@media(max-width:991px) {
   .freelance-content {
    padding-top: 0;
    }
    #estudios .col-md-4 {
    padding-bottom: 30px;
    }
    #sobremi .intro-cont {
        width: 70%;
    }
}




@media(max-width:774px) {
    .lenguage {display: none!important;}
.btn-circle, .btn-circle:focus {
    font-size: 50px;
    height: 80px;
    width: 80px;
}
#sobremi .intro-cont {
        width: 75%;
    }
}

@media(max-width:670px) {
   .intro .intro-cont {
    padding-right: 0;
    width: 100%;
}
.intro .intro-cont h1 {
    text-align: center;
    width: 100%;
}
.intro .intro-cont p {
    text-align: center;
    width: 100%;
}
#sobremi .intro-cont {
        width: 80%;
    }
}

@media(max-width:560px) {
 .intro-cont h1 {
    font-size: 34px;
}
 .intro-cont p {
    font-size: 13px;
}
#sobremi .intro-cont {
        width: 90%;
    }
}

@media(max-width:390px) {
    .plan-option .plan-edition {letter-spacing: 6px;}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {background: none;}
#portfolio .portfolio-item .portfolio-link .portfolio-hover i {display: none;}
    .btn-circle, .btn-circle:focus {
    font-size: 40px;
    height: 70px;
    width: 70px;
}

.intro .intro-cont h1 {
    font-size: 30px;
    letter-spacing: 5px;
}


}

.intro-cont a {color: #fff}


















/** NEW **/




#myCarousel {
    height: 100%;
    width: 100%;
}

.carousel-inner {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
  display: none;
}


.carousel-control:hover > span {
  display: block;
}

.carousel-inner .item {
  background-size:cover;
  background-position: 
}


  .carousel-inner .item > img {
      height: 100%;
      max-width: none;
      width: auto;

  }


.carousel-inner .item {
    background-position: center center;
    float: left;
    height: 100%;
    width: 100%;
}

.carousel-inner .img-one {
    background-image: url("../img/slide_new_4.jpg");
    background-position-x: right;
}

.carousel-inner .img-two {
    background-image: url("../img/slide_new_6.jpg");
}

.carousel-inner .img-three {
    background-image: url("../img/slide_new_3.jpg");
}

#myCarousel img {
    width: auto;
    max-width: none;
}

.section-subheading {
    margin-bottom: 40px;
    color: #333;
    line-height: 28px;
}

#myCarousel .carousel-control {
    top: -9px;
}

 @-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
  @-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
  @-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
  @-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
  @keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

.inner {
      -moz-animation: reveal-banner 3s 0.25s ease-in-out;
      -webkit-animation: reveal-banner 3s 0.25s ease-in-out;
      -o-animation: reveal-banner 3s 0.25s ease-in-out;
      -ms-animation: reveal-banner 3s 0.25s ease-in-out;
      animation: reveal-banner 3s 0.25s ease-in-out;
      -moz-animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      color: white;
      display: inline-block;
     opacity: 0;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 50%;
      margin-top: -50px;
    }

.inner h2 {
    letter-spacing: 8px;
    margin: 0 0 9px;
    font-weight: 700;
    text-shadow: 2px 1px 1px #000;
}

.inner p {
    font-size: 15px;
    font-weight: lighter;
    line-height: 24px;
    margin: auto;
    max-width: 420px;
    text-shadow: 2px 1px 1px #000;
}

.index-en .inner p {
    max-width: 500px;
}

.inner a {
   font-size: 25px;
}

.inner a:hover {
   opacity: 0.8;
}

.carousel-control {
    z-index: 11111;
}


.carousel-control .glyphicon {
    border: 1px solid #fff;
    display: inline-block;
    font-style: normal;
    margin-top: -40px;
    padding: 15px 20px;
    position: absolute;
    top: 50%;
    z-index: 5;
}


.carousel-indicators, .carousel-control .glyphicon  {
          -moz-animation: reveal-banner 5s 0.25s ease-in-out;
      -webkit-animation: reveal-banner 5s 0.25s ease-in-out;
      -o-animation: reveal-banner 5s 0.25s ease-in-out;
      -ms-animation: reveal-banner 5s 0.25s ease-in-out;
      animation: reveal-banner 5s 0.25s ease-in-out;
      -moz-animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      display: inline-block;
}
/**
#myCarousel .carousel-control span.glyphicon  {
  display: none;
}


#myCarousel .carousel-control:hover > span.glyphicon {
  display: block;
}

/**
.carousel-control .glyphicon.right {
    margin-right: -10px;
    right: 50%;
}**/

.carousel-control .glyphicon.left {
    right: 25px;
}

.carousel-control .glyphicon.right {
    left: 25px;
}

/** estudio **/
#estudio p.intro {
    line-height: 33px;
    text-align: justify;
    font-size: 15px;
    
}

/** nosotros **/
.titles-contacts {
    padding-top: 5px
}

.titles-contacts strong {
    font-weight: 500;
    font-family: 'Montserrat';
}

.nosotros img {
    width: 100%;
    margin-bottom: 5px;
}

.nosotros .nombre h4 {
    color: #c81015;
    text-align: left;
    font-size: 13px;
    line-height: 19px;
}

.nosotros .nombre span {
    color: #555;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    width: 100%;
    line-height: 24px;
}

.nosotros .contact-person-bottom ul {
    padding: 0
}

.nosotros .contact-person-bottom li {
    line-height: 33px;
    list-style: outside none none;
}

.nosotros .datos span {
    color: #000;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.contact-person {
    float: left;
    margin-top: 50px;
    width: 33.33%;
    padding-right: 30px;
}

.contact-person a:hover,
.equipo-person a:hover {
    opacity: 0.9;
}

div.equipo img {
    width: 100%;
}

div.equipo h4 {
    color: #c81015;
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 0;
}

div.equipo h4 span {
    color: #555;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    width: 100%;
    line-height: 24px;
    display: none;
}

.equipo-person {
    margin-top: 30px;
}

.equipo-content {
    margin-bottom: 20px;
}

/** valores **/
#valores td .fa {
    color: #c81015;
    font-size: 15px;
    left: -8px;
    position: absolute;
    top: -2px;
}

#valores td.left, 
#valores td.right {
    width: 50%;
    vertical-align: top;
    line-height: 33px;
}

#valores td.left {
    text-align: right;
    padding: 0 20px 30px 0;
}

#valores td.right {
    padding: 0 0 30px 20px;
}

#valores td.right {
    border-left: 1px solid #c81015;
    position: relative;
    text-align: left;
}

#valores td.right.last-td {
    border-left: 1px solid #fff;
}

#valores td.right span, #valores td.left span {
    color: #c81015;
    float: left;
    font-family: "Montserrat";
    font-weight: 600;
    width: 100%;
    margin-top: -10px;
}

/** servicio **/
#servicios .info div {
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 500;
}

#servicios .info li {
    font-size: 14px;
    line-height: 26px;
}

#servicios .info span {
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
    float: left;
    width: 100%;
    opacity: 0.7;
}

#servicios div.info p {
    color: #c81015;
    font-family: "Montserrat";
    font-weight: 500;
    margin: 0 0 2px 0;
    font-size: 16px;
    text-align: left;
}

#servicios div.info ul {
    padding: 0;
    margin-bottom: 40px;
}

#servicios div.info li {
    list-style: circle;
    font-weight: 400;
    text-align: left;
}

/** clientes **/
.client-box img {
    width: 100%;
}

/** byn 
.client-box {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.client-box:hover {
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}
**/

.client-box a:hover {
    opacity: 0.8;
}


.client-box-5 {
    float: left;
    padding: 35px;
    width: 20%;
}

.client-box-6 {
    float: left;
    padding: 35px;
    width: 16.66666%;
}

.client-box.client-box-6.client-box-last {
    margin-left: 41.5%;
}

/**contacto**/
section#contacto {
    padding-bottom: 50px;
}

#map {
    width: 100%;
}
/**
.half-contact {
    width: 48%;
}

.half-contact-left {
    float: left;
}

.half-contact-right {
    float: right;
}
**/
/** header **/
.navbar-fixed-top {
    z-index: 999999;
}

.hidden-desktop {
    padding-top: 30px;
}

/** parallax **/
.parallax-image-1 {
    background: rgba(0, 0, 0, 0) url("../img/parallax_02.jpg") repeat fixed 0 0 / cover ;
}

.parallax-image-2 {
    background: rgba(0, 0, 0, 0) url("../img/parallax_03.jpg") repeat fixed 0 0 / cover ;
}

.parallax-section {
    clear: both;
    display: flex;
    height: auto;
    width: 100%;
}

.parallax-content {
    padding: 100px 0;
    text-align: center;
}

.parallaxPrce {
    color: #fff;
    font-family: "Montserrat";
    font-size: 52px;
    padding-bottom: 15px;
}

.parallax-image-2 p {
    max-width: 840px;
    margin: auto;
}

.parallax-image-1 p {
    max-width: 740px;
    margin: auto;
}

.parallax-content p {
    font-size: 15px;
    letter-spacing: 3px;
    padding: 0;
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
    text-shadow: 2px 1px 1px #000;

    /* font-size: 15px;
    letter-spacing: 3px;
    padding: 0;
    color: #000;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 1px #fff; */
}

.whatsapp-icon {
    background: #25d366;
    border-radius: 50%;
    padding-top: 2px;
    color: #fff;
    position: fixed;
    font-size: 25px;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 40px;
    right: 20px;
    bottom: 33px;
    z-index: 99999;
}

.whatsapp-icon:hover {
    transform: scale(0.92);
}

.whatsapp-icon .fab {
    color: #fff;
}

/** footer **/
footer div {
    font-family: "Montserrat";
}

footer .year {
    font-size: 10px;
    line-height: 17px;
    text-align: left;
}

footer .studio {
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
}

footer .inn {
    text-align: right;
}

footer .inn a {
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 18px;
}

footer .inn a:hover {
    text-decoration: none;
    opacity: 0.7;
}



@media(max-width:991px) {
    .client-box-6 , .client-box-5 {
        width: 25%;
        padding: 35px;
    }
    .client-box.client-box-6.client-box-last {
        margin-left: 37.5%;
    }
    .navbar-default .nav li a {
        padding-right: 10px;
        padding-left: 30px;
    }
    .navbar-default .navbar-brand {
        display: block;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 2px;
    }

    .carousel-control .glyphicon.right {
        right: 20px;
        left: auto;
    }
    .carousel-control .glyphicon.left {
        left: 20px;
        right: auto;
    }

    .inner h2 {
        font-size: 25px;
    }

    .parallax-content p {
        font-size: 14px;
        line-height: 32px;
    }
    .parallax-content {
        padding: 75px 0;
    }
    .navbar-default .nav li a {
        padding-left: 25px;
    }
    .carousel-inner .img-two {
        background-image: url("../img/slide_new_6_tablet.jpg");
    }

}

@media(max-width:767px) {
    .nosotros ul {
        padding: 0;
    }

    .section-subheading {
        margin-bottom: 30px;
    }

    section, div.equipo {
        padding: 80px 0;
    }

    /** header **/
    .navbar-shrink.navbar-default .navbar-toggle {
        display: block;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-brand.page-scroll.logo {
        margin: 3px 0 0 15px;
        width: 76px;
        height: 40px;
        background-image: url(../img/logo.png);
    }


    .navbar-shrink.navbar-default {
        background: #fff;
        box-shadow: 1px 0 2px #222;
    }

    .navbar-shrink.navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }

    .hidden-mobile {
        display: none;
    }

    .carousel-control { 
        display: none;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ccc;
    }

    .navbar-nav > li > a{
        background: none repeat scroll 0 0 #fff;
    }

    .navbar-collapse {
        box-shadow: none;
        border: none;
    }

    .navbar-shrink .navbar-brand.page-scroll.logo {
        margin-top: 3px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .parallax-image-1 {
        background: url("../img/parallax_02.jpg") repeat 0 0 / cover;
    }
    
    .parallax-image-2 {
        background: url("../img/parallax_03.jpg") repeat 0 0 / cover;
        background-position-x: right;
    }

    .contact-person {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }

    .equipo-person {
        margin-top: 20px;
    }
    div.equipo h4 {
       height: 38px;
    }
    
    .carousel-inner .img-three {
        background-image: url("../img/slide_new_3_mobile_3.jpg");
        background-position-y: top;
    }

    #servicios div.info li {
        margin-left: 15px;
    }
    #servicios div.info ul {
        margin-bottom: 0;
    }
    .whatsapp-icon {
        bottom: 44px;
    }

    .carousel-inner .img-two {
        background-image: url("../img/slide_mobile_2.jpg");
    }
    #valores td.left, 
    #valores td.right {
        line-height: 26px;
        font-size: 13px;
    }
    #valores td.left span, 
    #valores td.right span {
        font-size: 14px;
        line-height: 23px;
    }
    #valores td .fa {
        left: -8px;
        top: -5px;
    }
    #estudio p.intro {
        line-height: 27px;
    }
    .parallax-content p {
        font-size: 13px;
    }
}


@media(min-width:768px) {
    .hidden-desktop, .nav > li.lenguage-sec {
        display: none;
    }
    .contact-person.contact-person-4 {
        margin-left: 33.33%;
    }
}

@media(max-width:670px) {
    .client-box-6 , .client-box-5 {
        padding: 20px;
    }

    .inner h2 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
    }
    .intro .intro-cont p {
        font-size: 14px;
        padding: 0 25px;
    }
}

@media(max-width:520px) {
    .client-box-6, 
    .client-box-5,
    .client-box.client-box-6.client-box-last {
        padding: 20px;
        width: 33.3333%;
    }
    .client-box.client-box-6:nth-child(16) {
        margin-left: 16.66%;
    }
    .client-box.client-box-6.client-box-last {
        margin-left: 0;
    }
    #servicios .info .col-xs-6 {
        min-height: auto;
        padding-bottom: 25px;
        width: 100%;
    }

    .inner {
        top: auto;
        margin-top: 0;
        bottom: 170px;
    }

    .inner h2 {
        font-size: 20px;
        padding: 0 15px;
        line-height: 28px;
    }

    footer .year {
        padding-right: 0;
    }

    footer .inn {
        padding-left: 0;
    }
}

.oficinas-logo {
    width: 110px;
    margin: 25px auto 10px;
}

.oficinas-logo img {
    width: 100%;
}

#oficinas h3 {
    color: #c81015;
    float: left;
    font-family: "Montserrat";
    width: 100%;
    font-size: 15px;
}


#contacto .section-subheading.text-muted a,
#oficinas .section-subheading.text-muted a {
    color: #333;
    font-size: 13px;
}

#contacto .section-subheading.text-muted a:hover,
#oficinas .section-subheading.text-muted a:hover{
    opacity: 0.8;
}

#contacto .section-subheading,
#oficinas .section-subheading {
    line-height: 27px;
    margin-bottom: 15px;
}

@media(min-width:991px) {
    #oficinas p.section-subheading.text-muted {
        min-height: 108px;
    }
    .index-en #servicios .info div {
        min-height: 230px;
    }
}

