/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

* {
  font-family: 'Oswald', sans-serif;
}

:root {
  --blanco: #b8b530;
  --primario: rgb(0, 60, 81);
  --secundario: #0097A7;
  --gris: #757575;
  --oscuro: #212121;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

/* textarea {
  resize: vertical;
} */

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}

/** Globales **/
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}


.contenedor {
  width: 98%;
  margin: 0 auto;
}

@media only screen and (min-width:480px) {
  .contenedor {
    width: 95%;
  }
}

@media only screen and (min-width:768px) {
  .contenedor {
    width: 90%;
  }
}

@media only screen and (min-width:992px) {
  .contenedor {
    width: 90%;
    max-width: 1100px;
  }
}

.seccion {
  padding: 30px 0;
}

.seccion p {
  font-size: 1.2em;
  text-align: center;
  color: #000;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4em;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-size: 1.8em;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  margin-bottom: 2em;
}

.button {
  padding: 10px 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-size: 1em;
  margin-top: 20px;
  display: inline-block;
  transition: all .3s ease;
  border: 2px solid #b8b530;
}

.button.hollow,
.button.hollow:hover {
  background-color: white;
}

.button.transparente {
  background-color: transparent;
  border: 2px solid #ffffff;
}

.button.transparente:hover {
  border: 2px solid #b8b530;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.float-right {
  float: right;
}

/** Lettering**/

h1.nombre-sitio span {
  position: relative;
  text-shadow: 0 0 30px black;
}

