main{
    width: 100%;
}


.uno{
    background-color: #be265b;
    width: 740px;
    height: 80px;
    border-radius: 16px;
    margin: 10px;
    border: #fff solid;
} 
.dos{
    background-color: #009ea3;
    width: 740px;
    height: 80px;
    border-radius: 16px;
    margin: 10px;
    border: #fff solid;
} 
.tres{
    background-color: #858585;
    width: 740px;
    height: 80px;
    border-radius: 16px;
    margin: 10px;
    border: #fff solid;
} 

.content1{
    background-image: url("../img/pantallas/pantalla2.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 90%;
    margin: 0 auto;
    width: 100%;
    padding: 30px;
}


.est{
    display: inline-flex;
    width: 100%;
}
.estruc{
    border: #fff solid;
    border-radius: 15px;
    margin-top: 10px;
    background-color: #fff;
}

.descrip-label{
    color: #009ea3;
    font-size: x-large;
}
.descrip-label1{
    color: #858585;
    font-size: x-large;
}

.estruc1{
    text-align: center;
}


.primera{

    width: 25%; 
    position: absolute;
    top: 31px; 
    left: 35px;
}



/*  Responsive*/

@media screen and (min-width:360px){ 

.content1{
    width: 80%;
}

.primera{
    width: 16%;
  position: absolute;
  top: -91px;
  left: 31px;
}

}
@media screen and (min-width:375px){ 

    .content1{
        width: 80%;
    }
    
    .primera{
        width: 16%;
      position: absolute;
      top: -88px;
      left: 33px;
    }
    
    }

@media screen and (min-width:460px){ 
    .primera{
      top: -84px;
      left: 42px;
    }
}

@media screen and (min-width:720px){ 
    .primera{ 
        top: -87px;
        left: 68px;
    }
  
}

@media screen and (min-width:920px){ 
    .primera{ 
        top: -75px;
        left: 90px;
    }

}

@media screen and (min-width:1024px){ 
    .primera{ 
        top: -80px;
        left: 100px;
    }

}

@media screen and (min-width:1366px){ 
    .primera{ 
        top: -66px;
        left: 137px;
    }
}

    @media screen and (max-width:1440px){ 
        .primera{ 
            top: -67px;
            left: 145px;
        }
    
    }

    @media  (min-width:1441px) and (max-width:1920px){ 
        .primera{ 
            top: -65px;
            left: 193px;
        }
    
    }

    @media  (min-width:1921px) and (max-width:3480px){ 
        .primera{ 
            top: -65px;
            left: 193px;
        }
    
    }
 
