body {
    overflow-x: hidden; /* Hide scrollbars */
  }
  @font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
  }
  
  @font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
  }
  
  @font-face {
    font-family: RobotoSlab;
    src: url(../fonts/RobotoSlab-Regular.ttf);
  }

  body{
      font-family: Roboto !important;
  }

.navbar{
      font-weight: bold !important;
}

.navbar-transparent {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: rgb(220, 72, 54) !important;
    color: white !important;
    font-weight: bold !important;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

@media (max-width: 375px) {
    .titulo-intro{
        font-size: 38px !important;
    }
}

@media (max-width: 426px) {
    .p-mision{
       margin: 25px !important;
    }

    .p-portafolio{
      margin-left: 0px !important;
      margin-right: 0px !important;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 325px;
    text-align: center;
    background-image: url(../img/PeopleP1120421.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}

.titulo-intro{
    text-shadow: 2px 2px #2e2d2d;
    color: white;
    font-weight: bold;
    font-size: 48px;
    font-family: RobotoSlab !important;
}

.subtitulo-intro{
    text-shadow: 2px 2px #2e2d2d;
    color: white;
    font-weight: bold;
    font-size: 24px;
    font-family: RobotoSlab !important;
}

.p-intro{
    color: white;
    background-color:rgb(220, 72, 54, 0.8);
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.titulos{
    color: rgb(220, 72, 54);
    font-weight: bold;

}

.titulos2{
    color: rgb(176, 45, 53);
    font-weight: bold;

}

.p-quienes{
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
}

.p-mision{
    margin: 80px;
    padding-bottom: 80px;
    font-weight: bold;
}

.p-servicios{
    text-shadow: 2px 2px #2e2d2d;
    color: white;
    font-weight: bold;
    font-size: 24px; 
    margin-bottom: 80px;
    text-align: justify;
}

.p-portafolio{
    color: white;
    background-color:rgb(220, 72, 54, 0.8);
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 25%;
    margin-right: 25%;
    padding: 34px;
    text-align: justify;
}

.about-section {
    height: 100%;
    padding-top: 150px;
}

.services-section {
    height: 100%;
    padding-top: 300px;
    text-align: center;
    background: #fff;
    background-image: url(../img/ServicioP1120406.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.portafolio {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    background: #fff;
    background-image: url(../img/portafolioP1120555.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.menu {
    
}

.navbar-nav > li > a {
    padding-top:5px !important; 
    padding-bottom:5px !important;
}
.navbar { 
    min-height: 115px !important;
    background-color: white !important; 
}

.navbar-brand {
    padding: 5px 15px !important;
    height: auto !important;
}

.logo-about {
    display:block;
    margin:auto;
    width: 50%;
}

.mision-div{
    background-image: url(../img/MisionP1120329.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mision-card{
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 80px;
}
.servicios{
    color: white;
    background-color: rgb(220, 72, 54);
}

.serviciosA{
    color: white;
    background-color: rgb(176, 45, 53);
}

.iconos {
display:block;
margin:auto; 
background-color: rgb(220, 72, 54);
width: 60px;
padding: 10px;
border-radius: 50px;
}

.iconos2 {
    display:block;
    margin:auto; 
    background-color: rgb(176, 45, 53);
    width: 60px;
    padding: 10px;
    border-radius: 50px;
}

.serviciosDiv{
    display: block;
    align-items: center;
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.inputs-contacto{
    height: 60px !important;
    margin-bottom: 20px;
}

.txt-contacto{
    text-align: left; 
    color: rgb(140, 140, 140);
}

footer{
    color: white;
    background-color: black;
}

section {
    
    padding: 1rem 1rem;
  }
  .read-more {
    margin-top: 1rem;
  }
  .more-content {
    display: none;
    padding-top: 1rem;
  }

  .click:hover{
    cursor: pointer;
  }

.p-servicios-pdf{ 
    font-size: 16px;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 20px;
}

a:link {
    color: rgb(220, 72, 54);
  }
  
  /* visited link */
  a:visited {
    color: rgb(176, 45, 53);
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(220, 72, 54);
  }
  
  /* selected link */
  a:active {
    color: rgb(220, 72, 54);
  }