@media only screen and (min-width: 992px) {
  .char1 {
    top: 20px;
    right: 20px;
  }

  .char2 {
    top: 0px;
    left: -20px;
  }

  .char3 {
    top: 10px;
    right: 20px;
  }

  .char4 {
    top: 5px;
    right: 10px;
  }

  .char5 {
    top: 15px;
    right: 10px;
  }

  .char6 {
    top: 5px;
    left: 10px;
  }

  .char7 {
    top: 20px;
    left: -10px;
  }

  .char8 {
    top: 0;
    left: 10px;
  }

  .char9 {
    top: 10px;
    right: 20px;
  }

  .char10 {
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 768px) {
  .grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .centrar-columnas {
    justify-content: center;
  }

  .columnas-4 {
    flex: 0 0 calc(33.3% - 1rem);
  }

  .columnas-6 {
    flex: 0 0 calc(50% - 1rem);
  }

  .columnas-8 {
    flex: 0 0 calc(66.6% - 1rem);
  }

  .columnas-10 {
    flex: 0 0 calc(83.3% - 1rem);
  }

  .columnas-12 {
    flex: 0 0 100%;
  }
}

/** Header **/

div.hero {
  background-image: url(../img/encabezado.jpg);
  height: 100vh;
  background-position: top center;
  background-size: cover;
}

div.contenido-header {
  padding-top: 40px;
}

@media only screen and (min-width:768px) {
  div.contenido-header {
    padding-top: 10px;
  }
}

nav.redes-sociales {
  text-align: center;
}

nav.redes-sociales a {
  color: #ffffff;
  font-size: 3em;
  margin-right: 20px;
}

nav.redes-sociales a:last-child {
  margin-right: 0;
}

div.informacion-evento {
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width:768px) {
  div.informacion-evento {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
  }
}

div.informacion-evento p {
  margin: 0;
  display: inline;
  font-size: 20px;
  text-transform: uppercase;
}

div.informacion-evento p i {
  font-size: 2.4rem;
}

p.fecha {
  float: left;
}

p.ciudad {
  float: right;
  text-align: right;
}

p.slogan {
  text-transform: none !important;
}

p.slogan span {
  font-weight: bold;
}

h1.nombre-sitio {
  font-size: 5.9vw;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
}

@media only screen and (min-width:768px) {
  h1.nombre-sitio {
    font-size: 11.5vw;
    margin: 0;
    line-height: 1;
  }
}

/** Barra **/

div.barra {
  background-color: #335249;
  padding: 10px 0;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

div.logo {
  width: 80%;
  float: left;
}

div.logo img {
  width: 250px;
}

@media only screen and (min-width:768px) {
  div.logo {
    width: 33%;
  }
}

/** Nav principal **/

nav.navegacion-principal {
  display: none;
  width: 100%;
}

nav.navegacion-principal a {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .6s ease;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}

nav.navegacion-principal a:hover {
  color: #ffffff;
}

@media only screen and (min-width:768px) {
  nav.navegacion-principal {
    width: 67%;
    float: right;
    text-align: right;
    display: block;
  }

  nav.navegacion-principal a {
    padding: 5px;
    display: inline-block;
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 0px;
  }
}

div.menu-movil {
  width: 60px;
  display: block;
  float: right;
  text-align: right;
  margin-top: 12px;
}

div.menu-movil:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  div.menu-movil {
    display: none;
  }
}

div.menu-movil span {
  height: 8px;
  margin-bottom: 6px;
  background-color: white;
  display: block;
}

/** Talleres **/

section.programa {
  position: relative;
}

/* Contenido */

div.content-bg p {
  text-align: left;
  color: #e1e1e1;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
}

div.content-bg h2 {
  /* padding: 1em; */
  color: white;
}

div.content-bg h2::after {
  color: white;
  background-image: none;
}

/* Segundo Contenido */

div.content-bg-two p {
  text-align: left;
  /* color: #e1e1e1; */
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
}

div.content-bg h2 {
  color: white;
}

div.content-bg-two h2::after {
  color: white;
  background-image: none;
}

div.contenido-programa {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

div.programa-evento {
  background-color: rgba(0, 0, 0, .4);
  padding: 15px;
  margin-top: 80px;
}

div.programa-evento h2 {
  color: #000;
}

@media only screen and (min-width:768px) {
  div.programa-evento {
    width: 70%;
  }
}

@media only screen and (min-width:992px) {
  div.programa-evento {
    width: 50%;
  }
}

nav.menu-programa {
  width: 100%;
}

@media only screen and (min-width:768px) {
  nav.menu-programa {
    display: table;
  }
}

nav.menu-programa a {
  display: block;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
  font-size: 1.2em;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b530;
}

nav.menu-programa a.activo::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  width: 30px;
  background-image: url('../img/talleres-flecha.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  bottom: -20px;
}

@media only screen and (min-width:768px) {
  nav.menu-programa a {
    display: table-cell;
  }
}

nav.menu-programa a i,
div.detalle-evento p i {
  font-size: 1.6em;
  margin-right: 10px;
}

div.ocultar {
  display: none;
}

/**detalle evento **/

div.detalle-evento {
  margin-top: 30px;
  /* border-bottom: 1px solid black; */
  padding: 0 30px;
}

div.detalle-evento:nth-child(2) {
  border: none;
}

div.detalle-evento p {
  margin-bottom: 20px;
  font-size: 20px;
}

/* Invitados **/

ul.lista-invitados li {
  padding: 10px;
  float: left;
}

@media only screen and (min-width:480px) {
  ul.lista-invitados li {
    width: 50%;
  }
}

@media only screen and (min-width:768px) {
  ul.lista-invitados li {
    width: 33.3%;
  }
}

div.invitado {
  position: relative;
  overflow: hidden;
}

div.invitado img {
  max-width: 100%;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .5s ease-in-out;
}

div.invitado:hover img {
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
}

div.invitado p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 10px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
}

div.invitado:hover p {
  bottom: -80px;
  opacity: 0;
}

.parallax::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

div.contador {
  position: relative;
  height: auto;
}

div.contador::before {
  background-image: url(../img/bg-resumen.jpg);
  content: '';
}

ul.resumen-evento {
  position: relative;
  padding: 120px 0;
}

ul.resumen-evento li {
  width: 50%;
  float: left;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}

@media only screen and (min-width:768px) {
  ul.resumen-evento li {
    width: 25%;
  }
}

p.numero {
  color: #ffffff;
  font-size: 4em;
  display: block;
  margin: 0 0 10px 0;
  font-family: 'Oswald', sans-serif;
}

p.min {
  color: #ffffff;
  font-size: 1em;
  display: block;
  margin: 0 0 20px 0;
  font-family: 'Oswald', sans-serif;
}

/** Tabla de Precios **/

ul.lista-precios>li {
  padding: 10px;
}

@media only screen and (min-width:768px) {
  ul.lista-precios>li {
    float: left;
    width: 33.3%;
  }
}

div.tabla-precio {
  border: 1px solid #e1e1e1;
  background-color: rgb(0, 60, 81);
  padding: 40px 0;
  text-align: center;
  transition: all .3s ease;
}

div.tabla-precio:hover {
  transform: scale(1.1);
  border: 1px solid #b8b530;
  box-shadow: 0px 0px 50px #666;
}

div.tabla-precio ul li {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 26px;
}

div.tabla-precio ul li:before {
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  font-size: 20px;
  color: green;
  -webkit-font-smoothing: antialiased;
  content: '\f00c';
}

div.tabla-precio h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

div.tabla-precio p.numero {
  margin: 20px 0;
}

/**+ MAPA   **/

div.mapa {
  height: 420px;
  background-color: rgb(0, 60, 81);
}

/**+ Testimoniales   **/

div.testimoniales {
  padding-bottom: 20px;
}

div.testimonial {
  padding: 5px;
}

@media only screen and (min-width:768px) {
  div.testimonial {
    float: left;
    width: 33.3%;
  }
}

blockquote {
  background-color: #ffffff;
  /* border: 1px solid #e1e1e1; */
  position: relative;
  margin: 0 0 10px 0;
  padding-bottom: 20px;
}

blockquote p {
  text-align: center !important;
  font-size: 1em !important;
  font-family: 'PT Sans', sans-serif;
  padding: 0 20px 0 65px;
}

blockquote span {
  /* text-align: left!important; */
  /* font-size: 1em!important; */
  font-family: 'PT Sans', sans-serif;
  /* padding: 0 20px 0 35px; */
  color: rgb(0, 60, 81);
  text-transform: uppercase;
  font-weight: bold;
}

footer.info-testimonial {
  padding: 0;
  background-color: transparent;
}

footer.info-testimonial img {
  float: left;
  width: 20%;
  border-radius: 50%;
  margin-left: 20px;
}

footer.info-testimonial cite {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 20px;
  width: 66.6%;
  float: right;
  font-weight: bold;
  font-style: normal;
}

footer.info-testimonial cite span {
  color: #000000;
  display: block;
  text-transform: none;
  margin-top: 5px;
}

/*** Newsletter:   **/

div.newsletter {
  position: relative;
  height: auto;
}

div.newsletter::before {
  background-image: url(../img/bg-newsletter.jpg);
  content: '';
}

div.newsletter .contenido {
  padding: 100px 0;
  color: #ffffff;
  text-align: center;
  position: relative;
}

div.newsletter .contenido p {
  font-size: 1.2em;
  text-transform: lowercase;
}

div.newsletter .contenido h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 7vw;
  font-family: 'PT Sans', sans-serif;
}

