body {
    /* background-color: rgb(219, 145, 71); */
    
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
}

/* #region HEADERS */
.header1 {
    background-color: rgba(32, 29, 29, 1);
    padding: 25.3px 45px!important;
}

.header1 img {
    width: 30%;
}

.header2 {
    background-color: rgba(32, 29, 29, 0.938);
    padding: 25.3px 45px!important;
    text-align: right;
}

.header2 img {
    width: 21%;
}

.titleHeader2 {
    color: #fff;
    width: 30%;
    position: relative;
    top: 15px;
    font-family: 'Montserrat', sans-serif;
}
/* #endregion HEADERS */

/* #region CONTENIDO */
.landing {
    /* background-color: #FE1A33; */
    padding: 0px 0px;
}

.landing-content {
    padding: 0px 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    height: 800px;
    /* background-color: #FE1A33; */
}

.contenido {
    margin-bottom: 40px;
}

.content-landing {
    padding-right: 0px!important;
    padding-left: 0px!important;
    /*background-color:#E72123;*/
    background-image: url("https://www.dominioya.com.co/templates/dominioya/img/background_promo.png");
    background-size: cover;
}

.content-landing p {
    font-family: Graviola Tigre;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;;
    text-align: justify;
}

.content-banner {
    padding: 45px;
    padding-top: 30px;
}

.banner {
    padding: 50px;    
    padding-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner img {
    width: 100%;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 5px;
    line-height: 0.7;
}

.publish {
    text-align: center;
    padding: 25px;
}

.publish img {
    width: 80%!important;
}


/* .form-content {
    border-left: 1px solid #fff;
} */

/* .contenido {
    display: none;
} */

.contenedor-form {
    padding: 80px 110px;
    padding-top: 78px;
    /*height: 90%;*/
    /*max-width: 565px;*/
}

.form-content {
    padding-right: 0px!important;
    padding-left: 0px!important;
    background-image: url("Fondo_Landing.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

.form-landing {
    background-color: rgba(215, 44, 44, 0.2);
    padding: 20px 30px;
}

.form-landing-2 {
    background-color: rgba(215, 44, 44, 0.2);
    padding: 20px 30px;
    /*display: none;*/
    /* position: relative;
    top: 250px; */
}

.title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
}

.title1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-align: center;
}

.title2 {
    font-size: 65px;
    color: #740506;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-align: center;
    margin-top: 22px;
}

input:focus, input.form-landing:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form-landing .input-text {
    width: 100%;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 8px;
}

.form-landing .input-text-domain {
    width: 100%;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 8px;
}

.form-landing select {
    width: 100%;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 8px;
    height: 34px;
}

.option {
    color: #000;
}

.form-landing label {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.form-landing-2 .input-text {
    width: 100%;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 8px;
}

.form-landing-2 label {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}


.boton {
    text-align: center;
    width: 100%;
    padding: 9px;
    padding-bottom: 20px;
}


.btnSubmit {
    background-color: #fe6e01;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    transition: .3s;
}

.btnSubmit:hover {
    background-color: #fff;
    color: #fe6e01;
    border: none;
    transition: .3s;
}

.btnDisable {
    background-color: #ed844f;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
    border: none;
    text-transform: uppercase;
}
/* #endregion CONTENIDO */



@media (max-width: 595.98px){

    body {
        margin: 0%;
        padding: 0%;
        height: 100%;
        overflow-x: hidden;
    }

    .banner {
        padding-bottom: 0px!important;
        padding: 0px!important;
    }

    .landing {
        margin-bottom: 0px;
    }

    .landing-content {
        padding: 10px;
        height: auto;
    }

    /* .form-landing-2 {
        top: 120px;
    } */

    .form-content {
        border-top: 1px solid #fff;
        padding: 0px 20px;
        width: 100%;
    }

    .header1 img {
        width: 100%!important;
    }

    .header2 img {
        width: 100%!important;
    }

    .content-landing {
        width: 100%;
    }

    .content-banner {
        padding-top: 30px;
    }
    .contenedor-form {
        padding: 15px 15px!important;
    }

    .form-landing {
        padding: 20px 20px;
    }

    .form-landing .input-text {
        width: 100%;
    }

    .form-landing label {
        font-size: 18px;
    }

    .title {
        line-height: 90%;
    }

    .title1 {
        font-size: 30px!important;
        line-height: 90%!important;
    }
    
    .title2 {
        font-size: 30px!important;
        line-height: 90%!important;
    }

    .title3 {
        line-height: 90%!important;
    }

    .publish img {
        width: 100%!important;
    }

    .btnSubmit {
        width: auto;
    }

    .modal-body {
        padding: 25px 20px;
    }

}

@media (max-width: 768.98px){

    body {
        background-size: 860px;
        margin: 0%;
        padding: 0%;
        height: 100%;
        overflow-x: hidden;
    }

    .landing {
        margin-bottom: 0px;
    }

    .banner {
        padding: 38px;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .landing-content {
        padding: 10px;
        height: auto;
    }

    .header1 {
        padding: 24px 45px!important;
    }

    .header2 {
        padding: 24px 45px!important;
    }

    .header2 img {
        width: 35%;
    }

    .publish {
        padding: 15px;
    }

    .publish img {
        width: 100%!important;
    }

    .form-content {
        padding: 0px 20px;
        width: 100%;
    }

    .content-landing {
        width: 100%;
    }

    .contenedor-form {
        padding: 45px 15px;
        /*height: 150vh;*/
    }

    .form-landing {
        padding: 20px 30px;
    }

    .form-landing .input-text {
        width: 100%;
    }

    .form-landing label {
        font-size: 18px;
    }

    .title1 {
        font-size: 40px;
    }
    
    .title2 {
        font-size: 40px;
    }

    .btnSubmit {
        width: auto;
    }

}

@media (max-width: 995.98px) {
    .banner {
        padding: 50px 25px
    }

    .title1 {
        font-size: 45px!important;
        line-height: 40px;
    }

    .title2 {
        font-size: 45px!important;
        line-height: 40px;
    }

    .publish {
        padding: 0px;
    }

    .publish img {
        width: 100%!important;
    }

    .contenedor-form {
        padding: 60px 25px!important;
    }
}

@media (max-width: 1024.98px) {

    .banner {
        padding: 30px;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .header2 {
        padding: 34px 45px;
    }

    .contenedor-form {
        padding: 45px 35px;
        /*height: 140vh!important;*/
    }

    .publish img {
        width: 100%!important;
    }

    .title1 {
        font-size: 55px;
        line-height: 50px;
    }

    .title2 {
        font-size: 55px;
        line-height: 50px;
    }
}

@media (max-width: 1212.98px) {
    .contenedor-form {
        padding: 60px 35px;
        /*height: 140vh!important;*/
    }

    .publish img {
        width: 100%!important;
    }

    .title1 {
        font-size: 55px;
        line-height: 50px;
    }

    .title2 {
        font-size: 55px;
        line-height: 50px;
    }
}

@media (max-width: 767px) and (min-width: 0px) {
    .banner img {
        width: 70%;
        padding: 30px 0px;
    }
}

@media (max-width: 998px) and (min-width: 768px) {
    .banner img {
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 999px) {
    .banner img {
        width: 100%;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .banner img {
        width: 100%;
    }
}

@media (max-width: 1440px) and (min-width: 1281px) {
    .banner img {
        width: 100%;
    }
}