/*principia la parte matriz de todas las páginas*/
@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);
}
/*body y nav*/
*{
    box-sizing: none;
}
button{
    display: none;
}
.logo_crd{
    display: none;
}
.div{
    color: transparent;
}
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: Bungee;
    font-size: 22px;
    text-align: center;
}
h5{
    font-family: Kodchasan light;
    font-size:16px;
    color: black;
    background-color: #BBDEFB;
    padding: 10px;
    margin: 20px;
    border-radius: 10px;

}
#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;
}

.img{
    text-align: center;
    width: 100vw;
    padding-bottom: 20px;
}
.img1{
    box-shadow: 10px 10px 10px #babbbc;
    width: 100%;
    border-radius: 15px;
}


/*side mnu y footer*/
#side_menu{
    grid-area: menu;
    display: block;
    width: 320px;
    align-items: center;
    margin: auto;
    padding-top: 100px;
    padding-left: 20px;
}
#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;
    
}
.whats{
    width: 80px;
    position: relative;
}

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;
}
/*termina la parte matriz de todas las páginas y comienza el contenido de la página*/

p{
    font-family: Kodchasan regular;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}
#subtitulo{
    height: auto;
    width: 100%;
}
.subtitulo{
    font-family: Bungee;
    font-size: 26px;
    color: black;
    text-align: left;
    position: relative;
    top: 30px;
    margin-left: 100px;
}


#sec{
    background-color: #bbdefb;
    width: 95%;
    height: auto;
    margin: 25px;
    padding: 20px;
    border-radius: 15px;
    display: flex;
}
.p1,
.p2,
.p3,
.p8,
.p9,
.p10
{
    text-align: justify;
    margin-right: 400px;

}
.p13,
.p14,
.p15{
    text-align: justify;
    margin-right: 500px;
}
.li1{
    text-align: justify;
    padding-right: 500px;
    margin-left: 10px;
    font-family: Kodchasan regular;
    font-size: 14px;

}
.p4,
.p5,
.p6,
.p7,
.p11,
.p12{
    text-align: justify;
    padding-left: 300px;
    
    
    
}

.img1 a .img1,
.img3 a .img3{
    width: 160%;
    height: auto;
    position: relative;
    float: right;
    border-radius: 15px;    
}
.img5 a .img5{
    width: 220%;
    height: auto;
    position: relative;
    float: right;
    border-radius: 15px;
}
.img2 a .img2,
.img4 a .img4{
    width: 120%;
    height: auto;
    position: relative;
    float: left;
    border-radius: 15px;    
}
.img1,
.img2,
.img3,
.img4,
.img5{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cdro .p10, 
.cdro .p14{
   background-color: #E04F5F;
   padding: 10px;
   border-radius: 15px;
   text-align: center; 
}
.p15{
    background-color: #f8c822;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    
}
#sec .cdro .listasec ol li{
    list-style-type: circle;
}



