/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  
   font: 400 16px/1.8 "Lato", sans-serif;
}
.pad-section img {
  width: 100%;
 
}

/*============ Carousel Gallery ============*/
.wrapper{
    width:auto;
    height: auto;
    overflow: hidden;
   
}
.item{
    height:auto;
    width: auto;
}


.portfolio-item {
  margin-bottom: 30px;
}


/*============ Servicios ============*/
.container#cont_001{
   padding: 20px; 
    
}

.bg-light{
    background-color:#FFFFFF!important;
}

.card{
    
border:none;
}


/* HOVER efecto color amarillo sobre botones*/

.btn-custom:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    
    background-color: #FF990E;
    border-color: #005596; /*set the color you want here*/
}

h2#txtp{
    
    font-size: 35px;
    font-weight: bold;
    
}

.text-primary{
    
color: #005596;!important;
}


#txts{
    color: black;
}

.srvd1{
    font-weight: bold;  
    color:#DA150F;
  }
    

.srvd2{
    font-weight: bold;
    color:#FF990E;
    }
    
h4.color-info{
    font-size:18x;
    font-weight: bold;
    color:#FF990E;
}

/*============ Tercera seccion 10 años ============*/
/* third section 10 years experience*/

#home {
  background: url(../images/index/Parallax_006.jpg) no-repeat center center fixed;
  opacity: 0.8;
  display: table;
  height: 98%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information3{
 
    color:white;
    padding-top: 130px;
    padding-bottom: 110px;
    margin-top: -70px;
    margin-bottom: -80px;
}


.marketing3 h2 {
  font-weight: normal;
    text-align: center;
    color:white;
    font-weight: bold;
    text-shadow: 2px 2px 3px #005596;
   
}
p.leadn3{
    font-size: 19px;
    text-align: justify;
     text-shadow: 2px 2px 3px black;
    
}


/*============ Quinta seccion ============*/
/* Justificar texto del div*/


p.lead{
    text-align: justify;
    font-size: 20px;
}

p.lead3{
    text-align: justify;
    font-size:16px;
  
}


#btn_service{
    margin-top: 20px;
    color:white;
}




/* Third section boxes */
/* Center align the text within the three columns below the carousel */
#information2{
    background-color: white;
    color:black;
    padding-top: 110px;
    padding-bottom: 45px;
    margin-top: -70px;
    margin-bottom: -80px;
}


.marketing h2 {
    font-size: 35px;
    text-align: center;
    color:#005596;
}
.marketing h5 {
  font-weight: normal;
    text-align: center;
}


#cinfo{
    padding-top: 20px;
}

p.lead4{
    text-align: right;
}

@media (max-width: 767px){
    #home {
         background-attachment: scroll;
        width: 100%;
      height: 270px;
    }
   
    
}

