/*!
 * Start Bootstrap - Full Slider (http://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */
body{
    font-family: sans-serif;
    -vendor-animation-duration: 3s;
    font-size: 14px;
    font-weight: 300;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.container {
    width: 70%;
    max-width: 1020px;
    padding: 56px 32px;
}

.anchor-container {
    width: 50%;
    max-width: 992px;
    padding: 5px 5px;
}

.anchor-side {
    width: 25%;
}

.img-anchor{
    width: 31.33%;
    margin: 1%;
}

.img-anchor:hover{
    opacity: 0.5;
}

.news-anchor{
    width: 31.33%;
    margin: 1%;   
}

.news-anchor > a{
    color: #fff;
    font-size: 13px;
}

.news-anchor > a:hover{
    opacity: 0.5;
    color: #fff;  
    text-decoration: none;
}

@media (max-width: 992px) {
    .container {
        width: 90%;
        max-width: 900px;
        padding: 16px 20px;
    }
    
    .anchor-container {
        width: 100%;
        max-width: 992px;
        padding: 5px 5px;
        font-size: 11px;
        margin-top: 20px;
    }
    
    .anchor-side {
        width: 0%;
    }
}

/************ Toggler **************/
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    position: absolute;
    right: 20px;
    cursor: pointer;
    z-index: 2000;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (min-width: 576px) {
  .navbar-toggler {
    display: none;
  }
}


/************ Brand **************/
.navbar-brand{
    position: absolute;
    left: 4px;
    top: 0px;
    margin: -15px 0px 10px 15px;
}


/************ Navbar **************/
@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: -5px;
        right: 5px;
        width: 50%;
    }
}    

.navbar {
    min-height: 78px;
}

.navbar .navbar-nav{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0,0,0,.9);
}

.navbar-container {
    position: absolute;
    right: 5px;
    width: 100%;
}
 
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 11px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #fff;
    border-radius: 0;
}

.dropdown-menu li{
    padding: 1px 5px 1px 20px;
    text-decoration: none;
    background-color: #fff;
    z-index: 100;
}
 
.dropdown-menu li > a:hover{
    color: #009b9e;
    text-decoration: none;
}

a:hover{
    color: #009b9e;
}


.navbar-nav > .active > a {
    color: #009b9e;
}


.navbar .navbar-nav .nav-item{
    background-color: #fff;
    z-index: 100;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0.75em;
    padding-right: 1em;
    padding-bottom: 0.75em;
    padding-left: 1em;
}


footer{
   background-color: #c4c4c4;
}

.footer-container {
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.prefooter{
    padding: 20px 0px 20px 0px;
    background-color: #949494;
}


.social-container {
    width: auto;
    margin: auto;
    max-width: 180px;
    text-align: center;
}


.list-inline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.list-inline li {
    float: left;
    text-align: center;
    margin: 10px;
}

.titulo-verde{
    font-weight: 500;
    color: #009b9e;
}

.boton-naranja {
    padding: 13px 26px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff8b0f;
    background-color: #fff;
    border-color: #ff8b0f;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
}

.boton-naranja:hover {
    opacity: 0.8;
    color: #fff;
    background-color: #ff8b0f;
    text-decoration: none;
}


.boton-naranja:active{
    color: #ff8b0f;
    background-color: #fff;
    text-decoration: none;
}




/************ Tipografía **************/

.text-muted {
  color: #777777;
}
.text-primary {
  color: #BDBDBD;
}
.titulo-verde{
    text-transform: none;
}

p{
    font-weight: 400;
    color: #585858;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .20px;
    text-transform: none;
    line-height: 1.8em;
}

h5{
    font-size: 17px;
}

label{
    font-weight: bold;
    color: #585858;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .20px;
    text-transform: none;
    line-height: 2em;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}

a {
  color: #000;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #213C54;
}

.form-warning {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #DD7308;
  background-color: #FCF3EA;
  background-image: none;
  border: 1px solid #DD7308;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-info {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #31708f;
  background-color: #d9edf7;
  background-image: none;
  border: 1px solid #31708f;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.form-danger {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #a94442;
  background-color: #f2dede;
  background-image: none;
  border: 1px solid #a94442;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.form-success {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #3c763d;
  background-color: #dff0d8;
  background-image: none;
  border: 1px solid #3c763d;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


/************ Footer y Social Media **************/

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 42px;
  color: #949494;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #c4c4c4;
}


.seccion{
    background-color: #F9F9F9;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #EDEDED;
}
