/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.1.0.1537285719
Updated: 2018-09-18 15:48:39

*/
#content.site-content {
  padding-top: 8rem;
}

.blog-entrada {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2%;
}
.blog-h2 {
  border-bottom: none !important;
  margin: 0px;
}
a:hover {
  color: #cb1d1a;
}
p {
  width: 100%;
}
.site-title {
  font-family: "Secular One", sans-serif;
  font-size: 2em !important;
  text-transform: uppercase;
}
body {
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Secular One", sans-serif !important;
  width: 100%;
}
header#masthead {
  margin-bottom: 0;
  background-color: #000000b5 !important;
  box-shadow: none;
  padding: 0.74rem 1rem;
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #fff !important;
  font-family: "Lato", sans-serif;
}
a.page-scroller {
  margin-top: 20rem;
}
.page-scroller {
  color: rgba(255, 255, 255, 0.5) !important;
}
#page-sub-header {
  position: relative;
  padding-top: 14rem;
  padding-bottom: 40rem;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.25rem;
  background-position: 30% center !important;
  /* background-size: contain !important; */
  background-repeat: no-repeat !important;
}
.inicio .hero {
  background-color: black;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.inicio .hero .h1 {
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 2rem;
  text-align: center;
  font-family: "Shadows" !important;
}
body:not(.theme-preset-active) #page-sub-header p {
  display: none;
  color: #fff;
}
h2,
.h2 {
  font-size: 3em;
}
.btn-loza,
.btn-default {
  border: #000 4px solid !important;
  border-radius: 10px !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 1.3em !important;
  font-weight: bold !important;
  padding: 2% 3% !important;
  text-align: center !important;
  margin: 0 auto !important;
  display: inline-block !important;
}
.btn-loza:hover,
.btn-default:hover {
  color: white !important;
 background-color: #fc8902!important;
  transition: ease-in-out 200ms !important;
  border-color: white !important;
}

.btn-loza-neg {
  border: #fff 4px solid;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
  padding: 2% 3%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.btn-loza-neg:hover {
  background-color: #cb1d1a;
  color: white !important;
}
.listainicio {
  margin-bottom: 2rem;
  list-style: none;
}
.listainicio li,
.listainicio div {
  font-size: 1.3em;
  margin-bottom: 4%;
  margin-top: 4%;
  font-weight: bold;
  text-align: left;
}
.listainicio i {
  width: 2rem;
  text-align: center;
}
a {
  text-decoration: none;
  color: #cb1d1a;
}
.listao {
  border-radius: 100px;
  padding: 3px 11px 5px 11px;
  margin-right: 15px;
  text-align: center;
  line-height: 10px;
  font-weight: bold;
  background: #000;
  color: #fff;
}

#comiconocete,
.par,
#blogsection {
  margin: 2em 0;
  background-color: #000;
  color: #fff !important;
  padding: 4em !important;
  transform: skewY(-4deg);
}
.single-blog .post-thumbnail {
  text-align: center;
  margin-bottom: 2rem;
}
.container-fluid {
  padding: 0 !important;
}
.casiblanco {
  color: #eee;
}
.blanco {
  color: #fff;
}
.margenabajo {
  margin-bottom: 40px;
}
.heading-4 {
  color: #fff;
  font-size: 1.5em;
}
#contrarestar {
  transform: skewY(4deg);
}
.smls-hover-type-2 .smls-grid-image-wrap:hover {
  background-color: #ffffff;
}
.margenarriba {
  margin-top: 2em;
}
.about {
  margin-top: 40px;
} /*Menú*/
.navbar-toggler i {
  color: white !important;
}
.dropdown-menu .dropdown-item:hover {
  background: #fc8902;
  color: white !important;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
#menu-ppal > li > a:hover,
.navbar-brand a:hover {
  color: #fc8902 !important;
  transition: ease-in-out 200ms !important;
  text-shadow: 1px 1px 1px #fc9c02;
}
.comments-link {
  display: none;
}
/*footer*/
#footer-widget blockquote {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
#footer-widget img {
  margin: 20px 0;
  width: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}
#colophon {
  padding: 15px 0;
  background-color: #000000b5 !important;
  color: white !important;
}
#footer-widget .widget_recent_entries .nav-link {
  color: #333 !important;
}
#footer-widget .widget_recent_entries .nav-link:hover {
  color: #cb1d1a !important;
}
.ul-footer {
  padding: 0 !important;
  list-style: none;
}
.ul-footer a {
  color: #333;
  text-decoration: none;
}
.ul-footer a:hover {
  color: #cb1d1a;
}
.ul-footer li {
  font-size: 15px;
}
.ul-footer i {
  font-size: 16px;
  padding: 3%;
}

