#ventanaContacto{
    position: fixed;
    display: none;
    z-index: 91;
}
#ventanaMensajeEnviado{
    display: none;
    z-index: 999999;
}
.ventana{
    background-color: rgba(0,0,0,.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    margin: 0 auto;
}
.btn-edit-part:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-edit-part:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-edit-part {
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 35px;
    width: 100%;
    min-width: 150px;
    transition: all .2s;
    position: relative;
    font-size: 20px;
    margin-top: 30px;
    font-family: 'Averta-Title' !important;
    cursor: pointer;
    background-color: #ffcc00;
    color: #232323;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    /*    transition: all 0.5s !important;
        opacity: 0 !important;*/
}

.btn-edit-part::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-edit-part::after {
    background-color: #ffcc00;
}

.btn-edit-part:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.btn-edit-part > span{
    font-size: 30px;
    padding-left: 10px;
}
.btn-edit-part:hover {
    color: #232323 !important;
}
.ventanaContenido{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.tituloServicio{    
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.tituloServicio > p{
    color: #fff;
    font-size: 60px !important;
    padding-bottom: 40px;
}
.separador{
    z-index: 10;
    width: 100%;
    display: flex;
    text-align: center;
    font-family: 'Averta-Title' !important;
    justify-content: space-between;
    color: #232323;
}
.cerrar{
    z-index: 91;
    position: absolute;
    top: -15px;
    right: -15px;
    text-align: right;
    display: flex;
    align-items: center;
}
.cerrar a{
    align-self: flex-start;
    text-decoration: none;
    color:#232323;
}
.cerrar a span{
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.49);
    box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.49);
    background-color: #fc0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    transition: .4s;
    color:#232323;
    font-weight: bold;
}
.cerrar a span:hover{
    background-color: #ff0000;
    color:#fff;
}
.bgVentanaContacto{
    position: relative; 
    display: none;
    flex-flow: row wrap;
    justify-content: space-between;
    width: auto;
    height: auto;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 15px black;
    transition: .5s;
}
#contenedorDescripTA{
    width: 800px;
}
#contenedorPresupuesto{
    width: 450px;
}
#TAContactoDescrip{
    position: relative;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/website/young.png);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}
#TAContactoDescrip p{
    z-index: 10;
    color: #fff;
    font-size: 20px;
}
#fondoContacto{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-color: rgba(24, 44, 61,.7);
}
#TAContactoDescrip p b{
    z-index: 10;
    color: #fff;
    font-size: 20px;
}
#datosTA{
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 10;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding-top: 40px; 
}
#datosTA p{
    font-size: 20px;
    color: #ffffff;
}
#datosTA p span{
    padding-right: 15px;
    font-size: 20px;
    color: #ffffff;
}
#datosTA p a{
    text-decoration: none;
    padding-right: 15px;
    font-size: 20px;
    color: #ffffff;
}
.datosLocal{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 40px 0;
}
.datosLocal p span{
    color: #fc0;
    font-size: 20px;
}
.bgVentanaContacto .separador{
    z-index: 2;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
}
.bgVentanaContacto .separador > h2{
    width: 100%;
    text-align: center;
    font-family: 'Averta-Title';
}
.bgVentanaContacto .cajaVentana {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    align-self: flex-start;
    flex-flow: column nowrap;
    align-items: flex-start;
    transition: .5s;
}
.cajaVentana .marcoInput{
    position: relative;
    width: 100%;
}
.cajaVentana input[type="text"]{
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    padding: 14px 20px;
    font-size: 14px;
    height: 49px !important;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: .3s;
    flex: auto;
}
#cke_mensajeContacto{
    width: 100%;
    margin: 5px 0px;
}
.cajaVentana textarea{
    width: 100%;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    padding: 14px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    margin-bottom: 5px;
    margin-top: 5px;
    resize: none;
    box-sizing: border-box;
}
.father-textarea{
    position: relative;
}
.character-counter, .character-counter-event{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    color: #333;
    user-select: none;
}
.cajaVentana input[type="text"]:focus, .cajaVentana textarea:focus{
    border: 1px solid #2b2f5a;
    outline: 0 none;
}
.bgVentanaContacto .cajaVentana button{
    font-weight: bold;
    padding: 10px 25px;
    width: 100%;
    cursor: pointer;
    align-self: center;
    background-color: #fc0;
    font-size: 20px;
    margin: 20px 0;
    border: none;
}
.bgVentanaContacto .cajaVentana button:hover{
    color: #fc0;
    box-shadow: inset 0 0 0 3px #fc0;
    transition: .3s;
}

