* {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

@font-face {
    font-family: 'BanglaMN';
    src: url('fonts/BanglaMN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:'BanglaMN',sans-serif;
	position: relative;
	font-weight:500;
	background: #fff;
	color:#232323;
	overflow-x: hidden;
}



a:hover,
a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	color:#8ec74b;
}
f
a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#232323;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'BanglaMN',sans-serif;
}

img {width:100%;}
.center {text-align: center;}
.justify {text-align: justify;}
.justifyc {text-align: justify;text-align-last: center;}
.right_ {text-align: right;}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.upp_ {
    text-transform: uppercase;
}

.no_marg {margin-left: 0; margin-right: 0;}
.no_padd {padding-left: 0; padding-right: 0;}

.slider-btn {
	background-color:#fc7700;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

.delay1{ animation-delay: 0.2s;}
.delay2{ animation-delay: 0.4s;}
.delay3{ animation-delay: 0.6s;}
.delay4{ animation-delay: 0.8s;}
.delay5{ animation-delay: 1.0s;}
.delay6{ animation-delay: 1.2s;}
.delay7{ animation-delay: 1.4s;}
.delay8{ animation-delay: 1.6s;}
.delay9{ animation-delay: 1.8s;}
.delay10{ animation-delay: 2.0s;}
.delay11{ animation-delay: 2.2s;}
.delay12{ animation-delay: 2.4s;}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

button.active.focus, 
button.active:focus, 
button.focus, 
button:active.focus, 
button:active:focus, 
button:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
a.active.focus, 
a.active:focus, 
a.focus, 
a:active.focus, 
a:active:focus, 
a:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

.hr1 {
    /* margin: 20px auto; */
    border-top: 4px solid #ddd;
    margin-left: 40%;
    width: 200px;
}
hr {
    margin: 20px auto;
    border-top: 4px solid #ddd;
    width: 200px;
}

.btn {
	line-height: 1;
}

#to_top {
	display: inline-block;
	background-color: #4E7C6F;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 10px;
    right: 10px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0 0 5px transparent;
}
#to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 32px;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
#to_top:hover {
  cursor: pointer;
  background-color: #323e48;
}
#to_top:active {
  background-color: #323e48;
}
#to_top.show {
  opacity: 1;
  visibility: visible;
}

::selection {background: #8ec74b;color: #fff;}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background: transparent;
  border-radius: 0;
  border-bottom: 0;
  box-shadow: none;
  padding: 20px 0;
}
#navigation .navnavnav  {
  background: #4b7c6e!important;
  border-radius: 0;
  border-bottom: 0;
  box-shadow: none;
  padding: 20px 0;
}



#navigation .navbar.scrolled {
  background: #4b7c6e!important;
  padding: 10px 0!important;
  transition: background-color 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  box-shadow: 0 0 5px #00000061 !important;
}

#navigation .navbar-toggle{
  margin: 0 10px 0 0;
  background-color: #323e48;
  border-color: #323e48;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:0;
}

#navigation .navbar-nav.navbar-right li a {
	color: #fff;
	font-family:'BanglaMN',sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 10px 20px;
	border-radius: 0;
	line-height: unset;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus {
	color: #fff;
	background-color: #323e48;
	border-radius: 5em;
	padding: 10px 30px;
}
#navigation .navbar-nav.navbar-right li a:hover {
	background-color: #323e48;
	border-radius: 5em;
	padding: 10px 30px;
}

.navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 transparent;
    box-shadow: inset 0 0px 0 transparent;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 450px; }

/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../img/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family:'BanglaMN',sans-serif;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family:'BanglaMN',sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

#home_ {
	padding: 0;
    position: absolute;
    top: 150px;
}

#home_ .btn-primary i {font-size: 3em;}
#home_ .btn-primary {
    color: #fff;
    background-color: #8bc34a;
    border-color: #8bc34a;
    border-radius: 0 5em 5em 0;
    width: 50px;
    height:  50px;
    line-height: 1;
    padding: 0 6px 0 0;
}
#home_ .btn-primary:focus,
#home_ .btn-primary:hover {
    background-color: #232323;
    border-color: #232323;
}

#home_ .btn-primary:hover i {
	animation: shake 2000ms cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(0, -2px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 2px, 0);
  }
}

