
body {
  font-family: 'Hind', sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #ffffff;
  color: #373435;
  padding-top: 100px;
  padding-bottom: 0px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background-color: #ffffff;
    padding:0px !important;
    margin: 0px;
 
  font-size: 1.3em;
  border: none;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  /*letter-spacing: 1px;*/
}
.navbar-custom .navbar-nav li a {
  color:#373435;
}
.navbar-custom .navbar-nav li a:hover {
  color: #0080AF;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #00afef;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #00afef;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}




.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
    text-align: center;
    background-color: #00afef;
    padding-top: 30px;
    padding-bottom: 10px;
    
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.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 {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}


.portfolio-modal .modal-content {
  border-radius:10;
  
  
  height: 50%;
 width: 90%;
  margin-top: 90px;
 padding: 5px;
 text-align: center;
 margin-left: 3%;
    
    
   
}


.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 1.5em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 10px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}

.portfolio-modal .modal-content p{
    font-size: 1.1em;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}


@media (min-width: 768px){
.portfolio-modal .modal-content {
  border-radius:10;
  
  
  height: 60%;
 width: 60%;
  margin-top: 100px;
 padding: 10px;
 text-align: center;
 margin-left: 5%;
    
   
}
.portfolio-modal .modal-content p{
    font-size: 1.4em;
}
    
    .portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 2em;
}
    
}

#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #18BC9C;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}

.divisor_azulado{
    background-color: #0080AF;
   height: 3px;
    margin: 1px;
    width: 100%;
  
    
}

#imagen-logo{
    max-height: 75px;
}

#linea-menu{
    background-color: #008ABC;
    height: 3px;
    width: 95%;
    padding: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    
   
}

.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;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*margin superior del menu escrito*/




    @media (min-width: 768px) and  (max-width: 1200px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 3px;
    }
  }

@media (min-width: 1201px) {
 
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 8px;
    }
}
/* fin del margin superior del menu escrito */

/* Inicio letras del carrousel */ 
    
    .carousel-caption h3{
        
        font-family: 'Kanit', sans-serif;
        font-size: 1.3em;
        color: #373435;
      text-shadow: none;
         background-color: #ffffff;
        opacity: 0.8;
        
         
    }

@media (min-width: 768px){
    .carousel-caption h3{
        font-family: 'Kanit', sans-serif;
        font-size: 2.5em;
        color: #373435;
      text-shadow: none;
         background-color: #ffffff;
        opacity: 0.8;
    }
}

 .carousel-caption p{
        
        font-family: 'Kanit', sans-serif;
        font-size: 1em;
        color: #373435;
      text-shadow: none;
         background-color: #ffffff;
        opacity: 0.8;
        
         
    }

@media (min-width: 768px){
    .carousel-caption p{
        font-family: 'Kanit', sans-serif;
        font-size: 1.5em;
        color: #373435;
      text-shadow: none;
         background-color: #ffffff;
        opacity: 0.8;
    }
}


/* Fin letras del carrousel */

/* Inicio contenido conocenos con fondo*/
#contenido-conocenos{
    text-align: center;
    
    height: 550px;
    padding-top: 0px;
    color: #373435;
    
    background-repeat: no-repeat;
    background-position: center;
   
    
}
@media(max-width: 480px){
    #contenido-conocenos{
        text-align: center;
}}
#contenido-conocenos p{
    
    font-size: 30px;
    
}
@media(max-width: 768px){
#contenido-conocenos p{
    
    font-size: 18px;
}
}

/* Fin contenido conocenos con fondo */

/* padding de secciones */
section{
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(max-width: 480px){
    
section{ 
    padding-top: 0px;
    padding-bottom: 0px;
    }
}

/* fin padding secciones */

#linea-divisoria{
   visibility: hidden;
  /*  background-color:#E6E6E6;
    height: 2px;
   
    padding: 0px;
    margin-right: 5%;
    margin-left: 5%;
    */
    
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}
section h2 {
  
  font-size: 3em;
    margin-top: 0px;
    margin-bottom: 50px;
    background-image:url(../img/barra-secciones.png)
}

   .portfolio-caption h4{
       font-size: 2em;
        text-align: center;
        text-transform: none;
       color: #ffffff;
       background-color: #A4A4A4;
    }



#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #06C;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 0.70;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

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

/* MODALES */

@media (min-width: 768px){
#imagen-modal{
    max-width: 500px;
    }}


/* fin modales */

.modal-body h2{
    text-transform: none;
}




/* PRODUCTOS */

 .productos-caption h4{
       font-size: 2em;
        text-align: center;
        text-transform: none;
       color: #ffffff;
       background-color: #A4A4A4;
    }



#productos .productos-item {
    right: 0;
    margin: 0 0 15px;
}

#productos .productos-item .productos-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#productos .productos-item .productos-link .productos-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #06C;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#productos .productos-item .productos-link .productos-hover:hover {
    opacity: 0.70;
}

#productos .productos-item .productos-link .productos-hover .productos-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#productos .productos-item .productos-link .productos-hover .productos-hover-content i {
    margin-top: -12px;
}

#productos .productos-item .productos-link .productos-hover .productos-hover-content h3,
#productos .productos-item .productos-link .productos-hover .productos-hover-content h4 {
    margin: 0;
}

#productos .productos-item .productos-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#productos .productos-item .productos-caption h4 {
    margin: 0;
    text-transform: none;
}

#productos .productos-item .productos-caption p {
    margin: 0;
    font-family: 'Kanit', sans-serif;
    
    
}

#productos * {
    z-index: 2;
}

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

#conocenos{
    background-color: #FAFAFA;
}

#contacto{
    background-color: #FAFAFA;
}

.text-muted{
    text-transform: none;
    margin: 0px;
}

#productos{
    background-color: #FAFAFA;
}

#contacto .section-heading{
    margin-bottom: 10px;
}

#contactForm{
    margin-top: 20px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
    background-color: #E6E6E6;
    border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 0px solid #000000;
    
    
}

#message{
    height: 130px;
    
}

.form-control{
    font-size: 18px;
    height: 
}

.btn{
    background-color: #00afef;
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
    font-family: 'Hind', sans-serif;
}

.btn:hover{
    color: #e6e6e6;
  
    
}

#trabajos h3{
    font-size: 0.9em;
   }
#trabajos p{
    font-size: 0.9em;
   }
#trabajos .carousel-caption{
    top: 120px;
}

@media (min-width: 768px){
#trabajos h3{
    font-size: 1.5em;
   }
#trabajos p{
    font-size: 1.3em;
   }
#trabajos .carousel-caption{
    top: 275px;
}
}





#trabajos .carousel-control.left{
    background-image: none;
}

#trabajos .carousel-control.right{
    background-image: none;
}


.glyphicon.glyphicon-chevron-right{
   color:#00afef;
}
.glyphicon.glyphicon-chevron-left{
   color:#00afef;
}

.carousel-control.left{
    width: 50px
}
.carousel-control.right{
    width: 50px
}

#portfolioModal1 h2{
    margin-bottom: 10px;
}

#portfolioModal1 img{
    margin-bottom: 10px;
}

#portfolioModal2 h2{
    margin-bottom: 10px;
}

#portfolioModal2 img{
    margin-bottom: 10px;
}
#portfolioModal3 h2{
    margin-bottom: 10px;
}

#portfolioModal3 img{
    margin-bottom: 10px;
}
