body{
	margin: 0;
	display: flex;
    padding: 0px;
}

.intro {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translateX(-50%) translateY(-50%);
  	z-index: -1;
}

#segundo{
	width: 100%;
}

header {
	background-color: #424e56;  
	color: white;
    position: fixed;
    left: 0;
    top:0;
    right: 0;
    box-shadow: 1px;
    z-index: 2;
}

header img{
	display: inline-block;
    width: 85px;
    height: 85px;
    padding: 16px;
    padding-bottom: 2px;
    transition: all 1s;
}

.description{
	position: absolute;
	display: inline;
	padding-top: 52px;
	font-family: Arial;
    font-size: 14px;
}

h1{
	font-family: system-ui;
    text-align: center;
    margin: 0;
    font-size: 67px;
}

h2{
    display: block;
    font-size: 1.5em;
    font-family: 'Josefin Sans', sans-serif;
    position: fixed;
    right: 56px;
    margin-block-start: -62px;
}

.buscar{
    display: inline;
    padding: 9px 10px 9px 32px;
    position: absolute;
    right: 140px;
    margin-block-start: 32px;
    font-size: 18px;
    outline: none;
    color: #444;
    border: 3px solid #655f64;
    background: #fff url(search-icon.png) no-repeat 9px;
    width: 60px;
    transition: all 1s;
}

.buscar:hover{
	width: 180px;
	background-color: #fff;
	border-color: 0 0 5px #6dcff680;
}

nav{
    text-align: center;
    padding-bottom: 3px;
    margin-block-start: -20px;
}

nav img{
    width: 35px;
    height: 25px; 
}

.feisbuk:hover{
    width: 60px;
    height: 50px;
}

.insta:hover{
    width: 60px;
    height: 50px;
}

.yutu:hover{
    width: 70px;
    height: 50px;
}

.twt:hover{
    width: 60px;
    height: 50px;
}

.dis:hover{
    width: 60px;
    height: 50px;
}

.btn-menu{
    display: inline-block;
    font-size: 30px;
    position: fixed;
    padding-right: 21px;
    right: 3px;
    margin-top: -70px;
    cursor: pointer;
}

.Menus{
    /*position: absolute;*/

}

.cont-menu label{
    position: absolute;
    left: 5px;
    top:10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    background: #313131;
}

#btn-menu{
    display: none;
}

.container-menu{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    top: 0;left: 0;
    transition: all 250ms ease;
    opacity: 0;
    visibility: hidden;
}

#btn-menu:checked ~ .container-menu{
    opacity: 1;
    visibility: visible;
}

.cont-menu{
    width: 100%;
    max-width: 275px;
    background: #1c1c1c;
    height: 100vh;
    position: relative;
    transition: all 750ms ease;
    float: right;
    overflow-y: scroll !important;
}

.cont-menu::-webkit-scrollbar{
    width: 10px;
    background: #1c1c1c;
}

#btn-menu:checked ~ .container-menu{
    opacity: 1;
    visibility: visible;  
}

.cont-menu nav{
    transform: translateY(11%);
    position: relative;
}

.cont-menu nav a{
    color: #ffffff;
    display:block;
    text-align: right;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
    text-decoration: none;
    padding: 18.5px;
    border-left: 5px solid transparent;
    border-bottom: 0.1px solid #525155;
    overflow-x: hidden;
}

.cont-menu nav a:hover{
    border-left: 5px solid #ffffff;
    background: #2b2b2b;  
}

.espacio{
    padding: 8rem;
}

@media screen and (max-width: 850px) {
    
    .description{
        display:none;
    }

    .redes{
        display: none;
    }

    .colum1{
        text-align: center;
        min-width: 100%;
    }

    .row2{
        text-align: center;
    }

    .colum2{
        text-align: center;
        margin-left:210px;
    }

    .colum3{
        text-align: center;
        margin-left: 185px;
    }

}


/* footer-code*/

footer{
    width: 100%;
    background: #202020;
    color: white;   
    position: absolute;
    z-index: 1;
}

.container-footer{
    width: 100%;
   
}

.footer{
    display: flex;
    justify-content: space-between;
}

.cont-row{
    padding-top: 10px;
    font-size: 15px;
}

.colum1{
    text-align: center;
}

.colum1 h1{
    font-size: 22px;
    padding-bottom: 5px;
    margin-block-start: 40px;
}

.colum1 a img{
    display: inline-block;
    text-align: center;
    width: 153px;
    height: 160px;
    margin-block-end:-15px;
}

.colum1 p{
    padding-left: 75PX;
    padding-right: 75PX;
    font-size: 14px;
    color: #C7C7C7;
    margin-top: 20px;
    text-align: center;
    font-family: arial;

}

.colum1 label{
    padding-left: 15px;
}

.row{
    padding-bottom: 15px;
    display: flex;
}

.row a{
    font-size: 19px;
    margin-top: 10px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}


.row img{
    width: 43px;
    height: 36px;
}

.row0 img{
    width: 90px;
    height:90px;
    text-align: initial;
    margin-left: -7px;
}

.row1 img{
    width: 80px;
    height:80px;
    text-align: initial;
}

.row2 img{
    width: 35px;
    height: 32px;
    margin-block-end: -10px;
}

.row3 img{
    width: 75px;
    height: 75px;
    text-align: initial;
}

.row0{
     padding-bottom: 25px;
    display: flex;
    text-align: initial;
}

.row1{
     padding-bottom: 25px;
    display: flex;
    text-align: initial;
}

.row2{
    padding: 7px;   
}

.row3{
     padding-bottom: 25px;
    display: flex;
    text-align: initial;
}

.colum2{
    /*max-width: 25%;
    margin-left:-200px;*/
}

.colum2 h1{
    font-size: 22px;
    padding-bottom: 20px;
    text-align: center;
}

.colum2 a{
    text-decoration: none;
}

.web{
    margin-block-start: 30px;
}

.colum3{
    max-width: 225px;
}

.colum3 h1{
    font-size: 22px;
    padding-bottom: 10px;
}

.colum3 a{
    font-size: 18px;
    margin-left: 5px;
    font-family: 'Original Surfer', cursive;
    text-decoration:none;
    color: #fff;
}

.cont-terminos{
    font-size: 13.5px;
    width: 100%;  
    background: #101010;
}

.terminos{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;  
    padding: 10px;
}

.copyright{
    color: #C7C7C7;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
}

@media screen and (min-width: 480px){
    
    .footer{
        flex-wrap: wrap;
    }
    
    .colum1{
        max-width: 45%;
    }

    .colum2{
        margin-right: 160px;
        margin-top: 40px;
        max-width: 100%;
        text-align: center;
    }

    .colum3{
        margin-right: 45px;
        margin-top: 40px;
        max-width: 100%;
    }
}

.red-social1:hover{
    color:#1a6fe8;
}

.red-social2:hover{
    color:#f675b6;
}

.red-social3:hover{
    color:#ff0000; 
}

.red-social4:hover{
    color:#7bdcff; 
}

.red-social5:hover{
    color:#a6c3d0;
}

.red-social6:hover{
    color:#904ee6;
}

.web:hover{
    color: #6c6017;
}
