@charset "UTF-8";
/*!
 */
 * , *::before , *::after {
  margin : 0;
  padding : 0;
  border : 0;
  box-sizing : border-box;
  vertical-align : baseline;
}
*::before , *::after {
  display : block;
}
a{
    text-decoration: none;
}
:root {
   
  /* Naranja */
--colorPrimario100: #d35400;   /* Naranja fuerte */
--colorPrimario75:  #e67e22;   /* Naranja medio */
--colorPrimario50:  #f39c50;   /* Naranja claro */
--colorPrimario25:  #f8c9a1;   /* Naranja muy suave */
--colorPrimario0:   #fff2e6;   /* Fondo claro con matiz naranja */

/* Amarillo/Dorado */
--colorSecundario100: #f1c40f; /* Dorado intenso */
--colorSecundario75:  #f4d03f; /* Amarillo medio */
--colorSecundario50:  #f7dc6f; /* Amarillo claro */
--colorSecundario25:  #f9e79f; /* Amarillo pálido */
--colorSecundario0:   #fef9e7; /* Muy suave, casi blanco dorado */

/* Café */
--colorTerciario100: #6e3b0e;  /* Café oscuro */
--colorTerciario75:  #8b572a;  /* Café medio */
--colorTerciario50:  #b07d50;  /* Café claro */
--colorTerciario25:  #d4b39f;  /* Café suave/beige */
--colorTerciario0:   #f5eae3;  /* Fondo claro con toque café */

--colorComplementario100: #17083b; /* Azul oscuro intenso */
--colorComplementario75:  #2c3e73; /* Azul oscuro medio */
--colorComplementario50:  #445dad; /* Azul complementario brillante */
--colorComplementario25:  #7d92d1; /* Azul claro con tinte frío */
--colorComplementario0:   #dce6f7; /* Azul muy suave, casi blanco frío */





    --cl-azul: #0f6fec;
    --cl-gris:#ececec;
    --cl-gris1:#242424;
    --cl-dorado:#FFE0CD;
    --cl-doraro2:#F5BE9C;
    --cl-doraro3:#D89C6E;
    --cl-naranja:#FF9100;
    --cl-naranja:#ff6600;
    --cl-blanco:#fff;
    --cl-rojo:#ff3d65;
    --cl-rosa:#ff27ef;
    --cl-amarillo:#ffcd06;
    --cl-verde:#00FF80;
    --cl-morado:#7600fd;
    --cl-negro:#1a1a1a;
    --cl-negro2:#151412;
}
table , tr , td , th , tbody , thead , tfoot {
  border-collapse : collapse;
  border-spacing : 0;
}
button{
    cursor: pointer;
}
button:active{
    transform: scale(.95);
}
#main-content {
      display: none;

    }


.color{
  background: #464646;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.social-media{
font-family: 'Social Media';
font-weight: normal;
font-style: normal;
font-size: 24px;  /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}

 .quicksand300{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
}

