* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body{
  font-family: "Inter", sans-serif;
}
h5 {
  font-family: "Inter", sans-serif;
}

header img {
  width: 60px;
}

.flex-wrap,
.col-12,
.text-end {
  font-family: "Inter", sans-serif;
}

header ul li:hover {
  text-decoration: underline;
}

header div button:hover {
  line-height: 30px;
}

.coverp {
  height: 450px;
  background: #1488cc; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2b32b2, #1488cc); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, hsla(237, 61%, 43%, 0.637), hsla(202, 82%, 44%, 0.63)),
    url(../Imagen/rsz_domenico-loia-ehtcc9syxsw-unsplash.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  font-family: "Inter", sans-serif;
}

header div button a,
header div button a:hover {
  color: #fff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

.cover{
  background-size: cover;
  background-position: center;
  font-family: "Inter", sans-serif;
  height: 450px;
}

.cover-small {
  height: 150px;
  background-blend-mode: normal;
}

.card1 {
  width: 200px;
  border: 0 !important;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.card-title {
  text-align: center;
}

.bandera .linea-amarillo {
  height: 3px;
  width: 33.3%;
  background: yellow;
  float: left;
}

.bandera .linea-azul {
  height: 3px;
  width: 33.3%;
  background: blue;
  float: left;
}

.bandera .linea-roja {
  height: 3px;
  width: 33.3%;
  background: red;
  float: left;
}

.cmenu {
  background: #fff;
  -webkit-box-shadow: 0px 3px 13px #2c3e08;
  box-shadow: 0px 3px 13px #2c3e08;
  border-radius: 6px;
  margin-bottom: 20px;
}

.cmenu > div {
  padding-top: 18px;
  padding-bottom: 16px;
  border-bottom: solid 3px #cfcfcf;
  cursor: pointer;
}

.cmenu a {
  text-decoration: none;
}

.cmenu > div:hover {
  background: #f9fafe !important;
  border-bottom: solid 3px #00a3f7 !important;
}

.cmenu > div:active {
  background: #f7f9fc !important;
  border-bottom: solid 3px #00a3f7 !important;
}

.interface .row img {
  height: 300px;
}

.busq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-1-5 {
  margin-left: 5px;
}

.f-700 {
  font-weight: 700;
}

.f-14 {
  font-size: 14px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-t-60 {
  padding-top: 60px;
}

.s-q {
  background: primary;
}

.s-q .btnh {
  text-align: center;
  text-decoration: none;
  padding: 0 5px;
  line-height: 45px;
  margin-top: -15px;
  height: 45px;
  border-radius: 6px;
}

.s-q button {
  color: #ffff;
}

.f-600 {
  font-weight: 600;
}

.interface .card {
  border: 0 !important;
}

.card3 {
  border: 0 !important;
}

.product-stripe {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.stripe-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stripe-container .card {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #e6e6e6;
}

.interface2 .stripe-container .card {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #2ec5ce;
}

/*PRECIOS*/
.pricing-header {
  max-width: 700px;
}

.rounded-3 {
  border-radius: 3rem !important;
}

.cdrPrecio {
  overflow: hidden;
}

.precio {
  height: 600px;
}

table {
  border: 2px solid black;
}

table th {
  border: 1px solid black;
  font-style: normal;
}

.fondo {
  background-color: #d5fafc;
}

/*PIE DE PAGINA*/
footer h5 {
  color: #ffffff;
  text-transform: uppercase;
}

.pie {
  color: #fff;
  padding: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 12px;
}
/*# sourceMappingURL=Estilo.css.map */

/*Estilo appsheet*/
/*.elementor-element {
  background-image: url(../Imagen/Movil-vacio-web2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}*/

.movil {
  background-image: url(../Imagen/iphone-hero.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 575px;
}

.elementor-widget {
  width: 100%;
  position: relative;
}

.elementor-widget-container {
  margin-top: 64px;
  margin-bottom: 85px;
  margin-left: 115px;
}
