.conte_formulario{
    width: 100%;
    display: table;
}
.conte1{ 
    text-align: center;
    width: 100%;
    display: table;
    float:left; 
}
.conte1 img{
    width: 60%;
}
.conte2{ 
    width: 100%;
    display: table;
    float:left; 
    padding: 10px;
    text-align: center;
}
.conte2 img{
    width: 60px;
}
.conte3{
    width: 100%;
    display: table;
    background:yellow;
    height: auto;
    padding: 20px;
    }
.titulo_c3{
    text-align: center;
    width: 100%;
    display: table;
    padding: 15px;
    color:#F5821F;
    font-size: 24px;
    font-weight: bold;
}
.chica_c3{
    width: 50%;
    display: table;
    padding-top: 5px;
    float: left;
}
.chica_c3 img{
    width: 100%;
}
.formulario_c3{
    width: 50%;
    padding: 10px;
    padding-top: 20px;
    margin-bottom: 0px;
    display: table;
    float: left;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
}
.t_p{
    width: 100%;
    margin: 0px;
    padding: 8px;
    color:#999;
    font-size: 17px;
    margin-bottom: 10px;
  border: 1px solid #d9d9d9;
    border-radius: 10px;
}
.conte3 .boton {
    text-align: center;
    width: 100%; 
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    display: table;
    background: #EC353B;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 16px;
    letter-spacing: 1px; 
    transition:  0.3s ease;

    
    
}
.conte3 .boton:hover{
        transform: translateY(-3px) ;
        background-color: #9D2327; 
        box-shadow:0 4px 8px rgba(0, 0, 0, 0.12);
        transition:  0.3s ease;

    }
 .mensaje_p{  
    display: table;
    text-align: center;
    width: 100%;
    font-size: 32px;
    padding: 20px;
    color: blue;
}
@media(min-width:1024px){
    .cabeza_carro{
        width: 100%;
        display: table;
    }
    .conte1{
        width: 40%;
        float: left;
        transform:translateY(3px);
        transition: 0.3s ease;
    }

    .conte1:hover{
         transform:translateY(-3px);
        transition: 0.3s ease;
    }
    .conte1 img{
        width: 70%;
        float: right;
        vertical-align: middle;
        padding-top: 30px;
    }
    .conte2{
        width: 7%;
        display: table;
        float: left;
        padding-top: 130px;
        position: relative;
        
    }
    .conte2 img{
        width:120px;
        position: absolute;
        left: -15px;
    }
.conte3{
    width: 42%;
    display: table;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-top: 0px
    }
.chica_c3{
    width: 40%;
    height: 318px;
    float: left;
    position: relative;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
.chica_c3 img{
    width: 100%;
    bottom: 1px;

}
.formulario_c3{
        width: 60%;
    
 }
.mensaje_p{  
    display: table;
    width: 100%;
    font-size: 32px;
    padding: 20px;
    color: blue;
}
}