/*
Theme Name: Carreras Berry
Author: Aida Dirmantaite
Version: v1.0.0
Author URI: http://ajdyti.com
Text Domain: carreraspresencio.com/
*/
@import url(css/bootstrap.min.css);
@import url(css/font-awesome.min.css);
body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Didact Gothic', sans-serif;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-muted {
  color: #8e8c91;
}
.text-primary {
  color: #242A33;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #242A33;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #0f1115;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #ccc9d2;
}
.bg-darkest-gray {
  background-color: #1D2229;
}
.btn-primary {
  color: white;
  background-color: #242A33;
  border-color: #242A33;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 500;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #0f1115;
  border-color: #0b0c0f;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #242A33;
  border-color: #242A33;
}
.btn-primary .badge {
  color: #242A33;
  background-color: white;
}
.btn-xl {
  color: #242A33;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #242A33;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 500;
  border-radius: 3px;
  font-size: 16px;
  padding: 15px 45px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #242A33;
  background-color: rgba(230, 230, 230, 0.7);
  border-color: #0b0c0f;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #242A33;
}
.btn-xl .badge {
  color: rgba(255, 255, 255, 0.7);
  background-color: #242A33;
}
.wrapper {
  margin: 0 auto;
}
.mb50 {
  margin-bottom: 50px;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
  height: 60px;
}
.navbar-default .navbar-brand {
  background: url('img/logo-s.png') no-repeat center center;
  width: 219px;
  height: 25px;
  margin: 15px 0 0 15px;
  color: #242A33;
  font-family: 'Didact Gothic', sans-serif;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #0f1115;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  background-color: #fff;
}
.navbar-default .navbar-collapse .navbar-nav {
  margin: 2.5px -15px !important;
}
.navbar-default .navbar-toggle {
  background-color: #242A33;
  border-color: #242A33;
  padding: 10px 10px;
  margin-top: 13px;
  margin-right: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #242A33;
}
.navbar-default .nav li a {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #323133;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #242A33;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #242A33;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #0f1115;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
    height: 80px;
    padding: 10px 0 0 0;
  }
  .navbar-default .navbar-collapse {
    background: none;
  }
  .navbar-default .navbar-brand {
    background: url('img/logo.png') no-repeat center center;
    width: 275px;
    height: 31px;
    font-size: 2em;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: #fff;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #242A33;
}
header .overlay {
  background: rgba(255, 255, 255, 0.65);
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: 'Didact Gothic', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
  font-weight: 300;
}
header .intro-text .intro-heading {
  font-family: 'EB Garamond', serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
}
header .gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: 'Didact Gothic', sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  header .intro-text .intro-heading {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
section h3.section-subheading {
  font-size: 17px;
  font-family: 'Didact Gothic', sans-serif;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 100px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#laws .carreras-item {
  margin-bottom: 0px;
  padding: 0px;
  right: 0;
}
#laws .carreras-item .post-img {
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: absolute;
  z-index: 2;
  height: 230px;
}
#laws .carreras-item .carreras-link {
  display: block;
  position: relative;
  height: 230px;
  margin: 0 auto;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#laws .carreras-item .carreras-link .carreras-caption {
  background: rgba(36, 42, 51, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#laws .carreras-item .carreras-link .carreras-caption:hover {
  background: rgba(36, 42, 51, 0.9);
}
#laws .carreras-item .carreras-caption {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  height: 100%;
}
#laws .carreras-item .carreras-caption h4 {
  text-transform: none;
  margin: 0;
  top: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: -10px;
  z-index: 30;
  color: #fff;
}
#laws .carreras-item .carreras-caption p {
  font-family: 'Didact Gothic', sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#laws * {
  z-index: 2;
}
@media (min-width: 767px) {
  #articles .carreras-item {
    margin: 0;
  }
}
#blog .blog-post-img img {
  width: 100%;
  height: auto;
}
#blog .blog-tabs {
  margin-bottom: 50px;
}
#blog .blog-tabs li {
  display: inline-block !important;
}
#blog section h3.section-subheading {
  margin-bottom: 50px;
}
#blog .tab-content ul {
  padding: 0;
}
#blog .tab-content ul li {
  list-style: none;
}
#blog .tab-content ul li .left {
  max-width: 700px;
  text-align: left;
  margin: 0 auto;
}
#blog .tab-content ul li p.item-intro {
  margin: 20px 0 20px;
}
#blog .tab-content ul li .entry-date {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 13px;
  margin: 15px 0;
}
.centered {
  float: none;
  margin: 0 auto;
}
#about .about {
  margin: 0 auto;
}
#about .about .about-img {
  background-size: cover;
  background-position: 50% 50%;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 40px;
}
#about .about .col-md-4 {
  margin-bottom: 30px;
}
.naked-social-share {
  margin-top: 35px;
  margin: 0 auto;
}
.naked-social-share ul {
  text-align: center;
}
.naked-social-share ul li {
  width: 36px;
  margin: 0 auto;
  display: inline-block;
}
.naked-social-share span.nss-site-name {
	display: none;
}
.naked-social-share ul li .fab {
  display: block;
  float: left;
  background-size: contain;
  border: none;
  padding: 5px !important;
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  background-position: center center;
  background-size: 26px;
  cursor: pointer;
}
.naked-social-share ul li a i:before {
	display: none;
}
.naked-social-share ul li.nss-twitter a i.fab {
  background-image: url('img/tw.svg');
  background-size: 20px 20px;
}
.naked-social-share ul li.nss-facebook a i.fab {
  background-image: url('img/fb.svg');
  background-size: 32px 32px;
}
.naked-social-share ul li.nss-linkedin a i.fab {
  background-image: url('img/in.svg');
  background-size: 34px 34px;
}

