@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); /*
Theme Name: Dakita Web Site
Theme URI: https://www.datika.com
Author: Dopamina
Author URI: https://dopamina.media
Description: Pagina diseña por dopamina media para nuestro cliente Datika.
Requires PHP: 7.0
Text Domain: datika
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h3, h4 {
  color: #243771 !important;
}

body {
  font-family: "Inter", sans-serif !important;
}

.btn-small {
  padding: 10px 20px;
  color: #ffffff !important;
  transition: 0.4s;
}

.btn-one {
  background-color: #243771 !important;
}

.btn-two {
  background-color: #F18B28 !important;
}

.btn-three {
  background-color: #0092BB !important;
}

header {
  background-color: #243771;
  height: 150px;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  transition: 0.4s;
}
header .header__logo {
  width: 200px;
  transition: 0.4s;
}
header .header__logo img {
  width: 100%;
}
header .header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__contact-information {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__contact-information .icon-contact {
  display: flex;
  align-items: center;
}
header .header__contact-information .icon-contact svg {
  color: #ffffff;
  margin-right: 10px;
}
header .header__contact-information .icon-contact p {
  color: #ffffff !important;
  font-size: 14px;
  transition: 0.4s;
  margin: 0;
}
header .navbar {
  padding: 0 !important;
}
header nav {
  display: flex;
  justify-content: space-evenly;
  width: 1005;
}
header nav ul {
  padding: 0;
  margin: 0;
  width: 60%;
  display: flex;
  justify-content: space-between;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  text-decoration: none !important;
  color: #B3B3B3;
  font-size: 16px;
}
header nav ul li a:hover {
  color: #ffffff;
}
header #menu-button {
  transition: 0.4s;
}

#hero {
  height: 100vh;
  position: relative;
}
#hero .hero-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
}
#hero .hero-content {
  top: 150px;
  position: absolute;
  left: 142px;
  background-color: rgba(0, 146, 187, 0.7);
  color: #ffffff !important;
  padding: 60px 20px;
  border-radius: 0 0 40px 40px;
}

#about {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#about .about-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 55, 113, 0.8);
}
#about .about-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .line {
  border-right: 1px solid #ffffff;
}
#about .about-lema {
  font-size: 42px;
}
#about h1, #about h3 {
  color: #ffffff !important;
}

#information {
  background-color: #F8F7F3;
}
#information img {
  width: 600px;
}

#wedo {
  padding: 60px 0;
}
#wedo img {
  width: 100%;
}
#wedo .wedo-card {
  border: 1px solid #F18B28;
  border-radius: 20px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 370px;
}
#wedo .wedo-card h4 {
  height: 50px;
  margin-top: 20px !important;
  font-weight: bold;
}
#wedo .wedo-card .wedo-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

#speciality .speciality-box {
  width: 100%;
}
#speciality .speciality-card {
  color: #ffffff;
  border-radius: 20px;
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  padding: 30px;
}
#speciality .speciality-card img {
  height: 50px !important;
  width: 50px !important;
}
#speciality .speciality-card h4 {
  color: #ffffff !important;
}
#speciality a {
  text-decoration: none !important;
}

#single-speciality {
  margin-top: 150px;
  margin-bottom: 150px;
  width: 100%;
}
#single-speciality img {
  width: 100%;
}

#companies {
  margin-top: 100px;
  margin-bottom: 50px;
}
#companies .companies-box {
  width: 100%;
  margin-bottom: 50px;
}
#companies .companies-card {
  width: 100%;
  padding: 20px;
}
#companies .companies-card img {
  height: 100px;
  width: 100%;
  object-fit: contain;
}

#testimonial {
  margin-bottom: 100px;
}
#testimonial .companies-card {
  background-color: #CACACA;
  color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
#testimonial .testimonial-box {
  width: 100%;
}
#testimonial hr {
  color: #ffffff;
  height: 2px;
}

#contact {
  background-color: #243771;
  padding: 30px 0;
  color: #ffffff;
}
#contact h4, #contact h1 {
  color: #ffffff !important;
}
#contact form {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact form p {
  width: 100%;
}
#contact form input {
  background-color: #f5f5f5;
  border: 1px solid #DEDEDE;
  height: 30PX;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
}
#contact form textarea {
  background-color: #f5f5f5;
  border: 1px solid #DEDEDE;
  height: 100px;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
}
#contact form input[type=submit] {
  padding: 0 30px;
  color: #ffffff;
  background-color: #F18B28;
  height: 50px;
}
#contact .wpcf7-response-output {
  color: gray;
}

footer {
  background-color: #243771;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
footer p {
  color: #ffffff;
}
footer .footer-title {
  color: #F18B28;
  text-align: center;
}
footer .footer-content {
  margin-bottom: 40px;
}
footer a {
  text-decoration: none;
}
footer svg {
  color: #ffffff;
  width: 40px;
}

/* Portrait */
@media only screen and (min-device-width: 375px) {
  #about .about-lema {
    font-size: 20px !important;
  }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* ------------- setting Menu ----------- */
  header {
    display: flex;
    align-items: center;
    padding: 0 10px;
    z-index: 100;
  }
  .header__contact-information {
    display: none !important;
  }
  nav {
    display: none;
  }
  #menu-button {
    display: none;
  }
  /* -------------- Burguer styling ----------------- */
  .header__logo {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo img {
    width: 200px !important;
  }
  .menu-burguer {
    height: 70px;
    width: 70px;
    padding: 16px;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .menu-burguer .bar1, .menu-burguer .bar2, .menu-burguer .bar3 {
    height: 4px;
    width: 100%;
    display: block;
    background: #ffffff;
  }
  /* ----------- close btn ------------- */
  .close-btn {
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .close-btn .bar1 {
    transform: rotate(-130deg);
    height: 4px;
    width: 10%;
    display: block;
    background: #ffffff;
    position: absolute;
  }
  .close-btn .bar2 {
    display: none;
  }
  .close-btn .bar3 {
    transform: rotateZ(130deg);
    height: 4px;
    width: 10%;
    display: block;
    background: #ffffff;
    position: absolute;
  }
  /* ------------------- Menu styling --------------- */
  .open-menu {
    top: 0;
    width: 80% !important;
    height: 100vh;
    background: #243771;
    display: flex !important;
    justify-content: center;
    align-items: start;
    position: absolute;
    right: -50px;
    margin: 0 !important;
  }
  .open-menu .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
  }
  .open-menu .navbar-nav li {
    margin-bottom: 40px;
  }
  .open-menu .navbar-nav li a {
    color: #ffffff !important;
    font-size: 18px;
  }
  .open-menu .navbar-nav > li > ul {
    position: relative !important;
    top: 0 !important;
    text-align: center !important;
  }
  .open-menu .navbar-nav > li > ul a {
    color: #F18B28 !important;
  }
  .open-menu .navbar-nav > li > ul a:hover {
    color: #ffffff !important;
  }
  /* ----------- close btn ------------- */
  header {
    height: 100px !important;
  }
  #hero {
    height: 700px;
  }
  #hero .hero-content {
    top: 100px;
    left: 50px;
  }
  #about {
    height: 700px;
  }
  #about .about-lema {
    font-size: 28px !important;
  }
  #information {
    padding: 30px 0;
  }
  #information .information-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #information .information-content img {
    width: 400px;
  }
  #speciality .speciality-card h4 {
    font-size: 14px;
  }
  #speciality .speciality-card p {
    font-size: 12px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 812px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* ------------- setting Menu ----------- */
  header {
    display: flex;
    align-items: center;
    padding: 0 10px;
    z-index: 100;
  }
  .header__contact-information {
    display: none !important;
  }
  nav {
    display: none;
  }
  #menu-button {
    display: none;
  }
  /* -------------- Burguer styling ----------------- */
  .header__logo {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo img {
    width: 200px !important;
  }
  .menu-burguer {
    height: 70px;
    width: 70px;
    padding: 16px;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .menu-burguer .bar1, .menu-burguer .bar2, .menu-burguer .bar3 {
    height: 4px;
    width: 100%;
    display: block;
    background: #ffffff;
  }
  /* ----------- close btn ------------- */
  .close-btn {
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .close-btn .bar1 {
    transform: rotate(-130deg);
    height: 4px;
    width: 10%;
    display: block;
    background: #ffffff;
    position: absolute;
  }
  .close-btn .bar2 {
    display: none;
  }
  .close-btn .bar3 {
    transform: rotateZ(130deg);
    height: 4px;
    width: 10%;
    display: block;
    background: #ffffff;
    position: absolute;
  }
  /* ------------------- Menu styling --------------- */
  .open-menu {
    top: 0;
    width: 80% !important;
    height: 100vh;
    background: #243771;
    display: flex !important;
    justify-content: center;
    align-items: start;
    position: absolute;
    right: -50px;
    margin: 0 !important;
  }
  .open-menu .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
  }
  .open-menu .navbar-nav li {
    margin-bottom: 40px;
  }
  .open-menu .navbar-nav li a {
    color: #ffffff !important;
    font-size: 18px;
  }
  .open-menu .navbar-nav > li > ul {
    position: relative !important;
    top: 0 !important;
    text-align: center !important;
  }
  .open-menu .navbar-nav > li > ul a {
    color: #F18B28 !important;
  }
  .open-menu .navbar-nav > li > ul a:hover {
    color: #ffffff !important;
  }
  /* ----------- close btn ------------- */
  header {
    height: 100px !important;
  }
  #hero {
    height: 700px;
  }
  #hero .hero-content {
    top: 100px;
    left: 50px;
  }
  #about {
    height: 700px;
  }
  #about .about-lema {
    font-size: 28px !important;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* ------------- setting Menu ----------- */
  header {
    display: flex;
    align-items: center;
    padding: 0 10px;
    z-index: 100;
  }
  .header__contact-information {
    display: none !important;
  }
  nav {
    display: none;
  }
  #menu-button {
    display: none;
  }
  /* -------------- Burguer styling ----------------- */
  .header__logo {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo img {
    width: 200px !important;
  }
  .menu-burguer {
    height: 70px;
    width: 70px;
    padding: 16px;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .menu-burguer .bar1, .menu-burguer .bar2, .menu-burguer .bar3 {
    height: 4px;
    width: 100%;
    display: block;
    background: #ffffff;
  }
  /* ----------- close btn ------------- */
  .close-btn {
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .close-btn .bar1 {
    transform: rotate(-130deg);
    height: 4px;
    width: 10%;
    display: block;
    background: #ffffff;
    position: absolute;
  }
  .close-btn .bar2 {
    display: none;
  }
  .close-btn .bar3 {
    transform: rotateZ(130deg);
    height: 4px;
    width: 10%;
    display: block;
    background: #ffffff;
    position: absolute;
  }
  /* ------------------- Menu styling --------------- */
  .open-menu {
    top: 0;
    width: 80% !important;
    height: 100vh;
    background: #243771;
    display: flex !important;
    justify-content: center;
    align-items: start;
    position: absolute;
    right: -50px;
    margin: 0 !important;
  }
  .open-menu .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
  }
  .open-menu .navbar-nav li {
    margin-bottom: 40px;
  }
  .open-menu .navbar-nav li a {
    color: #ffffff !important;
    font-size: 18px;
  }
  .open-menu .navbar-nav > li > ul {
    position: relative !important;
    top: 0 !important;
    text-align: center !important;
  }
  .open-menu .navbar-nav > li > ul a {
    color: #F18B28 !important;
  }
  .open-menu .navbar-nav > li > ul a:hover {
    color: #ffffff !important;
  }
  /* ------------- setting Hero ----------- */
  #hero {
    width: 100%;
  }
  #hero .hero-background {
    object-fit: cover;
  }
  #hero .hero-content {
    left: 0px !important;
  }
  /* ------------- setting About ----------- */
  #about .about-content {
    padding: 20px;
  }
  #about .about-lema {
    font-size: 42px;
    text-align: center;
  }
  /* ------------- setting Information ----------- */
  #information .information-content {
    padding: 50px 40px;
    text-align: center;
  }
  #information .information-content img {
    width: 300px;
  }
  /* ------------- setting wedo ----------- */
  #wedo .wedo-content, #wedo .wedo-card__box {
    padding: 0 40px;
  }
  #wedo .wedo-card {
    margin-bottom: 20px;
  }
  /* ------------- setting Speciality ----------- */
  /* ------------- setting Companies ----------- */
  #companies .companies-box {
    padding: 0 40px !important;
  }
  #companies .companies-card {
    display: flex;
    justify-content: center;
  }
  /* ------------- setting Testimonial ----------- */
  #testimonial .testimonial-box {
    padding: 0 40px !important;
  }
  /* ------------- setting evalue ----------- */
  #evalua {
    padding: 0 20px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) {
  #hero .hero-content {
    width: 400px;
  }
  #about .line {
    border-right: none;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #hero .hero-content {
    left: 80px;
  }
  /* ------------- setting Information ----------- */
  #information .information-content {
    padding: 50px 0px;
  }
  #information .information-content img {
    width: 300px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #about .line {
    border-right: 1px solid #ffffff;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #hero .hero-content {
    width: 400px;
  }
}
#evalua {
  margin-top: 200px;
}
#evalua input {
  padding: 5px;
  border-radius: 2px;
  border-color: #abb8c3 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
#evalua input:focus {
  outline: 1px solid #0092BB;
}
#evalua textarea {
  width: 100%;
  height: 90px;
}
#evalua input[type=submit] {
  background-color: #F18B28;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
}
#evalua .button-evaluate p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#blog {
  margin-top: 150px;
  margin-bottom: 150px;
}
#blog .post-card {
  height: 400px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 10px;
  overflow: hidden;
}
#blog .post-card img {
  height: 40%;
  width: 100%;
  object-fit: cover;
}
#blog .post-card .post-content {
  padding: 30px;
}
#blog .post-card .post-content a {
  text-decoration: none;
  color: #243771;
  font-weight: bold;
  font-size: 12px;
}
#blog .post-card .post-exceprt {
  font-size: 12px;
}
#blog .post-card .post-title {
  color: #243771;
}
#blog .post-card .post-author {
  font-size: 10px;
}

#single-post {
  margin-top: 150px;
  margin-bottom: 150px;
}
#single-post .single-post__content img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
#single-post .single-post__return {
  color: #243771;
  text-decoration: none;
}