#home2 {
	background: radial-gradient(ellipse farthest-corner at right bottom, #70f939 0%, #9cfd31 8%, #4b9f28 30%, #368a2f 40%, transparent 80%), 
				radial-gradient(ellipse farthest-corner at left top, #70f939 0%, #9cfd31 8%, #84d164 25%, #485d1f 62.5%, #3a5d1f 100%);
	color: #fff;
	padding: 0 0 80px;
}

.logo {
    width: 200px;
    padding: 10px;
}
.logo_ {width: 150px;}

.video_yt_ video { width: 100%; }
.video_yt_ {
    width: 100%;
    box-shadow: none;
    margin: 0 auto;
    position: relative;
}
.video_yt {
    width: 100%;
    box-shadow: 0 23px 15px -25px #000;
    margin: 10px auto;
    position: relative;
}
.video_yt .embed-responsive-16by9 {
    border-radius: 1em;
}
.video_yt .embed-responsive-16by9:hover,
.video_yt .embed-responsive-16by9:focus {
    border-radius: 2em;
	box-shadow: 0px 20px 15px -15px #313e49;
    -webkit-box-shadow: 0px 20px 15px -15px #313e49;
}

.img_tit {
    width: 40px;
    display: inline-block;
    margin: 0 15px 0 0;
}
.img_tit_ {
    width: 40px;
    display: inline-block;
    margin: 0 15px 0 0;
}

#us_ {
	background: url(../img/bg_gral.png);
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}

#us_ h2 {
	color: #323e48;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}
#us_ h4 span {font-weight: 700;color: #8ec74b;}

.img_hvr img {
	-webkit-transition: 900ms;
    -moz-transition: 900ms;
    -o-transition: 900ms;
    transition: 900ms;
}
.img_hvr:hover img {
    transform: translate(0,-20px);
    -webkit-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
}

#proy_hm {
	padding: 100px 0;
	background: linear-gradient( #323e48, #0e1820);
	color: #fff;
}
#proy_hm h2 {
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 50px 0;
    text-shadow: 0 3px 3px rgb(0 0 0 / 40%);
}

.mdx_001 {
  position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  
  background: #000;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.mdx_001 * {
	-webkit-transition: 1000ms;
	-moz-transition: 1000ms;
	-o-transition: 1000ms;
	transition: 1000ms;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mdx_001 img {
    max-width: 100%;
    vertical-align: top;
    margin: 0; 
    display: block;
	opacity: 1;
}
.mdx_001:hover img {
	opacity: 0.15;
}
.mdx_001 figcaption {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 15px 0 0;
  background-color: transparent;
  border-radius: 0;
}
.mdx_001 h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}
.mdx_001 h4 {
  font-size: 15px;
  font-weight: 100;
  text-transform:uppercase;
  text-align: center;
}
.mdx_001 blockquote {
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 1em;
  border-left: none;
}
.mdx_001:hover figcaption,
.mdx_001.hover figcaption {
  height: calc(100%);
}
.mdx_001 .btn-primary {
    color: #fff;
    background-color: #8ec74b;
    border-color: #8ec74b;
    border-radius: 0;
	width: auto;
	padding: 10px 30px;
}
.mdx_001 .btn-primary:hover,
.mdx_001 .btn-primary:focus {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
    border-radius: 2em;
	box-shadow: 0px 20px 15px -15px #8ec74b;
	-webkit-box-shadow: 0px 20px 15px -15px #8ec74b;
}

footer {
	background: #798681;
	color: #fff;
	padding: 30px 0;
}

footer a {color: #fff;}
footer a:hover {color: #DA8734;}
footer p {margin: 0;}

footer .fa {
    font-size: 2em;
    margin: 0 25px 20px;
}

#crsl_top {
	padding: 0;
	position: relative;
	background: #000;
}


#myCarousel_Proy .carousel-indicators li{
	background-image: url(../img/csrl_i.png);
    border: 0px solid #fff;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 5px;
    text-indent: -9999px;
    display: inline-block;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.carousel-indicators .active{
	background-image: url(../img/sanantonio/img/minilogo.png)!important;
    background-color: transparent!important;
	
}
#myCarousel_Proy .carousel-control { width: 5%;opacity: 0;}
#myCarousel_Proy .carousel-control:hover, 
#myCarousel_Proy .carousel-control:focus {opacity: 1;}
#myCarousel_Proy .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}
#myCarousel_Proy .carousel-control.left {background-image: none;}
#myCarousel_Proy .carousel-control .icon-prev, 
#myCarousel_Proy .carousel-control .icon-next, 
#myCarousel_Proy .carousel-control .glyphicon-chevron-left, 
#myCarousel_Proy .carousel-control .glyphicon-chevron-right {
    top: 45%;
    font-size: 2.5em;
}
/* CARRUSEL FADE */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#tabs_ {
	padding: 50px 0;
}

.nav { margin: 0 auto; display: inline-block; }

