/*@import "reset.css";*/
@import "grid.css";
@import "font-awesome.css";
@import "style.css";
@import "typicons.min.css";
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(https://fonts.googleapis.com/css?family=Economica:400);
@import url(https://fonts.googleapis.com/css?family=Economica:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=BenchNine:700);*/

/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


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

html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  color: #a1a0a0;
  font-family: 'Poppins', sans-serif;
}

tbody, td, tfoot, th, thead, tr
{
 font-family: 'Poppins', sans-serif;
}
.bordertbb
{
  border-top: 1px solid white !important;border-bottom: 1px solid white !important;
}
.borderb
{
  border-bottom: 1px solid white !important;
}
#fondo1 {
  width: 100%;
  background: url(../img/generales/back-top.webp) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#fondo2 {
  width: 100%;
  background: url(../img/generales/back-bottom.webp) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.ic {
  border: 0;
  float: right;
  background: #fff;
  color: #f00;
  width: 50%;
  line-height: 10px;
  font-size: 10px;
  margin: -220% 0 0 0;
  overflow: hidden;
  padding: 0;
}

strong {
  font-weight: 700;
}

address {
  font-style: normal;
}

p {
  margin-bottom: 20px;
}

input {
  border-radius: 0 !important;
  outline: none !important;
}

img {
  max-width: 100%;
}

/****Heads****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  /*color: #86c8b4;*/
  color: #003056;
}

h2 {
  font-size: 60px;
  line-height: 60px;
  padding-top: 65px;
}

h3 {
  color: #908b8b;
  font-size: 25px;
  line-height: 42px;
  padding-top: 70px;
  margin-bottom: 21px;
}

.page1 h3 {
  padding-top: 69px;
  margin-bottom: 23px;
}

h3.h3__head1 {
  margin-bottom: 18px;
}

h3.h3__head2 {
  padding-top: 77px;
  margin-bottom: 13px;
}

/****Lists****/

/*ul {
  padding: 0;
  margin: 0;
  list-style: none;
}*/

.list {
}

.list li {
  overflow: hidden;
}

.list li .text1 {
}

.list .list_count {
  margin-right: 17px;
  float: left;
  width: 42px;
  height: 43px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background-color: #003056;
  margin-top: 5px;
}

.list li + li {
  margin-top: 10px;
}

.list li + li + li {
  margin-top: 12px;
}

.list1 {
  padding-top: 1px;
  margin-bottom: 69px;
}

.list1 li {
  background: url(../img/marker.png) 0 3px no-repeat;
  padding-left: 23px;
}

.list1 li + li {
  margin-top: 10px;
}

ul.list2 li + li {
  margin-top: 10px;
}

.mislistas {
  list-style: disc !important;
  margin-left: 5%;
}

/****Links****/

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

a:hover {
  color: #003056;
}

.box_title a:hover {
  color: #fff;
}
footer a:hover {
  text-decoration: none !important;
}

.btn {
  border-radius: 3px;
  margin-top: 18px;
  display: inline-block;
  background-color: #003056;
  padding: 6px 23px 7px;
  color: #fff;
 /* font: bold 18px/24px "Poppins", sans-serif;*/
  font-family: 'Poppins', sans-serif;
}

.btn:hover {
  background-color: #555;
  color: #fff;
}

/****classes****/

.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}

.pad1 {
}

.img_inner {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-top: 5px;
}
.imgmedida {
  max-width: 200px;
  max-height: 150px;
}

.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-top: 3px;
}

.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}

