<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') 
    format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  


  
* {
 margin: 0;
 padding: 0; 
 box-sizing: border-box;
}

body {
padding: 0;
margin: 0;
background-color:white;
font-family: 'Roboto', sans-serif;}


h2{font-size: 3rem ; font-weight: 500 ; color: wheat; border-color:#931E06 ; 
}
p{font-size: 1.0rem;}
ul {list-style: none;}
li {font-size: 1.3rem; }
a{ text-decoration: none;}

.cabezera{
background: linear-gradient( brown , #931E06);
padding:5px;
text-align: right;
display: flex;
justify-content: space-between;
align-items: center;

}

.cabezera .direccion {
 color: wheat;
 font-size: 20px;
 padding-right: 70px;
 }
 .cabezera .app {
 color: wheat;
 font-size: 20px;
 text-align: left;
 padding-left: 70px;
}
       

.top-header{
/*  background-color: darkolivegreen;*/
background: linear-gradient( darkolivegreen , #003F2A);

padding: 28px;
justify-content: space-between;
display: flex;
align-items: center;
/*  align-items: center ;
 */ 

}
.top-header .logo {
    display: flex;

}
.logo a{
    display: flex;    
}
.logo img {
    width: 80px;
    align-items: center;
    position: relative;
    bottom: 18px; 
    left: 58px;   
}

/* caracteristicas del titulo */
.top-header a h2 {
    padding: 5px 70px ;
    font-weight: bold;
    letter-spacing: 2.5px;
    font-family: 'Joan', serif;


}

/* .top-header a h2:hover {
    color: white;
} */
.top-header .imagen {
    margin-left: 7rem;
}




.menu{
background: linear-gradient(  #0D3C59 , #1f3c50);

/* background-color: #1f3c50;
 */
}
.menu ul {
    display: flex;
    justify-content: center;
}

.menu ul li a {
    padding: 10px ; 
    color: wheat;
    font-size: 1.2rem;
    transition:all .5s ease-in-out;
    

}

.menu ul li a:hover{
    color:white;
    text-decoration: underline;
 
}


/* Menu active */

 nav.menu ul li a:is(:link, :active, :visited).active{
    color: #a08b71;
    text-decoration: underline;
} 

/* Menu active */

 nav.menu ul li a:is(:link, :active, :visited).active{
    color: #a08b71;
    text-decoration: underline;
  
} 





/* header{
    position: fixed;
    top: 0;
    width: 100%;
}
 */
/* Slider Menu principal */

.slider {
    width: 1400px;
    height: 400px;  
}
.slider img {
    
    width: 1400px;
    height: 400px;   
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #0B6430;
    padding-top: 20px;
}
.flexslider {
    width: 100%;
    margin-top: 1px;
    position: relative;
}
.slides{
    width: 100%;
    overflow: hidden;
}
.slides img {
    width: 330px;
    height: 400px;   
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-control-nav{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5%;
    z-index: 999;
    
}
.flex-control-nav li {

    display: inline-block;
    margin: 0 6px;
}
.flex-control-nav li a {
    display: block;
    background:wheat;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    text-indent: -9999px;
}


.flex-control-nav li a:hover {
    background :#ba8748;
}

.flex-control-nav li a.flex-active {
    background: #ba8748;
}

.flex-direction-nav a {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 40px;
    height: 40px;
    overflow: hidden;
    opacity: 0;
}
.flex-direction-nav .flex-prev {
    left: 0; 
     
}

.flex-direction-nav .flex-next {
    right: 0;  
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  }

  .flex-direction-nav a.flex-next:before {
    content: '\f002';
  }

  .flex-caption p {

    position: absolute;
    top: 50%;
    text-align: left;
    margin-left: 70px;
    width: 100%;
    font-size: 25px;
    color: wheat;
    font-weight: bold;
  }
 
  .flex-caption h2 {

    position: absolute;
    top: 35%;
    text-align: left;
    margin-left: 70px;
    width: 100%;
    font-size: 50px;
    font-family: 'Andada Pro', serif;
    color: wheat;
    font-weight: bold;
  }
  .flex-caption .parrafo {

    position: absolute;
    top: 70%;
    text-align: left;
    margin-left: 70px;
    width: 100%;
    font-size: 25px;
    font-family: 'Andada Pro', serif;
    color: wheat;
    font-weight: bold;
  }
  /* Nosotros */

  
  .flex-caption1 p {

    position: absolute;
    top: 55%;
    text-align: left;
    margin-left: 70px;
    width: 100%;
    font-size: 20px;
    color: wheat;
    font-weight: bold;
  }

  .flex-caption1 h2 {

    position: absolute;
    top: 40%;
    text-align: left;
    margin-left: 70px;
    width: 100%;
    font-size: 40px;
    font-family: 'Andada Pro', serif;
    color: wheat;
    font-weight: bold;
  }


  
/*   .flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 0.7;
	left: 10px;
} */

.flexslider:hover .flex-direction-nav .flex-prev:hover{
	opacity: 1;
}

/* .flexslider:hover .flex-direction-nav .flex-next{
	opacity: 0.7;
	right: 10px;
}
 */
.flexslider:hover .flex-direction-nav .flex-next:hover{
	opacity: 1;
}

 .title {
    text-align: center;
    font-size: 40px;
    color: #6a6a6a;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
 .container {
    margin-top:50px;
    margin-bottom:50px;
    
 }
 
 
 footer {
    width: 100%;
    padding: 10px 0px;
/*   background-image: url(img/Footer-img/background-footer.svg);
 */  background-size: cover;
background: linear-gradient( darkolivegreen , #003F2A);
 }
 footer nav {
    width: 100%;
    list-style: none;
    
 }

 nav .listfooter{
    text-align: center;
    display: flex;
    justify-content: left;
    margin-left: 120px;
    margin-bottom: 30px; 
 }

 nav .listfooter a {
     color: wheat;
     font-size: 1.2rem;
     padding: 15px;
   
 }


 nav .listfooter a:hover {
    color: white;
    
}
footer .copy {
letter-spacing: 5px;
text-align: center;
width: 90%;
margin: 30px auto 0 auto;
border-top: 1px solid #806646;
padding-top: 30px;
text-align: center;
text-transform: uppercase;
}
footer .ubicacion{
text-align: center;
}

/* Ofertas */
.index_info_block {
    margin-top: 90px;
    display: flex;
    margin-bottom: 160px;

    
}
.block_wrapper_index {
    display: flex;
    position: relative;
    margin-bottom: 55px;
    width: 100%;
}

.middle_block_index {
    text-align: center;
    padding: 25px;
    border-left: 1px solid #aaa89e;
    width: 53%;
    animation: fadein 2s;
    display: block;
    line-height: 20px;
    height: 350px;
}

h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
}

/* Newletter */

/* Estilos del newsletter */

.newsletter {
text-align: center;
font-weight: 600;
display: flex;
display: contents;
position: relative;
background-color: #1E6B46;

}

/* Estilos del formulario */

#subcripcion {
position: relative;
width: 45%;
margin-right: 100px;
}

.newsletter #subcripcion {
margin: auto;
margin-top: 40px;
padding-bottom: 40px; 
}

/* Estilos del titulo y la imagen */

.titulo-container {
padding-top: 30px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
text-align: center;  
}

.titulo-container .titulo-subs {
font-family: 'Rubik', sans-serif; 
font-weight: 700;
margin-top: 10px;
color: #FFFFFF;
font-size: 33px;
}
.titulo-container .boletinImg {
margin-right: 10px;
width: 40px;
}

/* Estilos del input */

#search-subcripcion {
height: 42px;
border: 1px solid #feacae;
background-color: #fff;
}


/* Estilos del boton */

#search-boton {
position: absolute;
top: 0;
right: 0;
width: 164px;
height: 42px;
border: none;
background: #61ba6d;
color: #ffffff;
font-size: 17px;
font-weight: 500;
cursor: pointer;
border: none;
border-radius: 0;
padding: 0 40px;
font-size: 14px;
transition: all 500ms;
background: #61ba6d;
background-image: linear-gradient(to right, #61ba6d 0%, #83c331 51%, #61ba6d 100%);
font-weight: 600; 
}

#search-boton:hover {
background-color: #83c331;
}
.color-letter {
background-color: #1e6b46;

background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%239C92AC' fill-opacity='0.11' fill-rule='evenodd'/%3E%3C/svg%3E");}

#search-boton:hover {
    background-color: #2980b9;
    cursor: pointer;
  }
  
  #search-boton:focus {
    outline: none;
  }
  
  #search-boton span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  #search-boton span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  #search-boton:hover span {
    padding-right: 25px;
  }
  
  #search-boton:hover span:after {
    opacity: 1;
    right: 0;
  }