.burbuja{
    z-index: 85;
    display: flex;
    justify-content: flex-end;
}
.span p{
    color:#ffffff;
}
.span{
    z-index: 85;
    box-sizing: border-box;
    color:#ffffff;
    padding: 8px;
    max-width: 200px;
    background-color: #e94a4a;
    position: absolute;
    left: 180px;
    bottom: 60px;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.49);
    box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.49);
}
.span:after{
    content: "";
    position: absolute;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #e94a4a;
    left: 20px;
    margin-bottom: -35px;
    width: 0;
    height: 0;
}
.burbujaPolo{
    z-index: 85;
    display: flex;
    justify-content: flex-end;
}
.spanPoloC{
    animation-name: flipInX;
    animation-duration: .3s;
    z-index: 85;
    box-sizing: border-box;
    color:#ffffff;
    padding: 15px;
    width: 250px;
    background-color: #330033;
    border-left: 10px solid red;
    position: fixed;
    right: 100px;
    bottom: 100px;
    box-shadow: -2px 5px 10px rgba(0,0,0,.6);
}
.spanPoloL{
    animation-name: flipInX;
    animation-duration: 1s;
    z-index: 85;
    box-sizing: border-box;
    color:#ffffff;
    padding: 15px;
    width: 250px;
    background-color: #330033;
    border-right: 10px solid red;
    position: fixed;
    left: 100px;
    bottom: 100px;
    box-shadow: -2px 5px 10px rgba(0,0,0,.6);
}
.bgVentanaMensajeEnviado{
    display: none;
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    height: auto;
    box-sizing: border-box;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px black;
    overflow-y: auto;
    transition: .5s;

}
.bgVentanaMensajeEnviado .cajaVentana{
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

#mensaje1, #mensaje2, #mensaje21, #mensaje3, #mensaje4{
    display:none;
}
.input-form{
    width: 100%;
    position: relative !important;
    display: flex;
    flex-flow: column nowrap;
    transition: .3s ease all;
}
.input-form > label{
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.alert-input-contact{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    opacity: 0;
    top: calc(100% - 10px);
    color: #e74c3c;
    font-size: 14px;
    margin-bottom: 5px;
    transition: .3s ease all;
}
.alert-input-contact > span{
    padding-right: 6px;
}
.placeholder-color::-webkit-input-placeholder {
    color: #e74c3c;
}
.placeholder-color::placeholder {
    color: #e74c3c !important;
}
/*//////////////////////MOVILES//////////////////////*/

@media screen and (max-width:1550px){
    .span{
        bottom: 40px;
    }
    #cke_mensajeContacto{
        height: 160px;
        max-height: 160px;
        min-height: 160px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #cke_1_contents{
        height: 118px;
        max-height: 118px;
        min-height: 118px;
    }
    .cajaVentana{
        padding: 40px 20px;
    }
    .cajaVentana input[type="text"]{
        padding: 5px 20px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .bgVentanaContacto .cajaVentana button{
        padding: 5px;
        margin: 10px 0;
    }
    #contenedorDescripTA{
        width: 450px;
    }
    #contenedorPresupuesto{
        width: 500px;
    }
}
@media screen and (max-width:1366px){
    .tituloServicio > p{
        font-size: 40px !important;
        padding-bottom: 20px;
    }
    .infoTAcontac > b{        
        font-size: 15px !important;
    }
    .infoTAcontac{        
        font-size: 15px !important;
    }
    #datosTA{
        bottom: 20px;
        left: 20px;
    }
    #datosTA p a{
        font-size: 16px;
    } 
}
@media screen and (max-width:980px){

    .tituloServicio > p{
        font-size: 35px;
        margin-bottom: 20px;
    }

    #contenedorDescripTA{
        width: 100%;
    }
    #contenedorPresupuesto{
        width: 100%;
    }
    #TAContactoDescrip{
        order: 1;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    #TAContactoDescrip .infoTAcontac{
        display: none;
    }
    #datosTA{
        bottom: 20px;
        left: 20px;
    }
    #datosTA p a{
        font-size: 15px;
    }
    .bgVentana, .bgVentanaContacto{
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
    }
    .bgVentanaContacto{ 
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .bgVentanaContacto .cajaVentana{
        order: 2;
        padding: 60px 20px;
        width: 100%;
        overflow-y: auto;
    }
    .bgVentanaMensajeEnviado{
        max-height: none;
        height: 100%;
        overflow-y: auto;
    }
    .bgVentanaMensajeEnviado .cajaVentana{
        padding: 20px 40px;
        overflow-y: auto;
    }
    #mensaje{
        margin: 0px;
    }
    #nombre, #correo{
        margin-bottom: 5px;
    }
    .bgVentanaContacto .cajaVentana button{
        padding: 5px;
        margin: 20px 0px 0px 0px;
    }
    .cajaVentana{
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .cerrar{
        top: 15px;
        right: 15px;
    }
       
    #cke_mensajeContacto{
        height: 100% !important;
        max-height: 260px !important;
        min-height: 160px !important;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    #cke_1_contents{
        height: 100% !important;
        max-height: 220px !important;
        min-height: 120px !important;
    }
    
    .cajaVentana input[type="text"]{
        padding: 5px 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .separador > h2{
        font-size: 22px;
    }
}
