@charset "UTF-8";
/* Importar Compass */
/* RESET 
 */
/* line 8, ../sass/style.sass */
body, html {
  border: 0;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  height: auto !important;
  margin: 0;
  overflow: visible !important;
  width: 100%; }

/* line 19, ../sass/style.sass */
.d-table {
  display: table; }

/* line 22, ../sass/style.sass */
.d-table-cell {
  display: table-cell; }

/* WRAPPER
 */
/* line 29, ../sass/style.sass */
.wrapperLayout {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%; }

/* Wrapper de Contenido */
/* line 35, ../sass/style.sass */
#wrapperContent {
  background-image: url("../images/fondos/brujos-peru-bg.jpg");
  min-height: 100px;
  padding: 15px 0; }

/* WRAPPER CANVAS 
 */
/* line 43, ../sass/style.sass */
#canvas-container {
  padding: 128px 0 0 0; }

/* HEADER: 
 */
/* line 49, ../sass/style.sass */
#main-header {
  background: #5A02AD;
  color: white;
  left: 0;
  padding: 15px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999; }

/* Slogan */
/* line 60, ../sass/style.sass */
#main-slogan {
  color: white;
  display: block;
  font-size: 13px;
  text-shadow: 1px 4px 11px #230186, 1px 4px 11px #230186, 1px 10px 12px #230186; }

/* Informaci├│n Header */
/* line 67, ../sass/style.sass */
#info-header {
  font-size: 13px;
  font-weight: 600;
  margin: 0 auto 5px; }
  /* line 71, ../sass/style.sass */
  #info-header span {
    color: #00F35B;
    font-size: 15px; }
  /* line 74, ../sass/style.sass */
  #info-header i {
    display: inline-block;
    margin: 0 0 0 5px;
    max-width: 20px;
    vertical-align: top; }

/* Texto LLamadas */
/* line 81, ../sass/style.sass */
#call-text {
  color: white;
  font-size: 11px;
  margin: 0 auto 5px; }

/* Texto Pol├¡ticas */
/* line 87, ../sass/style.sass */
#politicy-text {
  font-size: 11px;
  color: #BA70FE;
  margin: 0 auto; }

/* NAVIGATION 
 */
/* line 95, ../sass/style.sass */
#main-navigation {
  margin: 10px 0 0 0; }
  /* line 97, ../sass/style.sass */
  #main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 102, ../sass/style.sass */
    #main-navigation ul li {
      display: inline-block;
      padding: 0 25px 0 0; }
      /* line 107, ../sass/style.sass */
      #main-navigation ul li:last-child {
        padding: 0; }
      /* line 110, ../sass/style.sass */
      #main-navigation ul li a {
        -moz-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        transition: all 600ms ease;
        color: #00F35B;
        display: block;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none; }
        /* line 118, ../sass/style.sass */
        #main-navigation ul li a:hover, #main-navigation ul li a.active {
          color: #FF0; }

/* Estilos Para P├írrafos */
/* line 122, ../sass/style.sass */
p {
  /* Parrafos default */
  /* P├írrafo destacado */ }
  /* line 124, ../sass/style.sass */
  p.default-paragraph {
    color: white;
    font-size: 18px; }
  /* line 129, ../sass/style.sass */
  p.featured-paragraph {
    color: #FF0;
    font-size: 18px;
    font-weight: 500; }

/* Subt├¡tulos */
/* line 135, ../sass/style.sass */
.subtitle-section {
  color: #ea9515;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4375rem; }

/* REDES SOCIALES
 */
/* line 144, ../sass/style.sass */
#menu-social {
  list-style-type: none;
  margin: 15px 0; }
  /* line 147, ../sass/style.sass */
  #menu-social li {
    display: inline-block;
    padding: 0 4px; }
    /* line 150, ../sass/style.sass */
    #menu-social li a {
      display: inline-block;
      max-width: 30px; }

/* -------------------------------------------------------
 * SECCION INICIO
 *-------------------------------------------------------- */