* Estilos mensaje */
.messages {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 9999;
  }
  .messages li {
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    color: #fff;
    border-radius: 3px;
    animation: slideIn 0.5s ease forwards;
  }
  
  .messages li.error {
    background-color: #f44336;
  }
  
  .messages li.success {
    background-color: #4CAF50;
  }
  
  @keyframes slideIn {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .messages .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    background-color: transparent;
    border: 0;
}
.messages .close:hover,
.messages .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.75;
}
.messages {
    list-style: none;
    margin: 0;
    padding: 0;
}

.messages li {
    padding-left: 20px; /* Agrega un margen a la izquierda */
    margin-bottom: 10px;
    position: relative;
    background-color: #e6e6e6;
    border-radius: 3px;
    padding: 10px 20px 10px 10px;
}

.messages li button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #333;
    border: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
}


/* Mobil */


@media (max-width:700px){
    .news-conte {
        grid-template-columns: repeat(2, 1fr);
      }

      
    }

@media (max-width:700px){
    .news-cards {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    

@media (max-width:300px){
       
        .news-cards {
            grid-template-columns: repeat(2, 1fr);
          }
        }
        

@media (max-width:1000px){
       
            .menu ul li a {
                padding: 10px ; 
                color: wheat;
                font-size: 1.3rem;
                transition:all .5s ease-in-out;              }
            }
            
    
 @media (max-width:1000px){
    .middle_block_index a h4{
        padding: 10px ; 
        color: wheat;
        font-size: 1.7rem;
         }
        }
                
                            

        @media(max-width:1100px){
          footer{
            width: 101%;
        
          }
        
        }
        @media(max-width:1100px){
          header{
            width: 100%;
        
          }
        
        }
      </pre></body></html>