/*-------------------------------------
--------------------------------------- 
CSS INDEX 
---------------------------------------
1. Googole Fonts
2. Default css
3. preloader css
4. header-area css
5. header-bg css
6. Header_bg_2 css
6. why choose css
7. About css
8. service css
9. Case_study css
10. porject css
11. Pricing css
12. clients css
13. Team css
14. Blog css
15. contact css
16. footer-area css
17. footer-area css
18. #scroll-up css
19. Index demo css
---------------------------------------*/

/*===============1. Googole Fonts =====================*/
/*
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');*/
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
/*===============2. Start Default css =====================*/
.mobile{
  display: none;
}
 html {
  font-size: 100%;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color:#ffffff;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  /* text-transform: capitalize; */
  color: #1d2025;
}
h2 {
  color: rgb(29, 32, 37);
  font-weight: 600;
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
button {
  cursor: pointer;
  border: none;
}
button:focus{-webkit-border: none;
  border: none;
}
button:focus{
  outline: none;
}
input,textarea{
  outline: none;
}
textarea{
  margin: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #F3808F;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.form-group {
  position: relative;
  overflow: hidden;
}
.form-control {
  text-transform: capitalize;
}
.form-control:focus {
  box-shadow: none;
}
.section_padding {
  /* padding: 120px 0 130px; */
  padding: 30px 0 130px;
}
.sectiondev_padding {
  padding: 120px 0 80px;
}
/*
.decoborder1{
  background: #F3808F;
  padding: 20px;
}
*/

.decoborder2{
  background: #FFFFFF;
  padding: 20px;
}
/*
.decoborder3{
  background: #C9FC00;
  padding: 20px;
}
*/
.dot {
  height: 10px;
  width: 50%;
 /* background-color: #FFF0D1;*/
  display: inline-block;
    margin-top: 22px;
}

.wbullet{
  margin: 30px auto;
}
.wbullet li{
  list-style: inherit;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
hr.separador{
  background-color: #FFA17E;
  margin:60px 0;
  border:1px  #FFA17E solid;
}
.chilloutcont .subtitle{
  margin:40px  auto;
}
#conthubspotchill{
  margin-top:50px;
  margin-bottom: 150px;
}
#conthubspotchill fieldset{
  margin-top:5px;
  margin-bottom:5px;
}


.miyami_btn i {
  display: inline-block;
  padding: 0 0 0 20px;
}
h2.title{
  color:#F3808F !important;
}
h3.subtitle{
  color:#AD8E6F !important;
    font-weight: bold;
}
h3.subtitle2{
  color:#F3808F !important;
  font-weight: bold;
}
section {
  overflow: hidden;
}
.bgc{
  background: #FFF9E5;
}
.bgc2{
  background: #FFF9E5;
    /*
  background-image: url('../img/bgmarilafont.png');
  background-position: center center, center center;
  background-repeat: no-repeat, repeat;
  */

}
.miyami_title {
  margin-bottom: 45px;
}
.miyami_title h2 {
  font-family: 'Cormorant Garamond', serif;
  /* text-transform: uppercase; */
  margin-bottom: 15px;
  color:#F3808F;
  font-size:30px;
  font-weight:normal;
}
.miyami_title p {
  color: rgb(146, 146, 146);
  line-height: 1.688;
}
.miyami_btn {
  display: inline-block;
  padding: 10px 62px;
  color: #F3808F;
  text-transform: uppercase;
  text-align: center;
  transition: all .5s;
  border: 1px solid #F3808F;
}
.miyami_btn:hover {
  color: #F3808F;
}

.miyami_btn2 {
  display: inline-block;
  padding: 10px 62px;
  color: #36BEBD;
  text-transform: uppercase;
  text-align: center;
  transition: all .5s;
  border: 1px solid #36BEBD;
}
.miyami_btn2:hover {
  color: #36BEBD;
}

