html, body {
  height: 100% !important;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
  min-width: 378px;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Poppins', sans-serif;
}

a {
  color: #8eba63;
  text-decoration: none !important;
  transition: .3s;
}

a:hover {
  color: #e2b544;
}

img {
  pointer-events: none;
}

.container-fluid {
  position: relative;
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}
    
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}

::selection {
  color: white;
  background: #8eba63; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: white;
  background: #8eba63; /* Gecko Browsers */
}

strong {
  font-weight: 800;
}

/* Push Footer */

.page-container {
  position: relative;
  min-height: 100%;
}

.push-footer {
  padding-bottom: 407px;
}

@media (max-width: 690px) {
.push-footer {
  padding-bottom: 425px;
}
}

/* Padding */

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* Header */

.myheader {
  /*background: linear-gradient(to bottom, rgba(0,0,0,.2) 40%, rgba(0,0,0,0) 100%);*/
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 10px 30px 0 30px;
  z-index: 900;
  transition: .3s;
}

.myheaderscr {
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  box-shadow: 0 5px 30px rgba(0,0,0,.15);
  z-index: 900;
  transition: .3s;
}

.headlogo {
  background-image: url(https://dasein.com.mx/images/dasein-logo-w.svg);
  background-size: 140px auto;
  background-position: left;
  background-repeat: no-repeat !important;
  width: 140px;
  height: 90px;
  position: absolute;
  top: -10px;
  left: 0;
  transition: .3s;
}

.headlogoscr {
  background-image: url(../images/dasein-logo-c.svg);
  background-size: 140px auto;
  background-position: left;
  background-repeat: no-repeat !important;
  width: 140px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

@media (max-width: 1060px) {
.headlogo, .headlogoscr {
  width: 45px;
}
}

@media (max-width: 992px) {
.headlogo, .headlogoscr {
  width: 140px;
}
}

/* Navbar */

.navbar {
  max-width: 1200px;
  padding: 0;
}

@media (min-width: 1920px) {
.navbar {
  max-width: 60%;
}
}

.myheader .navbar-light .navbar-nav .nav-link {
  color: white;
}

.myheaderscr .navbar-light .navbar-nav .nav-link {
  color: #424242;
}

.myheader .navbar-light .navbar-nav .nav-link span {
  font-size: 28px;
  vertical-align: middle;
  color: #e2b544;
}

.myheaderscr .navbar-light .navbar-nav .nav-link span {
  font-size: 28px;
  vertical-align: middle;
  color: #8eba63;
}

.myheader .navbar-light .navbar-nav .nav-link:hover {
  color: white !important;
}

@media (max-width: 992px) {
.myheader .navbar-light .navbar-nav .nav-link span {
  color: #8eba63;
}
.myheaderscr .navbar-light .navbar-nav .nav-link span {
  color: #8eba63;
}  
.myheader .navbar-light .navbar-nav .nav-link {
  color: #424242;
}
.myheader .navbar-light .navbar-nav .nav-link:hover {
  color: #424242 !important;
}
}

.myheaderscr .navbar-light .navbar-nav .nav-link:hover {
  color: #424242 !important;
}

.navbar-nav>li>a {
  font-size: 13px;
  font-weight: 400;
  padding-top: 22px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  height: 65px;
  transition: .3s;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    /*background-color: rgba(122,203,234,1) !important;*/
    border: 0 2px solid white !important;
}

.navbar-nav {
  background: rgba(73,73,73,0);
  transition: .3s;
}

@media (max-width: 992px) {
.navbar-nav {
  background: white;
  margin-top: 80px;
  padding: 20px 40px;
  box-shadow: 0 5px 30px rgba(0,0,0,.1);
}
}

.nav-link {
    position: relative;
    overflow: hidden;
}

.nav-active-border {
  background-color: #8eba63;
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
  transition: .5s;
}

.myheader .nav-link.active .nav-active-border {
  background-color: #e2b544;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 15px;
  left: 0;
}

@media (max-width: 992px) {
.myheader .nav-link.active .nav-active-border {
  background-color: #8eba63;
}
}

.myheaderscr .nav-link.active .nav-active-border {
  background-color: #8eba63;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.nav-link .nav-prev {
    color: #cb3234;
    font-size: 30px;
    margin-right: 10px;
    vertical-align: -4px;
}


/* Menu button */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px !important;
  height: 30px !important;
  position: relative !important;
  margin: 50px auto !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transition: .5s ease-in-out !important;
  -moz-transition: .5s ease-in-out !important;
  -o-transition: .5s ease-in-out !important;
  transition: .5s ease-in-out !important;
  cursor: pointer !important;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block !important;
  position: absolute !important;
  height: 3px !important;
  width: 100% !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  left: 0 !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transition: .25s ease-in-out !important;
  -moz-transition: .25s ease-in-out !important;
  -o-transition: .25s ease-in-out !important;
  transition: .25s ease-in-out !important;
}

.myheader #nav-icon1 span, .myheader #nav-icon3 span, .myheader #nav-icon4 span  {
  background: white !important;
}

.myheaderscr #nav-icon1 span, .myheaderscr #nav-icon3 span, .myheaderscr #nav-icon4 span  {
  background: #8eba63 !important;
}

