.contenedor {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
     
}

h1{
    position: absolute;
width: 601px;
height: 25px;
left: 140px;
top: 186px;

font-family: 'Century';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 38px;

color: #000000;
}
p{

 position: absolute;
width: 601px;
height: 44px;
left: -38px;
top: 240px;

font-family: 'Century';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
text-align: center;

color: #000000;
}

form{
    display: flex;
    box-sizing: border-box;
    position: absolute;
    width: 320px;
    height: 550px;
    left: 950px;
    top: 112px;
    
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 46px;

    flex-flow: column;
    padding: 10px;
    justify-content: center;

}
 input, textarea {
    border: none;
    resize: none;
    outline: none;
    padding: 15px;
    width: 80%;
    margin: 10px;
    transition: all 300ms;
    border-bottom: 2px solid;
    border-bottom-color: #838181;

 }

 input:focus, textarea:focus {
    border-bottom-color:  rgb(25, 4, 118);
 }
button {
    margin: auto;
    width: 45%;
    border: none;
    outline: none;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(0,0,0, 0.1);
    border-radius: 10px;
    color: #3c4264;
    cursor: pointer;
    transition: all 300ms;
}

button:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 5px rgba(0,0,0, 0.5);
}


h3 {
    font-family: 'Century';
    font-size: normal;
    text-align: center;
}



.logo {
    background: #FFFFFF;
    width: 80px;
    height: 178px;
    

    position: absolute;
    left: 1447px;
    top: 5px;
}

img{
    width: 100%;
}

.fondo {
    position: absolute;
    width: 885px;
    height: 668px;
    left: 0px;
    top: -7px;

    background: url(../imagenes/Img_cnt_1.png);

    
}
.telefono {
    position: absolute;
    width: 21px;
    left: 63px;
    top: 684px;

}
    
.mail {
    position: absolute;
    width: 21px;
    left: 267px;
    top: 685px;
}  

.numerotel {
    position: absolute;
width: 122px;
height: 19px;
left: 99px;
top: 671px;

font-family: 'Century';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;

color: #000000;
}

.correo {
    position: absolute;
width: 421px;
height: 48px;
left: 240px;
top: 671px;

font-family: 'Century';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;

color: #000000;

}

@media screen and (max-width: 450px) {




    .fondo {display: none;}

    .logo { 
        background: #FFFFFF;
        width: 25%;
       
        position: absolute;
        left: 5px;
        top: 5px;
       
       
}

form{
    display: flex;
    box-sizing: border-box;
    position: absolute;
    width: 70%;
    height: 70%;
    left: 15%;
    top: 50%;
    
    
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 46px;

    flex-flow: column;
    padding: 10px;
    justify-content: center;
}

.telefono {
    position: absolute;
    width: 21px;
    left: 20px;
    top: 127%;
    

}
    
.mail {
   display: none;
}  

.numerotel {
position: absolute;
width: 122px;
height: 19px;
left: 60px;
top: 125%;
margin: 10px;

}

.correo {
display: none;
}

h1{
    position: absolute;
width: 70%;
left: 145px;
top: 13%;

font-size: 28px ;

}
p{

position: absolute;
width: 80%;
left: 20px;
top: 35%;

font-size: 20px;

}

}

@media screen and (max-height: 600px) {

  .logo { 
        background: #FFFFFF;
        width: 15%;
       
        position: absolute;
        left: 5px;
        top: 5px;
  
}
