/*
Theme Name: sonmexico
Text Domain: html5blank
Version: 0.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: theme para Son México
Tags: nada, por, ahora
Author: julio perez
Author URI: https://aainmotion,com/
Theme URI: https://sonmexico.com
License: private

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

:root, [data-bs-theme=light] {
    --bs-blue: #2D91C5;
}
/* color: #2D91C5; */
html, body{
    max-width: 100%;
    overflow-x: hidden;
}
/*body {
  background-color: #ffffff;
  color: #4e4e4e;  
}*/
body.home {
  background-color: #f2f2f2; /*#f3f3f1;*/
  color: #4e4e4e;  
}
body {
  background-color: #f8f9fa; /*#f3f3f1;*/
}

#home.curve{ 
    -webkit-clip-path: ellipse(85% 99% at 50% 0);
    clip-path: ellipse(85% 99% at 50% 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4e4e4f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 3rem;*/
    font-weight: 200;
    /*text-transform: uppercase;*/
    line-height: 1.2;
    margin-bottom: .5rem;
	/*text-align:center;*/
}
#events h2{
  font-size: 2rem;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: .5rem;
	text-align:left;
}
body.home main{
  margin-top: 0
}
body main{
  margin-top: 100px
}
.sidebar .h3, h3 {
    font-size: 1.75rem;
    text-align: inherit;
}
/*
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
    content: '';
  width: 40px;
    height: 5px;
    background-color: #2D91C5;
    margin: 0 auto;
    position: absolute;
}
*/

a {
  color: #2D91C5;/*#1e1e1e;*/
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #2D91C5;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}


.comments a {
    color: #2D91C5;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}
.comments a:hover {
    color: #0062d3;
}
#logo, #logo-color{
    max-height: 50px;
}
.p-r {
  position: relative;
}

.color-a, .text-primary {
  color: #2D91C5 !important;
}
.text-secondary {
  color: #4e4e4f !important;
}
.text-tertiary {
  color: #19b8ed !important;
}
.text-justify {
    text-align: justify;
}
.color-d {
  color: #f3f3f1;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}
aside.sidebar{
    background-color: #dcdcdc; /*#f2f2f2;*/
    padding: 4rem 0;
}
.bg-image {
  /*background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;*/
    position: relative;
background-repeat: no-repeat;
background-position: top center;background-size: cover;
}
bg-pattern{
  background-repeat:repeat;
background-position: center center;
}
.overlay-mf {
  background-color: #2D91C5;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}
.bg-1{
   background-image: url(./img/gradient_squares.png);
    background-repeat: repeat;
}

#motion-text{
    background-color: #024e82;
    color: #fff;
}

.paralax-mf, .logo-section {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.sect-4 {
  padding: 4rem 0;
}
/*.navbar-trans #logo {
    display: none;
}*/
.sect-pt4 {
  padding-top: 4rem;
}
body.single .sect-pt4 {
  padding-top: 6rem;
}

.sect-mt4 {
  margin-top: 0rem;
}

.sect-mt4 ~ .sect-mt4, .sect-mt4:nth-child(2) {
  margin-top: 0rem;
}

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: 200;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #2D91C5;
  margin: 0 auto;
}

.title-box-2 {
  margin-bottom: 3rem;
}
.comment-reply-title{
    margin-bottom: 2rem;
}
.title-left, .title-center, .comment-reply-title {
  font-size: 2rem;
  position: relative;
}

.title-left:before, .comment-reply-title:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #2D91C5;
  width: 100px;
  bottom: -12px;
}
.title-center:before {
  content: '';
}
.solutions-list{
    
}
.solution-title{
    color: #2D91C5;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
}
ul.solutions-list{
  margin: 0;
    padding: 0;
    text-align: center;
}
ul.solutions-list li{
  list-style: none;
}

ul.solutions-list li img{
  display: block;
    margin: 0 auto;
}
ul.values-list{
    list-style: none;
}
ul.values-list li{
    font-size: 1.1rem;
    border-bottom: solid 1px #c4c4c4;
    font-weight: 200;
    padding: 0.3rem;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
ul.values-list li:hover{
    background-color: #e5e5e5;
    padding-left: 2rem;
    font-weight: 400;
}
.box-pl2 {
  padding-left: 2rem;
}
#solutions{
    padding: 3rem 0;
}
.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.socials {
  padding: 1.5rem 0;
}
ul.socials{
    list-style: none;
}
ul.socials i{
    font-size: 2rem;
}
ul.socials li a{
    display: flex;
    justify-content: center;
}
.socials ul li {
  display: inline-block;
    text-align: center;
    background-color: #f2f2f2;
}
footer a.footer-w-link{
  text-decoration: none;
  color: white;
}
.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  /*margin: 0 15px 0 0;*/
  box-shadow: 0 0 0 3px #2D91C5;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #2D91C5;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #2D91C5;
  margin-right: 10px;
}

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #2D91C5;
  display: block;
}

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #2D91C5;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #2D91C5;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2D91C5;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*.home .navbar-b.navbar-reduce #logo{
    display: none;
}
.navbar-b.navbar-reduce #logo{
    display: none;
}*/

