 body{
    /* background: url("../imgs/fondo.jpg") no-repeat center center fixed;   */
        background-image: url("../imgs/fondo.jpeg") ;  
        background-repeat: no-repeat;
        background-position:  center center;
        background-attachment:  fixed;
        background-size: cover;
        font-family: 'Nanum Gothic Coding', monospace; 
        color: white;
        margin: 0;
        padding:0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nanum Gothic Coding', monospace; 
    color: white;
}
h1{
    line-height: 100%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: uppercase; 
  /* text-decoration: underline; */
}
h2{
    line-height: 100%;
    font-size: 20px;
    font-weight: normal;
}
a{
    color: white;
    text-decoration: underline;
}
ol, ul{
    margin:0;
    padding:0;
   /* list-style: none; */
}
figure{
    margin:0;
    
}
.form{
    /*
    border-top: 10px solid red;
    border-right: 10px solid green;
    border-left: 10px solid yellow;
    border-bottom: 10px solid orange;
    border-color: #1b2127;
    border-width: 5px;
    border-style: solid;
    */
    border: 1px solid gray;
    border-radius: 10px;
    /*border-top-left-radius: 50px;*/
    background-image: url('../imgs/diplomado-Software.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin: auto;
    width: 70%;
  /*  padding: 00px; */
}

#button {
 padding: 0;
 }
 #button li {
 display: inline;
 float: right;
 }
 #button li a {
 font-size: 11px;
 text-decoration: none;
 float: left;
 padding: 8px;
 background-color: #2175bc;
 color: #fff;
 }
 #button li a:hover {
 background-color: #2586d7;
 margin-top: -1;
 padding-bottom: 11px;
 }

.menu{
    margin:auto;
    padding: 10px;
}
._header{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
._footer{
    background-color:  #2175bc;
    color: white;
    display: flex; 
    padding: 5px;
    align-items: center;
    justify-content: space-between;
}
._footer img{
    vertical-align: middle;
}
._footer p{
    font-size: 10px;
}
 .principal{
     padding: 10px;
    /* margin: auto;
       border-style: solid;*/
     
 }
.flexbox{
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap; /*nowrap*/
    justify-content: space-around; /*espaciado entre cajas*/
   /* align-items:center;*/
   
}

.box{
    width:150px;
    height:150px;
    border: 1px solid black;   
    flex-shrink: 0-1;
    margin: 5px; 
   /* background-color;*/
    padding: 0px;
    text-align: center;
    /*
    background-image: url('../imgs/fondoForma.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    */
}
.box-title{
    font-size: 16px;
    margin-top:0;
    margin-bottom:0;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.box a{
    font-size: 14px;
    color: black;
    display: flex;
    text-decoration:none;
    padding:8px;
    justify-content: center;
   /* background-color: #2586d7; */
}
#elements{
    float:right;
    font-size: 14px;
    display: block;
}

div{
    padding:0;
}

.contact{
    background-color: #2175bc;
    color:white;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.social{
    
}

.social-link{
    width: 50px;
    height: 50px;    
    display:inline-block;
    background-size:50px 50px;
    margin: 0 10px;
   /* object-fit: cover;  */
}

.social-link.oficial{
    background-image: url('../imgs/logo.png');
}
.social-link.catalogo{
    background-image: url('../imgs/PerfumerIan.jpg');
}



.form-email input{
    background-image : url('../imgs/envelope.svg');
    background-size  : 15px 15px;
    padding:5px 20px 5px 25px;
    border-radius: 5px;
    border-style: solid;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
}

.form-email button{
    display: block;
    background: transparent;
    color: white;
    padding:5px 0;
    border-radius: 5px;
    width:100px;
    margin: 10px 0;
    margin-top: 10px;
}

.contact{
    /*display: flex;*/
    align-items: center ;
    justify-content: center;
}

small{
    color: white;
}

#hero{
    display: flex;
    padding: 10px;
    /*border: 1px solid white; */
    flex-shrink: 0-1;
    flex-wrap: wrap;
    justify-content: space-around;
}

#hero-left{
    height: 500px;
    width: 500px;
    border: inherit;
}

#hero-right{
    height: 400px;
    width: 400px;
    border: inherit; 
    background-image: url('../imgs/mysql.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}


#section{
    display: flex;
    padding: 10px;
   /* border: 1px solid white;  */
    flex-shrink: 0-1;
    flex-wrap: wrap;
    justify-content: space-around;
}

#section-left{
    height: 300px;
    width: 400px;
    border: inherit;
}

#section-right{
    height: 300px;
    width: 400px;
    border: inherit; 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;  
    justify-content: space-around;
    align-items: center;
    
}


#contacto{
    height: 300px;
    width: 400px;
    border: inherit; 
    flex-direction: column;
    flex-wrap: wrap;  
    align-items: center;
    text-align: center;
    display: contents;
    }

