:root {
  --theme-color: white;
  --primary-color: black;
  --secondary-color: #f7c331;
  --text-color-inverse: white;
  --text-color: black;
  --navbar-shallow-color: #e5e5e5;
  --menu-mobile-background-color: #3a4460;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 100px;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--theme-color);
  color: var(--text-color);
  padding-top: 70px;
}

a {
  text-decoration: none;
  color: var(--text-color);
}
.centrar1{
  color: aqua;
    margin-top: -50px;
    margin-bottom: 15px;
  } 
  .centrar {
    display: flex;
  justify-content: center;
  }
.imagen1 {
	width: 100%;
	/* background: url('../mensajero1.jpg'), #281a0c; */
	background: url('../landingpage.gif'), #281a0c;
	background-size: cover;
	/* background-attachment: fixed; */
	background-position: center 0;
	border-radius: 9px;
	margin-top: 12px;
	padding-top: 40%;
	padding-bottom: 90%;
}
.imagen2 {
	width: 100%;
  background-color:#124f88;
	background: url('../fondofinal.jpg'), #281a0c;
	background-size: cover;
	/* background-attachment: fixed; */
	/* background-position: relative; */
	border-radius: 9px;
	margin-top: -32px;
  /* padding: 10%; */
	padding-top: 10%;
	padding-bottom: 40%;
}

.habilidad{
  width: 100%;
}
.arriba {
	/* margin-top: 60px; */
	padding-top: 50px;
}
/* .horizontal-padding {
  padding-left: 25px;
  padding-right: 25px;
} */

.loquiero{
  color: #f4f1f1; 
  font-size: 20px;
  font-weight: 400;  
  padding: 0 5%;
}
.probarlo{
  color: #f7c331; 
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: -18px;
}

.verticalcenter{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal-padding {
  padding-left: 2%;
  padding-right: 2%;
}
.horizontalv-padding {
  padding-left: 2%;
  padding-right: 2%;
}
.vertical-padding {
	padding-top: 30px;
	padding-bottom: 25px;
}

@media (min-width: 768px) {
  .horizontal-padding {
    padding-left: 2%;
    padding-right: 2%;
  }
  .horizontalv-padding {
    padding-left: 40%;
    padding-right: 40%;
  }
  .vertical-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .video{
    width:100%;
    height:auto;
    margin-left:-4%;
  }

}
