/*
Theme Name: My Lawyer Theme Theme
Author: Porfirio Hernández | Core Platform H.A.
Author URI: http://coreplatform.com.do/
Description: My Lawyer Theme Responsive
Version: 2.2.0
*/



:root {
  --orange:#d59100 !important;
  --white:#ffffff !important;
  --blue:#028dff !important;
  --primary-txt: #fff;
  --primary-bg: #cd9a2b; /*#007bff #39B3D7;*/
  --primary-bg-rgb: rgba(200,154,43,0.9) !important;
  --main-menu-item: #fff;
  --main-menu-item-hv: #CD9A2B;
  --main-menu-item-bg: rgba(255,255,255,0.9) !important;
  --main-PrimaryMenu-item: #fff;
  --main-PrimaryMenu-item-bg: rgba(200,154,43,0.8) !important;
  --main-PrimaryMenu-bg-phone: rgba(200,154,43,0.8) !important;
  --main-PrimaryMenu-item-bg-trans: transparent !important;
  --main-PrimaryMenu-item-bg-hv: rgba(255,255,255,0.9) !important;
  --main-menu-bg: transparent;
  --main-menu-primary: rgba(200,154,43,0.8) !important;
  --link-item-txt: #fff;
  --link-item-hv: #CD9A2B;
  --link-item-bg: #fff;
  --main-font-family: "EB Garamond", Arial, sans-serif;
  /* "Montserrat", "Helvetica Neue", Arial, sans-serif; */
  --tittle-header:"EB Garamond", Arial, sans-serif;
  --tittle-header2:"EB Garamond", Arial, sans-serif;
  --tittle-header3:"EB Garamond", Arial, sans-serif;
  --submenu-bg: #f9f9f9;
  --blue-primary-bg-rgb: rgba(0, 115, 170,0.5);
  --body-txt-color: #302e2e;
  --body-line-height: 1.3;
  --title-font-weight: 400;
  --body-font-size: 1.3rem;
  --body-font-color: rgb(0 0 0 / 57%);;
  --default-list-style: none;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: var(--body-line-height);
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/** Clearfix **/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    table-layout: fixed;
}

.clearfix:after {
    clear: both;
}
/** end CSS reset **/
  
.tittle-header {
  font-family: var(--main-font-family);
  font-weight: var(--title-font-weight);
}
.cliente-logo div img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cliente-logo div img:hover {
      -webkit-filter: grayscale(0);
      filter: none;
    }
/** theme styles start here! **/

/* MAIN STYLES */
header,
footer,
section,
aside,
time,
article {
 display: block;
}
a {
 text-decoration: none;
 color: inherit;
}
b,
strong {
 font-weight: bold;
 font-weight: 500;
}
dfn,
cite,
em,
i {
 font-style: italic;
}

.main-content {
  width: 100%;
  min-width: 100%;
}


