body {
    font-family: 'Roboto', sans-serif;
}

.hero-section {
    /*background: url('../admin/img/iconostema/background_darphasoft.jpg') no-repeat center center/cover;*/
    height: 100vh;
}
.hero-section_doble {
    background: url('../admin/img/iconostema/Darphasoft_background_doble.png') no-repeat center center / cover;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

footer {
    background-color: #343a40;
    color: #fff;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa8c;
    border-color: #f8f9fa94;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.btn-wtp{
      position: fixed;
      bottom: 10px;
      right: -10px;
      width: 120px;
      cursor: pointer;
    }
.contenedor_background{
    position: absolute;
    width: 100%;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    z-index: -10;
    height: 100%;
    overflow: hidden;
}
.back_{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.backgroundOn{  
    scale: 1.3;
    transition: 25s;
}
.backgroundOff{
    scale: 1.1;
    transition: 15s;
}
.cursor{
	cursor: pointer;
	transition: 0.5s;
}
.cursor:hover{
box-shadow: 3px -1px 7px #00000029;
}

[data-aos=fade-left] {
    transform: translate3d(0, 0, 0);
}
@media (max-width: 1020px) {
    .hero-section_doble {
    	background: url(../admin/img/iconostema/Darphasoft_backgroundup.jpg) no-repeat right center / cover; 
        color: #FFF;       
    	box-shadow: -1px 7px 9px #00000054;
	}  
    .bold{
        font-weight: bold;
    }
	.cursor{
		color: #000;
	}
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 48%;
    }    
}
