@import url(i-r-mobile-s-320px.css);
@import url(i-r-mobile-m-375px.css);
@import url(i-r-mobile-l-425px.css);
@import url(i-r-tablet-768px.css);
@import url(i-r-laptop-1024px.css);
@import url(i-r-laptop-l-1440px.css);
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 600vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    overflow-x: hidden;
    background-color: rgb(82, 7, 7);
}
h1, h2, h3, h4, h5, h6, p, a{
    margin: 0;
    padding: 0;
    font-weight: 100;
}
/* toda esta parte sera el encabezado*/
:where(header){
    width: 100%;
    height: 25vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: image-set(
        url("../../../image/header/header.avif") type("image/avif"),
        url("../../../image/header/header.png") type("image/png"));
    box-shadow: 0.5px 0.5px 10px  black;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden; 
    z-index: 2;
}
.icon-logo{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    border-radius: 50%;
}
.logo{
    width: 100px;
    height: 100px;
    box-shadow: 0.5px 0.5px 10px  black;
    border-radius: 50%;
}
.title-header{
    width: 30%;
    height: 100px;
    background-color: rgb(107, 22, 11,0.2);
    box-shadow: 0.5px 0.5px 10px  black;
    border-radius: 25px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*titulo de la pagina*/
.title-main-page{
    margin: 10px;
    text-align: center;
}
.nav-header{
    width: 50%;
    height: 100px;
    background-color: rgb(255, 255, 255,0.3);
    box-shadow: 0.5px 0.5px 10px  black;
    border-radius: 25px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*seccion del enlace del perfil*/
.S-A{
    width: 30%;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    margin-right: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*seccion de la barra de busqueda*/
.S-buscador{
    background-color: rgba(0,0,0,0.5);
    border-radius: 25px;
    width: 60%;
    height: 80%;
    margin-left: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*las dos seccion del buscador*/
.to-search, .search{
    height: 40%;
}
.to-search{
    margin-left: 5%;
    width: 70%;
    border-radius: 15px;
    border: none;
    box-shadow: 1px 1px 3px  black;
    font-size: 1.1rem;
}
.search{
    margin-left: 5%;
    margin-right: 5%;
    border: none;
    border-radius: 15px;
    height: 40%;
    width: 30%;
    outline:none;
    font-size: 20px;
}
.search:hover{
    background-color: rgb(92, 9, 9);
    color: white;
    cursor: pointer;
    transition: 1s all;
}
.to-search:focus{
    outline: none;
}
/*contenedor de perfil*/
.div-profile{
    width: 90%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Texto TRu Perfil moderar el tamaño*/
.label-profile{
    font-size: 24px;
}
.p-profile-header{
    font-size: 24px;
    text-align: center;
    overflow: hidden;
}
.profile-a{
    cursor: pointer;
    color: rgb(56, 0, 102);
    text-align: center;
}
.profile-a:hover{
    color: rgb(92, 9, 9);
    transition: 1s all;
}
/* hasta aqui termina lso estilos del encabezaado*/
/*Estilos para el area principal v*/
.difuminados{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}
:where(main){
    width: 100%;
    height: 95%;
    margin-top: 20vh;
    overflow: hidden;
    position: relative;
}
.section-title-general{
    font-size: 30px;
    z-index: 1;
}
/* pie de pagina */
footer{
    background: linear-gradient(rgb(92, 9, 9) 0%, rgb(0, 0, 0)100%);
    width: 100%;
    height: 5%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}
.div-title-contact, .nav-info-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    width: 30%;
}
.div-title-contact{
    background-color: rgba(92, 92, 92, 0.5);
    height: 50%;
}
.nav-info-contact{
    height: 50%;
    background-color: rgba(92, 92, 92,0.5);
    margin-left: 50px;
}
ul{
    text-decoration: none;
    list-style: none;
    position: relative;
}
:where(.a-gmail){
    color: white;   
    font-size: 22px;
}
.a-gmail:hover{
    cursor: pointer;
    color: rgb(92, 9, 9);
}
li:nth-child(2){
    margin-top: 5px;
}
ul li{
    margin-left: -40px;
}

/*controles de movimiento*/
.div-area-js{
    display: flex;
    justify-content: space-between; 
    align-items: center;         
    overflow: hidden;  
}
.div-controles-rigth, .div-controles-left{
    width: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    pointer-events: none !important;
}
.div-controles-rigth{
    margin-right: 10px;
}
.div-controles-left{
    margin-left: 10px;
}
.div-controles-rigth:hover, .div-controles-left:hover{
    cursor: pointer;
}



body header{
    height: 20vh;
}
body main{
    margin-top: 20vh;
}
header :is(.icon-logo), header :is(.title-header), header :is(.nav-header){
    height: 80%;
}

/*titulo de la pagina*/
.title-main-page{
    font-size: 36px;
}
.nav-header .S-buscador .to-search{
    margin-left: 5%;
    width: 70%;
    font-size: 20px;
}
/*titulo del pie de pagina*/
    .h1-title{
    font-size: 24px;
    text-align: center;
}

/*Imganes de flechas*/
.div{
    width: 30px;
    height: 30px;
    padding: 10px;
    cursor: pointer;
    pointer-events: auto !important;
    z-index: 10;
}

.div-center-dialog{
    margin-top: 15px;
    margin-left: 20px;
    font-weight: 500;  
}
.div-derecho{
    position: relative;
    left: 50%;
    bottom: 70%;
}