.nav-pills>li {
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    float: none;
}
.nav-pills>li>a {border-radius: 50%;background: #f5f5f5;padding: 0}
.nav>li>a:focus, .nav>li>a:hover {background-color: #f5f5f5;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {background-color: #e9e9e9;}

/* .tab-content>.tab-pane {height: 220px;overflow-y: auto;padding: 0 15px 0 0;} */

/* CUSTOM SCROLL BAR */
/* width */
#tabs_ ::-webkit-scrollbar {width: 0.5em;}
/* Track */
#tabs_ ::-webkit-scrollbar-track {background: #ddd;}
/* Handle */
#tabs_ ::-webkit-scrollbar-thumb {background: linear-gradient(45deg, #3d640f, #8ec74b);}

.img_tab {width: 140px;padding: 20px;filter: grayscale(100);opacity: 0.5;}
.img_tab:hover {filter: grayscale(0);opacity: 1;}

#tabs_ a .fa-facebook-square:hover {color: #1877f2;}
#tabs_ a .fa-instagram:hover {color: #e1306c;}

.tab-pane .img_back {
    position: absolute;
    z-index: -2;
    width: 25%;
    opacity: 0.15;
	-webkit-transition: 3000ms;
	-moz-transition: 3000ms;
	-o-transition: 3000ms;
	transition: 3000ms;
}
.tab-pane:hover .img_back {
    transform: translate(100px,0);
    -webkit-transform: translate(100px,0);
    -o-transform: translate(100px,0);
    -moz-transform: translate(100px,0);
}

#tabs_ a span {font-size: 25px;}

.carousel-wrap {
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
	position: relative;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color:gray;
}
.owl-nav i {
    font-size: 30px;
    margin: 10px 0 0;
	color: #ddd;
}
.owl-nav i:focus,
.owl-nav i:hover {
	color: #8ec74b;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
.carousel-wrap .item{
  display:inline-flex;
  align-items:center;
  /* height: 90px; */
}


.mdx_002 {
  position: relative;
  display: inline-grid;
  overflow: hidden;
  margin: 10px;
  max-width: 180px;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mdx_002 *,
.mdx_002 *:before,
.mdx_002 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mdx_002 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  width: 90%;
  margin: 0 auto;
}
.mdx_002 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #323e48d6;
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
  opacity: 0;
}
.mdx_002 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  z-index: 1;
}
.mdx_002 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mdx_002:hover figcaption,
.mdx_002.hover figcaption {
  opacity: 1;
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
}
.fancybox-infobar {display: none;}

.camp_ {display: inline-block;width: 180px;}

.tab-pane h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 10px 0 30px;
	color: #323e48;
}

#myCarousel_Proy .caption  {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    text-shadow: 0 0 5px #000;
    background: linear-gradient(rgb(0 0 0 / 50%) 0%, transparent 20%);
    width: 100%;
    height: 100%;
}
#myCarousel_Proy .caption h3 {
    font-weight: 400;
    font-size: 30px;
    position: absolute;
    bottom: 5%;
    right: 2%;
}

ul li {
    /*list-style-image: url(../img/bullet.svg);*/
    padding: 0 0 5px 0;
}
ul {
    list-style-type: disc; /* Tipo de list-style: círculo relleno */
    color: green; /* Color verde para el list-style */
}

.info_tit {
    color: #8ec74b;
    margin: 30px 0!important;
}

#tabs_ .form-control {
    width: 60%;
    height: auto;
    padding: 5px 25px;
    margin: 0 auto 15px;
    font-size: 16px;
    line-height: 2;
    color: #8ec74b;
    background-color: #323e48;
    border: 1px solid #323e48;
    border-radius: 1.5em;
	font-weight: 500;
}
#tabs_ .form-control::-webkit-input-placeholder{color:#fff}
#tabs_ .btn-success {
    color: #fff;
    background-color: #8ec74b;
    border-color: #8ec74b;
    padding: 12px 30px 10px;
    border-radius: 5em;
    letter-spacing: 5px;
    text-align: center;
}
#tabs_ .btn-success:hover,
#tabs_ .btn-success:focus {
    background-color: #323e48;
    border-color: #323e48;
    padding: 12px 50px 10px;
}

.compensate-for-scrollbar {
    margin-right: 0!important;
}

.box_ {
    height: 400px;
    overflow-y: scroll;
}

