@charset "UTF-8";
@import url(../css/bootstrap.min.css);
@import url(../css/base.css);
@import url(../css/custom-bootstrap-margin-padding.css);
@import url(../css/swiper.min.css);
@import url(../css/font-awesome.min.css);
@import url(../css/jquery.fancybox.min.css);
/*Colors*/
/*Mixins*/
@import url(../css/fonts.css);
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700,800&display=swap");
@-webkit-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-moz-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-o-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-webkit-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-moz-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-o-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-webkit-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-moz-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-o-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-webkit-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-moz-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-o-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
body, a, span, li, p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #444553; }

body {
  position: relative; }

body, p {
  font-size: 14px;
  line-height: 19px; }

a {
  text-decoration: none !important; }
  a:hover {
    color: #D33741; }

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important; }

.container-fluid {
  padding-right: 30px;
  padding-left: 30px; }
  @media (max-width: 767px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

h1, .h1 {
  font-size: 1.77rem; }

h2, .h2 {
  font-size: 1.60rem; }

h3, .h3 {
  font-size: 1.40rem; }

h4, .h4 {
  font-size: 1.20rem; }

h5, .h5 {
  font-size: 1.10rem; }

h6, .h6 {
  font-size: 1rem; }

body {
  overflow-x: hidden; }

::selection {
  background: #444553 !important;
  /* WebKit/Blink Browsers */
  color: #fff !important; }

::-moz-selection {
  background: #9CBEC6 !important;
  /* Gecko Browsers */
  color: #333 !important; }

.btn-white {
  background: transparent;
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  color: #000;
  border-radius: 0px;
  box-shadow: none !important;
  outline: 0px !important;
  text-transform: uppercase;
  padding: 10px 50px;
  font-size: 14px;
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 500;
  padding-top: 12px; }

.btn-white:hover {
  box-shadow: inset 0 -100px 0 0 #fff !important;
  color: #333 !important;
  webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s; }

.btn-primary {
  background-color: #D33741 !important;
  border: 0px;
  color: #fff;
  border-radius: 0;
  box-shadow: none !important;
  outline: 0px !important;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 30px;
  font-size: 14px;
  /*box-shadow: 0px 2px 5px rgba(0,0,0,0.2)!important;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;*/
  transition: all ease 0.3s; }

.btn-primary:hover {
  background-color: #91222A !important; }

.btn-secondary {
  background-color: transparent !important;
  border: 0px;
  color: #444553;
  border-radius: 0;
  box-shadow: none !important;
  outline: 0px !important;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 30px;
  font-size: 14px;
  transition: all ease 0.3s;
  border: 2px solid #444553 !important; }
  @media (max-width: 767px) {
    .btn-secondary {
      padding: 5px 30px; } }

.btn-secondary:hover {
  background-color: #444553 !important;
  color: #fff; }

.navbar {
  background: #fff;
  border: 0px;
  box-shadow: inset 0 1px 0 white, 0 1px 5px rgba(0, 0, 0, 0.075); }
  .navbar .container {
    position: relative; }
    @media (min-width: 758px) and (max-width: 991px) {
      .navbar .container {
        padding: 0px;
        margin: 0px;
        width: 100%; } }
  .navbar .navbar-header img {
    padding-top: 29px;
    padding-bottom: 29px;
    max-width: 230px; }
    @media (max-width: 991px) {
      .navbar .navbar-header img {
        margin-left: 0px; } }
  .navbar .navbar-nav {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (max-width: 991px) {
      .navbar .navbar-nav {
        padding: 0px; } }
  .navbar .navbar-nav > li a {
    color: #444553;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .navbar .navbar-nav > li a {
        padding-top: 51px;
        padding-bottom: 46px; } }
    .navbar .navbar-nav > li a:hover {
      color: #D33741;
      background-color: transparent; }
  .navbar .navbar-nav > li.current_page_item a, .navbar .navbar-nav > li.current-menu-item a, .navbar .navbar-nav > li.active-parent a, .navbar .navbar-nav > li.current-menu-ancestor a {
    color: #D33741; }
  .navbar .navbar-nav > li.current_page_item ul li.current-menu-item a, .navbar .navbar-nav > li.current-menu-item ul li.current-menu-item a, .navbar .navbar-nav > li.active-parent ul li.current-menu-item a, .navbar .navbar-nav > li.current-menu-ancestor ul li.current-menu-item a {
    color: #D33741 !important; }
  .navbar .navbar-toggle {
    float: none; }
  .navbar .languages-mobile {
    display: none; }
  @media (max-width: 991px) {
    .navbar .link-logo {
      margin-right: auto;
      padding-right: 35px; }
    .navbar .languages-mobile {
      display: block; }
    .navbar .navbar-toggle {
      margin-right: auto !important; }
    .navbar .navbar-header {
      display: flex;
      justify-content: space-around; } }

#footer {
  background-color: #444553 !important;
  margin-top: 60px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    #footer {
      margin-top: 20px; } }
  #footer p, #footer a {
    font-size: 11px; }
  #footer .footer-nav p {
    color: #fff; }
  #footer .footer-nav a {
    color: #fff; }
    #footer .footer-nav a:hover {
      color: #D33741; }
  #footer .footer-nav .border-copy {
    padding: 30px 0; }
    @media (max-width: 991px) {
      #footer .footer-nav .border-copy {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      #footer .footer-nav .border-copy {
        padding: 25px 0; } }
    #footer .footer-nav .border-copy > .row {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        #footer .footer-nav .border-copy > .row {
          display: block; } }
  @media (max-width: 991px) {
    #footer .footer-nav .copy a {
      display: block; } }
  @media (max-width: 767px) {
    #footer .footer-nav .copy {
      display: inline-block; } }
  #footer .footer-nav .terms-menu {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      #footer .footer-nav .terms-menu {
        display: block;
        text-align: left; } }
    @media (max-width: 991px) {
      #footer .footer-nav .terms-menu {
        /*text-align:center;
        float:left;
        width:100%;*/ } }
    #footer .footer-nav .terms-menu li {
      display: inline-block;
      margin-left: 18px;
      font-size: 13px; }
      @media (max-width: 991px) {
        #footer .footer-nav .terms-menu li {
          margin-left: 10px; } }
      @media (max-width: 767px) {
        #footer .footer-nav .terms-menu li {
          margin-left: 0px;
          display: block; } }
    #footer .footer-nav .terms-menu .link-livro-reclamacoes img {
      max-width: 120px; }
      @media (max-width: 991px) {
        #footer .footer-nav .terms-menu .link-livro-reclamacoes img {
          max-width: 115px; } }
    @media (max-width: 767px) {
      #footer .footer-nav .terms-menu .link-livro-reclamacoes {
        margin-bottom: 20px;
        display: block; } }
    #footer .footer-nav .terms-menu .link-facebook {
      margin-left: 18px; }
      @media (max-width: 991px) {
        #footer .footer-nav .terms-menu .link-facebook {
          margin-left: 15px; } }
      @media (max-width: 767px) {
        #footer .footer-nav .terms-menu .link-facebook {
          margin-left: 0px;
          float: right;
          margin-top: 6px; } }
    #footer .footer-nav .terms-menu .link-facebook i {
      font-size: 23px; }
    #footer .footer-nav .terms-menu.terms-menu-contacts .link-livro-reclamacoes {
      margin-right: auto; }
  #footer .footer-nav .anacom-logo {
    text-align: center; }
    @media (max-width: 767px) {
      #footer .footer-nav .anacom-logo {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px; } }
    #footer .footer-nav .anacom-logo .inner-anacom-logo {
      width: auto;
      display: inline-flex;
      margin: auto;
      text-align: left;
      float: none;
      margin: auto;
      flex-direction: column; }
    #footer .footer-nav .anacom-logo p {
      margin-bottom: 5px; }
    #footer .footer-nav .anacom-logo img {
      max-width: 150px !important; }
    #footer .footer-nav .anacom-logo.anacom-logo-contacts {
      text-align: left; }
  #footer .footer-nav p {
    float: left;
    width: 100%;
    margin: 0px; }
  #footer .outer-logo-footer {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
  #footer .logo-footer {
    width: 210px; }
  @media (max-width: 991px) {
    #footer .col-logo-footer {
      display: none !important; } }
  @media (max-width: 991px) {
    #footer .social-icons {
      float: left;
      width: 100%;
      margin-bottom: 30px; } }
  #footer .social-icons li {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    float: left; }
    @media (max-width: 991px) {
      #footer .social-icons li {
        display: inline;
        float: none; } }
  #footer .social-icons a {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #D33741;
    background: transparent;
    color: blue; }
    #footer .social-icons a i {
      padding-top: 9px;
      color: #D33741 !important; }
    #footer .social-icons a:hover {
      background-color: #D33741; }
      #footer .social-icons a:hover i {
        color: #fff !important; }
  #footer h6 {
    color: #fff !important;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 0px; }
    @media (max-width: 767px) {
      #footer h6 {
        margin-bottom: 20px; } }
    #footer h6 a {
      font-size: 15px; }
  @media (max-width: 767px) {
    #footer .contacts-col-footer {
      margin-top: 35px; } }
  #footer ul {
    padding-left: 0px;
    margin-left: 0px; }
    #footer ul.list {
      margin-top: 2px; }
      #footer ul.list li {
        margin-bottom: 5px;
        padding-bottom: 0px;
        margin-top: 0px;
        font-size: 13px;
        color: #444553;
        border: 0px !important;
        line-height: 17px; }
        #footer ul.list li i {
          vertical-align: top;
          padding-top: 5px;
          margin-right: 5px;
          color: #D33741 !important; }
        #footer ul.list li p, #footer ul.list li a {
          display: inline-block;
          margin: 0px; }
        #footer ul.list li a {
          font-size: 13px;
          color: #444553; }
          #footer ul.list li a:hover {
            color: #D33741; }
      #footer ul.list.bullets li {
        padding-left: 13px;
        position: relative; }
        #footer ul.list.bullets li::before {
          content: "\2022";
          /* Add content: \2022 is the CSS Code/unicode for a bullet */
          color: #444553;
          /* Change the color */
          font-weight: bold;
          /* If you want it to be bold */
          display: inline-block;
          /* Needed to add space between the bullet and the text */
          width: 1em;
          /* Also needed for space (tweak if needed) */
          position: absolute;
          top: 0;
          left: 0;
          font-size: 16px; }
  #footer .menu-paginas-legais-container {
    display: inline-block; }