body {
    margin: 0;
    font-family: var(--main-font-family); 
    font-size: var(--body-font-size);    
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
body p {
	font-family: var(--main-font-family);
  	font-size: var(--body-font-size);
  	color: #302e2e;
	font-weight: 600;
    line-height: 1.6;
	letter-spacing:1px;
}

.bg-orange {
    background-color: rgba(200,154,43,0.3) !important;
}
.bg-gray {
    background-color: rgba(241, 238, 238, 0.4) !important;
}
.bg-gray-dk {
  background-color: rgba(241, 238, 238, 0.613) !important;
}
.tx-gray {
  color: #555353 !important;
}
.bg-white {
  background-color: #fff !important;
}
.tx-white {
  color: #fff !important;
}
.rounded {
  border-radius: 5% 5%;
}

/* nav-item uno */
.menu-item .nav-link, .social .nav-link, .navbar .nav-link,
.navbar {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

/* nav-link 2.0 */
.navbar .nav-link:not(i) {
  color: #fff !important;
  font-weight: 600;
}
.navbar .nav-item:nth-child(4) {
  margin-left: 20px !important;
  margin-right: 10px !important;
}

.social .nav-link:not(.btn) i.fa,
.social .nav-link:not(.btn) i.fab,
.navbar .navbar-nav .nav-link:not(.btn) i.fab,
.navbar .navbar-nav .nav-link:not(.btn) i.fa  {
    font-size: var(--main-menu-font-size);
	font-weight: 700;
    position: relative;
    top: 3px;
    text-align: center;
    width: 21px;
    color: var(--primary-bg);
}
.social .nav-link i.fa,
.social .nav-link i.fab,
.navbar .navbar-nav .nav-link i.fab,
.navbar .navbar-nav .nav-link i.fa  {
  color: #fff !important;
}

.navbar .navbar-nav .nav-link:not(.btn):focus,
.navbar .navbar-nav .nav-link:not(.btn):hover,
.navbar .navbar-nav .nav-link:not(.btn):active {
    background-color: #dfd6ce37;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    color: var(--primary-bg);
    border-radius: 0.1875rem;
    transition: 0.3s;
}
.navbar .navbar-primary .navbar-nav .nav-link:not(.btn):focus,
.navbar .navbar-primary .navbar-nav .nav-link:not(.btn):hover,
.navbar .navbar-primary .navbar-nav .nav-link:not(.btn):active {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    color: var(--primary-bg);
    border: 2px solid #fff;
    transition: 0.3s;
}

/**/
.dropdown-toggle:after,
[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}
.mobile-style {
  -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
    margin-top: 65px;
    background-color: var(--primary-bg-rgb);
    padding: 1.2em;
    font-weight: 600;
}
.section-mobile {
  height: 100vh;
}


/* Navbar */
.nav-shadow {
    box-shadow: 0 4px 12px rgba(0,0,0, 0.07);
}
.navbar-brand img.brand-logo {
    display: block;
    width: 260px;
    height: 100%;
    padding:0px;
    padding-right: 1.5em;
    margin: 0px;
 }

/* new navbar */
div.brand-logo img { 
  display: block;
  position: relative;
  width: 82%;
  padding: 0px;
  margin: 0px;
  float: left; 
  transition: all 0.3s ease-out;
}
div.brand-logo img.dark-brand-logo {
  display: none;
}
.visible {
  display: block;
  transition: all 0.3s ease-out;
}
.novisible {
  display: none;
  transition: all 0.3s ease-out;
}

/* nav-primary */
.navbar-primary  {
  color: var(--primary-bg);
  background-color: var(--primary-bg-rgb);
}
/* nav-transparent */
.navbar-transparent {
  color: var(--primary-bg-rgb);
  background-color: transparent;
}

.navbar .navbar-transparent .dropdown a.nav-link {
  color: var(--primary-bg);
  background-color: transparent;
}

/* nav-primary */
.navbar .navbar-primary .collapse .dropdown a.nav-link {
  color: var(--main-PrimaryMenu-item);
  background-color: var(--primary-bg);
}



/* Carousel styling */
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  height: 100vh;
}
.mobile-carousel {
  height: 110vh;
  margin-top: -62px;
}

.carousel-item:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(2) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(3) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}