/*Generales y secciones*/
.col-skew {
  transform: skewY(4deg);
}
.section-img {
  margin-bottom: 5%;
}
.sec-negro {
  background-color: #000;
  color: white !important;
  padding: 3%;
  transform: skewY(-4deg);
  margin-bottom: 5%;
}
.sec-negro i,
.sec-blanco i {
  color: #d11311 !important;
  text-align: -webkit-center;
}
.sec-negro h3 {
  color: white !important;
  border-bottom: 2px solid white;
}
.sec-blanco {
  color: black;
  padding: 3%;
  margin-bottom: 5%;
}
.sec-blanco h3 {
  color: black;
  border-bottom: 2px solid black;
}
.sec-negro img,
.sec-blanco img {
  margin-top: 10%;
  margin-bottom: 5%;
}
#sec-cta {
  background-color: black;
  padding-bottom: 40px;
  padding-top: 20px;
}
#sec-cta h3 {
  color: white !important;
  font-size: 20px;
}
/*contacto*/
.ul-contacto {
  list-style: none;
  border-left: 4px solid #d11311 !important;
  padding-left: 10px;
}
.ul-contacto li {
  font-size: 1.3em;
  margin-bottom: 4%;
  margin-top: 4%;
  font-weight: bold;
  text-align: left;
}
.ul-contacto i {
  color: black !important;
  margin: 5px;
}
.info-fas {
  margin-top: 55%;
  margin-left: 48%;
}

.img-contacto {
  max-width: 80%;
  margin-top: 5%;
}
/* Cambios restyle  */

.about .listainicio .item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.about .listainicio .item p {
  margin-bottom: 0;
}
.about .listainicio .item img {
  aspect-ratio: 1;
  width: 3rem;
  object-fit: cover;
}
.quiensoy .desc img {
  height: 100%;
  object-fit: cover;
}
.quiensoy .video {
  text-align: center;
}
.quiensoy .video p {
  font-size: 1.5rem;
}
.quiensoy .video-container {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.quiensoy .video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.quiensoy .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}

.quiensoy .video-iframe {
  width: 100%;
  height: 100%;
}
.noticia img {
  aspect-ratio: 6/4;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.comiconocete img {
  width: 100%;
}
.galeria img{
  aspect-ratio: 6/4;
  object-fit: cover;
}

/* ##### Custom slider ##### */

.custom-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 1500px;
  z-index: 2;
  min-height: 40rem;
}

.custom-slider-container {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}

.custom-slide {
  position: absolute;
  width: 80%;
  height: 100%;
  left: 10%;
  opacity: 0;
  transform: translateZ(-500px) translateX(0) rotateY(0);
  transition: all 0.5s ease;
}

.custom-slide.far-prev,
.custom-slide.far-next {
  opacity: 0.6;
  z-index: 1;
}

.custom-slide.prev,
.custom-slide.next {
  opacity: 0.6;
  z-index: 2;
}

.custom-slide.prev {
  transform: translateZ(-200px) translateX(100%) scale(0.5);
}

.custom-slide.next {
  transform: translateZ(-200px) translateX(-100%) scale(0.5);
}

.custom-slide.active {
  opacity: 1;
  transform: translateZ(0) translateX(0) rotateY(0);
  z-index: 3;
}
.custom-slide .stars {
  display: flex;
  align-items: center;
}
.custom-slide .card {
  align-items: center;
  padding: 2rem;
  border-radius: 2rem;
  border: unset;
  background-color: black;
  color: #fff;
  max-height: 80rem;
}

.custom-slide .card .h3,
.custom-slide .card .h4 {
  margin: unset;
  margin-bottom: 1.2rem;
  color: #fc8902;
}
.custom-slide .card .h4 {
  font-size: 1.2rem;
}
.custom-slide .card .opinion {
  text-align: center;
  color: #fff;
  /* overflow-y: auto;
  max-height: 6.5rem; */
}
/* Custom scrollbar styles */
.custom-slide .card .opinion::-webkit-scrollbar {
  width: 4px;
}

.custom-slide .card .opinion::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

.custom-slide .card .opinion::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 4px;
}

