﻿body {
    margin: inherit;
    min-width:1250px;
    background-image: url('./images/af0fa2317b7c9d85322c399337d5329a.jpg');
    background-repeat: no-repeat;
    background-position: center 78px;
    text-align: center;
    font-family: Calibri;
}

.head {
    background-color: #EEEEEE;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 75px;
    padding-top: 7px;
}
.head a {
    text-transform: uppercase;
    display: inline-block;
    color: rgba(146, 30, 47, 1);
    padding-right: 20px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.head a:hover{
    color:rgba(199, 41, 64, 1);
    text-decoration:underline;
}

.head p {
    text-transform: uppercase;
    color: rgba(199, 41, 64, 1);
    text-decoration: underline;
    display: inline-block;
    font-size: 18px;
    cursor:default;
}

img {
    vertical-align: middle;
}

.social {
    position: fixed;
    top: 25%;
    right: 0;
}

.intro {
    padding-top: 450px;
    color: #222222;
    font-size: 28px;
    width:100%;
}

.servicio {
    color: #333;
    width:100%;
}

.servicio span {
    font-size: 37px;
    font-style:italic;
}

.servicio p {
    font-size: 23px;
    text-align: left;
}

.footer {
    text-align: center;
    font-size: 17px;
    color: #5c1f1f;
    margin-top: -32px;
    background-color: #EEEEEE;
    transform: translateY(-1%);
    box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.2);
    background-image: url(g3d.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    height:100px;
    padding-top:25px;
}

    .footer span {
        font-size: 20px;
        line-height: 43px;
    }

.contacto {
    margin-top: 270px;
    background-color: ghostwhite;
    font-size:21px;
    text-align:left;
}

.contacto table{
    width:1000px;
}

.contacto img{
    width:60px;
}

.tel span{
    font-size: medium;
    display: block;
}