.miyami_btnx {
  display: block;
  padding: 10px 62px;
  background: none;
  color: #F3808F;
  text-transform: uppercase;
  text-align: center;
  transition: all .5s;
  border: 1px solid #F3808F;
  width: 80%;
  margin: 10px auto;
}
.miyami_btnx:hover {
  box-shadow: 0px 0px 25px 0px rgb(168, 168, 168);
  color: #000000;
}
.tp-caption.NotGeneric-Title, .NotGeneric-Title{
  color:#FFE291;
  font-family: 'Montserrat',sans-serif !important;
}
.full-width-image {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.full-width-image img {
  width: 100%;
}
.full-width-image h2.fwheader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#FFE291;
  font-size:43px;
  font-family: 'Montserrat',sans-serif;
}
.centererror{
  margin: 20px auto;
  width: 300px;
  height:300px;
  position: relative;
}
#boxerror{
  position: relative;
  height: 250px;
}
#error{
  background: #FEF0D1;
  padding:45px 0;
}
#fondodog{
  position: absolute;
  z-index: 0;
}
#txt404title{
  color: #F3808F;
  font-size: 155px;
  line-height: 150px;
  text-align: center;
}
#txt404subtitle{
  color: #F3808F;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}
#txt404paragraph{
  color: #F3808F;
  line-height: 40px;
  text-align: center;
}
.mt-20 {
  margin-top: 20px;
}
.mt-60{
  margin-top:60px;
}
.mb-40 {
  margin-bottom: 40px;
}
.light_bg{
  background: #f9faff;
}
.txt1{
  color:#774C1E;
}
/*=============== End Default css =====================*/

/*===============3. Start preloader css =====================*/
.preloader{
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 11000;
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #AD8E6F;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/*=============== End preloader css =====================*/
.logo img{
  width:160px;
}
.brown{
  background: #F8F8F8;
}
#fondohizq{
  background: #f6efe9;
  width: 42%;
  height: 115px;
  float: left;
}
#fondohder{
  background: #ffffff;
  width: 58%;
  height: 115px;
  float: left;
}
#fondoheader{
  position: absolute;
  z-index:1;
  width:100%;
  height: 60px;
}
#upheader{
  position: absolute;
  z-index:99;
  width: 100%;
  height: 60px;
}
.header_1{
  position: relative;
  width: 100%;
  z-index: 337;
  background: #F3EEE0;
  /*height:115px;*/
  height:80px;
}
.header_1.sticky {
  position: fixed;
  background-color: #F3EEE0;;
  top: 0;
  box-shadow: 0px 0px 32px 0px rgba(228, 228, 228, 0.64);
  height: 80px !important; /* lucks */
}
.sticky .main-menu .nav-menu ul li a{
  padding: 24px 0 0 0;
}
.main-menu {
  float: right;
}
.main-menu .nav-menu ul li {
  display: inline-block;
  margin-left: 20px;
  text-align: center;
}
.main-menu .nav-menu ul li.active a{
    color: #84C778;
}
.main-menu .nav-menu ul li.active span.dot{
  background-color: #84C778;
}
.main-menu .nav-menu ul li a {
  display: block;
  /*
  padding: 44px 0 0 0;
  */
  padding: 26px 0 0 0;

  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #AD8E6F;
  transition: all .5s;
}
.main-menu .nav-menu ul li a:hover{
  color: #84C778;
}
.main-menu .nav-menu ul li:hover span.dot{
  background-color: #84C778;
}
/*
  repsonsive menu
*/
.menu-icon{
  position: fixed;
  top: 18px;
  right: 30px;
  height: 30px;
  width: 40px;
  padding: 0px 8px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.menu-icon span{
  width: 100%;
  height: 3px;
  display: block;
  background: #F3808F;
  margin: 4px 0;
  z-index: 9999;
  transition: .5s;
}
.menu-icon.active span{
  position: absolute;
  width: calc(100% - 16px);
  top: calc(100% - 20px);
  background: #F3808F;
}
.menu-icon.active span:nth-child(1){
  transform: rotate(45deg);
}
.menu-icon.active span:nth-child(2){
  display: none;
}
.menu-icon.active span:nth-child(3){
  transform: rotate(-45deg);
}
.sidenav_menu ul li a{
  display: block;
  color: #F3808F;
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.sidenav_menu{
  padding: 20px;
  position: fixed;
  top: 0;
  right: -60%;
  width: 60%;
  height: 100vh;
  background: #F3EEE0;
  z-index: 1;
  overflow-y: scroll;
  transition: .5s;
}
.sidenav_menu.active{
  right: 0;
}
.mlanguage{
  margin: 0 5px 32px;
  padding: 0 !important;
  float: left;
}
.brand{
    margin-bottom:10px;
}
/*
  repsonsive menu
*/

/*=============== End header-area css =====================*/

/*===============5. Start header-bg css =====================*/
.header-bg {
  padding: 147px 0;    
  background: #f9faff;
}
.bg-text h1 {
  font-size: 48px;
  color: #1d2025;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 17px;
}
.bg-text h1 span {
  color: #4776e6;
}
.bg-text p {
  margin-bottom: 35px;
}
.bg-btn {
  color: rgb(71, 118, 230);
  text-transform: uppercase;
  background: transparent;
  padding: 18px 46px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid rgb(229, 229, 229);
  border-radius: 50px;
  margin-right: 30px;
  transition: all .5s;
}
.bg-btn:hover {
  border-color: rgb(71, 118, 230);
  color: #fff;
  background: rgb(71, 118, 230);
}
.active-btn {
  background: rgb(71, 118, 230);
  color: #fff;
  border-color: rgb(71, 118, 230);
  transition: all .5s;
}
.active-btn:hover {
  background: transparent;
  color: rgb(71, 118, 230);
  border-color: rgb(229, 229, 229);
}
/*=============== End header-bg css =====================*/

/*===============6. Satrt header_bg_2 css =====================*/
.header_2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 337;
}
.header_2.sticky{
  position: fixed;
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  top: 0;
}
.nav_2 li a{
  color: #fff!important;
}
.header_bg_2{
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  position: relative;
  padding: 147px 0;    
}
.bg_text_2 h1{
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 17px;
}
.bg_text_2 p {
  color: #fff;
  margin-bottom: 35px;
}
.bg-btn-2 {
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  padding: 18px 46px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid rgb(229, 229, 229);
  border-radius: 50px;
  margin-right: 30px;
  transition: all .5s;
}
.bg-btn-2:hover {
  border-color: #fff;
  color: #4776e6;
  background: #fff;
}
.active-btn-2 {
  background: #fff;
  color: #4776e6;
  border-color: #fff;
  transition: all .5s;
}
.active-btn-2:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.g_bg{
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  transition: all .5s ease-in;
}
.why-box:hover .why-icon.g_bg{
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  transition: all .5s ease-out;
}
.miyami_btn.g_bg{
  background-image: -moz-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(10,207,254) 0%, rgb(73,90,255) 100%);
  transition: all .5s ease-out;
}
/*=============== End header_bg_2 css =====================*/