.navbar-b > .container {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

/*home .navbar-b.navbar-trans #logo-color{
    display: none;
}
.home .navbar-b.navbar-trans #logo-color{
    display: none;
}

.single #logo{
    display: none;
}
#logo{
    display: none;
}
.home #logo{
    display: block;
}
#logo-color{
    display: block;
}
.single .navbar-b.navbar-trans #logo-color{
    display: block;
}
*/
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.home .navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #2D91C5;
    text-transform: uppercase;
    font-weight: 600;
}
.single .navbar-b.navbar-trans .nav-link,
.single .navbar-b.navbar-reduce .nav-link {
  color: #2D91C5;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #2D91C5; /*#1B1B1B;*/
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  /*width: 35px;*/
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.home .navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}
.navbar-b.navbar-trans .nav-link:before {
  background-color: #2D91C5;
}
.single .navbar-b.navbar-trans .nav-link:before {
  background-color: #2D91C5;
}

.home .navbar-b.navbar-trans .nav-link:hover {
  /*color: #fff;*/
    background-color: #ffffff;
    color: #2D91C5;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}
.single .navbar-b.navbar-trans .show > .nav-link,
.single .navbar-b.navbar-trans .active > .nav-link,
.single .navbar-b.navbar-trans .nav-link.show,
.single .navbar-b.navbar-trans .nav-link.active {
  color: #2D91C5;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #000000;/*#2D91C5;*/
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #2D91C5;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #2D91C5;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #2D91C5;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #2D91C5;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #2D91C5;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #2D91C5;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #2D91C5;
}

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.single .navbar-toggler span {
  background-color: #2D91C5;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
.form-label{
    width: 100%;
}
.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #2D91C5;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

.title-bold{
    font-weight: 800;
}
.title-red{
    color: #2D91C5;
}
.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #4e4e4e;
}
.bg-black{
    background-color: #000;
    color: #fff;
}
.bg-white{
    background-color: #000;
}
.team-item{
    overflow: hidden;
    position: relative;
    border-radius: .25rem !important;
    margin: 0 0 1rem 0;
    padding: 0;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.team-item img{
    position: relative;
    display: block;
    
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.team-item:hover img{
    transform: scale(1.2) rotate(-3deg);
}
.overflow-hidden{
    overflow: hidden !important;
}
 .team-item .caption{
    position: absolute;
    text-align: center;
     color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color:rgba(223, 3, 9, 0.6);
     top:auto;
    right: 0;
bottom: -100%;
left: 0;
     
     -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
z-index: 1;
}
.main-caption{
    position: relative;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color:rgba(223, 3, 9, 0.6);
    right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
.team-item:hover .caption{
    position: absolute;
    bottom: 0;
    opacity: 1;
}
.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #2D91C5;
}

.service-box, .event-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.event-content{
    display: inline-block;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #2D91C5;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

.date-block {
    text-align: center;
    background: #2D91C5; 
    font-family: "Helvetica";
    color:
    #EEE;
    font-size: 18pt;
    padding: 10px;
    width: auto;
    display: inline-block;
}
.date-hour{
    text-align: center;
    background: #858686; 
    font-family: "Helvetica";
    color:
    #EEE;
    font-size: 18pt;
    padding: 10px;
    width: auto;
    display: inline-block;
    
}
.date-day, .date-month, .date-year{
  font-size: 1rem;
}
.date-date{
  font-size: 2.2rem;
}

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #2D91C5;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #2D91C5;
  float: right;
}

.work-content .w-like a {
  color: #2D91C5;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #2D91C5;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #2D91C5;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}
/*h1.card-title a, h2.card-title a, */.card-blog h3.card-title/* h4.card-title a, h5.card-title a, h6.card-title a, */{
    font-size: 1.3rem;
    margin-top: .6rem;
    margin-bottom: .75rem;
    font-weight: 500 !important;
    line-height: 1.2;
    text-align: left;
}
.card-blog .card-title a{
    color: #2D91C5;
}
.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #2D91C5;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #2D91C5;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #2D91C5;
  padding: 18px;
  font-style: italic;
}


.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #2D91C5;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #2D91C5;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #2D91C5;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #2D91C5;
  border-color: #2D91C5;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #2D91C5;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

.footer-paralax {
  padding: 4rem 0 0 0;
}
footer ul.menu, ul.footer-list{
  list-style: none;
  padding: 0;
}
footer ul.menu li, ul.footer-list li{
  margin: 0;
  padding: 0;
  text-align: start;
}
.contact-mf {
  margin-top: 4rem;
}
#main-footer{
    background-color: #202020;
}
footer {
    /*background-color: #282828;*/
  text-align: center;
  color: #4d4f4f;
  padding-bottom: 4rem;
    /*background-image: url(img/bottom-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;*/
 
   
}
#contact{
    background-image: url('./img/dark_dotted2.png');
    background-repeat: repeat;
    color: #f2f2f2;
}
#contact h1, #contact h2, #contact h3, #contact h4,  #contact h5, #contact h6{
    color: #f2f2f2;
}
.text-red{
    color: #2D91C5 !important;
}
.text-gray{
    color: #333333 !important;
}
.text-bold{
    font-weight: bold;
}
.list-none{
    list-style: none;
}
footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

