@media (max-width:480px)
{


body{
text-align: center; background-color: LightCyan;
}

#texto{
color: black;
width: 100%;
margin: 0px;
}

img.dev{
width: 95px;
margin: 0px;
position:center;
}
figure{
text-align: center;
margin: 0px;
}

figcapition.dev{
font-size: 12px;
color: black;
}

ul,li{
list-style-type: none;
list-style-position: inside;
color: red;
}

.contact{
width: 200px;
font-size: 13px;
font-weight: bold;
color: #abc;
text-align: center;
}

img.what{width: 35px; margin: 0px;}
img.fb{width: 35px; position: relative;
left: 5px;}
img.mail{width: 36px; height: 33px;
position: relative;
left: 10px;}
img.cell{width: 34px; position: relative;
left: 17px;
border-radius: 15px;
}}


@media (max-width:768px) and (min-width:481px)
{

body{
text-align:center; background-color: LightCyan;
}

#texto{
color: black;
width: 100%;
margin: 0px;
}

img.dev{
width: 25%;
margin: 0px;
position: center;
}
figure{
text-align: center;
margin: 0px;
}

figcapition.dev{
font-size: 12px;
color: black;
}

ul,li{
list-style-type: none;
list-style-position: inside;
color: red;
}

.contact{
width: 200px;
font-size: 13px;
font-weight: bold;
color: #abc;
text-align: center;
}

img.what{width: 35px; margin: 0px;}
img.fb{width: 35px; position: relative;
left: 5px;}
img.mail{width: 36px; height: 33px;
position: relative;
left: 10px;}
img.cell{width: 34px; position: relative;
left: 17px;
border-radius: 15px;
}}




@media (min-width:769px) and (max-width:2500px)
{

body{text-align: center; 
background-color: LightCyan;
}

#texto{
color: black;
width: 100%;
margin: 0px;
}

img.dev{
width: 30%;
margin: 0px;
position: center;
}
figure{
text-align: center;
margin: 0px;
}

figcapition.dev{
font-size: 12px;
color: black;
}

ul,li{
list-style-type: none;
list-style-position: inside;
color: red;
}

.contact{
width: 200px;
font-size: 13px;
font-weight: bold;
color: #abc;
text-align: center;
}
img.what{width: 35px; margin: 0px;}
img.fb{width: 35px; position: relative;
left: 5px;}
img.mail{width: 36px; height: 33px;
position: relative;
left: 10px;}
img.cell{width: 34px; position: relative;
left: 17px;
border-radius: 15px;
}}