
.whatsapp_xerintel img {
    position: fixed;
    top: 85%;
    z-index: 999;
    left: 20px;
    max-width: 170px;
}

.pagination-custom>li>a, .pagination-custom>li>span {
    position: relative;
    float: left;
    margin: 0 0px;
    height: 35px;
    width: 35px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.logo-carrusel {
    filter: url(svg/greycolor.svg);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all 0.6s ease;
}

.logo-carrusel:hover {
    filter: none;
    -webkit-filter: none;
    transition: all 0.6s ease;
}

/* ICONOS DE DEBAJO DE SLIDE */

.fa-copy:before, .fa-files-o:before {
    content: url('http://cazalla-asesores.es/devxerintel//assets/images/icon1.png');
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: url('http://cazalla-asesores.es/devxerintel//assets/images/icon2.png');

}

.fa-tasks:before {
    content: url('http://cazalla-asesores.es/devxerintel//assets/images/icon3.png');
}

.fa-building:before {
    content: url('http://cazalla-asesores.es/devxerintel//assets/images/icon4.png');
}

/* FIN */


.enlace-idioma{
    float: initial !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
#call_to_actionID {

    padding-top: 15px !important;

    padding-bottom: 15px !important;

}



header{

  padding: 0px 0;
  padding-bottom: 0px;
  background: #6CB2EB;

}

header .navbar li a{

  color: white;

}

.open li a{
    color: #000 !important;
}

header .navbar li a:hover{

  color: #fff;
}

.logo a{

  color: white;

}

.is-sticky .sticky {

  background: rgba(108,178,235,0.9);

}



.owl-carousel .owl-item{

  max-height: 80vh;

}





.owl-prev, .owl-next{

  display: block !important;

  padding: 20px;

  background-color: rgba(0,0,0, .5);

  color: white;

  font-size: 20px;

  position: absolute;

  top: 50%;

  border-radius: 2px;

}

.owl-next{

  right: 0;

}

.owl-prev:hover, .owl-next:hover{

  background-color: rgba(0,0,0, .9);

}



#content .owl-prev, #content .owl-next{

  display: none !important;

}



.heading h2{

  text-transform: initial;

}

.bnr-slide h4 span{

  text-transform: initial;

}

.bnr-slide h4{

  font-size: 35px;

  font-weight: bold;

}

.bnr-slide h4 span{

  font-size: 25px;

  font-weight: normal;

}

.boxes-intro p{

  color: white;

  padding: 10px;

  line-height: 20px;

}

.boxes-intro li{

  min-height: 220px;

}

.boxes-intro li h5{

  font-size: 25px;

}

.boxes-intro li i{

  font-size: 50px;

}

.telfoo{

  margin-top: 0px !important;

}

.emaFoo{

  margin-top: 50px;

}

.emaFoo a{

  color: white !important;

  font-size:20px;

}

.emaFoo:hover{

  color: #6CB2EB;

}

footer {

  padding-bottom: 20px;

}

.social-icons{

  margin-top:0px;

}

.pidePresu{

  position: fixed;

    top: 50%;

    right: -85px;

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);

    -ms-transform: rotate(-90deg);

    transform: rotate(-90deg);

    background-color: #2D90E3;

    padding: 15px;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

    z-index: 999;



    -o-transition:.5s;

  -ms-transition:.5s;

  -moz-transition:.5s;

  -webkit-transition:.5s;

  /* ...and now for the proper property */

  transition:.5s;

}

.pidePresu p a{

  color: white;

  font-weight: 800;

}
.bnr-slide h4{
  max-width: 70%;
}


.pidePresu:hover{

  right: -65px;



}

.boxes-intro li{
  padding-top: 15px;
}
.boxes-intro li:last-child{
  padding-top: 0px;
}
.blog-list{

  text-align: center;

}

.overlay-black{
  background-color: rgba(0,0,0, .3);
  width: 100%;
  height: 80vh;
}
.bnr-slide h4{
  background-color: transparent;
}
.bnr-slide h4 span {
    color: #fff;
  }

.bnr-slide .owl-controls .owl-dots{
  bottom: 40px;
}
.bnr-slide .owl-controls .owl-dots .owl-dot{
  width: 20px;
  height: 20px;
}
.boxes-intro{
  top: 0;
}
.boxes-intro li p, .boxes-intro li h5{
  transition: transform 1s; /* Animation */
}
.boxes-intro li:hover p, .boxes-intro li:hover h5{
  transform: scale(1.1);

}
.blogHome{
  margin-top: 60px;
  margin-bottom: 60px;
}
.btn-viewAllPost{
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.btn-viewAllPost a{
  background-color: #333;
  border-radius: 50px;
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: bold
}
.btn-viewAllPost:hover a{
  background-color: #6cb2eb;

}
.social-icons li a{
      font-size: 14px;
      color: #808080;
      border: none;
      line-height: 43px;
      margin-right: 10px;
      display: block;
      width: 100%;
      text-align: left;
}
.ownmenu > li.showhide{
  top:-55px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background: none;
}
#preloader {
    height: 60px;
    width: 60px;
    margin: 40vh auto;
    border: 5px solid rgba(108,178,235,0.45);
    border-top: 5px solid rgb(108,178,235);
    border-radius: 50%;
    animation: rotate 1s infinite linear;
    z-index: 99999999999;
}