.alright {
  text-align: right;
}
.center {
  text-align: center;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.pad_1 {
  padding: 6px 30px 27px;
  overflow: hidden;
}

/*header*/

.main {
  /*background-color: #fff;*/
}

header {
  display: block;
  padding-top: 0;
  text-align: center;
}

header h1 {
  position: relative;
  margin-bottom: 57px;
}

header h1 a {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;

  text-indent: -999px;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}
header h1 a img {
  display: block;
}

.socials {
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #c2c2c2;
  padding: 0 115px 20px;
  display: inline-block;
  margin-bottom: 61px;
}

.socials .fa {
  background-color: #d4d2d2;
  display: inline-block;
  width: 38px;
  height: 37px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 37px;
  -moz-transform: rotate(0deg); /* Для Firefox */
  -ms-transform: rotate(0deg); /* Для IE */
  -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(0deg); /* Для Opera */
  transform: rotate(0deg);
}

.socials .fa + .fa {
  margin-left: 4px;
}

.socials .fa.fa-instagram {
  font-size: 25px;
}

.socials .fa:hover {
  background-color: #bfdfd5;
  -moz-transform: rotate(360deg); /* Для Firefox */
  -ms-transform: rotate(360deg); /* Для IE */
  -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(360deg); /* Для Opera */
  transform: rotate(360deg);
}

/**estilos menu***/
.menu_block {
  z-index: 999;
  position: relative;
  max-width: 1200px;
  width: 100%;
  float: right;
  text-align: right;
  /*margin:auto;*/
}

.menu_block:after {
  bottom: -10px;
  left: 0;
  /*margin-left: -482px;*/
  /*margin-left: -600px;*/
  background: #003056;
  /*background-color: #003056;*/
  height: 10px;
  max-width: 1200px;
  width: 100%;
  content: "";
  position: absolute;
}
#menu {
  max-width: 760px;
  width: 100%;
  z-index: 999;
  position: relative;
  padding: 0 0 0px;
  margin-right: 0;
  float: right;
}

#menu li {
  display: block;
  float: left;
  text-align: center;
}

/* Damos estilo a nuestros enlaces */
#menu li a {
  font-size: 1.3em;
  display: block;
  color: #565656;
  /*color: #908b8b;*/
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-family: sans-serif;
  /*text-transform:uppercase;*/
}

#menu ul > li > a:before {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: url(../img/flecha.png);
  bottom: -10px;
  margin-left: 3%;
  position: absolute;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  font-family: "FontAwesome";
}
#menu ul > li > a:hover:after {
  content: "";
  font-family: "FontAwesome";
}
#menu ul > li.Hover > a,
#menu ul > li.current > a,
#menu ul > li > a:hover {
  /*color: #bfdfd5;color:#003056;*/
  color: #565656;
}
#menu ul > li.Hover > a:before,
#menu ul > li.current > a:before,
#menu ul > li > a:hover:before {
  bottom: 0px;
}
/* Estilos #nav-mobile y lo ocultamos */
#nav-mobile {
  display: none;
  background: url(../img/nav.png) no-repeat center center;
  float: right;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
}

/* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
#nav-mobile.nav-active {
  opacity: 1;
}
/**************fin estilos menu*/

/**Content**/

.content {
  padding-bottom: 84px;
}
.page1 .content {
  padding-bottom: 10px;
}

.box {
  background-color: #f9f9f9;
  text-align: center;
  margin-top: 30px;
}

.box_title {
  color: #fff;
  /*background-color: #cce8df;
	background:#7a1c39;*/
  background: #003056;
  padding: 18px 0 18px;
  font-family: 'Poppins', sans-serif;
  /*font: 30px/32px "Poppins", sans-serif;*/
}

.box_bot {
  color: #908b8b;
  /*border: 1px solid #e2e2e2;*/
  border-top: 0;
  /*padding: 31px 28px 27px 29px;*/

  padding: 0;
  padding-bottom: 27px;
  /*font: 22px/24px "Poppins", sans-serif;*/
  font-family: 'Poppins', sans-serif;
}

.box_bot img {
  margin-bottom: 26px;
}

.news {
  overflow: hidden;
}

.news time {
  padding-top: 2px;
  display: block;
  float: left;
  color: #fff;
  background-color: #d1d0d0;
  width: 70px;
  margin-top: 3px;
  margin-right: 30px;
  text-align: center;
  text-transform: uppercase;
  /*font: bold 24px/24px "Poppins", sans-serif;*/
  font-family: 'Poppins', sans-serif;
}

