.text-center{
	text-align: center;
}


.texto{
	margin: 150px 0px 20px 200px;
}



.font-quienes{
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.font{
    font-family: 'Open Sans', sans-serif;
    text-align: center;

}

.font-1{
    font-family: 'Open Sans', sans-serif;
    
}

.text-left{
    text-align:left;    
    
}


.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.redes{  
  display:inline-block;
  color:black;
}

.img-responsive-banner{
    display: block;
    max-width: 200px;
    height: auto;
}


.bg-inspiracion{
    background-image: url(../images/bg/background-2.jpg);
    background-size: cover;
    width: 100%;
        height: 500px;
}
.bg-sobremi {
    background-image: url(../images/bg/background-4.jpg);
    background-size: cover;
    width: 100%;
}
.bg-contacto{
    background-image: url(../images/bg/background-3.jpg);
    

}

.logo-responsive{
    width: 50px;
}


.color-font{
    color: #3a8bd0;
}
.img-left{
    margin: 40px 80px 20px 0px;
}

.modal-image {
    width: 100%;
    height: 50px;
}
.img-right {
    padding: 80px 0px 20px 0px;
}

.logo {
    width: 120px;
    
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo-peque {
    width: 50px;
    
   
}

.logo-quienes {
    width: 150px;
    
}


.img-columna {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    
}

.titulo{
    margin-bottom: 0px;
}

.img-col-6 {
    display: block;
    max-width: 500px;
    height: auto;
    padding: 40px 0px 0px 0px;
}


.sobre-mi {
    display: block;
    max-width: 500px;
    height: auto;
    text-align: justify;
    padding: 150px 0px 20px 180px;
}

.dorado{
   
}

.mg-container{
   width:100%;
}

.quienes {
   
    padding: 100px 100px 100px 100px;
}


.mg-top-bot{
    margin: 10px 0px 10px 0px;
}

.font-size{
    font-size:20px;

}

.ancho{
    width: 500px;
    margin-left: 30px;
}

.button3 {
    
    background-color:#a0831c; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.portafolio{
    margin-top: 10px;
    margin-bottom: 10px;
}

.a{
       padding: 5px 50px 30px 650px;
}

.margin-top{
    margin-top:-20px;
}

.mapa{
    margin:20px 0px 80px 0px;
    background-size: cover;

}

.bg-plomo{
    background:#f3f3f3;
}

.datos{
    padding-top: 50px;
    padding-bottom: 50px;
}

.textof{
    color:#300;
}

.dates{
    text-align:center;
}

.footer_info {
    background-color: #337ab7;
    color: #FFF;
    padding: 10px 0px;
}

@media screen and (max-width: 360px){
        
.quienes {
   
    padding: 40px 0px 50px 0px;
}

    .img-col-6 {
    display: block;
    max-width: 500px;
    height: auto;
    padding: 40px 0px 0px 0px;
    margin: 0px 0px 0px 120px;
    }

    .sobre-mi{
     display: block;
    max-width: 500px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 50px;
    }   


    .img-right {
    padding: 0px 80px 0px 80px;
    margin: 30px 0px 0px 0px;
    }




}









/* FORMULARIO =================================== */

.form_wrap{
    width: 1050px;
    height: 530px;
    margin: 50px auto;
    display: flex;

    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* Informacion de Contacto*/

.cantact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #4091EC;
    opacity: 0.9;
}

.cantact_info{
    width: 38%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url('../fondo.jpg');
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title{
    margin-bottom: 60px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h2{
    font-size: 35px;
    text-align: center;
}

.info_items p{
    display: flex;
    align-items: center;

    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_items p:nth-child(1) span{
    font-size: 30px;
    margin-right: 10px;
}

.info_items p:nth-child(2) span{
    font-size: 50px;
    margin-right: 15px;
    margin-left: 4px;
}


/* Formulario de contacto*/
form.form_contact{
    width: 62%;
    padding: 30px 40px;
}

form.form_contact h2{
    font-size: 25px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 30px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 600;
}

form.form_contact input,
form.form_contact textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: 'Open sans';
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="submit"]{
    width: 180px;
    background: #4091EC;
    padding: 10px;
    border: none;
    border-radius: 25px;

    align-self: flex-end;

    color: #fff;
    font-family: 'Open sans';
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

form.form_contact input[type="submit"]:hover{
    background: #3371B6;
}

/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 20px;
    font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #C5C5C5;
    margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
    padding: 3px 10px;
    margin-top: 10px;

    background: #E25151;
    color: #fff;
    border: 2px solid #B14141;
    cursor: pointer;

    float: right;
}

/* MENSAJE EXITOSO*/

.mensaje-exito{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mensaje-exito h1{
    font-size: 35px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.mensaje-exito a{
    display: block;
    padding: 10px 30px;
    background: #4091EC;
    text-decoration: none;
    color: #fff;
}

.mensaje-exito a:hover{
    background: #3371B6;
}