@charset "UTF-8";
/* CSS Document */

html, 
html * {
	margin: 0;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #BE1622;
}

header {
	padding: 66px;
	background-color: #BE1622;
    text-align: center;
    margin-top: 60px;
}

footer {
	padding: 30px;
	background-color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h1 {
    font-weight: 300;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-family: 'Playfair Display', serif;
}
h2 {
    font-weight: normal;
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
}
h3 {
    font-weight: normal;
    font-size: 22px;
    color: #333;
    text-decoration: none;
}

.style-icon {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 33px;
	height: 33px;
    
}

.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.col {
	width: 100%;
}
.col-centro {
	width: 100%;
    text-align: center;
}

.col-general {
    padding: 10px;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
}

.col-tit-parrafo {
    width: 99%;
    margin: 10px 0px 0px 0px;
    padding: 12px;
    background-color: #FFF;
    font-weight: 400;
    font-size: 33px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-family: 'Playfair Display', serif;
}
.col-parrafo {
    width: 99%;
    margin: 0px 6px 10px 6px;
    padding: 12px;
    background-color: #FFF;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 25px;
    font-family: 'Cinzel', serif;
    font-family: 'Playfair Display', serif;
}

.slogan {
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 15px;
    color: #EEE;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    
    letter-spacing: 2px;
    text-align: center;
}


@media (max-width: 768px) {
   
   
}

/*Tablet View*/

@media (min-width: 768px){
    
    body {
		max-width: 100%;
	}
    
    h1 {
        font-weight: 400;
        font-style: normal;
        font-size: 51px;
        color: #FFF;
        text-decoration: none;
        font-family: 'Cinzel', serif;
        font-family: 'Playfair Display', serif;
    }
    h2 {
        font-weight: normal;
        font-size: 33px;
        color: #FFF;
        text-decoration: none;
    }
    h3 {
        font-weight: normal;
        font-size: 24px;
        color: #333;
        text-decoration: none;
    }
    
    .col {
		float: left;
	}
   
    .col-50 {
		width: 50%;
    }
    
    
    .col-tit-parrafo {
        width: 95%;
        margin: 44px 0px 10px 0px;
        padding: 12px;
        font-weight: 400;
        font-size: 44px;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-family: 'Cinzel', serif;
        font-family: 'Playfair Display', serif;
    }
    .col-parrafo {
        width: 95%;
        margin: 22px 6px 10px 6px;
        padding: 12px;
        font-weight: 400;
        font-size: 19px;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 33px;
        font-family: 'Cinzel', serif;
        font-family: 'Playfair Display', serif;
    }
    
    .slogan {
        margin: 0px 0px 0px 0px;
        font-weight: 400;
        font-size: 22px;
        color: #EEE;
        text-decoration: none;
        font-family: 'Cinzel', serif;
        font-family: 'Playfair Display', serif;
        letter-spacing: 6px;
        text-align: center;
    }
    
}



/*Desktop View*/

@media (min-width: 1024px){
 
    
    
}