/*======== home ========= */
#home{
  text-align: center;
}

/*===============7. Start why choose us css =====================*/
.why-box {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  padding: 27px 40px 27px 70px;
  border-radius: 3px;
  position: relative;
  transition: all .5s;
}
.why-box:hover {
  box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.14);
  border-color: #fff;
  transition: all .5s;
}
.why-box:hover .why-icon {
  background: #4776e6;
  transition: all .5s;
}
.why-box:hover .why-icon i {
  color: #fff;
}
.why-icon {
  position: absolute;
  left: -30px;
  top: 38px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  transition: all .5s;
}
.why-icon i {
  font-size: 28px;
}
.color-1 {
  color: #4776e6;
}
.color-2 {
  color: #47e647;
}
.color-3 {
  color: #e74be5;
}
.why-info h4 {
  font-weight: 500;
  margin-bottom: 4px;
}
.why-us h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #F3808F;
}
.why-us p {
  margin-bottom: 25px;
  /* color: rgb(146, 146, 146);*/
  color: #F3808F;
  line-height: 1.688;
  font-family: 'Montserrat', sans-serif;
}
.why-us .miyami-btn {
  margin-top: 5px;
}
.why-us2 h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #36BEBD;
}
.why-us2 p {
  margin-bottom: 25px;
  /* color: rgb(146, 146, 146);*/
  color: #36BEBD;
  line-height: 1.688;
  font-family: 'Montserrat', sans-serif;
}
.why-us2 .miyami-btn2 {
  margin-top: 5px;
}

/*=============== End why choose us css =====================*/

