

@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Regular.woff') format('woff'),
		url('../fonts/MyriadPro-Regular.ttf')  format('truetype'),
		url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}

@font-face {
font-family: 'Myriad Pro Light';
src: local('Myriad Pro Light'), url('MyriadPro-Light.woff') format('woff');
}

body{
    margin: 0;
    padding: 0;
    background-image: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Myriad Pro Light';
}

.logo{
    width: 100%;
    text-align: center;
    margin-top: -54px;
}
#logo{
    width: 90%;
    max-width: 343px;
}

.correo{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 160px;
}
#correo{
    width: 90%;
    max-width: 250px;
}

.construccion{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#construccion{
    width: 90%;
    max-width: 306px;
}

.redes{
    display: flex;
    justify-content: center;
}

.barrar{
    width: 100%;
    display: flex;
    justify-content: center;
}
.barraa{
    width: 40%;
    margin: 0 auto;
    height: 10px;
    border-radius: 10px;
    background-color: #FEB113;
    margin-top: -25px;
    margin-bottom: 15px;
}

.contactos{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-image: url(../img/barra.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
}
.dirección{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.celular{
    display: flex;
     align-items: center;
    margin-right: 20px;
}
.telefono{
    display: flex;
     align-items: center;
    margin-right: 10px;
}
.telefono1{
    display: flex;
     align-items: center;
    margin-right: 20px;
}
.insta{
    display: flex;
     align-items: center;
    margin-right: 20px;
}
.faceb{
    display: flex;
     align-items: center;
}
.raya{
    margin-right: 20px;
}
.ico{
    margin-right: 5px;
}
#ico{
    width: 30px;
}
.ico2{
    margin-right: 5px;
}
#ico2{
    width: 30px;
    display: none;
}

.contact-form{
    width: 20%;
    margin: 0 auto;
}
.formu{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.colum input{
    margin-bottom: 10px;
    width: 100%;
    border: 2px solid #A63336;
    padding-left: 10px;
    padding-top: 5px;
    color: #FEB113;
    border-radius: 20px;
}
.columtx textarea{
    width: 100%;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    border: 2px solid #A63336;
    padding-left: 10px;
    padding-top: 5px;
    border-radius: 20px;
}
.btnsend{
    background: #A63336;
    color: #FFF;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    font-weight: bold;
    border-radius: 20px;
}
.btnsend:hover{
    background: #FFF;
    color: #A63336;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    font-weight: bold;
    border-radius: 20px;
}


@media screen and (max-width:1367px){}


@media screen and (max-width:1024px){
    
 body{
    margin: 0;
    padding: 0;
    background-image: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Myriad Pro Light';
}

.logo{
    width: 100%;
    text-align: center;
    margin-top: -54px;
}
#logo{
    width: 90%;
    max-width: 343px;
}

.correo{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 160px;
}
#correo{
    width: 90%;
    max-width: 250px;
}

.construccion{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#construccion{
    width: 90%;
    max-width: 306px;
}

.redes{
    display: flex;
    justify-content: center;
}

.barrar{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.barraa{
    width: 40%;
    margin: 0 auto;
    height: 10px;
    border-radius: 10px;
    background-color: #FEB113;
    margin-top: -25px;
    margin-bottom: 15px;
}

.contactos{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-image: url(../img/barra.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
}
.dirección{
    display: flex;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 10px;
}
.celular{
    display: flex;
     align-items: center;
    margin-right: 20px;
    margin-bottom: 10px;
}
.telefono{
    display: flex;
     align-items: center;
    margin-right: 0px;
    margin-bottom: 10px;
}
.telefono1{
    display: flex;
     align-items: center;
    margin-right: 0px;
    margin-bottom: 10px;
}
.insta{
    display: flex;
     align-items: center;
    margin-right: 0px;
    margin-bottom: 10px;
}
.faceb{
    display: flex;
     align-items: center;
}
.raya{
    margin-right: 0px;
    display: none;
}
.ico{
    margin-right: 5px;
}
#ico{
    width: 30px;
}

    .ico2{
    margin-right: 5px;
}
#ico2{
    width: 30px;
    display: block;
}
    
.contact-form{
    width: 70%;
    margin: 0 auto;
}
.formu{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.colum input{
    margin-bottom: 10px;
    width: 100%;
    border-top: none;
    border-bottom-color: #A63336;
    border-left: none;
    border-right-color: #A63336;
    padding-left: 10px;
    padding-top: 5px;
    color: #FEB113;
}
.columtx textarea{
    width: 100%;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    border-top: none;
    border-bottom-color: #A63336;
    border-left: none;
    border-right-color: #A63336;
    padding-left: 10px;
    padding-top: 5px;
}
.btnsend{
    background: #A63336;
    color: #FEB113;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    font-weight: bold;
}
.btnsend:hover{
    background: #FEB113;
    color: #A63336;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    font-weight: bold;
}
    
}