@charset "UTF-8";
@import url(fuentes.css);
/*fuentes */
/*Colores */
/*Anchos */
/*Alinear */
/*Tama├▒os de Texto */
/*Responsive */
body {
  font-family: Myriad Pro, Arial, Sans-serif;
  overflow-x: hidden; }
  body .clear {
    clear: both; }
  body .float-left {
    float: left; }
  body .float-der {
    float: right; }
  body .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  body .texto-centro {
    text-align: center; }
  body .texto-derecha {
    text-align: right; }
  body .texto-izquierda {
    text-align: left; }
  body .btn-blanco {
    color: #fff;
    background-image: none;
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    float: left;
    font-size: 18px; }
    body .btn-blanco:hover {
      background: #fff;
      color: #1c1c1b; }
  body .btn-negro {
    color: #1c1c1b;
    background-image: none;
    background-color: transparent;
    border-color: #1c1c1b;
    border-radius: 0;
    float: left;
    font-size: 18px; }
    body .btn-negro:hover {
      background: #1c1c1b;
      color: #fff; }
  body .padding-ambos {
    padding: 15px; }
  body .form-control {
    background-color: #eeeded !important;
    border-radius: 0 !important;
    border: 0 !important; }
  body .modal-dialog {
    width: 45% !important;
    margin: 10% auto 0; }

header nav {
  background: #00384a;
  text-align: center; }
  header nav ul {
    padding: 1%; }
    header nav ul li {
      font-family: "asapbold";
      font-size: 18px;
      display: inline-block;
      padding: 0 2%; }
      header nav ul li a {
        color: #fff; }
        header nav ul li a:hover {
          color: #667fa5;
          text-decoration: none; }
header .row {
  margin: 2% 0; }
header div .logo img {
  width: 40%; }
header div .header-telefono {
  font-family: "core_sans_a_25_extralightRg"; }
  header div .header-telefono span {
    display: inline-block;
    font-size: 30px;
    margin-left: 2%;
    padding-bottom: 1%; }
  header div .header-telefono img {
    width: 90px;
    vertical-align: middle;
    display: inline-block; }
header div .header-facebook img {
  width: 60px; }

.slider {
  width: 100%;
  height: auto;
  position: relative; }
  .slider .carousel-inner {
    height: 80vh; }
    .slider .carousel-inner .item {
      height: 100%; }
    .slider .carousel-inner .active {
      height: 100%; }
    .slider .carousel-inner .fill {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: bottom; }
  .slider .carousel-control {
    width: 5% !important; }
  .slider .slide01 {
    background: url("../images/header/slider-home/01.jpg"); }
  .slider .slide02 {
    background: url("../images/header/slider-home/02.jpg"); }
  .slider .slide03 {
    background: url("../images/header/slider-home/03.jpg"); }
  .slider .carousel-caption {
    left: 50%;
    padding-bottom: 10%;
    width: 50%; }
    .slider .carousel-caption h2 {
      text-align: left;
      font-size: 50px;
      font-family: "core_sans_a_65_boldregular"; }
      .slider .carousel-caption h2 span {
        color: #00384a; }

.carousel-control.right, .carousel-control.left {
  background-image: none; }

.carousel-indicators .active {
  background-color: #00384a;
  border: none;
  height: 20px;
  width: 20px; }

.carousel-indicators li {
  background-color: #fff;
  border: none;
  height: 18px;
  width: 18px; }

section h1 {
  font-family: "core_sans_a_65_boldregular";
  text-align: center;
  font-size: 35px;
  margin: 5% 0; }
section#section-dos {
  padding: 50px 0;
  margin-bottom: 70px; }
  section#section-dos .row {
    padding: 1% 0; }
  section#section-dos p {
    font-size: 18px;
    font-family: "core_sans_a_25_extralightRg"; }
  section#section-dos img {
    width: 70%;
    margin-right: 20px; }
    section#section-dos img.personales {
      width: 30%;
      margin: 0 5%; }
  section#section-dos a.thumbnail {
    border: 0; }
    section#section-dos a.thumbnail img {
      width: 90%;
      padding: 10px 5%; }
  section#section-dos .flecha-right, section#section-dos .flecha-left {
    position: absolute;
    top: 35%;
    color: #575756;
    font-size: 30px; }
  section#section-dos .flecha-right {
    right: 0; }
  section#section-dos .flecha-left {
    left: 0; }
  section#section-dos .texto-izquierda p, section#section-dos .texto-derecha p {
    width: 70%;
    font-family: "core_sans_a_25_extralightRg";
    line-height: 23px; }