/*===============8. Start About css =====================*/
/*
.about {
  position: relative;
  background: url(../img/about-left.jpg) no-repeat;
  background-size: 100% 100%;
}
*/
.about-left h2 {
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 23px;
  color: #fff;
}
.about-left p {
  color: #fff;
  margin-bottom: 25px;
}
.about-right {
  position: relative;
  overflow: hidden;
}
.about-img{
  position: relative;
  overflow: hidden;
}
.about-img img{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
}
.about-play {
  position: absolute;
  top: 35%;
  left: 43%;
}
.about-play .play-btn {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  color: #4776e6;
  font-size: 24px;
  border-radius: 50%;
  animation: animate 5s linear infinite;
}
@-webkit-keyframes animate {
  0%
  {
    box-shadow: 0 0 15px rgba(0,0,255,.1),0 0 30px rgba(0,0,255,.1),0 0 45px rgba(0,0,255,.1),
              0 0 60px rgba(0,0,255,.1),0 0 75px rgba(0,0,255,.1);
  }

  50% 
  {
    box-shadow: 0 0 25px rgba(0,0,255,.1),0 0 50px rgba(0,0,255,.1),0 0 75px rgba(0,0,255,.1),
              0 0 100px rgba(0,0,255,.1),0 0 105px rgba(0, 0, 255,.1);
  }

  100%
  {
    box-shadow: 0 0 15px rgba(0,0,255,.1),0 0 30px rgba(0,0,255,.1),0 0 45px rgba(0,0,255,.1),
              0 0 60px rgba(0,0,255,.1),0 0 75px rgba(0,0,255,.1);
  }
}
/*=============== End About css =====================*/

/*===============9. Start service css =====================*/
.service {
  background: #f9faff;
}
.margin-add {
  margin-left: 15px;
  margin-right: 15px;
}
.service-box {
  text-align: center;
  background: #f9faff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  transition: all .5s;
}
.service-box:hover {
  box-shadow: 0px 0px 25px 0px rgba(168, 168, 168,0.2);
}
.service-icon img {
  width: 73px !important;
  height: 73px !important;
  text-align: center;
  margin: 28px auto;
}
.service-info h4 {
  margin-bottom: 18px;
}
.service-info p {
  margin-bottom: 25px;
}
.service_slider .owl-dots{
    display: none;
}
.service_slider .owl-prev {
  top: 45%;
  position: absolute;
  left: -7%;
  height: 45px;
  width: 45px;
  background: #fff!important;
  color: #4776e6!important;
  text-align: center;
  line-height: 45px;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #efefef !important;
  transition: all .5s;
}
.service_slider .owl-prev:hover {
  background-color: #4776e6!important;
  border-color: #4776e6;
  color: #fff;
  color: #fff!important;
}
.service_slider .owl-prev i,
.service_slider .owl-next i {
  font-size: 22px;
}
.service_slider .owl-next {
  top: 45%;
  position: absolute;
  right: -7%;
  height: 45px;
  width: 45px;
  background: #fff!important;
  color: #4776e6!important;
  text-align: center;
  line-height: 45px;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #efefef !important;
  transition: all .5s;
}
.service_slider .owl-next:hover {
  background-color: #4776e6!important;
  border-color: #4776e6;
  color: #fff!important;
}
/*=============== End service css =====================*/

/*===============10. Start Case_study css =====================*/
.case_button{
  text-align: center;
  margin-bottom: 50px;
}
.case_button .case-btn{
  padding: 20px 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  margin-right: -4px;
  margin-left: 0;
  text-transform: uppercase;
}
.case_button .case-btn:first-child{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.case_button .case-btn:last-child{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.case-btn:active,
.case-btn.is-checked{
  background: #4776e6!important;
  color: #fff;
  border-color: #4776e6;
}
.single_case {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: rgb(178, 178, 178);
  border: 8px solid rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgb(203, 203, 203);
}
.single_case_img img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.single_case:hover .single_case_img img {
  transform: scale(1.3);
  transition: all .5s;
}
.single_case:hover .case_overlay {
  visibility: visible;
  opacity: 0.549;
  transform: rotate(180deg);
}
.single_case:hover .case_icon {
  top: 40%;
}
.case_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(71, 118, 230);
  opacity: 0;
  visibility: hidden;
  transform: rotate(0deg);
  transition: all .5s;
}
.case_icon {
  position: absolute;
  top: -100%;
  left: 26%;
  transition: all .7s;
}
.case_icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #4776e6;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #4776e6;
  margin-left: 20px;
  transition: all .5s;
}
.case_icon .link:hover {
  background: transparent;
  border-color: #fff;
}
.case_icon .resize_img {
  background: transparent;
  border-color: #fff;
  transition: all .5s;
}
.case_icon .resize_img:hover {
  border-color: #4776e6;
  background: #4776e6;
}
/*=============== End Case_study css =====================*/

