@import url(http://fonts.googleapis.com/css?family=Alef);

@font-face{
  font-family: "Trajan";
  font-weight: normal;
  src: url('../fonts/trajan.tff');
}
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
#wrap{
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -250px;
  /* Pad bottom by footer height */
}
#footer{
  height: 250px;
}
p{
 font: 12px "Helvetica", arial, sans-serif; 
}
h1,h2,h3,h4,h5,h6,label{
  font-family: "Alef", "times new roman", serif;
  text-transform: uppercase;
}

h1:first-letter{
  text-transform: capitalize;
}
label{
  font-weight: normal;
}
textarea{
  resize: vertical;
}
hr{
  border: none;
  height: 2px;  
  background-color: #FDDCE2;
}
.form-control{
  border-radius: 0;
}
.navigation{
    background-color: #9360A0;
  height: 50px;
  margin-bottom: 10px;
}
#main-nav{
  width: 100%;
  list-style: none;
  height: 50px;
  padding: 0;
}

#main-nav li{
  position: relative;
  float: left;
  height: 100%;
}
#main-nav li a:after{
  position: relative;
  content: " /";
  right: -20px;
}
#main-nav li a{
  color: white;
  display: block;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
#main-nav li:first-child a{
  padding-left: 0;
}

#main-nav li.active a{
  font-weight: bold;
}
#main-nav li.active:after, #main-nav li:hover:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 10px;
  margin: 0 auto;
  font-weight: bold;
  border-bottom: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.menu-toggle,.menu-link{
  display: none;
}

.menu-toggle{
  float: right;
}
.brand{
  display: none;
  height: 50px;
}
.menu-link{
  float: left;
}
.brand .menu-link{
  text-decoration: none;
  color: white;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.brand .menu-toggle{
  color: white;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-decoration: none;
}

/*============================HEADER==========================*/

.header{
  position: relative;
  overflow: hidden;
  
}
.header-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,#fff 70%, rgba(255,255,255,0) 100%), rgba(241, 101, 123, 0.55);
  z-index: 0;
}

#logo{
  position: relative;
  margin: 15px 0;
  z-index: 10;
}

/*===========================/HEADER==========================*/


/*===========================HELPERS==========================*/
.centered{
  text-align: center;
}
.white{
  color: white;
}
.pink-bullets{
  list-style: none;
  padding: 0;
  margin: 35px 0;
}
.pink-bullets li:before{
  content: "• ";
  color: #E97CBD;
}
.fa-question-circle{
  color: #E97CBD;
}

.full-width{
  width: 100%;
}

.img-left{
  display: block;
  width: 40%;
  padding-left: 40px;
  margin-top: -50px;
}
.img-right{
  display: block;
  width: 40%;
  padding-right: 40px;
  margin-top: 0px;
}
.img-container img{
  width: 100%;
}
h4{
  font-size: 17px !important;
}
h4.title{
  margin: 30px 0 30px 60px;
}
h4.title:before{
  font-size: 30px;
  content: "| ";
  color: #E97CBD;
}
h4.title.right{
  text-indent: 60px;
}
#footer p{
  color: white;
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.topic{
  margin-bottom: 60px;
}
.separator{
  padding-bottom: 250px;
}
.no-float{
  display: block;
  text-align: center;
  float: right
}
#footer hr{
  margin-bottom: 10px;
}
.footer-column a{
  color: white;
  text-decoration: none;
  font-size: 12px;
}