/** Cuenta Regresiva**/

div.cuenta-regresiva ul li {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (min-width:768px) {
  div.cuenta-regresiva ul li {
    width: 25%;
    float: left;
  }
}

/** Footer **/

footer {
  background-color: var(--color-cuarto);
  padding-top: 40px;
  margin-top: 20px;
}

footer .contenedor>div {
  color: #ffffff;
  padding: 0px 20px;
  font-size: 12px;
}

@media only screen and (min-width:768px) {
  footer .contenedor>div {
    width: 33.3%;
    float: left;
  }
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
}

footer .ultimos-tweets li {
  margin-bottom: 10px;
}

footer nav.redes-sociales {
  text-align: left;
}

p.copyright {
  background-color: #2e2e2e;
  color: #ffffff;
  padding: 10px 0;
  margin: 20px 0 0 0;
  text-align: center;
}

/*** INTERNAS **/

/* Conferencia **/

.navegacion-principal .activo {
  border-bottom: 2px solid #b8b530;
}

div.galeria a {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

/* Registro **/

form.registro h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

form.registro label {
  margin-bottom: 5px;
  font-weight: bold;
}

h4 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.2em;
}

div.caja {
  background-color: white;
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin: 10px;
}

div.paquetes .tabla-precio:hover {
  transform: none;
  box-shadow: none;
}

div.paquetes .tabla-precio input {
  clear: both;
  width: 100px;
  margin: 10px auto 0 auto;
  display: block;
}

.contenido-dia {
  padding: 20px;
  display: none;
}

@media only screen and (min-width:768px) {
  .contenido-dia>div {
    float: left;
    width: 33.3%;
  }
}

.contenido-dia>div p {
  text-align: left;
}

.contenido-dia>div label {
  display: block;
  margin-bottom: 10px;
}

.contenido-dia>div input {
  margin-right: 10px;
}

.contenido-dia>div label time {
  font-weight: bold;
}

.contenido-dia .autor {
  font-weight: bold;
  font-family: arial, helvetica;
  text-transform: uppercase;
  font-size: 12px;
}

/* Resumen Registro */

div.resumen p {
  font-size: 1.2em;
  text-transform: uppercase;
}

div.resumen div.extras {
  float: left;
  width: 50%;
  padding: 30px;
}

div.extras div.orden {
  text-align: left;
  margin-bottom: 10px;
}

div.extras div.orden input {
  margin: 10px 0 0 0;
}

div.resumen div.total {
  float: right;
  width: 50%;
  padding: 30px;
}

div.resumen input {
  display: block;
  margin: 10px auto;
}

#lista-productos {
  background-color: #e1e1e1;
  padding: 20px;
  display: none;
}

#suma-total {
  text-align: center;
  font-size: 2em;
}