/**********  Carousel  **********/
.MultiCarousel { overflow: hidden; padding: 0px; width: 90%; position:relative; height: auto;}
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; overflow: hidden; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { padding:10px; margin:10px; }
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(20% - 20px); }
.MultiCarousel .leftLst { left:44%; }
.MultiCarousel .rightLst { right:44%; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
.carousel-inner h1, .carousel-inner h5 {
  color: white;
  font-family: var(--main-font-family);
}
section {
  overflow: hidden;
}

.corbox {
  margin:0em;  
  border-radius: 7px; 
  display: block; 
  overflow: hidden;
  padding: 0px 8px 0px 8px;
  padding: 1.5em;
  margin-bottom: 1.5em;
  border: none;
}
.corbox:hover {
  padding-bottom:10px;
  /* box-shadow: 0 0 18px 2px rgba(0,115,170,0.27);*/
  transition: all 0.7s;  
}

/***  div slider  ***/

INPUT:-webkit-autofill,SELECT:-webkit-autofill,TEXTAREA:-webkit-autofill{animation-name:onautofillstart}INPUT:not(:-webkit-autofill),SELECT:not(:-webkit-autofill),TEXTAREA:not(:-webkit-autofill){animation-name:onautofillcancel}@keyframes onautofillstart{}@keyframes onautofillcancel{}


/* section-abogado */
.section-bg-icon .col-md-3:hover {
    color: var(--link-item-hv);
}


/* breadcrumb */
nav.breadcrumb {
  color: #302e2e !important;
}
nav.breadcrumb a.breadcrumb-text-default {
  color: #302e2e !important;
  text-decoration: none;
}


button,
input,
textarea {
    font-family: var(--main-font-family);
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    color: var(--orange); /* #1488CC */
    letter-spacing: 2px;
}
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading {
	text-shadow: 0px 1px 3px #00000070;
}

.title {
  font-weight: 700;
  padding-top: 20px;
}
.primary-title {
  color: var(--white);
}
.text-default {
  color: #403f3f;
}

h1.title-shadow,
h2.title-shadow,
h3.title-shadow,
h4.title-shadow,
h5.title-shadow {
  /* box-shadow: inset 0 -6px 0 rgba(255,255,255,.1); */
  text-shadow: 0px 3px 7px #0000005a;
}

h1.title-shadow-2,
h2.title-shadow-2,
h3.title-shadow-2,
h4.title-shadow-2,
h5.title-shadow-2 {
  /* box-shadow: inset 0 -6px 0 rgba(255,255,255,.1); */
  text-shadow: 0px 1px 3px #0c0c0c48;
}

.bg-primary {
  background-color: var(--primary-bg);
}
.bg-primary-color {
  color: var(--primary-bg) !important;
}

.bg-image {
  width: 100%; height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0%;
  padding: 0%;
}

.img-raised {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}
.img-raised2 {
      box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.img-raised3 {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}


.page-header-full {
  min-height: 100vh;
  max-height: 500px;
}

.page-header-mid {
  min-height: 60vh;
  max-height: 500px;
}

/*
.page-header-small {
  min-height: 10vh;
  max-height: 140px;
}
*/

.page-header {
  min-height: 100vh;
  max-height: 999px;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-header.page-header-small {
  min-height: 26vh;
  max-height: 26vh;
  margin-top: -85px;
  /*background: rgba(80,15,15,0.6);  rgba(223,95,95,0.6); */
  box-shadow: inset 0px 0px 5px 10px rgba(0, 0, 0, 0.019);
  background-color: rgba(0, 0, 0, 0.10);
  
}
.page-header-small p.post-detalle span {
  color: #fff;
}
.page-header.page-header-mid {
  min-height: 60vh;
  max-height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header.page-header-full {
  min-height: 100vh;
  max-height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

/* */
.page-header:before {
  background-color: rgba(0, 0, 0, 0.2);
}



.page-header>.container {
  z-index: 2;
  padding-top: 12vh;
  padding-bottom: 40px;
}

.page-header .page-header-image {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.page-header .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  padding: 0 15px;
  width: 100%;
  max-width: 880px;
 /* border: 1px solid green;*/
}

.page-header .content-center h1 {
  color: #FFFFFF;
  font-weight: 700;
}

.page-header footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer, footer p {
  font-size: 1rem;
}

.page-header .container {
  height: 100%;
  z-index: 1;
  text-align: center;
  position: relative;
}

.page-header:after,
.page-header:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

/* .last-post  */ 

div.card {
  border-radius: 9px 9px;
  overflow: hidden;
}
.card img.img-fluid {
  max-width: 100%;
  height: auto;
} 



/****  LOGO TRANSFORM ***/

.column {
    width: 14.28%;
    float: left;
    height: 200px; 
    min-height: 200px; 
    margin: 0px;
    padding: 1em;
    position: relative;
    display: block;
  }
  section.logo-transform .row:after {
    content: "";
    display: table;
    clear: both;
  }



/* Height for devices larger than 576px */
@media (min-width: 992px) {
  #introCarousel {
    margin-top: -85px;
  }
  .section-bg-icon .col-sm-2 {
    width: 22% !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  div.collapse {
    position: fixed;
    margin-top: 75px;
    background-color: var(--primary-bg-rgb);
    padding: 1.2em;
    font-weight: 600;
  }
  .carousel {
    height: 110vh;
    margin-top: -62px;
  }
  .servicios {
    height: 100vh;
  }
}
/*
@media only screen and (max-width: 600px) {
  div.collapse {
    position: fixed;
    margin-top: 75px;
    background-color: var(--primary-bg-rgb);
    padding: 1.2em;
    font-weight: 600;
  }
}
*/


/*** Keyframes ***/

.fade-in {
  animation: fadeIn 0.8s;
  -webkit-animation: fadeIn 0.8s;
  -moz-animation: fadeIn 0.8s;
  -o-animation: fadeIn 0.8s;
  -ms-animation: fadeIn 0.8s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
}
/*  */
.tag {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1.3s;
}
.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
  animation: fadeIn 0.8s;
  -webkit-animation: fadeIn 0.8s;
  -moz-animation: fadeIn 0.8s;
  -o-animation: fadeIn 0.8s;
  -ms-animation: fadeIn 0.8s;
}
@keyframes fadeIn {
  0% {opacity:0; margin-top: 30px;}
  100% {opacity:1; margin-top: 0px;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0; margin-top: 30px;}
  100% {opacity:1; margin-top: 0px;}
}

.fade-in-left {
    animation: fadeInLeft 0.8s;
    -webkit-animation: fadeInLeft 0.8s;
    -moz-animation: fadeInLeft 0.8s;
    -o-animation: fadeInLeft 0.8s;
    -ms-animation: fadeInLeft 0.8s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
@keyframes fadeInLeft {
  0% {opacity:0; margin-left: -30px; animation-play-state: paused;}
  20% { animation-play-state: running; }
  99% { visibility: hidden; }
  100% {opacity:1;margin-left: 0px; visibility: visible;}
}

@-webkit-keyframes fadeInLeft {
  0% {opacity:0; margin-left: -30px; animation-play-state: paused;}
  20% { animation-play-state: running; }
  99% { visibility: hidden; }
  100% {opacity:1;margin-left: 0px; visibility: visible;}
}