/*** MEDIA ***/



@media (max-width: 600px) {
  .bnr-slide h4 {
      max-width: 100%;
  }
    .open>.dropdown-menu {

        display: grid;

    }

    .post-info{

      padding-left:0px;

    }

    .logo a{

      font-size: 27px;

      float:left;

    }

}

/*Centrar navbar*/

header .navbar {
    margin: 0 auto;
    display: block;
    width: 100%;
}

header .navbar ul {
    margin: 0 auto;
    width: fit-content;
    float: none;
}

header .navbar ul ul {
    display:none;
}

header .navbar ul li {
    float: left;
    position: relative;
}

header .navbar ul li a {
    padding: 10px 12px;
    font-size: 20px;
}

 /* �� Level 1 �-*/
header .navbar ul li:active ul{
  display:table;
  position:absolute;
  width:100px;
  background-color:white;
  margin-top:10px;
}

/*header .navbar ul li:hover ul li{
float:none;
padding:10px 0;
}*/

header .navbar ul li:hover ul li:hover{
  background-color:transparent;
  position:relative;
}

header .navbar ul li:hover ul li a{
  background-color:transparent;
}

/* �� Level 2 �-*/
header .navbar ul li:hover ul li ul{
  display:none;
}

header .navbar ul li:hover ul li:hover ul{
  display:block;
  position:absolute;
  left:170px;
  top:0;
}

header .navbar li.hover a:hover {
    width: 88%;
    margin: 0px auto;
    position: absolute;
    content: "";
    height: 3px;
    bottom: 14px;
    z-index: -1;
    background: #2d90e3;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/* �� Level 3 �-*/
header .navbar ul li:hover ul li ul li ul{
  display:none !important;
}

header .navbar ul li:hover ul li ul li:hover ul{
  display:block !important;
  position:absolute;
  left:100px;
  top:0;
}

header .navbar .dropdown-menu>li>a {
    color: black !important;
}

header .open>.dropdown-menu {
    display: block;
    margin-top: 10px;
}

/*

header .navbar ul ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 5px 10px;
}

header .navbar ul ul li {
    display: block;
}

header .navbar ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}

header .navbar li:hover > ul {
    display: block;
}*/

/*Asesoria Fiscal*/

/*.asesoriafiscal li {
    list-style: inherit;
}

.asesoriafiscal ul li ul {
    margin-left: 30px;
}

.asesoriafiscal ul {
    line-height: 2;
}

.asesoriacontable li {
    list-style: inherit;
}

.asesoriacontable ul {
    line-height: 2;
}

.juridicomercantil li {
    list-style: inherit;
}

.juridicomercantil ul {
    line-height: 2;
}

.nuevasempresas ul {
    line-height: 2;
}

.nuevasempresas li {
    list-style: inherit;
}*/

.seccionesasesoria {
    padding: 30px 0px;
    color: #7abaed;
    font-family: 'Dosis', sans-serif;
}

.seccionesasesoria ul {
    list-style: none;
    text-align: center;
    padding-top: 30px;
}

.seccionesasesoria li {
    margin: 0px 30px;
    display: inline;
    font-size: 20px !important;
}

.seccionesasesoria li:hover {
    cursor: pointer;
}

.seccionesasesoria li:active, .seccionesasesoria .active {
    color: black;
}

.helpyou {
    text-align: center;
}

#fiscal, #contable, #mercantil, #laboral, #ayudas, #lopd {
    display: flex;
}

.asesoria .col {
    flex: 50%;
}

.helpyou {
    font-size: 3rem;
    font-weight: bold;
}

.textosasesoria li {
    list-style: inherit;
    font-size: 17px !important;
    padding-bottom: 5px;
    padding-right: 40px;
    font-family: 'Dosis', sans-serif;
}

.textosasesoria ul li ul {
    padding-left: 15px;
}

#lopd {
    flex-wrap: wrap;
}

#lopd .MsoNormal {
    flex: auto;
    text-align: left;
    padding-bottom: 10px;
    font-size: 1.8rem;
}

/*logo*/

.logo {

}

.logo a img {
    width: 280px;
}

/*Image Post*/

.image-post a img {
    max-width: 300px;
    max-height: 300px;
}

.trustus img {
    max-width: 150px;
}

/*Separador*/
hr.style {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/*Quienes Somos*/

.logo-quienes-somos{
    font-size: 15rem;
    color: #7abaed;
}


.quienessomos i {
    margin: auto;
    font-size: 10rem;
    color: #7abaed;
}

.quienessomos .col-md-12.titulo, .quienessomos .col-md-12.subtitulo {
    font-family: 'Dosis', sans-serif;
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #7abaed;
}

.blog-post .img-responsive {
    max-width: 60%;
}

.blog-list ul {
    text-align: left;
}

/*Página Autónomos*/

.autonomos img {
    max-width: 80%;
}

.row.autonomos ~ .row.autonomos {
    padding-top: 120px;
}

.row.autonomos .titulo {
    padding-bottom: 20px;
}

.titulo {
    color: #7ABAEC;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.autonomos p, .autonomos ul {
    margin-top: 30px;
    font-size: 1.7rem;
}

.autonomos p {
    text-align: left;
}

.autonomos ul li {
    list-style: inherit;
}