/*===============11. Start porject css =====================*/
.project {
  background: #f9faff;
}
.project_text h2 {
  margin-bottom: 25px;
}
.project_text p {
  margin-bottom: 16px;
}
.counte_area .counter_single {
  display: inline-block;
  width: 32.33%;
}
.counte_area .counter_single h2 {
  color: #4776e6;
  margin-bottom: 4px;
}
.counte_area .counter_single h6 {
  font-weight: 500;
}
/*=============== End porject css =====================*/

/*===============12. Start Pricing css =====================*/
.pricing_table {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 40px 0;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(203, 203, 203, 0.31);
}
.pricing_table:hover .top_border_1:before,
.pricing_table:hover .top_border_2:before,
.pricing_table:hover .top_border_3:before {
  visibility: visible;
  transform: scale(1.1);
}
.pricing_table:hover .price_table_btn a {
  color: #fff;
  border-color: rgb(71, 118, 230);
  background: rgb(71, 118, 230);
}
.top_border_1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 5px;
  width: 100%;
  background: rgb(71, 230, 71);
  visibility: hidden;
  transform: scale(0);
  transition: all .5s;
}
.top_border_2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 5px;
  width: 100%;
  background: rgb(71, 118, 230);
  visibility: hidden;
  transform: scale(0);
  transition: all .5s;
}
.top_border_3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 5px;
  width: 100%;
  background: rgb(230, 71, 228);
  visibility: hidden;
  transform: scale(0);
  transition: all .5s;
}
.price_table_icon {
  margin-bottom: 20px;
}
.price_table_icon i {
  font-size: 40px;
  color: #4776e6;
}
.price_table_title h5 {
  text-transform: uppercase;
  margin-bottom: 19px;
}
.price_table_list {
  margin-bottom: 11px;
}
.price_table_list ul li {
  margin-bottom: 4px;
}
.price_table_tag h6 {
  margin-bottom: 16px;
}
.price_table_tag span {
  font-size: 42px;
}
.price_table_btn a {
  display: inline-block;
  padding: 16px 42px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(71, 118, 230);
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  transition: all .5s;
}
.price_table_btn a:hover {
  color: #fff;
  border-color: rgb(71, 118, 230);
  background: rgb(71, 118, 230);
}
/*=============== End Pricing css =====================*/

/*===============13. Start clients css =====================*/
.clients {
  background: #f9faff;
}
.clients-text h2 {
  color: rgb(29, 32, 37);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.client_area {
  position: relative;
  padding: 25px 30px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
}
.client_user {
  margin-bottom: 15px;
}
.clients_slider .owl-nav {
  margin: 0px;
}
.clients_slider .owl-dots {
  margin: 0px;
  display: none;
}
.clients_slider .owl-prev i {
  font-size: 22px;
}
.clients_slider .owl-prev {
  top: 69%;
  position: absolute;
  left: -52%;
  height: 45px;
  width: 45px;
  background: #fff!important;
  color: #4776e6!important;
  text-align: center;
  line-height: 45px;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #efefef !important;
  transition: all .5s;
}
.clients_slider .owl-prev:hover {
  background-color: #4776e6!important;
  border-color: #4776e6;
  color: #fff!important;
}
.clients_slider .owl-next i {
  font-size: 22px;
}
.clients_slider .owl-next {
  top: 69%;
  position: absolute;
  left: -43%;
  height: 45px;
  width: 45px;
  background: #fff!important;
  color: #4776e6!important;
  text-align: center;
  line-height: 45px;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #efefef !important;
  transition: all .5s;
}
.clients_slider .owl-next:hover {
  background-color: #4776e6!important;
  border-color: #4776e6;
  color: #fff!important;
}
.client_star {
  position: absolute;
  right: 30px;
  top: 20px;
}
.client_star ul li {
  display: inline-block;
}
.client_star ul li a {
  margin-left: 7px;
  color: #ffbb38;
  font-size: 12px;
}
/*=============== End clients css =====================*/

/*===============14. Start Team css =====================*/
.team_img{
  position: relative;
  overflow: hidden;
}
.team_img img{
  width: 100%;
  height: 100%;
}
.team_info{
  padding-top: 45px;
}
.team_info h4{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}
.team_social {
  margin-top: -15px;
  text-align: center;
  z-index: 337;
  position: relative;
}
.team_social ul li{
  display: inline-block;
  margin-right: 10px;
}
.team_social ul li a{
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #929292;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all .5s;
}
.team_social ul li a:hover{
  background: #5782e8;
  color: #fff;
}
/*===============End Team css =====================*/

/*===============15. Start Blog css =====================*/
.blog_img img{
  width: 100%;
  height: 100%;
}
.blog_info {
  padding: 25px;
  border: 1px solid #ccc;
  border-top: none;
}
.blog_info .blog_title{
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #1d2025;
  margin-bottom: 15px;
}
.b_admin {
  padding: 8px 30px;
  border: 1px solid #ccc;
  border-top: none;
}
.b_admin span a {
  color: #4776e6;
  font-size: 16px;
}
.b_admin span a i {
  margin-left: 10px;
}
.b_admin span:last-child {
  float: right;
}
/*=============== End Blog css =====================*/

/*===============16. Start contact css =====================*/
.contact {
  background: #f9faff;
}
.miyami_input {
  width: 100%;
  height: 55px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 3px;
  padding-left: 25px;
}
.miyami_textarea {
  width: 100%;
  height: 140px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 3px;
  padding: 21px 25px;
  text-transform: capitalize;
}
.input_group{
  margin-bottom: 30px;
}
.textarea_group {
  margin-bottom: 22px;
}
.contact_form p.form-message{
  margin-bottom: 20px;
}
.contact_form p.success{
  color: #fff;
  background: #6BCA07;
  padding: 10px 20px;
  border-radius: 4px;
}
.contact_form p.error{
  color: #fff;
  background: #f12a00;
  padding: 10px 20px;
  border-radius: 4px;
}
/*=============== End contact css =====================*/
/* =============== Chillout ==========================*/
#chulistado{

}
#chulistado li{
  display: inline-block;
}
#chulistado li img{
  display: block;
  margin: 10px 60px;
}
#chulistado li span{
  color:#36BEBD !important;
}

