@media (min-width: 768px) {
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background: #009ed9;
  }
}

.form-control.input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid silver;
  border-radius: 0px !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-bottom: 2px solid #009ed9 !important;
  outline: 0;
  box-shadow: none;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  border-radius: 8px !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #009ed9;
  border-color: #009ed9;
}

.btn-simplus, .btn-simplus:not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active {
  border: 1px solid #009ed9;
  border-radius: 4px;
  color: #009ed9;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: #ffffff;
  transition: background-color 0.25s;
  outline: none;
  font-size: 1.1rem;
}

body {
  font-family: sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #FFF;
}

@media (max-width: 767px) {
  #mainNav {
    font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background-color: #009ed9;
  }
}

@media (min-width: 768px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
}

/* CONTACT */

@media (max-width: 767px) {
  .h1, h1 {
    font-size: 1.6rem !important;
  }
}

.btn-formatiel3, .btn-formatiel3:not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active {
  border: 1px solid #009ed9;
  border-radius: 40px;
  color: white;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: #009ed9;
  transition: background-color 0.25s;
  outline: none;
}

.btn-formatiel2, .btn-formatiel2:not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active {
  border: 1px solid #9b3b2b;
  border-radius: 40px;
  color: #009ed9;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: transparent;
  transition: background-color 0.25s;
  outline: none;
}

.btn-formaiel3:hover {
  border: 1.5px solid #FFF;
  border-radius: 40px;
  color: #FFF;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: #9b3b2b;
  transition: background-color 0.25s;
  outline: none;
  font-size: 1.1rem;
}

.btn-formatiel2:hover, .btn-formatiel2:focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled):active, .btn-primary:focus {
  border: 1px solid #9b3b2b;
  border-radius: 40px;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: #009ed9;
  transition: background-color 0.25s;
  outline: none;
  text-decoration: none;
}

.btn-formatiel3:hover, .btn-formatiel3:focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled):active, .btn-primary:focus {
  border: 1px solid #FFF;
  border-radius: 40px;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: #009ed9;
  transition: background-color 0.25s;
  outline: none;
  text-decoration: none;
}

.btn-primary:hover {
  color: #fff;
}

.services i, .services .number {
  color: #9b3b2b;
  font-size: 36px;
}

.services i:after, .services .myNumber:after {
  content: "";
  /*background: linear-gradient( 45deg , transparent, rgba(109, 98, 253, 0.06));*/
  height: 70px;
  width: 70px;
  position: absolute;
  border-radius: 6px;
  -webkit-transform: rotate( 45deg );
  transform: rotate( 45deg );
  margin-left: -53px;
  margin-top: -18px;
}

.h2, h2 {
  font-size: 1.8rem;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  border-radius: 0 !important;
}

.modern-form {
  padding-top: 80px;
  padding-bottom: 80px;
}

.modern-form__hr {
  border-color: #9b3b2b;
  border-width: 2px;
  width: 121px;
}

.modern-form__form-container {
  padding-top: 10px;
}

.modern-form__form-group--padding-t {
  padding-top: 50px;
}

.modern-form__form-control--textarea {
  height: 95px !important;
  resize: none;
}

.h3, h3 {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .h1, h1 {
    font-size: 2rem !important;
  }
}

.h1, h1 {
  font-size: 2.3rem;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #048f83!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #009ed9;
  border-color: #009ed9;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

* {
}

*:before, *:after {
}

span {
  font-style: inherit;
  font-weight: inherit;
}

/* SERVICES */

.services .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #009ed9;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #009ed9;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services {
  padding-bottom: 30px;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

.services .icon-box ul li {
  font-weight: 600;
  text-align: justify;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