section#contacto {
  background-color: #010C1C;
  background-image: url('img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contacto .section-heading {
  color: #fff;
}
section#contacto .section-subheading {
  margin-bottom: 25px !important;
  color: #fff;
}
section#contacto .section-subheading a {
  color: #fff !important;
}
section#contacto .mb {
  margin-bottom: 75px !important;
}
section#contacto .form-group {
  margin-bottom: 25px;
}
section#contacto .form-group input,
section#contacto .form-group textarea {
  padding: 20px;
}
section#contacto .form-group input.form-control {
  height: auto;
}
section#contacto .form-group textarea.form-control {
  height: 236px;
}
section#contacto .form-control:focus {
  border-color: #242A33;
  box-shadow: none;
}
section#contacto ::-webkit-input-placeholder {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contacto :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contacto ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contacto :-ms-input-placeholder {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contacto .text-danger {
  color: #fff;
}
section#contacto .text-danger ul {
  padding: 0 0 0 20px;
}
section#contacto .text-danger ul li {
  list-style: none;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer .c1 {
  text-align: left;
}
footer .c2 {
  text-align: right;
}
footer span.copyright {
  line-height: 20px;
  font-family: 'Didact Gothic', sans-serif;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: 'Didact Gothic', sans-serif;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #1D2229;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #242A33;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.carreras-modal {
  z-index: 1060 !important;
}
.carreras-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.carreras-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.carreras-modal .modal-content p {
  margin-bottom: 30px;
}
.carreras-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: 'Didact Gothic', sans-serif;
  font-style: italic;
  font-size: 16px;
}
.carreras-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.carreras-modal .modal-content img {
  margin-bottom: 30px;
}
.carreras-modal .close-modal {
  position: absolute;
  background-color: transparent;
  top: 10px;
  right: 25px;
  cursor: pointer;
}
.carreras-modal .close-modal:hover {
  opacity: 0.3;
}
.carreras-modal .close-modal .lr {
  height: 35px;
  width: 1px;
  margin-left: 35px;
  background-color: #1D2229;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.carreras-modal .close-modal .lr .rl {
  height: 35px;
  width: 1px;
  background-color: #1D2229;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.carreras-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #242A33;
}
::selection {
  text-shadow: none;
  background: #242A33;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #242A33;
}
