/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
  font-family: "Poppins", sans-serif;
  background: #fafafa;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px;
}

.container {
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
}
p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.h6-top {
  color: #24607b;
  font-weight: 700;
}
.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}
.img-header {
  position: relative;
}
.logo {
  justify-content: center;
}
.absoluto {
  position: absolute;
  margin-left: 40%;
  top: 0px;
  z-index: 999;
}
.img-banner {
  background: url(../img/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70%;
  width: 100%;
  z-index: 999;
  position: relative;
  margin-top: -10%;
}
.img-banner-2 {
  background: url(../img/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70%;
  width: 100%;
  z-index: 999;
  position: relative;
  margin-top: -15%;
}
.contenedor-grid-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.contenedor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.top-info {
  padding-top: 15%;
}
.top-info-2 {
  padding-top: 15%;
}
.title-h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
.title-p {
  text-align: center;
  color: #fff;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.content-consultas {
  padding-top: 15%;
}
.img-consulta {
  margin-bottom: 15px;
  margin-left: 15px;
}
.img-relativa {
  position: relative;
}
.c4-izmir {
  background-color: #050f20 !important;
  --padding: 1em;
  --transition-duration: 600ms;
  --border-margin: 15px;
  --border-width: 3px;
  --border-color: #fff;
  --border-radius: 3px;
  --image-opacity: 0.25;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #fff;
  /* color: var(--text-color); */
  border-radius: 3px;
  border-radius: var(--border-radius);
}
.c4-izmir figcaption > * {
  opacity: 2 !important;
}
/* Sección s2 */

.s2 {
  position: relative;
  margin-top: 20px;
}
.title-s2-h2 {
  color: #24607b;
}
.line-2 {
  width: 80%;
  height: 1px;
  border-bottom: 3px solid #24607b;
  margin: 20px 0;
}
.container-flex {
  display: flex;
}
.padd- {
  padding: 0 90px;
}
.padd-2 {
  padding: 0px;
  margin-right: 0px !important;
  width: 100%;
}

/* Sección s3 */
.s3 {
  background-color: #fc3c32;
  padding-right: 0px;
  width: 100%;
}
.contenedor-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.item-1 {
  width: 50%;
}

.item-2 {
  padding: 0 20px 0 20px;
  width: 48%;
  margin-left: 20px;
}
@media (max-width: 1300px) {
  .item-1 {
    width: 100%;
  }

  .item-2 {
    padding: 0 20px 0 20px;
    width: 100%;
    margin-left: 0px;
  }
}
.title-s3-h2 {
  color: #ffff;
  padding-top: 30px;
}
.line-3 {
  width: 80%;
  height: 1px;
  border-bottom: 3px solid #fff;
  margin: 20px 0;
}
.s3 p {
  color: #fff;
}
.s3 img {
  margin-left: 0 !important;
}
.pad {
  padding-left: 0 !important;
}
/* sección S4 */
.s4 {
  padding: 60px 0 60px 0;
}

/* Sección s5 */
.s5 {
  background: url(../img/back-metodos.png);
  background-repeat: no-repeat;
  height: 100%;
  padding: 20px 0 20px 0;
  width: 100%;
  background-size: cover;
  color: #fff;
  margin-bottom: 5%;
}

/* Footer */

.back-footer {
  background: url(../img/back-footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  text-align: center;
  color: #ffff;
  padding: 0px 0 60px 0;
}

.logo-footer {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 300px;
}

.copyright {
  background-color: #333333;
  width: 100%;
  padding: 20px 0 20px 0;
  margin-top: 0;
}

.bloque-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100% !important;
}

.superpages {
  color: #fff !important;
}

.content-flex- {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.s5 p {
  font-size: 10pt;
}
.img-icon {
  display: inline-block;
  align-items: center;
}

/* Servicios */
.contenedor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.card-contenido {
  background-color: #fff;
  padding: 20px;
  height: 400px;
  margin-left: 10px;
  width: 95%;
  margin-left: 10px;
}
.card-contenido p {
  font-size: 10pt;
}
.s2-serv {
  position: relative;
  margin-top: 20px;
}
.title-s2-serv-h2 {
  color: #24607b;
  text-align: center;
}
.p-serv {
  text-align: center;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.h6-serv {
  font-size: 10pt;
}

.line-2-title {
  width: 50%;
  height: 1px;
  border-bottom: 3px solid #24607b;
  margin: 20px 0;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.contenedor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.img-galeria {
  margin-bottom: 10px;
}

.row-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

textarea.form-control {
  height: 100px;
  border: 1px solid#24607B;
}

.form-control:focus {
  color: #029295 !important;
}

::placeholder {
  color: #24607b !important;
}

input.text_field_big {
  border: 1px solid#24607B;
}

.btn-color {
  background-color: #fff;
  border: 1px solid #24607b;
  color: #24607b;
}
.btn-azul {
  background-color: #24607b;
  color: #fff;
}
.flotar-derecha {
  float: right;
  margin: 8px;
  border-radius: 12px;
  padding: 7px 20px 7px 20px;
}

/* contacto */
.back-contacto {
  background: url(../img/back-contacto.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 425px;
  width: 100%;
  z-index: 999;
  position: relative;
  margin-top: -10%;
}
.top-info-contact {
  padding-top: 50px;
}
.contacto {
  text-align: center;
  padding-top: 40px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 110vh;
  z-index: 9999999;
  background: #24607b;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #000;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #24607b;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #000;
  background: #f3f3f3;
}

#sidebar ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #000;
}

#sidebarCollapse {
  display: none;
}
@media (max-width: 1024px) {
  .item-1 {
    width: 100%;
  }

  .item-2 {
    padding: 0 20px 0 20px;
    width: 100%;
  }
  .contenedor-grid-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-info-2 {
    padding-top: 30%;
  }
  .contenedor-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .card-contenido {
    background-color: #fff;
    padding: 20px;
    height: 363px;
    margin-left: 10px;
    width: 40%;
    margin-left: 10px;
  }
  .img-consulta {
    display: block;
    margin: 0 auto;
  }
  .flex-ser {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #sidebarCollapse {
    display: block;
  }
  .contenedor-grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .img-banner {
    background: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70%;
    width: 100%;
    z-index: 999;
    position: relative;
    margin-top: -20%;
  }
  .img-banner-2 {
    background: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70%;
    width: 100%;
    z-index: 999;
    position: relative;
    margin-top: -37%;
  }
  .padd- {
    padding: 0 10px;
  }
  .s2 {
    position: relative;
    margin-top: 20px;
  }
  .contenedor-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .card-contenido {
    background-color: #fff;
    padding: 20px;
    height: 400px;
    margin-left: 10px;
    width: 50%;
    margin-left: 10px;
    display: block;
    margin: 0 auto;
  }
  .top-info-2 {
    padding-top: 30%;
  }
}

@media (max-width: 600px) {
  .logo {
    width: 165px;
  }
  .absoluto {
    position: absolute;
    margin-left: 33%;
    top: 50%;
    z-index: 999;
  }
  .contenedor-grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .img-banner {
    background: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70%;
    width: 100%;
    z-index: 999;
    position: relative;
    margin-top: -30%;
  }
  .img-banner-2 {
    background: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70%;
    width: 100%;
    z-index: 999;
    position: relative;
    margin-top: -80%;
  }
  .top-info {
    padding-top: 77%;
  }
  .top-info-2 {
    padding-top: 75%;
  }
  .item- {
    width: 100%;
  }

  .item- p {
    font-size: 9pt;
  }

  .contenedor-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .card-contenido {
    background-color: #fff;
    padding: 20px;
    height: 400px;
    margin-left: 10px;
    width: 100%;
    margin-left: 10px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  .img-banner-2 {
    background: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70%;
    width: 100%;
    z-index: 999;
    position: relative;
    margin-top: -45%;
  }
}
@media (max-width: 320px) {
  .logo {
    width: 150px;
  }
  .absoluto {
    position: absolute;
    margin-left: 25%;
    top: 71%;
    z-index: 999;
  }
  .logo-footer {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 250px;
  }
  .item- {
    width: 100%;
  }
  .item- p {
    font-size: 9pt;
  }
}

.axesa {
  width: 90px;
  height: auto;
}

.whatsapp {
  display: block;
  width: 65px;
  height: 65px;
  color: #fff;
  position: fixed;
  left: 20px;
  bottom: 20px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
  background: #25d366;
  border: 1px solid #25d366;

  a {
    color: #fff;

    .fa-brands {
      font-size: 40px;
      color: #fff;
    }
  }
}

@media (width <= 767px) {
  .whatsapp {
    width: 50px;
    height: 50px;
    line-height: 58px;
    a {
      .fab-brands {
        font-size: 30px;
      }
    }
  }
}
