/*
Fonts & General Styles
--------------------------------*/
/** Generated by FG **/
@font-face {
    font-family: 'manropebold';
    src: url('../fonts/manrope-bold-webfont.woff2') format('woff2'),
         url('../fonts/manrope-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'manropemedium';
    src: url('../fonts/manrope-medium-webfont.woff2') format('woff2'),
         url('../fonts/manrope-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'manroperegular';
    src: url('../fonts/manrope-regular-webfont.woff2') format('woff2'),
         url('../fonts/manrope-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'manropesemibold';
    src: url('../fonts/manrope-semibold-webfont.woff2') format('woff2'),
         url('../fonts/manrope-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'manropelight';
    src: url('../fonts/manrope-light-webfont.woff2') format('woff2'),
         url('../fonts/manrope-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('../fonts/rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,button,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
#yui3-css-stamp.cssreset{display:none;}

@media print{*{color:#000 !important;text-shadow:none !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;}
a[href]:after{content:" (" attr(href) ")";}
abbr[title]:after{content:" (" attr(title) ")";}
a[href^="javascript:"]:after,
a[href^="#"]:after{content:"";}
pre,
blockquote{border:1px solid #999;page-break-inside:avoid;}
thead{display:table-header-group;}
tr,
img{page-break-inside:avoid;}
img{max-width:100% !important; height: auto;}
p,
h2,
h3{orphans:3;widows:3;}
h2,
h3{page-break-after:avoid;}
select{background:#fff !important;}
.navbar{display:none;}
.table td,
.table th{background-color:#fff !important;}
.btn > .caret,
.dropup > .btn > .caret{border-top-color:#000 !important;}
.label{border:1px solid #000;}
.table{border-collapse:collapse !important;}
.table-bordered th,
.table-bordered td{border:1px solid #ddd !important;}
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* CUSTOMIZE THIS */
body {
  font-family: 'manroperegular', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #000;
  background: #ffffff;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #666666;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
h1,.h1 {
  font-size: 3em;
}
h2,.h2 {
  font-size: 2.5em;
}
h3,.h3 {
  font-size: 2em;
}
h4,.h4 {
  font-size: 1.5em;
}
h5,.h5 {
  font-size: 1.1667em;
}
h6,.h6 {
  font-size: 1em;
}
p {
  margin: 0 0 20px;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #666;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #666;
}
/* /CUSTOMIZE THIS */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.clearfix {
  clear: both;
}
img {
  vertical-align: top;
}
input[type=submit],input[type=button]{
	-webkit-appearance: none;	
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*
Grids
--------------------------------*/
.row:before, .row:after {
  content: "";
  display: table ;
  clear: both;
}
.container {
  max-width: 1240px;
}
a.btn {
  -webkit-appearance:none !important;
  appearance:none !important;
}
a:focus {
  outline: 0px !important;
}
.btn:focus {
  box-shadow: none !important;
  outline: 0px;
}
input:focus, select {
  box-shadow: none !important;
  outline: 0px;
}


/*
Header
--------------------------------*/
header {
  /* width: 100%;
  height: 100vh; */
  /* background: transparent url('img/Grupo 872.png') 0% 0% no-repeat padding-box; */
}

.content {
  width: 94%;
  margin: 4em auto;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.logo {
  float: left;
  margin: 0px 46px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px; 
}
.logo img{
  width: 243px;
  transition: all 0.5s ease;
  height: auto;
}
nav {
  position: fixed;
  width: 100%;
  line-height: 60px;
  z-index: 999999;
  padding: 16px 0px;
  transition: all 0.5s ease;
}
nav .container {
  max-width: 1562px;
}

nav ul {
  line-height: 60px;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: right;
  margin: 0;
  transition: 1s;
}

nav.nav-fixed {
  background: #E13E3D;
  padding: 10px 0px;
}
nav.nav-fixed .logo img {
  width: 180px;
}

nav ul li {
  display: inline-block;
  padding: 16px 33px;
  transition: all 0.5s ease;
}
nav.nav-fixed ul li {
  padding: 13px 33px;
}
nav ul li:last-child {
  padding-right: 0px;
  padding-left: 20px;
}

nav ul li a {
  text-decoration: none;
  text-align: left;
  /* font: normal normal normal 18px/24px Manrope; */
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  opacity: 1;
  display: block;
}
nav ul li a:hover {
  color: #721010;
}
.menu-icon {
  line-height: 60px;
  width: 100%;
  background: #000;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 24px;
  cursor: pointer;
  color: #fff;
  display: none;
}

.menu ul li a.btn {
    display: inline-block;   
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #fff;
    padding: .375rem 2.1rem;
    text-decoration: none; 
  font-size: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menu ul li a.btn:hover{
  background: #721010;
  border-color: #721010;
}
.nav-fixed .menu ul li a.btn:hover {
  background: #E13E3D;
  border-color: #E13E3D;
}
.menu ul li a.btn-outline-danger {
  color: #fff;
  border-color:#fff;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.menu ul li a.btn-outline-danger:focus, .menu ul li a.btn-outline-danger:hover  {
  color: #fff;
  border: 1px solid #fff;
}

/* banner text */
/* Container holding the image and the text */

.hero-banner {
   background: transparent url(../images/Grupo\ 872@2x.png) 50% 50% no-repeat padding-box;
  background-size: cover;
  padding-bottom: 50.93%;
  position: relative;
}
/* Centered text */
.centered-content{
  position: absolute;
  top: 54%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #ffffff;
  width: 100%;
  max-width: 1500px;
  padding: 0 15px;
}
.centered-content p
{
  text-align: left;
  font-size: 18px;
  line-height: 1.666;
  padding-left: 10px;
  color: #FFFFFF;
  opacity: 1;
  width: 650px;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
.centered-content h1{
  text-align: left;
  font-size: 83px;
  line-height: 1.36;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 15px;
}
.triangle-down {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
  border-top: 50px solid #555;   
  position: absolute;
  left: 50%;
}

.centered-content a.btn {  
  width: 216px;
  height: 61px;
  border: 1px solid #FFFFFF;
  border-radius: 37px;
  opacity: 1;
  padding: 16px;
  font-size: 20PX;
  color: #fff;
}
.centered-content a.btn:hover {
  background: #721010;
  border-color: #721010;
}
.centered-content a.btn-outline-danger {
  color: #fff;
  border-color: #fff;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.centered-content a.btn-outline-danger:focus, .centered-content a.btn-outline-danger:hover  {
  color: #fff;
  border: 1px solid #fff;
}

 
/*
Body Styles
--------------------------------*/
 
 .nuestors {
   background: url(../images/Grupo\ 873.svg) 0% 0% no-repeat padding-box;
   background-size: cover;
   width: 100%;
   padding-top: 68px;
 }
 .nuestors-head{
   max-width: 796px;
   text-align: center;
   margin: 0 auto;
 }
 .nuestors-head h2{
   font-size: 41px;
   color: #E03837;
   letter-spacing: 0.01em;
   margin-bottom: 5px;
 }
 .nuestors-head p{
   font-size: 21px;
   color:#6A6A6A;
   line-height: 1.76;
   letter-spacing: 0.01em;
   margin-bottom: 0px;
 }

 /* -------------services types-------------- */
 
 .services-types h6{
   color:#548C50;
   font-size: 21px;
   padding-left: 10px;
   font-family: 'manropebold'
 }
 .services-types p{  
   margin: 10px 0px 20px;    
   font-size: 18px;
   color: #030303;
   padding-right: 11px;
   padding-left: 10px;
   line-height: 1.66;
 }
 img.height-extend{
   margin-top: 60px;
 }
 .pad-68{
  
   padding-bottom: 68px;
 }
/* img.service1{
  width: 210px;
  min-height: 280px;
}
img.service2{
  width: 269px;
  min-height: 280px;
}
img.service3{
  width: 259px;
  min-height: 280px;
}
img.service4{
  width: 200px;
  min-height: 280px;
}
img.service5{
  width: 228px;
  min-height: 280px;
}
img.service6{
  width: 278px;
  min-height: 280px;
}
img.service7{
  width: 269px;
  min-height: 280px;
}
img.service8{
  width: 277px;
  min-height: 280px;
} */
.services-types .icon-img {
  min-height: 211px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}
.services-types img{
  max-height: 213px;
  width: auto;
}

/* follow section */
.follow-content{
  background: #E13E3D 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 17px #00000021;
  border: 1px solid #E0E0E0;
  border-radius: 14px;
  opacity: 1;
  margin:41px 0 100px;
  padding: 15px;
}
.follow-content .leftside-img
{
  width: 114px;
  height: 112px;
  background: transparent url('../images/Enmascarar grupo 1.png') 0% 0% no-repeat padding-box;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}
.follow-text{
  display: inline-block;
  vertical-align: middle;
  padding-left: 21px;
  max-width: 630px;
  padding-top: 5px;
}
.cnt{
  float: right;
  margin:30px 60px 0 auto;
}
.cnt a{
  width: 219px;
  /* height: 57px; */
  padding: 16px;
  background: #721010 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  text-align: center;
  font-family: 'rubikregular';
  font-size: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  vertical-align: middle;
}
.cnt a:hover {
  color: #721010;
  background: #ffffff;
}
.follow-content h4
{
  text-align: left;
  font-size:27px ;
  font-family: 'manropebold';
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 5px;
  /* line-height: 80; */
}

.follow-content p
{
  text-align: left;
  font-size: 18px;
  line-height: 1.666;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 0px;
}
/* overlay */
.overlay{
  width: 100%;
  background: transparent url('../images/quote-bg.png') 0% 0% no-repeat;
  background-size: cover;
  background-position: right bottom;
  opacity: 1;
  padding: 143px 0px;
  margin-bottom: 104px;
}
.banner-text{
  position: relative;
}
.overlay h2{ 
  width: 830px;
  text-align: left;
  font-size: 46px;
  line-height: 1.58;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  opacity: 1;
}

/* textimonial */
.testimonial{
  max-width: 805px;
  text-align: center;
  margin: 0 auto 50px;
}
.testimonial h2{
  text-align: center;  
  font-size: 41px;
  letter-spacing: 0px;
  color: #E03837;
  opacity: 1;
  margin-bottom: 25px;
}
.testimonial p{
  text-align: center; 
  font-size: 21px;
  line-height: 1.76;
  letter-spacing: 0.01em;
  color: #6A6A6A;
  opacity: 1;
}

/* slider */

.width-auto {
  width: auto;
}

.text-lg {
  font-size: 2rem;
}
.carousel-indicators{ 
  left: -87%;
  top: 79%;
}
.carousel-indicators li {
  border: none;
  background: #ccc;
  height: 5px;
  width: 55px;
}

.carousel-indicators li.active {
  background:#E03837;
}
#media-custom .media-body {
  width: 50%;
  max-width: 640px;
}
#media-custom .media-body blockquote.blockquote.border-0.p-0{
  width: 100%;
}
#media-custom img{
  max-height: 480px;
  width: auto;
  margin-left: auto;
}
#media-custom .media-body blockquote h4
{
  text-align: left; 
  font-size: 26px;
  font-family: 'manropebold';
  letter-spacing: 0px;
  color: #E03837;
  opacity: 1;
  margin-bottom: 20px;
}
#media-custom .media-body blockquote p
{
  text-align: left;  
  font-size: 21px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  line-height: 1.476;
  letter-spacing: 0.01em;
  margin-bottom: 29px;
}
.testimonial-slider {
  padding-bottom: 100px;
  padding-top: 50px;
}
.testimonial-slider .container{
  max-width: 1350px;
}
.carousel-indicators {
  left: 0;
  top: auto;
  bottom: 0px;
  width: auto;
  right: auto;
  margin:0px;
}

/* Client slider */
.divider {border: 1px solid #ccc;}
img {width:100%;}

     .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* 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;
    }
#client .card{
  border: none;
}
#client .card .card-body
{
  padding: 0.25rem 0rem;
}
#client .card .card-body button.btn.btn-block.btn-sm
{
  width: 155px;
  height: 65px;
  background: #EDEDED 0% 0% no-repeat padding-box;
  border-radius: 49px;
  opacity: 1;
}
.swiper-button-prev
{
  background-image: url(../images/icons8-left-arrow-50.png) !important;
  width: 100%;
  height: auto;
}
.swiper-button-next
{
  background-image: url(../images/icons8-right-arrow-50.png) !important;
  width: 100%;
  height: auto;
}
.swiper-button-next, .swiper-button-prev{
  background-size: 61px !important;
  width:72px !important;
  height: 51px; 
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled:focus {
  outline: none;
}
.swiper-button-next.swiper-button-disabled:active {
  outline: none;
}
.client-slider {
  margin-bottom: 163px;
  position: relative;
}
.client-slider.container {
  max-width: 1364px;
}
.swiper-container {
  max-width: 1106px;
}
 /*
}
Footer
--------------------------------*/
footer{
  background: #E13E3D 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 122px 0 135px;
}

footer .container {
  max-width: 1300px;
}
.footer-bottom .container {
  max-width: 1300px;
}
footer .content-left {
  max-width: 480px;
  padding: 0px;
  padding-left: 5px;
}
.footer-add h2{
  text-align: left;
  font-size: 46px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.footer-add p{
  text-align: left;
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 1.476;
  color: #FFFFFF;
  opacity: 1;
  padding-left: 7px;
}
.address {
  margin-top: 120px;
  padding-left: 7px;
}
.address ul li
{
  text-align: left;
  font-size: 18px;
  line-height: 1.611;
  color: #FFFFFF;
  opacity: 1;
  letter-spacing: 0.01em;
  font-family: 'manropelight';
}
.address ul li a {
  color: #ffffff;
}
footer .right {
  margin-left: auto;
  padding-right: 0px;
  padding-top: 50px;
}
.footer-form {
  max-width: 580px;
  width: 100%;
  float: right;
}
.footer-form .form-group {
  margin-bottom: 20px;
}
.footer-form .form-group input, .form-group select
{
  text-align: left;
  font-size: 18px;
  color: #FFFFFF;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 0 30px;
  opacity: 1;
  background: transparent;
  font-family: 'manropelight';
}
.form-group select {
  background: url(../images/drop-arrow.png) no-repeat calc(100% - 30px) 48%;
  appearance:none;
  -webkit-appearance:none;
}
.footer-form input.submit
{
  width: 207px;
  height: 60px;
  background: #721010 0% 0% no-repeat padding-box;
  border-radius: 13px;
  opacity: 1;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 45px;
}
.footer-form input.submit:hover {
  background: #ffffff;
  color: #721010;
}

.footer-form .form-group input::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

.footer-form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

.footer-form .form-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}
.footer-bottom {
  padding: 35px 0px;
}
.footer-bottom p {
  margin-bottom: 0px;
}
.footer-bottom ul {
  margin-bottom: 0px;
}
.copyright p{
  text-align: left;
  font-size: 18px;
  font-family: 'manropebold';
  letter-spacing: 0px;
  color: #E13E3D;
  opacity: 1;
}
.design-by p{
  text-align: right;
  font-size: 15px;
  font-family: 'manropebold';
  letter-spacing: 0px;
  opacity: 1;
  color: #d9a41f;
}
.footer-menu ul {
  text-align: center;
}
.footer-menu ul li {
  margin: 0 14px;
}
.footer-menu ul li a{
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
   font-family: 'manropelight';
}
.footer-menu ul li a:hover {
  color: #E13E3D;
}
#menu-primary-menu > li > a.dropdown-toggle span:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block !important;
  vertical-align: middle;
  border: 0px !important;
  background: none !important;
  color: #fff !important;
  float: none !important;
  position: static !important;
  font-size: 14px;
  width: auto !important;
  height: auto;
  line-height: 1;
  margin-left: 6px;
  transform: scale(1) !important;
  margin-top: 1px;
}

.nice-select {
  width: 100%;
  border-radius: 50px;
  height: 60px;
  background:transparent;
  line-height: 47px;
  padding-left: 30px;
}
.nice-select span {
  color: #ffffff;
  font-size: 18px;
}
.nice-select::after{
  border:0px;
  background: url(../images/drop-arrow.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  transform: rotate(0deg);
  right:30px;
  top: 22px;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #ffffff;
  background: transparent;
  box-shadow: none;
}
.nice-select.open::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nice-select.open .list {
  width: 100%;
}
.footer-form .form-group > span.show_error {
  font-size: 14px;
  color: #ffffff;
  padding: 10px 15px 0;
  display: inline-block;
}
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #e24945;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #ffffff;
    color: #e24945;
}
/*Cookie Consent End*/

.bordes {
    padding: 8% 8%;
}
.cookies{
  font-size: 16px;
  margin: 20px 0 20px;
}
#section1 h1 {
    font-size: 40px;
    border-bottom: 1px solid;
}
  .cookies2{
  font-size: 16px;
  margin: 20px 0 20px;
  margin-left: 40px; 
}
.cols-xs-12{
  font-size: 16px;
  margin: 20px 0 20px;
}
.footer-menu2{
  margin-top: 20px;
}
.jb{
  color:#d9a41f;
  font-size:16px;
  margin-top:20px;
}
.menu-cookies{
  background-color: #e24945;
}
.result{
  color: white;
  margin-top: 20px;
  font-size: 16px;
}
.checkbox{
    margin: 20px 20px;
    color: #ffffff;
}
.hero-banner .centered-content .baseline{
  font-size: 23px;
}

element.style {
}
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 35px;
    width: 64px;
    height: 64px;
    z-index: 100;
  }
