/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/
.header_top {

  background: #1099D9;
}

.header_top p{
  color: #fff;
}

.header_top a{
  color: #fff;
}

.header_top span{
  color: #fff;
}

.btn-custom {
  width: 230px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #FFB24D;
  border: 0;
}

.btn-custom:hover {
  color: #fff;
  background: #EFA33F;
}

.requiname {
  font-weight: bold;
}

.header_bottom {
  background: #fff;
}

.footer_style_3 {
  height: 0px;
}
/** ADD YOUR AWESOME CODES HERE **/

.imgtop {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
}

.imgtopcont {
  padding: 0;
  margin: 0;
}

.textpadd {
  padding-left: 50px;
  padding-right: 50px;
  text-align:justify;
}


.titletext {
  align-content: center;
  width: 100%;
  text-align: center;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 100px;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}

.clearbg {
  background-color: rgba(0, 0, 255, 0);
}

.creambg {
  background-color: #eee7d2;
  margin: 0;
}

.imgback {
  position: absolute;
  z-index: 0;
}

body {
  background-image: url("../images/background.png");
}

.nomarginlateral {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.selectorbot {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  /* ni idea que onda por acá pa' */
}

.butdot {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: white;
  background-color: #A6967D;
  border-color: #C8AA7D;
  border-style: double;
}

.col-center{
  float: none;
  margin-left: auto;
  margin-right: auto;
}

button {
  margin: auto;
  float: none;
  margin-bottom: 20px;
}

h2 {
  text-align: center;
}

.footer {
  height: 50px;
  background-color: black;
}
