@font-face {
font-family: 'ProximaNovaRegular';
src: url(ProximaNovaRegular.ttf);
}


* {
margin: auto;
padding: 0;
}

body {
margin: 0 auto;
width: 100%;
font-family: 'ProximaNovaRegular';
}


#portada {
z-index: 1;
width: 1500px;
height: 500px;
overflow: hidden;
position: relative;
}

#portada iframe {
width: 100%;
height: 100%;
overflow: hidden;
border: 0;
}

#xplore {
width: 1500px;
height: auto;
overflow: hidden;
}

#xplore h2 {
font-size: 22px;
font-weight: 500;
width: 80%;
text-align: center;
margin-top: 50px;
margin-bottom: 25px;
position: relative;
}

#xplore .obione {
width: 80%;
position: relative;
overflow: hidden;
display: flex;
}

#xplore .obione a {
width: 34%;
height: auto;
display: grid;
font-size: 20px;
text-align: center;
text-decoration: none;
color: #393939;
margin-bottom: 30px;
font-weight: 600;
position: relative;
}


#xplore .obione a:hover {
color: #bc0033;
transition: all .4s;
-webkit-transition: all .4s;
}

.obione a img {
width: 80%;
height: auto;

}

#xplore .obione a img {
width: 90%;
margin-bottom: 20px;
}

#browse {
width: 100%;
height: 370px;
background-color: #eeeeee;
}

#browse .tops {
width: 1500px;
height: 40px;
position: relative;
top: 30px;
}

#browse .tops h1 {
position: relative;
width: 20%;
float: left;
left: 37px;
font-size: 25px;
font-weight: 500;
color: #474747;
}

#browse .tops a {
position: relative;
width: 15%;
float: right;
color: #5c5c5c;
transition: all .4s;
text-decoration: none;
-webkit-transition: all .4s;
}

#browse .tops a:hover {
color: #bc0033;
}

#browse .todo-cate {
width: 1500px;
height: auto;
display: flex;
top: 40px;
position: relative;
}

#browse .todo-cate ul {
width: 15%;
height: 220px;
position: relative;
float: left;
margin: 10px 40px; 
}

#browse .todo-cate ul a {
display: grid;
text-align: left; 
margin-bottom: 19px;
width: 100%;
text-decoration: none;
color: #3b3b3b;
transition: all .4s;
-webkit-transition: all .4s;
}

#browse .todo-cate ul a:hover {
color: #bc0033;
}

#trend {
width: 1500px;
height: 450px;
}

#trend .tops {
width: 100%;
height: 40px;
position: relative;
top: 30px;
}

#trend .tops h1 {
position: relative;
width: 30%;
float: left;
left: 37px;
font-size: 25px;
font-weight: 500;
color: #474747;
}

#trend .tops a {
position: relative;
width: 15%;
float: right;
color: #5c5c5c;
transition: all .4s;
text-decoration: none;
-webkit-transition: all .4s;
}

#trend iframe {
border: 0;
overflow: hidden;
}

#stories {
width: 1500px;
height: 500px;
overflow: hidden;
margin: 0 auto;
}


#stories .ojt {
width: 100%;
height: 40px;
position: relative;
top: 0px;
}

#stories .ojt h1 {
position: relative;
width: 30%;
float: left;
left: 37px;
font-size: 25px;
font-weight: 500;
color: #474747;
}

#stories .content {
width: 100%;
display: flex;
height: auto;
}

#stories .content a {
text-decoration: none;
color: #313131;
width: 33.3%;
display: grid;
line-height: 7;
text-align: center;
transition: all .4s;
-webkit-transition: all .4s;
}

#stories .content a:hover {
color: #bc0033;
}

#stories .content a img {
width: 380px;
position: relative;
margin-bottom: 0px;
}

#browse-2 {
width: 100%;
height: 450px;
background-color: #eeeeee;
}

#browse-2 .tops {
width: 1500px;
height: 40px;
position: relative;
top: 30px;
}

#browse-2 .tops h1 {
position: relative;
width: 40%;
float: left;
left: 37px;
font-size: 25px;
font-weight: 500;
color: #474747;
}

#browse-2 .tops a {
position: relative;
width: 15%;
float: right;
color: #5c5c5c;
transition: all .4s;
text-decoration: none;
-webkit-transition: all .4s;
}

#browse-2 .tops a:hover {
color: #bc0033;
}

#browse-2 .todo-cate {
width: 1500px;
height: auto;
display: flex;
top: 40px;
position: relative;
}

#browse-2 .todo-cate ul {
width: 15%;
height: 220px;
position: relative;
float: left;
margin: 10px 40px; 
}

#browse-2 .todo-cate ul a {
display: grid;
text-align: left; 
margin-bottom: 19px;
width: 100%;
text-decoration: none;
color: #3b3b3b;
transition: all .4s;
-webkit-transition: all .4s;
}

#browse-2 .todo-cate ul a:hover {
color: #bc0033;
}

#user {
width: 1500px;
height: 400px;
overflow: hidden;
}