.main-content {
  padding-top: 50px;
  margin-top: 118px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 117px - 177px); }
  @media (max-width: 767px) {
    .main-content {
      margin-top: 65px; } }

.container-fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.home .main-content {
  padding-top: 0px; }

.home footer {
  margin-top: 0px !important;
  border-top: 1px solid #ccc; }

h1.page-title {
  margin-top: 0px;
  color: #D33741;
  font-size: 35px;
  font-weight: 800 !important;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    h1.page-title {
      font-size: 22px;
      margin-bottom: 15px; } }

#home .swiper-container {
  width: 100%;
  height: 100%; }
#home .swiper-slide {
  background-position: top center;
  background-size: cover;
  height: 500px !important; }
  @media (max-width: 767px) {
    #home .swiper-slide {
      height: calc(100vh - 80px) !important; } }
  #home .swiper-slide .outer-table-slider {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    z-index: 9; }
    #home .swiper-slide .outer-table-slider .inner-table-slider {
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      text-align: left; }
      @media (max-width: 767px) {
        #home .swiper-slide .outer-table-slider .inner-table-slider {
          vertical-align: top !important; }
          #home .swiper-slide .outer-table-slider .inner-table-slider .container {
            padding-top: 120px; } }
      #home .swiper-slide .outer-table-slider .inner-table-slider h1, #home .swiper-slide .outer-table-slider .inner-table-slider h2, #home .swiper-slide .outer-table-slider .inner-table-slider h3, #home .swiper-slide .outer-table-slider .inner-table-slider h4, #home .swiper-slide .outer-table-slider .inner-table-slider h5, #home .swiper-slide .outer-table-slider .inner-table-slider h6, #home .swiper-slide .outer-table-slider .inner-table-slider a, #home .swiper-slide .outer-table-slider .inner-table-slider p {
        color: #fff; }
      #home .swiper-slide .outer-table-slider .inner-table-slider h2 {
        font-size: 48px;
        font-weight: bold;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
        color: #fff;
        margin: 0px;
        line-height: 50px;
        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        text-transform: initial; }
        @media (max-width: 767px) {
          #home .swiper-slide .outer-table-slider .inner-table-slider h2 {
            font-size: 27px;
            margin-top: 0px;
            line-height: 34px; } }
      #home .swiper-slide .outer-table-slider .inner-table-slider p {
        margin-bottom: 0px;
        margin-top: 28px;
        color: #fff;
        font-weight: bold;
        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        line-height: 26px;
        text-transform: initial;
        font-weight: 600;
        max-width: 40%; }
        @media (max-width: 767px) {
          #home .swiper-slide .outer-table-slider .inner-table-slider p {
            margin-top: 9px; } }
        #home .swiper-slide .outer-table-slider .inner-table-slider p.before-title {
          color: #444553;
          font-size: 20px;
          margin-top: 0px;
          max-width: 100%;
          display: none;
          margin-bottom: 30px; }
          #home .swiper-slide .outer-table-slider .inner-table-slider p.before-title span {
            font-size: 37px;
            color: #444553; }
          @media (max-width: 767px) {
            #home .swiper-slide .outer-table-slider .inner-table-slider p.before-title {
              font-size: 15px;
              margin-bottom: 15px; }
              #home .swiper-slide .outer-table-slider .inner-table-slider p.before-title span {
                font-size: 23px; } }
        @media (max-width: 767px) {
          #home .swiper-slide .outer-table-slider .inner-table-slider p {
            max-width: 100%; } }
      #home .swiper-slide .outer-table-slider .inner-table-slider .inner-container-slider {
        max-width: 100%; }
      #home .swiper-slide .outer-table-slider .inner-table-slider .btn {
        margin-top: 30px; }
#home .arrow-homeslider {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -27px;
  cursor: pointer; }
  @media (max-width: 767px) {
    #home .arrow-homeslider {
      display: none; } }
  #home .arrow-homeslider i {
    font-size: 45px;
    color: #fff;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3); }
    #home .arrow-homeslider i:hover {
      color: #444553; }
  #home .arrow-homeslider.homeslider-left {
    left: 15px; }
  #home .arrow-homeslider.homeslider-right {
    right: 15px; }

@media (max-width: 767px) {
  .home .element-section {
    display: none; } }

#banner-home {
  height: 350px; }
  #banner-home .element-section {
    display: none; }
  @media (max-width: 767px) {
    #banner-home {
      height: 250px;
      overflow: hidden; }
      #banner-home .element-section {
        display: block;
        width: 56%;
        left: -85px; } }
  #banner-home .img-banner-home {
    height: 100%;
    background-size: cover;
    background-position: bottom center; }
    @media (max-width: 767px) {
      #banner-home .img-banner-home {
        background-position: top right; } }
    #banner-home .img-banner-home .content-banner-home {
      height: 100%; }
      @media (max-width: 767px) {
        #banner-home .img-banner-home .content-banner-home {
          display: none; } }
      #banner-home .img-banner-home .content-banner-home .container {
        height: 100%; }
        #banner-home .img-banner-home .content-banner-home .container .row {
          height: 100%;
          padding: 50px 0; }
          #banner-home .img-banner-home .content-banner-home .container .row > div {
            height: 100%;
            display: flex;
            justify-content: space-between;
            flex-direction: column; }
      #banner-home .img-banner-home .content-banner-home h1, #banner-home .img-banner-home .content-banner-home h2, #banner-home .img-banner-home .content-banner-home h3, #banner-home .img-banner-home .content-banner-home h4, #banner-home .img-banner-home .content-banner-home h5, #banner-home .img-banner-home .content-banner-home h6, #banner-home .img-banner-home .content-banner-home a {
        color: #fff;
        text-transform: uppercase;
        margin: 0px; }
      #banner-home .img-banner-home .content-banner-home h1 {
        margin-bottom: 10px; }

.top-banner-home-mobile, .bottom-banner-home-mobile {
  display: none; }
  @media (max-width: 767px) {
    .top-banner-home-mobile, .bottom-banner-home-mobile {
      display: block; } }

