.slider-empresa{          
    width: 100%;
    height: 115vh;        
    margin-top: -4rem;
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-around; 
    padding: 6rem;
      
}
.content-base{
    display: none;
}
.slide-item {
    position: relative;
    width: 42rem; 
    height: 40vh; 
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, .5);     
    overflow: hidden;
    
}
.slide-item img{
    width: 100%;
    height: 140%;
    object-fit: cover; 
    position: relative;       
}
.content-1{
    width: 80rem;
    height: 80rem;
    position: absolute;
    background: rgba(135, 0, 0, .7);
    top: 0;
    transform: rotate(-30deg);
    margin-left: -70rem;
    transition: all 0.8s;
    
}
.content-2{
    width: 80rem;
    height: 80rem;
    position: absolute;
    background: rgba(135, 0, 0, .6);
    top: 0;
    transform: rotate(-30deg);
    margin-left: -65rem;
    transition: all 0.5s;
    box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, 0.938);
}
.slide-item:hover .content-1{
    width: 290%;
    transition: all 0.8s;
}
.slide-item:hover .content-2{
    width: 265%;
    transition: all 0.5s;
}
.text-slide{
    position: absolute;
    top: 8rem;       
    width: 22rem;
    padding: 2rem;
    color: #fff;
    z-index: 2500;
}
.text-slide h4{
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    opacity: 0;
    transform: scale(0.2);
    transition: all .8s;
    text-transform: uppercase;
}
.text-slide p{
    font-size: 1.5rem;
    margin: auto;
    text-align: center;
    font-weight: 100;        
    opacity: 0;
    transform: scale(1.5);
    transition: all .8s;
    text-transform: initial;
}
.slide-item:hover h4{
    opacity: 1;
    transition: all .8s;
    transform: scale(1);
}
.slide-item:hover p{
    opacity: 1;
    transform: scale(1);
    transition: all .8s;
}
.title-nosotros {
    justify-content: center;
    padding: 2rem auto;
    display:inline-block;
    position: relative;
}
.title-nosotros h4{   
    color:var(--color-primario);    
    font-size: 2.3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-bottom: 1rem;
    
}
.title-nosotros p{    
    font-size: 1.5rem;
     
    text-align: center;
    font-weight: 400;
    margin-top: -2rem;    
    text-transform: uppercase;
}
.fade-item-b , .fade-item-m{
    display: none;
}

.text-base-b, .text-base-m{
    display: none;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#63b160;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}


/* Estilos responsive */

@media screen and (min-width: 360px){
    .content-1{
        width: 80rem;
        height: 80rem;
        position: absolute;
        background: rgba(135, 0, 0, .7);
        top: 0;
        transform: rotate(-30deg);
        margin-left: -70rem;
        transition: all 0.8s;
        
    }
    .content-2{
        width: 80rem;
        height: 80rem;
        position: absolute;
        background: rgba(135, 0, 0, .6);
        top: 0;
        transform: rotate(-30deg);
        margin-left: -65rem;
        transition: all 0.5s;
        box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, 0.938);
    }
    .slide-item:hover .content-1{
        width: 290%;
        transition: all 0.8s;
    }
    .slide-item:hover .content-2{
        width: 265%;
        transition: all 0.5s;
    }
    .text-slide{
        position: absolute;
        top: 8rem;       
        width: 22rem;
        padding: 2rem;
        color: #fff;
        z-index: 2500;
    }
    .text-slide h4{
        text-align: center;
        font-size: 1.8rem;
        color: #fff;
        opacity: 0;
        transform: scale(0.2);
        transition: all .8s;
        text-transform: uppercase;
    }
    .text-slide p{
        font-size: 1.5rem;
        margin: auto;
        text-align: center;
        font-weight: 100;        
        opacity: 0;
        transform: scale(1.5);
        transition: all .8s;
        text-transform: initial;
    }
    .slide-item:hover h4{
        opacity: 1;
        transition: all .8s;
        transform: scale(1);
    }
    .slide-item:hover p{
        opacity: 1;
        transform: scale(1);
        transition: all .8s;
    }
    .title-nosotros {
        justify-content: center;
        padding: 2rem auto;
        display:inline-block;
        position: relative;
    }
    .title-nosotros h4{   
        color:var(--color-primario);    
        font-size: 2.3rem;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 3rem;
        margin-bottom: 1rem;
        
    }
    .title-nosotros p{    
        font-size: 1.5rem;
         
        text-align: center;
        font-weight: 400;
        margin-top: -2rem;    
        text-transform: uppercase;
    }
    
    }