.news time span {
  margin-top: 3px;
  display: block;
  background-color: #003056;
  font-size: 22px;
  padding: 2px 0 3px;
}

.news + .news {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c2c2c2;
}

.block2 {
  padding-top: 5px;
  overflow: hidden;
}

.block2 img {
  border: 1px solid #efeeee;
}

.block2 + .block2 {
  padding-top: 23px;
}

.block2 + .block2 + .block2 {
  padding-top: 24px;
}

.block3 {
  background-color: #eef6f4;
  padding: 0 48px 23px 28px;
  border-radius: 2px;
  margin-right: 6px;
}

.block3 em {
  color: #878787;
}

.block3 h3 {
  padding-top: 17px;
  margin-bottom: 7px;
}

.block3 .alright {
  padding-right: 19px;
}

.text1 {
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 22px;
}

/**Gallery**/

a.gal {
  background: url(../img/magnifier.png) center center no-repeat #003056;
  display: block;
}

a.gal img {
  width: 100%;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  box-shadow: 0 0 0 #fff;
}

a.gal:hover img {
  opacity: 0.2;
}

/**Separators**/

.sep__1 {
  height: 19px;
}

.hor_separator {
  /*border-bottom: 1px solid #c2c2c2;*/
  border-bottom: 3px solid #003056;
  padding-top: 72px;
}

.hor_separator.hor__1 {
  padding-top: 76px;
}

.bq1 {
  border: 3px;
  /*background: url(../img/quotes.png) 22px 10px no-repeat;*/
  padding: 38px 36px 10px 37px;
  background-color: #003056;
  margin-right: 6px;
  color: #fff;
  margin-top: -4px;
}

.bq1 p {
  margin-bottom: 16px;
  font-style: italic;
  background: none;
  opacity: none;
}

.bq1 .alright {
  color: #fff;
  /*font: 24px/24px "Poppins", sans-serif;*/
  font-family: 'Poppins', sans-serif;
}
/**Map**/

.color1 {
  /*color: #7a1c39;*/
  color: #003056;
}

.color1 a:hover,
a.color1:hover {
  color: #878383;
}

.color2 {
  color: #878383;
}

.map {
  position: relative;
}

.map figure {
  position: relative;
  top: 20px;
  padding: 28px 0 14px;
  position: relative;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.map figure iframe {
  width: 100%;
  height: 399px;
  max-width: 100%;
}
.map address {
  display: block;
}

.map .text1 {
  padding-top: 8px;
}

.map address dt {
}

address dd span {
  display: inline-block;
  text-align: left;
}

/**Footer**/

footer {
  display: block;
  position: relative;
  color: #fff;
  padding-top: 22px;
  padding-bottom: 40px;
  text-align: center;
  background: #868686;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .f_logo {
  /*font: bold 50px/50px "Poppins", sans-serif;*/
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

footer .f_logo a:hover {
  text-decoration: underline;
  color: #fff;
}

a.mail_link {
  display: inline-block;
}

.f_phone {
  margin-left: 35px;
  display: inline-block;
}

.f_contacts {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}

.f_contacts .fa {
  margin-right: 6px;
}

footer .fa-phone {
  position: relative;
  font-size: 29px;
}

footer:after {
  top: -45px;
  left: 50%;
  background: #003056;
  height: 20px;
  max-width: 100%;
  width: 100%;
  content: "";
  position: absolute;
  right: 0%;
  left: 0%;
}

.copy {
  padding-top: 43px;
}

.copy span {
  display: block;
  margin-bottom: 11px;
  /*font: bold 22px/18px "Poppins", sans-serif;*/
  font-family: 'Poppins', sans-serif;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 610px;
  overflow: hidden;
  width: 61px;
  height: 75px;
  border: none;
  text-indent: -999px;
  z-index: 20;
  background: url(../img/totop.png) no-repeat left 0;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}
#toTop:hover {
  outline: none;
  background-position: right 0;
}

#galeria,
#videos {
 /* 
  
  
  margin: auto;display: flex;
   margin-top: 2%;

   #videos .videos {
  width: 48.5%;
  height: auto;
  margin-right: 2.5%;
  float: left;
}
  #videos {
 
}

border: 5px red;
display: flex;
  justify-content: center;*/
  width: 100%;
  display: flex;
}

