body{
    margin: 0;
}
.clase_modal .contenedor1{
    width: 100%;
    height: 100vh;
    background-color: #f0f0f0;
    opacity: 0.5;
    z-index: 0;
}
.clase_modal .contenedor2{
    z-index: 11;
/*    width: 40vw;
    height: 43vh;*/
    width: 768px;
    height: 363px;
    margin: auto;
    background-color: #fff;
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 55px;
    box-shadow: 3px 2px 13px 0px #ccc;
}
.clase_modal .contenedor3{
    display: flex;
    justify-content: flex-end;
    background: url("../imagenes/orangemobile.png");
    width: auto;
    height: 100%;
    max-height: 473px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 55px;
}
.clase_modal .contenedor4{
    width: 55%;
    text-align: right;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.clase_modal .contenedor3 h1{
    margin-top: 0;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1c1d1e;
}
.clase_modal .contenedor3 p{
    color: #404041;
    font-size: 14px;
}
.clase_modal .contenedor3 p:nth-child(2){
    margin-top: 4em;
}
.clase_modal .contenedor3 p{
    margin-top: 2em;
}
.clase_modal .contenedor3 ul{
    list-style-type: none;
    margin-top: 2em;
}
.clase_modal .contenedor3 ul li{
    margin-bottom: 1em;
}
.clase_modal .contenedor3 ul img{
    width: 8px;
}
.clase_modal .buttons{
    display: block;/*
    flex-direction: column;
    align-items: flex-end;*/
}
.clase_modal .button1, .button2{
    width: 40%;
    padding: 10px;
    cursor:pointer;
}
.clase_modal .button1{
    border: none;
    background-color: #08cf58;
    color: #fff;
    border-radius: 20px;
    margin: 10px 0 10px 0;
    margin-top: 0;
    font-size: 15px;
}
.clase_modal .button2{
    background-color: #fff;
    border: 0.5px solid #1c1d1e;
    color: #1c1d1e;
    border-radius: 20px;
}

/* MEDIA */
@media only screen and (max-width: 1400px){
    .clase_modal .contenedor3 h1{
        font-size: 40px;
        margin-bottom: 16px;
    }
    .clase_modal .contenedor4{
        padding: 29px;
    }
    .clase_modal .contenedor3 p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1260px){
    .clase_modal .buttons{
        flex-direction: row;
        justify-content: flex-end;
    }
    .clase_modal .button1{
        margin-bottom: 0;
        margin-right: 10px;
    }
    .clase_modal .contenedor3 p{
        font-size: 13px;
    }
}
@media only screen and (max-width: 1069px){
    .clase_modal .contenedor3 h1{
        font-size: 33px;
    }
    .clase_modal .button1, .button2{
        width: 38%;
    }
}

#myModalPopup3 .contenedor2 {
    background: url("../imagenes/banner_2.png");
    background-size: cover;
    /*    height: 40vh;
        width: 25vw;*/
    height: 333px;
    width: 450px;
}

#myModalPopup3 .contenedor2 > div {
    text-align: center;
    height: 50%;
}

#myModalPopup3 .contenedor2 h1 {
    /*margin-top: 0;*/
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1c1d1e;
    width: 85%;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 0.67em;
}

#myModalPopup3 .contenedor2 > div:nth-child(2) {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 1em;
}

#myModalPopup3 .contenedor2 > div:nth-child(2) > div:first-child {
    height: 60%;
    padding-top: 2em
}

#myModalPopup3 .contenedor2 > div:nth-child(2) > div:nth-child(2){
    height: 20%;
}

#myModalPopup3 .contenedor2 > div:nth-child(2) p {
    width: 85%;
    margin: auto;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#myModalPopup3 .contenedor2 > div:nth-child(2) p:nth-child(2) {
    margin-bottom: 2em;
}

#myModalPopup3 .button1, #myModalPopup3 .button2{
    width: auto;
}