#sendmessage {
  color: #2D91C5;
  border: 1px solid #2D91C5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover, .btn-primary:hover {
    box-shadow: 0 0 0 4px #cde1f8;
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a, .btn-primary {
  background-color: #2D91C5;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 0.5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}
input[type=button]:not(:disabled), input[type=button]:not(.navbar-toggler), input[type=reset]:not(:disabled), input[type=reset]:not(.navbar-toggler), input[type=submit]:not(:disabled), input[type=submit]:not(.navbar-toggler), /*button:not(:disabled),*/ /*button:not(.navbar-toggler)*/{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /*padding: .375rem .75rem;*/
    /*font-size: 1rem;
    line-height: 1.5;*/
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    /*padding: .25rem .5rem;
    font-size: .875rem;*/
    
    padding: .9rem 2.3rem;
    font-size: 1.2rem;
    
    line-height: 1.5;
    border-radius: .2rem;
    color: #fff;
    background-color: #2D91C5; /*#007bff;*/
    border-color: #2D91C5; /*#007bff;*/
}
/*input[type=text], input[type=search]{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
input[type=reset]:hover, input[type=submit]:hover{
    box-shadow: 0 0 0 4px #cde1f8;
    background-color: #0062d3;
    color: #fff;
    transition: all 500ms ease;
}
.wpcf7-captchar{
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*textarea{
    display: block;
    width: 100%;
   
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
.eapps-instagram-feed-posts-grid-load-more {
    display: block;
    width: 100% !important;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #2D91C5;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    background-color: #2D91C5 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.eapps-instagram-feed-posts-grid-load-more:hover {
    box-shadow: 0 0 0 4px #cde1f8;
    background-color: #0062d3 !important;
    color: #fff;
    transition: all 500ms ease;
}
/*
.wf-box{
    max-width: 300px;
    width: 33%;
    margin-right: 1%;
    margin-bottom: 1rem;
}
*/

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
    .fixed-top{
        position: relative;
        background-color: #fff;
    }
    .navbar-b.navbar-reduce .navbar-toggler span, .navbar-toggler span {
        background-color: #2D91C5;
    }
/*    #logo{
        display: none;
    }
    #logo-color{
        display: block !important;
    }*/
    .navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link{
        color: #2D91C5;
    }
    .socials ul li{
        margin-bottom: 1rem;
    }
}

