@charset "UTF-8";
/*
  Theme Name: eStartup
  Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
/*  color: #000;*/
   
/* Ubicación de la imagen */

background-image: url(../img/fondo2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
color:white;


  /*color: black;
  background-size: cover;*/
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color:black;
}

h2 {
  color:00000;
  font-weight: 900;
}

h4 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}


.fondo{
    background-color: rgba(255, 255, 255, 0.24);
    width: 100%;
    height: 80px;
    padding-top: 20px;
         
}

h5 {
  color: black;
  font-size: 14px;
  font-weight: 500;
}

a {
  letter-spacing: 2px;
  text-decoration: none;
}

ul {
  letter-spacing: 1px;
}

li {
  color: black;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
}

p {
  color: black;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
}

span {
  letter-spacing: 1px;
}

.img-fluid {
  height: 60px;
  margin-bottom: 30px;
  width: 60px; 
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid red;
  border-radius: 0px;
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}

.fa {
  font-size: 13px;
/*  color iconos */
    color: #3c3c3b; 
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #71c55d;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #71c55d;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #55b03f;
  color: #fff;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 40px);
  /*background: url(../img/hero-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;*/
  margin-top:10px;
}

@media (min-width: 1025px) {
  #hero {
/*    background-attachment: fixed;*/
  
  }
}

#hero .hero-container {
  position: absolute;
  bottom: 100px;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 5px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color:  black;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size:28px;
    line-height: 18px;
    color:  black;
  }
}

#hero h2 {
  color:  black;
  margin-bottom:30px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: black;
  }
}

#hero img {
  max-width: 95%;
  margin-bottom: 10px;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 8px; /*10*/
  border-radius: 0px;
  transition: 0.5s;
  margin-bottom: 10px;
  border: 2px solid;
  background: #c92d37;
  color: #ffffff;
  text-decoration: none;
  width: 150px;    
}

#hero .btn-get-started:hover {
  background: black;
  color: #fff;
}

#hero .btns a {
/*    colores footer */
  color: #3c3c3b;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
}

#hero .btns a:hover {
  color: black;
}




/* Newsletter Section
--------------------------------*/
#newsletter {
  background: red;
  
}


#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color:  black;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}

#newsletter .form-control:focus {
  border-color: #3c3c3b;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #3c3c3b;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #55b03f;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background: #71c55d;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}

#newsletter ul li:hover {
  background: black;
}

#newsletter ul li .fa {
  color:  black;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #2a2c30;
  padding-top: 50px;
}

.footer .footer-logo .navbar-brand {
  color:  black;
  display: inline-block;
  float: none;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}

.footer .footer-logo p {
  color:  black;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer .list-menu > h4 {
  color:  black;
  padding-bottom: 2px;
}

.footer .list-menu ul li a {
  color:  black;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}

.footer .copyrights {
  background: #fff;
  margin-top: 50px;
  text-align: center;
  padding: 5px;
}

.footer .copyrights p, .footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}

.footer .copyrights p a, .footer .copyrights .credits a {
  letter-spacing: 0;
  color: black;
}

@media (max-width: 320px){
    
    .logo{
        
    height: 160px;
    width: 160px;

    }
}