<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@package PaulaCampo_Theme
Description: Used to style for each sections.
*/


/**--------------------------------
 * Table of Contents:
 *
 * 1.0 - Section #1 - Header
 * 2.0 - Section #2 - Navigation Bar
 * 3.0 - Section #3 - Mi historia
 * 4.0 - Section #4 - Que Puedo Hacer Por Ti
 * 5.0 - Section #5 - QuieresSaberMas
 * 6.0 - Section #6 - Blog - Nuestras Historias
 * 7.0 - Section #7
 ---------------------------------*/


/**--------------------------------
  * 1.0 - Header
---------------------------------*/
  .bigImageDiv
  {
    /* The image used */
    background-color: rgba(255,255,255,0.4);
    /* Full height */
    max-height: 100%;
    height: 100%;
    width: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    padding: 0px;
    margin: 0px;
  }
  .centerLogoDIV
  {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    height: 100%;
    width: 100%;
    display: table-cell;
    float: none;
    vertical-align: middle;

  }
  .centerLogo
  {
    width:100%;
    height: auto;
    max-width: 745px;
    max-height: 558px;
  }

/**--------------------------------
  * 2.0 - Navigation Bar
---------------------------------*/
  .menu-item
  {
    color:red;
    font-size: 8pt;
    padding: 5px;
  }
  .navbar-brand
  {
     padding-top: 0px;
     padding-bottom: 0px;
  }


/**--------------------------------
  * 3.0 - Mi Historia
---------------------------------*/
.container {
    width: inherit;
    margin: 0 auto;
    text-align: center;
}
.sections
{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;

}
.entry-thumbnail
{
  padding-top: 20px;
}
/**--------------------------------
  * 4.0 - QuePuedoHacerPorTi
---------------------------------*/
  .QuePuedoHacerPorTi
  {

  }
/**--------------------------------
  * 5.0 - Nuestras Historias
---------------------------------*/
  #social-icons
  {
	width:100%;
	text-align: center;
  line-height: 80%;
  }
  #social-icons a
  {
      color: #fff;
      text-decoration: none;

  }
  .row, .column
  {
    line-height: 10px;
  }
  .fa-facebook
  {
      padding:10px 14px;
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition: .5s;
  	  color:#343a40;
      background-color: #FFFFFF;
      font-size: 20pt;
  }

  .fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	  color:#343a40;
    background-color: #FFFFFF;
    font-size: 20pt;
  }


/**--------------------------------
  * 6.0 - Section #6 - EscrÃ­beme
---------------------------------*/
  .contactForm
  {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .btnSubmit
  {
    text-align:center;
  }

  /** Contact form **/
  .form-control-msg
  {
    display: none;
  }

  div.has-error  small.form-control-msg
  {
    display: block;
  }

  .js-show-feedback {
  display: block;
  }
</pre></body></html>