/* modern events */
.mec-event-list-minimal .mec-event-title{
    font-size: 1.2rem;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: .5rem;
    text-align: left;
}
.mec-event-list-minimal .mec-event-article{ /* .service-box, .event-box line 800 */
    background-color: #fff;
    padding: 2.5rem 1.3rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
}
.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover {
    background-color: #2D91C5;
}
.mec-single-event .mec-event-social h3, .mec-single-event .mec-events-meta-group-booking form>h4, .mec-single-event .mec-frontbox-title, .mec-month-divider span, .mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
    border-bottom: none;
}
.mec-month-divider span:before, .mec-single-event .mec-events-meta-group-booking form>h4:before, .mec-single-event .mec-frontbox-title:before{
    border-bottom: 4px solid #2D91C5;
}
.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
    color: #2D91C5;
}
.single .mec-container{
    padding-top: 5rem; 
}
.single .mec-single-title{
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: .5rem;
    text-align: left;
}
.diagonal-divider{
    height: 100px;
    background-color: #19b8ed;
    transform: skewY(-3deg);
    transform-origin: top left;
    position: relative;
    box-shadow: 0.2rem 0.2rem 1rem #414141;
    z-index: 2;
}

.icon-circle {
    width: 80px;
    height: 80px;
    /* background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: solid 2px #2D91C5; /* var(--primary-color); */
    color: red;
    fill: red;
}
.hidden-email {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.contact-info {
    background: linear-gradient(135deg, #2d90c5, #3db8ec);
    padding: 2rem;
    border-radius: 1rem;
    color: #ffffff !important;
    height: fit-content;
}
.contact-info *{
    color: #ffffff !important;
}
.bg-gray{
  background-color: #4e4e4f;
}
#compromiso{
  background-image: url('https://sonmexico.com/wp-content/uploads/2025/06/webb-dark.png');
  background-repeat: repeat;
  background-position: center center;
  box-shadow: inset 0 0 15px #333333;
}
footer h3{
  color: white;
  text-transform: uppercase;
  text-align: start;
  font-weight: bold;
}
.idiomas-menu{
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
.idiomas-menu img{
    width:35px !important;
    height: auto !important;
}
li.lang-item {
    border: solid 3px #fff;
    border-radius: 100%;
    box-shadow: 2px 2px 5px #000;
}
/* Cuando el idioma de la página es ESPAÑOL (body.lang-es) */
/* Oculta el párrafo de inglés y el párrafo de francés */
body.lang-es .p1-en,
body.lang-es .p1-fr {
    display: none;
}

/* Cuando el idioma de la página es INGLÉS (body.lang-en) */
/* Oculta el párrafo de español y el párrafo de francés */
body.lang-en .p1-es,
body.lang-en .p1-fr {
    display: none;
}

/* Cuando el idioma de la página es FRANCÉS (body.lang-fr) */
/* Oculta el párrafo de español y el párrafo de inglés */
body.lang-fr .p1-es,
body.lang-fr .p1-en {
    display: none;
}

body .not-parallax{
  display: block;
}
body.ios .not-parallax{
  display: none;
}
body  .parallax-section {
  display: none;
} 
body.ios .parallax-section{
  display: block;
}
.parallax-section {
  position: relative;
  /*height: 400px;*/ /* o la altura que necesites */
  overflow: hidden;
}

.parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
 
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 120%; /* más alto que el contenedor para permitir desplazamiento */
  object-fit: cover;
  transform: translateY(0);
  will-change: transform;
}
.parallax-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .navbar-b {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    position: relative;
  }
  div#home{
    margin-top: 0;
  }
  #home p {
   display: none; 
  }
  body main {
    margin-top: 0;
  }
}
