/* ------BASE STYLES------ */
/*COMMON STYLES*/
html, body {
  font-family: "Roboto", sans-serif;
}

h2 {
  color: #333;
  font-size: 45px;
  margin: 30px 0;
}

h3 {
  color: #fff;
}

.font-size-40px {
  font-size: 40px;
}

/* Buttons styles */
.btn {
  border-radius: unset;
}

.rc-card {
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  padding: 24px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 5px;
}

.rc-card-info {
  border-color: #1280a0;
}

/* LAYOUTS STYLES */
/* -----MODULES STYLES----- */
/* Menu styles */
.menu, .menu-red {
  background-color: transparent;
  padding: 25px 40px;
}

@media screen and (max-width: 992px) {
  .menu, .menu-red {
    padding-right: 20px;
  }
}

.menu-red {
  background-color: #2bca8b;
}

.navbar-brand {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 23px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .navbar-brand {
    font-size: 16px;
  }
}

.thin-brand {
  font-weight: 400;
}

.nav-link {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 19px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.nav-link:hover {
  color: #5e4423;
}

@media screen and (max-width: 992px) {
  .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .nav-link {
    color: #5e4423;
  }
  .nav-link:hover {
    color: #fff;
  }
}

@media screen and (max-width: 992px) {
  .navbar-nav {
    margin-right: 5px !important;
  }
}

.navbar-toggler-icon {
  background-image: url("../../img/menu128.png");
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 992px) {
  .navbar-toggler {
    padding-left: 0px;
  }
}

/* background top styles */
.top {
  background-image: url("../../img/cover-50.jpg");
  background-position: center;
  background-size: cover;
  padding: 90px 100px 70px;
}

@media screen and (max-width: 768px) {
  .top {
    padding: 90px 20px 70px;
  }
}

.img-header {
  width: 250px;
}

/* Cover header and description style */
.cover-header h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 30px;
}

.cover-header p {
  color: #000;
  font-size: 20px;
}

/* Services section style */
.list-container {
  background-color: #2bc1ca;
  padding: 20px;
  margin: 0 5px 30px 5px;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

@media screen and (max-width: 768px) {
  .list-container {
    margin: auto auto 15px auto;
  }
}

.list-container ul {
  padding-left: 0;
}

.list-container li {
  color: #fff;
  list-style-type: none;
}

.list-container:hover {
  background-color: #5e4423;
}

/* Icons Styles */
[class^="flaticon-"]:before {
  font-size: 80px !important;
  color: white;
  margin-left: 0 !important;
}

/* Estilo de las imagenes de los convenios */
.convenio-container {
  width: 180px;
  height: 180px;
}

/* Estilo de la seccion de testimonios */
.card {
  width: 290px;
  padding: 0 10px 10px;
  background-color: transparent;
  border: none;
}

.card-body {
  padding-top: 0;
}

.card-text {
  font-size: 20px;
}

.flaticon-quote:before {
  font-size: 30px !important;
  color: #2bca8b;
}

.btn-primary {
  background-color: #5fb4e4;
  border-color: #5fb4e4;
}

.cover-testimonio {
  background-image: url(../../img/testimonial-cover.jpg);
  background-size: cover;
  background-position-y: -150px;
  padding: 35px;
}

@media screen and (max-width: 768px) {
  .cover-testimonio {
    background-position-y: unset;
    padding: 35px 0 0;
  }
}

/* Estilo del Date Picker */
.ui-state-highlight {
  background: #5fb4e4 !important;
  color: #fff !important;
  border-color: #5fb4e4 !important;
}

.ui-state-default {
  text-align: center !important;
  border-color: #fff !important;
}

.ui-state-default:hover {
  background: #5fb4e4 !important;
  color: #fff !important;
  border-color: #5fb4e4 !important;
}

/* Register section styles */
.register {
  padding: 45px 0;
  background-color: rgba(0, 220, 225, 0.07);
}

.div-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.register-container {
  background-color: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.register-container .btn {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.register-container .btn-succes {
  border-color: #2bca8b;
  background-color: #2bca8b;
}

.top-register-form {
  height: 333px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

@media screen and (max-width: 768px) {
  .top-register-form {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    height: auto;
  }
  .top-register-form p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.top-register-form h2 {
  text-transform: uppercase;
  font-size: 40px;
  margin: 5px 0;
}

@media screen and (max-width: 1200px) {
  .top-register-form h2 {
    font-size: 30px;
  }
}

.top-register-form p {
  font-size: 20px;
}

.price-color {
  color: #1280a0;
  font-weight: 600;
}

.form-control {
  border-width: 0 0 2px 0;
  border-radius: unset;
  -webkit-transition: border-color 1s;
  transition: border-color 1s;
}

.form-control:focus {
  border-color: #1280a0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-control:readonly {
  background-color: #fff;
}

.hasDatepicker {
  background-color: #fff !important;
}

/* ---FOOTER--- */
footer {
  background-color: #8c8c8c;
  padding-top: 1px;
}

footer img {
  width: 40px;
  margin-bottom: 25px;
}

.google-map {
  height: 400px;
  margin-top: 20px;
}

.bottom-footer {
  background-color: #1d1d1d;
}

.bottom-footer p {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 2px;
}
/*# sourceMappingURL=app.css.map */