@font-face{
    font-family:'Roboto, Regular';
    src: url('/css/fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family:'Roboto, Bold';
    src: url('/css/fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family:'Roboto, Bold Condensed';
    src: url('/css/fonts/RobotoCondensed-Bold.ttf');
}

main{
    margin-bottom: 0px;
}

#dedicatedpage {
    background: transparent linear-gradient(180deg, #000000 0%, #E60881 100%) 0% 0% no-repeat;
    max-width: none;
    padding-bottom: 15px;
}

#contentdedicatedpage{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contentdedicatedpage h2 {
    background-color: unset;
}

#contentdedicatedpage a{
    color: #b4b4b4;
    text-decoration: underline;
}

#contentdedicatedpage .image-container {
    flex: 1; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

#contentdedicatedpage .image-wrapper {
    width: calc(50% - 10px);
    height: fit-content;
    max-width: 340px;
}

 #contienevideo picture img{
     display: block;
 }
 
.info {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    flex-wrap: wrap;
    width: 94%;
    height: 261px;
    margin-top: 25px;
}

.info div {
    height: 47px;
    margin-top: 14px;
    line-height: 1.4rem;
}

div h4{
    font-family: 'Roboto, Regular', sans-serif;
    font-size: 14px;
    color: #B4B4B4;
}

.info p{
    font-family: 'Roboto, Bold', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

#dedicatedpage .btn-secundario{
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    width: 50%;
    height: 35px;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 0;
    background-color: #E60881;
    border: 1px solid #E60881;
    font-family: 'Roboto, Regular';
    text-align: center;
    font-weight: normal;
}

#dedicatedpage .btn-black{
    background-color: #282828;
    border: 1px solid #282828;
}

#dedicatedpage img{
    border: 1px solid white;
    border-radius: 10px;
}

 #disabled-provider {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000000;
}
#disabled-provider #content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    font-size: 14px;
    line-height: 14px;
}

#disabled-provider #content-container #content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 3px;
}

#disabled-provider #content-container #content  #title {
    color: #E60881;
    font-family: "Roboto Bold";
}

#disabled-provider #content-container #content #phone-container {
    display: flex;
    flex-direction: column;
    width: auto;
    font-size: 16px;
    color: #000000;
    line-height: 18px;
}

#disabled-provider #content-container #content #phone-container #phone-number {
    color: #E60881;
    font-family: "Roboto Bold";
    font-size: 22px;
}

#disabled-provider img {
    width: 100%;
    position: relative;
}

.texts-container {
    flex: 1; 
    display: flex !important; 
    flex-direction: column !important;
}

.texts-container h1 {
    margin-top: 0;
}

.texts-container p {
    margin-top: 0 !important;
}

.texts-container li {
    font-size: unset;
    line-height: unset;
}

@media (orientation: portrait) {
    #disabled-provider #content-container #content  #title {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (orientation: landscape) {
    #disabled-provider #content-container #content  #title {
        font-size: 26px;
        line-height: 26px;
        
    }
}

/*@media(min-width: 593px){*/
/*    #contentdedicatedpage{*/
/*       margin: auto 25px auto 25px;*/
/*    }*/
/*}*/

@media(min-width: 690px){
    
    #dedicatedpage .btn-secundario {
        font-size: 20px;
        width: 50%;
        height: 40px;
    }
    
    .info {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 205px;
        align-content: center;
    }
    
    .info div {
        width: 25%;
        height: 77px;
        text-align: center;
    }
}

@media(min-width: 728px){
    
    .info {
        height: 177px;
        width: 100%;
        flex-wrap: wrap;
    }
        
    .info div {
        width: 25%;
        height: 47px;
        margin-top: 14px;
    }
}

@media(min-width: 1280px){
    #dedicatedpage{
         padding: 0 10% 10px;
    }
    
    #contentdedicatedpage {
        display: flex;
        flex-direction: row-reverse;
        align-items: unset;
    }

    #contentdedicatedpage .image-container {
        align-content: flex-start;
        gap: 40px;
    }
    #contentdedicatedpage .image-wrapper {
        width: calc(50% - 40px);
    }
    
    .info {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: 36px;
        height: 134px;
    }
}