/*===============17. Start footer-area css =====================*/
.footer_area h3{
  color:#ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.footer_area h4{
  color:#ffffff;
  font-size:13px;
  font-family: 'Roboto', serif;
  line-height: 30px;

}
.footer_area {
  background: #AD8E6F;
  padding: 37px 0;
}
.footer_area a:hover{
  color:#C9FC00 !important;
}
.footer_area p{
  color:#ffffff;
}
.copyright_text p {
  /*color: rgb(255, 255, 255);
*/
  color:#F2EFE8;
  font-size:13px;
}
.copyright_text a{
  font-weight: bold;
  font-style: italic;
}
.footer_link {
  text-align: right;
}
.footer_link ul li {
  display: inline-block;
  margin-left: 30px;
}
.footer_link ul li a {
  color: #fff;
  text-transform: uppercase;
}
.footer_link p{
  margin:10px 0;
}
/*=============== End footer-area css =====================*/

/*===============18. Start #scroll-up css =====================*/
#scroll_up {
  background: #F3808F;
  border-radius: 50%;
  border:1px solid #84C778;
  bottom: 10px;
  color: #84C778;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 337;
}
#scroll_up:hover,
#scroll_up:focus {
  background: #595959;
  color: #84C778;
}
/*=============== End #scroll-up css =====================*/
.sociallinks li:first-child{
  display: inline-block;
  margin: 15px 15px 15px 0 !important;
}
.sociallinks li{
  display: inline-block;
  margin: 15px;
}
.sdescarga{
  display: inline-block;
  margin: 0 10px 0 0;
}
.clientlogos{
  list-style: none;
  text-align: center;
  padding: 18px 0 32px;
}
.clientlogos li:first-child {
  margin-left: 0;
}
.clientlogos li{

  position: relative;
  display: inline-block;
  margin: 0 3px;
}
.clientlogos li a {
  display: block;
  /*padding:15px;*/
  text-align: center;
}
.clientlogos li img {
  display: block;
}
.preline{

  position: relative;
  height: 70px;
  width: 100%;
}
.prelinef{

  position: relative;
  height: 70px;
  width: 100%;
  margin-bottom: 30px;
}
.tline{
  border: 1px solid #D8D8D8;
  width: 100%;
  position: absolute;
  bottom: 34px;
}
.prefooter_line {

  position: absolute;
  width: 165px;
  height: 64px;
  left: 50%;
  margin-left: -84px;
  z-index: 10;
}
.prefooter_linec {
  position: absolute;
  width: 165px;
  height: 64px;
  left: 50%;
  margin-left: -84px;
  z-index: 10;
}
.prefooter_linef {
  position: absolute;

  width: 142px;
  height: 64px;
  left: 50%;
  margin-left: -71px;
  z-index: 10;
}
.copyright{
  font-weight: 300;
  font-size: 12px;
}
/* contacto */
.sectionbgcolored{
  /*background: #FAF8F5;*/
  background: #FFF8E4;
}
#contacto-titulo{
  color:#F3808F;
  font-family: 'Montserrat',sans-serif;
  font-size:42px;
}
#contacto-titulom{
  font-family: 'Roboto',serif;
  font-size:16px;
  color: #F3808F;
}
#contacto-subtitulo{
  color:#F3808F;
  font-family: 'Roboto', serif;
  font-weight: bold;
  font-size:16px;
  margin: 15px 0;
}
.contacto-info{
  color:#F3808F;
  font-size:16px;
  font-weight:300;
}
.contacto-info a{
  color:#F3808F !important;
}
#ubicaciontop{
  margin:65px 0;
  text-align: center;
}
#ubicaciontoptext {
  margin: 120px auto 45px auto;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  color: #F3808F;