#galeria .imggaleria {
  width: 49.5%;
  margin: 0.5em;
 /* margin: auto; 
 align-self: center;
  border: 8px blue;*/
}

.miframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

/**************octubre**************/

#tabla {
  display: table;
  width: 100%;
  border: 1px solid #c2c2c2;
  border-top: none;
  border-right: none;
}

#fila {
  display: table-row;
  width: 100%;
}
#encabezado {
  border: 1px solid #c2c2c2;
  width: 100%;
  text-align: center;
  border-bottom: none;
  font-size: 20px;
  color: #8a8687;
  font-weight: 400;
  padding-top: 1%;
  padding-bottom: 1%;
}
#encabezado span {
  font-size: 15px;
  /*color:#7a1c39;*/
  color: #003056;
}
#celda,
#celda2,
#celda3,
#celda4 {
  display: table-cell;
  width: 14%;
  text-align: center;
  border: 1px solid #c2c2c2;
  border-left: none;
  border-bottom: none;
  line-height: 65px;
  font-size: 22px;
  color: #8a8687;
  font-weight: 400;
}

#celda1 {
  display: table-cell;
  width: 14%;
  text-align: center;
  border-top: 1px solid #c2c2c2;
  line-height: 60px;
  font-size: 24px;
  color: #8a8687;
  font-weight: 400;
}
#celda1 a {
  text-decoration: none;
  color: #fff !important;
}
#celda1:hover {
  background: #003056;
  color: #fff !important;
}

#celda2 {
  width: 70%;
}

#celda3 {
  width: 20%;
  /*vertical-align:middle;*/
}
#celda4 {
  width: 100%;
  /*vertical-align:middle;*/
}
#celda3 span {
  line-height: 20px !important;
  font-size: 14px;
}
.line30 {
  line-height: 30px !important;
}

.colorvino {
  /*color:#7a1c39;*/
  color: #003056;
  font-size: 13px;
}

#celda a,
#celda2 a,
#celda3 a,
#celda4 a {
  text-decoration: none;
  color: #fff !important;
}

#celda4 a {
  padding-left: 40%;
  padding-right: 40%;
}
#celda:hover,
#celda4:hover {
  background: #003056;
  color: #fff !important;
}
#celda2:hover,
#celda3:hover {
  background: none;
  color: #8a8687 !important;
}

.calgris {
  background: #f0f0f0;
}
.calvino {
  background: #003056;
  color: #fff !important;
}

.logosinf {
  width: 14%;
  float: left;
  margin-right: 3%;
}

/**************fin octubre*********/
.social {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 2000;
}

.social ul {
  list-style: none;
  padding-right: 0;
}

.social ul li a {
  font-size: 25px;
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; /* Establecemos una transición a todas las propiedades */
}

.social ul li .icon-facebook {
  background: #3b5998;
}
.social ul li .icon-twitter {
  background: #00abf0;
}
.social ul li .icon-google {
  background: #dd4b39;
}
.social ul li .icon-pinterest {
  background: #ae181f;
}
.social ul li .icon-mail {
  background: #666666;
}
.social ul li .icon-thumbs-up {
  background: #5a739d;
}
.social ul li .icon-youtube {
  background: #e62217;
}
.social ul li .icon-mobile {
  background: #3b5998;
}
.social ul li .typcn-vendor-android {
  background: #96c200;
}

.social ul li a:hover {
  /*background: #000; */
  /*padding-right:30px;*/
}
.btn2 {
  background: #003056 !important;
  width: 100px !important;
  height: 35px !important;
  float: right !important;
  color: #fff !important;
  font-weight: bold !important;
}
.slider {
  width: 70%;
  margin: 50px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}