body{
  
  /* font-family: 'Gotham', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
 font-family: "Quicksand", sans-serif;
    font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
 /* transition:all .5s;*/
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

i.fa-solid{
  font-size: 16px;
}

html, body{
  height: 100%;
  /* background-color: light-dark(var(--cl-blanco), var(--cl-gris1));
  color:light-dark(var(--cl-gris1), var(--cl-blanco));
   */
  scroll-behavior: smooth;
  background: #f8f9fa;
  width: 100%;
}
.tem_nav_header{
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
   /* background-color: rgb(255 255 255 / 0.8); */
 
   z-index: 99;
   /* backdrop-filter: blur(5px);
   -webkit-backdrop-filter: blur(5px); */
   transition: all .3s;
}
.tem_menu_der{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    list-style: none;
}
.tem_menu_der li a{
    text-decoration: none;
}
.logo img{
    max-height: 100%;
}
.tem_nav_header_flex{
    display: flex;
     justify-content: space-between;
    padding: 16px;
    height: 150px;
    align-items: center;
    margin: auto;
    transition: all .3s;
}

.mr_auto {
  margin-left: auto;
  margin-right: auto;
}
.tem_container {
  width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 5px 15px;
}



.tex_center{
    text-align: center;
}
.h1t{
    font-size: 32px;
}
.tem_bloq{
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
}
.tem_bloq h1{
    color: var(--colorPrimario100);
    line-height: 1.2;
}
.tem_input{
    display: flex;
    flex-direction: column;
}
.tem_input label{
    display: block;
    font-weight: bold;
}
.tem_input input, .tem_input select{
    min-height: 40px;
    border-radius: 6px;
    padding:  0 10px;
    background: var(--colorPrimario0);
    border: 1px solid var(--colorPrimario25);
    font-size: 14px;
}

.item_slide{
    height: 600px;
    text-align: center;
     display: flex;
}
.item_slide_cont{
    margin: auto;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item_slide_cont h1{
    font-size: 68px;
    line-height: 1;
    color: var(--colorComplementario100);
}
.item_slide_cont p{
    font-size: 18px;
}
.btn{
    display: flex;
    background: var(--colorPrimario100);
    border-radius: 22px;
    align-items: center;
    justify-content: center;
    color: var(--cl-blanco);
    padding: 10px 15px;
    gap: 5px;
    height: 44px;
   
}
.btn  span{
     font-size: 14px;
     line-height: 1;

}
.btn i{
    font-size: 18px;
}
.btn_none{
    background: none;
    color: var(--colorPrimario75);
}
.btn_info{
    background:var(--colorPrimario0);
    color: var(--colorPrimario75);
}
.btn_blanco{
    background: var(--cl-blanco);
    color: var(--colorPrimario100);
}
.btn_secundario{
    background:var(--colorSecundario100);
    color: var(--cl-blanco);
}
.btn_complementario{
    background:var(--colorComplementario100);
    color: var(--cl-blanco);
}
.bg_azul{
    background: var(--cl-azul);
}
.bg_verde{
    background: var(--cl-verde);
}
.bg_amarillo{
    background: var(--cl-amarillo);
}
.tem_bloq{
    padding: 0 15px;
}
.tem_card_ind_cont{
    padding:  0 15px;
}
.bg-color{
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}

footer{
    background: var(--colorPrimario75);
   color: var(--cl-blanco);
   text-align: center; 
   padding: 10px 5px;
   padding-bottom: 0;
 
}
footer small{
    line-height: 1.2;
    display: block;
    font-size: 12px;
}
.logo{
    max-width: 120px;
    height: 100%;
}

.cont_tarjetas{
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  padding: 20px;
  margin: auto;
  margin-bottom: 50px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: var(--cl-blanco);
  border-radius: 12px;

}
.grid_items{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.item_select{
    padding: 15px;
    border-radius: 6px;
    border: 2px solid var(--colorPrimario0);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all .3s;
    cursor: pointer;
}
.item_select h3{
    font-size: 16px;
    font-weight: 600;
    color: var(--colorSecundario100);
}
.item_select p{
    font-size: 14px;
    line-height: 1.2;
    color: var(--colorPrimario50);
}
.tx_verde{
    color: var(--colorSecundario100);
}
.d_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.trj_br{
    border-top: 4px solid var(--colorSecundario100);
}
.hidden {
    display: none !important;
}
.fl_space{
    display: flex;
    justify-content: space-between;
}
.fl_star{
    align-items: start;
}
.slid_vert{
    display: flex;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    height: 100%;
}
.slid_vert figure{
    width: 50%;
    height: 100%;
}
.slid_vert_tx{
    text-align: left;
    width: 50%;
    display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 100px;
  gap: 30px;
}
.slid_vert figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom left; 
}
.dg_video{
    position: relative;
    display: flex;
    gap: 15px;
    max-width: 100%;
    width: 400px;
    margin-top: -100px;
    margin-left: 200px;
}
.dg_video figure{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}
.dg_video figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dg_video i{
    background: var(--colorPrimario75);
    color: var(--cl-blanco);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: -15px;
    top: 20px;
    z-index: 2;
}
.dg_video figcaption{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    gap: 10px;
}
.dg_video figcaption img{
    max-width: 30px;
}

.bar_dog{
    background: var(--colorComplementario100);
    color: var(--cl-blanco);
    display: flex;
    padding: 15px;
    border-radius:40px;
    width: 100%;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;

}
.item_bar_dog{
    width: 25%;
    text-align: center;
    border-right: 1px solid var(--colorComplementario75);
   transition: all .3s;
   cursor: pointer;
}
.item_bar_dog:last-child{
    border: none;
}
.item_bar_dog figure{
    width: 100px;
    height: 120px;
    margin: auto;
    display: flex;
}
.item_bar_dog figure img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}
.item_bar_dog figcaption p{
    font-size: 12px;

}
.item_bar_dog:hover{
        background: var(--colorSecundario100);
    color: var(--colorComplementario100);
    transform: translateY(-40px);
    border: transparent;
     border-radius: 30px;
}
.item_bar_dog:hover a{
    color: var(--colorComplementario100);
}
.dog_active{
    background: var(--colorSecundario100);
    color: var(--colorComplementario100);
    transform: translateY(-40px);
    border: transparent;
     border-radius: 30px;
}
.dog_active a{
    color: var(--colorComplementario100);
}
.dg_card_db{
    padding: 30px;
    border-radius: 30px;
    display: flex;
    width: 50%;
    position: relative;
}
.dg_card_db figcaption{
    width: calc(100% - 165px);
    display: flex;
    flex-direction: column;
    gap: 15px;
  align-items: center;
  color: var(--cl-blanco);
}
.dg_card_db figcaption h4{
    font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}
.dg_card_db figure{
    width: 200px;
    position: absolute;
    right: 0;
    top: -60px;
    bottom: 0;
    overflow: hidden;
}
.dg_card_db figure img{
    /* width: 100%; */
    height: 100%;
    /* object-fit: contain; */
}
.dg_card_but{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.dg_card_but button{
  
    width: 50%;
    
}
.dg_card_but button img{
    width: 30px;
}
.bg_naranja{
    background: var(--cl-naranja);
}
.d_flex_row{
    display: flex;
}
.bg_morado{
    background: var(--cl-morado);
}
.gap_15{
    gap: 15px;
}
.galeri_dog{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
}
.galeri_dog li{
    width: 19%;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
    list-style: none;
    position: relative;
    transition: all .3s;
}
.galeri_dog li figure{
    width: 100%;
    height: 100%;
}
.galeri_dog li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.galeri_dog li figcaption{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.329);
    backdrop-filter: blur(5px);
    padding: 10px;
    z-index: 2;
    font-size: 14px;
    line-height: 1.2;
    color: var(--cl-blanco);
}
.galeri_dog li figcaption strong{
    font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.galeri_dog li:hover figure img{
    transform: scale(1.1);
}
.th2{
    text-align: center;
    display: block;
    padding-top: 30px;
}
.th2 h2{
    font-size: 48px;
    font-family: "DM Serif Display", serif;
  font-weight: 600;
  font-style: normal;
  color: var(--colorComplementario100);
}

.cont_dg_card{
    padding-top: 50px;
}

.ban_pareja{
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    height: 400px;

}
.ban_pareja figcaption{
    width: 40%;
    height: 100%;
    background: var(--colorTerciario100);
    padding: 30px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: var(--cl-blanco);
}
.ban_pareja figcaption h5{
        font-size: 24px;
        line-height: 1.2;
    font-family: "DM Serif Display", serif;
  font-weight: 600;
  font-style: normal;

}
.ban_pareja figure{
    width: 60%;
}
.ban_pareja figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w25{
    width: 25%;
}
.logo_pie{
    width: 100px;
    display: block;
}
.logo_pie img{
    width: 100%;
    height: auto;
}
.tx_pie{
    width: calc(100% - 150px);
    text-align: left;
    font-size: 12px;
    padding-left: 15px;
}
.sec_02{
    margin-bottom: 30px;
}
.sec_03{
    background: var(--cl-gris);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.pie_list_menu{
    list-style: none;
    padding-left: 0;
    text-align: left;
}
.pie_list_menu li{
    margin-bottom: 6px;
}
.tx_left{
    text-align: left;
    display: block;
}
.ico_cont {
    margin-bottom: 6px;
    display: block;
}
.ico_cont i{
    font-size: 18px;
    vertical-align: middle;
}
.ico_redes{
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}
.ico_redes img{
    width: 100%;
    height: 100%;
}
.cont_ico_redes{
    padding-top: 15px;
    display: flex;
    flex-wrap:wrap ;
    gap: 15px;
}
.pie_small{
    background: var(--colorPrimario100);
    display: block;
    padding: 5px;
    margin-top: 5px;
}
    /* Pantalla de carga */
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      opacity: 1;
      animation: fadeOut 1s ease 2s forwards;
    }

    /* Imagen dentro del loader */
    #loader img {
      width: 250px;
      height: auto;
      animation: popIn 1s ease;
    }

    /* Animación entrada */
    @keyframes popIn {
      0% {
        transform: scale(0.8);
        opacity: 0;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    /* Animación salida */
    @keyframes fadeOut {
      to {
        opacity: 0;
        visibility: hidden;
      }
    }

.galeria_eventos ul{
       padding-left: 0;
    list-style: none;
		width: 100%;
		margin: 50px auto;
	display: grid;
	grid-gap: 15px;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
	}

.galeria_eventos ul li {
 position: relative;
	border-radius: 15px;
    overflow: hidden;
	width: 100%;
	height: 100%;
    transition: all .3s;
}

.galeria_eventos ul li img{
    
    width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.medium {
		grid-row: span 1;
	}

	.large {
		grid-row: span 2;
	}

	.wide {
		grid-column: span 2;
		grid-row: span 2;
	}

.galeria_eventos ul li:hover img{
    transform: scale(1.1);
}
.list_logo_marcas{
  display: flex;
  gap: 0 50px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}
.list_logo_marcas li {
  width: 140px;
  height: 140px;
  overflow: hidden;
  padding: 5px;
  display: flex;
}
.list_logo_marcas li img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  object-fit: contain;
}
.bg-color .tem_nav_header_flex{
    height: 80px;
}
.cont_calidad{
    display: flex;
    gap: 30px;
}
.img_calidad_texto p{
    font-size: 16px;
    column-count: 2;
    column-gap:30px;
}
.btn_descargar{
    
}
.img_calidad_imagen{
    width: 40%;
}
.img_calidad_texto{
    flex: 1;
}
.img_calidad_imagen img{
    margin: auto;
    display: block;
    max-width: 100%;
}

.sec_texto1{
    padding-bottom: 30px;

}
.cont_acerca{
    max-width: 800px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    display: flex;
    gap: 15px;
    align-items: center;
}
.cont_acerca figure{
    width: 36%;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1/1;
    border: 10px solid #fcc2a2; 
    
}
.cont_acerca figure img{
    width: 100%;
    height: 100%;
}

.cont_acerca figcaption{
    flex: 1;
}
.cont_acerca figcaption p{
    column-count: 2;
    column-gap: 20px;
}
.sec_acerca{
    background-image: url(../images/fondp-top.png);
    background-position: bottom;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.dm_nombre{
     font-family: "DM Serif Display", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;

}
.no-alerta{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--cl-rojo);
}

.sec_galeria{
    padding-top: 100px;
}




.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;

}

.modal-content {
  height:100%;
  width: 100%;
}
.modal_galery figure{
    width: 100%;
    height: 100%;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 1000;
    background: var(--cl-rojo);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
}   
.close-btn i{
    margin: auto;
}
.modal_galery{
    max-height: 80%;
    max-width: 80vw;
    margin: auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.pielogos{
    background: #fff;
    padding: 30px 0;
    margin-top: 30px;
}



























































.galeria_eventos ul li {
	position: relative;
    cursor: pointer;
}
.galeria_eventos ul li::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.galeria_eventos ul li:hover::before {
	-webkit-animation: shine .5s;
	animation: shine .5s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.tem_menu_der .active a{
    background: #fff;
}

.btn img{
    width: 24px;
    height: 24px;

}
.btn_phone{
    background: #119509;
    padding: 10px;
}

























.d_none{
    display: none;
}




@media (max-width: 1280px) {
 
}
@media (max-width: 1024px) {
 
}
@media (max-width: 768px) {
    .ban_pareja figure{
        height: 200px;
    }
    .img_calidad_imagen{
        width: 80%;
        margin: auto;
    }
    .no-alerta{
        font-size: 18px;
    }
    .cont_acerca figure{
        width: 80%;
    }
    .cont_acerca figcaption p{
        column-count: 1;
        text-align: center;
    }
    .cont_acerca{
        flex-direction: column;
    }
    .cont_calidad{
        flex-direction: column;
    }
    .img_calidad_texto p{
        column-count: 1;
    }
    .dg_card_db figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 .tem_card_ind_cont{
    grid-template-columns: repeat(1, minmax(0, 1fr));
 }
 .tem_bloq{
    margin-bottom: 20px;
 }
 /* {
    grid-template-columns: repeat(1, minmax(0, 1fr));
 } */

 .slid_vert{
    flex-direction: column-reverse;
  
 }
 .slid_vert figure{
    width: 100%;

 }
 .slid_vert_tx{
    width: 100%;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
 }
 .item_slide_cont h1{
    font-size: 24px;
 }
.dg_video{
    margin-top: 50px;
    margin-left: 15px;
}
.bar_dog{
    flex-wrap: wrap;
    margin-bottom: 0;
}
.item_bar_dog{
    width: calc(50% - 15px);
    border: none;
}
.th2 h2{
    font-size: 36px;
}
.cont_dg_card{
    padding-top: 0;
    flex-wrap: wrap;
}
.dg_card_db figure{
    position: relative;
    width: 100px;
}
.dg_card_db{
    width: 100%;
    padding: 15px;
}
.dg_card_db figcaption {
  width: calc(100% - 115px);


}
.galeri_dog li {
  width: calc(50% - 8px);
}
.ban_pareja{
    flex-wrap: wrap;
    height: auto;
}
.ban_pareja figcaption{
    width: 100%;
    
}
.ban_pareja figure{
    width: 100%;
}
.flex_pie{
    flex-wrap: wrap;
}
.flex_pie .w25{
    width: 100%;
}
.slid_vert_tx{
    gap: 15px;
    padding-bottom: 30px;
}
.tem_menu_der li a i{
    display: none;
}
.galeria_eventos ul{
    grid-template-columns: repeat(2, 1fr);
	width: 100%;
	margin: 50px auto;
	
	display: grid;
	grid-gap: 15px;
}
.large {
  grid-row: span 1;
}
  .list_logo_marcas li {
    width: 33.3%;
    height: 120px;
  }
.btn_phone span{
    display: none;
}
.tem_nav_header_flex{
    height: 100px;
}
.modal_galery{
    width: 100%;
    height:auto;
}
.tem_menu_der li a.btn{
    padding:5px;
}
.tem_menu_der{
    gap: 5px;
}
}
@media (max-width: 640px) {
 
}