#user .marca h2 {
color: #454545;
font-size: 16px;
margin-top: 30px;
position: relative;
width: 93%
}

.marca #marca-sec {
width: 100%;
height: 170px;
margin-top: 30px;
border-bottom: 1px solid #ccc;
text-align: center;
}

.marca #marca-sec img {
width: 190px;
}

.marca .subscribe {
width: 100%;
height: 150px;
}

.marca .subscribe form {
width: 94%;
display: flex;
position: relative;
top: 50px;
}

.marca .subscribe form p {
color: #3e3e3e;
margin: 0 22% 0 0;
}

.marca .subscribe form .row {
width: 50%;
position: relative;
display: flex;
}

.marca .subscribe form #email {
width: 60%;
height: 30px;
border-bottom: 1px solid #979797;
border-top: 0;
border-left: 0;
border-right: 0;
margin: 0;
position: relative;
float: left;
left: 0;

}

::placeholder {
text-align: left;
}

#email:focus,
#button:focus {
outline:0px;
} 


.marca .subscribe form #button {
margin: 0;
float: left;
padding: 0 10px;
position: relative;
border-bottom: 1px solid #979797;
border-top: 0;
border-left: 0;
border-right: 0;
background: transparent;
transition: all .4s;
-webkit-transition: all .4s;
width: 20%;
}

.marca .subscribe form #button:hover {
background: #ccc;
}

footer {
width: 100%;
background-color: #eeeeee;
height: 370px;
}



footer .social {
width: 1500px;
height: 200px;
position: relative;
top: 30px;
margin-bottom: 30px;
}

footer .social .logo-foot {
position: relative;
float: left;
margin-right: 60px;
}

footer .social ul {
float: left;
position: relative;
display: grid;
margin: 10px 10% 0% 3%;
}

footer .social ul h2 {
text-align: left;
width: 100%;
color: #454545;
font-weight: 500;
margin-bottom: 15px;
}

footer .social ul a {
text-align: left;
margin-bottom: 5px;
width: 100%;
color: #454545;
text-decoration: none;
transition: all .4s;
-webkit-transition: all .4s;
}

footer .social ul a:hover {
color: #bc0033;
} 

footer .copy {
width: 1500px;
height: 60px;
}

footer .copy h2 {
font-size: 14px;
width: 50%;
float: left;
left: 3%;
position: relative;
}

footer .copy h3 {
font-size: 14px;
width: 30%;
float: right;
}

footer .copy h3 p {
font-weight: 100;
}

.pri {
width: 1500px;
}

.pri p {
position: relative;
float: left;
left: 2%;
padding: 9px 14px;
border-right: 1px solid #999999;
}

.pri #ter {
position: relative;
padding: 9px 5px;
margin-left: 30px;
border-right: 1px solid #999999;
}

.pri a {
position: relative;
float: left;
padding: 9px 5px;
text-decoration: none;
color: #2a2a2a;
}

/*************** media queries ************/

@media screen and (max-width: 1500px) {

footer .social {
width: 100%;
height: 200px;
position: relative;
top: 30px;
margin-bottom: 30px;
}

footer .copy {
width: 100%;
}

.pri {
width: 100%;
}
}

@media screen and (max-width: 1380px) {
    
#portada {
width: 100%;

}
#xplore {
width: 100%;
}
#browse .tops {
width: 90%;
    }
#browse .todo-cate {
width: 90%;
    }
#trend {
width: 90%;
height: 450px;
}
#stories {
width: 90%;
    }
    
#stories .content a img {
width:  90%;
position: relative;
margin-bottom: 0px;
}
    
#browse-2 .tops {
width: 90%;
}

#browse-2 .todo-cate {
width: 95%;
}
    
#user {
width: 90%;;
}

footer .social {
width: 90%;
}
    
footer .copy {
width: 90%;
}
    
.pri {
width: 90%;
}

}
    
@media screen and (max-width: 1200px) {
    
footer {
width: 100%;
background-color: #eeeeee;
height: 370px;
}

footer .social {
width: 100%;
height: 200px;
position: relative;
top: 30px;
margin-bottom: 30px;
}

        
}

@media screen and (max-width: 1080px) {

.marca .subscribe form p {
color: #3e3e3e;
margin: 0 18% 0 0;
}
    
.marca .subscribe form #email {
width: 60%;
height: 30px;
border-bottom: 1px solid #979797;
border-top: 0;
border-left: 0;
border-right: 0;
margin: 0;
font-size: 11px
position: relative;
float: left;
left: 0;
}
    
.marca .subscribe form #button {
margin: 0;
float: left;
padding: 0 10px;
position: relative;
border-bottom: 1px solid #979797;
border-top: 0;
border-left: 0;
border-right: 0;
background: transparent;
transition: all .4s;
-webkit-transition: all .4s;
font-size: 11px;

}
    
footer {
width: 100%;
background-color: #eeeeee;
height: 470px;
font-size: 13px;
}

footer .social {
width: 100%;
height: 200px;
position: relative;
top: 30px;
margin-bottom: 30px;
}
    
