@font-face{
    font-family: Kodchasan extralight;
    src:url(Kodchasan-ExtraLight.ttf);
}
@font-face{
    font-family: Kodchasan light;
    src:url(Kodchasan-Light.ttf);
}
@font-face{
    font-family: Kodchasan regular;
    src:url(Kodchasan-Regular.ttf);
}
@font-face{
    font-family: Kodchasan bold;
    src:url(Kodchasan-Bold.ttf);
}
@font-face{
    font-family: Kodchasan semibold;
    src:url(Kodchasan-SemiBold.ttf);
}
@font-face{
    font-family: Kodchasan medium;
    src:url(Kodchasan-Medium.ttf);
}
@font-face{
    font-family: Bungee ;
    src:url(BungeeShade-Regular.ttf);
}
button{
    display: none;
}
.logo_crd{
    display: none;
}
body{
    background-color: white;
    height: auto;
    margin: 0%;
    margin-top: 10px;
}
.nav_desc{
    display: inline;
    font-family: Kodchasan medium;
    font-size: 15px;
    text-align: center;
}
#nav a{
    padding: 30px;
    text-decoration: none;
    color: black;
}
.nav img{
    vertical-align: middle;
}
hr{
    display: block;
    width: 80%;
}

.page_title{
    font-family: Kodchasan extralight;
    font-size: 20px;
    text-align: center;
}
#logo img{
    vertical-align: middle;
    max-width: 60%;
    height: 30%;
    margin: none;
}
ul{
    font-family: Kodchasan light;
    font-size: 12px;
    display: inline-block;
}
li{
    display: inline-block;
    text-align: center;
}

.cntr{
    display: grid;
    grid-template-columns: 600px 400px;
    grid-template-areas: "slider side_menu";
    text-align: center;
    padding: 50px 0 0 150px;
}
.slide-container{
    grid-area: slider;
}
div.scroll-container{
    background-color: pink;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
    width: 700px;
    border-radius: 15px;
}
.slider{
    display: flex;
    scroll-snap-type: x mandatory;
    width: 100%;
    height: 100vh;
}
.slider img{
    scroll-snap-align: center;
}
div.scroll-container img{
    padding: 10px;
}
#side_menu{
    grid-area: side_menu;
    display: block;
    width: 320px;
    position: relative;
    left: 300px;
}
#side_menu a{
    font-family: Bungee;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
}
.mas1, .mas2, .mas3{
    position: relative;
    bottom: 25px;
}
#mas{
    text-align: left;
}
.porque_sphynx, .nuestra_calidad, .como_comprar{
    color: black;
    background-color: white;
    border-color: black;
    border-width: 3px;
    border-style: solid;
    border-radius: 10px;
}
#side_menu nav{
    text-align: center;
}
.logo_link{
    display: list-item;
}
footer{
    margin: 0%;
}
.logo{
    width: 200px;
    position: relative;
    bottom: 120px;
    left: 30px;
}
.ul_footer{
    position: relative;
    bottom: 70px;
    right: 0px;
    display: block;
    
}
.li_footer{
    display: block;
    text-align: left;
}
.li_footer a{
    text-decoration: none;
    color: black;
    font-size: 14px;
    
}


footer{
    font-family: Kodchasan Regular;
    margin-top: 50px;
}
.footer{
    width: 100%;
    background-color: #bbdefb;
    padding: 50px 0;
}
.footer_row1{
    display: flex;
    flex-wrap: wrap;
}
.footer_links{
    width: 50%;
}


.social_link{
    padding-left: 0px;
    text-align: left;
    position: relative;
    bottom: 80px;
    right: 180px;
}
.social_link a{
    display: inline-block;
    width: 60px;
    height: 60px;
    color:aliceblue;
    background-color: pink;
    border: 3px #bbdefb solid;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    position: relative;
    bottom: 10px;
    font-size: 30px;
    
}
.whatsapp{
    background-color: rgb(37, 211, 102) !important;
    width: 80px !important;
    height: 80px !important;
    font-size: 40px !important;
    line-height: 80px !important;
}


h4{
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    position: relative;
    bottom: 100px;
}