line-height: 40px;
}
/* fonts */

/*
Backgrounds sections
 */
.bgceleste{
  background: #C0F2EE;
}
.bgpink{
  background:#FCECEF;
}
.bgyellow{
  background: #FFF8E4;
}
/* hubspot */
/* color placeholder: #CABDAD;*/




.hs-error-msgs li label{
  background: #F3808F;
  color: #fff;
  padding: 7px;
  width: 98%;
  font-size: 11px;
  border-radius: 5px;
  border: 1px solid #F3808F;
}
.hs_submit{
  max-width: 530px !important;
}
textarea.hs-input{
  width: 100% !important;
}
.hs-input{
  border: 1px solid #E3E2E3;
  border-radius: 5px;
  padding: 2px 12px !important;
}
.hs-input::placeholder,select.hs-input::placeholder{
  color: #FFA17E;
}
select.hs-input{
  color:#FFA17E;
}
.hs-input:-ms-input-placeholder,select.hs-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFA17E;
}

.hs-input::-ms-input-placeholder,select.hs-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFA17E;
}
input[type="tel"].hs-input,input[type="email"].hs-input,input[type="text"].hs-input, select.hs-input, textarea.hs-input {
  width: 100% !important;
  display: block;
}

input[type="submit"].hs-button.primary.large,.hs-form-523767b1-545d-4425-ad4f-fb1ec0d1db6a_d9aa41fb-d021-4877-94a4-61dc3b03e7ab .hs-button, .hs-form-523767b1-545d-4425-ad4f-fb1ec0d1db6a_d9aa41fb-d021-4877-94a4-61dc3b03e7ab .hs-button:hover, .hs-form-523767b1-545d-4425-ad4f-fb1ec0d1db6a_d9aa41fb-d021-4877-94a4-61dc3b03e7ab .hs-button:hover:not(.inactive), .hs-form-523767b1-545d-4425-ad4f-fb1ec0d1db6a_d9aa41fb-d021-4877-94a4-61dc3b03e7ab .hs-button:focus, .hs-form-523767b1-545d-4425-ad4f-fb1ec0d1db6a_d9aa41fb-d021-4877-94a4-61dc3b03e7ab .hs-button:active, .hs-form-523767b1-545d-4425-ad4f-fb1ec0d1db6a_d9aa41fb-d021-4877-94a4-61dc3b03e7ab .hs-button:active:not(.inactive):not(.link){
  border: none !important;
  padding: 2px;
  color:#ffffff;
  width:120px;
  margin-top:15px;
  font-family: 'Cormorant Garamond',serif;
  font-size:16px;
  background: #F3808F !important;
}
.hs-form-field ul.inputs-list label.hs-form-booleancheckbox-display input.hs-input{
  float:left;
  margin: 13px 5px;
}
.hs-form-field ul.inputs-list label.hs-form-booleancheckbox-display span{
  float:left;
  margin:5px;
}
/* master plan */
#masterplantop{
  text-align: center;
}
#masterplancontent{
  margin:50px auto;
}
.mpenlistado{
  font-family: 'Cormorant Garamond', serif;
  font-size:20px;
  color:#A36B38;
}
.ulnum{
  font-weight: bold;
  font-family: 'Roboto', serif;
  margin: 0 12px 0 0;
}