#nav-icon3 span:nth-child(1) {
  top: 0px !important;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px !important;
}

#nav-icon3 span:nth-child(4) {
  top: 20px !important;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px !important;
  width: 0% !important;
  left: 50% !important;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px !important;
  width: 0% !important;
  left: 50% !important;
}

/* Secciones */

.graysection {
  background-color: #f0f0f0;
  padding: 0 20px;
}

.whitesection {
  background-color: white;
  padding: 0 20px;
}

.container {
  max-width: 1200px;
}

@media (min-width: 1920px) {
.container {
  max-width: 60%;
}
}

/* Primer bloque */

.bookcover {
  background: #ebebeb;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 900px;
  max-height: 1400px;
  overflow: hidden;
  z-index: 50;
}

/*@media (max-width: 992px) {
.bookcover {
  height: 580px;
  min-height: 580px;
}
}

@media (max-width: 767px) {
.bookcover {
  height: 450px;
  min-height: 450px;
}
}

@media (max-width: 422px) {
.bookcover {
  height: 370px;
  min-height: 370px;
}
}*/

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel, .carousel-inner {
  height: 100%;
}

.carousel-control-prev, .carousel-control-next {
  width: 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
  transition: .3s;
}

.carousel-control-prev-icon:after
{
  content: '<';
  font-size: 45px;
  color: white;
  transition: .3s;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 45px;
  color: white;
  transition: .3s;
}

/*.carousel-indicators {
  left: 30px;
  margin-left: 5%;
  right: auto;
}*/

.carousel-indicators li {
  background: rgba(255, 255, 255, .5);
  height: 4px;
}

.carousel-indicators li.active {
  background: rgba(255, 255, 255, 1);
}

.carousel-indicators li::before {
  
}

.carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-item .caption {
  width: 100%;
  max-width: 1600px;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.carousel-item .caption button {
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 30px;
  background-color: transparent;
  border: 3px solid #8eba63;
  border-radius: 31px;
  outline: none;
  cursor: pointer;
  margin-top: 40px;
  animation-delay: 1s;
  transition: .3s;
}

.carousel-item .caption button:hover {
  background-color: #8eba63;
  border: 3px solid #8eba63;
}

.carousel-item .caption button svg {
  color: #e2b544;
  transition: .3s;
}

.carousel-item .caption button:hover svg {
  color: white;
}

@media (max-width: 767px) {
.carousel-item .caption button {
  font-size: 12px;
  padding: 15px 22px;
  border-radius: 31px;
}
}

.backlogo1 {
  height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 200;
  margin: -270px 0 -130px 0;
  pointer-events: none;
}

.backlogo1 img {
  height: 400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -300px;
  transition: .3s;
}

@media (max-width: 1200px) {
.backlogo1 img {
  height: 250px;
  top: 70%;
  transform: translateY(-70%);
  right: -190px;
}
}

@media (max-width: 512px) {
.backlogo1 img {
  right: -220px;
}
}

.backlogo2 {
  height: 700px;
  position: relative;
  overflow: hidden;
  z-index: 200;
  margin: -350px 0 -350px 0;
  pointer-events: none;
}

.backlogo2 img {
  height: 700px;
  position: absolute;
  top: 113px;
  left: -1050px;
  transition: .3s;
}

@media (max-width: 1200px) {
.backlogo2 img {
  height: 400px;
  top: 267px;
  left: -600px;
}
}

@media (max-width: 992px) {  
.backlogo2 img {
  height: 280px;
  top: 325px;
  left: -420px;
}
}

@media (max-width: 850px) {
.backlogo2 img {
  height: 200px;
  top: 365px;
  left: -300px;
}
}

@media (max-width: 767px) {
.backlogo2 img {
  top: 358px;
}
}

@media (max-width: 584px) {
.backlogo2 img {
  left: -373px;
}
}

.backlogo3 {
  height: 700px;
  position: relative;
  overflow: hidden;
  z-index: 200;
  margin: -350px 0 -350px 0;
  pointer-events: none;
}

.backlogo3 img {
  height: 700px;
  position: absolute;
  top: 113px;
  right: -1050px;
  transition: .3s;
}

@media (max-width: 1200px) {
.backlogo3 img {
  height: 400px;
  top: 267px;
  right: -600px;
}
}

@media (max-width: 992px) {  
.backlogo3 img {
  height: 280px;
  top: 325px;
  right: -420px;
}
}

@media (max-width: 850px) {
.backlogo3 img {
  height: 200px;
  top: 365px;
  right: -300px;
}
}

@media (max-width: 767px) {
.backlogo3 img {
  top: 358px;
}
}

@media (max-width: 584px) {
.backlogo3 img {
  right: -373px;
}
}

.backlogo4 {
  height: 700px;
  position: relative;
  overflow: hidden;
  z-index: 200;
  margin: -350px 0 -350px 0;
  pointer-events: none;
}

.backlogo4 img {
  height: 700px;
  position: absolute;
  top: -40px;
  left: -900px;
  transition: .3s;
}

@media (max-width: 1600px) {
.backlogo4 img {
  left: -65vw;
}
}

/* Secciones */

.graysection {
  background-color: #f0f0f0;
  padding: 0 20px;
}

.whitesection {
  background-color: white;
  padding: 0 20px;
}

.graysection .container, .whitesection .container {
  max-width: 1200px;
}

@media (max-width: 767px) {

.graysection h1, .whitesection h1 {
  font-size: 28px;
}

.graysection p, .whitesection p {
  font-size: 13px;
}

}

.sectionspan {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7px 15px 15px 15px;
  margin-right: 10px;
}

@media (max-width: 992px) {
.sectionspan {
  padding: 6px 13px 10px 13px;
  margin-right: 8px;
}
}

@media (max-width: 767px) {
.sectionspan {
  padding: 5px 10px 10px 10px;
  margin-right: 6px;
}
}

.tittleborder {
  width: 100%;
  height: 5px;
  max-width: 150px;
  margin: 0 0 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: .3s;
}

.tittleborder div {
  background-color: #e2b544;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  transition: .3s;
}

@media (max-width: 992px) {
.tittleborder {
  height: 4px;
  max-width: 100px;
}
}

@media (max-width: 767px) {
.tittleborder {
  margin: 0 auto 40px auto;
}
}

/* Dasein */

.sectionaboutds {
  background-color: white;
  padding: 0;
}

.sectionaboutds .colorback {
  background-image: url(https://dasein.com.mx/images/dasein-texture.svg);
  background-size: 1500px auto;
  background-position: left;
  background-color: rgba(139, 188, 98, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -65%;
  transform: scale(1.3,1.3);
  border-radius: 30px;
}

.sectionaboutds .imgback {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  border-radius: 30px;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  filter: drop-shadow(30px 30px 50px rgba(0,0,0,.4));
  transition: .3s;
}

.sectionaboutds .container {
  width: 100%;
  padding: 120px 30px;
}

@media (max-width: 767px) {
.sectionaboutds .colorback {
  background-size: 1000px auto;
  border-radius: 20px;
} 
.sectionaboutds .imgback {
  width: 70%;
  height: 250px;
  border-radius: 20px;
  filter: drop-shadow(20px 20px 30px rgba(0,0,0,.4));
} 
.sectionaboutds .container {
  padding: 100px 30px 100px 30px;
}
}

.sectionaboutds .textcont {
  padding: 0 60px 0 0;
}  

.sectionaboutds h1 {
  color: #8eba63;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
  transition: .3s;
}

.sectionaboutds p {
  color: #424242;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .3px
}

.sectionaboutds strong {
  color: #616161;
  font-weight: 700;
}

.sectionaboutds button {
  color: #424242;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 30px;
  background-color: transparent;
  border: 3px solid #8eba63;
  border-radius: 31px;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  animation-delay: 1s;
  transition: .3s;
}

.sectionaboutds button:hover {
  color: white;
  background-color: #8eba63;
  border: 3px solid #8eba63;
}

.carousel-item .caption button svg {
  color: #e2b544;
  transition: .3s;
}

.carousel-item .caption button:hover svg {
  color: white;
}

@media (max-width: 992px) {  
.sectionaboutds h1 {
  font-size: 32px;
}
.sectionaboutds p {
  font-size: 11px;
}
.sectionaboutds button {
  font-size: 11px;
  padding: 15px 22px;
  border-radius: 31px;
}
}

@media (max-width: 767px) {
.sectionaboutds .textcont {
  padding: 0 20px 70px 20px;
}    
.sectionaboutds h1 {
  text-align: center;
}
.sectionaboutds p {
  text-align: center;
}
}

/* Acerca de mi */

.sectionaboutme {
  background-color: rgba(226, 181, 68, .06);
  padding: 0;
}

.sectionaboutme .colorback {
  background-image: url(https://dasein.com.mx/images/dasein-texture-2);
  background-size: 1500px auto;
  background-position: left;
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40%;
  transform: scale(1.3,1.3);
  border-radius: 30px;
  filter: drop-shadow(-30px 30px 50px rgba(0,0,0,.2));
}

.sectionaboutme .imgback {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  border-radius: 30px;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  filter: drop-shadow(-30px 30px 50px rgba(0,0,0,.4));
  transition: .3s;
}

.sectionaboutme .container {
  width: 100%;
  padding: 150px 30px;
}

@media (max-width: 767px) {
.sectionaboutme .colorback {
  border-radius: 20px;
} 
.sectionaboutme .imgback {
  width: 70%;
  height: 250px;
  border-radius: 20px;
  filter: drop-shadow(-20px 20px 30px rgba(0,0,0,.4));
} 
.sectionaboutme .container {
  padding: 100px 30px 100px 30px;
}
}

.sectionaboutme .textcont {
  padding: 0 0 0 60px;
}  

.sectionaboutme h1 {
  color: #8eba63;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
  transition: .3s;
}

.sectionaboutme p {
  color: #424242;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .3px
}

.sectionaboutme strong {
  color: #616161;
  font-weight: 700;
}

.sectionaboutme button {
  color: #424242;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 30px;
  background-color: transparent;
  border: 3px solid #8eba63;
  border-radius: 31px;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  animation-delay: 1s;
  transition: .3s;
}

.sectionaboutme button:hover {
  color: white;
  background-color: #8eba63;
  border: 3px solid #8eba63;
}

@media (max-width: 992px) {  
.sectionaboutme h1 {
  font-size: 32px;
}
.sectionaboutme p {
  font-size: 11px;
}
.sectionaboutme button {
  font-size: 11px;
  padding: 8px 15px;
  border-radius: 31px;
}
}

@media (max-width: 767px) {
.sectionaboutme .textcont {
  padding: 0 20px 70px 20px;
}    
.sectionaboutme h1 {
  text-align: center;
}
.sectionaboutme p {
  text-align: center;
}
}

/* Contactame */

.sectioncontact {
  background-image: url(https://dasein.com.mx/images/support-back.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #42543b;
  padding: 0;
}

.sectioncontact .container {
  width: 100%;
  max-width: 900px;
  padding: 120px 30px;
}

@media (max-width: 767px) {
.sectioncontact {
  background-attachment: scroll;
}
.sectioncontact .container {
  padding: 100px 50px 100px 50px;
}
}

.sectioncontact h1 {
  color: #8eba63;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
  transition: .3s;
}

.sectioncontact .tittleborder {
  margin: 0 auto 40px auto;
}

.sectioncontact p {
  color: white;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .3px;
  text-align: center;
}

.sectioncontact strong {
  font-weight: 700;
}

.sectioncontact button {
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 30px;
  background-color: transparent;
  border: 3px solid #8eba63;
  border-radius: 31px;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  animation-delay: 1s;
  transition: .3s;
}

.sectioncontact button:hover {
  color: white;
  background-color: #8eba63;
  border: 3px solid #8eba63;
}

@media (max-width: 992px) {  
.sectioncontact h1 {
  font-size: 32px;
}
.sectioncontact p {
  font-size: 11px;
}
.sectioncontact button {
  font-size: 11px;
  padding: 15px 22px;
  border-radius: 31px;
}
}

@media (max-width: 767px) { 
.sectioncontact h1 {
}
.sectioncontact p {
}
}

/* Especialidades */

.sectionspecs {
  background-color: white;
  padding: 0;
}

.sectionspecs .container {
  width: 100%;
  padding: 120px 30px;
}

@media (max-width: 767px) {
.sectionspecs .container {
  padding: 100px 30px 100px 30px;
}
}

.sectionspecs h1 {
  color: #8eba63;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
  transition: .3s;
}

.sectionspecs .tittleborder {
  margin: 0 auto 40px auto;
}

.sectionspecs p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .3px
}

.sectionspecs strong {
  color: #616161;
  font-weight: 700;
}

.sectionspecs button {
  color: #424242;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 30px;
  background-color: transparent;
  border: 3px solid #8eba63;
  border-radius: 31px;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  animation-delay: 1s;
  transition: .3s;
}

.sectionspecs button:hover {
  color: white;
  background-color: #8eba63;
  border: 3px solid #8eba63;
}

@media (max-width: 992px) {  
.sectionspecs h1 {
  font-size: 32px;
}
.sectionspecs p {
  font-size: 11px;
}
.sectionspecs button {
  font-size: 11px;
  padding: 8px 15px;
  border-radius: 31px;
}
}

@media (max-width: 767px) {   
.sectionspecs h1 {
  text-align: center;
}
.sectionspecs p {
  text-align: center;
}
}

.sectionspecs .sgrid {
  background-color: #fffdfa;
  height: 100%;
  padding: 0px 40px 40px 40px;
  border-radius: 20px;
  filter: drop-shadow(0px 20px 20px rgba(0,0,0,.08));
  transition: .3s;
}

.sectionspecs .sgrid:hover {
  background-color: white;
  filter: drop-shadow(0px 20px 20px rgba(0,0,0,.15));
}

.sectionspecs .sicon{
  width: 100%;
  height: 160px;
  position: relative;
}

.sectionspecs .sgrid .sicon img {
  width: 65px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-55%);
  transition: .3s;
}

.sectionspecs .sgrid:hover .sicon img {
  top: 45%;
  left: 50%;
  transform: translate(-50%,-45%);
}

.sectionspecs .sgrid h2 {
  color: #8eba63;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  transition: .3s;
}

.sectionspecs .sgrid p {
  color: #424242;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  transition: .3s;
}

.sectionspecs .sgrid p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {   
.sectionspecs .sgrid h2 {
  font-size: 15px;
}
.sectionspecs .sgrid p {
  font-size: 11px;
}
}

/* Terapias */

.sectionpricing {
  background-image: url(https://dasein.com.mx/images/online-back.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #42543b;
  padding: 0;
}

.sectionpricing .container {
  width: 100%;
  max-width: 900px;
  padding: 120px 30px;
}

@media (max-width: 767px) {
.sectionpricing .container {
  padding: 100px 30px 100px 30px;
}
}

.sectionpricing h1 {
  color: #8eba63;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
  transition: .3s;
}

.sectionpricing .tittleborder {
  margin: 0 auto 40px auto;
}

.sectionpricing p {
  color: white;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .3px;
  text-align: center;
  margin-bottom: 40px;
}

.sectionpricing strong {
  font-weight: 700;
}

.sectionpricing button {
  color: #424242;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 30px;
  background-color: transparent;
  border: 3px solid #8eba63;
  border-radius: 31px;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  animation-delay: 1s;
  transition: .3s;
}

.sectionpricing button:hover {
  color: white;
  background-color: #8eba63;
  border: 3px solid #8eba63;
}

@media (max-width: 992px) {  
.sectionpricing h1 {
  font-size: 32px;
}
.sectionpricing p {
  font-size: 13px;
}
.sectionpricing button {
  font-size: 11px;
  padding: 8px 15px;
  border-radius: 31px;
}
}

@media (max-width: 767px) {   
.sectionpricing h1 {
  text-align: center;
}
.sectionpricing p {
  text-align: center;
}
}

.sectionpricing .sgrid {
  height: 100%;
  padding: 50px 40px;
  border-radius: 20px;
  filter: drop-shadow(0px 20px 20px rgba(0,0,0,.08));
  transform: scale(1,1);
  transition: .3s;
}

.sectionpricing .select1 {
  background-color: rgba(81, 131, 53, .5);
}

.sectionpricing .select2 {
  background-color: rgba(255, 255, 255, 1);
}

.sectionpricing .sgrid:hover {
  filter: drop-shadow(0px 20px 20px rgba(0,0,0,.15));
  transform: scale(1.1,1.1);
}

.sectionpricing .sicon{
  width: 100%;
  height: 160px;
  position: relative;
}

.sectionpricing .sgrid h2 {
  color: #8eba63;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin: 0px 0px 20px 0px;
  transition: .3s;
}

.sectionpricing .sgrid h3 {
  color: #e2b544;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  margin: 0px 0px 30px 0px;
  transition: .3s;
}

.sectionpricing .sgrid dl {
  margin: 0;
}

.sectionpricing .sgrid dt {
  color: #424242;
  font-size: 13px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
  transition: .3s;
}

.sectionpricing .sgrid dt:last-child {
  margin-bottom: 0;
}

.sectionpricing .select1 dt {
  color: white;
  font-weight: 300;
}

.sectionpricing .select2 dt {
  color: #424242;
  font-weight: 400;
}

.sectionpricing .sgrid p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {   
.sectionpricing .sgrid h2 {
  font-size: 19px;
}
.sectionpricing .sgrid h3 {
  font-size: 29px;
}
.sectionpricing .sgrid dt {
  font-size: 11px;
}
}

/* Blog */

.sectionblog {
  background-color: white;
  padding: 0;
}

.sectionblog .container {
  width: 100%;
  /* Activar mas de 1 item*/
  max-width: 1400px;
  
  /*max-width: 800px; */
  padding: 120px 30px 80px 30px;
}

/* Activar mas de 1 item
@media (min-width: 1920px) {
.sectionblog .container {
  max-width: 70%;
}
}
*/

@media (max-width: 767px) {
.sectionblog .container {
  padding: 100px 30px 80px 30px;
}
}

.sectionblog h1 {
  color: #8eba63;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
  transition: .3s;
}

.sectionblog .tittleborder {
  margin: 0 auto 40px auto;
}

.sectionblog p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .3px
}

.sectionblog strong {
  color: #616161;
  font-weight: 700;
}

.sectionblog button {
  color: #424242;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 30px;
  background-color: transparent;
  border: 3px solid #8eba63;
  border-radius: 31px;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  animation-delay: 1s;
  transition: .3s;
}

.sectionblog button:hover {
  color: white;
  background-color: #8eba63;
  border: 3px solid #8eba63;
}

@media (max-width: 992px) {  
.sectionblog h1 {
  font-size: 32px;
}
.sectionblog p {
  font-size: 11px;
}
.sectionblog button {
  font-size: 11px;
  padding: 8px 15px;
  border-radius: 31px;
}
}

@media (max-width: 767px) {   
.sectionblog h1 {
  text-align: center;
}
.sectionblog p {
  text-align: center;
}
}

.sectionblog .sgrid {
  background-color: #fffdfa;
  height: 100%;
  border-radius: 20px;
  filter: drop-shadow(0px 20px 20px rgba(0,0,0,.08));
  transition: .3s;
}

.sectionblog .sgrid:hover {
  background-color: white;
  filter: drop-shadow(0px 20px 20px rgba(0,0,0,.15));
}

.sectionblog .simage {
  width: 100%;
  height: 225px;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  z-index: 0;
}

.sectionblog .sgrid .simage .sgradient {
  background: rgb(70,90,59);
  background: linear-gradient(0deg, rgba(78,90,59,1) 10%, rgba(226,181,68,.3) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .8;
  z-index: 0;
  transition: .5s;
}

.sectionblog .sgrid:hover .simage .sgradient {
  opacity: .3;
}


.sectionblog .sgrid .simage .simg {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1,1);
  z-index: -1;
  transition: .5s;
}

.sectionblog .sgrid:hover .simage .simg {
  transform: translate(-50%,-50%) scale(1.1,1.1);
}

.sectionblog .sdesc {
  width: 100%;
  padding: 40px 40px 75px 40px
}

.sectionblog .sgrid .sdesc h2 {
  color: #8eba63;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  max-width: 300px;
  display: block;
  margin: 0 0 20px 0;
  transition: .3s;
}

.sectionblog .sgrid .sdesc h5 {
  color: #424242;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  margin: 0 0 30px 0;
  transition: .3s;
}

.sectionblog .sgrid .sdesc h5 span {
  color: #e2b544;
  font-weight: 500;
}

.sectionblog .sgrid .sdesc p {
  color: #424242;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  transition: .3s;
}

.sectionblog .sgrid .slink {
  color: #8eba63;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  position: absolute;
  bottom: 40px;
  left: 40px;
  transition: .3s;
}

.sectionblog .sgrid:hover .sdesc a {
  color: #e2b544;
}

@media (max-width: 992px) {   
.sectionblog .sgrid .sdesc h2 {
  font-size: 19px;
}
.sectionblog .sgrid .sdesc h5 {
  font-size: 11px;
}
.sectionblog .sgrid .sdesc p {
  font-size: 11px;
}
.sectionblog .sgrid .slink {
  font-size: 12px;
  left: 25px;
}
}

@media (max-width: 768px) {   
.sectionblog .sdesc {
  padding: 40px 25px 75px 25px
}
}

/* Owl Carousel */

.owl-carousel {
    margin-top: -40px;
}

.owl-carousel div {
    width: 100%;
    margin-bottom: -5px;
}

.owl-carousel .carousel-gradient {
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.owl-stage-outer {
    margin: 0 auto;
    padding: 20px 0;
}

.owl-stage {
    display: flex;
    position: absolute;
    max-width: 200px;
    padding: 40px 0;
}



.owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-nav {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 98%);
    width: 101% !important;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.owl-prev {
    color: #e2b544 !important;
    font-size: 23px !important;
    background-color: white !important;
    border: 3px solid #8eba63 !important;
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    left: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    outline: none !important;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0);
    margin: 0 !important;
    pointer-events: auto;
    transition: .3s;
}

.owl-next {
    color: #e2b544 !important;
    font-size: 23px !important;
    background-color: white !important;
    border: 3px solid #8eba63 !important;
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    outline: none !important;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0);
    margin: 0 !important;
    pointer-events: auto;
    transition: .3s;
}

.owl-prev:hover, .owl-next:hover {
    color: white !important;
    background-color: #8eba63 !important;
    box-shadow: 0 15px 20px rgba(0,0,0,.1);
}

@media (max-width: 1222px) {
.owl-prev {
    left: -3px !important;
}

.owl-next {
    right: -3px !important;
}
}

@media (max-width: 767px) {
.owl-prev {
    font-size: 18px !important;
    left: 0px;
    width: 40px !important;
    height: 40px !important;
}

.owl-next {
    font-size: 18px !important;
    right: 0px;
    width: 40px !important;
    height: 40px !important;
}
}

/* Botones laterales */

.to-top-btn, .to-top-btn-scr {
  color: #e2b544;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: 3px solid #8eba63 !important;
  width: 60px;
  height: 60px;
  position: fixed;
  margin: auto;
  top: 80%;
  transform: translateY(-80%);
  border-radius: 50%;
  outline: none !important;
  z-index: 900;
  border: none;
  box-shadow: 0 0 20px rgba(0,0,0,0);
  transition: .3s;
}

.to-top-btn:hover, .to-top-btn-scr:hover {
  color: white;
  background-color: #8eba63;
  border: 3px solid #8eba63 !important;
  box-shadow: 0 15px 20px rgba(0,0,0,.1);
}

.to-top-btn svg, .to-top-btn-scr svg  {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.to-top-btn {
  right: -60px;
}

.to-top-btn-scr {
  right: 10px;
}

@media (max-width: 767px) {

.to-top-btn, .to-top-btn-scr {
  width: 40px !important;
  height: 40px !important;
}

.to-top-btn svg, .to-top-btn-scr svg {
  font-size: 17px !important;
}
}

/* Formulario */

.sectionform {
  background-image: url(https://dasein.com.mx/images/form-back.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #42543b;
  padding: 130px 30px;
}

.sectionform .container {
  background-color: white;
  width: 100%;
  max-width: 700px !important;
  padding: 80px 50px;
  border-radius: 30px;
  filter: drop-shadow(0px 30px 50px rgba(0,0,0,.4));
}

@media (min-width: 1920px) {
.sectionform .container {
  max-width: 70%;
}
}

@media (max-width: 767px) {
.sectionform .container {
  padding: 60px 25px;
}
}

.sectionform h1 {
  color: #8eba63;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
  transition: .3s;
}

.sectionform .tittleborder {
  margin: 0 auto 40px auto;
}

.sectionform p {
  color: #424242;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  max-width: 500px;
  display: block;
  margin: 20px auto 20px auto;
  letter-spacing: .3px
}

.sectionform strong {
  color: #616161;
  font-weight: 700;
}

.sectionform form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0 auto;
}

.sectionform .forminput {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.sectionform .forminput label {
  color: #424242;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 18px;
  left: 17px;
}

.sectionform .forminput input, .sectionform .forminput textarea {
  color: #424242;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  padding: 40px 15px 15px 15px;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  transition: .3s;
}

.sectionform .forminput input:hover, .sectionform .forminput textarea:hover,
.sectionform .forminput input:focus, .sectionform .forminput textarea:focus {
  border: 2px solid #e2b544;
}

.sectionform .forminput textarea {
  min-height: 120px;
}

.sectionform button {
  color: #424242;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 30px;
  background-color: transparent;
  border: 3px solid #8eba63;
  border-radius: 31px;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  animation-delay: 1s;
  transition: .3s;
}

.sectionform button:hover {
  color: white;
  background-color: #8eba63;
  border: 3px solid #8eba63;
}

@media (max-width: 992px) {  
.sectionform h1 {
  font-size: 32px;
}
.sectionform p {
  font-size: 11px;
}
.sectionform .forminput label {
  font-size: 10px;
}
.sectionform .forminput input, .sectionform .forminput textarea {
  font-size: 11px;
}
.sectionform button {
  font-size: 11px;
  padding: 15px 22px;
  border-radius: 31px;
}
}

@media (max-width: 767px) {   
.sectionform h1 {
  text-align: center;
}
.sectionform p {
  text-align: center;
}
}



/* Footer */

.myfooter {
  background-color: white;
  padding: 70px 20px 70px 20px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0,0,0,.15);
  z-index: 99;
}

.myfooter table {
  margin: 0 auto;
}

.myfooter table td {
  padding: 20px;
}

.myfooter img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 0 0 -6px;
  transition: .3s;
}

@media (max-width: 767px) {

.myfooter img {
  max-width: 180px;
}
}

.myfooter .container {
  max-width: 1200px;
}

.myfooter .sections span {
  color: #cb3234;
  font-size: 14px;
  letter-spacing: 10px;
  font-weight: 800;
}

.myfooter p {
  color: #424242;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  transition: .3s;
}

.myfooter a {
  color: #8eba63;
  font-weight: 500;
  transition: .3s;
}

.myfooter a:hover {
  color: #e2b544;
}

.myfooter span {
  font-size: 30px;
  vertical-align: middle;
}


.myfooter .social-link {
  font-size: 32px;
  color: #8eba63;
  vertical-align: middle;
}

@media (max-width: 767px) {

.myfooter p {
  font-size: 11px;
}

.myfooter .social-link {
  font-size: 27px;
}

}

/* //////////////////////////////////// Pagina blog //////////////////////////////////// */

/* Head */

.sectionbloghead {
  background-color: #42543b;
  padding: 0;
  height: 400px;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionbloghead {
  height: 300px;
}
}

.sectionbloghead div {
  background-color: #42543b;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 130%;
  height: 130%;
  position: absolute;
  top: -15%;
  left: -15%;
  filter: blur(8px);
}

.sectionbloghead .imggradient {
  background: linear-gradient(to bottom, rgba(77,93,68,1) 20%, rgba(226,181,68,.4) 100%);
}

/* Contenedor */

.sectionblogcont {
  background-color: white;
  padding: 0;
  overflow: visible;
}

.sectionblogcont .container {
  width: 100%;
  padding: 30px 30px 120px 30px;
}

@media (max-width: 992px) {
.sectionblogcont {
  padding: 0 40px;
}
.sectionblogcont .container {
  padding: 0px 0px 100px 0px;
}
}

@media (max-width: 767px) {
.sectionblogcont {
  padding: 0 30px;
}
}

/* Artículo */

.sectionblogcont article {
  background-color: white;
  border-radius: 30px;
  filter: drop-shadow(0px 30px 30px rgba(0,0,0,.12));
  margin-top: -250px;
}

.sectionblogcont .postimg {
  background-color: #42543b;
  border-radius: 30px 30px 0 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;
}

.sectionblogcont .postcontainer {
  padding: 80px 60px 80px 60px;
}

@media (max-width: 992px) { 
.sectionblogcont article {
  filter: drop-shadow(0px 30px 30px rgba(0,0,0,0));
  margin-top: 0;
}
.sectionblogcont .postimg {
  border-radius: 20px;
  height: 250px;
  position: block;
  margin: -150px auto 0 auto;
  filter: drop-shadow(0px 20px 20px rgba(0,0,0,.2));
}
.sectionblogcont .postcontainer {
  padding: 60px 0px 35px 0px;
}
}

.sectionblogcont .postcontainer h1 {
  color: #8eba63;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  max-width: 80%;
  margin: 0 0 35px 0;
  transition: .3s;
}

.sectionblogcont .postcontainer h5 {
  color: #424242;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin: 0 0 50px 0;
  transition: .3s;
}

.sectionblogcont .postcontainer h5 span {
  color: #e2b544;
  font-weight: 500;
}

@media (max-width: 992px) {  
.sectionblogcont .postcontainer h1 {
  font-size: 35px;
  max-width: 600px;
}
.sectionblogcont .postcontainer h5 {
  font-size: 12px;
}
}

.sectionblogcont .postcontainer .postcontent img {
  width: 100% !important;
  height: auto !important;
  border-radius: 20px !important;
  margin: 40px 0 !important;
  transition: .3s;
}

.sectionblogcont .postcontainer .postcontent h1,
.sectionblogcont .postcontainer .postcontent h2,
.sectionblogcont .postcontainer .postcontent h3,
.sectionblogcont .postcontainer .postcontent h4,
.sectionblogcont .postcontainer .postcontent h5,
.sectionblogcont .postcontainer .postcontent h6,
.sectionblogcont .postcontainer .postcontent p {
  color: #424242 !important;
  margin: 20px 0 !important;
}

.sectionblogcont .postcontainer .postcontent em {
  color: #424242 !important;
}

.sectionblogcont .postcontainer .postcontent p {
  letter-spacing: .3px !important;
}

.sectionblogcont .postcontainer .postcontent a {
  font-weight: 500 !important;
  margin: 20px 0 !important;
}

.sectionblogcont .postcontainer .postcontent strong {
  font-weight: 600 !important;
}

/* Entradas */

.sectionblogcont section {
  background-color: white;
  border-radius: 30px;
  padding: 40px 0 30px 0;
  filter: drop-shadow(0px 30px 30px rgba(0,0,0,.12));
  margin-top: -250px;
  position: sticky;
  top: 105px;
}

.sectionblogcont section .postentries {
  overflow-y: scroll;
  max-height: 400px;
  padding: 0 30px;
}

@media (max-width: 992px) { 
.sectionblogcont section {
  border-radius: 20px;
  padding: 40px 0 15px 0;
  filter: drop-shadow(0px 30px 30px rgba(0,0,0,.12));
  margin-top: 0;
}
.sectionblogcont section .postentries {
  max-height: none;
}
}

.sectionblogcont .postentry {
  padding: 0 0 0 80px;
  margin: 0 0 30px 0;
  position: relative;
}

.sectionblogcont .postentry .postthumbnail {
  background-color: #42543b;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  width: 63px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sectionblogcont section h3 {
  color: #424242;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 40px 30px;
  transition: .3s;
}

.sectionblogcont .postentry h4 {
  color: #8eba63;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 10px 0;
  transition: .3s;
}

.sectionblogcont .postentry h5 {
  color: #424242;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  margin: 0 0 0 0;
  transition: .3s;
}

.sectionblogcont .postentry h5 span {
  color: #e2b544;
  font-weight: 500;
}

@media (max-width: 992px) {  
.sectionblogcont section h3 {
  font-size: 14px;
  margin: 0 0 30px 30px;
}
.sectionblogcont .postentry h4 {
  font-size: 16px;
}
.sectionblogcont .postentry h5 {
  font-size: 11px;
}
}

/* //////////////////////////////////// Pagina aviso de privacidad //////////////////////////////////// */

/* Head */

.sectionprivhead {
  background-color: #42543b;
  padding: 0;
  height: 400px;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionprivhead {
  height: 140px;
}
}

.sectionprivhead div {
  background-color: #42543b;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 130%;
  height: 130%;
  position: absolute;
  top: -15%;
  left: -15%;
  filter: blur(8px);
}

.sectionprivhead .imggradient {
  background: linear-gradient(to bottom, rgba(77,93,68,1) 20%, rgba(226,181,68,.4) 100%);
}

/* Contenedor */

.sectionprivcont {
  background-color: white;
  padding: 0;
  overflow: visible;
}

.sectionprivcont .container {
  width: 100%;
  padding: 30px 30px 120px 30px;
}

@media (max-width: 992px) {
.sectionprivcont {
  padding: 0 40px;
}
.sectionprivcont .container {
  padding: 0px 0px 50px 0px;
}
}

@media (max-width: 767px) {
.sectionprivcont {
  padding: 0 30px;
}
}

/* Artículo */

.sectionprivcont article {
  background-color: white;
  border-radius: 30px;
  filter: drop-shadow(0px 30px 30px rgba(0,0,0,.12));
  margin-top: -250px;
}

.sectionprivcont .privcontainer {
  padding: 80px 60px 80px 60px;
}

@media (max-width: 992px) { 
.sectionprivcont article {
  filter: drop-shadow(0px 30px 30px rgba(0,0,0,0));
  margin-top: 0;
}
.sectionprivcont .privcontainer {
  padding: 60px 0px 0px 0px;
}
}

.sectionprivcont .privcontainer h1 {
  color: #8eba63;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  max-width: 80%;
  margin: 0 0 35px 0;
  transition: .3s;
}

.sectionprivcont .privcontainer h2 {
  color: #e2b544;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin: 30px 0 30px 0;
  transition: .3s;
}

.sectionprivcont .privcontainer a {
  font-weight: 500;
}

.sectionprivcont .privcontainer p, .sectionprivcont .privcontainer li {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .3px
}

.sectionprivcont .privcontainer ul {
  list-style: none;
}

.sectionprivcont .privcontainer li::before {
  content: "● ";
  color: #8eba63;
}

.sectionprivcont .privcontainer strong {
  color: #616161;
  font-weight: 700;
}

@media (max-width: 992px) {  
.sectionprivcont .privcontainer h1 {
  font-size: 35px;
  max-width: 600px;
}
.sectionprivcont .privcontainer h2 {
  font-size: 17px;
}
.sectionprivcont .privcontainer p, .sectionprivcont .privcontainer li {
  font-size: 11px;
}
}