@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
	font-weight:light;
	color:#979797;
background-color: #ffffff;
}


hr {
  height:3px;
  width:50%;
}

hr.dos {
  height:3px;
  width:100%;
}

h1 {
font-family: 'Abel', serif;
 font-size:2em;
	font-weight:light;
	color: #979797;
}
h2 {
	font-family: 'Abel', serif;
	 font-size:2em;
		font-weight:light;
		color: #979797;
}

h3 {
	font-family: 'Abel', sans-serif;
	font-size: 1.3em;
	color: #d6d2cc;
}

h4 {
 font-size:.9em;
	font-weight:light;
	color: #b1b1b1;
}



blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}


a:link {
    text-decoration: none;
	font-weight:light;
	color:#d6d2cc;
}

a:visited {
    text-decoration: none;
	color:#d6d2cc;
	font-weight:light;
}

a:hover {
    text-decoration: none;
	color: #d2a877;
	font-weight:light;
}

a:active {
    text-decoration: underline;
	color: #d2a877;
	font-weight:light;
}

.container-fluid {
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto
 }

.texto {
	width: 70%;
}

.interior {
	width: 80%;
	margin: auto;
}

.flores {
	width:95%;
	margin: auto;
}

.whiteline {
	width: 100%;
	padding: 3%;
	background-color: #fff;
}

.thumb-img{
   object-fit: cover;
   overflow: hidden;
   height: 22vh;
   width : 22vw;
}

.footer {
	padding: 3% 2% 0 2%;
}

.footer2 {
	padding: 3% 2% 0 2%;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.iconify {
	padding: 1%;
}




.nav li { padding: 10%;
display: inline; }

.button {
	border-radius: 11px;
	padding: 10px;
	border: 1px solid #d2a877;
	background-color: #fff;
	color: #d2a877;
}

.button:hover {
	border-radius: 11px;
	padding: 10px;
	border: 1px solid #d2a877;
	background-color: #d2a877;
	color: #fff;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #b1b1b1;
    color: #fff;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #d2a877;
    color: #fff;
}