#contact_ {
	background: url(../img/bg_contact.jpg);
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0 50px;
	color: #fff;
    position: relative;
}
/* BG ALL BROWSERS */
#contact_ > .bg_overlay_ {
    background: linear-gradient(#323e48, #8ec74b);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#contact_ a {color: #fff;}
#contact_ a:hover {color: #8ec74b;}

.form-control {
    height: auto;
    padding: 10px 15px;
    margin: 0 0 20px;
    line-height: 2.5;
    color: #313e49;
    letter-spacing: 4px;
    font-weight: 800;
    border: 3px solid #313e49;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
	background: #fff;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.form-control:focus {
    border: 3px solid #97c547;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
}
.form-control::-webkit-input-placeholder{color:#313e49}

#contact_ .btn-success {
    color: #fff;
    background-color: #313e49;
    border-color: #313e49;
    width: 100%;
    border-radius: 0;
	padding: 20px 0;
}
#contact_ .btn-success:hover,
#contact_ .btn-success:focus {
    background-color: #97c547;
    border-color: #97c547;
	color: #313e49;
	box-shadow: 0px 20px 15px -15px #313e49;
	-webkit-box-shadow: 0px 20px 15px -15px #313e49;
}

#sended {
	padding: 30vh 0;
	background: linear-gradient(#313e48, #97C547);
	color: #fff;
}
#sended  h2 {
    font-size: 3em;
    margin: 3rem 0;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

#sended .btn-default {
    color: #fff;
    background-color: #97C547;
    border-color: #97C547;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    font-size: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#sended .btn-default:hover,
#sended .btn-default:focus {
	color: #fff;
    background-color: #313e48;
    border-color: #313e48;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#sended .btn-default i {
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#sended .btn-default:hover i {
	-moz-transform: scale(1.5) rotate(-360deg);
	-webkit-transform: scale(1.5) rotate(-360deg);
	transform: scale(1.5) rotate(-360deg);
}

.right_ h3 {margin: 0 0 50px;}
.right_ h4 {line-height: 2;}

.map_ {
	border:0;
	margin: 0 0 -7px;
}

ol ::marker {
	font-weight: 800;
	color: #8ec74b;
	font-size: 150%;
}

#ap_ {
    border-top: 80px solid #323e48;
    padding: 50px 0;
}
#ap_ h4 {margin: 30px 0 0;font-weight: 700;}
#ap_ a {
	color: #000;
	font-weight: 600;
}
#ap_ a:hover {
	color: #8ec74b;
}
.sign_ {
    margin: 0!important;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
}

#preloader__ {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
	background: radial-gradient(#da8533, #323e48);
}
.Loader_ {
  position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 20.6rem;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
}
.Loader_:before, .Loader_:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation-duration: 100.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  filter: drop-shadow(0 0 0.7555555556rem rgba(255, 255, 255, 0.75));
}
.Loader_:before {
  width: 100%;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 1.7rem #fff;
  animation-name: pulsA;
}
.Loader_:after {
  width: calc(100% - 1.7rem*2);
  padding-bottom: calc(100% - 1.7rem*2);
  box-shadow: 0 0 0 0 #fff;
  animation-name: pulsB;
}

@keyframes pulsA {
  0% {
    box-shadow: inset 0 0 0 1.7rem #fff;
    opacity: 1;
  }
  50%, 100% {
    box-shadow: inset 0 0 0 0 #fff;
    opacity: 0;
  }
}
@keyframes pulsB {
  0%, 50% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 1.7rem #fff;
    opacity: 1;
  }
}
.Loader_img {  
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
	/* background: url(../img/logo_icon_tm.svg) 50% 50% no-repeat transparent; */
}
.img_icon_load {
    width: 80px;
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hb_ {
	animation: beat 900ms  infinite alternate;
	transform-origin: center;
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.4); }
}

.img_sld {display: initial!important;}
.img_sld_ {display: none!important;}

#videoINDEX {padding: 0 0;background: #000;}