section#section-tres {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
  top: 50px;
  left: -25%;
  width: 150%;
  padding: 5% 30% 10%;
  position: relative; }
  section#section-tres article {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: -3% 0;
    transform-origin: -3% 0; }
section.diagonal-home {
  background: #cd515c; }
  section.diagonal-home .iconos-home img {
    width: 80%;
    position: absolute;
    z-index: 99;
    left: 10%;
    cursor: pointer; }
    section.diagonal-home .iconos-home img:hover {
      opacity: 0;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease; }
  section.diagonal-home .iconos-home p {
    margin: 20% 0;
    text-align: center;
    padding: 0 15%;
    color: #fff;
    font-size: 16px;
    font-family: "core_sans_a_25_extralightRg"; }
section.diagonal-quienes {
  background: #e2be44; }
  section.diagonal-quienes h2 {
    font-family: "core_sans_a_65_boldregular";
    text-align: center;
    font-size: 35px;
    margin: 5% 0; }
  section.diagonal-quienes p {
    color: #fff;
    font-family: "core_sans_a_25_extralightRg";
    font-size: 18px; }
  section.diagonal-quienes strong {
    color: #1c1c1b;
    font-family: "core_sans_a_65_boldregular"; }
  section.diagonal-quienes img {
    width: 70%;
    margin-right: 30px; }
section#section-cuatro {
  padding-bottom: 50px;
  margin-top: 50px; }
  section#section-cuatro .margin-bottom {
    margin-bottom: 70px; }
  section#section-cuatro .container {
    padding: 5% 10%; }
  section#section-cuatro h2 {
    font-family: "core_sans_a_65_boldregular";
    text-align: center;
    font-size: 35px;
    margin: 5% 0; }
  section#section-cuatro p, section#section-cuatro li {
    font-family: "core_sans_a_25_extralightRg";
    line-height: 23px;
    font-size: 18px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px; }
    section#section-cuatro p strong, section#section-cuatro li strong {
      font-family: "core_sans_a_65_boldregular";
      font-size: 23px; }
    section#section-cuatro p span.glyphicon, section#section-cuatro li span.glyphicon {
      margin-left: -25px;
      color: #e2be44; }
  section#section-cuatro img {
    width: 100%; }
section#section-cinco.home, section#section-cinco.quienes {
  background-size: cover;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center; }
section#section-cinco.home {
  background-image: url("../images/sections/prefooter/01.jpg"); }
section#section-cinco.quienes {
  background-image: url("../images/sections/prefooter/02.jpg"); }
section#section-cinco p {
  font-family: "core_sans_a_65_boldregular";
  color: #fff;
  font-size: 35px;
  margin: 10% 0; }
  section#section-cinco p span {
    color: #e2be44; }
section#section-seis .container {
  padding: 50px 0; }

.modal-content img {
  width: 100%; }

footer {
  padding: 50px;
  background: #00384a;
  margin: 20px 0; }
  footer .cien-footer {
    width: 100%;
    float: left; }
  footer p {
    color: #fff;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-family: "core_sans_a_25_extralightRg"; }
  footer img {
    width: 50%;
    margin: 0 25%; }

.padding-left {
  padding-left: 5%;
  font-family: "core_sans_a_25_extralightRg"; }
/*Controles*/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
      width: 50px;
    height: 50px;
    margin-top: -10px;
    font-size: 42px;
    background: #ffbe00;
    border-radius: 50%;
}
@media (max-width: 768px) {
  footer p {
    width: 100%;
    font-size: 12px; }
  footer img {
    width: 20%;
    margin: 0 40%; } }
@media (max-width: 992px) {
  .slider .carousel-caption h2 {
    display: none; }

  header div .header-telefono {
    text-align: center;
    padding: 2% 0; }

  body .texto-derecha, body .texto-izquierda {
    text-align: center;
    padding: 5%; }

  section#section-dos .texto-izquierda p, section#section-dos .texto-derecha p {
    width: 100%; }

  footer p {
    width: 100%; }
  footer img {
    width: 20%;
    margin: 0 40%; }

  section.diagonal-home .iconos-home img {
    width: 70%;
    position: relative;
    cursor: initial;
    left: initial; }

  section.diagonal-home .iconos-home img:hover {
    opacity: 1; }

  section#section-tres {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: 50px;
    left: -25%;
    width: 150%;
    padding: 5% 30% 10%;
    position: relative; }
    section#section-tres article {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }

  section.diagonal-home .iconos-home p {
    display: none; } }
@media (max-width: 1200px) {
  section.diagonal-home .iconos-home p {
    font-size: 14px; } }

/*# sourceMappingURL=marello.css.map */