@media screen and (min-width: 1024px) {

    .general {
        margin-top: -2rem;    
        height: 130vh;        
    }
    .general h3 {
        color: var(--color-secundario);
        text-align: center;        
        font-size: 2.4rem;  
        font-weight: 500;  
        margin-bottom: -1rem;    
    }    
    p {
        font-size: 1.8rem;
        padding: 2rem;
        justify-content: center;
        text-align: center;
        font-weight: 200;
        margin-bottom: 4rem;
    }
    .slide-item {
        display: none;              
    }
    .title-nosotros{
        display: none;
    }
    .content-b {
        margin: auto;
        display: flex;
        position: relative;
        width: 90rem;
        height: 42vh;
        margin-left: 10rem;
        margin-top: -2rem;
        box-shadow: 0 .5rem 0.5rem rgba(119, 113, 113, 0.5);
        
    }
    .content-m {
        
        position: relative;
        margin: auto;
        width: 80rem;
        height: 45vh;
        margin-top: -5rem;
        margin-left: 0;
        box-shadow: 0 .5rem 0.5rem rgba(119, 113, 113, 0.5);
    }
    .text-base-b{
        display: block;
        position: absolute;
        margin-left: 45rem;
        margin-top: -3rem;  
       
    }
    .text-base-b h4{
        font-size: 2.2rem;
        font-weight: 500;
        margin-left: 1.5rem;       
        text-transform: uppercase;
        color: var(--color-primario);
    }
    .text-base-m h4{
        font-size: 2.2rem;
        font-weight: 500;
        margin-left: -1rem; 
        margin-top: -35rem;      
        text-transform: uppercase;
        color: var(--color-primario);
    }
    .text-base-m{
        display: block;
        position: absolute;
        margin-left: 12rem;
        margin-top: 5rem;
    }
    .text-base-b p{
        position: relative;
        margin-left: -6rem;
        font-size: 1.6rem;
        text-align: center;       
        
    }
    .text-base-m p{
        position: relative;
        width: 30rem;
        margin-left: -5em;
        margin-top: 4rem;
        font-size: 1.6rem;
        text-align: center;
        
    }
    .fade-item-b {
        display: block;
        position: relative;
        width: 45rem; 
        height: 40vh; 
        margin-left: -10rem;
        margin-top: -2rem;
        box-shadow: none;     
        overflow: hidden;
        animation: fade 15s infinite;
        list-style: none;
        box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .5);
    }
    .fade-item-m {
        display: block;
        position: relative;
        width: 45rem; 
        height: 40vh; 
        margin-left: 40rem;
        margin-top: 1rem;
        box-shadow: none;     
        overflow: hidden;
        animation: fade 15s infinite;
        list-style: none;
        box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .5);
        object-fit: cover;
    }     
    .fade1, .fade2, .fade3, .fade4, .fade5, .fade6 img{
        position: absolute;        
        width: 100%;
        height: 100%;
        object-fit: cover;
                 
    }
    
    .fade1{       
        display: block;
        animation: fade1 15s infinite;
    }
    .fade2{       
        display: block;
        animation: fade2 15s infinite;
    }
    .fade3{        
        display: block;
        animation: fade3 15s infinite;
    }
    .fade4{
        display: block;
        animation: fade4 15s infinite;
    }
    .fade5{
        display: block;
        animation: fade5 15s infinite;
    }
    .fade6{
        display: block;
        animation: fade6 15s infinite;
    }

    @keyframes fade1{

        0%{
            opacity: 1;
        }
        30%{
            opacity: 0;
        }
        45%{
            opacity: 0;
        }
        65%{
            opacity: 0;
        }
        75%{
            opacity: 0;
        }
        85%{
            opacity: 0;
        }
        100%{
            opacity: 1;
        }
        
   }
   @keyframes fade2{

    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    45%{
        opacity: 0;
    }
    65%{
        opacity: 0;
    }
    75%{
        opacity: 0;
    }
    85%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
    
}
@keyframes fade3{

    0%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    45%{
        opacity: 1;
    }
    65%{
        opacity: 0;
    }
    75%{
        opacity: 0;
    }
    85%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
@keyframes fade4{

    0%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    45%{
        opacity: 0;
    }
    65%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    85%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
@keyframes fade5{

    0%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    45%{
        opacity: 0;
    }
    65%{
        opacity: 0;
    }
    75%{
        opacity: 1;
    }
    85%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
@keyframes fade6{

    0%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    45%{
        opacity: 0;
    }
    65%{
        opacity: 0;
    }
    75%{
        opacity: 0;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
   }    
}
@media screen and (min-width: 1600px){

    
    .general {
        margin-top: -2rem;    
        height: 140vh;
        
    }
    .general h3 {
        font-size: 3rem;  
        font-weight: 500;  
        margin-bottom: -2rem;    
    }    
    p {
        font-size: 2rem;
        padding: 6rem;
        justify-content: center;
        text-align: center;
        font-weight: 200;
        margin-bottom: 4rem;
    }
    
    .slider-empresa{          
        width: 100%;
        height: 125vh;        
        margin-top: -4rem;
        display: flex;    
        flex-wrap: wrap;
        justify-content: space-around; 
        padding: 6rem;          
    }
    .slide-item {
        display: none;              
    }
    .title-nosotros{
        display: none;
    }
    .content-b {   
        margin: auto;
        width: 140rem;
        height: 42vh;
        margin-left: 6rem;
        margin-top: 2rem;        
        
    }
    .content-m { 
        margin: auto;       
        width: 140rem;
        height: 42vh;
        margin-top: 4rem;
        margin-left: 6rem;       
    }
    .fade-item-b {
        display: block;
        position: relative;
        width: 70rem; 
        height: 50vh; 
        margin-left: 8rem;
        margin-top: -10rem;
        box-shadow: none;     
        overflow: hidden;
        animation: fade 15s infinite;
        list-style: none;
        border: outset .2rem;
        box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .5);
    }
    .fade-item-m {
        display: block;
        position: relative;
        width: 70rem; 
        height: 50vh; 
        margin-left: 63rem;
        margin-top: -10rem;
        box-shadow: none;     
        overflow: hidden;
        animation: fade 15s infinite;
        list-style: none;
        border: outset .2rem;
        box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .5);
    }     
    .text-base-b{
        display: block;
        position: absolute;
        width: 50rem;
        margin-left: 88rem;
        margin-top: -5rem;  
       
    }
    .text-base-b h4{
        font-size: 2.8rem;
        font-weight: 500;
        margin-left: 10rem;       
        
    }
    .text-base-m{
        display: block;
        position: absolute;
        width: 50rem;
        margin-left: 20rem;
        margin-top: 4rem;
    }
    .text-base-b p{
        position: relative;
        margin-left: -5rem;
        margin-top: 1rem;
        font-size: 1.8rem;
        text-align: center;       
        
    }
    .text-base-m p{
        position: relative;
        width: 50rem;
        margin-left: -14rem;
        font-size: 1.8rem;
        text-align: center;
        margin-top: -2rem;
        
    }
    .text-base-m h4{
        font-size: 2.8rem;
        font-weight: 500;
        margin-left: .2rem;       
       
    }
    .footer.contenedor{
        margin-top: 6rem;
    }
        
}    




