/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset del borde de caja: anchura total=width */
*{
    box-sizing: border-box;
}



/*Aquí empiezan mis estilos--------------------------------------*/


/*estilos Generales*/
body{
    font-size: 16px;
    font-family: "Avenir";
    line-height: 1.2;
}

p{
    font-size: 16px;
}

/*estilos tipográficos*/
h1, h3{
    font-size: 20px;
    line-height: 2.5;
    color: #1d3d59;
    font-family: "Optima";
    text-transform: uppercase;
}

h2{
    font-size: 40px;
    color: #1d3d59;
    font-family: "Optima";
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
a{
    text-decoration: none
}

.texto_negativo{
    color:white;
    text-align: left;
}

section{
    display: block;
}

/*estilos Cabecera*/

section.cabecera{
    width: 100%;
    padding: 0px 10px 0px 10px;
    display: inline-block;
}

div.logo img{
    width: 100px;
    height: auto;
    padding: 20px;
    display: inline-block;
    float: left;
}

.logo h1{
    display: inline-block; 
    font-size: 20px;
    color: #1d3d59;
    float: left;
    padding-top: 30px;
}

/*estilos Estructura*/
.contenedor

div.logo{
    float:left;
    overflow: hidden;
}

div.menu_cabecera{
    float:right;
    overflow: hidden;
    padding-top: 30px;
}

div.menu_cabecera h3{
    margin: 20px;
    max-width: 2025px;
    min-width: 545px;
    vertical-align: middle;
    display: inline;
}

div.novedades{
    margin: auto;
    max-width: 2025px;
    min-width: 545px;
    height: 750px;
    background: url(imagenes/Foto_organica.WEBP) no-repeat;
    background-position: -50px -200px;
    background-size: 108%;
    box-shadow: inset 600px 0px 300px 0 rgba(255, 255, 255, 0.9);
    vertical-align: middle;
    display: block;
    float:inherit;
    position: relative;
}

.logo_tda{
    position: absolute;
    left: 150px;
    top: 132px;
}
.titulo_1{
    font-size: 24px;
    color: #1d3d59;
    font-family: "Optima";
    text-transform: uppercase;
    position: absolute;
    left: 150px;
    bottom: 270px;
}

.titulo_2{
    font-size: 80px;
    color: #1d3d59;
    font-family: "Optima";
    text-transform: uppercase;
    position: absolute;
    left: 150px;
    bottom: 160px;
}
    
div.colecciones{
    box-sizing: border-box;
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 116px 0 105px;
    overflow: hidden;
    vertical-align: middle;
    display: block;
    float:inherit;
}

div.colecciones_contenido{
    box-sizing: inherit;
    margin-top: 91px;
}

div.imagen_entrada{
    width: 100%;
    height: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    /*background-image: url(imagenes/Chacras.WEBP) no-repeat;
    background-size: contain;*/
}

div.imagen_entrada img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

div.entrada{
    width: 25%;
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: inline;
    float: left;
    text-align: center;
}

div.contenedor_aboutme{
    max-width: 2025px;
    min-width: 545px;
    height: 860px;
    margin-left: auto;
    margin-right: auto;
    background: url(imagenes/Foto_aboutme.JPG) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    display: block;
    position: relative;
    overflow: hidden;
}

div.fondo_seccion_aboutme{
    display: block;
}

div.aboutme{
    margin: auto;
    max-width: 2025px;
    min-width: 545px;
    height: 250px;
    padding: 50px 150px 50px 250px;
    overflow: visible;
    background-color:rgba(39,72,115,0.8);
    vertical-align: middle;
    display: inline;
    position: absolute;
    left: 0;
    bottom: 0;
}

div.texto_aboutme p{
    max-width: inherit;
    min-width: inherit;
    width: 50%;
    white-space: break-word;
    margin: none;
}

div.texto_aboutme h2{
    line-height: 2;
}

/*------estilos botones*/
.btn_petit{
    font-size: 20px;
    color:white;
    font-family: "Optima";
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #274873;
    border-radius: 5px;
    margin-top: 20px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
}

.btn_claro{
    font-size: 24px;
    text-decoration: none;
    color: #1d3d59;
    background-color: #f2f2f2;
    border-radius: 7px;
    font-family: "Optima";
    text-transform: uppercase;
    padding: 15px 40px 15px 30px;
    display: inline-block;
    position: absolute;
    right: 300px;
    top: 130px;
}

.btn_claro img{
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.btn_oscuro{
    font-size: 24px;
    text-decoration: none;
    color: #ffffff;
    background-color: #274873;
    border-radius: 7px;
    font-family: "Optima";
    text-transform: uppercase;
    padding: 15px 50px 15px 40px;
    position: absolute;
    left: 150px;
    bottom: 75px;
}

.btn_novedades{
    display: inline;
    position: absolute;
    left: 150px;
    bottom: 75px;
}

.flecha_blanca{
    margin-left: 40px;
    display: inline-block;
    float: right;
}

/*estilos Pie*/

div.menu_pie{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 60px 0 25px;
    max-width: 1114px;
    vertical-align: middle;
    float:inherit;
    text-align: center;
}

div.menu_pie img{
    width: 60px;
    height: auto;
    padding: 10px;
    display: inline-block;
}

div.imagenes_pie{
    text-align: center;
}
    
div.menu_pie ul h3{
    margin: 20px;
    max-width: 2025px;
    min-width: 545px;
    display: inline;
    vertical-align: middle;
}

div.contenedor_menu_pie{
    text-align: center;   
}

div.menu_pie ul{
    text-align: center;
}

div.pie{
    box-sizing: border-box;
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 0 80px;
    overflow: hidden;
    vertical-align: middle;
    display: block;
}

.pie p{
    color: #cec2b4;
    text-align: center;
    
}

/*estilos Páginas*/
.contacto