.top-banner-home-mobile {
  background-color: #D33741;
  padding: 13px 0px 10px 0; }
  .top-banner-home-mobile h6 {
    color: #fff;
    margin: 0;
    font-size: 13px; }
    .top-banner-home-mobile h6 a {
      color: #fff !important; }

.bottom-banner-home-mobile {
  padding: 15px 0; }
  .bottom-banner-home-mobile h1, .bottom-banner-home-mobile h2 {
    margin: 0px;
    color: #D33741; }
  .bottom-banner-home-mobile h1 {
    margin-bottom: 6px;
    font-size: 16px; }
  .bottom-banner-home-mobile h2 {
    font-size: 13px; }

#characteristics-home {
  padding: 50px 0;
  text-align: center;
  color: #fff; }
  @media (max-width: 767px) {
    #characteristics-home {
      background-color: #D33741;
      padding: 25px 0; } }
  #characteristics-home h3 {
    margin-top: 0px;
    color: #fff;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      #characteristics-home h3 {
        font-size: 16px;
        text-align: left;
        line-height: 21px;
        margin-bottom: 20px; } }
  #characteristics-home .row-characteristics {
    display: flex; }
    @media (max-width: 767px) {
      #characteristics-home .row-characteristics {
        display: block; } }
    #characteristics-home .row-characteristics .col-characteristic {
      border-right: 1px solid #fff;
      padding: 10px 15px; }
      @media (max-width: 767px) {
        #characteristics-home .row-characteristics .col-characteristic {
          border: 0px;
          margin: 10px 0;
          padding: 2px 10px; }
          #characteristics-home .row-characteristics .col-characteristic:nth-child(odd) {
            border-right: 1px solid #fff; } }
      #characteristics-home .row-characteristics .col-characteristic .icon-characteristic {
        width: 75px;
        height: 75px;
        margin: auto;
        margin-bottom: 12px;
        align-items: center;
        display: flex; }
        @media (max-width: 767px) {
          #characteristics-home .row-characteristics .col-characteristic .icon-characteristic {
            width: 65px;
            height: 65px; } }
        #characteristics-home .row-characteristics .col-characteristic .icon-characteristic img {
          max-width: 75px;
          height: auto;
          max-height: 75px;
          margin: auto; }
          @media (max-width: 767px) {
            #characteristics-home .row-characteristics .col-characteristic .icon-characteristic img {
              max-width: 65px;
              max-height: 65px; } }
      #characteristics-home .row-characteristics .col-characteristic .title-characteristic {
        min-height: 34px;
        display: flex;
        align-items: flex-end;
        margin-bottom: 6px; }
      #characteristics-home .row-characteristics .col-characteristic:last-of-type {
        border-right: 0px; }
    #characteristics-home .row-characteristics h4, #characteristics-home .row-characteristics p {
      color: #fff;
      margin: 0px;
      text-transform: uppercase; }
    #characteristics-home .row-characteristics h4 {
      margin: 0 auto; }
      @media (max-width: 767px) {
        #characteristics-home .row-characteristics h4 {
          font-size: 13px; } }
    #characteristics-home .row-characteristics p {
      font-size: 12px;
      line-height: 16px; }
      @media (max-width: 767px) {
        #characteristics-home .row-characteristics p {
          min-height: 64px;
          font-size: 11px;
          line-height: 13px; } }

#video-home {
  background-color: #444553;
  padding: 50px 0; }
  @media (max-width: 767px) {
    #video-home {
      padding: 25px 0; } }
  #video-home h1, #video-home h2, #video-home h3, #video-home h4, #video-home h5, #video-home h6, #video-home a, #video-home p {
    color: #fff;
    margin: 0px; }
  #video-home h4 {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      #video-home h4 {
        margin-bottom: 15px;
        font-size: 19px; } }
  #video-home .row-video {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      #video-home .row-video {
        display: block; } }
  #video-home iframe {
    height: 300px; }
    @media (max-width: 991px) {
      #video-home iframe {
        height: 240px; } }
    @media (max-width: 767px) {
      #video-home iframe {
        height: 200px; } }
  @media (max-width: 767px) {
    #video-home .col-content-video {
      margin-bottom: 30px; }
      #video-home .col-content-video h5 {
        font-size: 13px; } }

.awards-section {
  background-color: #444553; }
  .awards-section h2 {
    margin: 0 0 20px 0; }
    @media (max-width: 767px) {
      .awards-section h2 {
        font-size: 32px; } }
  .awards-section .thumb a {
    padding: 0 15px; }
    @media (max-width: 1199px) {
      .awards-section .thumb a {
        line-height: 120px; } }

.featured-sections-home {
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 55px !important; }
  .featured-sections-home h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #D33741;
    text-transform: initial;
    margin-bottom: 12px; }
  .featured-sections-home .btn-link {
    color: #444553;
    font-weight: bold;
    font-style: italic;
    text-decoration: none; }
  .featured-sections-home p {
    margin-bottom: 17px; }
    .featured-sections-home p span {
      color: #D33741;
      font-weight: bold; }
  .featured-sections-home .post {
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .featured-sections-home .post:hover img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }

.banner-top .padding-banner-top {
  padding-top: 130px;
  padding-bottom: 130px; }
.banner-top h1 {
  font-size: 48px;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
  color: #fff !important;
  margin: 0px;
  font-weight: bold; }
  @media (max-width: 991px) {
    .banner-top h1 {
      line-height: 50px; } }
  @media (max-width: 767px) {
    .banner-top h1 {
      font-size: 30px;
      line-height: 37px; } }
.banner-top h2 {
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
  margin-top: 0px;
  font-size: 18px;
  margin-top: -5px; }
  @media (max-width: 991px) {
    .banner-top h2 {
      margin-top: 11px; } }
.banner-top.banner-top-single h1 {
  font-size: 28px;
  line-height: 38px; }
  @media (max-width: 767px) {
    .banner-top.banner-top-single h1 {
      font-size: 23px;
      line-height: 31px; } }
.banner-top.banner-top-single h2 {
  margin-top: 5px; }