#videoINDEX .contentt {
	width: 85%;
	margin: auto;
}
#videoINDEX .video_yt {
    width: 85%;
    box-shadow: none;
    margin: 0 auto;
    position: relative;
}
#videoINDEX .video_yt .embed-responsive-16by9 {
    border-radius: 0;
}
#videoINDEX .video_yt .embed-responsive-16by9:hover,
#videoINDEX .video_yt .embed-responsive-16by9:focus {
    border-radius: 0;
	box-shadow: none;
    -webkit-box-shadow: none;
}
.shadow_ {
    background: linear-gradient( #323e48 20%, transparent);
    height: 7%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.mdx_003 {
  position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background-color: #000;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    padding: 15% 25px;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.mdx_003 * {
  -webkit-transition: all 0.95s;
  transition: all 0.95s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mdx_003 img {
    max-width: 100%;
    vertical-align: top;
    width: 65%;
    margin: 35px auto;
    display: block;
}
.mdx_003:hover img {
	opacity: 0;
	transform: translate(0,100px);
    -webkit-transform: translate(0,100px);
    -o-transform: translate(0,100px);
    -moz-transform: translate(0,100px);
}
.mdx_003 figcaption {
  position: absolute;
  height: 75px;
  left: 0;
  right: 0;
  bottom: -75px;
  overflow: hidden;
  padding: 40px;
  background-color: transparent;
  border-radius: 0;
}
.mdx_003 h3 {
  font-size: 40px;
  letter-spacing: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0;
}
.mdx_003 blockquote {
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 1em;
  border-left: none;
}
.mdx_003:hover figcaption,
.mdx_003.hover figcaption {
  height: calc(100%);
}

.mdx_003.bg_001 {
    background: linear-gradient(rgb(50 62 72 / 60%), rgb(50 62 72 / 60%)), url(../img/bg_city.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.mdx_003.bg_002 {
    background: linear-gradient(rgb(50 62 72 / 60%), rgb(50 62 72 / 60%)), url(../img/bg_tree.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.mdx_003.bg_003 {
    background: linear-gradient(rgb(50 62 72 / 60%), rgb(50 62 72 / 60%)), url(../img/bg_co.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

#name_ {padding: 0;}
.btn_name {
    position: absolute;
    left: 0;
    right: 0;
}
#name_ .btn-danger {
    color: #fff;
    background-color: #8ec74b;
    border-color: #8ec74b;
    border-radius: 0 0 5em 5em;
}
#name_ .btn-danger:focus, #name_ .btn-danger:hover {
    background-color: #8ec74b;
    border-color: #8ec74b;
}
#name_ .btn-danger i {font-size: 2em;}
#name_ .btn-danger:hover i {
	animation: shake 2000ms cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(0, -2px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 2px, 0);
  }
}
#ESP_ {
	background: #8ec74b;
	color: #fff;
	padding: 1px 0;
    position: relative;
    z-index: 1000;
}
.ttl_ {margin: 70px 0 50px;}
.ttl_  span {font-weight: 700;font-size: 150%;display: block;margin: 10px 0 0;}


.card_ * {
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	-o-transition: 900ms;
	transition: 900ms;
}
.card_ {
	width: 250px;
	padding: 30px;
	color: #fff;
	display: inline-block;
}
.img_py {
	padding: 20px;
	margin: 0 auto;
	display: block;
}
.card_ img {
	opacity: 1
}
.card_:hover img {
	transform: translate(0,70px);
    -webkit-transform: translate(0,70px);
    -o-transform: translate(0,70px);
    -moz-transform: translate(0,70px);
	opacity: 0.1;
	position: relative;
    z-index: 0;
}
.card_ button {
	opacity: 0;
	-webkit-transition: 1500ms;
	-moz-transition: 1500ms;
	-o-transition: 1500ms;
	transition: 1500ms;
}
.card_:hover button {
	transform: translate(0,150px);
    -webkit-transform: translate(0,150px);
    -o-transform: translate(0,150px);
    -moz-transform: translate(0,150px);
	opacity: 1;
	position: relative;
    z-index: 100;
}
.card_ h3 {
	opacity: 1;
}
.card_:hover h3 {
	transform: translate(0,-165px);
    -webkit-transform: translate(0,-165px);
    -o-transform: translate(0,-165px);
    -moz-transform: translate(0,-165px);
}
.card_ .btn-danger {
    color: #fff;
    background-color: #8ec74b;
    border-color: #8ec74b;
    border-radius: 0;
	width: auto;
	padding: 10px 30px;
}
.card_ .btn-danger:hover,
.card_ .btn-danger:focus {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
    border-radius: 2em;
	box-shadow: 0 0 20px 0 #8ec74b;
	-webkit-box-shadow: 0 0 20px 0 #8ec74b;
}

/************ MODALS STYLE ************/
.modal-open .modal {background: #fff; overflow-x: hidden; overflow-y: clip;}
body.modal-open { overflow: visible;padding-right: 0!important; } /*EVITA QUE SALTE LA PÁGINA AL ABRIR MODAL*/
.modal-dialog {
	position: absolute;
    width: 100%;
    margin: 0 auto;
}
.modal-content {
    border: 0px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-header {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #8ec74b;
    color: #fff;
}
.modal-title {
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 4em;
    text-align: center;
    margin: 0;
}
.close {
    font-size: 6em;
    font-weight: 100;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    right: 1%;
}
.close:focus, .close:hover {
    color: #fff;
    opacity: 1;
}
.modal-body {padding: 5% 20%;}

.modal-content .img_back_mdl {
    position: absolute;
    z-index: 0;
    width: 40%;
    opacity: 0.15;
	-webkit-transition: 6000ms;
	-moz-transition: 6000ms;
	-o-transition: 6000ms;
	transition: 6000ms;
}
.modal-content:hover .img_back_mdl {
    transform: translate(150%,0);
    -webkit-transform: translate(150%,0);
    -o-transform: translate(150%,0);
    -moz-transform: translate(150%,0);
}
.proy_ {
	display: inline-block;
	width: 220px;
	padding: 20px;
}
.proy_ img {
	transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
	
	-webkit-transition: 3000ms;
	-moz-transition: 3000ms;
	-o-transition: 3000ms;
	transition: 3000ms;
}
.proy_:hover img {
	transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}

.modal-content .btn-danger {
    color: #fff;
    background-color: #8ec74b;
    border-color: #8ec74b;
    border-radius: 0;
	width: auto;
	padding: 10px 30px;
    margin: 20px auto 0;
    display: block;
}
.modal-content .btn-danger:hover,
.modal-content .btn-danger:focus {
    color: #fff;
    background-color: #323e48;
    border-color: #323e48;
    border-radius: 2em;
	box-shadow: 0 0 20px 0 #8ec74b;
	-webkit-box-shadow: 0 0 20px 0 #8ec74b;
}
/* 
#ftr {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

#ftr .social {
	width: 50px;
	height: 50px;
	color: #fff;
	padding: 10px 0;
    margin: 15px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 1.3;
	box-shadow: -5px 10px 15px -10px rgb(0 0 0 / 60%);
}

#ftr .fa-whatsapp {background: #25d366;}
#ftr .fa-whatsapp:hover {background: #128c7e;} */

#ftr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 30%; /* Para que los íconos se distribuyan a lo largo del ancho */
  display: flex; /* Flexbox para organizar íconos en una fila */
  justify-content: flex-start; /* Alinea íconos al inicio */
  padding: 10px; /* Añade espacio alrededor */
}

#ftr a {
  margin: 0 10px; /* Espacio entre los enlaces */
}

#ftr .social {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 50px; /* Asegura que el ícono esté centrado verticalmente */
  box-shadow: -5px 10px 15px -10px rgb(0 0 0 / 60%);
  transition: background 0.3s ease; /* Transición suave para el cambio de color */
}

.scl_1{
  position: relative !important;
}


#ftr .fa-whatsapp {background: #25d366;}
#ftr .fa-whatsapp:hover {background: #128c7e;}

#ftr .fa-facebook {background: #3b5998;}
#ftr .fa-facebook:hover {background: #2d4373;}

#ftr .fa-instagram {background: #e4405f;}
#ftr .fa-instagram:hover {background: #c13584;}

.scl_ {
	position: absolute;
	bottom: 10%;
}

#sended {
	padding: 30vh 0;
	background: url(../img/bg_gral.png);
	color: #8ac34a;
	position: relative;
    z-index: 0;
}
#sended  h3 {color: #313e48;}
#sended  h2 {
    font-size: 3em;
    margin: 3rem 0;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

#sended .btn-default {
    color: #fff;
    background-color: #97C547;
    border-color: #97C547;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    font-size: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#sended .btn-default:hover,
#sended .btn-default:focus {
	color: #fff;
    background-color: #313e48;
    border-color: #313e48;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#sended .btn-default i {
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#sended .btn-default:hover i {
	-moz-transform: scale(1.5) rotate(-360deg);
	-webkit-transform: scale(1.5) rotate(-360deg);
	transform: scale(1.5) rotate(-360deg);
}

.logo_icon_ {
    width: 30%;
    position: absolute;
    top: 15%;
    left: 0;
    right:0;
    z-index: -1;
    margin: 0 auto;
    opacity: 0.3;
}
#navigation .btn-warning {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border: 2px solid;
    border-radius: 5em;
    padding:  8px 20px;
    margin: 0 0 0 5px;
    font-size: 15px;
    font-weight: 500;
}
#navigation .btn-warning:hover,
#navigation .btn-warning:focus {
    background-color: #323e48;
    border-color: #323e48;
}
#navigation button .img_btn {
    width: 20px;
    margin: 0 10px 0 0;
} 
#navigation button:hover .img_btn {
	animation: shakeimg 2000ms cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
}
@keyframes shakeimg {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}

