@font-face{font-family:'Montserrat';src:url(../fonts/Montserrat-Light.ttf);}
body{font-family:Montserrat,saints !important}

.color-base{
	color: #f89c1c; 
}

.inicio-background{
	background-image: linear-gradient(180deg,  rgb(255 255 255), rgb(218 114 8 / 60%)), url(../media/f6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #222;
    padding-top: 15px;
}

.servicios-background{
	background-image: linear-gradient(180deg,  rgb(250 129 92 / 95%), rgb(255 132 7 / 68%)), url(../media/f3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #222;
    padding-top: 15px;
}

.head-logo{
	width: 150px;
}

.onda{
	width: -webkit-fill-available;    
	width: 100%;
	min-width: 300px;
}

.onda img{
    width: inherit;
    margin-top: -100px;
    height: 100px;
}

.onda2{    
	background: rgb(26 26 26 / 0%);
    width: -webkit-fill-available;
    position: relative;
    margin-bottom: -90px;
}

.onda2 img{
	width: inherit;
    margin-top: 0px;
    height: 100px;
    transform: rotate(180deg);
}

.navbar .active {    
	color: #f8821c !important;
    border-bottom-color: #222;
    border-bottom: 1px solid;
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}

.navbar a{

}

.inicio-main-box{
    height: 85vh;
    min-height: 400px;
    padding-top: 100px;
}

.inicio-main-box h1{
    color: #4c4c4c;
}

.inicio-main-box h4{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #585858;	
}

.inicio-main-box p{
    max-width: 450px;
    margin: 0 auto;	
    color: #353535;
    font-size: 18px;
}

.inicio-main-box button{
	margin-top: 25px;
    background-image: linear-gradient(2deg, #ee7209, #f89c1c);
    color: #fff;
    border: none;
    box-shadow: 0px 0px 21px -10px #222;
    padding: 15px 20px;
}

.inicio-main-box button:hover{
    background-image: linear-gradient(2deg, #222, #222);
    color: #fff;
}

@media (max-width: 600px) {
.inicio-main-box{
    height: 100vh;
}
}

.parallax {

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  animation: fadein 800ms 500ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  background-position-y: bottom;
}

.section-1{
  transform: translateY(-24px);
  animation: fadein 800ms 500ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.section-1 h2{
	margin-bottom: 70px;
    text-align: center;
    color: #f89c1c;
}

.section-2{
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-2 h2{
	margin-bottom: 70px;
    text-align: center;
    color: #ffffff;
}

footer{
	background: #4c4c4c;
    color: #fff;
    padding: 25px;
    padding-bottom: 15px;
}

footer a{
	color: #fff!important;
    text-decoration: none;
}

footer i{
    vertical-align: middle;
    margin-right: 5px;	
}

.text-right{
	text-align: right
}

.text-left{
	text-align: left;
}

.bx{
    background: #fff;
    /* margin: 20px; */
    padding: 30px;
} 

.bx-mensaje{

}


.bx-servicios{
	margin-bottom: 30px;
}


.bx-icono{
    margin-bottom: 10px;
    text-align: center;
}	

.bx-icono-fondo{
	background: linear-gradient(2deg, #f89c1c, #ff3b00);
	padding: 10px;
	width: 45px;
	border-radius: 33px;
	margin: 0 auto;
}

.bx-icono i{
    color: #fff;
}	

.bx-titulo{

    font-weight: bold;
    text-align: center;
}

.bx-descripcion{
    color: #424242;
}


.bx-descripcion li{
    color: #5c5c5c;
}

.navbar-nav-scroll {
    max-height: none !important;
}
