/*!
 * Start Bootstrap - Creative v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; }

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #38C1CF; }

hr.light {
  border-color: #fff; }



a {
  color: #38C1CF;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #38C1CF; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.bg-primary {
  background-color: #F05F40 !important; }

.bg-dark {
  background-color: #212529 !important; }

.bg-blue {
  background-color: #38C1CF !important; }


.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 8rem 0; }

.section-heading {
  margin-top: 0; }

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

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

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #F05F40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #38C1CF; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #38C1CF; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #38C1CF !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: rgba(120,120,120,0.5);
      background-color: rgb(0,0,0) }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: #fff; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        /*padding: 0.5rem 1rem; */}
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #fff; }
      #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #F05F40; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color:#38C1CF; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #212529; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #38C1CF; } }

header.masthead {
  /*padding-top:100px;*/
    height:calc( 100vh - 100px);
  /*padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);*/
  /*background-image: url("../img/header.jpg");*/
  background-color:#fff;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.masthead > div{
      padding-top: 100px;
  }
  header.masthead h1 {
    font-size: 2rem; }
  header.masthead p {
    font-weight: 300; }
  @media (min-width: 768px) {
    header.masthead > div{
      padding-top: 100px;
  }
    header.masthead p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0; }
    
      header.masthead h1 {
        font-size: 3rem; } }
  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 4rem; } }

footer{
  height: 110px;
  background-color: #333 !important;
  color:#bbb;
  padding: 25px 0 25px 0;

}

.service-box {
  max-width: 400px; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(56, 193, 207 , 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.text-primary {
  color: #F05F40 !important; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #ee4b28 !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }

  
  .carousel-item {
  height: calc(100vh - 100px);
  min-height: auto;

  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
    height: 100vh;
}

.no-padding{
    padding:0;
}

.bg-inicio{
  background-image: url("../img/new-horizon.jpeg");
  /*height:calc(100vh);*/
  background-color:#fff;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-diseno{
  background-image: url("../img/web-design.jpg");
  transition: background 1s linear;
  /*height:calc(100vh);*/
  background-color:#fff;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}


.list-nosotros li, .list-diseno li, .list-publi li, .list-servicios li{
  background-color:transparent;
  border:0;
  display:block;
  color:#fff;
  width: 100%;
}

.list-nosotros li:hover, .list-diseno li:hover, .list-publi li:hover, .list-servicios li:hover{
  cursor:pointer;
}

.panel-info, .panel-info1, .panel-info2{
    min-height:calc(100vh - 6rem);
    /*overflow-x: hidden;
    overflow-y: auto;*/
    
}

#adicional{
  background-color: transparent; 
  min-height:calc(100vh-6rem);;
  min-height:calc(100vh-6rem);;
}


#carrusel-diseno > .carousel-inner > .carousel-item{
    height: auto;
  }

  #carrusel-social > .carousel-inner > .carousel-item{
    height: auto;
  }

  #carrusel-regalos > .carousel-inner > .carousel-item{
    height: auto;
  }


  #carrusel-arcones > .carousel-inner > .carousel-item{
    height: auto;
  }

  #carrusel-logo > .carousel-inner > .carousel-item{
    height: auto;
  }

  #carrusel-ecommerce > .carousel-inner > .carousel-item{
    height: auto;
  }

  #carrusel-seo > .carousel-inner > .carousel-item{
    height: auto;
  }
@media (max-width: 768px) {

  .list-nosotros li, .list-diseno li , .list-publi li, .list-servicios li {
  
    margin: 5px auto !important;
    width: 100%;
  }
 

  .bg-inicio, .bg-diseno{
    background-position:center;
    background-attachment:/*min-height:100vh;*/
        
  }

  .section-heading {
    font-size: 1.4rem !important;
  }
  
  .panel-info, .panel-info1, .panel-info2{
    height:auto;
    
    overflow-y: visible;
  }
   
  .panel-info p, .panel-info1 p, .panel-info2 p{
  
    font-size:0.9rem !important;
    
  }

   .panel-info h3, .panel-info1 h3, .panel-info2 h3{
  
    font-size:1.2rem !important;
    
  }
  #adicional{
    padding: 0;
    height: auto;
  }





  #navbarnosotros-cel{
    display: block;
  }

  

  footer p{ 
    font-size: 0.9rem;
    

  }
}



.oculto{
  display: none;
}

.dark-text{
  color:#333 !important;
}


.ficha-datos{
  border-color: rgb(180,180,180) !important;
  background-color:rgb(200,200,200);
  box-shadow: 3px 3px 15px rgb(64,99,148);
}


#navbarnosotros-cel{
    display:none;
}
@media (max-width: 768px) {
   
}
.panel-section{
    width:100%; min-height:100vh;
}

.form-contacto{
    background-image: url('img/contacto1.jpg');
    background-size: 105vh;
    background-repeat: no-repeat;
    background-position:bottom right -15px;
}


@media (min-width: 768px) {
.form-contacto{
  background-image: none;
}
}


.promo-img{
    width: 100%;
}

.panel-contenido{
    width:90%;
	margin:0 auto;
	
    color:#333 !important;
}

.panel-contenido img{
	max-width:100% !important;
	max-height:600px !important;
}

.contacto-img{
	display:block;
	width:250px;
	margin:50px auto;
	border-radius:125px;
	box-shadow:3px 3px 5px #606060;
	
	
}