.tab-content { margin: 20px 0 0; }
/* Aqui */


/* Carrusel */



.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    /* height: 700px; */
    max-height: 700px;
    /* margin: auto; */
}

/* Valores */
.intro-text {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 40%;
    margin-top: 2%;
}
.about-text {
    text-align:center;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-image:url('../img/sanantonio/img/fondo san antonio.svg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

/* Resto del CSS anterior */

.vmv-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  text-align: center;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/sanantonio/img/Aver.svg'); /* Cambia 'tu-imagen.jpg' por la ruta de tu imagen */
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: -1;
}

.container1 {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; /* Permite que los elementos se envuelvan en dispositivos más pequeños */
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 10px;
}

.vmv-item {
  flex: 1;
  margin: 20px;
  min-width: 250px; /* Asegura un ancho mínimo para que el contenido sea legible */
  flex-basis: calc(33.33% - 40px); /* Calcula el tamaño base de cada elemento para mantener la separación */
  animation-duration: 1s; /* Agregado para que la animación funcione en todos los elementos */
}

/* Animaciones */
.vmv-item.vision {
  animation-name: fadeInUp;
}


.vmv-item.mision {
  animation-name: fadeInLeft;
}


.vmv-item.valores {
  animation-name: fadeInRight;
}
.vmv-item.valores li {
  color:black;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


   .vmv-item img {
        width: 50px; /* Tamaño deseado para las imágenes */
        height: auto;
        transition: transform 0.3s; /* Animación al pasar el mouse */
    }

    .vmv-item:hover img {
        transform: scale(1.2); /* Escalado al pasar el mouse */
    }


/*Productos*/
#productos{
    padding:20px;
}

.divprod {
    margin-top: 60px;
}


figure.mdx_006 {

	color: #fff;

	position: relative;

	float: left;

	overflow: hidden;

	margin: 10px 1%;

	width: 100%;

	height: 295px;

	background: #000000;

	text-align: left;

	border-radius: 20px;

  margin-bottom: 40px;
}



figure.mdx_006 * {

  -webkit-box-sizing: padding-box;

  box-sizing: padding-box;

  -webkit-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}



figure.mdx_006 img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



figure.mdx_006 figcaption {

  top: 30px;

  left: 30px;

  right: 30px;

  bottom: 30px;

  position: absolute;

  padding: 20px;

}



figure.mdx_006 figcaption h3,

figure.mdx_006 figcaption p {

  margin: 0 0 8px;

  opacity: 0;

}



figure.mdx_006 figcaption h3 {

  position: relative;

  font-weight: 400;

  text-transform: uppercase;

  -webkit-transform: translateY(50%);

  transform: translateY(50%);

}



figure.mdx_006 figcaption h3 span {

  font-weight: 800;

}



figure.mdx_006 figcaption p {

  font-size: 0.7em;

  font-weight: 500;

}



figure.mdx_006 figcaption:before,

figure.mdx_006 figcaption:after,

figure.mdx_006 figcaption div:before,

figure.mdx_006 figcaption div:after {

  background-color: #ffffff;

  position: absolute;

  content: "";

  display: block;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}



figure.mdx_006 figcaption:before,

figure.mdx_006 figcaption:after {

  width: 0;

  height: 1px;

}



figure.mdx_006 figcaption div:before,

figure.mdx_006 figcaption div:after {

  width: 1px;

  height: 0;

}



figure.mdx_006 figcaption:before,

figure.mdx_006 figcaption div:before {

  left: 0;

  top: 0;

}



figure.mdx_006 figcaption:after,

figure.mdx_006 figcaption div:after {

  bottom: 0;

  right: 0;

}



figure.mdx_006 a {

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  position: absolute;

  z-index: 1;

}



figure.mdx_006.blue {

  background: #4D7D70;

}



figure.mdx_006.red {

  background: #36100c;

}



figure.mdx_006.yellow {

  background: #583804;

}



figure.mdx_006:hover img,

figure.mdx_006.hover img {

  opacity: 0.2;

  -webkit-filter: blur(5px);

  filter: blur(5px);

  -webkit-transform: scale(1.1);

  transform: scale(1.1);

}



figure.mdx_006:hover figcaption h3,

figure.mdx_006.hover figcaption h3,

figure.mdx_006:hover figcaption p,

figure.mdx_006.hover figcaption p {

  opacity: 1;

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

  -webkit-transform: translateY(0);

  transform: translateY(0);

}



figure.mdx_006:hover figcaption p,

figure.mdx_006.hover figcaption p {

  -webkit-transition-delay: 0.3s;

  transition-delay: 0.3s;

}



figure.mdx_006:hover figcaption:before,

figure.mdx_006.hover figcaption:before,

figure.mdx_006:hover figcaption:after,

figure.mdx_006.hover figcaption:after {

  width: 100%;

}



figure.mdx_006:hover figcaption div:before,

figure.mdx_006.hover figcaption div:before,

figure.mdx_006:hover figcaption div:after,

figure.mdx_006.hover figcaption div:after {

  height: 100%;

}



.arrow-a {

	background-color: #DA8734;

    position: absolute;

    height: 33px;

    border-radius: 100%;

    padding: 9px 10px;

    top: 6%;

    left: 87%;

    z-index: 2000;

}

* {
  margin: 0;
  padding: 0;
}

.categories {
    text-align: center;
    margin: 2% 1.5%;
    z-index: 9990;
}

.categories button {
    border: 2px solid #E0AC7E;
    z-index: 9990;
    border-radius: 10px;
    min-width: 80px;
    min-height: 37px;
    padding: 10px;
    background-color: #fff;
    font-weight: 600;
    color: #164c17;
    outline: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}

.categories button:hover {
  border: 2px solid #788681;
  color: #DA8633;
}

.categories button:focus {
  border: 2px solid #788681;
  color: #DA8633;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Espacio entre las imágenes */
}

.image-card {
    position: relative;
    width: 300px; /* Ajusta el ancho según sea necesario */
    height: 200px; /* Ajusta la altura según sea necesario */
    overflow: hidden;
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
    cursor: pointer;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px; /* Bordes redondeados para la imagen */
}

/* Estilos para el modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 80%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#caption {
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
}
.no-event {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: 100%;
  pointer-events: auto;
}

.both {
  clear: both; 
}

@media screen and (max-width: 480px) {
  .image-card {
    width: 45%;
    padding-top: 45%;
    margin: 1.5%;
  }
  
  .categories {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  
  .categories button {
    width: 47.5%;
    float: none;
    display: inline-block;
    margin-top: 5px;
    font-size: 3vmin;
  }
}

@media screen and (max-width: 320px) {
  .image-card {
    width: 80%;
    padding-top: 80%;
    margin: 2% 10%;
  }
  
  .categories button {
    width: 80%;
    float: none;
    display: block;
    margin: 0px auto 7px auto;
    font-size: 5vmin;
  }
}

 /*Mapa*/


.full-width-image {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;

    background-image: url('../img/sanantonio/img/fondo san antonio.svg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

.full-width-image h2 {
 text-align:center;
}

.full-width-image img {
    width: calc(100%);
    border-radius: 10px;
    /* padding: 2%; */
    /* border: 3px solid black; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 5%;
}
.left-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-side form {
    /* margin-top: 5%; */
    display: flex;
    flex-direction: column;
    background-color: #DA8633;
    padding: 20px;
    height: 460px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #4E7C6F;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    justify-content: space-between;
}

.left-side label {
    margin-top: 10px;
    font-weight: bold;
        color: white;
}

.left-side input, .left-side textarea {
    margin-top: 5px;
    padding: 10px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-side input:focus, .left-side textarea:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.left-side button {
    margin: 20px auto 0;
    padding: 10px 30px;
    font-size: 1em;
    color: #DA8633;
    background-color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #4E7C6F;
}

.left-side button:hover {
    background-color: #788681;
    color: white;
}

/*ESTILOS DEL BLOG*/

#blog{
  padding:50px;
  margin-bottom: 50px;
}


.blogtarjeta1{
  background-color: #E0AD7E;
  max-height: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.blogleft{
  padding: 0;
}

.blogleft img{
  height: 500px;
}

.blogright{
  padding: 60px;
}

.vermas{
  background-color: #4D7D70;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  color: white;
  font-size: 15px;
  font-weight: 500;
}

.vermas1{
  display: flex;
  justify-content: end;
  
}

.vermas1 a{
  font-weight: bold;
}

.blogright h1{
  color: #4D7D70;
  font-weight: bold;
}

.blogright p{
  color: white;
  font-weight: bold;
}

.vermas1 a:hover{
  color: white;
}

.vermas1 a:hover{
  background-color: #36584f;
  
}
.blogo{
  padding: 20px;
  color: white;
  font-weight: bold;
  
}
.blogtarjetita{
  background-color: #E0AD7E;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.blogint{
  padding: 6px;
}

.blogint a{
  color: #4D7D70;
  font-weight: bold;

}

.blogint a:hover{
  color: #314d45;
  font-weight: bold;
  text-decoration: underline;
  

}

.blogint h2{
  font-size: 2rem;
  text-align: center;
  color: white;
}

/*BLOGS*/

#blogs{
  padding: 20px;
}



#dispo{
  padding:50px;
  margin-bottom: 50px;
}

/*VER MAS*/

.divmas{
  margin-top: 5%;
}

.vermas2{
  background-color: #4B7C6E;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 50px;
  color: white;
  font-size: 16px
}

.vermas2:hover{
  color: white !important;
  background-color: #21453b;
}

/*CAMBIOS 9/9/2024*/

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoprincipal{
  margin-top: 5%;
  

}

.divterreno{
  padding: 30px
}

.divterreno p{
  font-size: 1.7rem;
  
}

.divimg p{
  margin-bottom: 5%;
}

#productos{
  padding: 0;
}

.about-text p{
  font-size: 1.7rem;
}

@media screen and (min-width: 1500px) {
  .carousel .carousel-inner>.item>img, 
  .carousel .carousel-inner>.item>a>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  
  .blogleft img {
   object-fit: cover;
}
}



