@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;500;600&display=swap');

body, html {
    margin:0;
    padding:0;
    background-image:url(../images/fondo.png);
    background-repeat: repeat;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight:300;
    list-style: none;
    user-select: none;
}

.sangria {
    margin:0 0 0 16px;
    padding:0 0 0 16px;
    list-style: none;
}
b {
    font-weight: bold;
}
strong {
    font-weight: bold;
}
hr {
  margin: 10px 0 10px 0;
  padding: 0px 0 0px 0;
  background-color: #777;
  height: 2px;
}
li {
  margin:0;
  padding:0;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight:300;
  margin: 10px auto 10px;
  padding: 0px 0 0px 0;
  color: #fff;
  text-align: left;
  align: center;
}
a {
  margin:0;
  padding:0;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight:300;
  margin: 10px auto 10px;
  padding: 0px 0 0px 0;
  color: #fff;
  text-align: center;
  align: center;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a:visited {
    outline: none;
    text-decoration: none;
}
footer {
  background-color: #b8dc7c !important;
  width: 100%;
  text-align: center;
  color: #000 !important;
  font-size: 14px;
  padding: 8px 0 8px 0;
  align: center;
  margin: 10px auto 0;
  font-family: 'Fira Sans Condensed', sans-serif;
}
footer a {
  color: #000 !important;
  font-family: 'Fira Sans Condensed', sans-serif;
}
footer a:hover {
  color: #000 !important;
  font-family: 'Fira Sans Condensed', sans-serif;
}
.papel {
  background-color: transparent;
  width: 80%;
  text-align: center;
  color: #777 !important;
  font-size: 18px;
  padding: 0 3%;
  align: center;
  margin: 10px 10%;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}
h1 {
    color: #b8dc7c;
    font-size: 50px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 12px #000;
}
h2 {
    line-height: 102%;
}
h4 {
    color: #fff;
    font-size: 32px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 12px #7c8f5d;
}
h5 {
    color: #999;
    font-size: 32px;
    font-family: 'Fira Sans Condensed', sans-serif;
}
h6 {
    color: #999;
    font-size: 50px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
}
p {
    color: #000;
    margin: 0 0 20px;
    text-align: justify;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.interlineado {
  border-top: 1px solid #777;
  margin: 8px 0 8px;
  padding: 4px 0 0;
  color: #000;
}
.linea {
  height: 1px;
  background: #777;
}
.info {
  font-size: 17px;
  color: #777;
  width: auto;
  font-weight: 400;
  margin: 12px 0 20px;
  padding: 3px 20px;
  border: 2px solid #777;
  border-radius: 40px;
  text-decoration: none;
}
.info:hover {
  color: #b8dc7c;
  border: 2px solid #b8dc7c;
  cursor: pointer;
}
.image {
    width: 100%;
    height: 100%;
}
.fixed-header {
    width:100%;
    height: 12%;
    float:center;
    background-color:#b8dc7c;
    position:fixed;
    top:0;
    z-index:111;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    padding: 6px 0 0;
    margin: 0 0 -20px;
    border-bottom: 2px solid #fff;
}
.navbar-toggle {
    position: absolute;
    top: 8px;
    right: 17px;
    margin: 0;
    z-index: 99999999;
    color: #fff;
    padding: 10px 10px;
    background-color: #006699;
    border: none;
    font-weight: bold;
    display:none;
}
.navbar-brand {
    color: #fff;
    font-weight:300;
    font-size: 38px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: #0ff;
}
.fixed-header ul{
    padding:0;
    float:right;
    margin:0;
}
.fixed-header ul li{
    display:inline-block;
    padding: 10px 0px;
}
.fixed-header ul li a{
    text-decoration:none;
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 30px 0;    
}
.fixed-header ul li a:hover,
.fixed-header ul li .current{
    color: #93e0ff;
    border-bottom:2px solid #fffff1;
}
.fixed-header.scroll {
    background: rgba(0, 0, 0, 0.75);
    padding: 0;
}
#home {
    padding-top: 10em;
}
.content {
    padding-right: 0px;
    padding-left: 0px;
}
.content-item {
    padding-right: 0px;
    padding-left: 0px;
    min-height:570px !important;
}
.content-item p:last-child {
    margin-bottom: 0;
}
.background.content-item-1 {
    padding: 60px 65px;
}
.last {
    padding-right: 0px;
    padding-left: 0px;
    min-height:284px !important;    
}
.background {
    background-color: #fff;
    padding: 55px 45px;
}
.about-text-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about-text {
    margin-bottom: 0;
    line-height: 1.6;
}
.main-title {    
    font-weight: 300;
    font-size: 34px;
    line-height: 1.4;
    margin-top: 60px;
    margin-bottom: 40px;
}
.section-title {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 20px;
}
.orange {
    color: #b8dc7c;
}
.light-blue-text {
    color: #2FACFF;
}
.dark-blue-bordered-btn:hover,
.dark-blue-bordered-btn:focus,
.dark-blue-btn {
    background: #006699;
    color: white;    
}
.dark-blue-btn:hover,
.dark-blue-btn:focus,
.dark-blue-bordered-btn {
    background: none;
    border: 1px solid #006699;
    color: #006699;
}
.section-text {
    line-height: 1.6;
    font-size: 1em;
    margin-bottom: 15px;
}
.background ul {
   margin-bottom:20px;
}
.background li {
    list-style: none;
    font-size: 16px;
    line-height: 27px;
}
.btn {
    border-radius:0px;
    padding: 10px 25px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    margin-right: 15px;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.btn:last-child {
    margin-right: 0;
}
.btn-big {
    padding: 10px 40px;
    min-width: 176px;
}
.btn-contact {
    font-size: 17px;
    padding: 10px 35px;
    color: #807D7D;
    font-weight: 300;
    margin-top: 0;
    transition: all 0.3s ease;
}
.btn-contact:hover,
.btn-contact:focus {
    color: white;
    background-color: rgba(47,47,47,0.5);
}
.no-bg {
    background: none;
    border: 1px solid #aaa;
}
.normal-btn {
    font-size: 16px;
    font-weight: 300;
    min-width: 145px;
}
.form-control {
    box-shadow: none;
    font-size: 16px;
    height: auto;
    padding: 8px 12px;
}
.form-group {
    margin-bottom: 18px;
}
.contact-form {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.content-item input, .content-item textarea {
    border-radius:0px;
}
.contact-field {
    padding-left: 0;
    padding-right: 0;
}
.margin-b-0 {
    margin-bottom: 0;
}
.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pad-l-3 {
    padding-left: 3px;
}
.margin-b-25 {
    margin-bottom: 25px;
}

@media screen and (max-width:1199px){
    .content-item {
        min-height: 470px !important;
    }
    .content-item img {
        min-height: 470px !important;
    }
    .background p {
        line-height: 22px;        
    }
    .background p,
    .background li {
        font-size: 13px;
    }
    .background h2 {
        margin-bottom: 15px !important;
    }
    p {
        margin: 0 0 10px;
    }
    .btn {
        margin-top: 15px;        
    }
    .background {
        background-color: #fff;        
    }
    .last {
        min-height: 235px !important;
    }
    textarea#message {
        height: 125px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .background {
        padding: 25px;
    }
    .background.content-item-1 {
        padding: 0 40px;
    }
    .btn {
        margin-top: 10px;
    }
    .btn-contact {
        margin-top: 0;
    }
    .form-control {
        font-size: 0.9em;
    }
}

@media screen and (max-width:991px){

    .content-item {
        min-height: inherit !important;
    }
    .content-item img {
        min-height: inherit !important;
    }
    .fixed-header ul li a {
        padding: 0px 0px;
    }
    .background p {
        line-height: 27px;
    }
    .background p,
    .background li {
        font-size: 16px;
    }
    .background h2 {
        margin-bottom: 20px;
    }
    p {
        margin: 0 0 20px;
    }
    .btn {
        margin-top: 20px;        
    }
    .last {
        min-height: 284px !important;
    }
    textarea#message {
        height: inherit;
    }
}

@media screen and (max-width:767px){
    .last {
        min-height: inherit !important;
    }
    .fixed-header.scroll .navbar-brand {
        padding: 8px 15px 0;
    }
    .navbar-toggle {
       display:block;
       top: 15px;
       background-color: white;       
    }
    .fixed-header.scroll .navbar-toggle {
        top: 8px;
    }
    .navbar-toggle .icon-bar {
        background-color: #006699;
    }
    
    .fixed-header ul li, 
    .fixed-header ul li .current {
        border-top: none;
    }
    .fixed-header {
        padding: 5px 0;
    }
    .fixed-header ul li a {
        font-size: 1em;
    }
    .main-menu ul {
        width: 100%;
        background-color: #023D69;
    }
    .main-menu {
        max-height: 0;
        transition: max-height 0.3s;
        overflow: hidden;
    }
    /* http://css3.bradshawenterprises.com/animating_height/ */
    .main-menu.show {
        max-height: 250px;
        overflow: auto;
    }
    .main-menu ul li {
        display: block;
        padding: 10px 0px;
        width: 100%;
        float:left;
    }
    .main-menu ul li a {
        padding: 0px 0px;
        width: 100%;
        float: center;
    }
    #home {
        padding-top: 30px;
    }
    .pad-l-3 {
        padding-left: 15px;
    }
}

@media screen and (max-width:500px) {
    .btn {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .background.content-item-1 {
        padding: 40px 45px;
    }
}

@media screen and (max-width: 420px) {
    .background {
        padding: 40px 35px;
    }
    .background.content-item-1 {
        padding: 20px 25px;
    }
}

iframe {
    border: none;
    background: transparent;
    background-color: transparent;
}






::-webkit-scrollbar {
	width: 16px;
	background: #000;
	opacity: .45;
}
::-webkit-scrollbar-track {
	background-color: transparent;
}	
::-webkit-scrollbar-track:hover {
    background-color: #222;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(184,220,124,.3);
	opacity: .2;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #b8dc7c;
    box-shadow: 0 0 12px #b8dc7c;
}