input[disabled].button {
  opacity: .5;
}

#error {
  clear: both;
  padding: 20px;
  text-align: center;
  display: none;
}

/** Calendario **/

div.calendario h3 {
  clear: both;
  color: white;
  text-align: center;
  padding: 10px 0;
}

div.calendario::after {
  clear: both;
  display: block;
  content: '';
}

div.dia {
  width: 50%;
  float: left;
  border: 2px solid #e1e1e1;
  transition: all .3s ease;
}

@media only screen and (min-width:768px) {
  div.dia {
    width: 33.3%;
    min-height: 240px;
    padding-top: 20px;
  }
}

div.dia:hover {
  background-color: #e1e1e1;
  -webkit-transform: scale(1.1);
}

div.dia p.titulo {
  text-transform: uppercase;
  font-weight: bold;
}

div.dia p {
  font-size: 1em;
}

div.dia i {
  font-size: 1.6em;
}

/* Colorbox **/

div.cboxElement {
  padding: 30px !important;
  text-align: center;
}

/** Admin **/

section.admin nav {
  padding: 20px;
  margin-bottom: 30px;
}

section.admin nav a {
  text-decoration: none;
  color: white;
  padding: 5px 10px;
}

section.admin nav a:hover,
#filtros a.activo {
  border-bottom: 4px solid white;
}

/* TABLA REGISTRADOS */

table td {
  border: 1px solid #999999;
  border-collapse: collapse;
  padding: 10px;
}

table.registrados thead {
  background-color: #353535;
  color: white;
}

table.registrados thead th {
  padding: 10px;
}

table.registrados tr:nth-child(4n),
table.registrados tr:nth-child(4n-1) {
  background-color: #dcdcdc;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.fw-300 {
  font-weight: 300;
  color: #000;
}

.centrar-texto {
  text-align: center;
}

/* Nosotros **/

.texto-nosotros blockquote {
  font-weight: 900;
  font-size: 4rem;
  margin: 0;
  padding: 1rem 0 3rem 0;
}

div.texto-nosotros p {
  color: #000 !important;
}

@media (min-width: 768px) {
  .entrada-blog .imagen {
    flex-basis: 40%;
  }
}

div.espaciado {
  padding: 4em;
}

/** Botones **/

.btn-two {
  display: block;
  text-align: center;
  padding: 1rem 3rem;
  margin: 1rem 0;
  color: #ffffff;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  flex: 0 0 100%;
}

.btn-two:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .btn-two {
    display: inline-block;
    flex: 0 0 auto;
  }
}

.btn-primario {
  background-color: var(--color-principal);
  border-color: var(--color-principal);
}

.btn-secundario {
  background-color: #784d3c;
}

/** Contacto **/

.formulario-contacto {
  background-color: #ffffff;
  padding: 5rem;
}

@media (min-width: 768px) {
  .formulario-contacto {
    margin-top: -10rem;
  }
}

.formulario-contacto .campo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.formulario-contacto .campo label {
  flex: 0 0 8rem;
}

.formulario-contacto .campo input:not([type="submit"]),
.formulario-contacto textarea {
  flex: 1;
  border: 1px solid #e1e1e1;
  padding: 1rem;
}

.formulario-contacto textarea {
  height: 10rem;
}

.formulario-contacto .enviar {
  display: flex;
  justify-content: flex-end;
}

.contenedor-two {
  margin: 0 0;
  max-width: 1200px;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  -webkit-box-shadow: 0px 11px 15px -9px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 0px 11px 15px -9px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 11px 15px -9px rgba(0, 0, 0, 0.63);
  margin-bottom: 3rem;
}

@media (min-width:768px) {
  .servicios-contenedor {
    display: flex;
    justify-content: space-between;
  }

  .servicio {
    flex: 0 0 calc(33.3% - 1rem);
  }
}

.servicio {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servicio p {
  font-size: 1.4em;
  font-weight: bold;
  color: var(--primario);
}

.iconos {
  display: flex;
  height: 90px;
  width: 90px;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--primario);
  border-radius: 50%;
}

.iconos i {
  font-size: 2rem;
  color: var(--blanco);
}

/** Anuncios **/

@media (min-width: 768px) {
  .contenedor-anuncios {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.anuncio {
  border: 1px solid #B5B5B5;
  background-color: #F5F5F5;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .anuncio {
    flex: 0 0 calc(33.3% - 1rem);
  }
}

.contenido-anuncio {
  padding: 2rem;
}

.contenido-anuncio h3 {
  margin: 0;

}

.contenido-anuncio p {
  text-align: justify;
  font-size: medium;
}