/* 1.- Slider Home */
/* line 159, ../sass/style.sass */
#slider-home {
  /* Caption */ }
  /* line 162, ../sass/style.sass */
  #slider-home .carousel-caption {
    text-shadow: 2px 2px 4px black, -2px -2px 4px black;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: initial;
    padding: 0;
    top: 50%; }
    /* line 169, ../sass/style.sass */
    #slider-home .carousel-caption .container-caption {
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background: rgba(0, 0, 0, 0.6);
      box-sizing: border-box;
      line-height: 1.4;
      margin: 0;
      padding: 20px; }
      /* line 177, ../sass/style.sass */
      #slider-home .carousel-caption .container-caption h2 {
        margin: 0; }

/* line 182, ../sass/style.sass */
.carousel-image-home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 438px;
  width: 100%; }

/* Principal Contenido */
/* line 191, ../sass/style.sass */
#main-content {
  background: rgba(4, 5, 60, 0.5);
  box-sizing: border-box;
  padding: 32px 52px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

/* Slogan Especial */
/* line 198, ../sass/style.sass */
#slogan-special {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #670104;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 14px 10px; }

/* -------------------------------------------------------
 * SECCION SERVICIOS
 *-------------------------------------------------------- */
/* Men├║ de servicios */
/* line 212, ../sass/style.sass */
#menu-services {
  color: white;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0; }
  /* line 218, ../sass/style.sass */
  #menu-services li {
    width: 50%; }

/* -------------------------------------------------------
 * SECCION TESTIMONIOS
 *-------------------------------------------------------- */
/* ├¡tem Testimonio */
/* line 228, ../sass/style.sass */
.item-block-testimonio {
  margin: 0 0 16px; }

/*WIDGET CONTACTO */
/* line 232, ../sass/style.sass */
#widget-contact {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  background-image: url("../images/fondos/widget-contacto-bg.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  box-sizing: border-box;
  color: black;
  display: inline-block;
  margin: 0 20px 0 0;
  max-width: 320px;
  padding: 14px;
  vertical-align: top;
  width: 100%; }
  /* line 246, ../sass/style.sass */
  #widget-contact h2 {
    background: black;
    color: #FFBE00;
    font-size: 20px;
    font-style: italic;
    padding: 7px; }
  /* line 253, ../sass/style.sass */
  #widget-contact span {
    padding: 0 0 0 10px; }
  /* line 256, ../sass/style.sass */
  #widget-contact p {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 5px; }
    /* line 261, ../sass/style.sass */
    #widget-contact p:first-child {
      color: #008E00; }
    /* line 264, ../sass/style.sass */
    #widget-contact p i {
      display: inline-block;
      vertical-align: bottom; }

/* widget de testimonio */
/* line 269, ../sass/style.sass */
#widget-testimonio {
  background-color: black;
  background-image: url(../images/fondos/widget-testimonio-bg.jpg);
  background-position: center 90%;
  background-repeat: no-repeat;
  color: #aaa;
  display: inline-block;
  font-size: 22px;
  height: 100px;
  max-width: 320px;
  min-height: 166px;
  padding: 15px;
  width: 100%; }

/* T├¡tulo Testimonio */
/* line 284, ../sass/style.sass */
#title-testimony {
  background: #860003;
  color: #FFA600;
  margin: 0 0 15px;
  padding: 10px; }

/* -------------------------------------------------------
 * SECCION CONTACTO
 *-------------------------------------------------------- */
/* wrapper contacto */
/* line 296, ../sass/style.sass */
#wrapper-contact {
  margin: 0 auto;
  max-width: 590px;
  width: 100%; }

