﻿body > section {
    width: 100%;
    height: 100%;
}
img {
    width:100%;
    height:100%;
    opacity:.3
}
body > section > section {
    font-family: Arial;
    position: absolute;
    top: 200px;
    right: 50px;
    font-size: 36pt;
    font-weight: bold;
        /*text-shadow:2px 2px 1px white;*/
}
body > section > section > section {
    font-size: 14pt;
    /*background-color: rgba(255,255,255,.6);*/
    padding: 10px 10px;
    border-radius: 10px 10px;
}
h1{
    font-size:24pt;
}
.contactos{
    display:grid;
    grid-template-columns:min-content auto;
    grid-column-gap:10px;
    /*font-size:14pt;*/ 
}
.contactos section:nth-child(2n+1){
    font-weight:bold;
}
.contactos section:nth-child(2n) {
    font-style:italic;
}