.custom-slide .card .opinion::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}
.custom-prev,
.custom-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: transparent;
  color: #d11311;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 4;
}
.custom-prev svg,
.custom-next svg {
  height: 2rem;
  width: 2rem;
}
.custom-prev {
  left: -10px;
}

.custom-next {
  right: -10px;
}
/* ##### Trabajos ##### */
/* .trabajos section.par{
  padding-top: 4rem!important;
  padding-bottom: 4rem!important;
} */
.servicios figure,
.trabajos section figure {
  transform: skewY(-4deg);
  position: relative;
  overflow: clip;
  top: 1rem;
  margin-bottom: 5.5rem;
}
.servicios figure img.eneagrama{
    object-fit: contain;
    scale: 1;
}
.servicios figure img,
.trabajos section figure img {
  scale: 1.5;
  aspect-ratio: 8 / 7;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.servicios figure img.desescalar,
.trabajos section figure img.desescalar {
  scale: 1;
}
.servicios .textos,
.trabajos .textos {
  max-height: 30rem;
  overflow-y: auto;
  margin-bottom: 2rem;
  padding-right: 0.5rem;
}
.servicios .textos {
  text-align: start;
}
.trabajos .btn-loza:hover,
.servicios .btn-loza:hover,
.servicios .btn-loza-neg:hover,
  .enlaces-tipo .btn-loza:hover{
  background-color: #fc8902!important;
}
/* Custom scrollbar styles */
.servicios .textos::-webkit-scrollbar .trabajos .textos::-webkit-scrollbar {
  width: 3px;
}

.servicios .textos::-webkit-scrollbar-track,
.trabajos .textos::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

.servicios .textos::-webkit-scrollbar-thumb,
.trabajos .textos::-webkit-scrollbar-thumb {
  background-color: #d11311;
  border-radius: 4px;
  border: 2px solid transparent;
}

.servicios .textos::-webkit-scrollbar-thumb:hover,
.trabajos .textos::-webkit-scrollbar-thumb:hover {
  background-color: #d11311;
}
.enlaces-tipo .btn-loza {
  margin: 0 !important;
}
.enlaces-tipo .d-flex {
  gap: 2rem;
}
.nav-tabs {
  border: 0;
  justify-content: center;
  margin-bottom: 4rem;
}
.nav-tabs .nav-item {
  flex-grow: 1;
}
.nav-tabs .nav-link {
  background-color: #fff !important;
  color: #333 !important;
  border-radius: 0 !important;
  border: 1px solid #333 !important;
  width: 100%;
  text-align: center;
}
.nav-tabs .nav-link.active {
  background-color: #333 !important;
  color: #fff !important;
}
.que-hago img {
  margin-top: 15%;
  height: 70%;
  object-fit: cover;
}
.logos img{
  height: 5rem;
  object-fit: contain;
}
/*---------contacto ---------*/
#nf-form-1-cont .field-wrap input[type="submit"] {
  border: #000 4px solid !important;
  border-radius: 10px !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 1.3em !important;
  font-weight: bold !important;
  padding: 2% 3% !important;
  text-align: center !important;
  margin: 0 auto !important;
  display: inline-block !important;
}
#nf-form-1-cont .field-wrap input[type="submit"]:focus,
#nf-form-1-cont .field-wrap input[type="submit"]:focus-visible,
#nf-form-1-cont .field-wrap input[type="submit"]:active,
#nf-form-1-cont .field-wrap input[type="submit"]:hover {
  color: white !important;
   background-color: #fc8902!important;
  transition: ease-in-out 200ms !important;
  border-color: white !important;
}
.nf-form-fields-required {
  margin-bottom: 2rem;
}
.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
  border: 0;
  border-bottom: 1px solid black;
}
/*mediaqueries*/
@media (min-width: 992px) {
  #page-sub-header {
    padding-top: 7rem;
    padding-bottom: 11rem;
    background-position: 50% center !important;
    background-size: 85% !important;
    background-color: black !important;
  }
  .custom-slide {
    width: 40%;
    left: 30%;
  }
  .custom-slider {
    min-height: 45rem;
  }
  .trabajos section figure {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .trabajos .textos {
    max-height: 20rem;
  }
}
@media (max-width: 1200px) {
  .dropdown-menu > li > a {
    color: white !important;
  }
}

@media (min-width: 1400px) {
  #page-sub-header {
    padding-top: 7rem;
    padding-bottom: 13rem;
    background-position: 50% center !important;
    background-size: 60% !important;
  }
}
