/*a.subrayado-naranja, a.subrayado-naranja:link {*/
/*  cursor: pointer;*/
/*  color: #f97c00;*/
/*  padding: .2rem;*/
/*  font-weight: bold;*/
/*  background-image: linear-gradient(#FFFFFF 50%,#f97c00 50%);*/
/*  display: inline-block;*/
/*}*/

/*a.subrayado-naranja:hover {*/
/*  color: #FFFFFF !important;*/B
/*}*/

/* Popover */
        .popover {
      border-radius: 0;
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
      border: 0;
      cursor: pointer;
    }

    .popover-header {
      display: none
    }

    .popover-body {
      padding: 1.5rem;
      font-size: 1.6rem;
      border-left: 5px solid #f97c00;
      color: #f97c00;
      line-height: 1.3;
      background-color: rgba(249, 124, 0, 0.1);
    }

    .popover.bs-popover-top .arrow:before {
      border-top-color: transparent;
      background-color: transparent;
    }
    
/*Popover */

/* PORTADA */


nav.book-navigation > ul.menu {
    /*background-color: rgba(249, 124, 0, 1);*/
    background-color: #fff2e5;
    border-image: linear-gradient(to right, #ffcb97 0%, #f97c00 100%);
        border-image-slice: 100%;
    border-top: .5rem solid transparent;
    border-image-slice: 20 !important;
}

nav.book-navigation>ul.menu::before, nav.book-navigation>ul.menu>li>a, nav.book-navigation>ul.menu>li::before {
  color: #111111;
}


nav.book-navigation>ul.menu>li>a:hover {
    color: #111111;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
}

.title {
    color: #f97c00 !important;
}

h1.title::after {
      border-bottom: 1px solid #f97c00 !important;
}

main#content section article div.field--name-body::before {
    background-color: #f97c00 !important;
}


/* INTRODUCCION */
.fondo-color-naranja-intro {
  background-color: #f97c00;
  width: 100%;
	min-height: 25vh;
}
.texto-intro-objetos p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.8rem;
}
.proposito-intro {
  margin-left: -15rem;
  background-color: #FFFFFF;
  color: #111111;
  font-weight: 800;
}

.tabla-objetos table {
  font-size: 1.6rem !important;
}

.tabla-objetos tr td, tr th {
  text-align: center !important;
  vertical-align: middle !important;
}

.tabla-objetos tr th {
  background: transparent;
  color: #212529;
  font-weight: 600;
}

.input-minimal {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom-color: #ccc;
  box-shadow: none;
}

input.input-minimal:focus, textarea.input-minimal:focus {
  border-bottom-color: #111111;
  -webkit-transition: border-color 150ms linear;
  transition: border-color 150ms linear;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  outline: none;
}

textarea.input-minimal:focus {
  /* background: none repeat scroll 0 0 #FFFFFF; */
  outline-width: 0;
  -webkit-transition: border-color 150ms linear;
  transition: border-color 150ms linear;
}

textarea.input-minimal {
  border-width: 2px;
}

.input-minimal:focus {
  border-bottom-color: #999;
  box-shadow: none !important;
}

.parrafo {
  font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

hr.hr-naranja {
  margin: 3rem 0;
  border-color: #f97c00;
}

.box-naranja {
  border: 1px solid;
  border-color: rgba(249, 124, 0, 0.5) !important;
  background-color: rgba(249, 124, 0, 0.1) !important;
  padding: 3rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


.card-naranja {
  background-color: rgba(249, 124, 0, 0.1) !important;
  padding: 3rem;
}


p.instrucciones-traduccion {
  font-weight: 600;
  font-size: 1.8rem;
  padding: 1.5rem 0rem;
  margin-bottom: 0;
}

.instrucciones-traduccion a {
  margin-right: 1rem;
}

.fondo-color-img {
    background-color: #724b6d;
    height: 31.3vh;
}

.img-margin-15 {
    margin-left: -15rem;
    margin-top: -15rem;
}

.fondo-naranja {
  background-color: #f97c00;
}

.formula-destacada {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .5rem;
}

.numero-destacado {
background-color: #fff2e5;
padding: 3rem;
border-image: linear-gradient(to left, #f97c00 0%, #ffdebe 100%);
border-top: .5rem solid transparent;
border-image-slice: 20 !important;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.numero-destacado p {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .5rem;
}

.fondo-naranja-50 {
  background-color: #fff2e5;
}


/* PRACTICANDO */
.practicando {
    padding: 1.5rem 1.5rem 1.5rem 0 !important;
    border-bottom: 0.2rem solid #37a59d !important;
    color: #37a59d;
    background-color: transparent;
}
p.instrucciones-practicando {
    font-weight: 600;
    font-size: 1.8rem;
    padding: 2rem;
	color: #37a59d;
}

/* CARDS ACORDEON */

    .faq .card {
      margin-bottom: 10px;
      border: 0;
    }

    .faq .card .card-header {
      border: 0;
      -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
      box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
      border-radius: 2px;
      padding: 0;
    }

    .faq .card .card-header .btn-header-link {
      color: #111111;
      display: block;
      text-align: left;
      background: #F1F1F1;
      color: #222;
      padding: 20px;
      font-weight: bold;
    }

    .faq .card .card-header .btn-header-link:after {
      content: "\f107";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      float: right;
    }

    .faq .card .card-header .btn-header-link.collapsed {
      background: #ffcb97;
      color: #111111;
    }


    .faq .card .card-header .btn-header-link.collapsed:after {
      content: "\f106";
    }

    .faq .card .collapsing {
      background: #F1F1F1;
      line-height: 30px;
    }

    .faq .card .collapse {
      border: 0;
    }

    .faq .card .collapse.show {
      background: #F1F1F1;
      color: #111111;
    }

    .faq .card-body {
      padding: 0 20px 20px 20px;
    }
/* CARDS ACORDEON */

/* BIBLIO Y CREDITOS */
.hr-degradado-naranja {
  background: transparent;
  border-image: linear-gradient(to right, #f97c00 0%, #ffcb97 100%);
  border-top: .5rem solid transparent;
  border-image-slice: 20 !important;
}

ul.instrucciones-lista.biblio {
  color: #666666;
}

ul.instrucciones-lista.biblio li:before {
  background: #ffcb97;
  color: #666666;
}

.texto-bibliografia {
    font-size: 1.8rem;
    font-weight: 600;
}

.titulo-creditos {
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
  }

  .sub-creditos {
    font-weight: 800;
    color: #f97c00;
  }

  .sub-creditos-last {
    font-weight: 800;
    color: #f97c00;
    margin-bottom: 3rem;
  }

  .fondo-color-creditos {
    background: #f97c00;
    height: 110vh;
  }

  .fondo-color-creditos .sub-creditos-last,
  .fondo-color-creditos .sub-creditos {
    color: #f1f1f1;
  }

/* BIBLIO Y CREDITOS */

/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
  .proposito-intro {
    margin-left: 0;
  }
  .fondo-color-naranja-intro {
    display: none;
}
.img-margin-15 {
    margin-left: 0;
    margin-top: -3rem;
    padding: 0 1.5rem;
}
}

@media screen and (max-width: 991px) {
  .fondo-blanco-creditos {
      padding: 3rem;
  }
    
.fondo-color-img {
    height: 10vh;
}
}
/* MEDIA QUERIES */

.bg-naranja {
  background:#FA840F;
}

