*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #5a2129;
}

.contenedor{
    width: 1000px;
    height: auto;
    margin: auto;
    border: 2px solid #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

header{
    width: 1000px;
    height: 218px;
    display: flex;
    background-color: #ff1616;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.cua1{
    width: 200px;
    height: 205px;
    margin-left: 5px;
    margin-top: 5px;
    background: #fff;
    border: 2px solid #000;
    border-top-left-radius: 30px;
    
}
.cua1 img{
    width: 95%;
    height: 84%;
    margin-left: 5px;
    border-top-left-radius: 30px;
}
.cua1 .cart1{
    width: 200px;
    height: 29px;
    background: #000;
}
.cua1 .cart1 h1{
    font-family: "Lato", serif;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}
.cua2{
    width: 500px;
    height: 205px;
    margin-left: 5px;
    margin-top: 5px;
    background: #fff;
    border: 2px solid #000;
}
.cua3{
    width: 278px;
    height: 205px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #fff;
    border: 2px solid #000;
    border-top-right-radius: 30px;
}
.cua3 .host1{
    width: 260px;
    height: 100px;
    background: #fff;
    margin-left: 3px;
    margin-top: 3px;
    border: 1px solid #000;
}
.cua3 .host1 h1{
    font-family: "Lato", serif;
    font-size: 14px;
    text-align: center;
    margin-bottom: 2px;
}
.cua3 .host1 img{
    border: 1px solid #000;
    margin-left: 10px;
    height: 75px;
    width: 240px;
}
.cua3 .tiempo1{
    width: 262px;
    height: 197px;
    background: #fff;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top-right-radius: 30px;

}
.cua3 .tiempo1 img{
    width: 97%;
    height: 97%;
    border: 2px solid #000;
    margin-left: 2px;
    margin-right: 2px;
    border-top-right-radius: 30px;
}
nav {
	width: 990px;
    height: 24px;
	max-width: 1000px;
	background:#000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.menu_bar {
	display: flex;
    float: right;
    margin-right: 10px;
    width: 30px;
    height: 24px;
}
.menu_bar span{
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    float: right;
    margin-right: 10px;
}
.menu_bar a{
    color: #000;
}
nav ul {
	overflow:hidden;
	list-style:none;
}
nav ul li {
	float:left;
}
nav ul li a {
	color:#fff;
	padding:4px;
	display:block;
	text-decoration:none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 800;
    font-style: bold;
}
nav ul li span {
	margin-right:7px;
}
nav ul li a:hover {
	background:#ff1616;
}
marquee{
    width: 990px;
    height: 24px;
    background-color: #ff1616;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    padding-top: 6px;
}
.conte{
    width: 990px;
    height: auto;
    margin: auto;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
.wrap2{
	width: 990px;
    height: auto;
    background-color: #ff1616;
	margin: 5px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tarjeta-wrap{
	margin: 4px;
	-webkit-perspective: 800;
	perspective: 800;
}
.tarjeta{
	width: 320px;
	height: 260px;
	background: #fff;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .7s ease;
	transition: .7s ease;
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
}
.adelante, .atras{
	width: 320px;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.atras{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
    text-align: center;
    font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-block-align: center;
	align-items: center;
    background-color: #fff;
}
.atras h4{
    color: #ff1616;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    float: left;
    margin-left: 6px;
    margin-top: 10px;
}
.atras p{
    text-align: justify;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    margin-bottom: 4px;
    margin-top: 6px;
}
.atras hr{
    width: 95%;
    color: #ff1616;
}
.tarjeta-wrap:hover .tarjeta{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.card1{
	background-image: url(img/i01.jpg);
	background-size: cover;
}

.card2{
	background-image: url(img/i02.jpg);
	background-size: cover;
}

.card3{
	background-image: url(img/i03.jpg);
	background-size: cover;
}
.card4{
	background-image: url(img/i04.jpg);
	background-size: cover;
}

.card5{
	background-image: url(img/i05.jpg);
	background-size: cover;
}

.card6{
	background-image: url(img/3.jpg);
	background-size: cover;
}
.card7{
	background-image: url(img/atuel18.jpg);
	background-size: cover;
}

.card8{
	background-image: url(img/2.jpg);
	background-size: cover;
}

.card9{
	background-image: url(img/3.jpg);
	background-size: cover;
}
.card10{
	background-image: url(img/atuel18.jpg);
	background-size: cover;
}

.card11{
	background-image: url(img/2.jpg);
	background-size: cover;
}

.card12{
	background-image: url(img/3.jpg);
	background-size: cover;
}
.sg{
    width: 90px;
    height: 20px;
    margin-top: 10px;
    margin-left: 900px;
    margin-bottom: 5px;
    background: #000;
}
.sg a{
    float: right;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-right: 12px;
    color: #fff;
}
hr{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ff1616;
    width: 980px;
    height: 3px;
    margin-bottom: 5px
}

/*:::::Pie de Pagina*/
footer{
    width: 990px;
    height: 200px;
    background-color: #0a141d;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
}
.pie1{
    width: 200px;
    height: 186px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0a141d;

}
.pie1 img{
    width: 80%;
    height: 80%;
    margin-left: 15px;
    margin-top: 15px;

}
.pie2{
    width: 320px;
    height: 170px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0a141d;
}
.pie2 h1{
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
}
.pie2 p{
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}
.pie3{
    width: 200px;
    height: 170px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0a141d;
}
.pie3 h1{
    font-family: "Lato", serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.pie3 .red-social {
    text-align: center;
    width: 140px;
    margin-top: 20px;
    margin-left: 35px;
}
.pie3 .red-social a{
    font-size: 22px;
    margin-right: 8px;
    color: #fff;
    text-decoration: none;
}
.pie3 p{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    text-align: justify;
    color: #fff;
    font-family: "Lato", serif;
    font-weight: 300;
    font-size: 14px;
}
.pie3 .red-social a:hover{
    color: aqua;
}
.pie4{
    width: 220px;
    height: 165px;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 5px;
    background: #0a141d;
    border: 2px solid #fff;
}
.pie4 h1{
    font-family: "Lato", serif;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.pie4 img{
    width: 80%;
    height: 70%;
    margin-left: 20px;
    margin-top: 10px;
}
.pie-de-pagina{
    width: 990px;
    height: 70px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: gray;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.pie-de-pagina p{
    font-family: "Lato", serif;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 15px;
}
