@font-face {
  font-family: "Oleragie";
  src: url("../fonts/Oleragie.otf") format("opentype");
  font-display: swap;
}

.fontOleragie{
  font-family: 'Oleragie', sans-serif;
}

@font-face {
  font-family: "Nexa-ExtraLight";
  src: url("../fonts/Nexa-ExtraLight.ttf") format("truetype");
  font-display: swap;
}

.fontNexaExtraLight{
  font-family: 'Nexa-ExtraLight', sans-serif;
}

@font-face {
  font-family: "Nexa-Heavy";
  src: url("../fonts/Nexa-Heavy.ttf") format("truetype");
  font-display: swap;
}

.fontNexaHeavy{
  font-family: 'Nexa-Heavy', sans-serif;
}

@font-face {
  font-family: "Aleo-Bold-Italic";
  src: url("../fonts/Aleo-BoldItalic.ttf") ;
  font-display: swap;
}

.fontAleoBoldItalic{
  font-family: 'Aleo-Bold-Italic', sans-serif;
}

@font-face {
  font-family: "Raleway-Medium";
  src: url("../fonts/Raleway-Medium.ttf");
  font-display: swap;
}

.fontRalewayMedium{
  font-family: 'Raleway-Medium', sans-serif;
}

@font-face {
  font-family: "Glique";
  src: url("../fonts/Glique-Regular.otf") format("opentype");
  font-display: swap;
}

.fontGlique{
  font-family: 'Glique', sans-serif;
}

@font-face {
  font-family: "SaunaPro";
  src: url("../fonts/SaunaPro-RegularItalicSwash.otf") format("opentype");
  font-display: swap;
}

.fontSaunaPro{
  font-family: 'SaunaPro', sans-serif;
}

@font-face {
  font-family: "Alegreya";
  src: url("../fonts/Alegreya-Regular.ttf") format("truetype");
  font-display: swap;
}

.fontAlegreya{
  font-family: 'Alegreya', sans-serif;
}

@font-face {
  font-family: "Playfair";
  src: url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-display: swap;
}

.fontPlayfair{
  font-family: 'Playfair', sans-serif;
}


html {
  height: 100%;
  line-height: 1.8;
}

body {
  height: 100%;
  background: #ffffff;
  overflow-x: hidden;
}