.banner-top.banner-top-no-image {
  background-color: #D33741; }
  .banner-top.banner-top-no-image .padding-banner-top {
    padding-top: 65px;
    padding-bottom: 65px; }

.attorney-info h2:first-child {
  margin-top: 0px; }

.attorney-info h2 {
  font-size: 25px;
  margin-top: 30px;
  text-align: center;
  color: #D33741;
  font-weight: bold; }
  @media (max-width: 767px) {
    .attorney-info h2 {
      font-size: 25px !important; } }
.attorney-info p {
  text-align: justify;
  font-size: 15px; }

.packages-text {
  text-align: center; }
  .packages-text h2 {
    font-size: 35px;
    margin-top: 60px;
    text-align: center;
    color: #D33741; }
  .packages-text p {
    text-align: center !important; }

.cerimonies-section {
  padding-top: 0px !important; }
  .cerimonies-section h2 {
    font-size: 35px;
    text-align: center;
    color: #D33741; }
  .cerimonies-section .col-img-cerimonies {
    padding: 10px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .cerimonies-section .col-img-cerimonies .best-people {
      padding: 0px; }
      .cerimonies-section .col-img-cerimonies .best-people .thumb:after {
        background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        background-color: rgba(17, 17, 17, 0.5);
        opacity: 0;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
      @media (max-width: 1199px) {
        .cerimonies-section .col-img-cerimonies .best-people .best-people-details h3 {
          padding-top: 35px; }
        .cerimonies-section .col-img-cerimonies .best-people .best-people-details p {
          display: none; } }
      @media (min-width: 758px) and (max-width: 991px) {
        .cerimonies-section .col-img-cerimonies .best-people .best-people-details h3 {
          padding-top: 84px; } }
    .cerimonies-section .col-img-cerimonies:hover .best-people {
      padding: 0px; }
      .cerimonies-section .col-img-cerimonies:hover .best-people .thumb:after {
        opacity: 1;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
    .cerimonies-section .col-img-cerimonies:hover img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
  .cerimonies-section .best-people-details {
    z-index: 9; }
    .cerimonies-section .best-people-details h3 {
      color: #fff;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
      font-size: 27px;
      margin-bottom: 4px; }
    .cerimonies-section .best-people-details p {
      color: #fff;
      text-shadow: 1px 2px 3px black;
      font-size: 15px;
      padding: 0 15px;
      line-height: 15px; }

.packages-section {
  padding-bottom: 40px !important; }
  .packages-section .outer-packages {
    margin-top: 20px;
    float: left; }
  .packages-section p {
    text-align: justify; }
  .packages-section .heading-line-bottom {
    border-bottom: 1px dashed #444553; }
  .packages-section .title-single-package {
    text-align: center;
    font-size: 35px;
    color: #D33741; }
    @media (max-width: 991px) {
      .packages-section .title-single-package {
        margin-top: 60px; } }

.rustic-text {
  margin-top: 10px;
  margin-bottom: 40px; }
  .rustic-text p {
    text-align: center; }

.separator.separator-rouned i, .separator.separator-border-rouned i {
  background-color: #444553; }

.separator {
  color: #fff; }

.separator::before, .separator::after {
  border-bottom: 2px solid #444553; }

.separator.separator-rouned.separator-gold i, .separator.separator-border-rouned.separator-gold i {
  background-color: #D33741; }

.separator.separator-gold {
  color: #fff; }

.separator.separator-gold::before, .separator.separator-gold::after {
  border-bottom: 2px solid #D33741; }

.separator-gold {
  margin: 0px !important;
  margin-bottom: 0px !important; }

.separator-singles {
  margin-top: 70px !important;
  margin-bottom: 60px !important; }

.panel-group .panel-title a {
  color: #444553; }

.panel-content ul {
  list-style: initial;
  padding-left: 30px; }
  .panel-content ul li {
    color: #444553;
    font-size: 13px; }

.fancybox-caption h3 {
  color: #fff !important;
  margin-bottom: 0px;
  margin-top: 0px; }
.fancybox-caption p {
  color: #fff !important; }

.gallery h2 {
  font-size: 35px;
  margin-top: 0px;
  text-align: center;
  color: #d7ac46; }
  @media (max-width: 991px) {
    .gallery h2 {
      font-size: 28px; } }
.gallery h4 {
  color: #D33741;
  font-size: 32px !important; }

.col-album {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .col-album .post {
    border: 1px solid #eee; }
  .col-album .outer-btn-album {
    float: left;
    width: 100%; }
  .col-album .entry-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin: 0 !important; }
    .col-album .entry-content h4 {
      color: #D33741;
      font-size: 32px !important; }
    .col-album .entry-content p {
      margin-bottom: 11px !important; }
  .col-album .btn {
    margin-top: 14px; }
  .col-album:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }

.banner-contacts {
  background-image: none !important;
  padding: 12px 0px !important; }
  .banner-contacts .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .banner-contacts h4 {
    font-size: 35px; }
  .banner-contacts .phone-banner {
    font-size: 18px;
    margin-right: 10px; }
  .banner-contacts .email-banner {
    font-size: 18px;
    margin-left: 10px; }
  .banner-contacts .or-contact-banner {
    font-size: 35px; }
  .banner-contacts p {
    margin-bottom: 0px; }

.effect-scale-custom {
  padding: 1px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  transform: none !important; }
  .effect-scale-custom:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }

.back-gallery {
  color: #444553; }
  .back-gallery:hover {
    color: #D33741; }

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  background: transparent !important;
  border: 2px solid #fff; }
  .swiper-pagination-bullet:hover {
    background: #fff !important; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 25px; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff !important; }

.single-love-letter {
  margin-bottom: 30px; }
  .single-love-letter img {
    float: left; }
    @media (max-width: 767px) {
      .single-love-letter img {
        width: 100%;
        margin-bottom: 30px; } }
  .single-love-letter .inverted-row img {
    float: right; }
    @media (max-width: 767px) {
      .single-love-letter .inverted-row img {
        width: 100%;
        float: left; } }
  .single-love-letter .border-single-letter {
    border-bottom: 1.5px dashed #444553;
    padding-bottom: 30px; }
  .single-love-letter .content-love-letter h2 {
    color: #D33741;
    font-size: 32px; }
  .single-love-letter .content-love-letter p {
    font-size: 15px;
    line-height: 23px;
    text-align: justify; }

.normal-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .normal-row {
      display: block !important; } }
  .normal-row.inverted-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

@media (max-width: 991px) {
  .contact-section .col-contacts {
    margin-bottom: 30px; } }
.contact-section .col-contacts ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .contact-section .col-contacts ul li {
    margin-bottom: 5px; }
    .contact-section .col-contacts ul li p {
      display: inline; }
.contact-section .col-contacts .link-facebook {
  margin-top: 15px;
  display: block; }
  @media (max-width: 991px) {
    .contact-section .col-contacts .link-facebook {
      display: inline-block; } }
  .contact-section .col-contacts .link-facebook i {
    font-size: 35px; }
.contact-section .col-contacts span {
  font-weight: 600;
  font-size: 15px; }
.contact-section h2 {
  color: #D33741 !important;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 19px; }
  @media (min-width: 758px) and (max-width: 991px) {
    .contact-section h2 {
      line-height: 29px; } }
  @media (max-width: 767px) {
    .contact-section h2 {
      font-size: 23px; } }
.contact-section .icon-box i {
  color: #D33741 !important;
  font-size: 25px; }
  @media (max-width: 767px) {
    .contact-section .icon-box i {
      font-size: 35px; } }
.contact-section .icon-box.left a {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .contact-section .icon-box.left a {
      margin-right: 0px;
      margin-bottom: 10px; } }
.contact-section .media-body {
  font-size: 14px; }
.contact-section .col-contact span.other-email {
  display: block;
  font-size: 13px; }
@media (max-width: 767px) {
  .contact-section .col-contact {
    margin-top: 0px; } }
.contact-section .col-contact h4 {
  font-size: 19px; }
.contact-section .padding-col-contact {
  margin: 15px;
  margin-left: 30px; }
  .contact-section .padding-col-contact .icon-box {
    padding: 0px;
    border-bottom: 1.5px dashed #444553 !important;
    padding-bottom: 30px; }
    .contact-section .padding-col-contact .icon-box p {
      margin-bottom: 0px; }
@media (max-width: 767px) {
  .contact-section .gform_wrapper .gform_footer input.button, .contact-section .gform_wrapper .gform_footer input[type=submit], .contact-section .gform_wrapper .gform_page_footer input.button, .contact-section .gform_wrapper .gform_page_footer input[type=submit] {
    margin-bottom: 0px; }
  .contact-section .gform_footer {
    margin-bottom: 0px; } }

.instagram-pic {
  float: left;
  width: 33%;
  padding-right: 4px;
  padding-bottom: 4px; }
  .instagram-pic:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

.contact-form .form-control {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .contact-form .form-control {
      margin-top: 15px; } }

.contact-form .gform_wrapper {
  margin-top: 0px !important; }

span.wpcf7-not-valid-tip {
  font-size: 13px;
  float: left; }

.language-selector {
  position: absolute;
  right: 7px;
  top: 0;
  text-transform: uppercase;
  padding: 0 8px;
  padding-bottom: 1px; }

.language-selector > div {
  display: inline-block;
  padding: 0px 7px;
  color: #333;
  padding-bottom: 1px; }

.language-selector > div a {
  color: #333;
  opacity: 0.6;
  font-size: 13px; }

.language-selector > div a:hover {
  opacity: 1; }

.language-selector > div.active-lang {
  background: #444553; }
  .language-selector > div.active-lang a {
    opacity: 1; }

.other-albuns {
  font-size: 35px;
  color: #D33741;
  text-align: center;
  margin-bottom: 25px; }

.arquive-single-post {
  padding-top: 30px;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .arquive-single-post {
      padding-top: 0px !important; } }
  .arquive-single-post h2 {
    margin-top: 0px;
    color: #D33741;
    text-align: center;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .arquive-single-post h2 {
        font-size: 22px;
        line-height: 23px; } }
  .arquive-single-post.single-post h2 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 35px;
    margin-bottom: 16px; }
  .arquive-single-post span {
    text-align: center;
    display: block; }
  .arquive-single-post .border-post {
    border-bottom: 1.5px dashed #444553;
    padding-bottom: 30px;
    float: left;
    width: 100%; }
    @media (max-width: 991px) {
      .arquive-single-post .border-post {
        margin-bottom: 30px; } }
  .arquive-single-post p {
    text-align: justify; }

.outer-img-article {
  margin-top: 26px;
  margin-bottom: 26px; }

.add-this-outer {
  float: left;
  width: 100%;
  margin-top: 50px; }
  .add-this-outer table {
    margin: auto; }

#ajax-load-more {
  width: 100%;
  float: left; }
  #ajax-load-more .alm-listing {
    width: 100%;
    float: left; }
  #ajax-load-more .alm-btn-wrap {
    padding-top: 30px; }

.cookie-notice-container {
  padding: 10px;
  padding-bottom: 9px;
  border-top: 1px solid #D33741; }

#cn-notice-text {
  font-weight: 400;
  font-size: 12px; }

#cookie-notice .button {
  background: #fff;
  border: 1px solid #d7ac46;
  border-bottom: 3px solid #d7ac46;
  color: #d7ac46;
  border-radius: 0px;
  box-shadow: none !important;
  outline: 0px !important;
  text-transform: uppercase;
  padding: 0px 25px;
  font-size: 13px;
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 500;
  padding-top: 5px;
  line-height: 0px;
  padding-bottom: 6px;
  margin-left: 15px; }
  @media (max-width: 991px) {
    #cookie-notice .button {
      padding: 0 18px;
      padding-bottom: 3px;
      padding-top: 2px;
      font-size: 12px; } }
  #cookie-notice .button:hover {
    box-shadow: inset 0 -100px 0 0 #D33741 !important;
    color: #fff !important;
    webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s; }

.layer-overlay.overlay-dark-5::before {
  background-color: rgba(17, 17, 17, 0.2); }

.swiper-slide::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: rgba(17, 17, 17, 0.3); }

.panel-group .panel-title a.openAccordion::after {
  content: "" !important; }

.col-album.col-other-article .entry-content h4 {
  font-size: 23px !important;
  line-height: 31px;
  padding: 0 15px;
  min-height: 62px; }

.outer-single-gallery {
  padding-bottom: 50px;
  float: left;
  width: 100%; }

.copy img {
  margin-top: -3px;
  margin-left: 1px; }

.about-home {
  text-align: left; }
  .about-home h1 {
    font-size: 48px;
    color: #D33741;
    margin-top: 0px;
    font-weight: bold;
    line-height: 41px; }
    .about-home h1 span {
      display: block;
      font-size: 15px;
      font-weight: 400;
      color: #444553; }
  .about-home .btn {
    margin-top: 20px; }
  .about-home .hidden-text-home {
    display: none; }
  .about-home #toogle-text {
    font-size: 32px;
    cursor: pointer;
    color: #333;
    line-height: 0px;
    margin-top: 19px;
    opacity: 0.5;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
    .about-home #toogle-text:hover {
      color: #D33741;
      opacity: 1; }
    .about-home #toogle-text.rotate-arrow {
      -webkit-transform: rotate(-180deg);
      /* Chrome and other webkit browsers */
      -moz-transform: rotate(-180deg);
      /* FF */
      -o-transform: rotate(-180deg);
      /* Opera */
      -ms-transform: rotate(-180deg);
      /* IE9 */
      transform: rotate(-180deg); }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
@media (max-width: 991px) {
  .navbar-default .navbar-toggle {
    background: transparent !important;
    border: 0px;
    padding: 50px 30px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .navbar-default .navbar-toggle {
      padding: 59px 30px; } }
@media (max-width: 991px) {
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #444553; } }
@media (max-width: 767px) {
  .about-page img {
    width: 100%; } }
@media (min-width: 758px) and (max-width: 991px) {
  .about-page .pl-60 {
    padding-left: 10px !important; } }
@media (max-width: 767px) {
  .about-page .pl-60 {
    padding-left: 15px !important; } }

.row-25 {
  margin-left: -25px;
  margin-right: -25px; }

/*.max-height-gallery {
  height: 420px;

  @include breakpoint(tablet-horizontal) {
     height: 345px;
   }
  @include breakpoint(tablet-vertical) {
     height: 530px;
   }
  @include breakpoint(mobile) {
    height: 800px;
  }
}*/
.outer-gallery-event {
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  .outer-gallery-event .inner-gallery-event {
    float: left;
    width: 100%; }

.decor-content h4 {
  font-size: 27px;
  margin-bottom: 0px; }

.section-decor h2 {
  color: #D33741;
  text-align: center;
  margin-top: 55px;
  line-height: 32px;
  font-size: 28px;
  margin-bottom: 1px; }
  @media (max-width: 767px) {
    .section-decor h2 {
      font-size: 27px; } }
.section-decor h4 {
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: bold; }
.section-decor .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .section-decor .swiper-slide:before {
    content: none; }
.section-decor .arrow-homeslider {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -32px;
  cursor: pointer; }
  .section-decor .arrow-homeslider i {
    font-size: 35px;
    color: #D33741;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); }
    .section-decor .arrow-homeslider i:hover {
      color: #D33741; }
  .section-decor .arrow-homeslider.homeslider-left {
    left: -23px; }
  .section-decor .arrow-homeslider.homeslider-right {
    right: -23px; }
.section-decor .cerimonies-section {
  position: relative; }
.section-decor .swiper-pagination {
  width: 100%;
  position: relative;
  margin-top: 10px; }
  .section-decor .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    margin: 3px 5px; }
.section-decor .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
  .section-decor .swiper-pagination-bullet:hover {
    background: #D33741 !important; }
.section-decor .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #D33741 !important; }
.section-decor .col-img-cerimonies {
  padding: 0px; }

.text-content-decor p {
  text-align: center; }
.text-content-decor a {
  text-decoration: underline !important;
  color: #333; }
  .text-content-decor a:hover {
    color: #D33741; }

.main-content ul, .main-content ol {
  list-style: initial;
  padding-left: 40px;
  margin-bottom: 15px; }

.main-content ol {
  list-style: initial;
  list-style-type: decimal; }

.element-team {
  margin-bottom: 21px;
  text-align: center; }
  .element-team img {
    margin: auto;
    margin-bottom: 10px;
    border: 2px solid #444553; }
  .element-team span {
    display: block;
    font-size: 13px; }

.download-text {
  margin-bottom: 40px; }

.file-download {
  margin-top: 0px;
  /* float: left; */
  display: inline-table;
  width: 33.3%;
  padding: 10px; }
  @media (max-width: 992px) {
    .file-download {
      width: 100%; } }
  .file-download img {
    width: 61px;
    margin-right: 12px;
    float: left; }
  .file-download h5 {
    font-size: 14px;
    min-height: 62px;
    text-transform: initial !important;
    line-height: 17px; }
  .file-download a:hover h5 {
    color: #D33741; }

.protocols-text {
  margin-bottom: 50px; }

.single-protocol {
  margin-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #444553;
  padding-bottom: 40px; }
  .single-protocol p, .single-protocol ul {
    text-align: left !important; }
  .single-protocol img {
    max-height: 80px;
    margin: auto;
    margin-bottom: 20px; }
  .single-protocol i.fa-globe {
    font-size: 22px;
    margin-right: 7px;
    position: absolute;
    /* left: 0; */
    margin-left: -25px;
    margin-top: 3px; }

.products-text {
  margin-bottom: 0px; }

.menu-item-has-children ul.sub-menu {
  display: none;
  z-index: 99999999;
  top: 117.45px;
  background: #fff;
  margin: 0px;
  padding: 0px;
  width: auto;
  position: absolute;
  width: 264px;
  box-shadow: inset 0 1px 0 white, 0 1px 5px rgba(0, 0, 0, 0.075); }
  .menu-item-has-children ul.sub-menu li a {
    font-size: 14px;
    line-height: 15px;
    text-transform: none;
    color: #444553 !important;
    padding: 0px !important;
    display: block;
    padding: 7px 15px !important;
    text-transform: uppercase; }
    .menu-item-has-children ul.sub-menu li a:hover {
      color: #D33741 !important; }
    .menu-item-has-children ul.sub-menu li a:after {
      display: none; }
  .menu-item-has-children ul.sub-menu li:first-of-type a {
    padding-top: 15px !important; }
  .menu-item-has-children ul.sub-menu li:last-of-type a {
    padding-bottom: 15px !important; }
.menu-item-has-children:hover ul.sub-menu {
  display: block; }

.banner_title_product {
  background: #D33741;
  text-align: center;
  padding: 15px 20px; }
  .banner_title_product h2 {
    color: #fff;
    font-size: 26px;
    margin-top: 10px; }

.outer-btn-center {
  text-align: center;
  margin-top: 30px; }
  .outer-btn-center .btn-gold {
    margin: auto; }

.main-text a {
  color: #D33741; }
  .main-text a:hover {
    text-decoration: underline; }

.panel-group .panel-title a {
  text-decoration: none !important; }

.panel-group .panel-title p {
  margin: 0px;
  font-size: 15px; }

.panel-content {
  font-size: 15px; }

.panel-group .panel-title a::after {
  font-size: 15px; }

@media (max-width: 991px) {
  ul.sub-menu {
    display: none !important; } }
@media (max-width: 991px) {
  .file-download a {
    float: left;
    width: 100%; } }
@media (max-width: 767px) {
  .navbar .navbar-header img {
    max-width: 135px;
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-default .navbar-toggle {
    padding: 25px 15px; }

  .main-content {
    padding-top: 30px; }

  .element-team img {
    width: 120px; } }
.news-footer li {
  padding-bottom: 9px;
  padding-top: 9px;
  border-bottom: 2px dashed #444553;
  float: left;
  width: 100%; }
  .news-footer li a {
    font-size: 13px; }
    .news-footer li a img {
      margin-right: 10px; }
    .news-footer li a:hover h4 {
      color: #D33741; }
.news-footer .img-new {
  width: 30%;
  display: inline; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-footer .img-new {
      width: 19%; } }
.news-footer .title-new {
  display: inline-block;
  width: 65%;
  margin: 0px;
  font-size: 20px;
  vertical-align: middle; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-footer .title-new {
      width: 57%; } }
  .news-footer .title-new h4 {
    font-size: 13px;
    line-height: 16px;
    text-transform: none !important;
    margin: 0px !important; }

.see-all-news {
  float: right;
  color: #333;
  font-size: 13px;
  margin-top: 5px;
  text-transform: uppercase;
  color: #333 !important; }
  .see-all-news:hover {
    color: #D33741 !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav > li a {
    padding-left: 10px;
    padding-right: 10px; } }
.phone-box {
  position: absolute;
  right: -1px;
  top: 60px;
  z-index: 999;
  background: #fff;
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.3);
  padding: 16px 23px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }
  @media (max-width: 767px) {
    .phone-box {
      top: 20px;
      bottom: auto;
      padding: 7px 13px !important; } }
  .phone-box h3 {
    margin: 0px;
    font-size: 20px;
    text-align: left;
    color: #444553;
    font-weight: bold; }
    @media (max-width: 767px) {
      .phone-box h3 {
        font-size: 16px; } }
  .phone-box a {
    color: #D33741; }
    .phone-box a:hover {
      color: #444553; }
    @media (max-width: 767px) {
      .phone-box a {
        font-size: 14px; } }
  .phone-box p {
    float: none;
    margin: 0px;
    margin-top: 0px;
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #D33741; }
    .phone-box p.icon-phone:before {
      font-family: 'fontawesome';
      content: '\f095';
      margin-right: 10px;
      font-size: 20px;
      position: absolute;
      left: -27px;
      top: -3px;
      color: #444553 !important;
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
  .phone-box .phone-numbers {
    margin-left: 27px;
    float: left;
    width: 100%;
    margin-top: 3px; }

.contact-footer {
  padding-bottom: 70px; }
  .contact-footer h5 {
    font-weight: bold;
    color: #D33741;
    font-size: 21px; }
  .contact-footer p {
    margin-bottom: 0px; }
  .contact-footer .btn {
    margin-top: 35px; }

@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important; }

  .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
    padding-right: 7.5px !important; }

  .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
    padding-left: 7.5px !important; } }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
  border: 1px solid #E1E3E6 !important;
  border-radius: 5px;
  box-shadow: none;
  padding: 6px 10px !important;
  font-size: 15px !important;
  box-shadow: none !important; }
  @media (max-width: 767px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
      font-size: 13px !important;
      padding: 5px 9px !important; } }

body .gform_wrapper ul li.gfield {
  margin-top: 22px !important; }

.col-contact-form {
  margin-top: 60px; }
  .col-contact-form .gform_wrapper {
    margin-top: 0px; }

.gform_wrapper .top_label .gfield_label {
  margin-bottom: 0px !important; }

.gform_wrapper .gfield_required {
  color: #1584E6 !important; }

.gform_wrapper .gform_footer {
  padding: 0px !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  margin-right: 0px !important; }
  @media (max-width: 767px) {
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
      margin-bottom: 0px !important; } }

.tariffs .nav.nav-pills {
  padding-left: 0px !important;
  text-align: center;
  margin-bottom: 0px; }
  .tariffs .nav.nav-pills li {
    float: none;
    display: inline-block;
    margin: 0;
    width: 33.3%; }
    .tariffs .nav.nav-pills li:last-of-type {
      width: 33.4%; }
    @media (max-width: 767px) {
      .tariffs .nav.nav-pills li {
        width: 100%;
        min-width: 100%;
        margin-top: 10px; } }
    .tariffs .nav.nav-pills li a {
      padding: 12px 30px;
      font-size: 15px;
      font-weight: 800;
      text-transform: uppercase;
      border: 2px solid;
      border-right: 0px;
      border-radius: 0px;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      @media (max-width: 991px) {
        .tariffs .nav.nav-pills li a {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .tariffs .nav.nav-pills li a {
          padding: 7px 5px;
          font-size: 13px; } }
      @media (max-width: 767px) {
        .tariffs .nav.nav-pills li a {
          border-right: 2px solid; } }
      .tariffs .nav.nav-pills li a:hover {
        border: 2px solid;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s; }
    .tariffs .nav.nav-pills li:last-of-type a {
      border-right: 2px solid; }
    .tariffs .nav.nav-pills li.active a {
      border: 2px solid; }
.tariffs .tab-content {
  padding: 0px !important;
  border: 0px !important; }
  .tariffs .tab-content ul.notes-tariffs {
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    border-left: 10px solid;
    padding-left: 10px;
    margin-bottom: 17px; }
    .tariffs .tab-content ul.notes-tariffs li {
      margin-bottom: 13px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 15px; }
      @media (max-width: 991px) {
        .tariffs .tab-content ul.notes-tariffs li {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .tariffs .tab-content ul.notes-tariffs li {
          font-size: 12px;
          line-height: 16px; } }
      .tariffs .tab-content ul.notes-tariffs li:last-of-type {
        margin-bottom: 0px; }
  .tariffs .tab-content .label-tariffs {
    padding-left: 19px; }
  .tariffs .tab-content .table-tariffs {
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 767px) {
      .tariffs .tab-content .table-tariffs {
        margin: 20px 0; } }
    .tariffs .tab-content .table-tariffs table {
      border-collapse: separate;
      border-spacing: 15px 15px; }
    .tariffs .tab-content .table-tariffs thead tr th {
      border: 0px;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 13px;
      padding: 8px; }
    .tariffs .tab-content .table-tariffs tbody tr td {
      border: 0px;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 18px; }
      @media (max-width: 991px) {
        .tariffs .tab-content .table-tariffs tbody tr td {
          font-size: 13px; } }
      .tariffs .tab-content .table-tariffs tbody tr td:first-of-type {
        border-left: 10px solid;
        font-weight: normal; }
        .tariffs .tab-content .table-tariffs tbody tr td:first-of-type b {
          font-weight: 800; }
.tariffs .btn-aderir {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px; }
.tariffs .dropdown-toggle {
  width: 100%;
  text-align: left;
  padding: 12px 18px; }
  .tariffs .dropdown-toggle span.caret {
    float: right;
    margin-top: 6px;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #fff; }
  .tariffs .dropdown-toggle .placeholder-dropdown {
    color: #fff; }
.tariffs .dropdown-menu {
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding: 10px 0;
  border: 0px; }
  .tariffs .dropdown-menu li a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #D33741;
    font-weight: bold;
    padding: 8px 15px;
    font-size: 13px;
    white-space: nowrap;
    background: #fff !important;
    cursor: pointer; }

.tariffs-residencial .nav.nav-pills li a {
  color: #D33741;
  border-color: #D33741 !important; }
.tariffs-residencial .nav.nav-pills li:hover a {
  color: #fff;
  background-color: #D33741; }
.tariffs-residencial .nav.nav-pills li.active a {
  color: #fff;
  background-color: #D33741; }
.tariffs-residencial .nav.nav-pills li:last-of-type a {
  border-color: #D33741 !important; }
.tariffs-residencial .table-tariffs thead tr th {
  background: #D33741;
  color: #fff; }
  .tariffs-residencial .table-tariffs thead tr th:last-of-type {
    background: #91222A; }
.tariffs-residencial .table-tariffs tbody tr td {
  background: #D33741;
  color: #fff; }
  .tariffs-residencial .table-tariffs tbody tr td:first-of-type {
    background: #fff;
    color: #D33741; }
  .tariffs-residencial .table-tariffs tbody tr td:last-of-type {
    background: #91222A; }
.tariffs-residencial .notes-tariffs {
  border-color: #D33741 !important; }
  .tariffs-residencial .notes-tariffs li {
    color: #D33741; }

.tariffs-empresas .nav.nav-pills li a {
  color: #444553;
  border-color: #444553 !important; }
.tariffs-empresas .nav.nav-pills li:hover a {
  color: #fff;
  background-color: #444553; }
.tariffs-empresas .nav.nav-pills li.active a {
  color: #fff;
  background-color: #444553; }
.tariffs-empresas .nav.nav-pills li:last-of-type a {
  border-color: #444553 !important; }
.tariffs-empresas .table-tariffs thead tr th {
  background: #444553;
  color: #fff; }
  .tariffs-empresas .table-tariffs thead tr th:last-of-type {
    background: #444553; }
.tariffs-empresas .table-tariffs tbody tr td {
  background: #444553;
  color: #fff; }
  .tariffs-empresas .table-tariffs tbody tr td:first-of-type {
    background: #fff;
    color: #444553; }
  .tariffs-empresas .table-tariffs tbody tr td:last-of-type {
    background: #444553; }
.tariffs-empresas .notes-tariffs {
  border-color: #444553 !important; }
  .tariffs-empresas .notes-tariffs li {
    color: #444553; }
.tariffs-empresas .dropdown-toggle {
  background-color: #444553 !important; }
.tariffs-empresas .dropdown-menu li a {
  color: #444553 !important; }

.conditions ul {
  padding-left: 17px; }
  .conditions ul li {
    margin-bottom: 10px; }

.row.is-flex {
  display: flex;
  flex-wrap: wrap; }

.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
  width: 33.3%; }
  @media (max-width: 991px) {
    .row.is-flex > [class*='col-'] {
      width: 50%; } }
  @media (max-width: 767px) {
    .row.is-flex > [class*='col-'] {
      width: 100%; } }

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px; }

.form-comparador .gform_footer {
  text-align: right; }
.form-comparador .gfield_radio label {
  font-weight: 500 !important; }

@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield.gf_left_third {
    padding-right: 7.5px !important; }

  .gform_wrapper ul.gform_fields li.gfield.gf_middle_third {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important; }

  .gform_wrapper ul.gform_fields li.gfield.gf_right_third {
    padding-left: 7.5px !important; } }
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: -1px !important;
  margin-right: 3px !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
  font-size: 14px !important; }
  @media (max-width: 767px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
      font-size: 12px !important; } }

.terms-form .gfield_label {
  display: none !important; }
.terms-form label {
  font-weight: normal !important; }
  .terms-form label a {
    color: #444553 !important; }
    .terms-form label a:hover {
      text-decoration: underline;
      color: #D33741 !important; }

h2.gsection_title {
  font-size: 24px;
  color: #D33741;
  font-weight: 600;
  margin-top: 0px !important; }

.gform_wrapper .gsection {
  border: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important; }

.modal-header, .modal-body, .modal-footer {
  padding: 15px 25px; }

.ginput_container_date .clear-multi .ginput_container_date {
  width: 33%; }
  .ginput_container_date .clear-multi .ginput_container_date select {
    background: #fff;
    width: 100%;
    border: 1px solid #e1e3e6 !important;
    height: 37px !important; }

.gform_wrapper div.validation_error {
  color: #D33741 !important;
  border-color: #D33741 !important; }

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message {
  color: #D33741 !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: 1px solid #D33741 !important;
  border-bottom: 1px solid #D33741 !important;
  background-color: rgba(21, 132, 230, 0.1) !important; }

.gform_wrapper ul.gform_fields li.gfield.gfield_error.gf_right_half, .gform_wrapper ul.gform_fields li.gfield_error.gfield.gf_left_half {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important; }

.featured-solutions {
  background-color: #F2F3F6;
  margin-bottom: 70px; }
  .featured-solutions .container {
    padding-bottom: 40px; }
  .featured-solutions .col-featured-solution {
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 50px; }
    .featured-solutions .col-featured-solution h4 {
      font-size: 24px;
      color: #D33741;
      font-weight: 600;
      margin-top: 0px !important; }
    .featured-solutions .col-featured-solution .btn {
      margin-top: 20px; }
    .featured-solutions .col-featured-solution img {
      max-height: 60px;
      height: 60px;
      width: auto;
      margin-bottom: 25px; }
    .featured-solutions .col-featured-solution p {
      min-height: 50px; }
  .featured-solutions .col-featured-solution:nth-child(odd) {
    border-right: 1px solid #E1E3E6; }

.banner-home {
  display: none; }

@media (max-width: 767px) {
  .padding-banner-top {
    padding-top: 70px !important; }

  .first-col-footer {
    margin-bottom: 35px; }

  .swiper-home {
    display: none; }

  .banner-home {
    display: block;
    height: calc(50vh);
    background-size: cover;
    background-position: top center;
    position: relative; }
    .banner-home .phone-box {
      top: auto;
      bottom: 20px;
      background: rgba(255, 255, 255, 0.8); } }
.main-text h2 {
  font-size: 2rem; }
.main-text h3 {
  font-size: 25px; }

body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
  margin-bottom: 15px;
  float: left;
  width: 100%; }

.gform_wrapper .gform_footer {
  text-align: center; }

.gform_wrapper .top_label .gfield_label {
  display: none !important; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
  border: 2px solid #444553 !important;
  border-radius: 0px; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, textarea:focus {
    border-color: #D33741 !important; }

.gform_wrapper select {
  border: 2px solid #444553 !important;
  border-radius: 0px;
  background-color: #fff;
  text-transform: uppercase;
  color: #6a6b73;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 5px 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px; }
  .gform_wrapper select:focus {
    border-color: #D33741 !important; }

.section {
  position: relative;
  overflow: hidden; }
  .section .above-element-section {
    z-index: 2; }
  .section .element-section {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    background-color: rgba(211, 55, 65, 0.91);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewx(50deg) scale(1.9);
    z-index: 1; }
    @media (max-width: 991px) {
      .section .element-section {
        width: 70%; } }

.services-sections {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .services-sections {
      margin-top: 20px; } }

.banner-services {
  height: 254px; }
  @media (max-width: 767px) {
    .banner-services {
      height: 225px; } }
  .banner-services .img-banner-services {
    height: 100%;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 767px) {
      .banner-services .img-banner-services {
        background-position: center right; } }
    .banner-services .img-banner-services .content-banner-services {
      height: 100%; }
      .banner-services .img-banner-services .content-banner-services .text-content-banner-services {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        @media (min-width: 1700px) {
          .banner-services .img-banner-services .content-banner-services .text-content-banner-services {
            margin-left: 0px; } }
      .banner-services .img-banner-services .content-banner-services .img-content-banner-services {
        display: flex;
        align-items: center;
        text-align: center; }
        @media (min-width: 1450px) {
          .banner-services .img-banner-services .content-banner-services .img-content-banner-services {
            margin-left: 5%; } }
        .banner-services .img-banner-services .content-banner-services .img-content-banner-services img {
          margin: auto; }
      .banner-services .img-banner-services .content-banner-services .container {
        height: 100%; }
        .banner-services .img-banner-services .content-banner-services .container .row {
          height: 100%;
          padding: 50px 0; }
          @media (max-width: 767px) {
            .banner-services .img-banner-services .content-banner-services .container .row {
              padding: 25px 0; } }
          .banner-services .img-banner-services .content-banner-services .container .row > div {
            height: 100%; }
      .banner-services .img-banner-services .content-banner-services h1, .banner-services .img-banner-services .content-banner-services h2, .banner-services .img-banner-services .content-banner-services h3, .banner-services .img-banner-services .content-banner-services h4, .banner-services .img-banner-services .content-banner-services h5, .banner-services .img-banner-services .content-banner-services h6, .banner-services .img-banner-services .content-banner-services a {
        color: #fff;
        text-transform: uppercase;
        margin: 0px; }
      .banner-services .img-banner-services .content-banner-services h1 {
        margin-bottom: 14px;
        border-left: 8px solid #fff;
        padding-left: 8px; }
      .banner-services .img-banner-services .content-banner-services .odd-content-mobile {
        display: none; }
      @media (max-width: 767px) {
        .banner-services .img-banner-services .content-banner-services .odd-content-desktop {
          display: none; }
        .banner-services .img-banner-services .content-banner-services .odd-content-mobile {
          display: block; } }
  @media (max-width: 767px) {
    .banner-services:nth-child(odd) .text-content-banner-services {
      justify-content: flex-end !important;
      align-items: flex-start !important; }
    .banner-services:nth-child(even) .text-content-banner-services {
      justify-content: flex-start !important;
      height: auto !important;
      align-items: flex-start !important; }
    .banner-services .content-banner-services h1 {
      font-size: 17px; }
    .banner-services .content-banner-services h2 {
      font-size: 13px; }
    .banner-services .img-content-banner-services img {
      max-width: 150px;
      max-height: 87px; }
    .banner-services .bottom-content-banner-services {
      max-width: 308px; } }

.services-sections .element-section {
  width: 390px;
  height: 100%;
  left: 428px;
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewx(45deg) scale(1.9); }
  @media (max-width: 991px) {
    .services-sections .element-section {
      left: 270px; } }
  @media (max-width: 767px) {
    .services-sections .element-section {
      left: -20px;
      width: 359px; } }
.services-sections .element-section-half {
  left: 302px; }
  @media (max-width: 991px) {
    .services-sections .element-section-half {
      left: 150px; } }
  @media (max-width: 767px) {
    .services-sections .element-section-half {
      left: -30px;
      width: 74%; } }

#second-content-services {
  margin-top: 40px; }
  @media (max-width: 767px) {
    #second-content-services {
      margin-top: 10px; } }
  #second-content-services h3 {
    color: #D33741; }
    @media (max-width: 767px) {
      #second-content-services h3 {
        font-size: 17px; } }
  #second-content-services .btn-second-content-services {
    margin-top: 30px;
    text-align: center; }
    #second-content-services .btn-second-content-services .btn {
      margin: auto; }

#faqs {
  margin-top: 40px; }
  #faqs h3 {
    color: #D33741;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #faqs h3 {
        font-size: 17px; } }
  #faqs .panel-default {
    border: 1px solid #444553;
    margin-top: 15px; }
    #faqs .panel-default > .panel-heading {
      padding: 0px; }
  #faqs .panel-group .panel-title a::after {
    right: 0;
    left: auto;
    color: #444553; }
    @media (max-width: 767px) {
      #faqs .panel-group .panel-title a::after {
        padding: 11px 10px; } }
  #faqs .panel-group .panel-title a {
    background: #fff;
    padding: 12px; }
    @media (max-width: 767px) {
      #faqs .panel-group .panel-title a {
        font-size: 13px;
        padding-right: 32px; } }
  #faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0px; }
  #faqs .panel-body {
    padding: 12px;
    padding-top: 0px; }
  #faqs .panel-group .panel-title a.openAccordion::after {
    content: "" !important; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 2px solid #D33741; }

.video-characteristics-kit-emergency {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .video-characteristics-kit-emergency {
      margin-top: 20px; } }
  .video-characteristics-kit-emergency iframe {
    height: 312px; }
    @media (max-width: 767px) {
      .video-characteristics-kit-emergency iframe {
        height: 230px; } }
  .video-characteristics-kit-emergency ul {
    padding-left: 30px; }
    @media (max-width: 767px) {
      .video-characteristics-kit-emergency ul {
        padding-left: 18px; } }
    .video-characteristics-kit-emergency ul li {
      margin-bottom: 9px; }
  @media (max-width: 991px) {
    .video-characteristics-kit-emergency .col-video-characteristics-kit-emergency {
      margin-bottom: 30px; } }

.scrollToTop {
  display: none !important; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  width: 25%;
  text-align: center; }

.table > tbody > tr > td:first-of-type {
  text-align: left; }

.prices-services-conditions, .equipments-tariffs, .activations-tariffs, .penalties-tariffs {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .prices-services-conditions, .equipments-tariffs, .activations-tariffs, .penalties-tariffs {
      margin-top: 30px; } }

.outer-btn-conditions .btn-conditions {
  position: relative;
  width: 100%;
  background: #444553;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 10px;
  border-radius: 0px;
  font-size: 15px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  @media (max-width: 767px) {
    .outer-btn-conditions .btn-conditions {
      font-size: 13px;
      text-align: left; } }
  .outer-btn-conditions .btn-conditions:hover {
    color: #fff;
    background: #D33741;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .outer-btn-conditions .btn-conditions:after {
    right: 0;
    left: auto;
    color: #fff;
    font-size: 15px;
    content: "\f067";
    font-family: fontawesome;
    padding: 13px 14px;
    position: absolute;
    top: 0;
    padding: 0;
    right: 58px;
    top: 12px; }
    @media (max-width: 767px) {
      .outer-btn-conditions .btn-conditions:after {
        right: 15px; } }
  .outer-btn-conditions .btn-conditions.active-btn-conditions {
    background-color: #D33741; }
    .outer-btn-conditions .btn-conditions.active-btn-conditions:after {
      content: "" !important; }

.conditions {
  display: none; }
  .conditions > .container {
    margin-top: 50px; }
  .conditions .table-bordered > tbody > tr > td, .conditions .table-bordered > tbody > tr > th, .conditions .table-bordered > tfoot > tr > td, .conditions .table-bordered > tfoot > tr > th, .conditions .table-bordered > thead > tr > td, .conditions .table-bordered > thead > tr > th {
    border: 2px solid #444553;
    text-transform: uppercase;
    color: #444553;
    font-weight: bold;
    vertical-align: middle;
    padding: 6px 8px;
    line-height: 16px !important;
    height: 46px; }
  .conditions .table-bordered {
    border: 2px solid #444553; }
  .conditions td, .conditions th {
    font-size: 13px; }
  .conditions tbody tr td:first-of-type {
    font-weight: normal; }
  .conditions thead tr:nth-of-type(2) th:first-of-type {
    text-align: left; }
  .conditions .prices-services-conditions thead tr th:first-of-type {
    text-align: left; }
  .conditions .prices-services-conditions thead tr th, .conditions .prices-services-conditions thead tr td, .conditions .prices-services-conditions tbody tr th, .conditions .prices-services-conditions tbody tr td {
    width: 20%; }
  .conditions .prices-services-conditions thead tr td:first-of-type, .conditions .prices-services-conditions thead tr th:first-of-type, .conditions .prices-services-conditions tbody tr td:first-of-type, .conditions .prices-services-conditions tbody tr th:first-of-type {
    width: 40%; }

.trigger-request-call {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  z-index: 1;
  padding: 4px;
  border-radius: 50%;
  cursor: pointer; }
  @media (max-width: 767px) {
    .trigger-request-call {
      width: 36px;
      height: 36px;
      bottom: 15px;
      right: 15px; } }
  .trigger-request-call .close-trigger {
    display: none; }
  .trigger-request-call.footer-reached {
    bottom: 144px;
    position: absolute; }
  .trigger-request-call.opened-trigger {
    padding: 0px; }
    .trigger-request-call.opened-trigger .open-trigger {
      display: none; }
    .trigger-request-call.opened-trigger .close-trigger {
      display: block; }

.trigger-request-call {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  z-index: 1;
  padding: 4px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999999; }
  @media (max-width: 767px) {
    .trigger-request-call {
      width: 36px;
      height: 36px;
      bottom: 15px;
      right: 15px; } }
  .trigger-request-call .close-trigger {
    display: none; }
  .trigger-request-call.footer-reached {
    bottom: 144px;
    position: absolute; }
    @media (max-width: 767px) {
      .trigger-request-call.footer-reached {
        bottom: 360px; } }
  .trigger-request-call.opened-trigger {
    padding: 0px; }
    .trigger-request-call.opened-trigger .open-trigger {
      display: none; }
    .trigger-request-call.opened-trigger .close-trigger {
      display: block; }
  @media (max-width: 991px) {
    .trigger-request-call.trigger-request-call-desktop {
      display: none; } }
  .trigger-request-call.trigger-request-call-mobile {
    display: none; }
    @media (max-width: 991px) {
      .trigger-request-call.trigger-request-call-mobile {
        display: block; } }

.request-call {
  display: none;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  width: 330px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: #fff;
  z-index: 999999;
  padding: 14px; }
  .request-call .gform_wrapper ul.gfield_checkbox li label, .request-call .gform_wrapper ul.gfield_radio li label {
    font-size: 11px; }
  .request-call .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .request-call textarea {
    font-size: 12px !important; }
  .request-call .gform_footer {
    padding: 0px !important; }
  .request-call .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .request-call textarea {
    padding: 4px 8px !important; }
  .request-call .gform_wrapper ul li.gfield {
    margin-bottom: 8px; }
    .request-call .gform_wrapper ul li.gfield.textarea-request-call {
      margin-bottom: 2px; }
    .request-call .gform_wrapper ul li.gfield.terms-form {
      margin-bottom: 1px; }
  .request-call .gform_wrapper .gform_footer input.button, .request-call .gform_wrapper .gform_footer input[type=submit], .request-call .gform_wrapper .gform_page_footer input.button, .request-call .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%;
    padding: 10px 30px !important; }
  .request-call .gform_wrapper {
    margin: 0px;
    margin-top: 10px; }
  .request-call h1, .request-call h2, .request-call h3, .request-call h4, .request-call h5, .request-call h6, .request-call p {
    margin: 0px;
    text-transform: uppercase; }
  .request-call h6 {
    margin-bottom: 10px; }
  .request-call .label-call {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px; }
  .request-call .title-request-call {
    margin-bottom: 13px;
    color: #D33741; }
  .request-call .tel-request-call {
    width: 100%;
    margin-bottom: 5px; }
    .request-call .tel-request-call img {
      width: 20px;
      margin-right: 15px; }

@media (max-width: 767px) {
  .table-responsive {
    border: 0; } }

/*# sourceMappingURL=style.css.map */