/* line 301, ../sass/style.sass */
#form-contact {
  background-image: url("../images/fondos/formula-bg.jpg");
  padding: 35px 20px;
  width: 100%;
  /* Bot├│n submit */ }
  /* line 306, ../sass/style.sass */
  #form-contact p.description {
    color: #f60;
    font-size: 15px; }
  /* line 310, ../sass/style.sass */
  #form-contact label {
    color: #f0861c;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left; }
  /* line 320, ../sass/style.sass */
  #form-contact input, #form-contact textarea {
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    background-color: #140b01;
    border-color: #faaf41;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #eac297;
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    transition: all 0.15s linear;
    width: 90%; }
    /* line 340, ../sass/style.sass */
    #form-contact input input, #form-contact textarea input {
      height: 2.3125rem; }
    /* line 343, ../sass/style.sass */
    #form-contact input textarea, #form-contact textarea textarea {
      height: 50px;
      max-height: 50px; }
    /* line 347, ../sass/style.sass */
    #form-contact input:focus, #form-contact textarea:focus {
      background: #660000;
      border-color: #999999;
      outline: none; }
  /* line 353, ../sass/style.sass */
  #form-contact .button-mx {
    background: #900;
    border: 1px #900 solid;
    color: #FFF;
    cursor: pointer;
    float: right;
    margin-right: 55px;
    padding: 8px 12px; }

/* -------------------------------------------------------
 * SECCION PRIVACIDAD
 *-------------------------------------------------------- */
/* line 368, ../sass/style.sass */
.item-privacity {
  background: white;
  border: 2px solid #5A02AD;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  margin: 0 auto 20px;
  padding: 10px 20px; }
  /* line 376, ../sass/style.sass */
  .item-privacity h2 {
    background-color: #5A02AD;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase; }

/* -------------------------------------------------------
 * MOBILE HEADER 
 *-------------------------------------------------------- */
/* line 393, ../sass/style.sass */
#mobile-header {
  background: #5A02AD;
  left: 0;
  padding: 15px 10px;
  position: fixed;
  right: 0;
  z-index: 999;
  /* icon navigation mobile */ }
  /* line 401, ../sass/style.sass */
  #mobile-header .item-header {
    display: table-cell;
    vertical-align: top; }
  /* line 406, ../sass/style.sass */
  #mobile-header .icon-nav-mobile {
    box-sizing: border-box;
    color: white;
    height: 50px;
    padding: 5px;
    width: 50px; }

/* -------------------------------------------------------
 * SECCION MEDIAS QUERIES
 *-------------------------------------------------------- */
@media only screen and (max-width: 540px) {
  /* WRAPPER */
  /* line 420, ../sass/style.sass */
  .wrapperLayout {
    padding: 0 15px; }

  /* line 423, ../sass/style.sass */
  #main-content {
    padding: 5px; }

  /* line 426, ../sass/style.sass */
  #canvas-container {
    padding: 118px 0 0 0; }

  /*------------------------------------------- */
  /*- HEADER Y SIDEBAR MOBILE  -- */
  /*------------------------------------------- */
  /* line 433, ../sass/style.sass */
  .sidebarMobile {
    background: #5A02AD;
    height: 100vh;
    padding: 15px; }

  /* HEADER */
  /* line 439, ../sass/style.sass */
  #main-logo {
    margin: 0; }

  /*------------------------------------------- */
  /*- NAVEGACI├ôN  -- */
  /*------------------------------------------- */
  /* line 447, ../sass/style.sass */
  #main-navigation ul li {
    display: block;
    margin: 0 auto 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    /* line 452, ../sass/style.sass */
    #main-navigation ul li a {
      -moz-box-shadow: 0 0 0 0 transparent;
      -webkit-box-shadow: 0 0 0 0 transparent;
      box-shadow: 0 0 0 0 transparent;
      -moz-transition: all 800ms ease;
      -o-transition: all 800ms ease;
      -webkit-transition: all 800ms ease;
      transition: all 800ms ease;
      padding: 10px 20px; }

  /*------------------------------------------- */
  /*- SECCION INICIO  -- */
  /*------------------------------------------- */
  /* line 465, ../sass/style.sass */
  #slider-home .carousel-caption h2 {
    font-size: 18px; }

  /* line 468, ../sass/style.sass */
  .carousel-image-home {
    background-position: 10% center;
    height: 170px; }

  /*------------------------------------------- */
  /*- SECCION SERVICIOS -- */
  /*------------------------------------------- */
  /* line 477, ../sass/style.sass */
  #menu-services li {
    width: 100%; } }
