/*!
 * Start Bootstrap - One Page Wonder v5.0.9 (https://startbootstrap.com/theme/one-page-wonder)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

 body {
    font-family: 'Lato';
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Catamaran';
    font-weight: 800 !important;
  }
  
  .btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  
  .bg-black {
    background-color: #000 !important;
  }
  
  .navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
  }
  
  .navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  header.san-martin {
    position: relative;
    overflow: hidden;
    background-image: url("../img/logo_san_martin.png");
    background-repeat:no-repeat;
    background-position:center; 
    background-size: contain;
    height: 90px;
    margin: 8px; 
  }
  header.masthead {
    position: relative;
    overflow: hidden;
    background-image: url("../img/fondo_parque.png");
    background-repeat:no-repeat;
    background-position:center;
  }
  
  .foto-perfil {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-width:4px;
    border-color:white;
    border-style: solid;
  }

@media only screen and (max-device-width:299px){
    header.masthead {
        background-size:cover;
        height:180px;
    }
    .foto-perfil {
        margin-top:-90px;
        width:70%;
    }
}
  @media only screen and (min-device-width:300px) and (max-device-width:600px){
    header.masthead {
        background-size:cover;
        height:240px;
    }
    .foto-perfil {
        margin-top:-130px;
        width:55%;
    }
  }
  @media only screen and (min-device-width:601px) and (max-device-width:800px){
    header.masthead {
        background-size:cover;
        height:300px;
    }
    .foto-perfil {
        margin-top:-130px;
        width:50%;
    }
  }
  @media only screen and (min-device-width:801px) and (max-device-width:991px){
    header.masthead {
        background-size:cover;
        height:360px;
    }
    .foto-perfil {
        margin-top:-160px;
        width:50%;
    }
  }
  
  @media (min-width: 992px) {
    header.masthead {
      background-size:cover;
        height:440px;
    }
    .foto-perfil {
        margin-top:-140px;
        width:30%;
    }
  }
  
  .bg-primary {
    background-color: #ee0979 !important;
  }
  
  .btn-primary {
    background-color: #ee0979;
    border-color: #ee0979;
  }
  
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #bd0760 !important;
    border-color: #bd0760 !important;
  }
  
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  }
  
  .btn-secondary {
    background-color: #ff6a00;
    border-color: #ff6a00;
  }
  
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #cc5500 !important;
    border-color: #cc5500 !important;
  }
  
  .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  }

  .btn_enlace {
    background-color: #004d90;
  }

  .btn_social {
    color: #004d90;
  }
  