@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

html {
  overflow-x: hidden;
}

body {
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

a {
  color: #674d57;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.lead{
      font-weight: 100;
    line-height: 23pt;
    font-size: 15px !important;
    color: #202428;

}
li{
  list-style: none
}
.btn-link {
    font-weight: 400;
    color: #212529;
    text-decoration: none;
}
.btn-link:hover {
    color: #ed1d76;
    text-decoration: underline;
}
header {
position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
    -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
   top: 0;
       border-bottom: solid 2px;
    margin-bottom: 21px;
}
.small, small {
    font-size: 66% !important;
    }

.ekko-lightbox-loader{
  z-index: 99
}

.motion {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.st1{
    -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bg-brand{
  background: #674d57;
}
.color-brand{
  color: #674d57;
}
.color-rosa{
  color: #ec008c;
}
.logo{
  max-width: 200px;
}
.redes{
  padding-top:31px !important;
}

.redes a img{
  width:30px
}
.menu{
  width: 30px;
    margin-top: 37px;
}

.downarrow{
      width: 30px;
    position: absolute;
    z-index: 999;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
}
.norte{
position: absolute;
    bottom: 0px;
    left: -25px;`
}
#inicio{
  height: 100%;
  height: 100vh;
}

header .shrink{


}
/* HOVER IMG PLUS
-------------------------------------------------- */

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.plus {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.imghover:hover .image {
  opacity: 0.3;
}

.imghover:hover .plus {
  opacity: 1;
}
.icono {
  padding: 16px 32px;
}
.text-hover-img{
  position: absolute;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    top: 20px;
}
.play-hover-img{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    top: 50%;
    margin-top: -25px;
}

.estrellas:after {
  display: block;
    content: "";
    position: absolute;
    right: -18px;
    top: -5px;
    width: 18px;
    height: 32px;
    background: transparent url('../img/estrellas.svg') no-repeat;

}

h2{
    display: initial;
    position: relative;
        font-weight: 300;
        font-size: 30px;
}
h3{
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}
b{
      font-weight: 500;
}
.fa-check{
      color: #3c88fc;
    font-size: 14px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
#contacto{
  background: url(../img/bg-contacto.jpg);
background-position: -30px -380px;
    
}
a:hover {
    color: #ed1e76;
    text-decoration: underline;
}
.whapp{
  width: 40px;
}
.tel{
  font-size: 30px !important;
    margin-top: 18px;
}

.whatsapp-support-button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}
.form-control {
    display: block;
    width: 100%;
    padding: .475rem 0rem;
    font-size: 13px;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #3c88fc;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 300;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 13px;
}
.btn-primary {
    color: #ed1e76;
    background-color: transparent;
    border-color: #ed1e76;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 100px;
  }
form small {
    color: white;
    font-weight: 100;
}

::-webkit-input-placeholder { /* Edge */
  color: white !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white !important;
}

::placeholder {
  color: white !important;
}
footer{
  background: #ededed;
  font-size: 9px;
  line-height: 9px;
  color: #6d6e71;
}
.top{
  width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -18px;
}
.f12{
  font-size: 12px;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #674d57;
    border-radius: 0px;
    }
  .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #674d57;
}
.close{
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 7px;
  width: 30px;
}
.modal-body {
    padding: 0px;
  }
.table-striped tbody tr{
  background-color: #f1f2f2;
}
  
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e4dcde;
}
.video-fluid{
  width: 101% !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ed1e76;
    border-color: #ed1e76;
}
a[href^="tel"] {
  color: #ffffff !important; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.informacion{
  font-size: 13px;
  color: #202428;
}
.informacion i{
  color: #3c88fc
}
 ul li {
    margin-bottom: 10px;
    color: #202428;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ed1e76;
    border-color: #ed1e76;
    box-shadow: 0 0 0 0.2rem rgb(220 104 154 / 65%);
}
.alert-danger {
    color: #ed1e76;
    background-color: #f79cc947;
    border-color: #f5c6cb;
    border-radius: 100px;
  }
/*-------------------------  Small devices (landscape phones, 576px and up) ----------------------------*/

@media (max-width: 576px) {}

/*------------------------- Medium devices (tablets, 768px and up) ----------------------------*/

@media (min-width: 768px) {}


/*------------------------- Large devices (desktops, 992px and up) ----------------------------*/

@media (min-width: 992px) {}


/*------------------------- Extra large devices (large desktops, 1200px and up) ----------------------------*/

@media (min-width: 1200px) {


}