footer .social ul {
float: left;
position: relative;
display: grid;
margin: 10px 15% 0% 3%;
}

footer .social ul h2 {
text-align: left;
width: 100%;
color: #454545;
font-weight: 500;
margin-bottom: 15px;
}

footer .social ul a {
text-align: left;
margin-bottom: 5px;
width: 100%;
color: #454545;
text-decoration: none;
transition: all .4s;
-webkit-transition: all .4s;
}

footer .social ul a:hover {
color: #bc0033;
} 

footer .copy {
width: 100%;
height: 150px;
display: grid;
}

footer .copy h2 {
font-size: 14px;
width: 90%;
margin: 0;
float: left;
left: 3%;
position: relative;
}

footer .copy h3 {
font-size: 14px;
width: 90%;
float: left;
position: relative;
left: 3%;
margin: 0;
}

footer .copy h3 p {
font-weight: 100;
}

.pri {
width: 100%;
}

.pri p {
position: relative;
float: left;
left: 2%;
padding: 9px 14px;

}

.pri #ter {
position: relative;
padding: 9px 5px;
margin-left: 30px;

}

.pri a {
position: relative;
float: left;
padding: 9px 5px;
text-decoration: none;
color: #2a2a2a;
}

        
}


@media screen and (max-width: 720px) {
    
.marca .subscribe form {
width: 94%;
display: grid;
position: relative;
top: 50px;
}
    
.marca .subscribe form p {
color: #3e3e3e;
margin: 0 5% 0 0;
font-size: 16px;
line-height: 2;
}
    
.marca .subscribe form .row {
width: 420px;
position: relative;
display: flex;
margin: 0;
}
    
.marca .subscribe form #email {
width: 58%;
height: 30px;
border-bottom: 1px solid #979797;
border-top: 0;
border-left: 0;
border-right: 0;
margin: 0;
font-size: 11px;
position: relative;
float: left;
left: 0;
}
    
.marca .subscribe form #button {
margin: 0;
float: left;
padding: 0 10px;
position: relative;
border-bottom: 1px solid #979797;
border-top: 0;
border-left: 0;
border-right: 0;
background: transparent;
transition: all .4s;
-webkit-transition: all .4s;
font-size: 11px;

}
    
footer {
width: 100%;
background-color: #eeeeee;
height: 470px;
font-size: 11px;
}

footer .social {
width: 100%;
height: 200px;
position: relative;
top: 30px;
margin-bottom: 30px;
}
    
footer .social ul {
float: left;
position: relative;
display: grid;
margin: 10px 10% 0% 3%;
}

footer .social ul h2 {
text-align: left;
width: 100%;
color: #454545;
font-weight: 500;
margin-bottom: 15px;
}

footer .social ul a {
text-align: left;
margin-bottom: 5px;
width: 100%;
color: #454545;
text-decoration: none;
transition: all .4s;
-webkit-transition: all .4s;
}

footer .social ul a:hover {
color: #bc0033;
} 

footer .copy {
width: 100%;
height: 150px;
display: grid;
}

footer .copy h2 {
font-size: 14px;
width: 90%;
margin: 0;
float: left;
left: 3%;
position: relative;
}

footer .copy h3 {
font-size: 14px;
width: 90%;
float: left;
position: relative;
left: 3%;
margin: 0;
}

footer .copy h3 p {
font-weight: 100;
}

.pri {
width: 100%;
}

.pri p {
position: relative;
float: left;
left: 2%;
padding: 9px 14px;

}

.pri #ter {
position: relative;
padding: 9px 5px;
margin-left: 30px;

}

.pri a {
position: relative;
float: left;
padding: 9px 5px;
text-decoration: none;
color: #2a2a2a;
}

        
}


@media screen and (max-width: 420px) {
    
#user {
width: 100%;
height: 400px;
overflow: hidden;
}
    
.marca .subscribe form .row {
width: 100%;
position: relative;
display: flex;
margin: 0;
}
    
footer {
width: 100%;
background-color: #eeeeee;
height: 470px;
font-size: 11px;
}

footer .social {
width: 100%;
height: 200px;
position: relative;
top: 30px;
margin-bottom: 30px;
}
    
footer .social ul {
float: left;
position: relative;
display: grid;
margin: 10px 5% 0% 3%;
}

footer .copy {
width: 100%;
height: 100px;
display: grid;
}

footer .copy h2 {
font-size: 12px;
width: 90%;
margin: 0;
float: left;
left: 3%;
position: relative;
}

footer .copy h3 {
font-size: 12px;
width: 90%;
float: left;
position: relative;
left: 3%;
margin: 0;
}
    
.pri {
width: 100%;
}

.pri p {
position: relative;
float: left;
left: 2%;
padding: 9px 14px;

}

.pri #ter {
position: relative;
padding: 9px 5px;
margin-left: 10px;

}

.pri a {
position: relative;
float: left;
padding: 9px 5px;
text-decoration: none;
color: #2a2a2a;
}

}
    