.footer-column a i{
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.info-panel p{
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  color: #676767
}
.info-panel li{
  font-size: 12px;
}
.info-panel .pink-bullets{
  margin: 5px 0 5px 10px;
}

.slogan{
  color: #E97CBD;
}
/*==========================/HELPERS==========================*/

/*==========================PARAGRAPH=========================*/
.paragraph{
  display: block;
  min-height: 320px;
}
.paragraph p{
  color: #999999;
  font: 18px "Helvetica", arial, sans-serif;
  line-height: 20px;
  text-align: justify;
}
/*=========================/PARAGRAPH=========================*/

/*===========================COLUMNS==========================*/
.column{
  margin: 0 0 50px 0;
}
.column-header{
  margin: 10px 0 25px 0;
}
.column-header .fa{
  position: relative;
  font-size: 30px;
  top: 10px;
  color: #FBB6C2;
}
.column-header .fa:after{
  position: relative;
  content: " |";
  font-size: 30px;
  top: -5px;
}
.column-info p{
  text-align: left;
  font-size: 10px !important;
  line-height: 14px !important;
}

.button{
  display: block;
}

.ver-mas{
  font-size: 12px;
  float: right;
  padding: 5px 30px;
  background: linear-gradient(#F7788F,#F55371);
  color: white;
  border: 1px solid #F55371;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.ver-mas:hover{
  color: white;
  text-decoration: none;
  box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.28);
}

.ver-mas:focus{
  color: white;
  text-decoration: none;
}

.topic-header{
  position: relative;
  margin: 10px 0;
  padding-left: 60px;
}
.topic-header:before{
  position: absolute;
  content: " ";
  left: 50px;
  height: 100%;
  width: 1px;
  background-color: #F7788F;
}
.topic-header > .topic-title, .topic-header > .topic-subtitle{
  margin: 0;
}
.topic-header > .topic-subtitle{
  color: #999;
}
.topic-desc{
  font-size: 13px;
  color: #676767;
  text-align: justify;
  padding: 0 40px;
}
.info-panel hr{
  width: 86%;
}
.info-panel p{
  padding: 0 40px;
}
.info-panel ul{
  padding: 0 40px;
}
/*==========================/COLUMNS==========================*/



/*============================SLIDER==========================*/
.slider{
  position: relative;
}
#slider{
  height: 500px;
  overflow: hidden;
}
#slider, #slider div, #slider div img{
  width: 100%;
}
#slider div img{
  margin: -10% 0;
}
.prev,.next{
  position: absolute;
  height: 50px;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  background-color: #EB7670;
  color: white;
}
.prev:hover, .next:hover{
  color: #8b4744;
}
.prev{
  left: 0;
}
.next{
  right: 0;
}

/*===========================FOOTER===========================*/
#footer{
  background-color: #9360A0;
  margin-top: 30px;
}
.footer-column h5{
  margin: 30px 0 0 0;
}
.footer-column hr{
  margin: 5px 0;
}
.footer-column p{
  color: white;
}
.footer-icon{
  color: white;
  font-size: 60px !important;
  width: 100% !important;
  text-align: center;
}
/*==========================/FOOTER===========================*/

.imagen{
  width: 100%;
  height: 200px;
  background: #E97CBD url('../img/Untitled-2.jpg') no-repeat;
  background-size: 100% 100%;
}

.imagen p{
  width: 100%;
  height: 100%;
}

/*==========================OVERRIDES==========================*/
.panel{
  border-radius: 0;
}
.panel-default > .panel-heading{
  color: white;
  background: linear-gradient(#F7788F,#F55371);
}
.panel-heading > h4 > a{
  text-decoration: none;
}
.panel-title .fa{
  margin-right: 20px;
}

/*=========================/OVERRIDES==========================*/

/*=============================PLECA===========================*/
.pleca{
  position: fixed;
  width: 1140px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #82558d;
  border-top: 1px solid #53355d;
  border-right: 1px solid #53355d;
  border-left: 1px solid #53355d;
}
.pleca h3{
  color: white;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  line-height: 50px;
}
/*============================/PLECA===========================*/
/*===========================/SLIDER==========================*/

/*==========================CONTACTO==========================*/
.jumbotron p{
  font-size: 12px;
  text-align: center;
}
/*=========================/CONTACTO==========================*/



@media only screen and (max-width: 1170px){
  #slider{
    height: 250px;
  }
  .column{
    width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 768px){
  #footer{
    height: auto;
    padding-bottom: 60px;
  }
  .paragraph p{
    text-align: left;
    font-size: 14px;
  }
  h4.title{
    margin: 10px 0;
    padding: 0;
  }
  h4.title.right{
    text-indent: 0;
  }
  .topic-desc{
    padding: 0;
  }
  .info-panel p{
    padding: 0;
  }
  .pleca{
    width: 100%;
  }
  .pleca h3{
    font-size: 18px;
  }
  .brand{
    display: block;
  }
  .form{
    margin-bottom: 60px;
  }
  #slider{
    height: 300px !important;
    overflow: hidden;
  }
  #slider div{
    padding: 0;
    margin-top: 0 !important;
  }
  #slider div img{
    margin: 0;
  }
  .column{
    width: 100%;
  }
  .navigation{
    min-height: 50px;
    height: auto;
  }
  #main-nav{
    display: none;
    width: 100%;
    height: auto;
  }
  #main-nav li{
    width: 100%;
  }
  #main-nav li a{
    text-align: left;
  }
  #main-nav li:hover:after,#main-nav li.active:after {
    display: none;
  }
  .menu-link,.menu-toggle{
    display: block;
  }
  .img-left,.img-right{
    display: block;
    float: left;
    width: 100%;
    padding: 0;
  }
  .paragraph{
    padding: 0 20px;
  }
}
@media only screen and (max-width: 568px){
  #slider{
    height: auto;
  }
  .column{
    margin: 0 0 50px 0;
  }
}