.fs-12
{
 font-size: 12px;
}
.fs-13
{
 font-size: 13px;
}
.fs-14
{
 font-size: 14px;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media screen and (min-width: 699px) and (max-width: 950px) {
  #tabla {
    width: 90%;
    margin: auto;
  }
  .grid_5,
  .grid_6 {
    width: 94%;
    margin: 0 3%;
  }
  .extra_wrapper {
    padding-top: 5%;
    width: 100%;
  }
  .prefix_2 {
    padding-left: 0%;
  }

  .slider {
    width: 100%;
  }
  .uncuarto {
    width: 30%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 699px) {
  #tabla {
    width: 90%;
    margin: auto;
  }
  #celda {
    font-size: 15px;
  }
  #celda1 {
    font-size: 15px;
  }
  #celda2 {
    font-size: 15px;
  }
  #celda3 {
    font-size: 15px;
  }

  #celda3 {
    /*width:auto !important;*/
  }

  /* mostramos #nav-mobile */
  #nav-mobile {
    display: block;
    background-color: #003056;
  }

  /* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo */
  .menu_block:after {
    left: 0%;
    margin-left: 0;
    background-color: none;
    height: 0;
    max-width: 0;
    width: 0;
    content: "";
    position: none;
  }
  /*#menu
{
	max-width:700px;
	width:100%;
	z-index: 999;
	position: relative;
	padding: 0 0 30px;
	margin-right:5%;
}*/
  #menu {
    width: 100%;
    float: none;
    padding-top: 65px;
    margin-left: 0;
    background-color: #003056;
    padding-bottom: 0;
  }

  /* Convertimos nuestra lista de enlaces en un menú horizontal */
  #menu ul {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    max-height: 0;
    overflow: hidden;
  }
  /* estilos para los LI del menu */
  #menu li {
    background-color: #003056;
    border-bottom: 1px solid #a1a0a0;
    float: none;
  }
  /* Quitamos el borde del ultimo item del menú */
  #menu li:last-child {
    border-bottom: 0;
  }

  #menu li a {
    padding: 15px 0;
    height: auto;
    line-height: normal;
  }
  #menu ul > li > a:before {
    content: "";
    display: none;
  }
  #menu ul > li > a:hover:after {
    content: "";
    display: none;
  }
  #menu li a:hover {
    color: #7a1c39;
    background: #fff;
  }

  /* Agregamos una animación al despligue del menú */
  #menu ul.open-menu {
    max-height: 400px;
    transition: max-height 0.4s;
  }

  .view {
    width: 40%;
    height: 186px;
    margin-right: 4%;
  }
  .grid_4,
  .grid_7,
  .grid_8,
  .grid_5,
  .grid_6 {
    width: 94%;
    margin: 0 3%;
  }

  .box_bot .maxheight a {
    padding: 0 40%;
  }
  .camera_prev {
    margin-left: -47%;
  }
  .camera_next {
    margin-left: 42%;
  }
  .fc-calendar {
    width: 95%;
    margin-left: 2%;
  }
  .extra_wrapper {
    padding-top: 5%;
    width: 100%;
  }
  .prefix_2 {
    padding-left: 0%;
  }
  .margender2 {
    margin-right: 3%;
  }
  footer:after {
    left: 0;
    margin-left: 0px;
    max-width: 765px;
    width: 100%;
    content: "";
    position: absolute;
  }
 
  .margaux {
    margin-right: 0;
  }
  #videos .videos {
    width: 80%;
    margin: 0 10% 5% 10%;
  }
  .slider {
    width: 100%;
  }
  .uncuarto {
    width: 32%;
  }
}



/* Estilo general para el contenedor */
    .grid-container {
      display: grid;
      gap: 10px; /* Espacio entre columnas */
      padding: 10px;
    }

    /* Diseño para pantallas grandes (3 columnas) */
    @media (min-width: 768px) {
      .grid-container {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    /* Diseño para pantallas pequeñas (2 columnas) */
    @media (max-width: 767px) {
      .grid-container {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    /* Estilo para los elementos */
    .grid-item {
      
      padding: 1em;
      text-align: center;
    }