.mp-0 {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.centrado {
  display: flex;
  justify-content: center;
}

.space-between {
  display:flex;
  justify-content: space-between;
}

.color-negro {
  color: #1D1D1B;
}

.color-blanco {
  color: #FFFFFF;
}

.color-gris {
  color: #BBBBBB;
}

.color-beige {
  color: #F8B877;
}

.color-azul-claro {
  color: #037DCE;
}

.color-azul-oscuro {
  color: #01233A;
}

.color-azul-firma {
  color: #3D567A;
}

.color-dorado {
  color: #B18D58;
}


.bg-home {
  background-image: url("../images/bg-home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.bg-negro {
  background-color: #000000;
}

.logo {
  width:35%; 
  margin-left: 10%;
}

.pad-logo {
  padding-top: 8%;
}

.menu-sup {
  margin-right:6% !important;
  font-size: 1rem;
}

.navbar {
  background-color: transparent !important;
}

/*
.icon-rs-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 2px solid transparent;
}

.icon-rs-home img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: filter 0.8s ease; 
}


.icon-rs-home:hover img {
  filter: invert(35%) sepia(96%) saturate(2098%) hue-rotate(191deg) brightness(95%) contrast(94%);
}
*/

.icon-rs-home {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* Ambos íconos ocupan el mismo lugar */
.icon-rs-home img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: auto;
  display: block;
}

/* Ícono original (dorado) visible al inicio */
.icon-rs-original {
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* Ícono azul, oculto inicialmente */
.icon-rs-blue {
  opacity: 0;
  transition: opacity 0.4s ease;
  filter: invert(35%) sepia(96%) saturate(2098%) hue-rotate(191deg)
          brightness(95%) contrast(94%); /* esto lo lleva a #037DCE */
}

/* HOVER: se apaga el original y aparece el azul */
.icon-rs-home:hover .icon-rs-original {
  opacity: 0;
}

.icon-rs-home:hover .icon-rs-blue {
  opacity: 1;
}


.padd-menu {
  padding-top: 570px;
}

.hover-underline {
  color: #BBBBBB;    
  font-size: 0.8rem;  
  position: relative;
  display: inline-block;
  transition: color .3s ease;
  font-family: 'Raleway-Medium', sans-serif;
  letter-spacing: 2px; 
}

/* Subrayados (ocultos al inicio) */
.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #F8B877, #463321);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

/* Línea superior */
.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover {
  color: #037DCE !important;  
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}



.margen-izq-home {
  margin-left: 5%;
}

.titulo-grande-home {
  font-size: 2rem;
  font-family: 'Oleragie', sans-serif;
  line-height: 5rem;
}

.padding-top-home {
  padding-top:7%; 
}

.icono-burger {
  font-size: 1.6rem;
}

.texto-representante {
  color: #C2BDB9;
  padding-top: 2%;
  padding-right: 50%;
  font-size: 1rem;
  font-family: 'Nexa-ExtraLight', sans-serif;
}

.div-boton-home {
  margin-left: 5%;
  padding-top: 1.5%;
}

.btn-gradient {
  padding: 10px 40px;                         
  border: none;                               
  border-radius: 20px;                        
  font-size: 1rem;
  font-weight: 600;
  color: white;                               
  background: linear-gradient(to right, #01233A 70%, #037DCE);
  cursor: pointer;
  background-size: 200% 100%;     /* permite la animación suave */
  background-position: right center;
  transition: background-position 0.8s ease-in-out, transform 0.3s ease;              
}

.btn-gradient:hover {
  background-position: left center;  /* se mueve al otro extremo */
  transform: scale(1);   
  border: 2px solid #01111b;
}

.col-izq-home {
  padding-top: 280px; 
  padding-bottom: 180px;
  padding-left: 0px;
  padding-right: 0px;
}

.logo-dorado-home {
  width: 35%;
}

.texto-col-izq-home {
  font-size: 1rem;
}

.pad-texto1 {
  padding-top: 7%;
  padding-right: 13%;
  padding-left: 13%;
}

.pad-texto2 {
  padding-top: 5%;
  padding-right: 10%;
  padding-left: 10%;
}

.linea-negra {
  background: linear-gradient(90deg, #000000, #000000);
  height: 3px;
  max-width: 100%;
  padding: 0;
  margin-left: 0%;
  margin-top: 10%;
}

.barra-bicolor {
  background: linear-gradient(90deg, #037DCE 0%, #01233A 50%);
  height: 30px;
  max-width: 100%;
  padding: 0;
  margin-left: 0%;
  margin-top: 0%;
}

.caja {
  background-color: transparent;  
  border-left: 1px solid red;
  padding: 0px;
  margin-left: 10px;
  height: 100%;
}

.titulo-grande-varietales {
  font-size: 1.2rem;
  font-family: 'Oleragie', sans-serif;
  line-height: 4rem;
  letter-spacing: 3px;
  padding-top: 5%;
  padding-bottom: 2%;
}

.linea-negra-varietal {
  background: linear-gradient(90deg, #000000, #000000);
  height: 1px;
  max-width: 100%;
  padding: 0%;
  margin: 0%;
}

.linea-vertical-varietal {
  border-left: 1px solid black; 
  height: 100%; 
  margin-left: 4%;
}

.titulo-varietal {
  font-family: 'Glique', sans-serif;
  font-size: 3rem;
  color: #F8B877;
  padding-left: 3%;
}

.linea-vertical-varietal-derecha {
  border-right: 1px solid black; 
  height: 100%;
  margin-right: 5%;
  padding-right: 5%;
}

.borde-derecho {
  border-right: 1px solid black;
}

.img-botella-blanca {
  width: 90%; 
  margin-top: -50px;
  margin-bottom: 50px
}

.img-botella-rosa {
  width: 90%; 
  margin-top: -50px; 
  padding-left: 10%;
}

.img-copa-blanca {
  width: 100%;
}

.img-copa-rosa {
  width: 100%;
}

.alineado-botella-blanca {
  text-align: start;
}

.alineado-botella-rosa {
  text-align: center;
}

.margen-izq-varietal {
  padding-right: 10%;
  padding-left: 6%;
}

.margen-izq-varietal1 {
  padding-right: 20%;
  padding-left: 6%;
}



.texto-varietal {
  color: #6B6B6B;
  padding-top: 10%;
  padding-right: 20%;
  padding-left: 6%;
  font-size: 0.9rem;
  font-family: 'Nexa-ExtraLight', sans-serif;
}


.texto-varietal-derecha {
  color: #6B6B6B;
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 6%;
  font-size: 0.9rem;
  font-family: 'Nexa-ExtraLight', sans-serif;
}

.texto-beige-varietal {
  color:#F8B877;
  font-size: 1.5rem;
  font-family: 'Playfair', sans-serif;
}

.icono-mas {
  font-size: 2rem;
}

.bg-permiso {
  background: linear-gradient(90deg, #037DCE 0%, #01233A 50%);
  height: auto;
  max-width: 100%;
  margin: 0px;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
}

.img-botellas-inclinadas {
  width: 50%;
}



:root {
	--d: 2500ms;
	--angle: 90deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: #ffffff;
	--c2: #B18D58;
}

.cuadro-dorado {
  width: 60%;
  border: 3px solid #B18D58;
  padding: 30px !important;
  margin: 20px;
  font-family: 'Alegreya';
  color: #3D567A;
  font-size: 1.3rem;
}


.cuadro-dorado:hover {
  border: 3px solid #B18D58;
  /*border-image: linear-gradient(135deg, #242c34,white ) 1;  */
  border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
  animation: borderRotate var(--d) linear  ; 
}

@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

.adorno {
  width: 30%;
}

.firma-marcos {
  width: 13%;
  cursor: pointer;
}

.marcos-arizu {
  font-family: 'Alegreya';
  font-size: 2.3rem;
  color: #3D567A;
  cursor: pointer;
}

.logo-negro {
  width: 30%;
}

.bg-nubes {
  background-image: url("../images/bg-nubes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;

  display: flex;              
  align-items: center;        /* centra vertical */
  justify-content: center;    /* centra horizontal */
  text-align: center;         /* centra el texto */
}

.texto-estamos-1 {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: 'Nexa-ExtraLight', sans-serif;
}

.texto-estamos-2 {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-family: "SaunaPro";
}



.div-iconos-contacto {
  padding-left: 38%; 
  padding-right: 38%;
  padding-bottom: 8%;
}


.link-contacto {
  width: 130px;
  height: 130px;
  padding: 30px;
  line-height: 65px;
  background-size: cover;
  border-radius: 50%;
  background-color: transparent;  
  border: 2px solid transparent;   
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.link-contacto .icono-contacto {
  font-size: 3rem;
  color: #B18D58;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  transition: .5s;
  z-index: 3;
}

.link-contacto:hover .icono-contacto {
  color: #fff;
  transform: rotateY(360deg);
}

.link-contacto:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f0dec3 0%, #B18D58 30%, #423522 60%);
  transition: .5s;
  z-index: 2;
}

.link-contacto:hover:before {
  top: 0;
}

.bg-encontra {
  background: linear-gradient(90deg, #037DCE 0%, #01233A 50%);
  height: auto;
  max-width: 100%;
  margin: 0px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 3px;
}

.texto-encontra {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: 'Nexa-Heavy'; 
}

.div-iconos-encontra {
  padding: 1%;
  background-color: #000000;
}

.foto-circulo-encontra {
  width: 100px;
  height: 100px;        
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto;
}

.cada-card-circulo {
  background-color: #000000;
}

.cada-card-circulo:hover {
  background-color:#3d4246 ;
}

.foto-marca1 {
  background-image: url(../images/marca_grandbar.png);
}
.foto-marca2 {
  background-image: url(../images/marca_piba.png);
}
.foto-marca3 {
  background-image: url(../images/marca_soberana.jpg);
}
.foto-marca4 {
  background-image: url(../images/marca_central.jpg);
}
.foto-marca5 {
  background-image: url(../images/marca_lagloriacantina.jpg);
}
.foto-marca6 {
  background-image: url(../images/marca_lagloriamercado.jpg);
}
.foto-marca7 {
  background-image: url(../images/marca_autentico.jpg);
}
.foto-marca8 {
  background-image: url(../images/marca_vinobien.png);
}

.nombre-marca {
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 8px;
  text-align: center;
  font-size: 0.9rem;
  text-wrap: nowrap;
}

.texto-marca {
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
  font-size: 0.6rem;
}

.carrito {
  width: 13%;
}

.zoom {
  transition: transform .8s;
}

.zoom:hover {
  transform: scale(1.1);
}



/*------------------------ PANTALLA HD -------------------------------------*/
@media screen and (min-width:1441px) 
{

  .menu-sup {
    margin-right:15% !important;
    font-size: 1.2rem;   
    padding-top: 2%; 
  }

  .hover-underline {  
    font-size: 0.9rem; 
    font-family: 'Raleway-Medium', sans-serif;
    letter-spacing: 4px; 
  }

  .logo {
    width:35%; 
    margin-left: 12%;
  }

  .pad-logo {
    padding-top: 8%;
  }

  .margen-izq-home {
    padding-left: 0%;
  }

  .margen-der-home {
    padding-right: 34%;
  }

  .padding-top-home {
    padding-top:6%; 
  }


  .titulo-grande-home {
    font-size: 3rem;
    font-family: 'Oleragie', sans-serif;
    line-height: 7rem;
  }

  .titulo-grande-varietales {
    font-size: 1.4rem;
    font-family: 'Oleragie', sans-serif;
    line-height: 5rem;
    letter-spacing: 3px;
    padding-top: 5%;
    padding-bottom: 2%;
  }

  .col-izq-home {
    padding-top: 500px; 
    padding-bottom: 180px;
  }

  .logo-dorado-home {
    width: 30%;
  }

  .texto-col-izq-home {
    font-size: 1.1rem;
  }

  .texto-representante {
    color: #C2BDB9;
    padding-top: 4%;
    padding-right: 52%;
    font-size: 1.2rem;
    font-family: 'Nexa-ExtraLight', sans-serif;
  }

  .div-boton-home {
    margin-left: 5%;
    padding-top: 3%;
  }

  .btn-gradient {
    padding: 15px 60px;                         
    border: none;                               
    border-radius: 35px;                        
    font-size: 1.4rem;
    font-weight: 600;
    color: white;                               
    background: linear-gradient(to right, #01233A 50%, #037DCE 100%);
    cursor: pointer;
    background-size: 200% 100%;     
    background-position: right center;
    transition: background-position 0.8s ease-in-out, transform 0.3s ease;              
  }

  .btn-gradient:hover {
    background-position: left center; 
    transform: scale(1);             
  }

  .barra-bicolor {
    background: linear-gradient(90deg, #037DCE 10%, #01233A 100%);
    height: 40px;
    max-width: 100%;
    padding: 0;
    margin-left: 0%;
    margin-top: 0%;
  }

  .titulo-varietal {
    font-family: 'Glique', sans-serif;
    font-size: 3.8rem;
    color: #F8B877;
  }

  .linea-vertical-varietal {
      border-left: 1px solid black; /* Grosor, estilo y color del borde */
      height: 100%; /* Altura de la línea */ 
      margin-left: 4%;
  }

  .linea-vertical-varietal-derecha {
    border-right: 1px solid black; 
    height: 100%;
    margin-right: 5%;
    padding-right: 5%;
  }

  .img-botella-blanca {
    width: 90%; 
    margin-top: -50px;
    padding-bottom: 50px;
  }

  .img-botella-rosa {
    width: 90%; 
    margin-top: -50px; 
    padding-left: 10%;
  }

  .img-copa-blanca {
    width: 100%;
  }

  .img-copa-rosa {
    width: 100%;
  }

  .alineado-botella-blanca {
    text-align: start;
  }

  .alineado-botella-rosa {
    text-align: center;
  }

  .texto-varietal {
    padding-top: 10%;
    padding-right: 20%;
    padding-left: 6%;
    font-size: 1rem;
  }

  .texto-varietal-derecha {
    font-size: 1rem;
  }

  .bg-permiso {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .cuadro-dorado {
    width: 60%;
    border: 3px solid #B18D58;
    padding: 20px;
    margin: 0px;
    font-size: 1.5rem;
  }

  .firma-marcos {
    width: 13%;
  }

  .marcos-arizu {
    font-family: 'Alegreya';
    font-size: 2.3rem;
    color: #3D567A;
  }

  .logo-negro {
    width: 30%;
  }

  .texto-estamos-1 {
    font-size: 1.6rem;
  }

  .texto-estamos-2 {
    font-size: 1.9rem;
  }

.div-iconos-contacto {
    padding-left: 39%; 
    padding-right: 39%;
    padding-bottom: 5%;
  }

.link-contacto {
  width: 150px;
  height: 150px;
  line-height: 75px;
  background-size: cover;
  border-radius: 50%;
  background-color: transparent;  
  border: 2px solid transparent;   
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.link-contacto .icono-contacto {
  font-size: 4rem;
  color: #B18D58;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  transition: .5s;
  z-index: 3;
}

  .texto-encontra {
    font-size: 1.5rem;
  }

  .nombre-marca {
    font-size: 1rem;
  }

  .texto-marca {
    font-size: 0.8rem;
  }

  .carrito {
    width: 9%;
  }

}


/*---------------------- SMARTPHONE -------------------------------------------*/

@media screen and (max-width: 771px) 
{

  .bg-home {
    background-image: url("../images/bg-home.jpg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .logo {
    width:24%; 
    margin-left: 4%;
  }

  .pad-logo {
    padding-top: 5%;
  }

  .navbar {
    --bs-navbar-brand-margin-end: 0rem;
    background-color: black;
  }


    .padding-top-home {
    padding-top:5%; 
  }


  .titulo-grande-home {
    font-size: 0.6rem;
    font-family: 'Oleragie', sans-serif;
    line-height: 1rem;
  }

  .titulo-grande-varietales {
    font-size: 0.5rem;
    font-family: 'Oleragie', sans-serif;
    line-height: 2.2rem;
    letter-spacing: 3px;
    padding-top: 5%;
    padding-bottom: 2%;
  }

   .margen-izq-home {
    padding-left: 1%;
  }

  .texto-representante {
    display:none;
  }

  .div-boton-home {
    margin-left: 5%;
    padding-top: 0%;
  }

  .btn-gradient {
    padding: 4px 15px;                         
    border: none;                               
    border-radius: 20px;                        
    font-size: 0.6rem;
    font-weight: 600;
    color: white;                               
    background: linear-gradient(to right, #01233A 50%, #037DCE 100%);
    cursor: pointer;
    background-size: 200% 100%;     
    background-position: right center;
    transition: background-position 0.8s ease-in-out, transform 0.3s ease;              
  }

  .btn-gradient:hover {
    background-position: left center; 
    transform: scale(1);             
  }

  .col-izq-home {
    padding-top: 100px; 
    padding-bottom: 0px;
  }

  .logo-dorado-home {
    width: 45%;
  }

  .texto-col-izq-home {
    font-size: 0.4rem;
  }

  .pad-texto1 {
    padding-top: 7%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .pad-texto2 {
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .linea-negra {
    height: 2px;
    margin-top: 15%;
  }

  .barra-bicolor {
    background: linear-gradient(45deg, #037DCE, #01233A);
    height: 15px;
    max-width: 100%;
    padding: 0;
    margin-left: 0%;
    margin-top: 0%;
  }

  .titulo-varietal {
    font-family: 'Glique', sans-serif;
    font-size: 1.5rem;
    color: #F8B877;
    padding-left: 8%;
  }

  .margen-izq-varietal1 {
    padding-right: 20%;
    padding-left: 8%;
  }

  .linea-vertical-varietal {
    border-left: 0px solid black; /* Grosor, estilo y color del borde */
    height: 0%; 
    
  }

  .linea-vertical-varietal-derecha {
    border-right: 0px solid transparent; 
    height: 100%;
    margin-right: 5%;
    padding-right: 5%;
  }

  .borde-derecho {
    border-right: 0px solid transparent;
  }

  .img-botella-blanca {
    width: 80%; 
    margin-top: 0px;
    padding-bottom: 50px;
  }

  .img-botella-rosa {
    width: 92%; 
    margin-top: 50px; 
    padding-left: 5%;
  }

  .img-copa-blanca {
    width: 100%;
  }

  .img-copa-rosa {
    width: 90%;
  }

  .alineado-botella-blanca {
    text-align: center;
  }

  .alineado-botella-rosa {
    text-align: center;
  }

  .texto-beige-varietal {
    font-size: 1.2rem;
  }

  .texto-varietal {
    padding-top: 10%;
    padding-right: 20%;
    padding-left: 6%;
    font-size: 0.8rem;
  }

  .texto-varietal-derecha {
    font-size: 0.8rem;
  }

  .bg-permiso {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .img-botellas-inclinadas {
    width: 80%;
  }

  .cuadro-dorado {
    width: 80%;
    border: 3px solid #B18D58;
    padding: 20px;
    margin: 0px;
    font-size: 1rem;
  }

  .adorno {
     width: 60%;
  }

  .firma-marcos {
    width: 25%;
  }

  .marcos-arizu {
    font-size: 1.5rem;
  }

  .logo-negro {
    padding-top: 2.2rem;
    width: 40%;
  }


  .div-iconos-contacto {
    padding-left: 23%; 
    padding-right: 23%;
    padding-bottom: 10%;
  }

  .link-contacto {
    width: 100px;
    height: 100px;
    padding: 25px;
    line-height: 50px;
    background-size: cover;
    border-radius: 50%;
    background-color: transparent;  
    border: 2px solid transparent;   
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
  }

  .link-contacto .icono-contacto {
    font-size: 2.5rem;
    color: #B18D58;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    transition: .5s;
    z-index: 3;
  }

  .texto-encontra {
    font-size: 1.2rem;
  }

  .nombre-marca {
    font-size: 1rem;
  }

  .texto-marca {
    font-size: 0.8rem;
  }

  .carrito {
    width: 28%;
  }

  .texto-estamos-1 {
    font-size: 1rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .texto-estamos-2 {
    font-size: 1.2rem;
    padding-left: 30px;
    padding-right: 30px;
  }


}