/* https://coolors.co/2c3e50-e74c3c-ffffff-3498db-95a3b3 */

/* ========================
Utilities
======================== */

* {
  box-sizing: border-box;
}

.cf::before,
.cf::after {
    content: "";
    display: table; 
}

.cf::after {
    clear: both;
}

html {
  position: relative;
}

img {
  max-width: 100%;
}

/* ========================
Global
======================== */


/*whatsapp boton*/

.whatsapp-float{
    bottom: 2rem;
    text-decoration: none;
    position: fixed;
    z-index: 99;
  }
  
  .whatsapp-float.left{
    left: 2rem;
  }
  
  .whatsapp-float.right{
    right: 2rem;
  }
  
  .whatsapp-float .whatsapp-button{
    width: 3.5rem;
    height: 3.5rem;
    padding: .5rem;
    background: linear-gradient(to bottom, #5AD165, #22B039);
    color: white;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  
  .whatsapp-float:hover .whatsapp-button,
  .whatsapp-float:focus .whatsapp-button,
  .whatsapp-float:active .whatsapp-button{
    background: linear-gradient(to bottom, #57CE62, #1FA032);
  }
  
  .whatsapp-float .whatsapp-button i{
    font-size: 2em;
  }
  
  /*.whatsapp-float .whatsapp-call{
    line-height: .75rem;
    top: .50rem;
    color: #222;
    background-color: #fff;
    border: 1px solid #39bd4b;
    border-radius: 1rem;
    box-shadow: 2px 2px 0 rgba(57, 189, 75, .3);
    font-size: .8em;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
  }
  
  .whatsapp-float.left .whatsapp-call{
    left: 2rem;
    padding: .5rem .75rem .5rem 2rem;
  }
  
  .whatsapp-float.right .whatsapp-call{
    right: 2rem;
    padding: .5rem 2rem .5rem .75rem;
  }*/
  
  /*fin whatsapp boton*/


body {
  color: #444;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin-top: 0;
}

h1 {
  font-weight: 900;
}

p {
  line-height: 1.5;
}

a, a:hover, a:focus, a:active, a:visited {
  color: #54565B;
  text-decoration: underline;
}

/* ========================
Containers
======================== */

.container-fluid {
  padding: 0 1em;
}

.container {
  margin: 0 auto;
  max-width: 996px;
}


/*about*/


.seccion-contenido {
      background-color: #54565B;
      color: #ffffff;
      padding: 60px 0;
    }
    .btn-info-custom {
      background-color: #ec672c;
      border: none;
    }
    .btn-info-custom:hover {
      background-color: #ffffff;
    }
    iframe {
      width: 100%;
      height: 315px;
      border-radius: 10px;
      border: none;
    }
/* ========================
Navigation
======================== */

@keyframes show-header {
    0% {
        top: -4em;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

nav {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.45);
  position: relative;
  top: 0;
}

nav a, nav a:hover, nav a:focus,  nav a:active, nav a:visited {
  text-decoration: none;
}

nav .brand {
  display: inline-block;
  float: left;
  font-size: 1.25em;
  font-weight: 900;
}

nav .brand a {
  color: #444;
  display: block;
  padding: 1em 0;
}

nav .nav-toggle {
  color: #444;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 1.25em;
  padding: 1em 0;
  z-index: 1000
}

nav ul {
  border-top: 1px solid #ccc;
  clear: both;
  list-style: none;
  margin: 0 -1em;
  padding: 0;
  z-index: 999;
}

nav ul li {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

nav ul li a {
  color: #444;
  display: block;
  padding: .75em;
}

nav.sticky {
  animation: show-header .5s ease;
  position: fixed;
  top: 0;
  width: 100%;
}

/* ========================
Sections
======================== */
/*poner url de imagen*/
.splash {
    background: linear-gradient(rgba(236, 103, 44, 0.50), rgba(84, 86, 91, 0.70)),
				url("https://as1.ftcdn.net/v2/jpg/10/62/09/04/1000_F_1062090473_haD4baLWZfftJj8X0w0uT3OuVTsAk6CO.jpg") no-repeat fixed center;
	background-size: cover;
	color: #fff;
}

.splash .container {
  padding-top: 25vh; /* No JS fallback*/
  padding-bottom: 25vh; /* No JS fallback*/
}

.splash h1 {
  font-size: 3em;
  margin-bottom: .15em;
  text-align: center;
}

.splash .lead, .splash .continue {
  display: block;
  text-align: center;
}

.splash .lead {
  font-size: 1.5em;
  font-weight: 100;
  margin-bottom: 1em;
}

.splash .continue {
  font-size: 3em;
}

.splash .continue a {
  border: 4px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  width: 80px;
  height: 80px;
}
.splash .continue a:hover {
  background-color: rgba(255, 255, 255, .25);
}

.intro .container, .features .container, .portfolio .container, .contact .container {
  padding: 5em 0;
}

.intro, .features, .portfolio, .contact {
  text-align: center;
}

.intro {
  background-color: #54565B;
  color: #fff;
}

.intro a, .intro a:hover, .intro a:focus, .intro a:active, .intro a:visited {
  color: #fff;
}

.features img {
  display: block;
  margin: 0 auto 1em;
  max-width: 200px;
}

.features .col-3 {
  margin: 3em auto;
  width: 100%;
}

.contact form {
  background-color: #f0f0f0;
  border-radius: 4px;
  /*border-top: 8px solid #ec672c;*/
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  padding: 1em;
}

.contact form input, .contact form textarea {
  border: none;
  border-radius: 4px;
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  width: 100%;
}

.contact form textarea {
  height: 6em;
}

.contact form input[type="submit"] {
  background-color: #ec672c;
  border-radius: 0;
  color: #fff;
  padding: 1em;
  text-transform: uppercase;
}

/* ========================
Footer
======================== */

.footer {
      background-color: #54565B;
      color: white;
      padding: 40px 20px 20px 20px;
    }
    .footer .social-icons .btn {
      color: white;
      border: 1px solid white;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      margin: 5px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s;
    }
    .footer .social-icons .btn:hover {
      background-color: white;
      color: #54565B;
    }
    .footer .footer-text {
      text-align: center;
      margin-top: 20px;
      font-size: 14px;
    }
    .footer img {
      max-width: 120px;
    }

/* ========================
Media Queries
======================== */

@media (min-width: 768px) {
  
  nav .nav-toggle {
    display: none;
  }
  
  nav ul {
    border: none;
    clear: none;
    display: inline-block !important;
    float: right;
    margin: 0;
    padding: 25px 0;
  }
  
  nav ul li {
    border: none;
    display: inline-block;
    float: left;
    margin-right: 1.5em;
  }
  
  nav ul li:last-of-type {
    margin-right: 0;
  }
  
  nav ul li a {
    padding: 0;
  }
  
  .splash h1 {
    font-size: 6em;
  }
  
  .splash .lead {
    font-size: 3em;
  }
  
  .features .col-3 {
    float: left;
    margin: 2em 5% 0 0;
    padding: 0 1em;
    width: 30%;
  }
  
  .features .col-3:last-of-type {
    margin-right: 0;
  }
  
  .contact form {
    padding: 3em 2em 2em;
  }
  
  .contact form input[type="submit"] {
    padding: 1em 3em;
    width: auto;
  }
  
  .contact form input.full-half {
    float: left;
    margin-right: 2.5%;
    width: 48.75%;
  }
  
  .contact form input.full-half:nth-of-type(2n) {
    margin-right: 0;
  }
  
  .contact form textarea {
    height: 12em;
  }
  
}