*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #000;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
.contenedor{
    width: 1100px;
    height: auto;
    margin: auto;
    border: 2px solid #FFD700;
    margin-top: 10px;
    margin-bottom: 10px;
}
header{
    width: 1090px;
    height: 220px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: orange;
    display: flex;
}
.caja1{
    width: 200px;
    background-color: #000;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.caja1 img{
    width: 159px;
    height: 165px;
    padding-top: 5px;
    margin-left: 20px;
}
.cartel{
    width: 200px;
    height: 36px;
    background-color: #ff1616;
}
.cartel h1{
    font-size: 30px;
    text-decoration: none;
    padding: 1px;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: 100;
}
.caja2{
    width: 669px;
    height: 210px;
    background-color: #FFF;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.caja2 img{
    width: 100%;
    height: 100%;
}
.caja3{
    width: 200px;
    height: 210px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.caja3 h1{
    text-align: center;
    color: #ff1616;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: 100;
}
.caja3 img{
    width: 191px;
    height: 187px;
    margin-left: 5px;
}
nav {
	width: 1089px;
    height: 22px;
	max-width: 1100px;
	background:#000;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #D4AF37;
}
.menu_bar {
	display: flex;
    float: right;
    margin-right: 2px;
    width: 30px;
    height: 26px;
    color: #D4AF37;
}
.menu_bar span{
    text-decoration: none;
    font-size: 20px;
    color: #D4AF37;
    float: right;
    margin-right: 10px;
    margin-top: 1px;
}
.menu_bar a{
    color: #000;
}
nav ul {
	overflow:hidden;
	list-style:none;
}
nav ul li {
	float:left;
}
nav ul li a {
	color:#D4AF37;
	padding:2px;
	display:block;
	text-decoration:none;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-left: 14px;
    font-weight: 800;
    font-style: bold;
}
nav ul li span {
	margin-right:5px;
    margin-left: 1px;
}
nav ul li a:hover {
	background:#fff;
}
.conte{
    width: 1089px;
    height: auto;
    margin: auto;
    background: orange;
    margin-left: 5px;
    margin-right: 5px;
}
.wrap2{
	width: 1089px;
    height: auto;
    background-color: orange;
	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: 354px;
	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: 354px;
	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: #000;
    border: 2px solid #D4AF37;
}
.atras h4{
    color: #D4AF37;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    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: #D4AF37;
    margin-bottom: 4px;
    margin-top: 6px;
}
.atras hr{
    width: 95%;
    height: 1px;
    color: #D4AF37;
}
.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: 22px;
    margin-top: 10px;
    margin-left: 1000px;
    margin-bottom: 5px;
    background: #fff;
}
.sg a{
    float: right;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-right: 12px;
    color: #ff1616;
    font-weight: bold;
}
hr{
    margin-top: 5px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFD700;
    width: 1050px;
    height: 2px;
    margin-bottom: 5px
}
/*:::::Pie de Pagina*/
footer{
    width: 1090px;
    height: 190px;
    background-color: #000;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    margin-top: 5px;
}
.pie1{
    width: 200px;
    height: 180px;
    background-color: #0a141d;
    margin-left: 5px;
    margin-top: 5px;
}
.pie1 img{
    width: 200px;
    height: 180px;
    background-color: #fff;
}
.pie2{
    width: 300px;
    height: 179px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #000;
    border-left: 1px solid #efb810;
}
.pie2 h1{
    text-align: center;
    color: #efb810;
    font-size: 16px;
    margin-top: 5px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}
.pie2 h2{
    color: #efb810;
    font-size: 20px;
    margin-top: 12px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
    margin-left: 10px;
    text-align: center;
}
.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: #efb810;
    font-size: 14px;
    height: 50px;
}
.pie3{
    width: 298px;
    height: 179px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #000;
    border-left: 1px solid #efb810;
}
.pie3 h1{
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 16px;
    color: #efb810;
    text-align: center;
    margin-top: 5px;
    margin-left: 17px;
}
.pie3 .red-social {
    text-align: center;
    width: 238px;
    height: 20px;
    margin-top: 6px;
    margin-left: 19px;
}
.pie3 .red-social a{
    font-size: 20px;
    margin-right: 8px;
    color: #efb810;
    text-decoration: none;
    margin-left: 15px;
}
.pie3 p{
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 8px;
    text-align: justify;
    color: #efb810;
    font-family: "Lato", serif;
    font-weight: 300;
    font-size: 14px;
    width: 259px;
    height: 91px;
}
.pie3 .red-social a:hover{
    color: #fff;
}
.pie4{
    width: 259px;
    height: 179px;
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #000;
    border-left: 1px solid #efb810;
}
.pie4 img{
    margin-top: 2px;
    margin-left: 5px;
    width: 255px;
    height: 176px;
}
.pie-de-pagina{
    width: 1090px;
    height: 70px;
    background: #242020;
    margin-left: 5px;
    margin-bottom: 3px;
}
.pie-de-pagina p{
    padding-top: 14px;
    padding-bottom: 2px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #efb810;
    font-size: 13px;
}